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>, 2015. 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: 2015-09-15 06:45+0800\n" 77"PO-Revision-Date: 2015-09-15 20:20+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:88 92msgid "" 93"Fix them up in the work tree, and then use 'git add/rm <file>'\n" 94"as appropriate to mark resolution and make a commit." 95msgstr "" 96"Corrigez-les puis lancez 'git add/rm <fichier>'\n" 97"si nécessaire pour marquer la résolution et valider." 98 99#: advice.c:101 builtin/merge.c:1227 100msgid "You have not concluded your merge (MERGE_HEAD exists)." 101msgstr "Vous n'avez pas terminé votre fusion (MERGE_HEAD existe)." 102 103#: advice.c:103 104msgid "Please, commit your changes before you can merge." 105msgstr "Veuillez valider vos changements avant de pouvoir fusionner." 106 107#: advice.c:104 108msgid "Exiting because of unfinished merge." 109msgstr "Abandon à cause d'une fusion non terminée." 110 111#: archive.c:12 112msgid "git archive [<options>] <tree-ish> [<path>...]" 113msgstr "git archive [<options>] <arbre ou apparenté> [<chemin>...]" 114 115#: archive.c:13 116msgid "git archive --list" 117msgstr "git archive --list" 118 119#: archive.c:14 120msgid "" 121"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]" 122msgstr "" 123"git archive --remote <dépôt> [--exec <commande>] [<options>] <arbre ou " 124"apparenté> [<chemin>...]" 125 126#: archive.c:15 127msgid "git archive --remote <repo> [--exec <cmd>] --list" 128msgstr "git archive --remote <dépôt> [--exec <commande>] --list" 129 130#: archive.c:343 builtin/add.c:137 builtin/add.c:426 builtin/rm.c:327 131#, c-format 132msgid "pathspec '%s' did not match any files" 133msgstr "le chemin '%s' ne correspond à aucun fichier" 134 135#: archive.c:428 136msgid "fmt" 137msgstr "fmt" 138 139#: archive.c:428 140msgid "archive format" 141msgstr "format d'archive" 142 143#: archive.c:429 builtin/log.c:1229 144msgid "prefix" 145msgstr "préfixe" 146 147#: archive.c:430 148msgid "prepend prefix to each pathname in the archive" 149msgstr "préfixer chaque chemin de fichier dans l'archive" 150 151#: archive.c:431 builtin/archive.c:88 builtin/blame.c:2516 builtin/blame.c:2517 152#: builtin/config.c:58 builtin/fast-export.c:987 builtin/fast-export.c:989 153#: builtin/grep.c:712 builtin/hash-object.c:99 builtin/ls-files.c:446 154#: builtin/ls-files.c:449 builtin/notes.c:395 builtin/notes.c:558 155#: builtin/read-tree.c:109 parse-options.h:153 156msgid "file" 157msgstr "fichier" 158 159#: archive.c:432 builtin/archive.c:89 160msgid "write the archive to this file" 161msgstr "écrire l'archive dans ce fichier" 162 163#: archive.c:434 164msgid "read .gitattributes in working directory" 165msgstr "lire .gitattributes dans le répertoire de travail" 166 167#: archive.c:435 168msgid "report archived files on stderr" 169msgstr "afficher les fichiers archivés sur stderr" 170 171#: archive.c:436 172msgid "store only" 173msgstr "stockage seulement" 174 175#: archive.c:437 176msgid "compress faster" 177msgstr "compression rapide" 178 179#: archive.c:445 180msgid "compress better" 181msgstr "compression efficace" 182 183#: archive.c:448 184msgid "list supported archive formats" 185msgstr "afficher les formats d'archive supportés" 186 187#: archive.c:450 builtin/archive.c:90 builtin/clone.c:77 188msgid "repo" 189msgstr "dépôt" 190 191#: archive.c:451 builtin/archive.c:91 192msgid "retrieve the archive from remote repository <repo>" 193msgstr "récupérer l'archive depuis le dépôt distant <dépôt>" 194 195#: archive.c:452 builtin/archive.c:92 builtin/notes.c:479 196msgid "command" 197msgstr "commande" 198 199#: archive.c:453 builtin/archive.c:93 200msgid "path to the remote git-upload-archive command" 201msgstr "chemin vers la commande distante git-upload-archive" 202 203#: attr.c:265 204msgid "" 205"Negative patterns are ignored in git attributes\n" 206"Use '\\!' for literal leading exclamation." 207msgstr "" 208"Les motifs de négation sont ignorés dans les attributs git\n" 209"Utilisez '\\!' pour un point d'exclamation littéral." 210 211#: branch.c:60 212#, c-format 213msgid "Not setting branch %s as its own upstream." 214msgstr "La branche %s ne peut pas être sa propre branche amont." 215 216#: branch.c:83 217#, c-format 218msgid "Branch %s set up to track remote branch %s from %s by rebasing." 219msgstr "" 220"La branche %s est paramétrée pour suivre la branche distante %s de %s en " 221"rebasant." 222 223#: branch.c:84 224#, c-format 225msgid "Branch %s set up to track remote branch %s from %s." 226msgstr "" 227"La branche %s est paramétrée pour suivre la branche distante %s depuis %s." 228 229#: branch.c:88 230#, c-format 231msgid "Branch %s set up to track local branch %s by rebasing." 232msgstr "" 233"La branche %s est paramétrée pour suivre la branche locale %s en rebasant." 234 235#: branch.c:89 236#, c-format 237msgid "Branch %s set up to track local branch %s." 238msgstr "La branche %s est paramétrée pour suivre la branche locale %s." 239 240#: branch.c:94 241#, c-format 242msgid "Branch %s set up to track remote ref %s by rebasing." 243msgstr "" 244"La branche %s est paramétrée pour suivre la référence distante %s en " 245"rebasant." 246 247#: branch.c:95 248#, c-format 249msgid "Branch %s set up to track remote ref %s." 250msgstr "La branche %s est paramétrée pour suivre la référence distante %s." 251 252#: branch.c:99 253#, c-format 254msgid "Branch %s set up to track local ref %s by rebasing." 255msgstr "" 256"La branche %s est paramétrée pour suivre la référence locale %s en rebasant." 257 258#: branch.c:100 259#, c-format 260msgid "Branch %s set up to track local ref %s." 261msgstr "La branche %s est paramétrée pour suivre la référence locale %s." 262 263#: branch.c:133 264#, c-format 265msgid "Not tracking: ambiguous information for ref %s" 266msgstr "Pas de suivi : information ambiguë pour la référence %s" 267 268#: branch.c:162 269#, c-format 270msgid "'%s' is not a valid branch name." 271msgstr "'%s' n'est pas un nom de branche valide." 272 273#: branch.c:167 274#, c-format 275msgid "A branch named '%s' already exists." 276msgstr "Une branche nommée '%s' existe déjà." 277 278#: branch.c:175 279msgid "Cannot force update the current branch." 280msgstr "Impossible de forcer la mise à jour de la branche courante." 281 282#: branch.c:195 283#, c-format 284msgid "Cannot setup tracking information; starting point '%s' is not a branch." 285msgstr "" 286"Impossible de paramétrer le suivi de branche ; le point de départ '%s' n'est " 287"pas une branche." 288 289#: branch.c:197 290#, c-format 291msgid "the requested upstream branch '%s' does not exist" 292msgstr "la branche amont demandée '%s' n'existe pas" 293 294#: branch.c:199 295msgid "" 296"\n" 297"If you are planning on basing your work on an upstream\n" 298"branch that already exists at the remote, you may need to\n" 299"run \"git fetch\" to retrieve it.\n" 300"\n" 301"If you are planning to push out a new local branch that\n" 302"will track its remote counterpart, you may want to use\n" 303"\"git push -u\" to set the upstream config as you push." 304msgstr "" 305"\n" 306"Si vous comptez baser votre travail sur une branche\n" 307"amont qui existe déjà sur le serveur distant, vous pouvez\n" 308"lancer \"git fetch\" pour la récupérer.\n" 309"\n" 310"Si vous comptez pousser une nouvelle branche locale qui suivra\n" 311"sa jumelle distante, vous pouvez utiliser \"git push -u\"\n" 312"pour paramétrer le suivi distant en même temps que vous poussez." 313 314#: branch.c:243 315#, c-format 316msgid "Not a valid object name: '%s'." 317msgstr "Nom d'objet invalide : '%s'." 318 319#: branch.c:263 320#, c-format 321msgid "Ambiguous object name: '%s'." 322msgstr "Nom d'objet ambigu : '%s'." 323 324#: branch.c:268 325#, c-format 326msgid "Not a valid branch point: '%s'." 327msgstr "Point d'embranchement invalide : '%s'." 328 329#: branch.c:399 330#, c-format 331msgid "'%s' is already checked out at '%s'" 332msgstr "'%s' est déjà extrait dans '%s'" 333 334#: bundle.c:34 335#, c-format 336msgid "'%s' does not look like a v2 bundle file" 337msgstr "'%s' ne semble pas être un fichier bundle v2" 338 339#: bundle.c:61 340#, c-format 341msgid "unrecognized header: %s%s (%d)" 342msgstr "en-tête non reconnu : %s%s (%d)" 343 344#: bundle.c:87 builtin/commit.c:765 345#, c-format 346msgid "could not open '%s'" 347msgstr "impossible d'ouvrir '%s'" 348 349#: bundle.c:139 350msgid "Repository lacks these prerequisite commits:" 351msgstr "Le dépôt ne dispose pas des commits prérequis suivants :" 352 353#: bundle.c:163 sequencer.c:636 sequencer.c:1083 builtin/blame.c:2708 354#: builtin/branch.c:652 builtin/commit.c:1044 builtin/log.c:334 355#: builtin/log.c:850 builtin/log.c:1457 builtin/log.c:1690 builtin/merge.c:358 356#: builtin/shortlog.c:158 357msgid "revision walk setup failed" 358msgstr "échec de la préparation du parcours des révisions" 359 360#: bundle.c:185 361#, c-format 362msgid "The bundle contains this ref:" 363msgid_plural "The bundle contains these %d refs:" 364msgstr[0] "Le colis contient cette référence :" 365msgstr[1] "Le colis contient ces %d références :" 366 367#: bundle.c:192 368msgid "The bundle records a complete history." 369msgstr "Le colis enregistre l'historique complet." 370 371#: bundle.c:194 372#, c-format 373msgid "The bundle requires this ref:" 374msgid_plural "The bundle requires these %d refs:" 375msgstr[0] "Le colis exige cette référence :" 376msgstr[1] "Le colis exige ces %d références :" 377 378#: bundle.c:253 379msgid "Could not spawn pack-objects" 380msgstr "Impossible de créer des objets groupés" 381 382#: bundle.c:264 383msgid "pack-objects died" 384msgstr "les objets groupés ont disparu" 385 386#: bundle.c:304 387msgid "rev-list died" 388msgstr "rev-list a disparu" 389 390#: bundle.c:353 391#, c-format 392msgid "ref '%s' is excluded by the rev-list options" 393msgstr "la référence '%s' est exclue par les options de rev-list" 394 395#: bundle.c:443 builtin/log.c:157 builtin/log.c:1367 builtin/shortlog.c:261 396#, c-format 397msgid "unrecognized argument: %s" 398msgstr "argument non reconnu : %s" 399 400#: bundle.c:449 401msgid "Refusing to create empty bundle." 402msgstr "Refus de créer un colis vide." 403 404#: bundle.c:459 405#, c-format 406msgid "cannot create '%s'" 407msgstr "impossible de créer '%s'" 408 409#: bundle.c:480 410msgid "index-pack died" 411msgstr "l'index de groupe a disparu" 412 413#: color.c:260 414#, c-format 415msgid "invalid color value: %.*s" 416msgstr "Valeur invalide de couleur : %.*s" 417 418#: commit.c:40 builtin/am.c:451 builtin/am.c:487 builtin/am.c:1516 419#: builtin/am.c:2128 420#, c-format 421msgid "could not parse %s" 422msgstr "impossible d'analyser %s" 423 424#: commit.c:42 425#, c-format 426msgid "%s %s is not a commit!" 427msgstr "%s %s n'est pas un commit !" 428 429#: compat/obstack.c:406 compat/obstack.c:408 430msgid "memory exhausted" 431msgstr "plus de mémoire" 432 433#: config.c:474 config.c:476 434#, c-format 435msgid "bad config file line %d in %s" 436msgstr "ligne %d de fichier de config incorrecte dans %s" 437 438#: config.c:592 439#, c-format 440msgid "bad numeric config value '%s' for '%s' in %s: %s" 441msgstr "" 442"valeur numérique de configuration incorrecte '%s' pour '%s' dans %s : %s" 443 444#: config.c:594 445#, c-format 446msgid "bad numeric config value '%s' for '%s': %s" 447msgstr "valeur numérique de configuration invalide '%s' pour '%s' : %s" 448 449#: config.c:679 450#, c-format 451msgid "failed to expand user dir in: '%s'" 452msgstr "impossible d'étendre le répertoire utilisateur dans : '%s'" 453 454#: config.c:757 config.c:768 455#, c-format 456msgid "bad zlib compression level %d" 457msgstr "niveau de compression zlib incorrect %d" 458 459#: config.c:890 460#, c-format 461msgid "invalid mode for object creation: %s" 462msgstr "mode invalide pour la création d'objet : %s" 463 464#: config.c:1216 465msgid "unable to parse command-line config" 466msgstr "lecture de la configuration de ligne de commande impossible" 467 468#: config.c:1277 469msgid "unknown error occured while reading the configuration files" 470msgstr "erreur inconnue pendant la lecture des fichiers de configuration" 471 472#: config.c:1601 473#, c-format 474msgid "unable to parse '%s' from command-line config" 475msgstr "" 476"impossible d'analyser '%s' depuis le configuration en ligne de commande" 477 478#: config.c:1603 479#, c-format 480msgid "bad config variable '%s' in file '%s' at line %d" 481msgstr "" 482"variable de configuration '%s' incorrecte dans le fichier '%s' à la ligne %d" 483 484#: config.c:1662 485#, c-format 486msgid "%s has multiple values" 487msgstr "%s a des valeurs multiples" 488 489#: connected.c:69 490msgid "Could not run 'git rev-list'" 491msgstr "Impossible de lancer 'git rev-list'" 492 493#: connected.c:89 494#, c-format 495msgid "failed write to rev-list: %s" 496msgstr "impossible d'écrire dans la rev-list : %s" 497 498#: connected.c:97 499#, c-format 500msgid "failed to close rev-list's stdin: %s" 501msgstr "impossible de fermer l'entrée standard du rev-list : %s" 502 503#: date.c:95 504msgid "in the future" 505msgstr "dans le futur" 506 507#: date.c:101 508#, c-format 509msgid "%lu second ago" 510msgid_plural "%lu seconds ago" 511msgstr[0] "il y a %lu seconde" 512msgstr[1] "il y a %lu secondes" 513 514#: date.c:108 515#, c-format 516msgid "%lu minute ago" 517msgid_plural "%lu minutes ago" 518msgstr[0] "il y a %lu minute" 519msgstr[1] "il y a %lu minutes" 520 521#: date.c:115 522#, c-format 523msgid "%lu hour ago" 524msgid_plural "%lu hours ago" 525msgstr[0] "il y a %lu heure" 526msgstr[1] "il y a %lu heures" 527 528#: date.c:122 529#, c-format 530msgid "%lu day ago" 531msgid_plural "%lu days ago" 532msgstr[0] "il y a %lu jour" 533msgstr[1] "il y a %lu jours" 534 535#: date.c:128 536#, c-format 537msgid "%lu week ago" 538msgid_plural "%lu weeks ago" 539msgstr[0] "il y a %lu semaine" 540msgstr[1] "il y a %lu semaines" 541 542#: date.c:135 543#, c-format 544msgid "%lu month ago" 545msgid_plural "%lu months ago" 546msgstr[0] "il y a %lu mois" 547msgstr[1] "il y a %lu mois" 548 549#: date.c:146 550#, c-format 551msgid "%lu year" 552msgid_plural "%lu years" 553msgstr[0] "%lu an" 554msgstr[1] "%lu ans" 555 556#. TRANSLATORS: "%s" is "<n> years" 557#: date.c:149 558#, c-format 559msgid "%s, %lu month ago" 560msgid_plural "%s, %lu months ago" 561msgstr[0] "il y a %s et %lu mois" 562msgstr[1] "il y a %s et %lu mois" 563 564#: date.c:154 date.c:159 565#, c-format 566msgid "%lu year ago" 567msgid_plural "%lu years ago" 568msgstr[0] "il y a %lu an" 569msgstr[1] "il y a %lu ans" 570 571#: diffcore-order.c:24 572#, c-format 573msgid "failed to read orderfile '%s'" 574msgstr "impossible de lire le fichier de commande '%s'" 575 576#: diffcore-rename.c:536 577msgid "Performing inexact rename detection" 578msgstr "Détection de renommage inexact en cours" 579 580#: diff.c:116 581#, c-format 582msgid " Failed to parse dirstat cut-off percentage '%s'\n" 583msgstr "" 584" Impossible d'analyser le pourcentage de modification de dirstat '%s'\n" 585 586#: diff.c:121 587#, c-format 588msgid " Unknown dirstat parameter '%s'\n" 589msgstr " Paramètre dirstat inconnu '%s'\n" 590 591#: diff.c:216 592#, c-format 593msgid "Unknown value for 'diff.submodule' config variable: '%s'" 594msgstr "" 595"Valeur inconnue pour la variable de configuration 'diff.submodule' : '%s'" 596 597#: diff.c:268 598#, c-format 599msgid "" 600"Found errors in 'diff.dirstat' config variable:\n" 601"%s" 602msgstr "" 603"Erreurs dans la variable de configuration 'diff.dirstat' :\n" 604"%s" 605 606#: diff.c:2998 607#, c-format 608msgid "external diff died, stopping at %s" 609msgstr "l'application de diff externe a disparu, arrêt à %s" 610 611#: diff.c:3394 612msgid "--follow requires exactly one pathspec" 613msgstr "--follow a besoin d'une spécification de chemin unique" 614 615#: diff.c:3557 616#, c-format 617msgid "" 618"Failed to parse --dirstat/-X option parameter:\n" 619"%s" 620msgstr "" 621"Impossible d'analyser le paramètre de l'option --dirstat/-X :\n" 622"%s" 623 624#: diff.c:3571 625#, c-format 626msgid "Failed to parse --submodule option parameter: '%s'" 627msgstr "Impossible d'analyser le paramètre de l'option --submodule : '%s'" 628 629#: dir.c:1853 630msgid "failed to get kernel name and information" 631msgstr "echec de l'obtention d'information de kernel" 632 633#: dir.c:1936 634msgid "Untracked cache is disabled on this system." 635msgstr "Le cache non suivi est désactivé sur ce système." 636 637#: gpg-interface.c:166 gpg-interface.c:237 638msgid "could not run gpg." 639msgstr "impossible de lancer gpg." 640 641#: gpg-interface.c:178 642msgid "gpg did not accept the data" 643msgstr "gpg n'a pas accepté les données" 644 645#: gpg-interface.c:189 646msgid "gpg failed to sign the data" 647msgstr "gpg n'a pas pu signer les données" 648 649#: gpg-interface.c:222 650#, c-format 651msgid "could not create temporary file '%s': %s" 652msgstr "impossible de créer un fichier temporaire '%s' : %s" 653 654#: gpg-interface.c:225 655#, c-format 656msgid "failed writing detached signature to '%s': %s" 657msgstr "impossible d'écrire la signature détachée dans '%s' : %s" 658 659#: grep.c:1718 660#, c-format 661msgid "'%s': unable to read %s" 662msgstr "'%s' : lecture de %s impossible" 663 664#: grep.c:1735 665#, c-format 666msgid "'%s': %s" 667msgstr "'%s' : %s" 668 669#: grep.c:1746 670#, c-format 671msgid "'%s': short read %s" 672msgstr "'%s' : lecture tronquée %s" 673 674#: help.c:207 675#, c-format 676msgid "available git commands in '%s'" 677msgstr "commandes git disponibles dans '%s'" 678 679#: help.c:214 680msgid "git commands available from elsewhere on your $PATH" 681msgstr "commandes git disponibles depuis un autre endroit de votre $PATH" 682 683#: help.c:246 684msgid "These are common Git commands used in various situations:" 685msgstr "Ci-dessous les commandes Git habituelles dans diverses situations :" 686 687#: help.c:311 688#, c-format 689msgid "" 690"'%s' appears to be a git command, but we were not\n" 691"able to execute it. Maybe git-%s is broken?" 692msgstr "" 693"'%s' semble être une commande git, mais elle n'a pas pu\n" 694"être exécutée. Peut-être git-%s est-elle cassée ?" 695 696#: help.c:368 697msgid "Uh oh. Your system reports no Git commands at all." 698msgstr "Ahem. Votre système n'indique aucune commande Git." 699 700#: help.c:390 701#, c-format 702msgid "" 703"WARNING: You called a Git command named '%s', which does not exist.\n" 704"Continuing under the assumption that you meant '%s'" 705msgstr "" 706"ATTENTION : vous avez invoqué une commande Git nommée '%s' qui n'existe " 707"pas.\n" 708"Continuons en supposant que vous avez voulu dire '%s'" 709 710#: help.c:395 711#, c-format 712msgid "in %0.1f seconds automatically..." 713msgstr "dans %0.1f secondes automatiquement..." 714 715#: help.c:402 716#, c-format 717msgid "git: '%s' is not a git command. See 'git --help'." 718msgstr "git : '%s' n'est pas une commande git. Voir 'git --help'." 719 720#: help.c:406 help.c:466 721msgid "" 722"\n" 723"Did you mean this?" 724msgid_plural "" 725"\n" 726"Did you mean one of these?" 727msgstr[0] "" 728"\n" 729"Vouliez-vous dire cela ?" 730msgstr[1] "" 731"\n" 732"Vouliez-vous dire un de ceux-là ?" 733 734#: help.c:462 735#, c-format 736msgid "%s: %s - %s" 737msgstr "%s: %s - %s" 738 739#: merge.c:41 740msgid "failed to read the cache" 741msgstr "impossible de lire le cache" 742 743#: merge.c:94 builtin/am.c:2001 builtin/am.c:2036 builtin/checkout.c:375 744#: builtin/checkout.c:586 builtin/clone.c:715 745msgid "unable to write new index file" 746msgstr "impossible d'écrire le nouveau fichier d'index" 747 748#: merge-recursive.c:189 749#, c-format 750msgid "(bad commit)\n" 751msgstr "(mauvais commit)\n" 752 753#: merge-recursive.c:209 754#, c-format 755msgid "addinfo_cache failed for path '%s'" 756msgstr "échec de addinfo_cache pour le chemin '%s'" 757 758#: merge-recursive.c:270 759msgid "error building trees" 760msgstr "erreur de construction des arbres" 761 762#: merge-recursive.c:687 763#, c-format 764msgid "failed to create path '%s'%s" 765msgstr "impossible de créer le chemin '%s' %s" 766 767#: merge-recursive.c:698 768#, c-format 769msgid "Removing %s to make room for subdirectory\n" 770msgstr "Suppression de %s pour faire de la place pour le sous-répertoire\n" 771 772#: merge-recursive.c:712 merge-recursive.c:733 773msgid ": perhaps a D/F conflict?" 774msgstr ": peut-être un conflit D/F ?" 775 776#: merge-recursive.c:723 777#, c-format 778msgid "refusing to lose untracked file at '%s'" 779msgstr "refus de perdre le fichier non suivi '%s'" 780 781#: merge-recursive.c:763 782#, c-format 783msgid "cannot read object %s '%s'" 784msgstr "impossible de lire l'objet %s '%s'" 785 786#: merge-recursive.c:765 787#, c-format 788msgid "blob expected for %s '%s'" 789msgstr "blob attendu pour %s '%s'" 790 791#: merge-recursive.c:788 builtin/clone.c:364 792#, c-format 793msgid "failed to open '%s'" 794msgstr "échec à l'ouverture de '%s'" 795 796#: merge-recursive.c:796 797#, c-format 798msgid "failed to symlink '%s'" 799msgstr "échec à la création du lien symbolique '%s'" 800 801#: merge-recursive.c:799 802#, c-format 803msgid "do not know what to do with %06o %s '%s'" 804msgstr "ne sait pas traiter %06o %s '%s'" 805 806#: merge-recursive.c:937 807msgid "Failed to execute internal merge" 808msgstr "Échec à l'exécution de la fusion interne" 809 810#: merge-recursive.c:941 811#, c-format 812msgid "Unable to add %s to database" 813msgstr "Impossible d'ajouter %s à la base de données" 814 815#: merge-recursive.c:957 816msgid "unsupported object type in the tree" 817msgstr "type d'objet non supporté dans l'arbre" 818 819#: merge-recursive.c:1032 merge-recursive.c:1046 820#, c-format 821msgid "" 822"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 823"in tree." 824msgstr "" 825"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de " 826"%s laissée dans l'arbre." 827 828#: merge-recursive.c:1038 merge-recursive.c:1051 829#, c-format 830msgid "" 831"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 832"in tree at %s." 833msgstr "" 834"CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de " 835"%s laissée dans l'arbre dans le fichier %s." 836 837#: merge-recursive.c:1092 838msgid "rename" 839msgstr "renommage" 840 841#: merge-recursive.c:1092 842msgid "renamed" 843msgstr "renommé" 844 845#: merge-recursive.c:1148 846#, c-format 847msgid "%s is a directory in %s adding as %s instead" 848msgstr "%s est un répertoire dans %s ajouté plutôt comme %s" 849 850#: merge-recursive.c:1170 851#, c-format 852msgid "" 853"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 854"\"->\"%s\" in \"%s\"%s" 855msgstr "" 856"CONFLIT (renommage/renommage) : Renommage de \"%s\"->\"%s\" dans la branche " 857"\"%s\" et renommage \"%s\"->\"%s\" dans \"%s\"%s" 858 859#: merge-recursive.c:1175 860msgid " (left unresolved)" 861msgstr " (laissé non résolu)" 862 863#: merge-recursive.c:1229 864#, c-format 865msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 866msgstr "" 867"CONFLIT (renommage/renommage) : renommage '%s'->'%s' dans %s. Renommage '%s'-" 868">'%s' dans %s" 869 870#: merge-recursive.c:1259 871#, c-format 872msgid "Renaming %s to %s and %s to %s instead" 873msgstr "Renommage de %s en %s et de %s en %s à la place" 874 875#: merge-recursive.c:1458 876#, c-format 877msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 878msgstr "" 879"CONFLIT (renommage/ajout) : Renommage de %s->%s dans %s. %s ajouté dans %s" 880 881#: merge-recursive.c:1468 882#, c-format 883msgid "Adding merged %s" 884msgstr "Ajout de %s fusionné" 885 886#: merge-recursive.c:1473 merge-recursive.c:1671 887#, c-format 888msgid "Adding as %s instead" 889msgstr "Ajout plutôt comme %s" 890 891#: merge-recursive.c:1524 892#, c-format 893msgid "cannot read object %s" 894msgstr "impossible de lire l'objet %s" 895 896#: merge-recursive.c:1527 897#, c-format 898msgid "object %s is not a blob" 899msgstr "l'objet %s n'est pas un blob" 900 901#: merge-recursive.c:1575 902msgid "modify" 903msgstr "modification" 904 905#: merge-recursive.c:1575 906msgid "modified" 907msgstr "modifié" 908 909#: merge-recursive.c:1585 910msgid "content" 911msgstr "contenu" 912 913#: merge-recursive.c:1592 914msgid "add/add" 915msgstr "ajout/ajout" 916 917#: merge-recursive.c:1626 918#, c-format 919msgid "Skipped %s (merged same as existing)" 920msgstr "%s sauté (fusion identique à l'existant)" 921 922#: merge-recursive.c:1640 923#, c-format 924msgid "Auto-merging %s" 925msgstr "Fusion automatique de %s" 926 927#: merge-recursive.c:1644 git-submodule.sh:1150 928msgid "submodule" 929msgstr "sous-module" 930 931#: merge-recursive.c:1645 932#, c-format 933msgid "CONFLICT (%s): Merge conflict in %s" 934msgstr "CONFLIT (%s) : Conflit de fusion dans %s" 935 936#: merge-recursive.c:1731 937#, c-format 938msgid "Removing %s" 939msgstr "Suppression de %s" 940 941#: merge-recursive.c:1756 942msgid "file/directory" 943msgstr "fichier/répertoire" 944 945#: merge-recursive.c:1762 946msgid "directory/file" 947msgstr "répertoire/fichier" 948 949#: merge-recursive.c:1767 950#, c-format 951msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 952msgstr "" 953"CONFLIT (%s) : Il y a un répertoire nommé %s dans %s. Ajout de %s comme %s" 954 955#: merge-recursive.c:1777 956#, c-format 957msgid "Adding %s" 958msgstr "Ajout de %s" 959 960#: merge-recursive.c:1794 961msgid "Fatal merge failure, shouldn't happen." 962msgstr "Échec fatal de fusion, qui ne devrait jamais arriver." 963 964#: merge-recursive.c:1813 965msgid "Already up-to-date!" 966msgstr "Déjà à jour !" 967 968#: merge-recursive.c:1822 969#, c-format 970msgid "merging of trees %s and %s failed" 971msgstr "échec de fusion des arbres %s et %s" 972 973#: merge-recursive.c:1852 974#, c-format 975msgid "Unprocessed path??? %s" 976msgstr "Chemin non traité ??? %s" 977 978#: merge-recursive.c:1900 979msgid "Merging:" 980msgstr "Fusion :" 981 982#: merge-recursive.c:1913 983#, c-format 984msgid "found %u common ancestor:" 985msgid_plural "found %u common ancestors:" 986msgstr[0] "%u ancêtre commun trouvé :" 987msgstr[1] "%u ancêtres communs trouvés :" 988 989#: merge-recursive.c:1950 990msgid "merge returned no commit" 991msgstr "la fusion n'a pas retourné de commit" 992 993#: merge-recursive.c:2007 994#, c-format 995msgid "Could not parse object '%s'" 996msgstr "Impossible d'analyser l'objet '%s'" 997 998#: merge-recursive.c:2018 builtin/merge.c:645 999msgid "Unable to write index."1000msgstr "Impossible d'écrire l'index."10011002#: notes-utils.c:411003msgid "Cannot commit uninitialized/unreferenced notes tree"1004msgstr "Impossible de valider un arbre de notes non initialisé/référencé"10051006#: notes-utils.c:1001007#, c-format1008msgid "Bad notes.rewriteMode value: '%s'"1009msgstr "Mauvaise valeur de notes.rewriteMode : '%s'"10101011#: notes-utils.c:1101012#, c-format1013msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"1014msgstr "Refus de réécrire des notes dans %s (hors de refs/notes/)"10151016#. TRANSLATORS: The first %s is the name of the1017#. environment variable, the second %s is its value1018#: notes-utils.c:1371019#, c-format1020msgid "Bad %s value: '%s'"1021msgstr "Mauvaise valeur de %s : '%s'"10221023#: object.c:2421024#, c-format1025msgid "unable to parse object: %s"1026msgstr "impossible d'analyser l'objet : %s"10271028#: parse-options.c:5631029msgid "..."1030msgstr "..."10311032#: parse-options.c:5811033#, c-format1034msgid "usage: %s"1035msgstr "usage : %s"10361037#. TRANSLATORS: the colon here should align with the1038#. one in "usage: %s" translation1039#: parse-options.c:5851040#, c-format1041msgid " or: %s"1042msgstr " ou : %s"10431044#: parse-options.c:5881045#, c-format1046msgid " %s"1047msgstr " %s"10481049#: parse-options.c:6221050msgid "-NUM"1051msgstr "-NUM"10521053#: pathspec.c:1331054msgid "global 'glob' and 'noglob' pathspec settings are incompatible"1055msgstr ""1056"les réglages de spécificateurs de chemin généraux 'glob' et 'noglob' sont "1057"incompatibles"10581059#: pathspec.c:1431060msgid ""1061"global 'literal' pathspec setting is incompatible with all other global "1062"pathspec settings"1063msgstr ""1064"le réglage global de spécificateur de chemin 'literal' est incompatible avec "1065"tous les autres réglages globaux de spécificateur de chemin"10661067#: pathspec.c:1771068msgid "invalid parameter for pathspec magic 'prefix'"1069msgstr "paramètre invalide pour le spécificateur magique de chemin 'prefix'"10701071#: pathspec.c:1831072#, c-format1073msgid "Invalid pathspec magic '%.*s' in '%s'"1074msgstr "La spécification magique de chemin '%.*s' est invalide dans '%s'"10751076#: pathspec.c:1871077#, c-format1078msgid "Missing ')' at the end of pathspec magic in '%s'"1079msgstr "')' manquante à la fin du spécificateur magique de chemin dans '%s'"10801081#: pathspec.c:2051082#, c-format1083msgid "Unimplemented pathspec magic '%c' in '%s'"1084msgstr "Spécificateur magique '%c' non implémenté dans '%s'"10851086#: pathspec.c:2301087#, c-format1088msgid "%s: 'literal' and 'glob' are incompatible"1089msgstr "%s : 'literal' et 'glob' sont incompatibles"10901091#: pathspec.c:2411092#, c-format1093msgid "%s: '%s' is outside repository"1094msgstr "%s : '%s' est hors du dépôt"10951096#: pathspec.c:2911097#, c-format1098msgid "Pathspec '%s' is in submodule '%.*s'"1099msgstr "Le chemin '%s' est dans le sous-module '%.*s'"11001101#: pathspec.c:3531102#, c-format1103msgid "%s: pathspec magic not supported by this command: %s"1104msgstr ""1105"%s : le spécificateur magique de chemin n'est pas supporté par cette "1106"commande : %s"11071108#: pathspec.c:4321109#, c-format1110msgid "pathspec '%s' is beyond a symbolic link"1111msgstr "le chemin '%s' est au-delà d'un lien symbolique"11121113#: pathspec.c:4411114msgid ""1115"There is nothing to exclude from by :(exclude) patterns.\n"1116"Perhaps you forgot to add either ':/' or '.' ?"1117msgstr ""1118"Il n'y a rien dont il faut exclure par des motifs :(exclure).\n"1119"Peut-être avez-vous oublié d'ajouter ':/' ou '.' ?"11201121#: pretty.c:9691122msgid "unable to parse --pretty format"1123msgstr "impossible d'analyser le format --pretty"11241125#: progress.c:2361126msgid "done"1127msgstr "fait"11281129#: read-cache.c:12961130#, c-format1131msgid ""1132"index.version set, but the value is invalid.\n"1133"Using version %i"1134msgstr ""1135"version d'index renseignée, mais la valeur est invalide.\n"1136"Utilisation de la version %i"11371138#: read-cache.c:13061139#, c-format1140msgid ""1141"GIT_INDEX_VERSION set, but the value is invalid.\n"1142"Using version %i"1143msgstr ""1144"GIT_INDEX_VERSION est renseigné, mais la valeur est invalide.\n"1145"Utilisation de la version %i"11461147#: refs.c:2941 builtin/merge.c:760 builtin/merge.c:871 builtin/merge.c:9731148#: builtin/merge.c:9831149#, c-format1150msgid "Could not open '%s' for writing"1151msgstr "Impossible d'ouvrir '%s' en écriture"11521153#: refs.c:30011154#, c-format1155msgid "could not delete reference %s: %s"1156msgstr "Impossible de supprimer la référence %s : %s"11571158#: refs.c:30041159#, c-format1160msgid "could not delete references: %s"1161msgstr "impossible de supprimer les références : %s"11621163#: refs.c:30131164#, c-format1165msgid "could not remove reference %s"1166msgstr "impossible de supprimer la référence %s"11671168#: ref-filter.c:6601169msgid "unable to parse format"1170msgstr "impossible d'analyser le format"11711172#: remote.c:7921173#, c-format1174msgid "Cannot fetch both %s and %s to %s"1175msgstr "Impossible de récupérer à la fois %s et %s pour %s"11761177#: remote.c:7961178#, c-format1179msgid "%s usually tracks %s, not %s"1180msgstr "%s suit habituellement %s, pas %s"11811182#: remote.c:8001183#, c-format1184msgid "%s tracks both %s and %s"1185msgstr "%s suit à la fois %s et %s"11861187#: remote.c:8081188msgid "Internal error"1189msgstr "Erreur interne"11901191#: remote.c:1723 remote.c:17661192msgid "HEAD does not point to a branch"1193msgstr "HEAD ne pointe pas sur une branche"11941195#: remote.c:17321196#, c-format1197msgid "no such branch: '%s'"1198msgstr "pas de branche '%s'"11991200#: remote.c:17351201#, c-format1202msgid "no upstream configured for branch '%s'"1203msgstr "aucune branche amont configurée pour la branche '%s'"12041205#: remote.c:17411206#, c-format1207msgid "upstream branch '%s' not stored as a remote-tracking branch"1208msgstr "la branche amont '%s' n'est pas stockée comme branche de suivi"12091210#: remote.c:17561211#, c-format1212msgid "push destination '%s' on remote '%s' has no local tracking branch"1213msgstr ""1214"la destination de poussée '%s' sur le serveur distant '%s' n'a pas de "1215"branche locale de suivi"12161217#: remote.c:17711218#, c-format1219msgid "branch '%s' has no remote for pushing"1220msgstr "la branche '%s' n'a aucune branche distante de poussée"12211222#: remote.c:17821223#, c-format1224msgid "push refspecs for '%s' do not include '%s'"1225msgstr "les références de spec pour '%s' n'incluent pas '%s'"12261227#: remote.c:17951228msgid "push has no destination (push.default is 'nothing')"1229msgstr "la poussée n'a pas de destination (push.default vaut 'nothing')"12301231#: remote.c:18171232msgid "cannot resolve 'simple' push to a single destination"1233msgstr ""1234"impossible de résoudre une poussée 'simple' pour une destination unique"12351236#: remote.c:21241237#, c-format1238msgid "Your branch is based on '%s', but the upstream is gone.\n"1239msgstr "Votre branche est basée sur '%s', mais la branche amont a disparu.\n"12401241#: remote.c:21281242msgid " (use \"git branch --unset-upstream\" to fixup)\n"1243msgstr " (utilisez \"git branch --unset-upstream\" pour corriger)\n"12441245#: remote.c:21311246#, c-format1247msgid "Your branch is up-to-date with '%s'.\n"1248msgstr "Votre branche est à jour avec '%s'.\n"12491250#: remote.c:21351251#, c-format1252msgid "Your branch is ahead of '%s' by %d commit.\n"1253msgid_plural "Your branch is ahead of '%s' by %d commits.\n"1254msgstr[0] "Votre branche est en avance sur '%s' de %d commit.\n"1255msgstr[1] "Votre branche est en avance sur '%s' de %d commits.\n"12561257#: remote.c:21411258msgid " (use \"git push\" to publish your local commits)\n"1259msgstr " (utilisez \"git push\" pour publier vos commits locaux)\n"12601261#: remote.c:21441262#, c-format1263msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"1264msgid_plural ""1265"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"1266msgstr[0] ""1267"Votre branche est en retard sur '%s' de %d commit, et peut être mise à jour "1268"en avance rapide.\n"1269msgstr[1] ""1270"Votre branche est en retard sur '%s' de %d commits, et peut être mise à jour "1271"en avance rapide.\n"12721273#: remote.c:21521274msgid " (use \"git pull\" to update your local branch)\n"1275msgstr " (utilisez \"git pull\" pour mettre à jour votre branche locale)\n"12761277#: remote.c:21551278#, c-format1279msgid ""1280"Your branch and '%s' have diverged,\n"1281"and have %d and %d different commit each, respectively.\n"1282msgid_plural ""1283"Your branch and '%s' have diverged,\n"1284"and have %d and %d different commits each, respectively.\n"1285msgstr[0] ""1286"Votre branche et '%s' ont divergé,\n"1287"et ont %d et %d commit différent chacune respectivement.\n"1288msgstr[1] ""1289"Votre branche et '%s' ont divergé,\n"1290"et ont %d et %d commits différents chacune respectivement.\n"12911292#: remote.c:21651293msgid " (use \"git pull\" to merge the remote branch into yours)\n"1294msgstr ""1295" (utilisez \"git pull\" pour fusionner la branche distante dans la vôtre)\n"12961297#: revision.c:21981298msgid "your current branch appears to be broken"1299msgstr "votre branche actuelle semble cassée"13001301#: revision.c:22011302#, c-format1303msgid "your current branch '%s' does not have any commits yet"1304msgstr "votre branche actuelle '%s' ne contient encore aucun commit"13051306#: revision.c:23951307msgid "--first-parent is incompatible with --bisect"1308msgstr "--first-parent est incompatible avec --bisect"13091310#: run-command.c:831311msgid "open /dev/null failed"1312msgstr "échec de l'ouverture de /dev/null"13131314#: run-command.c:851315#, c-format1316msgid "dup2(%d,%d) failed"1317msgstr "échec de dup2(%d,%d)"13181319#: send-pack.c:2951320msgid "failed to sign the push certificate"1321msgstr "impossible de signer le certificat de poussée"13221323#: send-pack.c:4041324msgid "the receiving end does not support --signed push"1325msgstr "Le receveur ne gère pas les poussées avec --signed"13261327#: send-pack.c:4061328msgid ""1329"not sending a push certificate since the receiving end does not support --"1330"signed push"1331msgstr ""1332"pas d'envoi de certificat de poussée car le receveur ne gère pas les "1333"poussées avec --signed"13341335#: send-pack.c:4181336msgid "the receiving end does not support --atomic push"1337msgstr "Le receveur ne gère pas les poussées avec --atomic"13381339#: sequencer.c:1831340msgid ""1341"after resolving the conflicts, mark the corrected paths\n"1342"with 'git add <paths>' or 'git rm <paths>'"1343msgstr ""1344"après résolution des conflits, marquez les chemins corrigés\n"1345"avec 'git add <chemins>' ou 'git rm <chemins>'"13461347#: sequencer.c:1861348msgid ""1349"after resolving the conflicts, mark the corrected paths\n"1350"with 'git add <paths>' or 'git rm <paths>'\n"1351"and commit the result with 'git commit'"1352msgstr ""1353"après résolution des conflits, marquez les chemins corrigés\n"1354"avec 'git add <chemins>' ou 'git rm <chemins>'\n"1355"puis validez le résultat avec 'git commit'"13561357#: sequencer.c:199 sequencer.c:842 sequencer.c:9221358#, c-format1359msgid "Could not write to %s"1360msgstr "Impossible d'écrire dans %s"13611362#: sequencer.c:2021363#, c-format1364msgid "Error wrapping up %s"1365msgstr "Erreur à l'emballage de %s"13661367#: sequencer.c:2171368msgid "Your local changes would be overwritten by cherry-pick."1369msgstr "Vos modifications locales seraient écrasées par cherry-pick."13701371#: sequencer.c:2191372msgid "Your local changes would be overwritten by revert."1373msgstr "Vos modifications locales seraient écrasées par revert."13741375#: sequencer.c:2221376msgid "Commit your changes or stash them to proceed."1377msgstr "Validez vos modifications ou les remiser pour continuer."13781379#. TRANSLATORS: %s will be "revert" or "cherry-pick"1380#: sequencer.c:3091381#, c-format1382msgid "%s: Unable to write new index file"1383msgstr "%s: Impossible d'écrire le nouveau fichier index"13841385#: sequencer.c:3271386msgid "Could not resolve HEAD commit\n"1387msgstr "Impossible de résoudre le commit HEAD\n"13881389#: sequencer.c:3471390msgid "Unable to update cache tree\n"1391msgstr "Impossible de mettre à jour l'arbre de cache\n"13921393#: sequencer.c:3991394#, c-format1395msgid "Could not parse commit %s\n"1396msgstr "Impossible d'analyser le commit %s\n"13971398#: sequencer.c:4041399#, c-format1400msgid "Could not parse parent commit %s\n"1401msgstr "Impossible d'analyser le commit parent %s\n"14021403#: sequencer.c:4691404msgid "Your index file is unmerged."1405msgstr "Votre fichier d'index n'est pas fusionné."14061407#: sequencer.c:4881408#, c-format1409msgid "Commit %s is a merge but no -m option was given."1410msgstr "Le commit %s est une fusion mais l'option -m n'a pas été spécifiée."14111412#: sequencer.c:4961413#, c-format1414msgid "Commit %s does not have parent %d"1415msgstr "Le commit %s n'a pas le parent %d"14161417#: sequencer.c:5001418#, c-format1419msgid "Mainline was specified but commit %s is not a merge."1420msgstr ""1421"Une branche principale a été spécifiée mais le commit %s n'est pas une "1422"fusion."14231424#. TRANSLATORS: The first %s will be "revert" or1425#. "cherry-pick", the second %s a SHA11426#: sequencer.c:5131427#, c-format1428msgid "%s: cannot parse parent commit %s"1429msgstr "%s : impossible d'analyser le commit parent %s"14301431#: sequencer.c:5171432#, c-format1433msgid "Cannot get commit message for %s"1434msgstr "Impossible d'obtenir un message de validation pour %s"14351436#: sequencer.c:6031437#, c-format1438msgid "could not revert %s... %s"1439msgstr "impossible d'annuler %s... %s"14401441#: sequencer.c:6041442#, c-format1443msgid "could not apply %s... %s"1444msgstr "impossible d'appliquer %s... %s"14451446#: sequencer.c:6391447msgid "empty commit set passed"1448msgstr "l'ensemble de commits spécifié est vide"14491450#: sequencer.c:6471451#, c-format1452msgid "git %s: failed to read the index"1453msgstr "git %s : échec à la lecture de l'index"14541455#: sequencer.c:6511456#, c-format1457msgid "git %s: failed to refresh the index"1458msgstr "git %s : échec du rafraîchissement de l'index"14591460#: sequencer.c:7111461#, c-format1462msgid "Cannot %s during a %s"1463msgstr "Impossible de %s pendant un %s"14641465#: sequencer.c:7331466#, c-format1467msgid "Could not parse line %d."1468msgstr "Impossible d'analyser la ligne %d."14691470#: sequencer.c:7381471msgid "No commits parsed."1472msgstr "Aucun commit analysé."14731474#: sequencer.c:7501475#, c-format1476msgid "Could not open %s"1477msgstr "Impossible d'ouvrir %s"14781479#: sequencer.c:7541480#, c-format1481msgid "Could not read %s."1482msgstr "Impossible de lire %s."14831484#: sequencer.c:7611485#, c-format1486msgid "Unusable instruction sheet: %s"1487msgstr "Feuille d'instruction inutilisable : %s"14881489#: sequencer.c:7911490#, c-format1491msgid "Invalid key: %s"1492msgstr "Clé invalide: %s"14931494#: sequencer.c:794 builtin/pull.c:47 builtin/pull.c:491495#, c-format1496msgid "Invalid value for %s: %s"1497msgstr "Valeur invalide pour %s : %s"14981499#: sequencer.c:8041500#, c-format1501msgid "Malformed options sheet: %s"1502msgstr "Feuille d'options malformée : %s"15031504#: sequencer.c:8231505msgid "a cherry-pick or revert is already in progress"1506msgstr "un picorage ou un retour est déjà en cours"15071508#: sequencer.c:8241509msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1510msgstr "essayez \"git cherry-pick (--continue|--quit|-- abort)\""15111512#: sequencer.c:8281513#, c-format1514msgid "Could not create sequencer directory %s"1515msgstr "Impossible de créer le répertoire de séquenceur %s"15161517#: sequencer.c:844 sequencer.c:9261518#, c-format1519msgid "Error wrapping up %s."1520msgstr "Erreur lors de l'emballage de %s."15211522#: sequencer.c:863 sequencer.c:9961523msgid "no cherry-pick or revert in progress"1524msgstr "aucun picorage ou retour en cours"15251526#: sequencer.c:8651527msgid "cannot resolve HEAD"1528msgstr "impossible de résoudre HEAD"15291530#: sequencer.c:8671531msgid "cannot abort from a branch yet to be born"1532msgstr "impossible d'abandonner depuis une branche non encore créée"15331534#: sequencer.c:887 builtin/apply.c:42911535#, c-format1536msgid "cannot open %s: %s"1537msgstr "impossible d'ouvrir %s : %s"15381539#: sequencer.c:8901540#, c-format1541msgid "cannot read %s: %s"1542msgstr "impossible de lire %s : %s"15431544#: sequencer.c:8911545msgid "unexpected end of file"1546msgstr "fin de fichier inattendue"15471548#: sequencer.c:8971549#, c-format1550msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1551msgstr "le fichier HEAD de préparation de picorage '%s' est corrompu"15521553#: sequencer.c:9191554#, c-format1555msgid "Could not format %s."1556msgstr "Impossible de formater %s."15571558#: sequencer.c:10641559#, c-format1560msgid "%s: can't cherry-pick a %s"1561msgstr "%s : impossible de picorer un %s"15621563#: sequencer.c:10671564#, c-format1565msgid "%s: bad revision"1566msgstr "%s : mauvaise révision"15671568#: sequencer.c:11011569msgid "Can't revert as initial commit"1570msgstr "Impossible d'annuler en tant que commit initial"15711572#: sequencer.c:11021573msgid "Can't cherry-pick into empty head"1574msgstr "Impossible de picorer vers une HEAD vide"15751576#: setup.c:2431577#, c-format1578msgid "failed to read %s"1579msgstr "échec de la lecture de %s"15801581#: sha1_name.c:4531582msgid ""1583"Git normally never creates a ref that ends with 40 hex characters\n"1584"because it will be ignored when you just specify 40-hex. These refs\n"1585"may be created by mistake. For example,\n"1586"\n"1587" git checkout -b $br $(git rev-parse ...)\n"1588"\n"1589"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"1590"examine these refs and maybe delete them. Turn this message off by\n"1591"running \"git config advice.objectNameWarning false\""1592msgstr ""1593"Git ne créé normalement jamais de référence qui se termine par 40 caractères "1594"hexa\n"1595"car elle serait ignorée si vous spécifiiez 40-hexa. Ces références\n"1596"peuvent être créées par erreur. Par exemple,\n"1597"\n"1598" git checkout -b $br $(git rev-parse ...)\n"1599"\n"1600"où \"$br\" est d'une manière ou d'une autre vide et une référence 40-hexa "1601"est créée.\n"1602"Veuillez examiner ces références et peut-être les supprimer. Désactivez ce "1603"message\n"1604"en lançant \"git config advice.objectNameWarning false\""16051606#: submodule.c:61 submodule.c:951607msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"1608msgstr ""1609"Modification impossible de .gitmodules non fusionné, résolvez les conflits "1610"d'abord"16111612#: submodule.c:65 submodule.c:991613#, c-format1614msgid "Could not find section in .gitmodules where path=%s"1615msgstr "Impossible de trouver une section où path=%s dans .gitmodules"16161617#: submodule.c:731618#, c-format1619msgid "Could not update .gitmodules entry %s"1620msgstr "Impossible de mettre à jour l'élément %s de .gitmodules"16211622# ici %s est un chemin1623#: submodule.c:1061624#, c-format1625msgid "Could not remove .gitmodules entry for %s"1626msgstr "Impossible de supprimer l'élément de .gitmodules pour %s"16271628#: submodule.c:1171629msgid "staging updated .gitmodules failed"1630msgstr "échec de la mise en index du .gitmodules mis à jour"16311632#: submodule.c:10451633#, c-format1634msgid "Could not set core.worktree in %s"1635msgstr "Impossible de paramétrer core.worktree dans %s"16361637#: trailer.c:491 trailer.c:495 trailer.c:499 trailer.c:553 trailer.c:5571638#: trailer.c:5611639#, c-format1640msgid "unknown value '%s' for key '%s'"1641msgstr "valeur inconnue '%s' pour la clé '%s'"16421643#: trailer.c:543 trailer.c:548 builtin/remote.c:2901644#, c-format1645msgid "more than one %s"1646msgstr "plus d'un %s"16471648#: trailer.c:5811649#, c-format1650msgid "empty trailer token in trailer '%.*s'"1651msgstr "symbole vide dans la ligne de fin '%.*s'"16521653#: trailer.c:7011654#, c-format1655msgid "could not read input file '%s'"1656msgstr "impossible de lire le fichier d'entrée '%s'"16571658#: trailer.c:7041659msgid "could not read from stdin"1660msgstr "Impossible de lire depuis l'entrée standard"16611662#: transport-helper.c:10251663#, c-format1664msgid "Could not read ref %s"1665msgstr "impossible de lire la réf %s"16661667#: unpack-trees.c:2031668msgid "Checking out files"1669msgstr "Extraction des fichiers"16701671#: urlmatch.c:1201672msgid "invalid URL scheme name or missing '://' suffix"1673msgstr "nom de schéma d'URL invalide ou suffixe '://' manquant"16741675#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:3561676#, c-format1677msgid "invalid %XX escape sequence"1678msgstr "séquence d'échappement %XX invalide"16791680#: urlmatch.c:1721681msgid "missing host and scheme is not 'file:'"1682msgstr "hôte manquant et le schéma n'est pas 'file:'"16831684#: urlmatch.c:1891685msgid "a 'file:' URL may not have a port number"1686msgstr "une URL 'file:' ne peut pas contenir de numéro de port"16871688#: urlmatch.c:1991689msgid "invalid characters in host name"1690msgstr "caractères invalides dans le nom d'hôte"16911692#: urlmatch.c:244 urlmatch.c:2551693msgid "invalid port number"1694msgstr "numéro de port invalide"16951696#: urlmatch.c:3221697msgid "invalid '..' path segment"1698msgstr "segment de chemin '..' invalide"16991700#: wrapper.c:219 wrapper.c:3621701#, c-format1702msgid "could not open '%s' for reading and writing"1703msgstr "impossible d'ouvrir '%s' en lecture/écriture"17041705#: wrapper.c:221 wrapper.c:3641706#, c-format1707msgid "could not open '%s' for writing"1708msgstr "impossible d'ouvrir '%s' en écriture"17091710#: wrapper.c:223 wrapper.c:366 builtin/am.c:337 builtin/commit.c:16881711#: builtin/merge.c:1076 builtin/pull.c:3801712#, c-format1713msgid "could not open '%s' for reading"1714msgstr "impossible d'ouvrir '%s' en lecture"17151716#: wrapper.c:5791717#, c-format1718msgid "unable to access '%s': %s"1719msgstr "impossible d'accéder à '%s' : %s"17201721#: wrapper.c:6001722#, c-format1723msgid "unable to access '%s'"1724msgstr "impossible d'accéder à '%s'"17251726#: wrapper.c:6111727#, c-format1728msgid "unable to look up current user in the passwd file: %s"1729msgstr ""1730"impossible de rechercher l'utilisateur actuel dans le fichier de mots de "1731"passe : %s"17321733#: wrapper.c:6121734msgid "no such user"1735msgstr "utilisateur inconnu"17361737#: wrapper.c:6201738msgid "unable to get current working directory"1739msgstr "impossible d'accéder au répertoire de travail courant"17401741#: wrapper.c:6311742#, c-format1743msgid "could not open %s for writing"1744msgstr "Impossible d'ouvrir '%s' en écriture"17451746#: wrapper.c:642 builtin/am.c:4241747#, c-format1748msgid "could not write to %s"1749msgstr "Impossible d'écrire dans %s"17501751#: wrapper.c:6481752#, c-format1753msgid "could not close %s"1754msgstr "impossible de fermer %s"17551756#: wt-status.c:1491757msgid "Unmerged paths:"1758msgstr "Chemins non fusionnés :"17591760#: wt-status.c:176 wt-status.c:2031761#, c-format1762msgid " (use \"git reset %s <file>...\" to unstage)"1763msgstr " (utilisez \"git reset %s <fichier>...\" pour désindexer)"17641765#: wt-status.c:178 wt-status.c:2051766msgid " (use \"git rm --cached <file>...\" to unstage)"1767msgstr " (utilisez \"git rm --cached <fichier>...\" pour désindexer)"17681769#: wt-status.c:1821770msgid " (use \"git add <file>...\" to mark resolution)"1771msgstr " (utilisez \"git add <fichier>...\" pour marquer comme résolu)"17721773#: wt-status.c:184 wt-status.c:1881774msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1775msgstr ""1776" (utilisez \"git add/rm <fichier>...\" si nécessaire pour marquer comme "1777"résolu)"17781779#: wt-status.c:1861780msgid " (use \"git rm <file>...\" to mark resolution)"1781msgstr " (utilisez \"git rm <fichier>...\" pour marquer comme résolu)"17821783#: wt-status.c:197 wt-status.c:8801784msgid "Changes to be committed:"1785msgstr "Modifications qui seront validées :"17861787#: wt-status.c:215 wt-status.c:8891788msgid "Changes not staged for commit:"1789msgstr "Modifications qui ne seront pas validées :"17901791#: wt-status.c:2191792msgid " (use \"git add <file>...\" to update what will be committed)"1793msgstr ""1794" (utilisez \"git add <fichier>...\" pour mettre à jour ce qui sera validé)"17951796#: wt-status.c:2211797msgid " (use \"git add/rm <file>...\" to update what will be committed)"1798msgstr ""1799" (utilisez \"git add/rm <fichier>...\" pour mettre à jour ce qui sera "1800"validé)"18011802#: wt-status.c:2221803msgid ""1804" (use \"git checkout -- <file>...\" to discard changes in working directory)"1805msgstr ""1806" (utilisez \"git checkout -- <fichier>...\" pour annuler les modifications "1807"dans la copie de travail)"18081809#: wt-status.c:2241810msgid " (commit or discard the untracked or modified content in submodules)"1811msgstr ""1812" (valider ou annuler le contenu non suivi ou modifié dans les sous-modules)"18131814#: wt-status.c:2361815#, c-format1816msgid " (use \"git %s <file>...\" to include in what will be committed)"1817msgstr ""1818" (utilisez \"git %s <fichier>...\" pour inclure dans ce qui sera validé)"18191820#: wt-status.c:2511821msgid "both deleted:"1822msgstr "supprimé des deux côtés :"18231824#: wt-status.c:2531825msgid "added by us:"1826msgstr "ajouté par nous :"18271828#: wt-status.c:2551829msgid "deleted by them:"1830msgstr "supprimé par eux :"18311832#: wt-status.c:2571833msgid "added by them:"1834msgstr "ajouté par eux :"18351836#: wt-status.c:2591837msgid "deleted by us:"1838msgstr "supprimé par nous :"18391840#: wt-status.c:2611841msgid "both added:"1842msgstr "ajouté de deux côtés :"18431844#: wt-status.c:2631845msgid "both modified:"1846msgstr "modifié des deux côtés :"18471848#: wt-status.c:2651849#, c-format1850msgid "bug: unhandled unmerged status %x"1851msgstr "bogue : état de non-fusion non géré %x"18521853#: wt-status.c:2731854msgid "new file:"1855msgstr "nouveau fichier :"18561857#: wt-status.c:2751858msgid "copied:"1859msgstr "copié :"18601861#: wt-status.c:2771862msgid "deleted:"1863msgstr "supprimé :"18641865#: wt-status.c:2791866msgid "modified:"1867msgstr "modifié :"18681869#: wt-status.c:2811870msgid "renamed:"1871msgstr "renommé :"18721873#: wt-status.c:2831874msgid "typechange:"1875msgstr "modif. type :"18761877#: wt-status.c:2851878msgid "unknown:"1879msgstr "inconnu :"18801881#: wt-status.c:2871882msgid "unmerged:"1883msgstr "non fusionné :"18841885#: wt-status.c:3691886msgid "new commits, "1887msgstr "nouveaux commits, "18881889#: wt-status.c:3711890msgid "modified content, "1891msgstr "contenu modifié, "18921893#: wt-status.c:3731894msgid "untracked content, "1895msgstr "contenu non suivi, "18961897#: wt-status.c:3901898#, c-format1899msgid "bug: unhandled diff status %c"1900msgstr "bogue : état de diff non géré %c"19011902#: wt-status.c:7541903msgid "Submodules changed but not updated:"1904msgstr "Sous-modules modifiés mais non mis à jour :"19051906#: wt-status.c:7561907msgid "Submodule changes to be committed:"1908msgstr "Changements du sous-module à valider :"19091910#: wt-status.c:8371911msgid ""1912"Do not touch the line above.\n"1913"Everything below will be removed."1914msgstr ""1915"Ne touchez pas à la ligne ci-dessus\n"1916"Tout se qui suit sera éliminé."19171918#: wt-status.c:9481919msgid "You have unmerged paths."1920msgstr "Vous avez des chemins non fusionnés."19211922#: wt-status.c:9511923msgid " (fix conflicts and run \"git commit\")"1924msgstr " (réglez les conflits puis lancez \"git commit\")"19251926#: wt-status.c:9541927msgid "All conflicts fixed but you are still merging."1928msgstr "Tous les conflits sont réglés mais la fusion n'est pas terminée."19291930#: wt-status.c:9571931msgid " (use \"git commit\" to conclude merge)"1932msgstr " (utilisez \"git commit\" pour terminer la fusion)"19331934#: wt-status.c:9671935msgid "You are in the middle of an am session."1936msgstr "Vous êtes au milieu d'une session am."19371938#: wt-status.c:9701939msgid "The current patch is empty."1940msgstr "Le patch actuel est vide."19411942#: wt-status.c:9741943msgid " (fix conflicts and then run \"git am --continue\")"1944msgstr " (réglez les conflits puis lancez \"git am --continue\")"19451946#: wt-status.c:9761947msgid " (use \"git am --skip\" to skip this patch)"1948msgstr " (utilisez \"git am --skip\" pour sauter ce patch)"19491950#: wt-status.c:9781951msgid " (use \"git am --abort\" to restore the original branch)"1952msgstr " (utilisez \"git am --abort\" pour restaurer la branche d'origine)"19531954#: wt-status.c:11051955msgid "No commands done."1956msgstr "Aucune commande réalisée."19571958#: wt-status.c:11081959#, c-format1960msgid "Last command done (%d command done):"1961msgid_plural "Last commands done (%d commands done):"1962msgstr[0] "Dernière commande effectuée (%d commande effectuée) :"1963msgstr[1] "Dernières commandes effectuées (%d commandes effectuées) :"19641965#: wt-status.c:11191966#, c-format1967msgid " (see more in file %s)"1968msgstr " (voir plus dans le fichier %s)"19691970#: wt-status.c:11241971msgid "No commands remaining."1972msgstr "Aucune commande restante."19731974#: wt-status.c:11271975#, c-format1976msgid "Next command to do (%d remaining command):"1977msgid_plural "Next commands to do (%d remaining commands):"1978msgstr[0] "Prochaine commande à effectuer (%d commande restante) :"1979msgstr[1] "Prochaines commandes à effectuer (%d commandes restantes) :"19801981#: wt-status.c:11351982msgid " (use \"git rebase --edit-todo\" to view and edit)"1983msgstr " (utilisez \"git rebase --edit-todo\" pour voir et éditer)"19841985#: wt-status.c:11481986#, c-format1987msgid "You are currently rebasing branch '%s' on '%s'."1988msgstr "Vous êtes en train de rebaser la branche '%s' sur '%s'."19891990#: wt-status.c:11531991msgid "You are currently rebasing."1992msgstr "Vous êtes en train de rebaser."19931994#: wt-status.c:11671995msgid " (fix conflicts and then run \"git rebase --continue\")"1996msgstr " (réglez les conflits puis lancez \"git rebase --continue\")"19971998#: wt-status.c:11691999msgid " (use \"git rebase --skip\" to skip this patch)"2000msgstr " (utilisez \"git rebase --skip\" pour sauter ce patch)"20012002#: wt-status.c:11712003msgid " (use \"git rebase --abort\" to check out the original branch)"2004msgstr " (utilisez \"git rebase --abort\" pour extraire la branche d'origine)"20052006#: wt-status.c:11772007msgid " (all conflicts fixed: run \"git rebase --continue\")"2008msgstr " (tous les conflits sont réglés : lancez \"git rebase --continue\")"20092010#: wt-status.c:11812011#, c-format2012msgid ""2013"You are currently splitting a commit while rebasing branch '%s' on '%s'."2014msgstr ""2015"Vous êtes actuellement en train de fractionner un commit pendant un rebasage "2016"de la branche '%s' sur '%s'."20172018#: wt-status.c:11862019msgid "You are currently splitting a commit during a rebase."2020msgstr ""2021"Vous êtes actuellement en train de fractionner un commit pendant un rebasage."20222023#: wt-status.c:11892024msgid " (Once your working directory is clean, run \"git rebase --continue\")"2025msgstr ""2026" (Une fois la copie de travail nettoyée, lancez \"git rebase --continue\")"20272028#: wt-status.c:11932029#, c-format2030msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."2031msgstr ""2032"Vous êtes actuellement en train d'éditer un commit pendant un rebasage de la "2033"branche '%s' sur '%s'."20342035#: wt-status.c:11982036msgid "You are currently editing a commit during a rebase."2037msgstr ""2038"Vous êtes actuellement en train d'éditer un commit pendant un rebasage."20392040#: wt-status.c:12012041msgid " (use \"git commit --amend\" to amend the current commit)"2042msgstr " (utilisez \"git commit --amend\" pour corriger le commit actuel)"20432044#: wt-status.c:12032045msgid ""2046" (use \"git rebase --continue\" once you are satisfied with your changes)"2047msgstr ""2048" (utilisez \"git rebase --continue\" quand vous êtes satisfait de vos "2049"modifications)"20502051#: wt-status.c:12132052#, c-format2053msgid "You are currently cherry-picking commit %s."2054msgstr "Vous êtes actuellement en train de picorer le commit %s."20552056#: wt-status.c:12182057msgid " (fix conflicts and run \"git cherry-pick --continue\")"2058msgstr " (réglez les conflits puis lancez \"git cherry-pick --continue\")"20592060#: wt-status.c:12212061msgid " (all conflicts fixed: run \"git cherry-pick --continue\")"2062msgstr ""2063" (tous les conflits sont réglés : lancez \"git cherry-pick --continue\")"20642065#: wt-status.c:12232066msgid " (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"2067msgstr " (utilisez \"git cherry-pick --abort\" pour annuler le picorage)"20682069#: wt-status.c:12322070#, c-format2071msgid "You are currently reverting commit %s."2072msgstr "Vous êtes actuellement en train de rétablir le commit %s."20732074#: wt-status.c:12372075msgid " (fix conflicts and run \"git revert --continue\")"2076msgstr " (réglez les conflits puis lancez \"git revert --continue\")"20772078#: wt-status.c:12402079msgid " (all conflicts fixed: run \"git revert --continue\")"2080msgstr " (tous les conflits sont réglés : lancez \"git revert --continue\")"20812082#: wt-status.c:12422083msgid " (use \"git revert --abort\" to cancel the revert operation)"2084msgstr " (utilisez \"git revert --abort\" pour annuler le rétablissement)"20852086#: wt-status.c:12532087#, c-format2088msgid "You are currently bisecting, started from branch '%s'."2089msgstr "Vous êtes en cours de bissection, depuis la branche '%s'."20902091#: wt-status.c:12572092msgid "You are currently bisecting."2093msgstr "Vous êtes en cours de bissection."20942095#: wt-status.c:12602096msgid " (use \"git bisect reset\" to get back to the original branch)"2097msgstr " (utilisez \"git bisect reset\" pour revenir à la branche d'origine)"20982099#: wt-status.c:14372100msgid "On branch "2101msgstr "Sur la branche "21022103#: wt-status.c:14452104msgid "interactive rebase in progress; onto "2105msgstr "rebasage interactif en cours ; sur "21062107#: wt-status.c:14472108msgid "rebase in progress; onto "2109msgstr "rebasage en cours ; sur "21102111#: wt-status.c:14522112msgid "HEAD detached at "2113msgstr "HEAD détachée sur "21142115#: wt-status.c:14542116msgid "HEAD detached from "2117msgstr "HEAD détachée depuis "21182119#: wt-status.c:14572120msgid "Not currently on any branch."2121msgstr "Actuellement sur aucun branche."21222123#: wt-status.c:14742124msgid "Initial commit"2125msgstr "Validation initiale"21262127#: wt-status.c:14882128msgid "Untracked files"2129msgstr "Fichiers non suivis"21302131#: wt-status.c:14902132msgid "Ignored files"2133msgstr "Fichiers ignorés"21342135#: wt-status.c:14942136#, c-format2137msgid ""2138"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"2139"may speed it up, but you have to be careful not to forget to add\n"2140"new files yourself (see 'git help status')."2141msgstr ""2142"L'énumération des fichiers non suivis a duré %.2f secondes. 'status -uno'\n"2143"peut l'accélérer, mais vous devez alors faire attention à ne pas\n"2144"oublier d'ajouter les nouveaux fichiers par vous-même (voir 'git help "2145"status')."21462147#: wt-status.c:15002148#, c-format2149msgid "Untracked files not listed%s"2150msgstr "Fichiers non suivis non affichés%s"21512152#: wt-status.c:15022153msgid " (use -u option to show untracked files)"2154msgstr " (utilisez -u pour afficher les fichiers non suivis)"21552156#: wt-status.c:15082157msgid "No changes"2158msgstr "Aucune modification"21592160#: wt-status.c:15132161#, c-format2162msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"2163msgstr ""2164"aucune modification n'a été ajoutée à la validation (utilisez \"git add\" ou "2165"\"git commit -a\")\n"21662167#: wt-status.c:15162168#, c-format2169msgid "no changes added to commit\n"2170msgstr "aucune modification ajoutée à la validation\n"21712172#: wt-status.c:15192173#, c-format2174msgid ""2175"nothing added to commit but untracked files present (use \"git add\" to "2176"track)\n"2177msgstr ""2178"aucune modification ajoutée à la validation mais des fichiers non suivis "2179"sont présents (utilisez \"git add\" pour les suivre)\n"21802181#: wt-status.c:15222182#, c-format2183msgid "nothing added to commit but untracked files present\n"2184msgstr ""2185"aucune modification ajoutée à la validation mais des fichiers non suivis "2186"sont présents\n"21872188#: wt-status.c:15252189#, c-format2190msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"2191msgstr ""2192"rien à valider (créez/copiez des fichiers et utilisez \"git add\" pour les "2193"suivre)\n"21942195#: wt-status.c:1528 wt-status.c:15332196#, c-format2197msgid "nothing to commit\n"2198msgstr "rien à valider\n"21992200#: wt-status.c:15312201#, c-format2202msgid "nothing to commit (use -u to show untracked files)\n"2203msgstr "rien à valider (utilisez -u pour afficher les fichiers non suivis)\n"22042205#: wt-status.c:15352206#, c-format2207msgid "nothing to commit, working directory clean\n"2208msgstr "rien à valider, la copie de travail est propre\n"22092210#: wt-status.c:16442211msgid "HEAD (no branch)"2212msgstr "HEAD (aucune branche)"22132214#: wt-status.c:16502215msgid "Initial commit on "2216msgstr "Validation initiale sur "22172218# à priori on parle d'une branche ici2219#: wt-status.c:16772220msgid "gone"2221msgstr "disparue"22222223#: wt-status.c:1679 wt-status.c:16872224msgid "behind "2225msgstr "derrière "22262227#: compat/precompose_utf8.c:55 builtin/clone.c:4032228#, c-format2229msgid "failed to unlink '%s'"2230msgstr "échec lors de l'unlink de '%s'"22312232#: builtin/add.c:222233msgid "git add [<options>] [--] <pathspec>..."2234msgstr "git add [<options>] [--] <chemin>..."22352236#: builtin/add.c:652237#, c-format2238msgid "unexpected diff status %c"2239msgstr "status de diff inattendu %c"22402241#: builtin/add.c:70 builtin/commit.c:2772242msgid "updating files failed"2243msgstr "échec de la mise à jour des fichiers"22442245#: builtin/add.c:802246#, c-format2247msgid "remove '%s'\n"2248msgstr "suppression de '%s'\n"22492250#: builtin/add.c:1342251msgid "Unstaged changes after refreshing the index:"2252msgstr "Modifications non indexées après rafraîchissement de l'index :"22532254#: builtin/add.c:194 builtin/rev-parse.c:7992255msgid "Could not read the index"2256msgstr "Impossible de lire l'index"22572258#: builtin/add.c:2052259#, c-format2260msgid "Could not open '%s' for writing."2261msgstr "Impossible d'ouvrir '%s' en écriture."22622263#: builtin/add.c:2092264msgid "Could not write patch"2265msgstr "Impossible d'écrire le patch"22662267#: builtin/add.c:2122268msgid "editing patch failed"2269msgstr "échec de l'édition du patch"22702271#: builtin/add.c:2152272#, c-format2273msgid "Could not stat '%s'"2274msgstr "Stat de '%s' impossible"22752276#: builtin/add.c:2172277msgid "Empty patch. Aborted."2278msgstr "Patch vide. Abandon."22792280#: builtin/add.c:2222281#, c-format2282msgid "Could not apply '%s'"2283msgstr "Impossible d'appliquer '%s'"22842285#: builtin/add.c:2322286msgid "The following paths are ignored by one of your .gitignore files:\n"2287msgstr ""2288"Les chemins suivants sont ignorés par un de vos fichiers .gitignore :\n"22892290#: builtin/add.c:249 builtin/clean.c:896 builtin/fetch.c:108 builtin/mv.c:1102291#: builtin/prune-packed.c:55 builtin/pull.c:182 builtin/push.c:5452292#: builtin/remote.c:1339 builtin/rm.c:268 builtin/send-pack.c:1622293msgid "dry run"2294msgstr "simuler l'action"22952296#: builtin/add.c:250 builtin/apply.c:4580 builtin/check-ignore.c:192297#: builtin/commit.c:1321 builtin/count-objects.c:63 builtin/fsck.c:6362298#: builtin/log.c:1641 builtin/mv.c:109 builtin/read-tree.c:1142299msgid "be verbose"2300msgstr "mode verbeux"23012302#: builtin/add.c:2522303msgid "interactive picking"2304msgstr "sélection interactive"23052306#: builtin/add.c:253 builtin/checkout.c:1152 builtin/reset.c:2862307msgid "select hunks interactively"2308msgstr "sélection interactive des sections"23092310#: builtin/add.c:2542311msgid "edit current diff and apply"2312msgstr "édition du diff actuel et application"23132314#: builtin/add.c:2552315msgid "allow adding otherwise ignored files"2316msgstr "permettre l'ajout de fichiers ignorés"23172318#: builtin/add.c:2562319msgid "update tracked files"2320msgstr "mettre à jour les fichiers suivis"23212322#: builtin/add.c:2572323msgid "record only the fact that the path will be added later"2324msgstr "enregistrer seulement le fait que le chemin sera ajouté plus tard"23252326#: builtin/add.c:2582327msgid "add changes from all tracked and untracked files"2328msgstr "ajouter les modifications de tous les fichiers suivis et non suivis"23292330#: builtin/add.c:2612331msgid "ignore paths removed in the working tree (same as --no-all)"2332msgstr ""2333"ignorer les chemins effacés dans la copie de travail (identique à --no-all)"23342335#: builtin/add.c:2632336msgid "don't add, only refresh the index"2337msgstr "ne pas ajouter, juste rafraîchir l'index"23382339#: builtin/add.c:2642340msgid "just skip files which cannot be added because of errors"2341msgstr ""2342"sauter seulement les fichiers qui ne peuvent pas être ajoutés du fait "2343"d'erreurs"23442345#: builtin/add.c:2652346msgid "check if - even missing - files are ignored in dry run"2347msgstr "vérifier si des fichiers - même manquants - sont ignorés, à vide"23482349#: builtin/add.c:2872350#, c-format2351msgid "Use -f if you really want to add them.\n"2352msgstr "Utilisez -f si vous voulez réellement les ajouter.\n"23532354#: builtin/add.c:2942355msgid "adding files failed"2356msgstr "échec de l'ajout de fichiers"23572358#: builtin/add.c:3302359msgid "-A and -u are mutually incompatible"2360msgstr "-A et -u sont mutuellement incompatibles"23612362#: builtin/add.c:3372363msgid "Option --ignore-missing can only be used together with --dry-run"2364msgstr ""2365"L'option --ignore-missing ne peut être utilisée qu'en complément de --dry-run"23662367#: builtin/add.c:3582368#, c-format2369msgid "Nothing specified, nothing added.\n"2370msgstr "Rien de spécifié, rien n'a été ajouté.\n"23712372#: builtin/add.c:3592373#, c-format2374msgid "Maybe you wanted to say 'git add .'?\n"2375msgstr "Vous vouliez sûrement dire 'git add .' ?\n"23762377#: builtin/add.c:364 builtin/check-ignore.c:172 builtin/clean.c:9402378#: builtin/commit.c:336 builtin/mv.c:130 builtin/reset.c:235 builtin/rm.c:2982379msgid "index file corrupt"2380msgstr "fichier d'index corrompu"23812382#: builtin/add.c:445 builtin/apply.c:4678 builtin/mv.c:279 builtin/rm.c:4302383msgid "Unable to write new index file"2384msgstr "Impossible d'écrire le nouveau fichier d'index"23852386#: builtin/am.c:412387#, c-format2388msgid "could not stat %s"2389msgstr "stat impossible de %s"23902391#: builtin/am.c:270 builtin/am.c:1345 builtin/commit.c:737 builtin/merge.c:10792392#, c-format2393msgid "could not read '%s'"2394msgstr "impossible de lire '%s'"23952396#: builtin/am.c:4442397msgid "could not parse author script"2398msgstr "impossible d'analyser le script author"23992400#: builtin/am.c:5212401#, c-format2402msgid "'%s' was deleted by the applypatch-msg hook"2403msgstr "'%s' a été effacé par le crochet applypatch-msg"24042405#: builtin/am.c:562 builtin/notes.c:3002406#, c-format2407msgid "Malformed input line: '%s'."2408msgstr "Ligne en entrée malformée : '%s'."24092410#: builtin/am.c:599 builtin/notes.c:3152411#, c-format2412msgid "Failed to copy notes from '%s' to '%s'"2413msgstr "Impossible de copier les notes de '%s' vers '%s'"24142415#: builtin/am.c:6252416msgid "fseek failed"2417msgstr "échec de fseek"24182419#: builtin/am.c:786 builtin/am.c:8742420#, c-format2421msgid "could not open '%s' for reading: %s"2422msgstr "impossible d'ouvrir '%s' en lecture : %s"24232424#: builtin/am.c:7932425#, c-format2426msgid "could not open '%s' for writing: %s"2427msgstr "impossible d'ouvrir '%s' en écriture : %s"24282429#: builtin/am.c:8022430#, c-format2431msgid "could not parse patch '%s'"2432msgstr "impossible d'analyser le patch '%s'"24332434#: builtin/am.c:8672435msgid "Only one StGIT patch series can be applied at once"2436msgstr "Seulement une série de patchs StGIT peut être appliquée à la fois"24372438#: builtin/am.c:9152439msgid "invalid timestamp"2440msgstr "horodatage invalide"24412442#: builtin/am.c:918 builtin/am.c:9262443msgid "invalid Date line"2444msgstr "ligne de Date invalide"24452446#: builtin/am.c:9232447msgid "invalid timezone offset"2448msgstr "décalage horaire invalide"24492450#: builtin/am.c:10102451msgid "Patch format detection failed."2452msgstr "Échec de détection du format du patch."24532454#: builtin/am.c:1015 builtin/clone.c:3682455#, c-format2456msgid "failed to create directory '%s'"2457msgstr "échec de la création du répertoire '%s'"24582459#: builtin/am.c:10192460msgid "Failed to split patches."2461msgstr "Échec de découpage des patchs."24622463#: builtin/am.c:1151 builtin/commit.c:3622464msgid "unable to write index file"2465msgstr "impossible d'écrire le fichier d'index"24662467#: builtin/am.c:12022468#, c-format2469msgid "When you have resolved this problem, run \"%s --continue\"."2470msgstr "Quand vous avez résolu ce problème, lancez \"%s --continue\"."24712472#: builtin/am.c:12032473#, c-format2474msgid "If you prefer to skip this patch, run \"%s --skip\" instead."2475msgstr "Si vous préférez plutôt sauter ce patch, lancez \"%s --skip\"."24762477#: builtin/am.c:12042478#, c-format2479msgid "To restore the original branch and stop patching, run \"%s --abort\"."2480msgstr ""2481"Pour restaurer la branche originale et arrêter de patcher, lancez \"%s --"2482"abort\"."24832484#: builtin/am.c:13392485msgid "Patch is empty. Was it split wrong?"2486msgstr "Le patch est vide. Le découpage était-il bon ?"24872488#: builtin/am.c:1413 builtin/log.c:13452489#, c-format2490msgid "invalid ident line: %s"2491msgstr "ligne d'identification invalide : %s"24922493#: builtin/am.c:14402494#, c-format2495msgid "unable to parse commit %s"2496msgstr "impossible d'analyser le commit %s"24972498#: builtin/am.c:16142499msgid "Repository lacks necessary blobs to fall back on 3-way merge."2500msgstr ""2501"Le dépôt n'a pas les blobs nécessaires pour un retour à une fusion à 3 "2502"points."25032504#: builtin/am.c:16162505msgid "Using index info to reconstruct a base tree..."2506msgstr ""2507"Utilisation de l'information de l'index pour reconstruire un arbre de base..."25082509#: builtin/am.c:16352510msgid ""2511"Did you hand edit your patch?\n"2512"It does not apply to blobs recorded in its index."2513msgstr ""2514"Avez-vous édité le patch à la main ?\n"2515"Il ne s'applique pas aux blobs enregistrés dans son index."25162517#: builtin/am.c:16412518msgid "Falling back to patching base and 3-way merge..."2519msgstr "Retour à un patch de la base et fusion à 3 points..."25202521#: builtin/am.c:16662522msgid "Failed to merge in the changes."2523msgstr "Échec d'intégration des modifications."25242525#: builtin/am.c:1691 builtin/merge.c:6322526msgid "git write-tree failed to write a tree"2527msgstr "git write-tree a échoué à écrire un arbre"25282529#: builtin/am.c:16982530msgid "applying to an empty history"2531msgstr "application à un historique vide"25322533#: builtin/am.c:1711 builtin/commit.c:1752 builtin/merge.c:8292534#: builtin/merge.c:8542535msgid "failed to write commit object"2536msgstr "échec de l'écriture de l'objet commit"25372538#: builtin/am.c:1743 builtin/am.c:17472539#, c-format2540msgid "cannot resume: %s does not exist."2541msgstr "impossible de continuer : %s n'existe pas."25422543#: builtin/am.c:17632544msgid "cannot be interactive without stdin connected to a terminal."2545msgstr ""2546"impossible d'être interactif sans entrée standard connectée à un terminal."25472548#: builtin/am.c:17682549msgid "Commit Body is:"2550msgstr "Le corps de la validation est :"25512552#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]2553#. in your translation. The program will only accept English2554#. input at this point.2555#.2556#: builtin/am.c:17782557msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "2558msgstr "Appliquer ? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all : "25592560#: builtin/am.c:18282561#, c-format2562msgid "Dirty index: cannot apply patches (dirty: %s)"2563msgstr "Index sale : impossible d'appliquer des patchs (sales : %s)"25642565#: builtin/am.c:1863 builtin/am.c:19342566#, c-format2567msgid "Applying: %.*s"2568msgstr "Application de %.*s"25692570#: builtin/am.c:18792571msgid "No changes -- Patch already applied."2572msgstr "Pas de changement -- Patch déjà appliqué."25732574#: builtin/am.c:18872575#, c-format2576msgid "Patch failed at %s %.*s"2577msgstr "le patch a échoué à %s %.*s"25782579#: builtin/am.c:18932580#, c-format2581msgid "The copy of the patch that failed is found in: %s"2582msgstr "La copie du patch qui a échoué se trouve dans : %s"25832584#: builtin/am.c:19372585msgid ""2586"No changes - did you forget to use 'git add'?\n"2587"If there is nothing left to stage, chances are that something else\n"2588"already introduced the same changes; you might want to skip this patch."2589msgstr ""2590"Aucun changement - avez-vous oublié d'utiliser 'git add' ?\n"2591"S'il n'y a plus rien à indexer, il se peut qu'autre chose ait déjà\n"2592"introduit les mêmes changements ; vous pourriez avoir envie de sauter ce "2593"patch."25942595#: builtin/am.c:19442596msgid ""2597"You still have unmerged paths in your index.\n"2598"Did you forget to use 'git add'?"2599msgstr ""2600"Vous avez toujours des chemins non fusionnés dans votre index\n"2601"Auriez-vous oublié de faire 'git add' ?"26022603#: builtin/am.c:2052 builtin/am.c:2056 builtin/am.c:2068 builtin/reset.c:3082604#: builtin/reset.c:3162605#, c-format2606msgid "Could not parse object '%s'."2607msgstr "Impossible d'analyser l'objet '%s'."26082609#: builtin/am.c:21042610msgid "failed to clean index"2611msgstr "échec du nettoyage de l'index"26122613#: builtin/am.c:21382614msgid ""2615"You seem to have moved HEAD since the last 'am' failure.\n"2616"Not rewinding to ORIG_HEAD"2617msgstr ""2618"Vous semblez avoir déplacé la HEAD depuis le dernier échec de 'am'.\n"2619"Pas de retour à ORIG_HEAD"26202621#: builtin/am.c:21992622#, c-format2623msgid "Invalid value for --patch-format: %s"2624msgstr "Valeur invalide pour --patch-format : %s"26252626#: builtin/am.c:22212627msgid "git am [options] [(<mbox>|<Maildir>)...]"2628msgstr "git am [<options>] [(<mbox>|<Maildir>)...]"26292630#: builtin/am.c:22222631msgid "git am [options] (--continue | --skip | --abort)"2632msgstr "git am [options] (--continue | --quit | -- abort)\""26332634#: builtin/am.c:22282635msgid "run interactively"2636msgstr "exécution interactive"26372638#: builtin/am.c:22302639msgid "historical option -- no-op"2640msgstr "option historique -- no-op"26412642#: builtin/am.c:22322643msgid "allow fall back on 3way merging if needed"2644msgstr "permettre de revenir à une fusion à 3 points si nécessaire"26452646#: builtin/am.c:2233 builtin/init-db.c:509 builtin/prune-packed.c:572647#: builtin/repack.c:1712648msgid "be quiet"2649msgstr "être silencieux"26502651#: builtin/am.c:22352652msgid "add a Signed-off-by line to the commit message"2653msgstr "ajouter une ligne Signed-off-by au message de validation"26542655#: builtin/am.c:22382656msgid "recode into utf8 (default)"2657msgstr "recoder en utf-8 (par défaut)"26582659#: builtin/am.c:22402660msgid "pass -k flag to git-mailinfo"2661msgstr "passer l'option -k à git-mailinfo"26622663#: builtin/am.c:22422664msgid "pass -b flag to git-mailinfo"2665msgstr "passer l'option -b à git-mailinfo"26662667#: builtin/am.c:22442668msgid "pass -m flag to git-mailinfo"2669msgstr "passer l'option -m à git-mailinfo"26702671#: builtin/am.c:22462672msgid "pass --keep-cr flag to git-mailsplit for mbox format"2673msgstr "passer l'option --keep-cr à git-mailsplit fpour le format mbox"26742675#: builtin/am.c:22492676msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"2677msgstr ""2678"ne pas passer l'option --keep-cr à git-mailsplit indépendamment de am.keepcr"26792680#: builtin/am.c:22522681msgid "strip everything before a scissors line"2682msgstr "retirer tout le contenu avant la ligne des ciseaux"26832684#: builtin/am.c:2253 builtin/apply.c:45632685msgid "action"2686msgstr "action"26872688#: builtin/am.c:2254 builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:22632689#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:22752690#: builtin/am.c:22812691msgid "pass it through git-apply"2692msgstr "le passer jusqu'à git-apply"26932694#: builtin/am.c:2262 builtin/apply.c:45872695msgid "root"2696msgstr "racine"26972698#: builtin/am.c:2265 builtin/am.c:2268 builtin/apply.c:45252699#: builtin/apply.c:4528 builtin/clone.c:85 builtin/fetch.c:932700#: builtin/pull.c:1672701msgid "path"2702msgstr "chemin"27032704#: builtin/am.c:2271 builtin/fmt-merge-msg.c:669 builtin/fmt-merge-msg.c:6722705#: builtin/grep.c:698 builtin/merge.c:198 builtin/pull.c:1272706#: builtin/repack.c:178 builtin/repack.c:182 builtin/show-branch.c:6642707#: builtin/show-ref.c:180 builtin/tag.c:591 parse-options.h:1322708#: parse-options.h:134 parse-options.h:2432709msgid "n"2710msgstr "n"27112712#: builtin/am.c:2274 builtin/apply.c:45312713msgid "num"2714msgstr "num"27152716#: builtin/am.c:2277 builtin/for-each-ref.c:34 builtin/replace.c:4382717msgid "format"2718msgstr "format"27192720#: builtin/am.c:22782721msgid "format the patch(es) are in"2722msgstr "format de présentation des patchs"27232724#: builtin/am.c:22842725msgid "override error message when patch failure occurs"2726msgstr "surcharger le message d'erreur lors d'un échec d'application de patch"27272728#: builtin/am.c:22862729msgid "continue applying patches after resolving a conflict"2730msgstr "continuer à appliquer les patchs après résolution d'un conflit"27312732#: builtin/am.c:22892733msgid "synonyms for --continue"2734msgstr "synonymes de --continue"27352736#: builtin/am.c:22922737msgid "skip the current patch"2738msgstr "sauter le patch courant"27392740#: builtin/am.c:22952741msgid "restore the original branch and abort the patching operation."2742msgstr ""2743"restaurer la branche originale et abandonner les applications de patch."27442745#: builtin/am.c:22992746msgid "lie about committer date"2747msgstr "mentir sur la date de validation"27482749#: builtin/am.c:23012750msgid "use current timestamp for author date"2751msgstr "utiliser l'horodatage actuel pour la date d'auteur"27522753#: builtin/am.c:2303 builtin/commit.c:1590 builtin/merge.c:2252754#: builtin/pull.c:155 builtin/revert.c:92 builtin/tag.c:6062755msgid "key-id"2756msgstr "id de clé"27572758#: builtin/am.c:23042759msgid "GPG-sign commits"2760msgstr "signer les commits avec GPG"27612762#: builtin/am.c:23072763msgid "(internal use for git-rebase)"2764msgstr "(utilisation interne pour git-rebase)"27652766#: builtin/am.c:23222767msgid ""2768"The -b/--binary option has been a no-op for long time, and\n"2769"it will be removed. Please do not use it anymore."2770msgstr ""2771"L'option -b/--binary ne fait plus rien depuis longtemps,\n"2772"et elle sera supprimée. Veuillez ne plus l'utiliser."27732774#: builtin/am.c:23292775msgid "failed to read the index"2776msgstr "échec à la lecture de l'index"27772778#: builtin/am.c:23442779#, c-format2780msgid "previous rebase directory %s still exists but mbox given."2781msgstr ""2782"le répertoire précédent de rebasage %s existe toujours mais mbox donnée."27832784#: builtin/am.c:23682785#, c-format2786msgid ""2787"Stray %s directory found.\n"2788"Use \"git am --abort\" to remove it."2789msgstr ""2790"Répertoire abandonné %s trouvé.\n"2791"Utilisez \"git am --abort\" pour le supprimer."27922793#: builtin/am.c:23742794msgid "Resolve operation not in progress, we are not resuming."2795msgstr ""2796"Pas de résolution de l'opération en cours, nous ne sommes pas dans une "2797"reprise."27982799#: builtin/apply.c:592800msgid "git apply [<options>] [<patch>...]"2801msgstr "git apply [<options>] [<patch>...]"28022803#: builtin/apply.c:1122804#, c-format2805msgid "unrecognized whitespace option '%s'"2806msgstr "option d'espace non reconnue '%s'"28072808#: builtin/apply.c:1272809#, c-format2810msgid "unrecognized whitespace ignore option '%s'"2811msgstr "option d'ignorance d'espace non reconnue '%s'"28122813#: builtin/apply.c:8222814#, c-format2815msgid "Cannot prepare timestamp regexp %s"2816msgstr "Impossible de préparer la regexp d'horodatage %s"28172818#: builtin/apply.c:8312819#, c-format2820msgid "regexec returned %d for input: %s"2821msgstr "regexec a retourné %d pour l'entrée : %s"28222823#: builtin/apply.c:9122824#, c-format2825msgid "unable to find filename in patch at line %d"2826msgstr "nom de fichier du patch introuvable à la ligne %d"28272828#: builtin/apply.c:9442829#, c-format2830msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"2831msgstr ""2832"git apply : mauvais format de git-diff - /dev/null attendu, %s trouvé à la "2833"ligne %d"28342835#: builtin/apply.c:9482836#, c-format2837msgid "git apply: bad git-diff - inconsistent new filename on line %d"2838msgstr ""2839"git apply : mauvais format de git-diff - nouveau nom de fichier inconsistant "2840"à la ligne %d"28412842#: builtin/apply.c:9492843#, c-format2844msgid "git apply: bad git-diff - inconsistent old filename on line %d"2845msgstr ""2846"git apply : mauvais format de git-diff - ancien nom de fichier inconsistant "2847"à la ligne %d"28482849#: builtin/apply.c:9562850#, c-format2851msgid "git apply: bad git-diff - expected /dev/null on line %d"2852msgstr ""2853"git apply : mauvais format de git-diff - /dev/null attendu à la ligne %d"28542855#: builtin/apply.c:14192856#, c-format2857msgid "recount: unexpected line: %.*s"2858msgstr "recomptage : ligne inattendue : %.*s"28592860#: builtin/apply.c:14762861#, c-format2862msgid "patch fragment without header at line %d: %.*s"2863msgstr "fragment de patch sans en-tête à la ligne %d : %.*s"28642865#: builtin/apply.c:14932866#, c-format2867msgid ""2868"git diff header lacks filename information when removing %d leading pathname "2869"component (line %d)"2870msgid_plural ""2871"git diff header lacks filename information when removing %d leading pathname "2872"components (line %d)"2873msgstr[0] ""2874"information de nom de fichier manquante dans l'en-tête de git diff lors de "2875"la suppression de %d composant de préfixe de chemin (ligne %d)"2876msgstr[1] ""2877"information de nom de fichier manquante dans l'en-tête de git diff lors de "2878"la suppression de %d composants de préfixe de chemin (ligne %d)"28792880#: builtin/apply.c:16592881msgid "new file depends on old contents"2882msgstr "le nouveau fichier dépend de contenus anciens"28832884#: builtin/apply.c:16612885msgid "deleted file still has contents"2886msgstr "le fichier supprimé a encore du contenu"28872888#: builtin/apply.c:16872889#, c-format2890msgid "corrupt patch at line %d"2891msgstr "patch corrompu à la ligne %d"28922893#: builtin/apply.c:17232894#, c-format2895msgid "new file %s depends on old contents"2896msgstr "le nouveau fichier %s dépend de contenus anciens"28972898#: builtin/apply.c:17252899#, c-format2900msgid "deleted file %s still has contents"2901msgstr "le fichier supprimé %s a encore du contenu"29022903#: builtin/apply.c:17282904#, c-format2905msgid "** warning: file %s becomes empty but is not deleted"2906msgstr "** attention : le fichier %s devient vide mais n'est pas supprimé"29072908#: builtin/apply.c:18742909#, c-format2910msgid "corrupt binary patch at line %d: %.*s"2911msgstr "patch binaire corrompu à la ligne %d : %.*s"29122913#: builtin/apply.c:19032914#, c-format2915msgid "unrecognized binary patch at line %d"2916msgstr "patch binaire non reconnu à la ligne %d"29172918#: builtin/apply.c:20542919#, c-format2920msgid "patch with only garbage at line %d"2921msgstr "patch totalement incompréhensible à la ligne %d"29222923#: builtin/apply.c:21442924#, c-format2925msgid "unable to read symlink %s"2926msgstr "lecture du lien symbolique %s impossible"29272928#: builtin/apply.c:21482929#, c-format2930msgid "unable to open or read %s"2931msgstr "ouverture ou lecture de %s impossible"29322933#: builtin/apply.c:27812934#, c-format2935msgid "invalid start of line: '%c'"2936msgstr "début de ligne invalide : '%c'"29372938#: builtin/apply.c:29002939#, c-format2940msgid "Hunk #%d succeeded at %d (offset %d line)."2941msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."2942msgstr[0] "La section n°%d a réussi à la ligne %d (offset %d ligne)."2943msgstr[1] "La section n°%d a réussi à la ligne %d (offset %d lignes)."29442945#: builtin/apply.c:29122946#, c-format2947msgid "Context reduced to (%ld/%ld) to apply fragment at %d"2948msgstr "Contexte réduit à (%ld/%ld) pour appliquer le fragment à la ligne %d"29492950#: builtin/apply.c:29182951#, c-format2952msgid ""2953"while searching for:\n"2954"%.*s"2955msgstr ""2956"pendant la recherche de :\n"2957"%.*s"29582959#: builtin/apply.c:29382960#, c-format2961msgid "missing binary patch data for '%s'"2962msgstr "données de patch binaire manquantes pour '%s'"29632964#: builtin/apply.c:30392965#, c-format2966msgid "binary patch does not apply to '%s'"2967msgstr "le patch binaire ne s'applique par correctement à '%s'"29682969#: builtin/apply.c:30452970#, c-format2971msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2972msgstr ""2973"le patch binaire sur '%s' crée un résultat incorrect (%s attendu, mais %s "2974"trouvé)"29752976#: builtin/apply.c:30662977#, c-format2978msgid "patch failed: %s:%ld"2979msgstr "le patch a échoué : %s:%ld"29802981#: builtin/apply.c:31902982#, c-format2983msgid "cannot checkout %s"2984msgstr "extraction de %s impossible"29852986#: builtin/apply.c:3235 builtin/apply.c:3246 builtin/apply.c:32912987#, c-format2988msgid "read of %s failed"2989msgstr "échec de la lecture de %s"29902991#: builtin/apply.c:32432992#, c-format2993msgid "reading from '%s' beyond a symbolic link"2994msgstr "lecture depuis '%s' au-delà d'un lien symbolique"29952996#: builtin/apply.c:3271 builtin/apply.c:34932997#, c-format2998msgid "path %s has been renamed/deleted"2999msgstr "le chemin %s a été renommé/supprimé"30003001#: builtin/apply.c:3352 builtin/apply.c:35073002#, c-format3003msgid "%s: does not exist in index"3004msgstr "%s : n'existe pas dans l'index"30053006#: builtin/apply.c:3356 builtin/apply.c:3499 builtin/apply.c:35213007#, c-format3008msgid "%s: %s"3009msgstr "%s : %s"30103011#: builtin/apply.c:3361 builtin/apply.c:35153012#, c-format3013msgid "%s: does not match index"3014msgstr "%s : ne correspond pas à l'index"30153016#: builtin/apply.c:34633017msgid "removal patch leaves file contents"3018msgstr "le patch de suppression laisse un contenu dans le fichier"30193020#: builtin/apply.c:35323021#, c-format3022msgid "%s: wrong type"3023msgstr "%s : type erroné"30243025#: builtin/apply.c:35343026#, c-format3027msgid "%s has type %o, expected %o"3028msgstr "%s est de type %o, mais %o attendu"30293030#: builtin/apply.c:3693 builtin/apply.c:36953031#, c-format3032msgid "invalid path '%s'"3033msgstr "chemin invalide '%s'"30343035#: builtin/apply.c:37503036#, c-format3037msgid "%s: already exists in index"3038msgstr "%s : existe déjà dans l'index"30393040#: builtin/apply.c:37533041#, c-format3042msgid "%s: already exists in working directory"3043msgstr "%s : existe déjà dans la copie de travail"30443045#: builtin/apply.c:37733046#, c-format3047msgid "new mode (%o) of %s does not match old mode (%o)"3048msgstr "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o)"30493050#: builtin/apply.c:37783051#, c-format3052msgid "new mode (%o) of %s does not match old mode (%o) of %s"3053msgstr ""3054"le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o) de %s"30553056#: builtin/apply.c:37983057#, c-format3058msgid "affected file '%s' is beyond a symbolic link"3059msgstr "le fichier affecté '%s' est au-delà d'un lien symbolique"30603061#: builtin/apply.c:38023062#, c-format3063msgid "%s: patch does not apply"3064msgstr "%s : le patch ne s'applique pas"30653066#: builtin/apply.c:38163067#, c-format3068msgid "Checking patch %s..."3069msgstr "Vérification du patch %s..."30703071#: builtin/apply.c:3909 builtin/checkout.c:232 builtin/reset.c:1353072#, c-format3073msgid "make_cache_entry failed for path '%s'"3074msgstr "échec de make_cache_entry pour le chemin '%s'"30753076#: builtin/apply.c:40523077#, c-format3078msgid "unable to remove %s from index"3079msgstr "suppression de %s dans l'index impossible"30803081#: builtin/apply.c:40813082#, c-format3083msgid "corrupt patch for submodule %s"3084msgstr "patch corrompu pour le sous-module %s"30853086#: builtin/apply.c:40853087#, c-format3088msgid "unable to stat newly created file '%s'"3089msgstr "stat du fichier nouvellement créé '%s' impossible"30903091#: builtin/apply.c:40903092#, c-format3093msgid "unable to create backing store for newly created file %s"3094msgstr ""3095"création du magasin de stockage pour le fichier nouvellement créé %s "3096"impossible"30973098#: builtin/apply.c:4093 builtin/apply.c:42013099#, c-format3100msgid "unable to add cache entry for %s"3101msgstr "ajout de l'élément de cache %s impossible"31023103#: builtin/apply.c:41263104#, c-format3105msgid "closing file '%s'"3106msgstr "fermeture du fichier '%s'"31073108#: builtin/apply.c:41753109#, c-format3110msgid "unable to write file '%s' mode %o"3111msgstr "écriture du fichier '%s' mode %o impossible"31123113#: builtin/apply.c:42623114#, c-format3115msgid "Applied patch %s cleanly."3116msgstr "Patch %s appliqué proprement."31173118#: builtin/apply.c:42703119msgid "internal error"3120msgstr "erreur interne"31213122#: builtin/apply.c:42733123#, c-format3124msgid "Applying patch %%s with %d reject..."3125msgid_plural "Applying patch %%s with %d rejects..."3126msgstr[0] "Application du patch %%s avec %d rejet..."3127msgstr[1] "Application du patch %%s avec %d rejets..."31283129#: builtin/apply.c:42833130#, c-format3131msgid "truncating .rej filename to %.*s.rej"3132msgstr "troncature du nom de fichier .rej en %.*s.rej"31333134#: builtin/apply.c:43043135#, c-format3136msgid "Hunk #%d applied cleanly."3137msgstr "Section n°%d appliquée proprement."31383139#: builtin/apply.c:43073140#, c-format3141msgid "Rejected hunk #%d."3142msgstr "Section n°%d rejetée."31433144#: builtin/apply.c:43973145msgid "unrecognized input"3146msgstr "entrée non reconnue"31473148#: builtin/apply.c:44083149msgid "unable to read index file"3150msgstr "lecture du fichier d'index impossible"31513152#: builtin/apply.c:45263153msgid "don't apply changes matching the given path"3154msgstr "ne pas appliquer les modifications qui correspondent au chemin donné"31553156#: builtin/apply.c:45293157msgid "apply changes matching the given path"3158msgstr "appliquer les modifications qui correspondent au chemin donné"31593160#: builtin/apply.c:45323161msgid "remove <num> leading slashes from traditional diff paths"3162msgstr "supprimer <num> barres obliques des chemins traditionnels de diff"31633164#: builtin/apply.c:45353165msgid "ignore additions made by the patch"3166msgstr "ignorer les additions réalisées par le patch"31673168#: builtin/apply.c:45373169msgid "instead of applying the patch, output diffstat for the input"3170msgstr "au lieu d'appliquer le patch, afficher le diffstat de l'entrée"31713172#: builtin/apply.c:45413173msgid "show number of added and deleted lines in decimal notation"3174msgstr ""3175"afficher le nombre de lignes ajoutées et supprimées en notation décimale"31763177#: builtin/apply.c:45433178msgid "instead of applying the patch, output a summary for the input"3179msgstr "au lieu d'appliquer le patch, afficher un résumer de l'entrée"31803181#: builtin/apply.c:45453182msgid "instead of applying the patch, see if the patch is applicable"3183msgstr "au lieu d'appliquer le patch, voir si le patch est applicable"31843185#: builtin/apply.c:45473186msgid "make sure the patch is applicable to the current index"3187msgstr "s'assurer que le patch est applicable sur l'index actuel"31883189#: builtin/apply.c:45493190msgid "apply a patch without touching the working tree"3191msgstr "appliquer les patch sans toucher à la copie de travail"31923193#: builtin/apply.c:45513194msgid "accept a patch that touches outside the working area"3195msgstr "accepter un patch qui touche hors de la copie de travail"31963197#: builtin/apply.c:45533198msgid "also apply the patch (use with --stat/--summary/--check)"3199msgstr "appliquer aussi le patch (à utiliser avec ---stat/--summary/--check)"32003201#: builtin/apply.c:45553202msgid "attempt three-way merge if a patch does not apply"3203msgstr "tenter une fusion à 3 points si le patch ne s'applique pas proprement"32043205#: builtin/apply.c:45573206msgid "build a temporary index based on embedded index information"3207msgstr ""3208"construire un index temporaire fondé sur l'information de l'index embarqué"32093210#: builtin/apply.c:4559 builtin/checkout-index.c:198 builtin/ls-files.c:4123211msgid "paths are separated with NUL character"3212msgstr "les chemins sont séparés par un caractère NUL"32133214#: builtin/apply.c:45623215msgid "ensure at least <n> lines of context match"3216msgstr "s'assurer d'au moins <n> lignes de correspondance de contexte"32173218#: builtin/apply.c:45643219msgid "detect new or modified lines that have whitespace errors"3220msgstr ""3221"détecter des lignes nouvelles ou modifiées qui contiennent des erreurs "3222"d'espace"32233224#: builtin/apply.c:4567 builtin/apply.c:45703225msgid "ignore changes in whitespace when finding context"3226msgstr "ignorer des modifications d'espace lors de la recherche de contexte"32273228#: builtin/apply.c:45733229msgid "apply the patch in reverse"3230msgstr "appliquer le patch en sens inverse"32313232#: builtin/apply.c:45753233msgid "don't expect at least one line of context"3234msgstr "ne pas s'attendre à au moins une ligne de contexte"32353236#: builtin/apply.c:45773237msgid "leave the rejected hunks in corresponding *.rej files"3238msgstr "laisser les sections rejetées dans les fichiers *.rej correspondants"32393240#: builtin/apply.c:45793241msgid "allow overlapping hunks"3242msgstr "accepter les recouvrements de sections"32433244#: builtin/apply.c:45823245msgid "tolerate incorrectly detected missing new-line at the end of file"3246msgstr ""3247"tolérer des erreurs de détection de retours chariot manquants en fin de "3248"fichier"32493250#: builtin/apply.c:45853251msgid "do not trust the line counts in the hunk headers"3252msgstr "ne pas se fier au compte de lignes dans les en-têtes de section"32533254#: builtin/apply.c:45883255msgid "prepend <root> to all filenames"3256msgstr "préfixer tous les noms de fichier avec <root>"32573258#: builtin/apply.c:46103259msgid "--3way outside a repository"3260msgstr "--3way hors d'un dépôt"32613262#: builtin/apply.c:46183263msgid "--index outside a repository"3264msgstr "--index hors d'un dépôt"32653266#: builtin/apply.c:46213267msgid "--cached outside a repository"3268msgstr "--cached hors d'un dépôt"32693270#: builtin/apply.c:46403271#, c-format3272msgid "can't open patch '%s'"3273msgstr "ouverture impossible du patch '%s'"32743275#: builtin/apply.c:46543276#, c-format3277msgid "squelched %d whitespace error"3278msgid_plural "squelched %d whitespace errors"3279msgstr[0] "%d erreur d'espace ignorée"3280msgstr[1] "%d erreurs d'espace ignorées"32813282#: builtin/apply.c:4660 builtin/apply.c:46703283#, c-format3284msgid "%d line adds whitespace errors."3285msgid_plural "%d lines add whitespace errors."3286msgstr[0] "%d ligne a ajouté des erreurs d'espace."3287msgstr[1] "%d lignes ont ajouté des erreurs d'espace."32883289#: builtin/archive.c:173290#, c-format3291msgid "could not create archive file '%s'"3292msgstr "création impossible du fichier d'archive '%s'"32933294#: builtin/archive.c:203295msgid "could not redirect output"3296msgstr "impossible de rediriger la sortie"32973298#: builtin/archive.c:373299msgid "git archive: Remote with no URL"3300msgstr "git archive : Dépôt distant sans URL"33013302#: builtin/archive.c:583303msgid "git archive: expected ACK/NAK, got EOF"3304msgstr "git archive : ACK/NACK attendu, EOF reçu"33053306#: builtin/archive.c:613307#, c-format3308msgid "git archive: NACK %s"3309msgstr "git archive : NACK %s"33103311#: builtin/archive.c:633312#, c-format3313msgid "remote error: %s"3314msgstr "erreur distante : %s"33153316#: builtin/archive.c:643317msgid "git archive: protocol error"3318msgstr "git archive : erreur de protocole"33193320#: builtin/archive.c:683321msgid "git archive: expected a flush"3322msgstr "git archive : vidage attendu"33233324#: builtin/bisect--helper.c:73325msgid "git bisect--helper --next-all [--no-checkout]"3326msgstr "git bisect --helper --next-all [--no-checkout]"33273328#: builtin/bisect--helper.c:173329msgid "perform 'git bisect next'"3330msgstr "effectuer 'git bisect next'"33313332#: builtin/bisect--helper.c:193333msgid "update BISECT_HEAD instead of checking out the current commit"3334msgstr "mettre à jour BISECT_HEAD au lieu d'extraire le commit actuel"33353336#: builtin/blame.c:323337msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"3338msgstr "git blame [<options>] [<options-de-révision>] [<rev>] [--] <fichier>"33393340#: builtin/blame.c:373341msgid "<rev-opts> are documented in git-rev-list(1)"3342msgstr "<options-de-révision> sont documentés dans git-rev-list(1)"33433344#: builtin/blame.c:25003345msgid "Show blame entries as we find them, incrementally"3346msgstr ""3347"Montrer les éléments de blâme au fur et à mesure de leur découverte, de "3348"manière incrémentale"33493350#: builtin/blame.c:25013351msgid "Show blank SHA-1 for boundary commits (Default: off)"3352msgstr "Montrer un SHA-1 blanc pour les commits de limite (Défaut : désactivé)"33533354#: builtin/blame.c:25023355msgid "Do not treat root commits as boundaries (Default: off)"3356msgstr ""3357"Ne pas traiter les commits racine comme des limites (Défaut : désactivé)"33583359#: builtin/blame.c:25033360msgid "Show work cost statistics"3361msgstr "Montrer les statistiques de coût d'activité"33623363#: builtin/blame.c:25043364msgid "Show output score for blame entries"3365msgstr "Montrer le score de sortie pour les éléments de blâme"33663367#: builtin/blame.c:25053368msgid "Show original filename (Default: auto)"3369msgstr "Montrer les noms de fichier originaux (Défaut : auto)"33703371#: builtin/blame.c:25063372msgid "Show original linenumber (Default: off)"3373msgstr "Montrer les numéros de lignes originaux (Défaut : désactivé)"33743375#: builtin/blame.c:25073376msgid "Show in a format designed for machine consumption"3377msgstr "Afficher dans un format propice à la consommation par machine"33783379#: builtin/blame.c:25083380msgid "Show porcelain format with per-line commit information"3381msgstr "Afficher en format porcelaine avec l'information de commit par ligne"33823383#: builtin/blame.c:25093384msgid "Use the same output mode as git-annotate (Default: off)"3385msgstr "Utiliser le même mode de sortie que git-annotate (Défaut : désactivé)"33863387#: builtin/blame.c:25103388msgid "Show raw timestamp (Default: off)"3389msgstr "Afficher les horodatages bruts (Défaut : désactivé)"33903391#: builtin/blame.c:25113392msgid "Show long commit SHA1 (Default: off)"3393msgstr "Afficher les longs SHA1 de commits (Défaut : désactivé)"33943395#: builtin/blame.c:25123396msgid "Suppress author name and timestamp (Default: off)"3397msgstr "Supprimer le nom de l'auteur et l'horodatage (Défaut : désactivé)"33983399#: builtin/blame.c:25133400msgid "Show author email instead of name (Default: off)"3401msgstr "Afficher l'e-mail de l'auteur au lieu du nom (Défaut : désactivé)"34023403#: builtin/blame.c:25143404msgid "Ignore whitespace differences"3405msgstr "Ignorer les différences d'espace"34063407#: builtin/blame.c:25153408msgid "Spend extra cycles to find better match"3409msgstr ""3410"Dépenser des cycles supplémentaires pour trouver une meilleure correspondance"34113412#: builtin/blame.c:25163413msgid "Use revisions from <file> instead of calling git-rev-list"3414msgstr ""3415"Utiliser les révisions du fichier <fichier> au lieu d'appeler git-rev-list"34163417#: builtin/blame.c:25173418msgid "Use <file>'s contents as the final image"3419msgstr "Utiliser le contenu de <fichier> comme image finale"34203421#: builtin/blame.c:2518 builtin/blame.c:25193422msgid "score"3423msgstr "score"34243425#: builtin/blame.c:25183426msgid "Find line copies within and across files"3427msgstr "Trouver les copies de ligne dans et entre les fichiers"34283429#: builtin/blame.c:25193430msgid "Find line movements within and across files"3431msgstr "Trouver les mouvements de ligne dans et entre les fichiers"34323433#: builtin/blame.c:25203434msgid "n,m"3435msgstr "n,m"34363437#: builtin/blame.c:25203438msgid "Process only line range n,m, counting from 1"3439msgstr ""3440"Traiter seulement l'intervalle de ligne n,m en commençant le compte à 1"34413442#. TRANSLATORS: This string is used to tell us the maximum3443#. display width for a relative timestamp in "git blame"3444#. output. For C locale, "4 years, 11 months ago", which3445#. takes 22 places, is the longest among various forms of3446#. relative timestamps, but your language may need more or3447#. fewer display columns.3448#: builtin/blame.c:26013449msgid "4 years, 11 months ago"3450msgstr "il y a 10 ans et 11 mois"34513452#: builtin/branch.c:243453msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"3454msgstr "git branch [<options>] [-r | -a] [--merged | --no-merged]"34553456#: builtin/branch.c:253457msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"3458msgstr "git branch [<options] [-l] [-f] <nom-de-branche> [<point-de-départ>]"34593460#: builtin/branch.c:263461msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."3462msgstr "git branch [<options>] [-r] (-d | -D) <nom-de-branche>..."34633464#: builtin/branch.c:273465msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"3466msgstr ""3467"git branch [<options>] (-m | -M) [<ancienne-branche>] <nouvelle-branche>"34683469#: builtin/branch.c:1503470#, c-format3471msgid ""3472"deleting branch '%s' that has been merged to\n"3473" '%s', but not yet merged to HEAD."3474msgstr ""3475"suppression de la branche '%s' qui a été fusionnée dans\n"3476" '%s', mais pas dans HEAD."34773478#: builtin/branch.c:1543479#, c-format3480msgid ""3481"not deleting branch '%s' that is not yet merged to\n"3482" '%s', even though it is merged to HEAD."3483msgstr ""3484"branche '%s' non supprimée car elle n'a pas été fusionnée dans\n"3485" '%s', même si elle est fusionnée dans HEAD."34863487#: builtin/branch.c:1683488#, c-format3489msgid "Couldn't look up commit object for '%s'"3490msgstr "Impossible de rechercher l'objet commit pour '%s'"34913492#: builtin/branch.c:1723493#, c-format3494msgid ""3495"The branch '%s' is not fully merged.\n"3496"If you are sure you want to delete it, run 'git branch -D %s'."3497msgstr ""3498"La branche '%s' n'est pas totalement fusionnée.\n"3499"Si vous êtes sur que vous voulez la supprimer, lancez 'git branch -D %s'."35003501#: builtin/branch.c:1853502msgid "Update of config-file failed"3503msgstr "Échec de la mise à jour du fichier de configuration"35043505#: builtin/branch.c:2133506msgid "cannot use -a with -d"3507msgstr "impossible d'utiliser -a avec -d"35083509#: builtin/branch.c:2193510msgid "Couldn't look up commit object for HEAD"3511msgstr "Impossible de rechercher l'objet commit pour HEAD"35123513#: builtin/branch.c:2273514#, c-format3515msgid "Cannot delete the branch '%s' which you are currently on."3516msgstr "Impossible de supprimer la branche '%s' sur laquelle vous êtes."35173518#: builtin/branch.c:2433519#, c-format3520msgid "remote-tracking branch '%s' not found."3521msgstr "branche de suivi '%s' non trouvée."35223523#: builtin/branch.c:2443524#, c-format3525msgid "branch '%s' not found."3526msgstr "branche '%s' non trouvée."35273528#: builtin/branch.c:2593529#, c-format3530msgid "Error deleting remote-tracking branch '%s'"3531msgstr "Erreur lors de la suppression de la branche de suivi '%s'"35323533#: builtin/branch.c:2603534#, c-format3535msgid "Error deleting branch '%s'"3536msgstr "Erreur lors de la suppression de la branche '%s'"35373538#: builtin/branch.c:2673539#, c-format3540msgid "Deleted remote-tracking branch %s (was %s).\n"3541msgstr "Branche de suivi %s supprimée (précédemment %s).\n"35423543#: builtin/branch.c:2683544#, c-format3545msgid "Deleted branch %s (was %s).\n"3546msgstr "Branche %s supprimée (précédemment %s).\n"35473548#: builtin/branch.c:3693549#, c-format3550msgid "branch '%s' does not point at a commit"3551msgstr "la branche '%s' ne pointe pas sur un commit"35523553# féminin pour une branche3554#: builtin/branch.c:4523555#, c-format3556msgid "[%s: gone]"3557msgstr "[%s: disparue]"35583559#: builtin/branch.c:4573560#, c-format3561msgid "[%s]"3562msgstr "[%s]"35633564#: builtin/branch.c:4623565#, c-format3566msgid "[%s: behind %d]"3567msgstr "[%s: en retard de %d]"35683569#: builtin/branch.c:4643570#, c-format3571msgid "[behind %d]"3572msgstr "[en retard de %d]"35733574#: builtin/branch.c:4683575#, c-format3576msgid "[%s: ahead %d]"3577msgstr "[%s : en avance de %d]"35783579#: builtin/branch.c:4703580#, c-format3581msgid "[ahead %d]"3582msgstr "[en avance de %d]"35833584#: builtin/branch.c:4733585#, c-format3586msgid "[%s: ahead %d, behind %d]"3587msgstr "[%s : en avance de %d, en retard de %d]"35883589#: builtin/branch.c:4763590#, c-format3591msgid "[ahead %d, behind %d]"3592msgstr "[en avance de %d, en retard de %d]"35933594#: builtin/branch.c:4893595msgid " **** invalid ref ****"3596msgstr " **** référence invalide ****"35973598#: builtin/branch.c:5803599#, c-format3600msgid "(no branch, rebasing %s)"3601msgstr "(aucune branche, rebasage de %s)"36023603#: builtin/branch.c:5833604#, c-format3605msgid "(no branch, bisect started on %s)"3606msgstr "(aucune branche, bisect a démarré sur %s)"36073608#: builtin/branch.c:5893609#, c-format3610msgid "(HEAD detached at %s)"3611msgstr "(HEAD détachée sur %s)"36123613#: builtin/branch.c:5923614#, c-format3615msgid "(HEAD detached from %s)"3616msgstr "(HEAD détachée depuis %s)"36173618#: builtin/branch.c:5963619msgid "(no branch)"3620msgstr "(aucune branche)"36213622#: builtin/branch.c:6433623#, c-format3624msgid "object '%s' does not point to a commit"3625msgstr "l'objet '%s' ne pointe pas sur un commit"36263627#: builtin/branch.c:6913628msgid "some refs could not be read"3629msgstr "des références n'ont pas pu être lues"36303631#: builtin/branch.c:7043632msgid "cannot rename the current branch while not on any."3633msgstr "impossible de renommer la branche actuelle, il n'y en a pas."36343635#: builtin/branch.c:7143636#, c-format3637msgid "Invalid branch name: '%s'"3638msgstr "Nom de branche invalide : '%s'"36393640#: builtin/branch.c:7293641msgid "Branch rename failed"3642msgstr "Échec de renommage de la branche"36433644#: builtin/branch.c:7333645#, c-format3646msgid "Renamed a misnamed branch '%s' away"3647msgstr "Renommage d'un branche mal nommée '%s'"36483649#: builtin/branch.c:7373650#, c-format3651msgid "Branch renamed to %s, but HEAD is not updated!"3652msgstr "La branche a été renommée en %s, mais HEAD n'est pas mise à jour !"36533654#: builtin/branch.c:7443655msgid "Branch is renamed, but update of config-file failed"3656msgstr ""3657"La branche est renommée, mais la mise à jour du fichier de configuration a "3658"échoué"36593660#: builtin/branch.c:7593661#, c-format3662msgid "malformed object name %s"3663msgstr "nom d'objet malformé %s"36643665#: builtin/branch.c:7813666#, c-format3667msgid "could not write branch description template: %s"3668msgstr "impossible d'écrire le modèle de description de branche : %s"36693670#: builtin/branch.c:8113671msgid "Generic options"3672msgstr "Options génériques"36733674#: builtin/branch.c:8133675msgid "show hash and subject, give twice for upstream branch"3676msgstr "afficher le hachage et le sujet, doublé pour la branche amont"36773678#: builtin/branch.c:8143679msgid "suppress informational messages"3680msgstr "supprimer les messages d'information"36813682#: builtin/branch.c:8153683msgid "set up tracking mode (see git-pull(1))"3684msgstr "régler le mode de suivi (voir git-pull(1))"36853686#: builtin/branch.c:8173687msgid "change upstream info"3688msgstr "modifier l'information amont"36893690#: builtin/branch.c:8213691msgid "use colored output"3692msgstr "utiliser la coloration dans la sortie"36933694#: builtin/branch.c:8223695msgid "act on remote-tracking branches"3696msgstr "agir sur les branches de suivi distantes"36973698#: builtin/branch.c:825 builtin/branch.c:831 builtin/branch.c:8523699#: builtin/branch.c:858 builtin/commit.c:1580 builtin/commit.c:15813700#: builtin/commit.c:1582 builtin/commit.c:1583 builtin/tag.c:6183701#: builtin/tag.c:6243702msgid "commit"3703msgstr "commit"37043705#: builtin/branch.c:826 builtin/branch.c:8323706msgid "print only branches that contain the commit"3707msgstr "afficher seulement les branches qui contiennent le commit"37083709#: builtin/branch.c:8383710msgid "Specific git-branch actions:"3711msgstr "Actions spécifiques à git-branch :"37123713#: builtin/branch.c:8393714msgid "list both remote-tracking and local branches"3715msgstr "afficher à la fois les branches de suivi et les branches locales"37163717#: builtin/branch.c:8413718msgid "delete fully merged branch"3719msgstr "supprimer une branche totalement fusionnée"37203721#: builtin/branch.c:8423722msgid "delete branch (even if not merged)"3723msgstr "supprimer une branche (même non fusionnée)"37243725#: builtin/branch.c:8433726msgid "move/rename a branch and its reflog"3727msgstr "déplacer/renommer une branche et son reflog"37283729#: builtin/branch.c:8443730msgid "move/rename a branch, even if target exists"3731msgstr "déplacer/renommer une branche, même si la cible existe"37323733#: builtin/branch.c:8453734msgid "list branch names"3735msgstr "afficher les noms des branches"37363737#: builtin/branch.c:8463738msgid "create the branch's reflog"3739msgstr "créer le reflog de la branche"37403741#: builtin/branch.c:8483742msgid "edit the description for the branch"3743msgstr "éditer la description de la branche"37443745#: builtin/branch.c:8493746msgid "force creation, move/rename, deletion"3747msgstr "forcer la création, le déplacement/renommage, ou la suppression"37483749#: builtin/branch.c:8523750msgid "print only not merged branches"3751msgstr "afficher seulement les branches non fusionnées"37523753#: builtin/branch.c:8583754msgid "print only merged branches"3755msgstr "afficher seulement les branches fusionnées"37563757#: builtin/branch.c:8623758msgid "list branches in columns"3759msgstr "afficher les branches en colonnes"37603761#: builtin/branch.c:8753762msgid "Failed to resolve HEAD as a valid ref."3763msgstr "Échec de résolution de HEAD comme référence valide."37643765#: builtin/branch.c:879 builtin/clone.c:6903766msgid "HEAD not found below refs/heads!"3767msgstr "HEAD non trouvée sous refs/heads !"37683769#: builtin/branch.c:9013770msgid "--column and --verbose are incompatible"3771msgstr "--column et --verbose sont incompatibles"37723773#: builtin/branch.c:912 builtin/branch.c:9513774msgid "branch name required"3775msgstr "le nom de branche est requis"37763777#: builtin/branch.c:9273778msgid "Cannot give description to detached HEAD"3779msgstr "Impossible de décrire une HEAD détachée"37803781#: builtin/branch.c:9323782msgid "cannot edit description of more than one branch"3783msgstr "impossible d'éditer la description de plus d'une branche"37843785#: builtin/branch.c:9393786#, c-format3787msgid "No commit on branch '%s' yet."3788msgstr "Aucun commit sur la branche '%s'."37893790#: builtin/branch.c:9423791#, c-format3792msgid "No branch named '%s'."3793msgstr "Aucune branche nommée '%s'."37943795#: builtin/branch.c:9573796msgid "too many branches for a rename operation"3797msgstr "trop de branches pour une opération de renommage"37983799#: builtin/branch.c:9623800msgid "too many branches to set new upstream"3801msgstr "trop de branches pour spécifier une branche amont"38023803#: builtin/branch.c:9663804#, c-format3805msgid ""3806"could not set upstream of HEAD to %s when it does not point to any branch."3807msgstr ""3808"impossible de spécifier une branche amont de HEAD par %s qui ne pointe sur "3809"aucune branche."38103811#: builtin/branch.c:969 builtin/branch.c:991 builtin/branch.c:10123812#, c-format3813msgid "no such branch '%s'"3814msgstr "pas de branche '%s'"38153816#: builtin/branch.c:9733817#, c-format3818msgid "branch '%s' does not exist"3819msgstr "la branche '%s' n'existe pas"38203821#: builtin/branch.c:9853822msgid "too many branches to unset upstream"3823msgstr "trop de branches pour désactiver un amont"38243825#: builtin/branch.c:9893826msgid "could not unset upstream of HEAD when it does not point to any branch."3827msgstr ""3828"impossible de désactiver une branche amont de HEAD quand elle ne pointe sur "3829"aucune branche."38303831#: builtin/branch.c:9953832#, c-format3833msgid "Branch '%s' has no upstream information"3834msgstr "La branche '%s' n'a aucune information de branche amont"38353836#: builtin/branch.c:10093837msgid "it does not make sense to create 'HEAD' manually"3838msgstr "créer manuellement 'HEAD' n'a pas de sens"38393840#: builtin/branch.c:10153841msgid "-a and -r options to 'git branch' do not make sense with a branch name"3842msgstr ""3843"les options -a et -r de 'git branch' n'ont pas de sens avec un nom de branche"38443845#: builtin/branch.c:10183846#, c-format3847msgid ""3848"The --set-upstream flag is deprecated and will be removed. Consider using --"3849"track or --set-upstream-to\n"3850msgstr ""3851"l'option --set-upstream est obsolète et va disparaître. Utilisez plutôt --"3852"track ou --set-upstream-to\n"38533854#: builtin/branch.c:10353855#, c-format3856msgid ""3857"\n"3858"If you wanted to make '%s' track '%s', do this:\n"3859"\n"3860msgstr ""3861"\n"3862"Si vous vouliez que '%s' suive '%s', faîtes ceci :\n"3863"\n"38643865#: builtin/branch.c:10363866#, c-format3867msgid " git branch -d %s\n"3868msgstr " git branch -d %s\n"38693870#: builtin/branch.c:10373871#, c-format3872msgid " git branch --set-upstream-to %s\n"3873msgstr " git branch --set-upstream-to %s\n"38743875#: builtin/bundle.c:513876#, c-format3877msgid "%s is okay\n"3878msgstr "%s est correct\n"38793880#: builtin/bundle.c:643881msgid "Need a repository to create a bundle."3882msgstr "La création d'un colis requiert un dépôt."38833884#: builtin/bundle.c:683885msgid "Need a repository to unbundle."3886msgstr "Le dépaquetage d'un colis requiert un dépôt."38873888#: builtin/cat-file.c:4283889msgid ""3890"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"3891"<type>|--textconv) <object>"3892msgstr ""3893"git cat-file (-t [--allow-unknow-type] | -s [--allow-unknow-type] | -e | -p "3894"| <type> | --textconv) <objet>"38953896#: builtin/cat-file.c:4293897msgid ""3898"git cat-file (--batch | --batch-check) [--follow-symlinks] < <list-of-"3899"objects>"3900msgstr ""3901"git cat-file (--batch | --batch-check) [--follow-symlinks] < <liste-d-objets>"39023903#: builtin/cat-file.c:4663904msgid "<type> can be one of: blob, tree, commit, tag"3905msgstr "<type> peut être : blob, tree, commit ou tag"39063907#: builtin/cat-file.c:4673908msgid "show object type"3909msgstr "afficher le type de l'objet"39103911#: builtin/cat-file.c:4683912msgid "show object size"3913msgstr "afficher la taille de l'objet"39143915#: builtin/cat-file.c:4703916msgid "exit with zero when there's no error"3917msgstr "sortir avec un code d'erreur nul quand il n'y a aucune erreur"39183919#: builtin/cat-file.c:4713920msgid "pretty-print object's content"3921msgstr "afficher avec mise en forme le contenu de l'objet"39223923#: builtin/cat-file.c:4733924msgid "for blob objects, run textconv on object's content"3925msgstr "pour les objets blob, lancer textconv sur le contenu de l'objet"39263927#: builtin/cat-file.c:4753928msgid "allow -s and -t to work with broken/corrupt objects"3929msgstr "autoriser -s et -t à travailler sur des objets cassés/corrompus"39303931#: builtin/cat-file.c:4763932msgid "buffer --batch output"3933msgstr "bufferiser la sortie de --batch"39343935#: builtin/cat-file.c:4783936msgid "show info and content of objects fed from the standard input"3937msgstr ""3938"afficher l'information et le contenu des objets passés en entrée standard"39393940#: builtin/cat-file.c:4813941msgid "show info about objects fed from the standard input"3942msgstr "afficher l'information des objets passés en entrée standard"39433944#: builtin/cat-file.c:4843945msgid "follow in-tree symlinks (used with --batch or --batch-check)"3946msgstr ""3947"suivre les liens symbolique internes à la copie de travail (utilisé avec --"3948"batch ou --batch-check)"39493950#: builtin/cat-file.c:4863951msgid "show all objects with --batch or --batch-check"3952msgstr "montrer tous les objets avec --batch ou --batch-check"39533954#: builtin/check-attr.c:113955msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."3956msgstr "git check-attr [-a | --all | <attr>...] [--] <chemin>..."39573958#: builtin/check-attr.c:123959msgid "git check-attr --stdin [-z] [-a | --all | <attr>...] < <list-of-paths>"3960msgstr ""3961"git check-attr --stdin [-z] [-a | --all | <attr>...] < <liste-de-chemins>"39623963#: builtin/check-attr.c:193964msgid "report all attributes set on file"3965msgstr "afficher tous les attributs associés au fichier"39663967#: builtin/check-attr.c:203968msgid "use .gitattributes only from the index"3969msgstr "utiliser .gitattributes seulement depuis l'index"39703971#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:963972msgid "read file names from stdin"3973msgstr "lire les noms de fichier depuis l'entrée standard"39743975#: builtin/check-attr.c:23 builtin/check-ignore.c:243976msgid "terminate input and output records by a NUL character"3977msgstr ""3978"terminer les enregistrements en entrée et en sortie par un caractère NUL"39793980#: builtin/check-ignore.c:18 builtin/checkout.c:1133 builtin/gc.c:2673981msgid "suppress progress reporting"3982msgstr "supprimer l'état d'avancement"39833984#: builtin/check-ignore.c:263985msgid "show non-matching input paths"3986msgstr "afficher les chemins en entrée qui ne correspondent pas"39873988#: builtin/check-ignore.c:283989msgid "ignore index when checking"3990msgstr "ignorer l'index pendant la vérification"39913992#: builtin/check-ignore.c:1543993msgid "cannot specify pathnames with --stdin"3994msgstr "impossible de spécifier les chemins avec --stdin"39953996#: builtin/check-ignore.c:1573997msgid "-z only makes sense with --stdin"3998msgstr "-z n'a de sens qu'avec l'option --stdin"39994000#: builtin/check-ignore.c:1594001msgid "no path specified"4002msgstr "aucun chemin spécifié"40034004#: builtin/check-ignore.c:1634005msgid "--quiet is only valid with a single pathname"4006msgstr "--quiet n'est valide qu'avec un seul chemin"40074008#: builtin/check-ignore.c:1654009msgid "cannot have both --quiet and --verbose"4010msgstr "impossible d'avoir --quiet et --verbose"40114012#: builtin/check-ignore.c:1684013msgid "--non-matching is only valid with --verbose"4014msgstr "--non-matching n'est valide qu'avec --verbose"40154016#: builtin/check-mailmap.c:84017msgid "git check-mailmap [<options>] <contact>..."4018msgstr "git check-mailmap [<options>] <contact>..."40194020#: builtin/check-mailmap.c:134021msgid "also read contacts from stdin"4022msgstr "lire aussi les contacts depuis l'entrée standard"40234024#: builtin/check-mailmap.c:244025#, c-format4026msgid "unable to parse contact: %s"4027msgstr "impossible d'analyser le contact : %s"40284029#: builtin/check-mailmap.c:474030msgid "no contacts specified"4031msgstr "aucun contact spécifié"40324033#: builtin/checkout-index.c:1264034msgid "git checkout-index [<options>] [--] [<file>...]"4035msgstr "git checkout-index [<options>] [--] [<fichier>...]"40364037#: builtin/checkout-index.c:1884038msgid "check out all files in the index"4039msgstr "extraire tous les fichiers présents dans l'index"40404041#: builtin/checkout-index.c:1894042msgid "force overwrite of existing files"4043msgstr "forcer l'écrasement des fichiers existants"40444045#: builtin/checkout-index.c:1914046msgid "no warning for existing files and files not in index"4047msgstr ""4048"pas d'avertissement pour les fichiers existants et les fichiers absents de "4049"l'index"40504051#: builtin/checkout-index.c:1934052msgid "don't checkout new files"4053msgstr "ne pas extraire les nouveaux fichiers"40544055#: builtin/checkout-index.c:1954056msgid "update stat information in the index file"4057msgstr "mettre à jour l'information de stat dans le fichier d'index"40584059#: builtin/checkout-index.c:2014060msgid "read list of paths from the standard input"4061msgstr "lire la liste des chemins depuis l'entrée standard"40624063#: builtin/checkout-index.c:2034064msgid "write the content to temporary files"4065msgstr "écrire le contenu dans des fichiers temporaires"40664067#: builtin/checkout-index.c:204 builtin/column.c:304068msgid "string"4069msgstr "chaîne"40704071#: builtin/checkout-index.c:2054072msgid "when creating files, prepend <string>"4073msgstr "lors de la création de fichiers, préfixer par <chaîne>"40744075#: builtin/checkout-index.c:2084076msgid "copy out the files from named stage"4077msgstr "copier les fichiers depuis l'index nommé"40784079#: builtin/checkout.c:254080msgid "git checkout [<options>] <branch>"4081msgstr "git checkout [<options>] <branche>"40824083#: builtin/checkout.c:264084msgid "git checkout [<options>] [<branch>] -- <file>..."4085msgstr "git checkout [<options>] [<branche>] -- <fichier>..."40864087#: builtin/checkout.c:133 builtin/checkout.c:1664088#, c-format4089msgid "path '%s' does not have our version"4090msgstr "le chemin '%s' n'a pas notre version"40914092#: builtin/checkout.c:135 builtin/checkout.c:1684093#, c-format4094msgid "path '%s' does not have their version"4095msgstr "le chemin '%s' n'a pas leur version"40964097#: builtin/checkout.c:1514098#, c-format4099msgid "path '%s' does not have all necessary versions"4100msgstr "le chemin '%s' n'a aucune des versions nécessaires"41014102#: builtin/checkout.c:1954103#, c-format4104msgid "path '%s' does not have necessary versions"4105msgstr "le chemin '%s' n'a pas les versions nécessaires"41064107#: builtin/checkout.c:2124108#, c-format4109msgid "path '%s': cannot merge"4110msgstr "chemin '%s' : impossible de fusionner"41114112#: builtin/checkout.c:2294113#, c-format4114msgid "Unable to add merge result for '%s'"4115msgstr "Impossible d'ajouter le résultat de fusion pour '%s'"41164117#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:2564118#: builtin/checkout.c:2594119#, c-format4120msgid "'%s' cannot be used with updating paths"4121msgstr "'%s' ne peut pas être utilisé avec des mises à jour de chemins"41224123#: builtin/checkout.c:262 builtin/checkout.c:2654124#, c-format4125msgid "'%s' cannot be used with %s"4126msgstr "'%s' ne peut pas être utilisé avec %s"41274128#: builtin/checkout.c:2684129#, c-format4130msgid "Cannot update paths and switch to branch '%s' at the same time."4131msgstr ""4132"Impossible de mettre à jour les chemins et basculer sur la branche '%s' en "4133"même temps."41344135#: builtin/checkout.c:279 builtin/checkout.c:4734136msgid "corrupt index file"4137msgstr "fichier d'index corrompu"41384139#: builtin/checkout.c:339 builtin/checkout.c:3464140#, c-format4141msgid "path '%s' is unmerged"4142msgstr "le chemin '%s' n'est pas fusionné"41434144#: builtin/checkout.c:4954145msgid "you need to resolve your current index first"4146msgstr "vous devez d'abord résoudre votre index courant"41474148#: builtin/checkout.c:6224149#, c-format4150msgid "Can not do reflog for '%s': %s\n"4151msgstr "Impossible de faire un reflog pour '%s' : %s\n"41524153#: builtin/checkout.c:6604154msgid "HEAD is now at"4155msgstr "HEAD est maintenant sur"41564157#: builtin/checkout.c:6674158#, c-format4159msgid "Reset branch '%s'\n"4160msgstr "Remise à zéro de la branche '%s'\n"41614162#: builtin/checkout.c:6704163#, c-format4164msgid "Already on '%s'\n"4165msgstr "Déjà sur '%s'\n"41664167#: builtin/checkout.c:6744168#, c-format4169msgid "Switched to and reset branch '%s'\n"4170msgstr "Basculement et remise à zéro de la branche '%s'\n"41714172#: builtin/checkout.c:676 builtin/checkout.c:10654173#, c-format4174msgid "Switched to a new branch '%s'\n"4175msgstr "Basculement sur la nouvelle branche '%s'\n"41764177#: builtin/checkout.c:6784178#, c-format4179msgid "Switched to branch '%s'\n"4180msgstr "Basculement sur la branche '%s'\n"41814182#: builtin/checkout.c:7304183#, c-format4184msgid " ... and %d more.\n"4185msgstr " ... et %d en plus.\n"41864187#: builtin/checkout.c:7364188#, c-format4189msgid ""4190"Warning: you are leaving %d commit behind, not connected to\n"4191"any of your branches:\n"4192"\n"4193"%s\n"4194msgid_plural ""4195"Warning: you are leaving %d commits behind, not connected to\n"4196"any of your branches:\n"4197"\n"4198"%s\n"4199msgstr[0] ""4200"Attention : vous abandonnez %d commit, non connecté à\n"4201"une branche :\n"4202"\n"4203"%s\n"4204msgstr[1] ""4205"Attention : vous abandonnez %d commits, non connectés à\n"4206"une branche :\n"4207"\n"4208"%s\n"42094210#: builtin/checkout.c:7554211#, c-format4212msgid ""4213"If you want to keep it by creating a new branch, this may be a good time\n"4214"to do so with:\n"4215"\n"4216" git branch <new-branch-name> %s\n"4217"\n"4218msgid_plural ""4219"If you want to keep them by creating a new branch, this may be a good time\n"4220"to do so with:\n"4221"\n"4222" git branch <new-branch-name> %s\n"4223"\n"4224msgstr[0] ""4225"Si vous souhaitez le garder en créant une nouvelle branche, c'est le bon "4226"moment\n"4227"pour le faire avec :\n"4228"\n"4229"git branch <nouvelle-branche> %s\n"4230"\n"4231msgstr[1] ""4232"Si vous souhaitez les garder en créant une nouvelle branche, c'est le bon "4233"moment\n"4234"pour le faire avec :\n"4235"\n"4236"git branch <nouvelle-branche> %s\n"4237"\n"42384239#: builtin/checkout.c:7914240msgid "internal error in revision walk"4241msgstr "erreur interne lors du parcours des révisions"42424243#: builtin/checkout.c:7954244msgid "Previous HEAD position was"4245msgstr "La position précédente de HEAD était sur"42464247#: builtin/checkout.c:822 builtin/checkout.c:10604248msgid "You are on a branch yet to be born"4249msgstr "Vous êtes sur une branche qui doit encore naître"42504251#: builtin/checkout.c:9674252#, c-format4253msgid "only one reference expected, %d given."4254msgstr "une seule référence attendue, %d fournies."42554256#: builtin/checkout.c:1006 builtin/worktree.c:2104257#, c-format4258msgid "invalid reference: %s"4259msgstr "référence invalide : %s"42604261#: builtin/checkout.c:10354262#, c-format4263msgid "reference is not a tree: %s"4264msgstr "la référence n'est pas un arbre : %s"42654266#: builtin/checkout.c:10744267msgid "paths cannot be used with switching branches"4268msgstr "impossible d'utiliser des chemins avec un basculement de branches"42694270#: builtin/checkout.c:1077 builtin/checkout.c:10814271#, c-format4272msgid "'%s' cannot be used with switching branches"4273msgstr "'%s' ne peut pas être utilisé avec un basculement de branches"42744275#: builtin/checkout.c:1085 builtin/checkout.c:1088 builtin/checkout.c:10934276#: builtin/checkout.c:10964277#, c-format4278msgid "'%s' cannot be used with '%s'"4279msgstr "'%s' ne peut pas être utilisé avec '%s'"42804281#: builtin/checkout.c:11014282#, c-format4283msgid "Cannot switch branch to a non-commit '%s'"4284msgstr "Impossible de basculer de branche vers '%s' qui n'est pas un commit"42854286#: builtin/checkout.c:1134 builtin/checkout.c:1136 builtin/clone.c:834287#: builtin/remote.c:159 builtin/remote.c:161 builtin/worktree.c:3174288#: builtin/worktree.c:3194289msgid "branch"4290msgstr "branche"42914292#: builtin/checkout.c:11354293msgid "create and checkout a new branch"4294msgstr "créer et extraire une nouvelle branche"42954296#: builtin/checkout.c:11374297msgid "create/reset and checkout a branch"4298msgstr "créer/réinitialiser et extraire une branche"42994300#: builtin/checkout.c:11384301msgid "create reflog for new branch"4302msgstr "créer un reflog pour une nouvelle branche"43034304#: builtin/checkout.c:11394305msgid "detach the HEAD at named commit"4306msgstr "détacher la HEAD à la validation nommée"43074308#: builtin/checkout.c:11404309msgid "set upstream info for new branch"4310msgstr "paramétrer les coordonnées de branche amont pour une nouvelle branche"43114312#: builtin/checkout.c:11424313msgid "new-branch"4314msgstr "nouvelle branche"43154316#: builtin/checkout.c:11424317msgid "new unparented branch"4318msgstr "nouvelle branche sans parent"43194320#: builtin/checkout.c:11434321msgid "checkout our version for unmerged files"4322msgstr "extraire notre version pour les fichiers non fusionnés"43234324#: builtin/checkout.c:11454325msgid "checkout their version for unmerged files"4326msgstr "extraire leur version pour les fichiers non fusionnés"43274328#: builtin/checkout.c:11474329msgid "force checkout (throw away local modifications)"4330msgstr "forcer l'extraction (laisser tomber les modifications locales)"43314332#: builtin/checkout.c:11484333msgid "perform a 3-way merge with the new branch"4334msgstr "effectuer une fusion à 3 points avec la nouvelle branche"43354336#: builtin/checkout.c:1149 builtin/merge.c:2274337msgid "update ignored files (default)"4338msgstr "mettre à jour les fichiers ignorés (par défaut)"43394340#: builtin/checkout.c:1150 builtin/log.c:1264 parse-options.h:2494341msgid "style"4342msgstr "style"43434344#: builtin/checkout.c:11514345msgid "conflict style (merge or diff3)"4346msgstr "style de conflit (fusion ou diff3)"43474348#: builtin/checkout.c:11544349msgid "do not limit pathspecs to sparse entries only"4350msgstr "ne pas limiter les spécificateurs de chemins aux seuls éléments creux"43514352#: builtin/checkout.c:11564353msgid "second guess 'git checkout <no-such-branch>'"4354msgstr "réessayer d'interpréter 'git checkout <branche-inexistante>'"43554356#: builtin/checkout.c:11584357msgid "do not check if another worktree is holding the given ref"4358msgstr ""4359"ne pas vérifier si une autre copie de travail contient le référence fournie"43604361#: builtin/checkout.c:11814362msgid "-b, -B and --orphan are mutually exclusive"4363msgstr "-b, -B et --orphan sont mutuellement exclusifs"43644365#: builtin/checkout.c:11984366msgid "--track needs a branch name"4367msgstr "--track requiert un nom de branche"43684369#: builtin/checkout.c:12034370msgid "Missing branch name; try -b"4371msgstr "Nom de branche manquant ; essayez -b"43724373#: builtin/checkout.c:12394374msgid "invalid path specification"4375msgstr "spécification de chemin invalide"43764377#: builtin/checkout.c:12464378#, c-format4379msgid ""4380"Cannot update paths and switch to branch '%s' at the same time.\n"4381"Did you intend to checkout '%s' which can not be resolved as commit?"4382msgstr ""4383"Impossible de mettre à jour les chemins et de basculer sur la branche '%s' "4384"en même temps.\n"4385"Souhaitiez-vous extraire '%s' qui ne peut être résolu comme commit ?"43864387#: builtin/checkout.c:12514388#, c-format4389msgid "git checkout: --detach does not take a path argument '%s'"4390msgstr "git checkout: --detach n'accepte pas un argument de chemin '%s'"43914392#: builtin/checkout.c:12554393msgid ""4394"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"4395"checking out of the index."4396msgstr ""4397"git checkout: --ours/--theirs, --force et --merge sont incompatibles lors\n"4398"de l'extraction de l'index."43994400#: builtin/clean.c:254401msgid ""4402"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."4403msgstr ""4404"git clean [-d] [-f] [-i] [-n] [-q] [-e <motif>] [-x | -X] [--] <chemins>..."44054406#: builtin/clean.c:294407#, c-format4408msgid "Removing %s\n"4409msgstr "Suppression de %s\n"44104411#: builtin/clean.c:304412#, c-format4413msgid "Would remove %s\n"4414msgstr "Supprimerait %s\n"44154416#: builtin/clean.c:314417#, c-format4418msgid "Skipping repository %s\n"4419msgstr "Ignore le dépôt %s\n"44204421#: builtin/clean.c:324422#, c-format4423msgid "Would skip repository %s\n"4424msgstr "Ignorerait le dépôt %s\n"44254426#: builtin/clean.c:334427#, c-format4428msgid "failed to remove %s"4429msgstr "échec de la suppression de %s"44304431#: builtin/clean.c:3174432msgid ""4433"Prompt help:\n"4434"1 - select a numbered item\n"4435"foo - select item based on unique prefix\n"4436" - (empty) select nothing"4437msgstr ""4438"Aide en ligne :\n"4439"1 - sélectionner un élément numéroté\n"4440"foo - sélectionner un élément par un préfixe unique\n"4441" - (vide) ne rien sélectionner"44424443#: builtin/clean.c:3214444msgid ""4445"Prompt help:\n"4446"1 - select a single item\n"4447"3-5 - select a range of items\n"4448"2-3,6-9 - select multiple ranges\n"4449"foo - select item based on unique prefix\n"4450"-... - unselect specified items\n"4451"* - choose all items\n"4452" - (empty) finish selecting"4453msgstr ""4454"Aide en ligne :\n"4455"1 - sélectionner un seul élément\n"4456"3-5 - sélectionner une plage d'éléments\n"4457"2-3,6-9 - sélectionner plusieurs plages\n"4458"foo - sélectionner un élément par un préfixe unique\n"4459"-... - désélectionner les éléments spécifiés\n"4460"* - choisir tous les éléments\n"4461" - (vide) terminer la sélection"44624463#: builtin/clean.c:5374464#, c-format4465msgid "Huh (%s)?"4466msgstr "Hein (%s) ?"44674468#: builtin/clean.c:6794469#, c-format4470msgid "Input ignore patterns>> "4471msgstr "Entrez les motifs à ignorer>> "44724473#: builtin/clean.c:7164474#, c-format4475msgid "WARNING: Cannot find items matched by: %s"4476msgstr "ATTENTION : Impossible de trouver les éléments correspondant à : %s"44774478#: builtin/clean.c:7374479msgid "Select items to delete"4480msgstr "Sélectionner les éléments à supprimer"44814482#. TRANSLATORS: Make sure to keep [y/N] as is4483#: builtin/clean.c:7784484#, c-format4485msgid "Remove %s [y/N]? "4486msgstr "Supprimer %s [y/N] ? "44874488#: builtin/clean.c:8034489msgid "Bye."4490msgstr "Au revoir."44914492#: builtin/clean.c:8114493msgid ""4494"clean - start cleaning\n"4495"filter by pattern - exclude items from deletion\n"4496"select by numbers - select items to be deleted by numbers\n"4497"ask each - confirm each deletion (like \"rm -i\")\n"4498"quit - stop cleaning\n"4499"help - this screen\n"4500"? - help for prompt selection"4501msgstr ""4502"clean - démarrer le nettoyage\n"4503"filter by pattern - exclure des éléments par motif\n"4504"select by numbers - sélectionner les éléments à supprimer par numéros\n"4505"ask each - confirmer chaque suppression (comme \"rm -i\")\n"4506"quit - arrêter le nettoyage\n"4507"help - cet écran\n"4508"? - aide pour la sélection en ligne"45094510#: builtin/clean.c:8384511msgid "*** Commands ***"4512msgstr "*** Commandes ***"45134514#: builtin/clean.c:8394515msgid "What now"4516msgstr "Et maintenant ?"45174518#: builtin/clean.c:8474519msgid "Would remove the following item:"4520msgid_plural "Would remove the following items:"4521msgstr[0] "Supprimerait l'élément suivant :"4522msgstr[1] "Supprimerait les éléments suivants :"45234524#: builtin/clean.c:8644525msgid "No more files to clean, exiting."4526msgstr "Plus de fichier à nettoyer, sortie."45274528#: builtin/clean.c:8954529msgid "do not print names of files removed"4530msgstr "ne pas afficher les noms des fichiers supprimés"45314532#: builtin/clean.c:8974533msgid "force"4534msgstr "forcer"45354536#: builtin/clean.c:8984537msgid "interactive cleaning"4538msgstr "nettoyage interactif"45394540#: builtin/clean.c:9004541msgid "remove whole directories"4542msgstr "supprimer les répertoires entiers"45434544#: builtin/clean.c:901 builtin/describe.c:407 builtin/grep.c:7144545#: builtin/ls-files.c:443 builtin/name-rev.c:311 builtin/show-ref.c:1874546msgid "pattern"4547msgstr "motif"45484549#: builtin/clean.c:9024550msgid "add <pattern> to ignore rules"4551msgstr "ajouter <motif> aux règles ignore"45524553#: builtin/clean.c:9034554msgid "remove ignored files, too"4555msgstr "supprimer les fichiers ignorés, aussi"45564557#: builtin/clean.c:9054558msgid "remove only ignored files"4559msgstr "supprimer seulement les fichiers ignorés"45604561#: builtin/clean.c:9234562msgid "-x and -X cannot be used together"4563msgstr "-x et -X ne peuvent pas être utilisés ensemble"45644565#: builtin/clean.c:9274566msgid ""4567"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "4568"clean"4569msgstr ""4570"clean.requireForce positionné à true et ni -i, -n ou -f fourni ; refus de "4571"nettoyer"45724573#: builtin/clean.c:9304574msgid ""4575"clean.requireForce defaults to true and neither -i, -n, nor -f given; "4576"refusing to clean"4577msgstr ""4578"clean.requireForce à true par défaut et ni -i, -n ou -f fourni ; refus de "4579"nettoyer"45804581#: builtin/clone.c:374582msgid "git clone [<options>] [--] <repo> [<dir>]"4583msgstr "git clone [<options>] [--] <dépôt> [<répertoire>]"45844585#: builtin/clone.c:57 builtin/fetch.c:112 builtin/merge.c:2244586#: builtin/pull.c:109 builtin/push.c:560 builtin/send-pack.c:1684587msgid "force progress reporting"4588msgstr "forcer l'affichage de l'état d'avancement"45894590#: builtin/clone.c:594591msgid "don't create a checkout"4592msgstr "ne pas créer d'extraction"45934594#: builtin/clone.c:60 builtin/clone.c:62 builtin/init-db.c:5044595msgid "create a bare repository"4596msgstr "créer un dépôt nu"45974598#: builtin/clone.c:644599msgid "create a mirror repository (implies bare)"4600msgstr "créer un dépôt miroir (implique dépôt nu)"46014602#: builtin/clone.c:664603msgid "to clone from a local repository"4604msgstr "pour cloner depuis un dépôt local"46054606#: builtin/clone.c:684607msgid "don't use local hardlinks, always copy"4608msgstr "ne pas utiliser de liens durs locaux, toujours copier"46094610#: builtin/clone.c:704611msgid "setup as shared repository"4612msgstr "régler comme dépôt partagé"46134614#: builtin/clone.c:72 builtin/clone.c:744615msgid "initialize submodules in the clone"4616msgstr "initialiser les sous-modules dans le clone"46174618#: builtin/clone.c:75 builtin/init-db.c:5014619msgid "template-directory"4620msgstr "répertoire-modèle"46214622#: builtin/clone.c:76 builtin/init-db.c:5024623msgid "directory from which templates will be used"4624msgstr "répertoire depuis lequel les modèles vont être utilisés"46254626#: builtin/clone.c:784627msgid "reference repository"4628msgstr "dépôt de référence"46294630#: builtin/clone.c:804631msgid "use --reference only while cloning"4632msgstr "utiliser seulement --reference pour cloner"46334634#: builtin/clone.c:81 builtin/column.c:26 builtin/merge-file.c:444635msgid "name"4636msgstr "nom"46374638#: builtin/clone.c:824639msgid "use <name> instead of 'origin' to track upstream"4640msgstr "utiliser <nom> au lieu de 'origin' pour suivre la branche amont"46414642#: builtin/clone.c:844643msgid "checkout <branch> instead of the remote's HEAD"4644msgstr "extraire <branche> au lieu de la HEAD du répertoire distant"46454646#: builtin/clone.c:864647msgid "path to git-upload-pack on the remote"4648msgstr "chemin vers git-upload-pack sur le serveur distant"46494650#: builtin/clone.c:87 builtin/fetch.c:113 builtin/grep.c:659 builtin/pull.c:1864651msgid "depth"4652msgstr "profondeur"46534654#: builtin/clone.c:884655msgid "create a shallow clone of that depth"4656msgstr "créer un clone superficiel de cette profondeur"46574658#: builtin/clone.c:904659msgid "clone only one branch, HEAD or --branch"4660msgstr "cloner seulement une branche, HEAD ou --branch"46614662#: builtin/clone.c:91 builtin/init-db.c:5104663msgid "gitdir"4664msgstr "gitdir"46654666#: builtin/clone.c:92 builtin/init-db.c:5114667msgid "separate git dir from working tree"4668msgstr "séparer le répertoire git de la copie de travail"46694670#: builtin/clone.c:934671msgid "key=value"4672msgstr "clé=valeur"46734674#: builtin/clone.c:944675msgid "set config inside the new repository"4676msgstr "régler la configuration dans le nouveau dépôt"46774678#: builtin/clone.c:2984679#, c-format4680msgid "reference repository '%s' is not a local repository."4681msgstr "le dépôt de référence '%s' n'est pas un dépôt local."46824683#: builtin/clone.c:3024684#, c-format4685msgid "reference repository '%s' is shallow"4686msgstr "le dépôt de référence '%s' est superficiel"46874688#: builtin/clone.c:3054689#, c-format4690msgid "reference repository '%s' is grafted"4691msgstr "le dépôt de référence '%s' est greffé"46924693#: builtin/clone.c:370 builtin/diff.c:844694#, c-format4695msgid "failed to stat '%s'"4696msgstr "échec du stat de '%s'"46974698#: builtin/clone.c:3724699#, c-format4700msgid "%s exists and is not a directory"4701msgstr "%s existe et n'est pas un répertoire"47024703#: builtin/clone.c:3864704#, c-format4705msgid "failed to stat %s\n"4706msgstr "échec du stat de %s\n"47074708#: builtin/clone.c:4084709#, c-format4710msgid "failed to create link '%s'"4711msgstr "échec de la création du lien '%s'"47124713#: builtin/clone.c:4124714#, c-format4715msgid "failed to copy file to '%s'"4716msgstr "échec de la copie vers '%s'"47174718#: builtin/clone.c:435 builtin/clone.c:6194719#, c-format4720msgid "done.\n"4721msgstr "fait.\n"47224723#: builtin/clone.c:4474724msgid ""4725"Clone succeeded, but checkout failed.\n"4726"You can inspect what was checked out with 'git status'\n"4727"and retry the checkout with 'git checkout -f HEAD'\n"4728msgstr ""4729"Le clone a réussi, mais l'extraction a échoué.\n"4730"Vous pouvez inspecter ce qui a été extrait avec 'git status'\n"4731"et réessayer l'extraction avec 'git checkout -f HEAD'\n"47324733#: builtin/clone.c:5244734#, c-format4735msgid "Could not find remote branch %s to clone."4736msgstr "Impossible de trouver la branche distante '%s' à cloner."47374738#: builtin/clone.c:6144739#, c-format4740msgid "Checking connectivity... "4741msgstr "Vérification de la connectivité... "47424743#: builtin/clone.c:6174744msgid "remote did not send all necessary objects"4745msgstr "le serveur distant n'a pas envoyé tous les objets nécessaires"47464747#: builtin/clone.c:6814748msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"4749msgstr ""4750"la HEAD distante réfère à une référence non existante, impossible de "4751"l'extraire.\n"47524753#: builtin/clone.c:7124754msgid "unable to checkout working tree"4755msgstr "impossible d'extraire la copie de travail"47564757#: builtin/clone.c:7994758msgid "cannot repack to clean up"4759msgstr "impossible de remballer pour nettoyer"47604761#: builtin/clone.c:8014762msgid "cannot unlink temporary alternates file"4763msgstr "impossible de unlinker le fichier temporaire alternates"47644765#: builtin/clone.c:8314766msgid "Too many arguments."4767msgstr "Trop d'arguments."47684769#: builtin/clone.c:8354770msgid "You must specify a repository to clone."4771msgstr "Vous devez spécifier un dépôt à cloner."47724773#: builtin/clone.c:8464774#, c-format4775msgid "--bare and --origin %s options are incompatible."4776msgstr "les options --bare et --origin %s sont incompatibles."47774778#: builtin/clone.c:8494779msgid "--bare and --separate-git-dir are incompatible."4780msgstr "--bare et --separate-git-dir sont incompatibles."47814782#: builtin/clone.c:8624783#, c-format4784msgid "repository '%s' does not exist"4785msgstr "le dépôt '%s' n'existe pas"47864787#: builtin/clone.c:868 builtin/fetch.c:11684788#, c-format4789msgid "depth %s is not a positive number"4790msgstr "la profondeur %s n'est pas un entier positif"47914792#: builtin/clone.c:8784793#, c-format4794msgid "destination path '%s' already exists and is not an empty directory."4795msgstr ""4796"le chemin de destination '%s' existe déjà et n'est pas un répertoire vide."47974798#: builtin/clone.c:8884799#, c-format4800msgid "working tree '%s' already exists."4801msgstr "la copie de travail '%s' existe déjà."48024803#: builtin/clone.c:903 builtin/clone.c:914 builtin/worktree.c:2184804#: builtin/worktree.c:2454805#, c-format4806msgid "could not create leading directories of '%s'"4807msgstr "impossible de créer les répertoires de premier niveau dans '%s'"48084809#: builtin/clone.c:9064810#, c-format4811msgid "could not create work tree dir '%s'"4812msgstr "impossible de créer le répertoire de la copie de travail '%s'"48134814#: builtin/clone.c:9244815#, c-format4816msgid "Cloning into bare repository '%s'...\n"4817msgstr "Clonage dans le dépôt nu '%s'\n"48184819#: builtin/clone.c:9264820#, c-format4821msgid "Cloning into '%s'...\n"4822msgstr "Clonage dans '%s'...\n"48234824#: builtin/clone.c:9514825msgid "--dissociate given, but there is no --reference"4826msgstr "--dissociate est spécifié, mais --reference est absent"48274828#: builtin/clone.c:9684829msgid "--depth is ignored in local clones; use file:// instead."4830msgstr ""4831"--depth est ignoré dans les clones locaux : utilisez plutôt \"file://\"."48324833#: builtin/clone.c:9714834msgid "source repository is shallow, ignoring --local"4835msgstr "le dépôt source est superficiel, option --local ignorée"48364837#: builtin/clone.c:9764838msgid "--local is ignored"4839msgstr "--local est ignoré"48404841#: builtin/clone.c:9804842#, c-format4843msgid "Don't know how to clone %s"4844msgstr "Je ne sais pas cloner %s"48454846#: builtin/clone.c:1029 builtin/clone.c:10374847#, c-format4848msgid "Remote branch %s not found in upstream %s"4849msgstr "La branche distante %s n'a pas été trouvée dans le dépôt amont %s"48504851#: builtin/clone.c:10404852msgid "You appear to have cloned an empty repository."4853msgstr "Vous semblez avoir cloné un dépôt vide."48544855#: builtin/column.c:94856msgid "git column [<options>]"4857msgstr "git column [<options>]"48584859#: builtin/column.c:264860msgid "lookup config vars"4861msgstr "rechercher les variables de configuration"48624863#: builtin/column.c:27 builtin/column.c:284864msgid "layout to use"4865msgstr "mise en page à utiliser"48664867#: builtin/column.c:294868msgid "Maximum width"4869msgstr "Largeur maximale"48704871#: builtin/column.c:304872msgid "Padding space on left border"4873msgstr "Remplissage d'espace sur la bordure gauche"48744875#: builtin/column.c:314876msgid "Padding space on right border"4877msgstr "Remplissage d'espace sur le côté droit"48784879#: builtin/column.c:324880msgid "Padding space between columns"4881msgstr "Remplissage d'espace entre les colonnes"48824883#: builtin/column.c:514884msgid "--command must be the first argument"4885msgstr "--command doit être le premier argument"48864887#: builtin/commit.c:374888msgid "git commit [<options>] [--] <pathspec>..."4889msgstr "git commit [<options>] [--] <spécification-de-chemin>..."48904891#: builtin/commit.c:424892msgid "git status [<options>] [--] <pathspec>..."4893msgstr "git status [<options>] [--] <spécification-de-chemin>..."48944895#: builtin/commit.c:474896msgid ""4897"Your name and email address were configured automatically based\n"4898"on your username and hostname. Please check that they are accurate.\n"4899"You can suppress this message by setting them explicitly. Run the\n"4900"following command and follow the instructions in your editor to edit\n"4901"your configuration file:\n"4902"\n"4903" git config --global --edit\n"4904"\n"4905"After doing this, you may fix the identity used for this commit with:\n"4906"\n"4907" git commit --amend --reset-author\n"4908msgstr ""4909"Votre nom et votre adresse e-mail ont été configurés automatiquement en se\n"4910"fondant sur votre nom d'utilisateur et le nom de votre machine. Veuillez \n"4911"vérifier qu'ils sont corrects. Vous pouvez supprimer ce message en les \n"4912"paramétrant explicitement. Lancez les commandes suivantes et suivez les\n"4913"instruction dans votre éditeur pour éditer votre fichier de configuration :\n"4914"\n"4915" git config --global --edit\n"4916"\n"4917"Après ceci, vous pouvez corriger l'identité utilisée pour cette validation "4918"avec :\n"4919"\n"4920" git commit --amend --reset-author\n"49214922#: builtin/commit.c:604923msgid ""4924"Your name and email address were configured automatically based\n"4925"on your username and hostname. Please check that they are accurate.\n"4926"You can suppress this message by setting them explicitly:\n"4927"\n"4928" git config --global user.name \"Your Name\"\n"4929" git config --global user.email you@example.com\n"4930"\n"4931"After doing this, you may fix the identity used for this commit with:\n"4932"\n"4933" git commit --amend --reset-author\n"4934msgstr ""4935"Votre nom et votre adresse e-mail ont été configurés automatiquement en se "4936"fondant\n"4937"sur votre nom d'utilisateur et le nom de votre machine. Veuillez vérifier "4938"qu'ils sont corrects.\n"4939"Vous pouvez supprimer ce message en les paramétrant explicitement :\n"4940"\n"4941" git config --global user.name \"Votre Nom\"\n"4942" git config --global user.email vous@exemple.com\n"4943"\n"4944"Après ceci, vous pouvez corriger l'identité utilisée pour ce commit avec :\n"4945"\n"4946" git commit --amend --reset-author\n"49474948#: builtin/commit.c:724949msgid ""4950"You asked to amend the most recent commit, but doing so would make\n"4951"it empty. You can repeat your command with --allow-empty, or you can\n"4952"remove the commit entirely with \"git reset HEAD^\".\n"4953msgstr ""4954"Vous avez demandé de corriger le commit le plus récent, mais le faire le "4955"rendrait\n"4956"vide. Vous pouvez répéter votre commande avec --allow-empty, ou vous pouvez\n"4957"supprimer complètement le commit avec \"git reset HEAD^\".\n"49584959#: builtin/commit.c:774960msgid ""4961"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"4962"If you wish to commit it anyway, use:\n"4963"\n"4964" git commit --allow-empty\n"4965"\n"4966msgstr ""4967"Le picorage précédent est à présent vide, vraisemblablement dû à une "4968"résolution de conflit.\n"4969"Si vous souhaitez tout de même le valider, utilisez :\n"4970"\n"4971" git commit --allow-empty\n"4972"\n"49734974#: builtin/commit.c:844975msgid "Otherwise, please use 'git reset'\n"4976msgstr "Sinon, veuillez utiliser 'git reset'\n"49774978#: builtin/commit.c:874979msgid ""4980"If you wish to skip this commit, use:\n"4981"\n"4982" git reset\n"4983"\n"4984"Then \"git cherry-pick --continue\" will resume cherry-picking\n"4985"the remaining commits.\n"4986msgstr ""4987"Si vous souhaitez sauter ce commit, utilisez :\n"4988"\n"4989" git reset\n"4990"\n"4991"Puis \"git cherry-pick --continue\" continuera le picorage \n"4992"des commits restants.\n"49934994#: builtin/commit.c:3044995msgid "failed to unpack HEAD tree object"4996msgstr "échec du dépaquetage de l'objet arbre HEAD"49974998#: builtin/commit.c:3454999msgid "unable to create temporary index"5000msgstr "impossible de créer l'index temporaire"50015002#: builtin/commit.c:3515003msgid "interactive add failed"5004msgstr "échec de l'ajout interactif"50055006#: builtin/commit.c:3645007msgid "unable to update temporary index"5008msgstr "impossible de mettre à jour l'index temporaire"50095010#: builtin/commit.c:3665011msgid "Failed to update main cache tree"5012msgstr "Impossible de mettre à jour l'arbre de cache principal"50135014#: builtin/commit.c:390 builtin/commit.c:413 builtin/commit.c:4625015msgid "unable to write new_index file"5016msgstr "impossible d'écrire le fichier new_index"50175018#: builtin/commit.c:4445019msgid "cannot do a partial commit during a merge."5020msgstr "impossible de faire une validation partielle pendant une fusion."50215022#: builtin/commit.c:4465023msgid "cannot do a partial commit during a cherry-pick."5024msgstr "impossible de faire une validation partielle pendant un picorage."50255026#: builtin/commit.c:4555027msgid "cannot read the index"5028msgstr "impossible de lire l'index"50295030#: builtin/commit.c:4745031msgid "unable to write temporary index file"5032msgstr "impossible d'écrire le fichier d'index temporaire"50335034#: builtin/commit.c:5795035#, c-format5036msgid "commit '%s' lacks author header"5037msgstr "entête d'auteur manquant dans le commit '%s'"50385039#: builtin/commit.c:5815040#, c-format5041msgid "commit '%s' has malformed author line"5042msgstr "le commit '%s' a une ligne d'auteur malformée"50435044#: builtin/commit.c:6005045msgid "malformed --author parameter"5046msgstr "paramètre --author mal formé"50475048#: builtin/commit.c:6085049#, c-format5050msgid "invalid date format: %s"5051msgstr "format de date invalide : %s"50525053#: builtin/commit.c:6525054msgid ""5055"unable to select a comment character that is not used\n"5056"in the current commit message"5057msgstr ""5058"impossible de sélectionner un caractère de commentaire\n"5059"qui n'est pas utilisé dans le message de validation actuel"50605061#: builtin/commit.c:689 builtin/commit.c:722 builtin/commit.c:10795062#, c-format5063msgid "could not lookup commit %s"5064msgstr "impossible de rechercher le commit %s"50655066#: builtin/commit.c:701 builtin/shortlog.c:2735067#, c-format5068msgid "(reading log message from standard input)\n"5069msgstr "(lecture du message de journal depuis l'entrée standard)\n"50705071#: builtin/commit.c:7035072msgid "could not read log from standard input"5073msgstr "impossible de lire le journal depuis l'entrée standard"50745075#: builtin/commit.c:7075076#, c-format5077msgid "could not read log file '%s'"5078msgstr "impossible de lire le fichier de journal '%s'"50795080#: builtin/commit.c:7295081msgid "could not read MERGE_MSG"5082msgstr "impossible de lire MERGE_MSG"50835084#: builtin/commit.c:7335085msgid "could not read SQUASH_MSG"5086msgstr "impossible de lire SQUASH_MSG"50875088#: builtin/commit.c:7845089msgid "could not write commit template"5090msgstr "impossible d'écrire le modèle de commit"50915092#: builtin/commit.c:8025093#, c-format5094msgid ""5095"\n"5096"It looks like you may be committing a merge.\n"5097"If this is not correct, please remove the file\n"5098"\t%s\n"5099"and try again.\n"5100msgstr ""5101"\n"5102"Il semble que vous validiez une fusion.\n"5103"Si ce n'est pas le cas, veuillez supprimer le fichier\n"5104"\t%s\n"5105"et essayez à nouveau.\n"51065107#: builtin/commit.c:8075108#, c-format5109msgid ""5110"\n"5111"It looks like you may be committing a cherry-pick.\n"5112"If this is not correct, please remove the file\n"5113"\t%s\n"5114"and try again.\n"5115msgstr ""5116"\n"5117"Il semble que vous validiez un picorage.\n"5118"Si ce n'est pas le cas, veuillez supprimer le fichier\n"5119"\t%s\n"5120"et essayez à nouveau.\n"51215122#: builtin/commit.c:8205123#, c-format5124msgid ""5125"Please enter the commit message for your changes. Lines starting\n"5126"with '%c' will be ignored, and an empty message aborts the commit.\n"5127msgstr ""5128"Veuillez saisir le message de validation pour vos modifications. Les lignes\n"5129"commençant par '%c' seront ignorées, et un message vide abandonne la "5130"validation.\n"51315132#: builtin/commit.c:8275133#, c-format5134msgid ""5135"Please enter the commit message for your changes. Lines starting\n"5136"with '%c' will be kept; you may remove them yourself if you want to.\n"5137"An empty message aborts the commit.\n"5138msgstr ""5139"Veuillez saisir le message de validation pour vos modifications. Les lignes\n"5140"commençant par '%c' seront conservées ; vous pouvez les supprimer vous-même\n"5141"si vous le souhaitez. Un message vide abandonne la validation.\n"51425143#: builtin/commit.c:8475144#, c-format5145msgid "%sAuthor: %.*s <%.*s>"5146msgstr "%sAuteur : %.*s <%.*s>"51475148#: builtin/commit.c:8555149#, c-format5150msgid "%sDate: %s"5151msgstr "%sDate : %s"51525153#: builtin/commit.c:8625154#, c-format5155msgid "%sCommitter: %.*s <%.*s>"5156msgstr "%sValidateur : %.*s <%.*s>"51575158#: builtin/commit.c:8805159msgid "Cannot read index"5160msgstr "Impossible de lire l'index"51615162#: builtin/commit.c:9375163msgid "Error building trees"5164msgstr "Erreur lors de la construction des arbres"51655166#: builtin/commit.c:952 builtin/tag.c:4955167#, c-format5168msgid "Please supply the message using either -m or -F option.\n"5169msgstr "Veuillez fournir le message en utilisant l'option -m ou -F.\n"51705171#: builtin/commit.c:10545172#, c-format5173msgid "--author '%s' is not 'Name <email>' and matches no existing author"5174msgstr ""5175"--author '%s' n'est pas de la forme 'Nom <email>' ni ne correspond à aucun "5176"auteur existant"51775178#: builtin/commit.c:1069 builtin/commit.c:13095179#, c-format5180msgid "Invalid untracked files mode '%s'"5181msgstr "Mode de fichier non suivi invalide '%s'"51825183#: builtin/commit.c:11065184msgid "--long and -z are incompatible"5185msgstr "--long et -z sont incompatibles"51865187#: builtin/commit.c:11365188msgid "Using both --reset-author and --author does not make sense"5189msgstr "L'utilisation simultanée de --reset-author et --author n'a pas de sens"51905191#: builtin/commit.c:11455192msgid "You have nothing to amend."5193msgstr "Il n'y a rien à corriger."51945195#: builtin/commit.c:11485196msgid "You are in the middle of a merge -- cannot amend."5197msgstr "Vous êtes en pleine fusion -- impossible de corriger (amend)."51985199#: builtin/commit.c:11505200msgid "You are in the middle of a cherry-pick -- cannot amend."5201msgstr "Vous êtes en plein picorage -- impossible de corriger (amend)."52025203#: builtin/commit.c:11535204msgid "Options --squash and --fixup cannot be used together"5205msgstr "Les options --squash et --fixup ne peuvent pas être utilisées ensemble"52065207#: builtin/commit.c:11635208msgid "Only one of -c/-C/-F/--fixup can be used."5209msgstr "Une seule option parmi -c/-C/-F/--fixup peut être utilisée."52105211#: builtin/commit.c:11655212msgid "Option -m cannot be combined with -c/-C/-F/--fixup."5213msgstr "L'option -m ne peut pas être combinée avec -c/-C/-F/--fixup."52145215#: builtin/commit.c:11735216msgid "--reset-author can be used only with -C, -c or --amend."5217msgstr "--reset-author ne peut être utilisé qu'avec -C, -c ou --amend."52185219#: builtin/commit.c:11905220msgid "Only one of --include/--only/--all/--interactive/--patch can be used."5221msgstr ""5222"Une seule option parmi --include/--only/--all/--interactive/--patch peut "5223"être utilisée."52245225#: builtin/commit.c:11925226msgid "No paths with --include/--only does not make sense."5227msgstr "Aucun chemin avec les options --include/--only n'a pas de sens."52285229#: builtin/commit.c:11945230msgid "Clever... amending the last one with dirty index."5231msgstr "Malin... correction du dernier avec un index sale."52325233#: builtin/commit.c:11965234msgid "Explicit paths specified without -i or -o; assuming --only paths..."5235msgstr "Chemins explicites spécifiés sans -i ni -o ; --only supposé..."52365237#: builtin/commit.c:1208 builtin/tag.c:7305238#, c-format5239msgid "Invalid cleanup mode %s"5240msgstr "Mode de nettoyage invalide %s"52415242#: builtin/commit.c:12135243msgid "Paths with -a does not make sense."5244msgstr "Spécifier des chemins avec l'option -a n'a pas de sens."52455246#: builtin/commit.c:1323 builtin/commit.c:16025247msgid "show status concisely"5248msgstr "afficher le statut avec concision"52495250#: builtin/commit.c:1325 builtin/commit.c:16045251msgid "show branch information"5252msgstr "afficher l'information de branche"52535254#: builtin/commit.c:1327 builtin/commit.c:1606 builtin/push.c:5465255msgid "machine-readable output"5256msgstr "sortie pour traitement automatique"52575258#: builtin/commit.c:1330 builtin/commit.c:16085259msgid "show status in long format (default)"5260msgstr "afficher le statut en format long (par défaut)"52615262#: builtin/commit.c:1333 builtin/commit.c:16115263msgid "terminate entries with NUL"5264msgstr "terminer les éléments par NUL"52655266#: builtin/commit.c:1335 builtin/commit.c:1614 builtin/fast-export.c:9815267#: builtin/fast-export.c:984 builtin/tag.c:6045268msgid "mode"5269msgstr "mode"52705271#: builtin/commit.c:1336 builtin/commit.c:16145272msgid "show untracked files, optional modes: all, normal, no. (Default: all)"5273msgstr ""5274"afficher les fichiers non suivis, \"mode\" facultatif : all (tous), normal, "5275"no. (Défaut : all)"52765277#: builtin/commit.c:13395278msgid "show ignored files"5279msgstr "afficher les fichiers ignorés"52805281#: builtin/commit.c:1340 parse-options.h:1555282msgid "when"5283msgstr "quand"52845285#: builtin/commit.c:13415286msgid ""5287"ignore changes to submodules, optional when: all, dirty, untracked. "5288"(Default: all)"5289msgstr ""5290"ignorer les modifications dans les sous-modules, \"quand\" facultatif : all "5291"(tous), dirty (sale), untracked (non suivi). (Défaut : all)"52925293#: builtin/commit.c:13435294msgid "list untracked files in columns"5295msgstr "afficher les fichiers non suivis en colonnes"52965297#: builtin/commit.c:14295298msgid "couldn't look up newly created commit"5299msgstr "impossible de retrouver le commit nouvellement créé"53005301#: builtin/commit.c:14315302msgid "could not parse newly created commit"5303msgstr "impossible d'analyser le commit nouvellement créé"53045305#: builtin/commit.c:14765306msgid "detached HEAD"5307msgstr "HEAD détachée"53085309#: builtin/commit.c:14795310msgid " (root-commit)"5311msgstr " (commit racine)"53125313#: builtin/commit.c:15725314msgid "suppress summary after successful commit"5315msgstr "supprimer le résumé après une validation réussie"53165317#: builtin/commit.c:15735318msgid "show diff in commit message template"5319msgstr "afficher les diff dans le modèle de message de validation"53205321#: builtin/commit.c:15755322msgid "Commit message options"5323msgstr "Options du message de validation"53245325#: builtin/commit.c:1576 builtin/tag.c:6025326msgid "read message from file"5327msgstr "lire le message depuis un fichier"53285329#: builtin/commit.c:15775330msgid "author"5331msgstr "auteur"53325333#: builtin/commit.c:15775334msgid "override author for commit"5335msgstr "remplacer l'auteur pour la validation"53365337#: builtin/commit.c:1578 builtin/gc.c:2685338msgid "date"5339msgstr "date"53405341#: builtin/commit.c:15785342msgid "override date for commit"5343msgstr "remplacer la date pour la validation"53445345#: builtin/commit.c:1579 builtin/merge.c:218 builtin/notes.c:3925346#: builtin/notes.c:555 builtin/tag.c:6005347msgid "message"5348msgstr "message"53495350#: builtin/commit.c:15795351msgid "commit message"5352msgstr "message de validation"53535354#: builtin/commit.c:15805355msgid "reuse and edit message from specified commit"5356msgstr "réutiliser et éditer le message du commit spécifié"53575358#: builtin/commit.c:15815359msgid "reuse message from specified commit"5360msgstr "réutiliser le message du commit spécifié"53615362#: builtin/commit.c:15825363msgid "use autosquash formatted message to fixup specified commit"5364msgstr ""5365"utiliser un message au format autosquash pour corriger le commit spécifié"53665367#: builtin/commit.c:15835368msgid "use autosquash formatted message to squash specified commit"5369msgstr ""5370"utiliser un message au format autosquash pour compresser le commit spécifié"53715372#: builtin/commit.c:15845373msgid "the commit is authored by me now (used with -C/-c/--amend)"5374msgstr ""5375"à présent je suis l'auteur de la validation (utilisé avec -C/-c/--amend)"53765377#: builtin/commit.c:1585 builtin/log.c:1216 builtin/revert.c:865378msgid "add Signed-off-by:"5379msgstr "ajouter une entrée Signed-off-by :"53805381#: builtin/commit.c:15865382msgid "use specified template file"5383msgstr "utiliser le fichier de modèle spécifié"53845385#: builtin/commit.c:15875386msgid "force edit of commit"5387msgstr "forcer l'édition du commit"53885389#: builtin/commit.c:15885390msgid "default"5391msgstr "défaut"53925393#: builtin/commit.c:1588 builtin/tag.c:6055394msgid "how to strip spaces and #comments from message"5395msgstr "comment éliminer les espaces et les commentaires # du message"53965397#: builtin/commit.c:15895398msgid "include status in commit message template"5399msgstr "inclure le statut dans le modèle de message de validation"54005401#: builtin/commit.c:1591 builtin/merge.c:226 builtin/pull.c:1565402#: builtin/revert.c:935403msgid "GPG sign commit"5404msgstr "signer la validation avec GPG"54055406#: builtin/commit.c:15945407msgid "Commit contents options"5408msgstr "Valider les options des contenus"54095410#: builtin/commit.c:15955411msgid "commit all changed files"5412msgstr "valider tous les fichiers modifiés"54135414#: builtin/commit.c:15965415msgid "add specified files to index for commit"5416msgstr "ajouter les fichiers spécifiés à l'index pour la validation"54175418#: builtin/commit.c:15975419msgid "interactively add files"5420msgstr "ajouter des fichiers en mode interactif"54215422#: builtin/commit.c:15985423msgid "interactively add changes"5424msgstr "ajouter les modifications en mode interactif"54255426#: builtin/commit.c:15995427msgid "commit only specified files"5428msgstr "valider seulement les fichiers spécifiés"54295430#: builtin/commit.c:16005431msgid "bypass pre-commit hook"5432msgstr "éviter d'utiliser le crochet pre-commit"54335434#: builtin/commit.c:16015435msgid "show what would be committed"5436msgstr "afficher ce qui serait validé"54375438#: builtin/commit.c:16125439msgid "amend previous commit"5440msgstr "corriger la validation précédente"54415442#: builtin/commit.c:16135443msgid "bypass post-rewrite hook"5444msgstr "éviter d'utiliser le crochet post-rewrite"54455446#: builtin/commit.c:16185447msgid "ok to record an empty change"5448msgstr "accepter d'enregistrer une modification vide"54495450#: builtin/commit.c:16205451msgid "ok to record a change with an empty message"5452msgstr "accepter d'enregistrer une modification avec un message vide"54535454#: builtin/commit.c:16495455msgid "could not parse HEAD commit"5456msgstr "impossible d'analyser le commit HEAD"54575458#: builtin/commit.c:16955459#, c-format5460msgid "Corrupt MERGE_HEAD file (%s)"5461msgstr "Fichier MERGE_HEAD corrompu (%s)"54625463#: builtin/commit.c:17025464msgid "could not read MERGE_MODE"5465msgstr "impossible de lire MERGE_MODE"54665467#: builtin/commit.c:17215468#, c-format5469msgid "could not read commit message: %s"5470msgstr "impossible de lire le message de validation : %s"54715472#: builtin/commit.c:17325473#, c-format5474msgid "Aborting commit; you did not edit the message.\n"5475msgstr "Abandon de la validation ; vous n'avez pas édité le message\n"54765477#: builtin/commit.c:17375478#, c-format5479msgid "Aborting commit due to empty commit message.\n"5480msgstr "Abandon de la validation du à un message de validation vide\n"54815482#: builtin/commit.c:17855483msgid ""5484"Repository has been updated, but unable to write\n"5485"new_index file. Check that disk is not full and quota is\n"5486"not exceeded, and then \"git reset HEAD\" to recover."5487msgstr ""5488"Le dépôt a été mis à jour, mais impossible d'écrire le fichier\n"5489"new_index. Vérifiez que le disque n'est pas plein ou que le quota\n"5490"n'a pas été dépassé, puis lancez \"git reset HEAD\" pour réparer."54915492#: builtin/config.c:85493msgid "git config [<options>]"5494msgstr "git config [<options>]"54955496#: builtin/config.c:545497msgid "Config file location"5498msgstr "Emplacement du fichier de configuration"54995500#: builtin/config.c:555501msgid "use global config file"5502msgstr "utiliser les fichier de configuration global"55035504#: builtin/config.c:565505msgid "use system config file"5506msgstr "utiliser le fichier de configuration du système"55075508#: builtin/config.c:575509msgid "use repository config file"5510msgstr "utiliser le fichier de configuration du dépôt"55115512#: builtin/config.c:585513msgid "use given config file"5514msgstr "utiliser le fichier de configuration spécifié"55155516#: builtin/config.c:595517msgid "blob-id"5518msgstr "blob-id"55195520#: builtin/config.c:595521msgid "read config from given blob object"5522msgstr "lire la configuration depuis l'objet blob fourni"55235524#: builtin/config.c:605525msgid "Action"5526msgstr "Action"55275528#: builtin/config.c:615529msgid "get value: name [value-regex]"5530msgstr "obtenir la valeur : nom [regex-de-valeur]"55315532#: builtin/config.c:625533msgid "get all values: key [value-regex]"5534msgstr "obtenir toutes les valeurs : clé [regex-de-valeur]"55355536#: builtin/config.c:635537msgid "get values for regexp: name-regex [value-regex]"5538msgstr "obtenir les valeur pour la regexp : regex-de-nom [regex-de-valeur]"55395540#: builtin/config.c:645541msgid "get value specific for the URL: section[.var] URL"5542msgstr "obtenir la valeur spécifique pour l'URL : section[.var] URL"55435544#: builtin/config.c:655545msgid "replace all matching variables: name value [value_regex]"5546msgstr ""5547"remplacer toutes les variables correspondant : nom valeur [regex-de-valeur]"55485549#: builtin/config.c:665550msgid "add a new variable: name value"5551msgstr "ajouter une nouvelle variable : nom valeur"55525553#: builtin/config.c:675554msgid "remove a variable: name [value-regex]"5555msgstr "supprimer une variable : nom [regex-de-valeur]"55565557#: builtin/config.c:685558msgid "remove all matches: name [value-regex]"5559msgstr "supprimer toutes les correspondances nom [regex-de-valeur]"55605561#: builtin/config.c:695562msgid "rename section: old-name new-name"5563msgstr "renommer une section : ancien-nom nouveau-nom"55645565#: builtin/config.c:705566msgid "remove a section: name"5567msgstr "supprimer une section : nom"55685569#: builtin/config.c:715570msgid "list all"5571msgstr "afficher tout"55725573#: builtin/config.c:725574msgid "open an editor"5575msgstr "ouvrir un éditeur"55765577#: builtin/config.c:735578msgid "find the color configured: slot [default]"5579msgstr "trouver la couleur configurée : slot [par défaut]"55805581#: builtin/config.c:745582msgid "find the color setting: slot [stdout-is-tty]"5583msgstr "trouver le réglage de la couleur : slot [stdout-est-tty]"55845585#: builtin/config.c:755586msgid "Type"5587msgstr "Type"55885589#: builtin/config.c:765590msgid "value is \"true\" or \"false\""5591msgstr "la valeur est \"true\" (vrai) ou \"false\" (faux)"55925593#: builtin/config.c:775594msgid "value is decimal number"5595msgstr "la valeur est un nombre décimal"55965597#: builtin/config.c:785598msgid "value is --bool or --int"5599msgstr "la valeur est --bool ou --int"56005601#: builtin/config.c:795602msgid "value is a path (file or directory name)"5603msgstr "la valeur est un chemin (vers un fichier ou un répertoire)"56045605#: builtin/config.c:805606msgid "Other"5607msgstr "Autre"56085609#: builtin/config.c:815610msgid "terminate values with NUL byte"5611msgstr "terminer les valeurs avec un caractère NUL"56125613#: builtin/config.c:825614msgid "show variable names only"5615msgstr "n'afficher que les noms de variable"56165617#: builtin/config.c:835618msgid "respect include directives on lookup"5619msgstr "respecter les directives d'inclusion lors de la recherche"56205621#: builtin/config.c:3115622msgid "unable to parse default color value"5623msgstr "impossible de lire la valeur de couleur par défaut"56245625#: builtin/config.c:4495626#, c-format5627msgid ""5628"# This is Git's per-user configuration file.\n"5629"[user]\n"5630"# Please adapt and uncomment the following lines:\n"5631"#\tname = %s\n"5632"#\temail = %s\n"5633msgstr ""5634"# Ceci est le fichier de configuration personnel de Git.\n"5635"[user]\n"5636"# Veuillez adapter et décommenter les lignes suivantes :\n"5637"#\tname = %s\n"5638"#\temail = %s\n"56395640#: builtin/config.c:5835641#, c-format5642msgid "cannot create configuration file %s"5643msgstr "création impossible du fichier de configuration '%s'"56445645#: builtin/count-objects.c:555646msgid "git count-objects [-v] [-H | --human-readable]"5647msgstr "git count-objects [-v] [-H | --human-readable]"56485649#: builtin/count-objects.c:655650msgid "print sizes in human readable format"5651msgstr "affiche les tailles dans un format humainement lisible"56525653#: builtin/describe.c:175654msgid "git describe [<options>] [<commit-ish>...]"5655msgstr "git describe [<options>] <commit ou apparenté>*"56565657#: builtin/describe.c:185658msgid "git describe [<options>] --dirty"5659msgstr "git describe [<options>] --dirty"56605661#: builtin/describe.c:2175662#, c-format5663msgid "annotated tag %s not available"5664msgstr "l'étiquette annotée %s n'est pas disponible"56655666#: builtin/describe.c:2215667#, c-format5668msgid "annotated tag %s has no embedded name"5669msgstr "l'étiquette annotée %s n'a pas de nom embarqué"56705671#: builtin/describe.c:2235672#, c-format5673msgid "tag '%s' is really '%s' here"5674msgstr "l'étiquette '%s' est en fait '%s'"56755676#: builtin/describe.c:250 builtin/log.c:4595677#, c-format5678msgid "Not a valid object name %s"5679msgstr "%s n'est pas un nom d'objet valide"56805681#: builtin/describe.c:2535682#, c-format5683msgid "%s is not a valid '%s' object"5684msgstr "%s n'est pas un objet '%s' valide"56855686#: builtin/describe.c:2705687#, c-format5688msgid "no tag exactly matches '%s'"5689msgstr "aucune étiquette ne correspond parfaitement à '%s'"56905691#: builtin/describe.c:2725692#, c-format5693msgid "searching to describe %s\n"5694msgstr "recherche de la description de %s\n"56955696#: builtin/describe.c:3195697#, c-format5698msgid "finished search at %s\n"5699msgstr "recherche terminée à %s\n"57005701#: builtin/describe.c:3465702#, c-format5703msgid ""5704"No annotated tags can describe '%s'.\n"5705"However, there were unannotated tags: try --tags."5706msgstr ""5707"Aucune étiquette annotée ne peut décrire '%s'.\n"5708"Cependant, il existe des étiquettes non-annotées : essayez avec --tags."57095710#: builtin/describe.c:3505711#, c-format5712msgid ""5713"No tags can describe '%s'.\n"5714"Try --always, or create some tags."5715msgstr ""5716"Aucune étiquette ne peut décrire '%s'.\n"5717"Essayez --always, ou créez des étiquettes."57185719#: builtin/describe.c:3715720#, c-format5721msgid "traversed %lu commits\n"5722msgstr "%lu commits parcourus\n"57235724#: builtin/describe.c:3745725#, c-format5726msgid ""5727"more than %i tags found; listed %i most recent\n"5728"gave up search at %s\n"5729msgstr ""5730"plus de %i étiquettes ont été trouvées; seules les %i plus récentes sont "5731"affichées\n"5732"abandon de la recherche à %s\n"57335734#: builtin/describe.c:3965735msgid "find the tag that comes after the commit"5736msgstr "rechercher l'étiquette qui suit le commit"57375738#: builtin/describe.c:3975739msgid "debug search strategy on stderr"5740msgstr "déboguer la stratégie de recherche sur stderr"57415742#: builtin/describe.c:3985743msgid "use any ref"5744msgstr "utiliser n'importe quelle référence"57455746#: builtin/describe.c:3995747msgid "use any tag, even unannotated"5748msgstr "utiliser n'importe quelle étiquette, même non-annotée"57495750#: builtin/describe.c:4005751msgid "always use long format"5752msgstr "toujours utiliser le format long"57535754#: builtin/describe.c:4015755msgid "only follow first parent"5756msgstr "ne suivre que le premier parent"57575758#: builtin/describe.c:4045759msgid "only output exact matches"5760msgstr "n'afficher que les correspondances exactes"57615762#: builtin/describe.c:4065763msgid "consider <n> most recent tags (default: 10)"5764msgstr ""5765"considérer uniquement les <n> étiquettes le plus récentes (défaut : 10)"57665767#: builtin/describe.c:4085768msgid "only consider tags matching <pattern>"5769msgstr "ne considérer que les étiquettes correspondant à <motif>"57705771#: builtin/describe.c:410 builtin/name-rev.c:3185772msgid "show abbreviated commit object as fallback"5773msgstr "afficher les objets commits abrégés en dernier recours"57745775#: builtin/describe.c:4115776msgid "mark"5777msgstr "marque"57785779#: builtin/describe.c:4125780msgid "append <mark> on dirty working tree (default: \"-dirty\")"5781msgstr "ajouter <marque> si la copie de travail est sale (défaut : \"-dirty\")"57825783#: builtin/describe.c:4305784msgid "--long is incompatible with --abbrev=0"5785msgstr "--long et --abbrev=0 sont incompatibles"57865787#: builtin/describe.c:4565788msgid "No names found, cannot describe anything."5789msgstr "aucun nom trouvé, impossible de décrire quoi que ce soit."57905791#: builtin/describe.c:4765792msgid "--dirty is incompatible with commit-ishes"5793msgstr "--dirty est incompatible avec la spécification de commits ou assimilés"57945795#: builtin/diff.c:865796#, c-format5797msgid "'%s': not a regular file or symlink"5798msgstr "'%s' : n'est pas un fichier régulier ni un lien symbolique"57995800#: builtin/diff.c:2375801#, c-format5802msgid "invalid option: %s"5803msgstr "option invalide : %s"58045805#: builtin/diff.c:3585806msgid "Not a git repository"5807msgstr "Ce n'est pas un dépôt git !"58085809#: builtin/diff.c:4015810#, c-format5811msgid "invalid object '%s' given."5812msgstr "objet spécifié '%s' invalide."58135814#: builtin/diff.c:4105815#, c-format5816msgid "more than two blobs given: '%s'"5817msgstr "plus de deux blobs spécifiés : '%s'"58185819#: builtin/diff.c:4175820#, c-format5821msgid "unhandled object '%s' given."5822msgstr "objet non géré '%s' spécifié."58235824#: builtin/fast-export.c:255825msgid "git fast-export [rev-list-opts]"5826msgstr "git fast-export [options-de-liste-de-révisions]"58275828#: builtin/fast-export.c:9805829msgid "show progress after <n> objects"5830msgstr "afficher la progression après <n> objets"58315832#: builtin/fast-export.c:9825833msgid "select handling of signed tags"5834msgstr "sélectionner la gestion des étiquettes signées"58355836#: builtin/fast-export.c:9855837msgid "select handling of tags that tag filtered objects"5838msgstr ""5839"sélectionner la gestion des étiquettes qui pointent sur des objets filtrés"58405841#: builtin/fast-export.c:9885842msgid "Dump marks to this file"5843msgstr "Enregistrer les marques dans ce fichier"58445845#: builtin/fast-export.c:9905846msgid "Import marks from this file"5847msgstr "importer les marques depuis ce fichier"58485849#: builtin/fast-export.c:9925850msgid "Fake a tagger when tags lack one"5851msgstr "falsifier un auteur d'étiquette si l'étiquette n'en présente pas"58525853#: builtin/fast-export.c:9945854msgid "Output full tree for each commit"5855msgstr "Afficher l'arbre complet pour chaque commit"58565857#: builtin/fast-export.c:9965858msgid "Use the done feature to terminate the stream"5859msgstr "Utiliser la fonction \"done\" pour terminer le flux"58605861#: builtin/fast-export.c:9975862msgid "Skip output of blob data"5863msgstr "Sauter l'affichage de données de blob"58645865#: builtin/fast-export.c:9985866msgid "refspec"5867msgstr "spécificateur de référence"58685869#: builtin/fast-export.c:9995870msgid "Apply refspec to exported refs"5871msgstr "Appliquer le spécificateur de référence aux références exportées"58725873#: builtin/fast-export.c:10005874msgid "anonymize output"5875msgstr "anonymise la sortie"58765877#: builtin/fetch.c:205878msgid "git fetch [<options>] [<repository> [<refspec>...]]"5879msgstr "git fetch [<options>] [<dépôt> [<spécification-de-référence>...]]"58805881#: builtin/fetch.c:215882msgid "git fetch [<options>] <group>"5883msgstr "git fetch [<options>] <groupe>"58845885#: builtin/fetch.c:225886msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"5887msgstr "git fetch --multiple [<options>] [(<dépôt> | <groupe>)...]"58885889#: builtin/fetch.c:235890msgid "git fetch --all [<options>]"5891msgstr "git fetch --all [<options>]"58925893#: builtin/fetch.c:90 builtin/pull.c:1625894msgid "fetch from all remotes"5895msgstr "récupérer depuis tous le dépôts distants"58965897#: builtin/fetch.c:92 builtin/pull.c:1655898msgid "append to .git/FETCH_HEAD instead of overwriting"5899msgstr "ajouter à .git/FETCH_HEAD au lieu de l'écraser"59005901#: builtin/fetch.c:94 builtin/pull.c:1685902msgid "path to upload pack on remote end"5903msgstr "chemin vers lequel télécharger le paquet sur le poste distant"59045905#: builtin/fetch.c:95 builtin/pull.c:1705906msgid "force overwrite of local branch"5907msgstr "forcer l'écrasement de la branche locale"59085909#: builtin/fetch.c:975910msgid "fetch from multiple remotes"5911msgstr "récupérer depuis plusieurs dépôts distants"59125913#: builtin/fetch.c:99 builtin/pull.c:1725914msgid "fetch all tags and associated objects"5915msgstr "récupérer toutes les étiquettes et leurs objets associés"59165917#: builtin/fetch.c:1015918msgid "do not fetch all tags (--no-tags)"5919msgstr "ne pas récupérer toutes les étiquettes (--no-tags)"59205921#: builtin/fetch.c:103 builtin/pull.c:1755922msgid "prune remote-tracking branches no longer on remote"5923msgstr ""5924"éliminer les branches de suivi distant si la branche n'existe plus dans le "5925"dépôt distant"59265927#: builtin/fetch.c:104 builtin/pull.c:1785928msgid "on-demand"5929msgstr "à la demande"59305931#: builtin/fetch.c:105 builtin/pull.c:1795932msgid "control recursive fetching of submodules"5933msgstr "contrôler la récupération récursive dans les sous-modules"59345935#: builtin/fetch.c:109 builtin/pull.c:1845936msgid "keep downloaded pack"5937msgstr "conserver le paquet téléchargé"59385939#: builtin/fetch.c:1115940msgid "allow updating of HEAD ref"5941msgstr "permettre la mise à jour de la référence HEAD"59425943#: builtin/fetch.c:114 builtin/pull.c:1875944msgid "deepen history of shallow clone"5945msgstr "approfondir l'historique d'un clone superficiel"59465947#: builtin/fetch.c:116 builtin/pull.c:1905948msgid "convert to a complete repository"5949msgstr "convertir en un dépôt complet"59505951#: builtin/fetch.c:118 builtin/log.c:12335952msgid "dir"5953msgstr "dir"59545955#: builtin/fetch.c:1195956msgid "prepend this to submodule path output"5957msgstr "préfixer ceci à la sortie du chemin du sous-module"59585959#: builtin/fetch.c:1225960msgid "default mode for recursion"5961msgstr "mode par défaut pour la récursion"59625963#: builtin/fetch.c:124 builtin/pull.c:1935964msgid "accept refs that update .git/shallow"5965msgstr "accepter les références qui mettent à jour .git/shallow"59665967#: builtin/fetch.c:125 builtin/pull.c:1955968msgid "refmap"5969msgstr "correspondance de référence"59705971#: builtin/fetch.c:126 builtin/pull.c:1965972msgid "specify fetch refmap"5973msgstr "spécifier une correspondance de référence pour la récupération"59745975#: builtin/fetch.c:3785976msgid "Couldn't find remote ref HEAD"5977msgstr "impossible de trouver la référence HEAD distante"59785979#: builtin/fetch.c:4585980#, c-format5981msgid "object %s not found"5982msgstr "objet %s non trouvé"59835984#: builtin/fetch.c:4635985msgid "[up to date]"5986msgstr "[à jour]"59875988#: builtin/fetch.c:4775989#, c-format5990msgid "! %-*s %-*s -> %s (can't fetch in current branch)"5991msgstr "! %-*s %-*s -> %s (impossible de récupérer la branche actuelle)"59925993#: builtin/fetch.c:478 builtin/fetch.c:5645994msgid "[rejected]"5995msgstr "[rejeté]"59965997#: builtin/fetch.c:4895998msgid "[tag update]"5999msgstr "[mise à jour de l'étiquette]"60006001#: builtin/fetch.c:491 builtin/fetch.c:526 builtin/fetch.c:5446002msgid " (unable to update local ref)"6003msgstr " (impossible de mettre à jour la référence locale)"60046005#: builtin/fetch.c:5096006msgid "[new tag]"6007msgstr "[nouvelle étiquette]"60086009#: builtin/fetch.c:5126010msgid "[new branch]"6011msgstr "[nouvelle branche]"60126013#: builtin/fetch.c:5156014msgid "[new ref]"6015msgstr "[nouvelle référence]"60166017#: builtin/fetch.c:5606018msgid "unable to update local ref"6019msgstr "impossible de mettre à jour la référence locale"60206021#: builtin/fetch.c:5606022msgid "forced update"6023msgstr "mise à jour forcée"60246025#: builtin/fetch.c:5666026msgid "(non-fast-forward)"6027msgstr "(pas d'avance rapide)"60286029#: builtin/fetch.c:600 builtin/fetch.c:8426030#, c-format6031msgid "cannot open %s: %s\n"6032msgstr "impossible d'ouvrir %s : %s\n"60336034#: builtin/fetch.c:6096035#, c-format6036msgid "%s did not send all necessary objects\n"6037msgstr "%s n'a pas envoyé tous les objets nécessaires\n"60386039#: builtin/fetch.c:6276040#, c-format6041msgid "reject %s because shallow roots are not allowed to be updated"6042msgstr ""6043"%s rejeté parce que les racines superficielles ne sont pas mises à jour"60446045#: builtin/fetch.c:715 builtin/fetch.c:8076046#, c-format6047msgid "From %.*s\n"6048msgstr "Depuis %.*s\n"60496050#: builtin/fetch.c:7266051#, c-format6052msgid ""6053"some local refs could not be updated; try running\n"6054" 'git remote prune %s' to remove any old, conflicting branches"6055msgstr ""6056"des références locales n'ont pas pu être mises à jour ; essayez de lancer\n"6057" 'git remote prune %s' pour supprimer des branches anciennes en conflit"60586059#: builtin/fetch.c:7786060#, c-format6061msgid " (%s will become dangling)"6062msgstr " (%s sera en suspens)"60636064#: builtin/fetch.c:7796065#, c-format6066msgid " (%s has become dangling)"6067msgstr " (%s est devenu en suspens)"60686069#: builtin/fetch.c:8116070msgid "[deleted]"6071msgstr "[supprimé]"60726073#: builtin/fetch.c:812 builtin/remote.c:10346074msgid "(none)"6075msgstr "(aucun(e))"60766077#: builtin/fetch.c:8326078#, c-format6079msgid "Refusing to fetch into current branch %s of non-bare repository"6080msgstr "Refus de récupérer dans la branche courant %s d'un dépôt non nu"60816082#: builtin/fetch.c:8516083#, c-format6084msgid "Option \"%s\" value \"%s\" is not valid for %s"6085msgstr "La valeur \"%2$s\" de l'option \"%1$s\" est invalide pour %3$s"60866087#: builtin/fetch.c:8546088#, c-format6089msgid "Option \"%s\" is ignored for %s\n"6090msgstr "L'option \"%s\" est ignorée pour %s\n"60916092#: builtin/fetch.c:9106093#, c-format6094msgid "Don't know how to fetch from %s"6095msgstr "Je ne sais pas récupérer depuis %s"60966097#: builtin/fetch.c:10716098#, c-format6099msgid "Fetching %s\n"6100msgstr "Récupération de %s\n"61016102#: builtin/fetch.c:1073 builtin/remote.c:906103#, c-format6104msgid "Could not fetch %s"6105msgstr "Impossible de récupérer %s"61066107#: builtin/fetch.c:10916108msgid ""6109"No remote repository specified. Please, specify either a URL or a\n"6110"remote name from which new revisions should be fetched."6111msgstr ""6112"Aucun dépôt distant spécifié. Veuillez spécifier une URL ou un nom\n"6113"distant depuis lesquels les nouvelles révisions devraient être récupérées."61146115#: builtin/fetch.c:11146116msgid "You need to specify a tag name."6117msgstr "Vous devez spécifier un nom d'étiquette."61186119#: builtin/fetch.c:11566120msgid "--depth and --unshallow cannot be used together"6121msgstr "--depth et --unshallow ne peuvent pas être utilisés ensemble"61226123#: builtin/fetch.c:11586124msgid "--unshallow on a complete repository does not make sense"6125msgstr "--unshallow sur un dépôt complet n'a pas de sens"61266127#: builtin/fetch.c:11816128msgid "fetch --all does not take a repository argument"6129msgstr "fetch --all n'accepte pas d'argument de dépôt"61306131#: builtin/fetch.c:11836132msgid "fetch --all does not make sense with refspecs"6133msgstr "fetch --all n'a pas de sens avec des spécifications de référence"61346135#: builtin/fetch.c:11946136#, c-format6137msgid "No such remote or remote group: %s"6138msgstr "distant ou groupe distant inexistant : %s"61396140#: builtin/fetch.c:12026141msgid "Fetching a group and specifying refspecs does not make sense"6142msgstr ""6143"La récupération d'un groupe et les spécifications de référence n'ont pas de "6144"sens"61456146#: builtin/fmt-merge-msg.c:146147msgid ""6148"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"6149msgstr ""6150"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <fichier>]"61516152#: builtin/fmt-merge-msg.c:6706153msgid "populate log with at most <n> entries from shortlog"6154msgstr "peupler le journal avec au plus <n> éléments depuis le journal court"61556156#: builtin/fmt-merge-msg.c:6736157msgid "alias for --log (deprecated)"6158msgstr "alias pour --log (obsolète)"61596160#: builtin/fmt-merge-msg.c:6766161msgid "text"6162msgstr "texte"61636164#: builtin/fmt-merge-msg.c:6776165msgid "use <text> as start of message"6166msgstr "utiliser <texte> comme début de message"61676168#: builtin/fmt-merge-msg.c:6786169msgid "file to read from"6170msgstr "fichier d'où lire"61716172#: builtin/for-each-ref.c:96173msgid "git for-each-ref [<options>] [<pattern>]"6174msgstr "git for-each-ref [<options>] [<motif>]"61756176#: builtin/for-each-ref.c:246177msgid "quote placeholders suitably for shells"6178msgstr "échapper les champs réservés pour les interpréteurs de commandes"61796180#: builtin/for-each-ref.c:266181msgid "quote placeholders suitably for perl"6182msgstr "échapper les champs réservés pour perl"61836184#: builtin/for-each-ref.c:286185msgid "quote placeholders suitably for python"6186msgstr "échapper les champs réservés pour python"61876188#: builtin/for-each-ref.c:306189msgid "quote placeholders suitably for Tcl"6190msgstr "échapper les champs réservés pour compatibilité avec Tcl"61916192#: builtin/for-each-ref.c:336193msgid "show only <n> matched refs"6194msgstr "n'afficher que <n> références correspondant"61956196#: builtin/for-each-ref.c:346197msgid "format to use for the output"6198msgstr "format à utiliser pour la sortie"61996200#: builtin/for-each-ref.c:356201msgid "key"6202msgstr "clé"62036204#: builtin/for-each-ref.c:366205msgid "field name to sort on"6206msgstr "nom du champ servant à trier"62076208#: builtin/fsck.c:163 builtin/prune.c:1376209msgid "Checking connectivity"6210msgstr "Vérification de la connectivité"62116212#: builtin/fsck.c:5686213msgid "Checking object directories"6214msgstr "Vérification des répertoires d'objet"62156216#: builtin/fsck.c:6316217msgid "git fsck [<options>] [<object>...]"6218msgstr "git fsck [<options>] [<objet>...]"62196220#: builtin/fsck.c:6376221msgid "show unreachable objects"6222msgstr "afficher les objets inaccessibles"62236224#: builtin/fsck.c:6386225msgid "show dangling objects"6226msgstr "afficher les objets en suspens"62276228#: builtin/fsck.c:6396229msgid "report tags"6230msgstr "afficher les étiquettes"62316232#: builtin/fsck.c:6406233msgid "report root nodes"6234msgstr "signaler les nœuds racines"62356236#: builtin/fsck.c:6416237msgid "make index objects head nodes"6238msgstr "considérer les objets de l'index comme nœuds tête"62396240# translated from man page6241#: builtin/fsck.c:6426242msgid "make reflogs head nodes (default)"6243msgstr "considérer les reflogs comme nœuds tête (par défaut)"62446245#: builtin/fsck.c:6436246msgid "also consider packs and alternate objects"6247msgstr "inspecter aussi les objets pack et alternatifs"62486249#: builtin/fsck.c:6446250msgid "check only connectivity"6251msgstr "ne vérifier que la connectivité"62526253#: builtin/fsck.c:6456254msgid "enable more strict checking"6255msgstr "activer une vérification plus strict"62566257#: builtin/fsck.c:6476258msgid "write dangling objects in .git/lost-found"6259msgstr "écrire les objets en suspens dans .git/lost-found"62606261#: builtin/fsck.c:648 builtin/prune.c:1076262msgid "show progress"6263msgstr "afficher la progression"62646265#: builtin/fsck.c:7076266msgid "Checking objects"6267msgstr "Vérification des objets"62686269#: builtin/gc.c:256270msgid "git gc [<options>]"6271msgstr "git gc [<options>]"62726273#: builtin/gc.c:556274#, c-format6275msgid "Invalid %s: '%s'"6276msgstr "%s invalide : '%s'"62776278#: builtin/gc.c:1006279#, c-format6280msgid "insanely long object directory %.*s"6281msgstr "objet répertoire démentiellement long %.*s"62826283#: builtin/gc.c:2696284msgid "prune unreferenced objects"6285msgstr "éliminer les objets non référencés"62866287#: builtin/gc.c:2716288msgid "be more thorough (increased runtime)"6289msgstr "être plus consciencieux (durée de traitement allongée)"62906291#: builtin/gc.c:2726292msgid "enable auto-gc mode"6293msgstr "activer le mode auto-gc"62946295#: builtin/gc.c:2736296msgid "force running gc even if there may be another gc running"6297msgstr ""6298"forcer le lancement du ramasse-miettes même si un autre ramasse-miettes "6299"tourne déjà"63006301#: builtin/gc.c:3156302#, c-format6303msgid "Auto packing the repository in background for optimum performance.\n"6304msgstr ""6305"Compression automatique du dépôt en tâche de fond pour optimiser les "6306"performances.\n"63076308#: builtin/gc.c:3176309#, c-format6310msgid "Auto packing the repository for optimum performance.\n"6311msgstr "Compression du dépôt pour optimiser les performances.\n"63126313#: builtin/gc.c:3186314#, c-format6315msgid "See \"git help gc\" for manual housekeeping.\n"6316msgstr "Voir \"git help gc\" pour toute information sur le nettoyage manuel.\n"63176318#: builtin/gc.c:3366319#, c-format6320msgid ""6321"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"6322msgstr ""6323"un ramasse-miettes est déjà en cours sur la machine '%s' pid %<PRIuMAX> "6324"(utilisez --force si ce n'est pas le cas)"63256326#: builtin/gc.c:3646327msgid ""6328"There are too many unreachable loose objects; run 'git prune' to remove them."6329msgstr ""6330"Il y a trop d'objets seuls inaccessibles ; lancez 'git prune' pour les "6331"supprimer."63326333#: builtin/grep.c:236334msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"6335msgstr "git grep [<options>] [-e] <motif> [<révision>...] [[--] <chemin>...]"63366337#: builtin/grep.c:2186338#, c-format6339msgid "grep: failed to create thread: %s"6340msgstr "grep : échec de création du fil: %s"63416342#: builtin/grep.c:441 builtin/grep.c:4766343#, c-format6344msgid "unable to read tree (%s)"6345msgstr "impossible de lire l'arbre (%s)"63466347#: builtin/grep.c:4916348#, c-format6349msgid "unable to grep from object of type %s"6350msgstr "impossible de faire un grep sur un objet de type %s"63516352#: builtin/grep.c:5476353#, c-format6354msgid "switch `%c' expects a numerical value"6355msgstr "l'option '%c' attend un valeur numérique"63566357#: builtin/grep.c:5646358#, c-format6359msgid "cannot open '%s'"6360msgstr "impossible d'ouvrir '%s'"63616362#: builtin/grep.c:6386363msgid "search in index instead of in the work tree"6364msgstr "rechercher dans l'index plutôt que dans la copie de travail"63656366#: builtin/grep.c:6406367msgid "find in contents not managed by git"6368msgstr "rechercher dans les contenus non gérés par git"63696370#: builtin/grep.c:6426371msgid "search in both tracked and untracked files"6372msgstr "rechercher dans les fichiers suivis et non-suivis"63736374#: builtin/grep.c:6446375msgid "ignore files specified via '.gitignore'"6376msgstr "ignorer les fichiers spécifiés via '.gitignore'"63776378#: builtin/grep.c:6476379msgid "show non-matching lines"6380msgstr "afficher les lignes qui ne correspondent pas"63816382#: builtin/grep.c:6496383msgid "case insensitive matching"6384msgstr "correspondance insensible à la casse"63856386#: builtin/grep.c:6516387msgid "match patterns only at word boundaries"6388msgstr "rechercher les motifs aux séparateurs de mots"63896390#: builtin/grep.c:6536391msgid "process binary files as text"6392msgstr "traiter les fichiers binaires comme texte"63936394#: builtin/grep.c:6556395msgid "don't match patterns in binary files"6396msgstr "ne pas chercher les motifs dans les fichiers binaires"63976398#: builtin/grep.c:6586399msgid "process binary files with textconv filters"6400msgstr "traiter les fichiers binaires avec les filtres textconv"64016402#: builtin/grep.c:6606403msgid "descend at most <depth> levels"6404msgstr "descendre au plus de <profondeur> dans l'arborescence"64056406#: builtin/grep.c:6646407msgid "use extended POSIX regular expressions"6408msgstr "utiliser des expressions régulières étendues POSIX"64096410#: builtin/grep.c:6676411msgid "use basic POSIX regular expressions (default)"6412msgstr "utiliser des expressions régulières basiques POSIX (par défaut)"64136414#: builtin/grep.c:6706415msgid "interpret patterns as fixed strings"6416msgstr "interpréter les motifs comme de chaînes fixes"64176418#: builtin/grep.c:6736419msgid "use Perl-compatible regular expressions"6420msgstr "utiliser des expressions régulières compatibles avec Perl"64216422#: builtin/grep.c:6766423msgid "show line numbers"6424msgstr "afficher les numéros de ligne"64256426#: builtin/grep.c:6776427msgid "don't show filenames"6428msgstr "ne pas pas afficher les noms de fichier"64296430#: builtin/grep.c:6786431msgid "show filenames"6432msgstr "afficher les noms de fichier"64336434#: builtin/grep.c:6806435msgid "show filenames relative to top directory"6436msgstr "afficher les noms de fichiers relativement au répertoire de base"64376438#: builtin/grep.c:6826439msgid "show only filenames instead of matching lines"6440msgstr "n'afficher que les noms de fichiers au lieu des lignes correspondant"64416442#: builtin/grep.c:6846443msgid "synonym for --files-with-matches"6444msgstr "synonyme pour --files-with-matches"64456446#: builtin/grep.c:6876447msgid "show only the names of files without match"6448msgstr "n'afficher que les noms des fichiers sans correspondance"64496450#: builtin/grep.c:6896451msgid "print NUL after filenames"6452msgstr "imprimer une caractère NUL après le noms de fichier"64536454#: builtin/grep.c:6916455msgid "show the number of matches instead of matching lines"6456msgstr "afficher le nombre de correspondances au lieu des lignes correspondant"64576458#: builtin/grep.c:6926459msgid "highlight matches"6460msgstr "mettre en évidence les correspondances"64616462#: builtin/grep.c:6946463msgid "print empty line between matches from different files"6464msgstr ""6465"imprimer une ligne vide entre les correspondances de fichiers différents"64666467#: builtin/grep.c:6966468msgid "show filename only once above matches from same file"6469msgstr ""6470"afficher le nom de fichier une fois au dessus des correspondances du même "6471"fichier"64726473#: builtin/grep.c:6996474msgid "show <n> context lines before and after matches"6475msgstr "afficher <n> lignes de contexte avant et après les correspondances"64766477#: builtin/grep.c:7026478msgid "show <n> context lines before matches"6479msgstr "afficher <n> lignes de contexte avant les correspondances"64806481#: builtin/grep.c:7046482msgid "show <n> context lines after matches"6483msgstr "afficher <n> lignes de contexte après les correspondances"64846485#: builtin/grep.c:7056486msgid "shortcut for -C NUM"6487msgstr "raccourci pour -C NUM"64886489#: builtin/grep.c:7086490msgid "show a line with the function name before matches"6491msgstr ""6492"afficher une ligne avec le nom de la fonction avant les correspondances"64936494#: builtin/grep.c:7106495msgid "show the surrounding function"6496msgstr "afficher la fonction contenante"64976498#: builtin/grep.c:7136499msgid "read patterns from file"6500msgstr "lire les motifs depuis fichier"65016502#: builtin/grep.c:7156503msgid "match <pattern>"6504msgstr "rechercher <motif>"65056506#: builtin/grep.c:7176507msgid "combine patterns specified with -e"6508msgstr "combiner les motifs spécifiés par -e"65096510#: builtin/grep.c:7296511msgid "indicate hit with exit status without output"6512msgstr ""6513"indiquer des correspondances avec le code de sortie mais sans rien afficher"65146515#: builtin/grep.c:7316516msgid "show only matches from files that match all patterns"6517msgstr ""6518"n'afficher que les correspondances de fichiers qui correspondent à tous les "6519"motifs"65206521#: builtin/grep.c:7336522msgid "show parse tree for grep expression"6523msgstr "afficher l'arbre d'analyse pour le motif grep"65246525#: builtin/grep.c:7376526msgid "pager"6527msgstr "pagineur"65286529#: builtin/grep.c:7376530msgid "show matching files in the pager"6531msgstr "afficher les fichiers correspondant dans le pagineur"65326533#: builtin/grep.c:7406534msgid "allow calling of grep(1) (ignored by this build)"6535msgstr "permettre l'appel de grep(1) (ignoré par ce build)"65366537#: builtin/grep.c:741 builtin/show-ref.c:1896538msgid "show usage"6539msgstr "afficher l'usage"65406541#: builtin/grep.c:8086542msgid "no pattern given."6543msgstr "aucun motif fourni."65446545#: builtin/grep.c:8666546msgid "--open-files-in-pager only works on the worktree"6547msgstr "--open-files-in-pager ne fonctionne que sur la copie de travail"65486549#: builtin/grep.c:8926550msgid "--cached or --untracked cannot be used with --no-index."6551msgstr "--cached ou --untracked ne peuvent pas être utilisés avec --no-index."65526553#: builtin/grep.c:8976554msgid "--no-index or --untracked cannot be used with revs."6555msgstr ""6556"--no-index ou --untracked ne peuvent pas être utilisés avec des révisions."65576558#: builtin/grep.c:9006559msgid "--[no-]exclude-standard cannot be used for tracked contents."6560msgstr ""6561"--[no-]exclude-standard ne peut pas être utilisé avec du contenu suivi."65626563#: builtin/grep.c:9086564msgid "both --cached and trees are given."6565msgstr "--cached et des arbres sont fournis en même temps."65666567#: builtin/hash-object.c:806568msgid ""6569"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "6570"[--] <file>..."6571msgstr ""6572"git hash-object [-t <type>] [-w] [--path=<fichier> | --no-filters] [--stdin] "6573"[--] <fichier>..."65746575#: builtin/hash-object.c:816576msgid "git hash-object --stdin-paths < <list-of-paths>"6577msgstr "git hash-object --stdin-paths < <liste-de-chemins>"65786579#: builtin/hash-object.c:92 builtin/tag.c:6146580msgid "type"6581msgstr "type"65826583#: builtin/hash-object.c:926584msgid "object type"6585msgstr "type d'objet"65866587#: builtin/hash-object.c:936588msgid "write the object into the object database"6589msgstr "écrire l'objet dans la base de donnée d'objets"65906591#: builtin/hash-object.c:956592msgid "read the object from stdin"6593msgstr "lire l'objet depuis l'entrée standard"65946595#: builtin/hash-object.c:976596msgid "store file as is without filters"6597msgstr "stocker le fichier tel quel sans filtrage"65986599#: builtin/hash-object.c:986600msgid ""6601"just hash any random garbage to create corrupt objects for debugging Git"6602msgstr ""6603"juste hasher n'importe quel contenu pour créer des objets corrompus pour "6604"debugger Git"66056606#: builtin/hash-object.c:996607msgid "process file as it were from this path"6608msgstr "traiter le fichier comme s'il venait de ce chemin"66096610#: builtin/help.c:416611msgid "print all available commands"6612msgstr "afficher toutes les commandes disponibles"66136614#: builtin/help.c:426615msgid "print list of useful guides"6616msgstr "afficher une liste de guides utiles"66176618#: builtin/help.c:436619msgid "show man page"6620msgstr "afficher la page de manuel"66216622#: builtin/help.c:446623msgid "show manual in web browser"6624msgstr "afficher le manuel dans un navigateur web"66256626#: builtin/help.c:466627msgid "show info page"6628msgstr "afficher la page info"66296630#: builtin/help.c:526631msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"6632msgstr "git help [--all] [--guides] [--man | --web | --info] [<commande>]"66336634#: builtin/help.c:646635#, c-format6636msgid "unrecognized help format '%s'"6637msgstr "format d'aide non reconnu '%s'"66386639#: builtin/help.c:916640msgid "Failed to start emacsclient."6641msgstr "échec de démarrage d'emacsclient."66426643#: builtin/help.c:1046644msgid "Failed to parse emacsclient version."6645msgstr "échec d'analyse de la version d'emacsclient."66466647#: builtin/help.c:1126648#, c-format6649msgid "emacsclient version '%d' too old (< 22)."6650msgstr "la version d'emacsclient '%d' est trop ancienne (<22)."66516652#: builtin/help.c:130 builtin/help.c:158 builtin/help.c:167 builtin/help.c:1756653#, c-format6654msgid "failed to exec '%s': %s"6655msgstr "échec de l'exécution de '%s' : %s"66566657#: builtin/help.c:2156658#, c-format6659msgid ""6660"'%s': path for unsupported man viewer.\n"6661"Please consider using 'man.<tool>.cmd' instead."6662msgstr ""6663"'%s' : chemin pour l'utilitaire de visualisation de manuel non supporté.\n"6664"Veuillez utiliser plutôt 'man.<outil>.cmd'."66656666#: builtin/help.c:2276667#, c-format6668msgid ""6669"'%s': cmd for supported man viewer.\n"6670"Please consider using 'man.<tool>.path' instead."6671msgstr ""6672"'%s' : chemin pour l'utilitaire de visualisation de manuel supporté.\n"6673"Veuillez utiliser plutôt 'man.<outil>.cmd'."66746675#: builtin/help.c:3546676#, c-format6677msgid "'%s': unknown man viewer."6678msgstr "'%s' : visualiseur de manuel inconnu."66796680#: builtin/help.c:3716681msgid "no man viewer handled the request"6682msgstr "aucun visualiseur de manuel n'a pris en charge la demande"66836684#: builtin/help.c:3796685msgid "no info viewer handled the request"6686msgstr "aucun visualiseur de 'info' n'a pris en charge la demande"66876688#: builtin/help.c:4286689msgid "Defining attributes per path"6690msgstr "Définition des attributs par chemin"66916692#: builtin/help.c:4296693msgid "Everyday Git With 20 Commands Or So"6694msgstr "Git de tous les jours avec à peu près 20 commandes"66956696#: builtin/help.c:4306697msgid "A Git glossary"6698msgstr "Un glossaire Git"66996700#: builtin/help.c:4316701msgid "Specifies intentionally untracked files to ignore"6702msgstr "Spécifie les fichiers non-suivis à ignorer intentionnellement"67036704#: builtin/help.c:4326705msgid "Defining submodule properties"6706msgstr "Définition des propriétés de sous-module"67076708#: builtin/help.c:4336709msgid "Specifying revisions and ranges for Git"6710msgstr "Spécification des révisions et portées pour Git"67116712#: builtin/help.c:4346713msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"6714msgstr ""6715"Une introduction pratique à Git (pour les versions 1.5.1 et supérieures)"67166717#: builtin/help.c:4356718msgid "An overview of recommended workflows with Git"6719msgstr "Un aperçu des flux de travail recommandés avec Git"67206721#: builtin/help.c:4476722msgid "The common Git guides are:\n"6723msgstr "Les guides Git populaires sont : \n"67246725#: builtin/help.c:468 builtin/help.c:4856726#, c-format6727msgid "usage: %s%s"6728msgstr "usage : %s%s"67296730#: builtin/help.c:5016731#, c-format6732msgid "`git %s' is aliased to `%s'"6733msgstr "`git %s\" est un alias de `%s'"67346735#: builtin/index-pack.c:1526736#, c-format6737msgid "unable to open %s"6738msgstr "impossible d'ouvrir %s"67396740#: builtin/index-pack.c:2026741#, c-format6742msgid "object type mismatch at %s"6743msgstr "type d'objet non correspondant à %s"67446745#: builtin/index-pack.c:2226746#, c-format6747msgid "did not receive expected object %s"6748msgstr "objet attendu non reçu %s"67496750#: builtin/index-pack.c:2256751#, c-format6752msgid "object %s: expected type %s, found %s"6753msgstr "objet %s : type attendu %s, reçu %s"67546755#: builtin/index-pack.c:2676756#, c-format6757msgid "cannot fill %d byte"6758msgid_plural "cannot fill %d bytes"6759msgstr[0] "impossible de remplir %d octet"6760msgstr[1] "impossible de remplir %d octets"67616762#: builtin/index-pack.c:2776763msgid "early EOF"6764msgstr "fin de fichier prématurée"67656766#: builtin/index-pack.c:2786767msgid "read error on input"6768msgstr "erreur de lecture sur l'entrée"67696770#: builtin/index-pack.c:2906771msgid "used more bytes than were available"6772msgstr "plus d'octets utilisés que disponibles"67736774#: builtin/index-pack.c:2976775msgid "pack too large for current definition of off_t"6776msgstr "le paquet est trop grand pour la définition actuelle de off_t"67776778#: builtin/index-pack.c:3136779#, c-format6780msgid "unable to create '%s'"6781msgstr "impossible de créer '%s'"67826783#: builtin/index-pack.c:3186784#, c-format6785msgid "cannot open packfile '%s'"6786msgstr "impossible d'ouvrir le fichier paquet '%s'"67876788#: builtin/index-pack.c:3326789msgid "pack signature mismatch"6790msgstr "la signature du paquet ne correspond pas"67916792#: builtin/index-pack.c:3346793#, c-format6794msgid "pack version %<PRIu32> unsupported"6795msgstr "la version de paquet %<PRIu32> non supportée"67966797#: builtin/index-pack.c:3526798#, c-format6799msgid "pack has bad object at offset %lu: %s"6800msgstr "le paquet a un mauvais objet à l'offset %lu: %s"68016802#: builtin/index-pack.c:4736803#, c-format6804msgid "inflate returned %d"6805msgstr "la décompression (inflate) a retourné %d"68066807#: builtin/index-pack.c:5226808msgid "offset value overflow for delta base object"6809msgstr "dépassement de la valeur d'offset pour l'objet delta de base"68106811#: builtin/index-pack.c:5306812msgid "delta base offset is out of bound"6813msgstr "l'objet delta de base est hors limite"68146815#: builtin/index-pack.c:5386816#, c-format6817msgid "unknown object type %d"6818msgstr "type d'objet inconnu %d"68196820#: builtin/index-pack.c:5696821msgid "cannot pread pack file"6822msgstr "impossible de lire (pread) le fichier paquet"68236824#: builtin/index-pack.c:5716825#, c-format6826msgid "premature end of pack file, %lu byte missing"6827msgid_plural "premature end of pack file, %lu bytes missing"6828msgstr[0] "fin prématurée du fichier paquet, %lu octet lu"6829msgstr[1] "fin prématurée du fichier paquet, %lu octets lus"68306831#: builtin/index-pack.c:5976832msgid "serious inflate inconsistency"6833msgstr "grave incohérence dans la décompression (inflate)"68346835#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:7726836#: builtin/index-pack.c:806 builtin/index-pack.c:8156837#, c-format6838msgid "SHA1 COLLISION FOUND WITH %s !"6839msgstr "COLLISION SHA1 TROUVÉE AVEC %s !"68406841#: builtin/index-pack.c:746 builtin/pack-objects.c:1626842#: builtin/pack-objects.c:2546843#, c-format6844msgid "unable to read %s"6845msgstr "impossible de lire %s"68466847#: builtin/index-pack.c:8126848#, c-format6849msgid "cannot read existing object %s"6850msgstr "impossible de lire l'objet existant %s"68516852#: builtin/index-pack.c:8266853#, c-format6854msgid "invalid blob object %s"6855msgstr "objet blob invalide %s"68566857#: builtin/index-pack.c:8406858#, c-format6859msgid "invalid %s"6860msgstr "%s invalide"68616862#: builtin/index-pack.c:8436863msgid "Error in object"6864msgstr "Erreur dans l'objet"68656866#: builtin/index-pack.c:8456867#, c-format6868msgid "Not all child objects of %s are reachable"6869msgstr "Tous les objets enfants de %s ne sont pas accessibles"68706871#: builtin/index-pack.c:917 builtin/index-pack.c:9486872msgid "failed to apply delta"6873msgstr "échec d'application du delta"68746875#: builtin/index-pack.c:11186876msgid "Receiving objects"6877msgstr "Réception d'objets"68786879#: builtin/index-pack.c:11186880msgid "Indexing objects"6881msgstr "Indexation d'objets"68826883#: builtin/index-pack.c:11506884msgid "pack is corrupted (SHA1 mismatch)"6885msgstr "le paquet est corrompu (SHA1 ne correspond pas)"68866887#: builtin/index-pack.c:11556888msgid "cannot fstat packfile"6889msgstr "impossible d'obtenir le statut (fstat) du fichier paquet"68906891#: builtin/index-pack.c:11586892msgid "pack has junk at the end"6893msgstr "le paquet est invalide à la fin"68946895#: builtin/index-pack.c:11696896msgid "confusion beyond insanity in parse_pack_objects()"6897msgstr "confusion extrême dans parse_pack_objects()"68986899#: builtin/index-pack.c:11946900msgid "Resolving deltas"6901msgstr "Résolution des deltas"69026903#: builtin/index-pack.c:12056904#, c-format6905msgid "unable to create thread: %s"6906msgstr "impossible de créer le fil : %s"69076908#: builtin/index-pack.c:12476909msgid "confusion beyond insanity"6910msgstr "confusion extrême"69116912#: builtin/index-pack.c:12536913#, c-format6914msgid "completed with %d local objects"6915msgstr "complété avec %d objets locaux"69166917#: builtin/index-pack.c:12636918#, c-format6919msgid "Unexpected tail checksum for %s (disk corruption?)"6920msgstr ""6921"Somme de contrôle de fin inattendue pour %s (corruption sur le disque ?)"69226923#: builtin/index-pack.c:12676924#, c-format6925msgid "pack has %d unresolved delta"6926msgid_plural "pack has %d unresolved deltas"6927msgstr[0] "le paquet a %d delta non résolu"6928msgstr[1] "le paquet a %d deltas non résolus"69296930#: builtin/index-pack.c:12916931#, c-format6932msgid "unable to deflate appended object (%d)"6933msgstr "impossible de compresser l'objet ajouté (%d)"69346935#: builtin/index-pack.c:13676936#, c-format6937msgid "local object %s is corrupt"6938msgstr "l'objet local %s est corrompu"69396940#: builtin/index-pack.c:13916941msgid "error while closing pack file"6942msgstr "erreur en fermeture du fichier paquet"69436944#: builtin/index-pack.c:14046945#, c-format6946msgid "cannot write keep file '%s'"6947msgstr "impossible d'écrire le fichier \"keep\" '%s'"69486949#: builtin/index-pack.c:14126950#, c-format6951msgid "cannot close written keep file '%s'"6952msgstr "impossible de fermer le fichier \"keep\" '%s'"69536954#: builtin/index-pack.c:14256955msgid "cannot store pack file"6956msgstr "impossible de stocker le fichier paquet"69576958#: builtin/index-pack.c:14366959msgid "cannot store index file"6960msgstr "impossible de stocker le fichier d'index"69616962#: builtin/index-pack.c:14696963#, c-format6964msgid "bad pack.indexversion=%<PRIu32>"6965msgstr "mauvais pack.indexversion=%<PRIu32>"69666967#: builtin/index-pack.c:14756968#, c-format6969msgid "invalid number of threads specified (%d)"6970msgstr "nombre de fils spécifié invalide (%d)"69716972#: builtin/index-pack.c:1479 builtin/index-pack.c:16636973#, c-format6974msgid "no threads support, ignoring %s"6975msgstr "pas de support des fils, ignore %s"69766977#: builtin/index-pack.c:15376978#, c-format6979msgid "Cannot open existing pack file '%s'"6980msgstr "Impossible d'ouvrir le fichier paquet existant '%s'"69816982#: builtin/index-pack.c:15396983#, c-format6984msgid "Cannot open existing pack idx file for '%s'"6985msgstr "Impossible d'ouvrir le fichier paquet d'index existant pour '%s'"69866987#: builtin/index-pack.c:15866988#, c-format6989msgid "non delta: %d object"6990msgid_plural "non delta: %d objects"6991msgstr[0] "pas un delta : %d objet"6992msgstr[1] "pas un delta : %d objets"69936994#: builtin/index-pack.c:15936995#, c-format6996msgid "chain length = %d: %lu object"6997msgid_plural "chain length = %d: %lu objects"6998msgstr[0] "longueur chaînée = %d : %lu objet"6999msgstr[1] "longueur chaînée = %d : %lu objets"70007001#: builtin/index-pack.c:16237002msgid "Cannot come back to cwd"7003msgstr "Impossible de revenir au répertoire de travail courant"70047005#: builtin/index-pack.c:1675 builtin/index-pack.c:16787006#: builtin/index-pack.c:1690 builtin/index-pack.c:16947007#, c-format7008msgid "bad %s"7009msgstr "mauvais %s"70107011#: builtin/index-pack.c:17087012msgid "--fix-thin cannot be used without --stdin"7013msgstr "--fix-thin ne peut pas être utilisé sans --stdin"70147015#: builtin/index-pack.c:1712 builtin/index-pack.c:17217016#, c-format7017msgid "packfile name '%s' does not end with '.pack'"7018msgstr "le nom de fichier paquet '%s' ne se termine pas par '.pack'"70197020#: builtin/index-pack.c:17297021msgid "--verify with no packfile name given"7022msgstr "--verify sans nom de fichier paquet donné"70237024#: builtin/init-db.c:367025#, c-format7026msgid "Could not make %s writable by group"7027msgstr "Impossible de rendre %s inscriptible pour le groupe"70287029#: builtin/init-db.c:637030#, c-format7031msgid "insanely long template name %s"7032msgstr "nom de modèle démentiellement long %s"70337034#: builtin/init-db.c:687035#, c-format7036msgid "cannot stat '%s'"7037msgstr "impossible de faire un stat de '%s'"70387039#: builtin/init-db.c:747040#, c-format7041msgid "cannot stat template '%s'"7042msgstr "impossible de faire un stat du modèle '%s'"70437044#: builtin/init-db.c:817045#, c-format7046msgid "cannot opendir '%s'"7047msgstr "impossible d'ouvrir (opendir) '%s'"70487049#: builtin/init-db.c:987050#, c-format7051msgid "cannot readlink '%s'"7052msgstr "impossible de readlink '%s'"70537054#: builtin/init-db.c:1007055#, c-format7056msgid "insanely long symlink %s"7057msgstr "lien symbolique démentiellement long %s"70587059#: builtin/init-db.c:1037060#, c-format7061msgid "cannot symlink '%s' '%s'"7062msgstr "impossible de créer un lien symbolique de '%s' '%s'"70637064#: builtin/init-db.c:1077065#, c-format7066msgid "cannot copy '%s' to '%s'"7067msgstr "impossible de copier '%s' vers '%s'"70687069#: builtin/init-db.c:1117070#, c-format7071msgid "ignoring template %s"7072msgstr "modèle %s ignoré"70737074#: builtin/init-db.c:1377075#, c-format7076msgid "insanely long template path %s"7077msgstr "chemin de modèle %s démentiellement long"70787079#: builtin/init-db.c:1457080#, c-format7081msgid "templates not found %s"7082msgstr "modèles non trouvés %s"70837084#: builtin/init-db.c:1587085#, c-format7086msgid "not copying templates of a wrong format version %d from '%s'"7087msgstr ""7088"pas de copie des modèles étant dans une mauvaise version du format %d de '%s'"70897090#: builtin/init-db.c:2127091#, c-format7092msgid "insane git directory %s"7093msgstr "répertoire git démentiel %s"70947095#: builtin/init-db.c:344 builtin/init-db.c:3477096#, c-format7097msgid "%s already exists"7098msgstr "%s existe déjà"70997100#: builtin/init-db.c:3757101#, c-format7102msgid "unable to handle file type %d"7103msgstr "impossible de traiter le fichier de type %d"71047105#: builtin/init-db.c:3787106#, c-format7107msgid "unable to move %s to %s"7108msgstr "impossible de déplacer %s vers %s"71097110#. TRANSLATORS: The first '%s' is either "Reinitialized7111#. existing" or "Initialized empty", the second " shared" or7112#. "", and the last '%s%s' is the verbatim directory name.7113#: builtin/init-db.c:4347114#, c-format7115msgid "%s%s Git repository in %s%s\n"7116msgstr "Dépôt Git%2$s %1$s dans %3$s%4$s\n"71177118#: builtin/init-db.c:4357119msgid "Reinitialized existing"7120msgstr "existant réinitialisé"71217122#: builtin/init-db.c:4357123msgid "Initialized empty"7124msgstr "vide initialisé"71257126#: builtin/init-db.c:4367127msgid " shared"7128msgstr " partagé"71297130#: builtin/init-db.c:4837131msgid ""7132"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"7133"shared[=<permissions>]] [<directory>]"7134msgstr ""7135"git init [-q | --quiet] [--bare] [--template=<répertoire-modèle>] [--"7136"shared[=<permissions>]] [<répertoire>]"71377138#: builtin/init-db.c:5067139msgid "permissions"7140msgstr "permissions"71417142#: builtin/init-db.c:5077143msgid "specify that the git repository is to be shared amongst several users"7144msgstr "spécifier que le dépôt git sera partagé entre plusieurs utilisateurs"71457146#: builtin/init-db.c:541 builtin/init-db.c:5467147#, c-format7148msgid "cannot mkdir %s"7149msgstr "impossible de créer le répertoire (mkdir) %s"71507151#: builtin/init-db.c:5507152#, c-format7153msgid "cannot chdir to %s"7154msgstr "impossible de se déplacer vers le répertoire (chdir) %s"71557156#: builtin/init-db.c:5717157#, c-format7158msgid ""7159"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"7160"dir=<directory>)"7161msgstr ""7162"%s (ou --work-tree=<répertoire>) n'est pas autorisé sans spécifier %s (ou --"7163"git-dir=<répertoire>)"71647165#: builtin/init-db.c:5997166#, c-format7167msgid "Cannot access work tree '%s'"7168msgstr "Impossible d'accéder à l'arbre de travail '%s'"71697170#: builtin/interpret-trailers.c:157171msgid ""7172"git interpret-trailers [--trim-empty] [(--trailer <token>[(=|:)<value>])...] "7173"[<file>...]"7174msgstr ""7175"git interpret-trailers [--trim-empty] [(--trailer "7176"<symbole>[(=|:)<valeur>])...] [<fichier>...]"71777178#: builtin/interpret-trailers.c:257179msgid "trim empty trailers"7180msgstr "éliminer les lignes de fin vides"71817182#: builtin/interpret-trailers.c:267183msgid "trailer"7184msgstr "ligne de fin"71857186#: builtin/interpret-trailers.c:277187msgid "trailer(s) to add"7188msgstr "ligne(s) de fin à ajouter"71897190#: builtin/log.c:437191msgid "git log [<options>] [<revision-range>] [[--] <path>...]"7192msgstr "git log [<options>] [<plage de révisions>] [[--] <chemin>...]"71937194#: builtin/log.c:447195msgid "git show [<options>] <object>..."7196msgstr "git show [<options>] <objet>..."71977198#: builtin/log.c:837199#, c-format7200msgid "invalid --decorate option: %s"7201msgstr "option --decorate invalide : %s"72027203#: builtin/log.c:1317204msgid "suppress diff output"7205msgstr "supprimer la sortie des différences"72067207#: builtin/log.c:1327208msgid "show source"7209msgstr "afficher la source"72107211#: builtin/log.c:1337212msgid "Use mail map file"7213msgstr "Utiliser le fichier de correspondance de mail"72147215#: builtin/log.c:1347216msgid "decorate options"7217msgstr "décorer les options"72187219#: builtin/log.c:1377220msgid "Process line range n,m in file, counting from 1"7221msgstr ""7222"Traiter seulement l'intervalle de lignes n,m du fichier en commençant le "7223"compte à 1"72247225#: builtin/log.c:2337226#, c-format7227msgid "Final output: %d %s\n"7228msgstr "Sortie finale : %d %s\n"72297230#: builtin/log.c:4657231#, c-format7232msgid "git show %s: bad file"7233msgstr "git show %s : fichier incorrect"72347235#: builtin/log.c:479 builtin/log.c:5727236#, c-format7237msgid "Could not read object %s"7238msgstr "Impossible de lire l'objet %s"72397240#: builtin/log.c:5967241#, c-format7242msgid "Unknown type: %d"7243msgstr "Type inconnu : %d"72447245#: builtin/log.c:7147246msgid "format.headers without value"7247msgstr "format.headers sans valeur"72487249#: builtin/log.c:7987250msgid "name of output directory is too long"7251msgstr "le nom du répertoire de sortie est trop long"72527253#: builtin/log.c:8147254#, c-format7255msgid "Cannot open patch file %s"7256msgstr "Impossible d'ouvrir le fichier correctif %s"72577258#: builtin/log.c:8287259msgid "Need exactly one range."7260msgstr "Exactement une plage nécessaire."72617262#: builtin/log.c:8387263msgid "Not a range."7264msgstr "Ceci n'est pas une plage."72657266#: builtin/log.c:9447267msgid "Cover letter needs email format"7268msgstr "La lettre de motivation doit être au format e-mail"72697270#: builtin/log.c:10237271#, c-format7272msgid "insane in-reply-to: %s"7273msgstr "in-reply-to aberrant : %s"72747275#: builtin/log.c:10517276msgid "git format-patch [<options>] [<since> | <revision-range>]"7277msgstr "git format-patch [<options>] [<depuis> | <plage de révisions>]"72787279#: builtin/log.c:10967280msgid "Two output directories?"7281msgstr "Deux répertoires de sortie ?"72827283#: builtin/log.c:12117284msgid "use [PATCH n/m] even with a single patch"7285msgstr "utiliser [PATCH n/m] même avec un patch unique"72867287#: builtin/log.c:12147288msgid "use [PATCH] even with multiple patches"7289msgstr "utiliser [PATCH] même avec des patchs multiples"72907291#: builtin/log.c:12187292msgid "print patches to standard out"7293msgstr "afficher les patchs sur la sortie standard"72947295#: builtin/log.c:12207296msgid "generate a cover letter"7297msgstr "générer une lettre de motivation"72987299#: builtin/log.c:12227300msgid "use simple number sequence for output file names"7301msgstr ""7302"utiliser une séquence simple de nombres pour les nom des fichiers de sortie"73037304#: builtin/log.c:12237305msgid "sfx"7306msgstr "sfx"73077308#: builtin/log.c:12247309msgid "use <sfx> instead of '.patch'"7310msgstr "utiliser <sfx> au lieu de '.patch'"73117312#: builtin/log.c:12267313msgid "start numbering patches at <n> instead of 1"7314msgstr "démarrer la numérotation des patchs à <n> au lieu de 1"73157316#: builtin/log.c:12287317msgid "mark the series as Nth re-roll"7318msgstr "marquer la série comme une Nième réédition"73197320#: builtin/log.c:12307321msgid "Use [<prefix>] instead of [PATCH]"7322msgstr "utiliser [<préfixe>] au lieu de [PATCH]"73237324#: builtin/log.c:12337325msgid "store resulting files in <dir>"7326msgstr "stocker les fichiers résultats dans <répertoire>"73277328#: builtin/log.c:12367329msgid "don't strip/add [PATCH]"7330msgstr "ne pas retirer/ajouter [PATCH]"73317332#: builtin/log.c:12397333msgid "don't output binary diffs"7334msgstr "ne pas imprimer les diffs binaires"73357336#: builtin/log.c:12417337msgid "don't include a patch matching a commit upstream"7338msgstr "ne pas inclure un patch correspondant à un commit amont"73397340#: builtin/log.c:12437341msgid "show patch format instead of default (patch + stat)"7342msgstr "afficher le format du patch au lieu du défaut (patch + stat)"73437344#: builtin/log.c:12457345msgid "Messaging"7346msgstr "Communication"73477348#: builtin/log.c:12467349msgid "header"7350msgstr "en-tête"73517352#: builtin/log.c:12477353msgid "add email header"7354msgstr "ajouter l'en-tête d'e-mail"73557356#: builtin/log.c:1248 builtin/log.c:12507357msgid "email"7358msgstr "e-mail"73597360#: builtin/log.c:12487361msgid "add To: header"7362msgstr "ajouter l'en-tête \"To:\""73637364#: builtin/log.c:12507365msgid "add Cc: header"7366msgstr "ajouter l'en-tête \"Cc:\""73677368#: builtin/log.c:12527369msgid "ident"7370msgstr "ident"73717372#: builtin/log.c:12537373msgid "set From address to <ident> (or committer ident if absent)"7374msgstr ""7375"renseigner l'adresse From à <ident> (ou à l'ident du validateur si absent)"73767377#: builtin/log.c:12557378msgid "message-id"7379msgstr "id-message"73807381#: builtin/log.c:12567382msgid "make first mail a reply to <message-id>"7383msgstr "répondre dans le premier message à <id-message>"73847385#: builtin/log.c:1257 builtin/log.c:12607386msgid "boundary"7387msgstr "limite"73887389#: builtin/log.c:12587390msgid "attach the patch"7391msgstr "attacher le patch"73927393#: builtin/log.c:12617394msgid "inline the patch"7395msgstr "patch à l'intérieur"73967397#: builtin/log.c:12657398msgid "enable message threading, styles: shallow, deep"7399msgstr ""7400"activer l'enfilage de message, styles : shallow (superficiel), deep (profond)"74017402#: builtin/log.c:12677403msgid "signature"7404msgstr "signature"74057406#: builtin/log.c:12687407msgid "add a signature"7408msgstr "ajouter une signature"74097410#: builtin/log.c:12707411msgid "add a signature from a file"7412msgstr "ajouter une signature depuis un fichier"74137414#: builtin/log.c:12717415msgid "don't print the patch filenames"7416msgstr "ne pas afficher les noms de fichiers des patchs"74177418#: builtin/log.c:13607419msgid "-n and -k are mutually exclusive."7420msgstr "-n et -k sont mutuellement exclusifs."74217422#: builtin/log.c:13627423msgid "--subject-prefix and -k are mutually exclusive."7424msgstr "--subject-prefix et -k sont mutuellement exclusifs."74257426#: builtin/log.c:13707427msgid "--name-only does not make sense"7428msgstr "--name-only n'a pas de sens"74297430#: builtin/log.c:13727431msgid "--name-status does not make sense"7432msgstr "--name-status n'a pas de sens"74337434#: builtin/log.c:13747435msgid "--check does not make sense"7436msgstr "--check n'a pas de sens"74377438#: builtin/log.c:13977439msgid "standard output, or directory, which one?"7440msgstr "sortie standard, ou répertoire, lequel ?"74417442#: builtin/log.c:13997443#, c-format7444msgid "Could not create directory '%s'"7445msgstr "Impossible de créer le répertoire '%s'"74467447#: builtin/log.c:14967448#, c-format7449msgid "unable to read signature file '%s'"7450msgstr "lecture du fichier de signature '%s' impossible"74517452#: builtin/log.c:15597453msgid "Failed to create output files"7454msgstr "Échec de création des fichiers en sortie"74557456#: builtin/log.c:16077457msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"7458msgstr "git cherry [-v] [<branche_amont> [<head> [<limite>]]]"74597460#: builtin/log.c:16617461#, c-format7462msgid ""7463"Could not find a tracked remote branch, please specify <upstream> manually.\n"7464msgstr ""7465"Impossible de trouver une branche distante suivie, merci de spécifier "7466"<branche_amont> manuellement.\n"74677468#: builtin/log.c:1672 builtin/log.c:1674 builtin/log.c:16867469#, c-format7470msgid "Unknown commit %s"7471msgstr "Commit inconnu %s"74727473#: builtin/ls-files.c:3587474msgid "git ls-files [<options>] [<file>...]"7475msgstr "git ls-files [<options>] [<fichier>...]"74767477#: builtin/ls-files.c:4157478msgid "identify the file status with tags"7479msgstr "identifier le statut de fichier avec les étiquettes"74807481#: builtin/ls-files.c:4177482msgid "use lowercase letters for 'assume unchanged' files"7483msgstr "utiliser des minuscules pour les fichier 'assumés inchangés'"74847485#: builtin/ls-files.c:4197486msgid "show cached files in the output (default)"7487msgstr "afficher les fichiers mis en cache dans la sortie (défaut)"74887489#: builtin/ls-files.c:4217490msgid "show deleted files in the output"7491msgstr "afficher les fichiers supprimés dans la sortie"74927493#: builtin/ls-files.c:4237494msgid "show modified files in the output"7495msgstr "afficher les fichiers modifiés dans la sortie"74967497#: builtin/ls-files.c:4257498msgid "show other files in the output"7499msgstr "afficher les autres fichiers dans la sortie"75007501#: builtin/ls-files.c:4277502msgid "show ignored files in the output"7503msgstr "afficher les fichiers ignorés dans la sortie"75047505#: builtin/ls-files.c:4307506msgid "show staged contents' object name in the output"7507msgstr "afficher les nom des objets indexés dans la sortie"75087509#: builtin/ls-files.c:4327510msgid "show files on the filesystem that need to be removed"7511msgstr ""7512"afficher les fichiers du système de fichiers qui ont besoin d'être supprimés"75137514#: builtin/ls-files.c:4347515msgid "show 'other' directories' names only"7516msgstr "afficher seulement les noms des répertoires 'other'"75177518#: builtin/ls-files.c:4377519msgid "don't show empty directories"7520msgstr "ne pas afficher les répertoires vides"75217522#: builtin/ls-files.c:4407523msgid "show unmerged files in the output"7524msgstr "afficher les fichiers non fusionnés dans la sortie"75257526#: builtin/ls-files.c:4427527msgid "show resolve-undo information"7528msgstr "afficher l'information resolv-undo"75297530#: builtin/ls-files.c:4447531msgid "skip files matching pattern"7532msgstr "sauter les fichiers correspondant au motif"75337534#: builtin/ls-files.c:4477535msgid "exclude patterns are read from <file>"7536msgstr "les motifs d'exclusion sont lus depuis <fichier>"75377538#: builtin/ls-files.c:4507539msgid "read additional per-directory exclude patterns in <file>"7540msgstr "lire des motifs d'exclusion additionnels par répertoire dans <fichier>"75417542#: builtin/ls-files.c:4527543msgid "add the standard git exclusions"7544msgstr "ajouter les exclusions git standard"75457546#: builtin/ls-files.c:4557547msgid "make the output relative to the project top directory"7548msgstr "afficher en relatif par rapport au répertoire racine du projet"75497550#: builtin/ls-files.c:4587551msgid "if any <file> is not in the index, treat this as an error"7552msgstr "si un <fichier> n'est pas dans l'index, traiter cela comme une erreur"75537554#: builtin/ls-files.c:4597555msgid "tree-ish"7556msgstr "arbre ou apparenté"75577558#: builtin/ls-files.c:4607559msgid "pretend that paths removed since <tree-ish> are still present"7560msgstr ""7561"considérer que les chemins supprimés depuis <arbre ou apparenté> sont "7562"toujours présents"75637564#: builtin/ls-files.c:4627565msgid "show debugging data"7566msgstr "afficher les données de débogage"75677568#: builtin/ls-tree.c:287569msgid "git ls-tree [<options>] <tree-ish> [<path>...]"7570msgstr "git ls-tree [<options>] <arbre ou apparenté> [<chemin>...]"75717572#: builtin/ls-tree.c:1277573msgid "only show trees"7574msgstr "afficher seulement les arbres"75757576#: builtin/ls-tree.c:1297577msgid "recurse into subtrees"7578msgstr "parcourir les sous-arbres"75797580#: builtin/ls-tree.c:1317581msgid "show trees when recursing"7582msgstr "afficher les arbres en les parcourant"75837584#: builtin/ls-tree.c:1347585msgid "terminate entries with NUL byte"7586msgstr "terminer les éléments avec un octet NUL"75877588#: builtin/ls-tree.c:1357589msgid "include object size"7590msgstr "inclure la taille d'objet"75917592#: builtin/ls-tree.c:137 builtin/ls-tree.c:1397593msgid "list only filenames"7594msgstr "afficher seulement les noms de fichiers"75957596#: builtin/ls-tree.c:1427597msgid "use full path names"7598msgstr "utiliser les noms de chemins complets"75997600#: builtin/ls-tree.c:1447601msgid "list entire tree; not just current directory (implies --full-name)"7602msgstr ""7603"afficher l'arbre entier ; pas seulement le répertoire courant (implique --"7604"full-name)"76057606#: builtin/merge.c:457607msgid "git merge [<options>] [<commit>...]"7608msgstr "git merge [<options>] [<commit>...]"76097610#: builtin/merge.c:467611msgid "git merge [<options>] <msg> HEAD <commit>"7612msgstr "git merge [<options>] <message> HEAD <commit>"76137614#: builtin/merge.c:477615msgid "git merge --abort"7616msgstr "git merge --abort"76177618#: builtin/merge.c:1007619msgid "switch `m' requires a value"7620msgstr "le commutateur `m' a besoin d'une valeur"76217622#: builtin/merge.c:1377623#, c-format7624msgid "Could not find merge strategy '%s'.\n"7625msgstr "Impossible de trouver la stratégie de fusion '%s'.\n"76267627#: builtin/merge.c:1387628#, c-format7629msgid "Available strategies are:"7630msgstr "Les stratégies disponibles sont :"76317632#: builtin/merge.c:1437633#, c-format7634msgid "Available custom strategies are:"7635msgstr "Les stratégies personnalisées sont :"76367637#: builtin/merge.c:193 builtin/pull.c:1197638msgid "do not show a diffstat at the end of the merge"7639msgstr "ne pas afficher un diffstat à la fin de la fusion"76407641#: builtin/merge.c:196 builtin/pull.c:1227642msgid "show a diffstat at the end of the merge"7643msgstr "afficher un diffstat à la fin de la fusion"76447645#: builtin/merge.c:197 builtin/pull.c:1257646msgid "(synonym to --stat)"7647msgstr "(synonyme de --stat)"76487649#: builtin/merge.c:199 builtin/pull.c:1287650msgid "add (at most <n>) entries from shortlog to merge commit message"7651msgstr ""7652"ajouter (au plus <n>) éléments du journal court au message de validation de "7653"la fusion"76547655#: builtin/merge.c:202 builtin/pull.c:1317656msgid "create a single commit instead of doing a merge"7657msgstr "créer une validation unique au lieu de faire une fusion"76587659#: builtin/merge.c:204 builtin/pull.c:1347660msgid "perform a commit if the merge succeeds (default)"7661msgstr "effectuer une validation si la fusion réussit (défaut)"76627663#: builtin/merge.c:206 builtin/pull.c:1377664msgid "edit message before committing"7665msgstr "éditer le message avant la validation"76667667#: builtin/merge.c:2077668msgid "allow fast-forward (default)"7669msgstr "autoriser l'avance rapide (défaut)"76707671#: builtin/merge.c:209 builtin/pull.c:1437672msgid "abort if fast-forward is not possible"7673msgstr "abandonner si l'avance rapide n'est pas possible"76747675#: builtin/merge.c:2137676msgid "Verify that the named commit has a valid GPG signature"7677msgstr "Vérifier que la validation a une signature GPG valide"76787679#: builtin/merge.c:214 builtin/notes.c:767 builtin/pull.c:1487680#: builtin/revert.c:897681msgid "strategy"7682msgstr "stratégie"76837684#: builtin/merge.c:215 builtin/pull.c:1497685msgid "merge strategy to use"7686msgstr "stratégie de fusion à utiliser"76877688#: builtin/merge.c:216 builtin/pull.c:1527689msgid "option=value"7690msgstr "option=valeur"76917692#: builtin/merge.c:217 builtin/pull.c:1537693msgid "option for selected merge strategy"7694msgstr "option pour la stratégie de fusion sélectionnée"76957696#: builtin/merge.c:2197697msgid "merge commit message (for a non-fast-forward merge)"7698msgstr ""7699"message de validation de la fusion (pour une fusion sans avance rapide)"77007701#: builtin/merge.c:2237702msgid "abort the current in-progress merge"7703msgstr "abandonner la fusion en cours"77047705#: builtin/merge.c:2517706msgid "could not run stash."7707msgstr "impossible de lancer le remisage."77087709#: builtin/merge.c:2567710msgid "stash failed"7711msgstr "échec du remisage"77127713#: builtin/merge.c:2617714#, c-format7715msgid "not a valid object: %s"7716msgstr "pas un objet valide : %s"77177718#: builtin/merge.c:280 builtin/merge.c:2977719msgid "read-tree failed"7720msgstr "read-tree a échoué"77217722#: builtin/merge.c:3277723msgid " (nothing to squash)"7724msgstr " (rien à compresser)"77257726#: builtin/merge.c:3407727#, c-format7728msgid "Squash commit -- not updating HEAD\n"7729msgstr "Validation compressée -- HEAD non mise à jour\n"77307731#: builtin/merge.c:344 builtin/merge.c:763 builtin/merge.c:9757732#: builtin/merge.c:9887733#, c-format7734msgid "Could not write to '%s'"7735msgstr "Impossible d'écrire dans '%s'"77367737#: builtin/merge.c:3727738msgid "Writing SQUASH_MSG"7739msgstr "Écriture de SQUASH_MSG"77407741#: builtin/merge.c:3747742msgid "Finishing SQUASH_MSG"7743msgstr "Finition de SQUASH_MSG"77447745#: builtin/merge.c:3977746#, c-format7747msgid "No merge message -- not updating HEAD\n"7748msgstr "Pas de message de fusion -- pas de mise à jour de HEAD\n"77497750#: builtin/merge.c:4477751#, c-format7752msgid "'%s' does not point to a commit"7753msgstr "'%s' ne pointe pas sur un commit"77547755#: builtin/merge.c:5377756#, c-format7757msgid "Bad branch.%s.mergeoptions string: %s"7758msgstr "Mauvaise chaîne branch.%s.mergeoptions : %s"77597760#: builtin/merge.c:6567761msgid "Not handling anything other than two heads merge."7762msgstr "Impossible de gérer autre chose que la fusion de deux têtes."77637764#: builtin/merge.c:6707765#, c-format7766msgid "Unknown option for merge-recursive: -X%s"7767msgstr "Options inconnue pour merge-recursive : -X%s"77687769#: builtin/merge.c:6837770#, c-format7771msgid "unable to write %s"7772msgstr "impossible d'écrire %s"77737774#: builtin/merge.c:7727775#, c-format7776msgid "Could not read from '%s'"7777msgstr "Impossible de lire depuis '%s'"77787779#: builtin/merge.c:7817780#, c-format7781msgid "Not committing merge; use 'git commit' to complete the merge.\n"7782msgstr ""7783"Pas de validation de la fusion ; utilisez 'git commit' pour terminer la "7784"fusion.\n"77857786#: builtin/merge.c:7877787#, c-format7788msgid ""7789"Please enter a commit message to explain why this merge is necessary,\n"7790"especially if it merges an updated upstream into a topic branch.\n"7791"\n"7792"Lines starting with '%c' will be ignored, and an empty message aborts\n"7793"the commit.\n"7794msgstr ""7795"Veuillez entrer un message de validation pour expliquer en quoi cette fusion "7796"est\n"7797"nécessaire, surtout si cela fusionne une branche amont mise à jour dans une "7798"branche de sujet.\n"7799"\n"7800"Les lignes commençant par '%c' seront ignorées, et un message vide\n"7801"abandonne la validation.\n"78027803#: builtin/merge.c:8117804msgid "Empty commit message."7805msgstr "Message de validation vide."78067807#: builtin/merge.c:8237808#, c-format7809msgid "Wonderful.\n"7810msgstr "Merveilleux.\n"78117812#: builtin/merge.c:8787813#, c-format7814msgid "Automatic merge failed; fix conflicts and then commit the result.\n"7815msgstr ""7816"La fusion automatique a échoué ; réglez les conflits et validez le "7817"résultat.\n"78187819#: builtin/merge.c:8947820#, c-format7821msgid "'%s' is not a commit"7822msgstr "'%s' n'est pas une validation"78237824#: builtin/merge.c:9357825msgid "No current branch."7826msgstr "Pas de branche courante."78277828#: builtin/merge.c:9377829msgid "No remote for the current branch."7830msgstr "Pas de branche distante pour la branche courante."78317832#: builtin/merge.c:9397833msgid "No default upstream defined for the current branch."7834msgstr "Pas de branche amont par défaut définie pour la branche courante."78357836#: builtin/merge.c:9447837#, c-format7838msgid "No remote-tracking branch for %s from %s"7839msgstr "Pas de branche de suivi pour %s depuis %s"78407841#: builtin/merge.c:10817842#, c-format7843msgid "could not close '%s'"7844msgstr "impossible de fermer '%s'"78457846#: builtin/merge.c:12087847msgid "There is no merge to abort (MERGE_HEAD missing)."7848msgstr "Il n'y a pas de fusion à abandonner (MERGE_HEAD manquant)."78497850#: builtin/merge.c:12247851msgid ""7852"You have not concluded your merge (MERGE_HEAD exists).\n"7853"Please, commit your changes before you merge."7854msgstr ""7855"Vous n'avez pas terminé votre fusion (MERGE_HEAD existe).\n"7856"Veuillez valider vos modifications avant de pouvoir fusionner."78577858#: builtin/merge.c:12317859msgid ""7860"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"7861"Please, commit your changes before you merge."7862msgstr ""7863"Vous n'avez pas terminé votre picorage (CHERRY_PICK_HEAD existe).\n"7864"Veuillez valider vos modifications avant de pouvoir fusionner."78657866#: builtin/merge.c:12347867msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."7868msgstr "Vous n'avez pas terminé votre picorage (CHERRY_PICK_HEAD existe)."78697870#: builtin/merge.c:12437871msgid "You cannot combine --squash with --no-ff."7872msgstr "Vous ne pouvez pas combiner --squash avec --no-ff."78737874#: builtin/merge.c:12517875msgid "No commit specified and merge.defaultToUpstream not set."7876msgstr ""7877"Pas de validation spécifiée et merge.defaultToUpstream n'est pas défini."78787879#: builtin/merge.c:12687880msgid "Squash commit into empty head not supported yet"7881msgstr "La validation compressée vers une tête vide n'est pas encore supportée"78827883#: builtin/merge.c:12707884msgid "Non-fast-forward commit does not make sense into an empty head"7885msgstr "Une validation sans avance rapide n'a pas de sens dans une tête vide"78867887#: builtin/merge.c:12767888#, c-format7889msgid "%s - not something we can merge"7890msgstr "%s - pas possible de fusionner ceci"78917892#: builtin/merge.c:12787893msgid "Can merge only exactly one commit into empty head"7894msgstr ""7895"Possible de fusionner exactement une seule validation dans une tête vide"78967897#: builtin/merge.c:13337898#, c-format7899msgid "Commit %s has an untrusted GPG signature, allegedly by %s."7900msgstr "La validation %s a une signature GPG non fiable, prétendument par %s."79017902#: builtin/merge.c:13367903#, c-format7904msgid "Commit %s has a bad GPG signature allegedly by %s."7905msgstr "La validation %s a une mauvaise signature GPG prétendument par %s."79067907#: builtin/merge.c:13397908#, c-format7909msgid "Commit %s does not have a GPG signature."7910msgstr "La validation %s n'a pas de signature GPG."79117912#: builtin/merge.c:13427913#, c-format7914msgid "Commit %s has a good GPG signature by %s\n"7915msgstr "La validation %s a une signature GPG correcte par %s\n"79167917#: builtin/merge.c:14237918#, c-format7919msgid "Updating %s..%s\n"7920msgstr "Mise à jour %s..%s\n"79217922#: builtin/merge.c:14627923#, c-format7924msgid "Trying really trivial in-index merge...\n"7925msgstr "Essai de fusion vraiment triviale dans l'index...\n"79267927#: builtin/merge.c:14697928#, c-format7929msgid "Nope.\n"7930msgstr "Non.\n"79317932#: builtin/merge.c:15017933msgid "Not possible to fast-forward, aborting."7934msgstr "Pas possible d'avancer rapidement, abandon."79357936#: builtin/merge.c:1524 builtin/merge.c:16037937#, c-format7938msgid "Rewinding the tree to pristine...\n"7939msgstr "Retour de l'arbre à l'original...\n"79407941#: builtin/merge.c:15287942#, c-format7943msgid "Trying merge strategy %s...\n"7944msgstr "Essai de la stratégie de fusion %s...\n"79457946#: builtin/merge.c:15947947#, c-format7948msgid "No merge strategy handled the merge.\n"7949msgstr "Aucune stratégie de fusion n'a pris en charge la fusion.\n"79507951#: builtin/merge.c:15967952#, c-format7953msgid "Merge with strategy %s failed.\n"7954msgstr "La fusion avec la stratégie %s a échoué.\n"79557956#: builtin/merge.c:16057957#, c-format7958msgid "Using the %s to prepare resolving by hand.\n"7959msgstr "Utilisation de %s pour préparer la résolution à la main.\n"79607961#: builtin/merge.c:16177962#, c-format7963msgid "Automatic merge went well; stopped before committing as requested\n"7964msgstr ""7965"La fusion automatique a réussi ; stoppée avant la validation comme demandé\n"79667967#: builtin/merge-base.c:297968msgid "git merge-base [-a | --all] <commit> <commit>..."7969msgstr "git merge-base [-a | --all] <commit> <commit>..."79707971#: builtin/merge-base.c:307972msgid "git merge-base [-a | --all] --octopus <commit>..."7973msgstr "git merge-base [-a | --all] --octopus <commit>..."79747975#: builtin/merge-base.c:317976msgid "git merge-base --independent <commit>..."7977msgstr "git merge-base --independent <validation>..."79787979#: builtin/merge-base.c:327980msgid "git merge-base --is-ancestor <commit> <commit>"7981msgstr "git merge-base --is-ancestor <validation> <validation>"79827983#: builtin/merge-base.c:337984msgid "git merge-base --fork-point <ref> [<commit>]"7985msgstr "git merge-base --fork-point <référence> [<validation>]"79867987#: builtin/merge-base.c:2147988msgid "output all common ancestors"7989msgstr "afficher tous les ancêtres communs"79907991#: builtin/merge-base.c:2167992msgid "find ancestors for a single n-way merge"7993msgstr "trouver les ancêtres pour une fusion simple à n points"79947995#: builtin/merge-base.c:2187996msgid "list revs not reachable from others"7997msgstr "afficher les révisions inaccessibles depuis les autres"79987999#: builtin/merge-base.c:2208000msgid "is the first one ancestor of the other?"8001msgstr "est le premier ancêtre de l'autre ?"80028003#: builtin/merge-base.c:2228004msgid "find where <commit> forked from reflog of <ref>"8005msgstr "trouver où <validation> a divergé du reflog de <référence>"80068007#: builtin/merge-file.c:88008msgid ""8009"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "8010"<orig-file> <file2>"8011msgstr ""8012"git merge-file [<options>] [-L <nom1> [-L <orig> [-L <nom2>]]] <fichier1> "8013"<fichier-orig> <fichier2>"80148015#: builtin/merge-file.c:338016msgid "send results to standard output"8017msgstr "envoyer les résultats sur la sortie standard"80188019#: builtin/merge-file.c:348020msgid "use a diff3 based merge"8021msgstr "utiliser une fusion basée sur diff3"80228023#: builtin/merge-file.c:358024msgid "for conflicts, use our version"8025msgstr "pour les conflits, utiliser notre version (our)"80268027#: builtin/merge-file.c:378028msgid "for conflicts, use their version"8029msgstr "pour les conflits, utiliser leur version (their)"80308031#: builtin/merge-file.c:398032msgid "for conflicts, use a union version"8033msgstr "pour les conflits, utiliser l'ensemble des versions"80348035#: builtin/merge-file.c:428036msgid "for conflicts, use this marker size"8037msgstr "pour les conflits, utiliser cette taille de marqueur"80388039#: builtin/merge-file.c:438040msgid "do not warn about conflicts"8041msgstr "ne pas avertir à propos des conflits"80428043#: builtin/merge-file.c:458044msgid "set labels for file1/orig-file/file2"8045msgstr "définir les labels pour fichier1/fichier-orig/fichier2"80468047#: builtin/mktree.c:648048msgid "git mktree [-z] [--missing] [--batch]"8049msgstr "git mktree [-z] [--missing] [--batch]"80508051#: builtin/mktree.c:1508052msgid "input is NUL terminated"8053msgstr "l'entrée se termine par NUL"80548055#: builtin/mktree.c:151 builtin/write-tree.c:248056msgid "allow missing objects"8057msgstr "autoriser les objets manquants"80588059#: builtin/mktree.c:1528060msgid "allow creation of more than one tree"8061msgstr "autoriser la création de plus d'un arbre"80628063#: builtin/mv.c:158064msgid "git mv [<options>] <source>... <destination>"8065msgstr "git mv [<options>] <source>... <destination>"80668067#: builtin/mv.c:698068#, c-format8069msgid "Directory %s is in index and no submodule?"8070msgstr "Le répertoire %s est dans l'index et pourtant aucun sous-module ?"80718072#: builtin/mv.c:718073msgid "Please stage your changes to .gitmodules or stash them to proceed"8074msgstr ""8075"Veuillez indexer vos modifications de .gitmodules ou les remiser pour "8076"continuer"80778078#: builtin/mv.c:898079#, c-format8080msgid "%.*s is in index"8081msgstr "%.*s est dans l'index"80828083#: builtin/mv.c:1118084msgid "force move/rename even if target exists"8085msgstr "forcer le déplacement/renommage même si la cible existe"80868087#: builtin/mv.c:1128088msgid "skip move/rename errors"8089msgstr "sauter les erreurs de déplacement/renommage"80908091#: builtin/mv.c:1518092#, c-format8093msgid "destination '%s' is not a directory"8094msgstr "la destination '%s' n'est pas un répertoire"80958096#: builtin/mv.c:1628097#, c-format8098msgid "Checking rename of '%s' to '%s'\n"8099msgstr "Vérification du renommage de '%s' en '%s'\n"81008101#: builtin/mv.c:1668102msgid "bad source"8103msgstr "mauvaise source"81048105#: builtin/mv.c:1698106msgid "can not move directory into itself"8107msgstr "impossible de déplacer un répertoire dans lui-même"81088109#: builtin/mv.c:1728110msgid "cannot move directory over file"8111msgstr "impossible de déplacer un répertoire sur un fichier"81128113#: builtin/mv.c:1818114msgid "source directory is empty"8115msgstr "le répertoire source est vide"81168117#: builtin/mv.c:2068118msgid "not under version control"8119msgstr "pas sous le contrôle de version"81208121#: builtin/mv.c:2098122msgid "destination exists"8123msgstr "la destination existe"81248125#: builtin/mv.c:2178126#, c-format8127msgid "overwriting '%s'"8128msgstr "écrasement de '%s'"81298130#: builtin/mv.c:2208131msgid "Cannot overwrite"8132msgstr "Impossible d'écraser"81338134#: builtin/mv.c:2238135msgid "multiple sources for the same target"8136msgstr "multiples sources pour la même destination"81378138#: builtin/mv.c:2258139msgid "destination directory does not exist"8140msgstr "le répertoire de destination n'existe pas"81418142#: builtin/mv.c:2328143#, c-format8144msgid "%s, source=%s, destination=%s"8145msgstr "%s, source=%s, destination=%s"81468147#: builtin/mv.c:2538148#, c-format8149msgid "Renaming %s to %s\n"8150msgstr "Renommage de %s en %s\n"81518152#: builtin/mv.c:256 builtin/remote.c:722 builtin/repack.c:3628153#, c-format8154msgid "renaming '%s' failed"8155msgstr "le renommage de '%s' a échoué"81568157#: builtin/name-rev.c:2558158msgid "git name-rev [<options>] <commit>..."8159msgstr "git name-rev [<options>] <validation>..."81608161#: builtin/name-rev.c:2568162msgid "git name-rev [<options>] --all"8163msgstr "git name-rev [<options>] --all"81648165#: builtin/name-rev.c:2578166msgid "git name-rev [<options>] --stdin"8167msgstr "git name-rev [<options>] --stdin"81688169#: builtin/name-rev.c:3098170msgid "print only names (no SHA-1)"8171msgstr "afficher seulement les noms (pas de SHA-1)"81728173#: builtin/name-rev.c:3108174msgid "only use tags to name the commits"8175msgstr "utiliser seulement les étiquettes pour nommer les validations"81768177#: builtin/name-rev.c:3128178msgid "only use refs matching <pattern>"8179msgstr "utiliser seulement les références correspondant à <motif>"81808181#: builtin/name-rev.c:3148182msgid "list all commits reachable from all refs"8183msgstr ""8184"afficher toutes les validations accessibles depuis toutes les références"81858186#: builtin/name-rev.c:3158187msgid "read from stdin"8188msgstr "lire depuis l'entrée standard"81898190#: builtin/name-rev.c:3168191msgid "allow to print `undefined` names (default)"8192msgstr "autoriser l'affichage des noms `non définis` (par défaut)"81938194#: builtin/name-rev.c:3228195msgid "dereference tags in the input (internal use)"8196msgstr "déréférencer les étiquettes en entrée (usage interne)"81978198#: builtin/notes.c:258199msgid "git notes [--ref <notes-ref>] [list [<object>]]"8200msgstr "git notes [--ref <références-notes>] [list [<object>]]"82018202#: builtin/notes.c:268203msgid ""8204"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "8205"| (-c | -C) <object>] [<object>]"8206msgstr ""8207"git notes [--ref <références-notes>] add [-f] [--allow-empty] [-m <message> "8208"| -F <fichier> | (-c | -C) <objet>] [<objet>]"82098210#: builtin/notes.c:278211msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"8212msgstr ""8213"git notes [--ref <références-notes>] copy [-f] <depuis-objet> <vers-objet>"82148215#: builtin/notes.c:288216msgid ""8217"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "8218"(-c | -C) <object>] [<object>]"8219msgstr ""8220"git notes [--ref <références-notes>] append [--allow-empty] [-m <message> | -"8221"F <fichier> | (-c | -C) <objet>] [<objet>]"82228223#: builtin/notes.c:298224msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"8225msgstr "git notes [--ref <références-notes>] edit [--allow-empty] [<objet>]"82268227#: builtin/notes.c:308228msgid "git notes [--ref <notes-ref>] show [<object>]"8229msgstr "git notes [--ref <références-notes>] show [<objet>]"82308231#: builtin/notes.c:318232msgid ""8233"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"8234msgstr ""8235"git notes [--ref <références-notes>] merge [-v | -q] [-s <stratégie> ] "8236"<références-notes>"82378238#: builtin/notes.c:328239msgid "git notes merge --commit [-v | -q]"8240msgstr "git notes merge --commit [-v | -q]"82418242#: builtin/notes.c:338243msgid "git notes merge --abort [-v | -q]"8244msgstr "git notes merge --abort [-v | -q]"82458246#: builtin/notes.c:348247msgid "git notes [--ref <notes-ref>] remove [<object>...]"8248msgstr "git notes [--ref <références-notes>] remove [<objet>...]"82498250#: builtin/notes.c:358251msgid "git notes [--ref <notes-ref>] prune [-n | -v]"8252msgstr "git notes [--ref <références-notes>] prune [-n | -v]"82538254#: builtin/notes.c:368255msgid "git notes [--ref <notes-ref>] get-ref"8256msgstr "git notes [--ref <références-notes>] get-ref"82578258#: builtin/notes.c:418259msgid "git notes [list [<object>]]"8260msgstr "git notes [list [<objet>]]"82618262#: builtin/notes.c:468263msgid "git notes add [<options>] [<object>]"8264msgstr "git notes add [<options>] [<objet>]"82658266#: builtin/notes.c:518267msgid "git notes copy [<options>] <from-object> <to-object>"8268msgstr "git notes copy [<options>] <depuis-objet> <vers-objet>"82698270#: builtin/notes.c:528271msgid "git notes copy --stdin [<from-object> <to-object>]..."8272msgstr "git notes copy --stdin [<depuis-objet> <vers-objet>]..."82738274#: builtin/notes.c:578275msgid "git notes append [<options>] [<object>]"8276msgstr "git notes append [<options>] [<objet>]"82778278#: builtin/notes.c:628279msgid "git notes edit [<object>]"8280msgstr "git notes edit [<objet>]"82818282#: builtin/notes.c:678283msgid "git notes show [<object>]"8284msgstr "git notes show [<objet>]"82858286#: builtin/notes.c:728287msgid "git notes merge [<options>] <notes-ref>"8288msgstr "git notes merge [<options>] <références-notes>"82898290#: builtin/notes.c:738291msgid "git notes merge --commit [<options>]"8292msgstr "git notes merge --commit [<options>]"82938294#: builtin/notes.c:748295msgid "git notes merge --abort [<options>]"8296msgstr "git notes merge --abort [<options>]"82978298#: builtin/notes.c:798299msgid "git notes remove [<object>]"8300msgstr "git notes remove [<objet>]"83018302#: builtin/notes.c:848303msgid "git notes prune [<options>]"8304msgstr "git notes prune [<options>]"83058306#: builtin/notes.c:898307msgid "git notes get-ref"8308msgstr "git notes get-ref"83098310#: builtin/notes.c:1478311#, c-format8312msgid "unable to start 'show' for object '%s'"8313msgstr "impossible de démarrer 'show' pour l'objet '%s'"83148315#: builtin/notes.c:1518316msgid "could not read 'show' output"8317msgstr "impossible de lire la sortie de 'show'"83188319#: builtin/notes.c:1598320#, c-format8321msgid "failed to finish 'show' for object '%s'"8322msgstr "impossible de finir 'show' pour l'objet '%s'"83238324#: builtin/notes.c:174 builtin/tag.c:4778325#, c-format8326msgid "could not create file '%s'"8327msgstr "impossible de créer le fichier '%s'"83288329#: builtin/notes.c:1938330msgid "Please supply the note contents using either -m or -F option"8331msgstr "Veuillez fournir le contenu de la note en utilisant l'option -m ou -F"83328333#: builtin/notes.c:2028334msgid "unable to write note object"8335msgstr "impossible d'écrire l'objet note"83368337#: builtin/notes.c:2048338#, c-format8339msgid "The note contents have been left in %s"8340msgstr "Le contenu de la note a été laissé dans %s"83418342#: builtin/notes.c:232 builtin/tag.c:6958343#, c-format8344msgid "cannot read '%s'"8345msgstr "impossible de lire '%s'"83468347#: builtin/notes.c:234 builtin/tag.c:6988348#, c-format8349msgid "could not open or read '%s'"8350msgstr "impossible d'ouvrir ou lire '%s'"83518352#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:3068353#: builtin/notes.c:366 builtin/notes.c:421 builtin/notes.c:5078354#: builtin/notes.c:512 builtin/notes.c:590 builtin/notes.c:6538355#: builtin/notes.c:877 builtin/tag.c:7118356#, c-format8357msgid "Failed to resolve '%s' as a valid ref."8358msgstr "Impossible de résoudre '%s' comme une référence valide."83598360#: builtin/notes.c:2568361#, c-format8362msgid "Failed to read object '%s'."8363msgstr "Impossible de lire l'objet '%s'."83648365#: builtin/notes.c:2608366#, c-format8367msgid "Cannot read note data from non-blob object '%s'."8368msgstr "Impossible de lire les informations de note d'un objet non-blob '%s'."83698370#: builtin/notes.c:359 builtin/notes.c:414 builtin/notes.c:4908371#: builtin/notes.c:502 builtin/notes.c:578 builtin/notes.c:6468372#: builtin/notes.c:9428373msgid "too many parameters"8374msgstr "trop de paramètres"83758376#: builtin/notes.c:372 builtin/notes.c:6598377#, c-format8378msgid "No note found for object %s."8379msgstr "Pas de note trouvée pour l'objet %s."83808381#: builtin/notes.c:393 builtin/notes.c:5568382msgid "note contents as a string"8383msgstr "contenu de la note sous forme de chaîne"83848385#: builtin/notes.c:396 builtin/notes.c:5598386msgid "note contents in a file"8387msgstr "contenu de la note dans un fichier"83888389#: builtin/notes.c:398 builtin/notes.c:401 builtin/notes.c:5618390#: builtin/notes.c:564 builtin/tag.c:6308391msgid "object"8392msgstr "objet"83938394#: builtin/notes.c:399 builtin/notes.c:5628395msgid "reuse and edit specified note object"8396msgstr "réutiliser et éditer l'objet de note spécifié"83978398#: builtin/notes.c:402 builtin/notes.c:5658399msgid "reuse specified note object"8400msgstr "réutiliser l'objet de note spécifié"84018402#: builtin/notes.c:405 builtin/notes.c:5688403msgid "allow storing empty note"8404msgstr "permettre de stocker une note vide"84058406#: builtin/notes.c:406 builtin/notes.c:4778407msgid "replace existing notes"8408msgstr "remplacer les notes existantes"84098410#: builtin/notes.c:4318411#, c-format8412msgid ""8413"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "8414"existing notes"8415msgstr ""8416"Impossible d'ajouter des notes. Des notes ont été trouvées pour l'objet %s. "8417"Utilisez '-f' pour écraser les notes existantes"84188419#: builtin/notes.c:446 builtin/notes.c:5258420#, c-format8421msgid "Overwriting existing notes for object %s\n"8422msgstr "Écrasement des notes existantes pour l'objet %s\n"84238424#: builtin/notes.c:457 builtin/notes.c:618 builtin/notes.c:8828425#, c-format8426msgid "Removing note for object %s\n"8427msgstr "Suppression de la note pour l'objet %s\n"84288429#: builtin/notes.c:4788430msgid "read objects from stdin"8431msgstr "lire les objets depuis l'entrée standard"84328433#: builtin/notes.c:4808434msgid "load rewriting config for <command> (implies --stdin)"8435msgstr ""8436"charger la configuration de réécriture pour <commande> (implique --stdin)"84378438#: builtin/notes.c:4988439msgid "too few parameters"8440msgstr "pas assez de paramètres"84418442#: builtin/notes.c:5198443#, c-format8444msgid ""8445"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "8446"existing notes"8447msgstr ""8448"Impossible de copier des notes. Des notes ont été trouvées pour l'objet %s. "8449"Utilisez '-f' pour écraser les notes existantes"84508451#: builtin/notes.c:5318452#, c-format8453msgid "Missing notes on source object %s. Cannot copy."8454msgstr "Notes manquantes sur l'objet source %s. Impossible de copier."84558456#: builtin/notes.c:5838457#, c-format8458msgid ""8459"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"8460"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"8461msgstr ""8462"Les options -m/-F/-c/-C sont obsolètes pour la sous-commande 'edit'.\n"8463"Veuillez utiliser 'git notes add -f -m/-F/-c/-C' à la place.\n"84648465#: builtin/notes.c:7648466msgid "General options"8467msgstr "Options générales"84688469#: builtin/notes.c:7668470msgid "Merge options"8471msgstr "Options de fusion"84728473#: builtin/notes.c:7688474msgid ""8475"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"8476"cat_sort_uniq)"8477msgstr ""8478"résoudre les conflits de notes en utilisant la stratégie donnée (manual/ours/"8479"theirs/union/cat_sort_uniq)"84808481#: builtin/notes.c:7708482msgid "Committing unmerged notes"8483msgstr "Validation des notes non fusionnées"84848485#: builtin/notes.c:7728486msgid "finalize notes merge by committing unmerged notes"8487msgstr "finaliser la fusion de notes en validant les notes non fusionnées"84888489#: builtin/notes.c:7748490msgid "Aborting notes merge resolution"8491msgstr "Abandon de la résolution de fusion des notes"84928493#: builtin/notes.c:7768494msgid "abort notes merge"8495msgstr "abandonner la fusion de notes"84968497#: builtin/notes.c:8538498#, c-format8499msgid "A notes merge into %s is already in-progress at %s"8500msgstr "Une fusion de notes dans %s est déjà en cours avec %s"85018502#: builtin/notes.c:8808503#, c-format8504msgid "Object %s has no note\n"8505msgstr "L'objet %s n'a pas de note\n"85068507#: builtin/notes.c:8928508msgid "attempt to remove non-existent note is not an error"8509msgstr ""8510"la tentative de suppression d'une note non existante n'est pas une erreur"85118512#: builtin/notes.c:8958513msgid "read object names from the standard input"8514msgstr "lire les noms d'objet depuis l'entrée standard"85158516#: builtin/notes.c:9768517msgid "notes-ref"8518msgstr "références-notes"85198520#: builtin/notes.c:9778521msgid "use notes from <notes-ref>"8522msgstr "utiliser les notes depuis <références-notes>"85238524#: builtin/notes.c:1012 builtin/remote.c:15888525#, c-format8526msgid "Unknown subcommand: %s"8527msgstr "Sous-commande inconnue : %s"85288529#: builtin/pack-objects.c:288530msgid ""8531"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"8532msgstr ""8533"git pack-objects --stdout [options...] [< <liste-références> | < <liste-"8534"objets>]"85358536#: builtin/pack-objects.c:298537msgid ""8538"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"8539msgstr ""8540"git pack-objects [options...] base-name [< <liste-références> | < <liste-"8541"objets>]"85428543#: builtin/pack-objects.c:175 builtin/pack-objects.c:1788544#, c-format8545msgid "deflate error (%d)"8546msgstr "erreur de compression (%d)"85478548#: builtin/pack-objects.c:7718549msgid "Writing objects"8550msgstr "Écriture des objets"85518552#: builtin/pack-objects.c:10118553msgid "disabling bitmap writing, as some objects are not being packed"8554msgstr ""8555"désactivation de l'écriture en bitmap car certains objets ne sont pas "8556"compressés"85578558#: builtin/pack-objects.c:21718559msgid "Compressing objects"8560msgstr "Compression des objets"85618562#: builtin/pack-objects.c:25688563#, c-format8564msgid "unsupported index version %s"8565msgstr "version d'index non supportée %s"85668567#: builtin/pack-objects.c:25728568#, c-format8569msgid "bad index version '%s'"8570msgstr "mauvaise version d'index '%s'"85718572#: builtin/pack-objects.c:26028573msgid "do not show progress meter"8574msgstr "ne pas afficher la barre de progression"85758576#: builtin/pack-objects.c:26048577msgid "show progress meter"8578msgstr "afficher la barre de progression"85798580#: builtin/pack-objects.c:26068581msgid "show progress meter during object writing phase"8582msgstr "afficher la barre de progression durant la phase d'écrite des objets"85838584#: builtin/pack-objects.c:26098585msgid "similar to --all-progress when progress meter is shown"8586msgstr "similaire à --all-progress quand la barre de progression est affichée"85878588#: builtin/pack-objects.c:26108589msgid "version[,offset]"8590msgstr "version[,offset]"85918592#: builtin/pack-objects.c:26118593msgid "write the pack index file in the specified idx format version"8594msgstr ""8595"écrire le fichier d'index du paquet dans le format d'index de version "8596"spécifié"85978598#: builtin/pack-objects.c:26148599msgid "maximum size of each output pack file"8600msgstr "taille maximum de chaque fichier paquet en sortie"86018602#: builtin/pack-objects.c:26168603msgid "ignore borrowed objects from alternate object store"8604msgstr "ignorer les objets empruntés à un autre magasin d'objets"86058606#: builtin/pack-objects.c:26188607msgid "ignore packed objects"8608msgstr "ignorer les objets empaquetés"86098610#: builtin/pack-objects.c:26208611msgid "limit pack window by objects"8612msgstr "limiter la fenêtre d'empaquetage par objets"86138614#: builtin/pack-objects.c:26228615msgid "limit pack window by memory in addition to object limit"8616msgstr ""8617"limiter la fenêtre d'empaquetage par mémoire en plus de la limite d'objets"86188619#: builtin/pack-objects.c:26248620msgid "maximum length of delta chain allowed in the resulting pack"8621msgstr ""8622"longueur maximum de la chaîne de delta autorisée dans le paquet résultant"86238624#: builtin/pack-objects.c:26268625msgid "reuse existing deltas"8626msgstr "réutiliser les deltas existants"86278628#: builtin/pack-objects.c:26288629msgid "reuse existing objects"8630msgstr "réutiliser les objets existants"86318632#: builtin/pack-objects.c:26308633msgid "use OFS_DELTA objects"8634msgstr "utiliser les objets OFS_DELTA"86358636#: builtin/pack-objects.c:26328637msgid "use threads when searching for best delta matches"8638msgstr ""8639"utiliser des fils lors de la recherche pour une meilleurs correspondance des "8640"deltas"86418642#: builtin/pack-objects.c:26348643msgid "do not create an empty pack output"8644msgstr "ne pas créer un paquet vide"86458646#: builtin/pack-objects.c:26368647msgid "read revision arguments from standard input"8648msgstr "lire les paramètres de révision depuis l'entrée standard"86498650#: builtin/pack-objects.c:26388651msgid "limit the objects to those that are not yet packed"8652msgstr "limiter les objets à ceux qui ne sont pas encore empaquetés"86538654#: builtin/pack-objects.c:26418655msgid "include objects reachable from any reference"8656msgstr "inclure les objets accessibles depuis toute référence"86578658#: builtin/pack-objects.c:26448659msgid "include objects referred by reflog entries"8660msgstr "inclure les objets référencés par les éléments de reflog"86618662#: builtin/pack-objects.c:26478663msgid "include objects referred to by the index"8664msgstr "inclure les objets référencés par l'index"86658666#: builtin/pack-objects.c:26508667msgid "output pack to stdout"8668msgstr "afficher l'empaquetage sur la sortie standard"86698670#: builtin/pack-objects.c:26528671msgid "include tag objects that refer to objects to be packed"8672msgstr "inclure les objets d'étiquettes qui réfèrent à des objets à empaqueter"86738674#: builtin/pack-objects.c:26548675msgid "keep unreachable objects"8676msgstr "garder les objets inaccessibles"86778678#: builtin/pack-objects.c:2655 parse-options.h:1428679msgid "time"8680msgstr "heure"86818682#: builtin/pack-objects.c:26568683msgid "unpack unreachable objects newer than <time>"8684msgstr "dépaqueter les objets inaccessibles plus récents que <heure>"86858686#: builtin/pack-objects.c:26598687msgid "create thin packs"8688msgstr "créer des paquets légers"86898690#: builtin/pack-objects.c:26618691msgid "create packs suitable for shallow fetches"8692msgstr "créer des paquets permettant des récupérations superficielles"86938694#: builtin/pack-objects.c:26638695msgid "ignore packs that have companion .keep file"8696msgstr "ignorer les paquets qui ont un fichier .keep"86978698#: builtin/pack-objects.c:26658699msgid "pack compression level"8700msgstr "niveau de compression du paquet"87018702#: builtin/pack-objects.c:26678703msgid "do not hide commits by grafts"8704msgstr "ne pas cacher les validations par greffes"87058706#: builtin/pack-objects.c:26698707msgid "use a bitmap index if available to speed up counting objects"8708msgstr ""8709"utiliser un index en bitmap si disponible pour accélerer le décompte des "8710"objets"87118712#: builtin/pack-objects.c:26718713msgid "write a bitmap index together with the pack index"8714msgstr "écrire un index en bitmap associé à l'index de paquet"87158716#: builtin/pack-objects.c:27628717msgid "Counting objects"8718msgstr "Décompte des objets"87198720#: builtin/pack-refs.c:68721msgid "git pack-refs [<options>]"8722msgstr "git pack-refs [<options>]"87238724#: builtin/pack-refs.c:148725msgid "pack everything"8726msgstr "empaqueter tout"87278728#: builtin/pack-refs.c:158729msgid "prune loose refs (default)"8730msgstr "éliminer les références perdues (défaut)"87318732#: builtin/prune-packed.c:78733msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"8734msgstr "git prune-packed [-n | --dry-run] [-q | --quiet]"87358736#: builtin/prune-packed.c:408737msgid "Removing duplicate objects"8738msgstr "Suppression des objets dupliqués"87398740#: builtin/prune.c:118741msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"8742msgstr "git prune [-n] [-v] [--expire <heure>] [--] [<head>...]"87438744#: builtin/prune.c:105 builtin/worktree.c:1218745msgid "do not remove, show only"8746msgstr "ne pas supprimer, afficher seulement"87478748#: builtin/prune.c:106 builtin/worktree.c:1228749msgid "report pruned objects"8750msgstr "afficher les objets éliminés"87518752#: builtin/prune.c:109 builtin/worktree.c:1248753msgid "expire objects older than <time>"8754msgstr "faire expirer les objets plus vieux que <heure>"87558756#: builtin/pull.c:698757msgid "git pull [options] [<repository> [<refspec>...]]"8758msgstr "git pull [<options>] [<dépôt> [<spécification-de-référence>...]]"87598760#: builtin/pull.c:1138761msgid "Options related to merging"8762msgstr "Options relatives à la fusion"87638764#: builtin/pull.c:1168765msgid "incorporate changes by rebasing rather than merging"8766msgstr "incorporer les modifications en rebasant plutôt qu'en fusionnant"87678768#: builtin/pull.c:140 builtin/revert.c:1058769msgid "allow fast-forward"8770msgstr "autoriser l'avance rapide"87718772#: builtin/pull.c:1468773msgid "verify that the named commit has a valid GPG signature"8774msgstr "vérifier que le commit nommé a une signature GPG valide"87758776#: builtin/pull.c:1608777msgid "Options related to fetching"8778msgstr "Options relatives au rapatriement"87798780#: builtin/pull.c:2688781#, c-format8782msgid "Invalid value for pull.ff: %s"8783msgstr "Valeur invalide pour pull.ff : %s"87848785#: builtin/pull.c:3528786msgid "Cannot pull with rebase: You have unstaged changes."8787msgstr ""8788"impossible de tirer avec rebasage. Vous avez des modifications non indexées."87898790#: builtin/pull.c:3588791msgid "Additionally, your index contains uncommitted changes."8792msgstr "De plus, votre index contient des modifications non validées."87938794#: builtin/pull.c:3608795msgid "Cannot pull with rebase: Your index contains uncommitted changes."8796msgstr ""8797"impossible de tirer avec rebasage : votre index contient des modifications "8798"non validées."87998800#: builtin/pull.c:4368801msgid ""8802"There is no candidate for rebasing against among the refs that you just "8803"fetched."8804msgstr ""8805"Il n'y a pas de candidate sur laquelle rebaser parmi les références que vous "8806"venez de récupérer."88078808#: builtin/pull.c:4388809msgid ""8810"There are no candidates for merging among the refs that you just fetched."8811msgstr ""8812"Il n'y a pas de candidate avec laquelle fusionner parmi les références que "8813"vous venez de récupérer."88148815#: builtin/pull.c:4398816msgid ""8817"Generally this means that you provided a wildcard refspec which had no\n"8818"matches on the remote end."8819msgstr ""8820"Généralement, cela signifie que vous avez indiqué un spécificateur\n"8821"de référence joker qui n'a pas eu de correspondance sur le serveur distant."88228823#: builtin/pull.c:4428824#, c-format8825msgid ""8826"You asked to pull from the remote '%s', but did not specify\n"8827"a branch. Because this is not the default configured remote\n"8828"for your current branch, you must specify a branch on the command line."8829msgstr ""8830"Vous avez demandé de tirer depuis le dépôt distant '%s', mais sans indiquer\n"8831"la branche. Comme ce n'est pas le dépôt distant par défaut dans la "8832"configuration\n"8833"pour la branche actuelle, vous devez spécifier la branche avec la commande."88348835#: builtin/pull.c:4478836msgid "You are not currently on a branch."8837msgstr "Vous n'êtes actuellement sur aucune branche."88388839#: builtin/pull.c:449 builtin/pull.c:4648840msgid "Please specify which branch you want to rebase against."8841msgstr "Veuillez spécifier sur quelle branche vous souhaiter rebaser."88428843#: builtin/pull.c:451 builtin/pull.c:4668844msgid "Please specify which branch you want to merge with."8845msgstr "Veuillez spécifier une branche avec laquelle fusionner."88468847#: builtin/pull.c:452 builtin/pull.c:4678848msgid "See git-pull(1) for details."8849msgstr "Référez-vous à git-pull(1) pour de plus amples détails."88508851#: builtin/pull.c:4628852msgid "There is no tracking information for the current branch."8853msgstr "Pas d'information de suivi distant pour la branche actuelle."88548855#: builtin/pull.c:4718856#, c-format8857msgid ""8858"If you wish to set tracking information for this branch you can do so with:\n"8859"\n"8860" git branch --set-upstream-to=%s/<branch> %s\n"8861msgstr ""8862"Si vous souhaitez indiquer l'information de suivi distant pour cette "8863"branche, vous pouvez le faire avec :\n"8864"\n"8865"git branch --set-uptream-to=%s/<branche> %s\n"88668867#: builtin/pull.c:4768868#, c-format8869msgid ""8870"Your configuration specifies to merge with the ref '%s'\n"8871"from the remote, but no such ref was fetched."8872msgstr ""8873"Votre information de configuration indique de fusionner avec la référence "8874"'%s'\n"8875"du serveur distant, mais cette référence n'a pas été récupérée."88768877#: builtin/pull.c:8308878msgid "Updating an unborn branch with changes added to the index."8879msgstr ""8880"Mise à jour d'une branche non encore créée avec les changements ajoutés dans "8881"l'index."88828883#: builtin/pull.c:8598884#, c-format8885msgid ""8886"fetch updated the current branch head.\n"8887"fast-forwarding your working tree from\n"8888"commit %s."8889msgstr ""8890"la récupération a mis à jour la tête de la branche actuelle.\n"8891"avance rapide de votre copie de travail\n"8892"depuis le commit %s."88938894#: builtin/pull.c:8648895#, c-format8896msgid ""8897"Cannot fast-forward your working tree.\n"8898"After making sure that you saved anything precious from\n"8899"$ git diff %s\n"8900"output, run\n"8901"$ git reset --hard\n"8902"to recover."8903msgstr ""8904"Avance rapide de votre arbre de travail impossible.\n"8905"Après vous être assuré que toute modification précieuse a été sauvegardée "8906"avec\n"8907"$ git diff %s\n"8908"lancez\n"8909"$ git reset --hard\n"8910"pour régénérer."89118912#: builtin/pull.c:8798913msgid "Cannot merge multiple branches into empty head."8914msgstr "Impossible de fusionner de multiples branches sur une tête vide."89158916#: builtin/pull.c:8838917msgid "Cannot rebase onto multiple branches."8918msgstr "Impossible de rebaser sur de multiples branches."89198920#: builtin/push.c:158921msgid "git push [<options>] [<repository> [<refspec>...]]"8922msgstr "git push [<options>] [<dépôt> [<spécification-de-référence>...]]"89238924#: builtin/push.c:868925msgid "tag shorthand without <tag>"8926msgstr "raccourci d'étiquette sans <étiquette>"89278928#: builtin/push.c:968929msgid "--delete only accepts plain target ref names"8930msgstr "--delete accepte seulement des noms entiers de références cibles"89318932#: builtin/push.c:1408933msgid ""8934"\n"8935"To choose either option permanently, see push.default in 'git help config'."8936msgstr ""8937"\n"8938"Pour choisir l'option de manière permanente, voir push.default dans 'git "8939"help config'."89408941#: builtin/push.c:1438942#, c-format8943msgid ""8944"The upstream branch of your current branch does not match\n"8945"the name of your current branch. To push to the upstream branch\n"8946"on the remote, use\n"8947"\n"8948" git push %s HEAD:%s\n"8949"\n"8950"To push to the branch of the same name on the remote, use\n"8951"\n"8952" git push %s %s\n"8953"%s"8954msgstr ""8955"La branche amont de votre branche courante ne correspond pas\n"8956"au nom de votre branche courante. Pour pousser vers la branche amont\n"8957"sur le serveur distant, utilisez\n"8958"\n"8959" git push %s HEAD:%s\n"8960"\n"8961"Pour pousser vers la branche du même nom sur le serveur distant, utilisez\n"8962"\n"8963" git push %s %s\n"8964"%s"89658966#: builtin/push.c:1588967#, c-format8968msgid ""8969"You are not currently on a branch.\n"8970"To push the history leading to the current (detached HEAD)\n"8971"state now, use\n"8972"\n"8973" git push %s HEAD:<name-of-remote-branch>\n"8974msgstr ""8975"Vous n'êtes actuellement sur aucune branche.\n"8976"Pour pousser l'historique menant à l'état actuel (HEAD détachée),\n"8977"utilisez\n"8978"\n"8979" git push %s HEAD:<nom-de-la-branche-amont>\n"89808981#: builtin/push.c:1728982#, c-format8983msgid ""8984"The current branch %s has no upstream branch.\n"8985"To push the current branch and set the remote as upstream, use\n"8986"\n"8987" git push --set-upstream %s %s\n"8988msgstr ""8989"La branche courante %s n'a pas de branche amont.\n"8990"Pour pousser la branche courante et définir la distante comme amont, "8991"utilisez\n"8992"\n"8993" git push --set-upstream %s %s\n"89948995#: builtin/push.c:1808996#, c-format8997msgid "The current branch %s has multiple upstream branches, refusing to push."8998msgstr ""8999"La branche courante %s a de multiples branches amont, impossible de pousser."90009001#: builtin/push.c:1839002#, c-format9003msgid ""9004"You are pushing to remote '%s', which is not the upstream of\n"9005"your current branch '%s', without telling me what to push\n"9006"to update which remote branch."9007msgstr ""9008"Vous êtes en train de pousser vers la branche distante '%s', qui n'est\n"9009"pas une branche amont de votre branche courante '%s', sans me dire\n"9010"quoi pousser pour mettre à jour quelle branche amont."90119012#: builtin/push.c:2069013msgid ""9014"push.default is unset; its implicit value has changed in\n"9015"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"9016"and maintain the traditional behavior, use:\n"9017"\n"9018" git config --global push.default matching\n"9019"\n"9020"To squelch this message and adopt the new behavior now, use:\n"9021"\n"9022" git config --global push.default simple\n"9023"\n"9024"When push.default is set to 'matching', git will push local branches\n"9025"to the remote branches that already exist with the same name.\n"9026"\n"9027"Since Git 2.0, Git defaults to the more conservative 'simple'\n"9028"behavior, which only pushes the current branch to the corresponding\n"9029"remote branch that 'git pull' uses to update the current branch.\n"9030"\n"9031"See 'git help config' and search for 'push.default' for further "9032"information.\n"9033"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"9034"'current' instead of 'simple' if you sometimes use older versions of Git)"9035msgstr ""9036"push.default n'est pas défini ; sa valeur implicite a changé dans Git 2.0\n"9037"de 'matching' vers 'simple'. Pour supprimer ce message et maintenir\n"9038"le comportement actuel après la modification de la valeur de défaut, "9039"utilisez :\n"9040"\n"9041" git config --global push.default matching\n"9042"\n"9043"Pour supprimer ce message et adopter le nouveau comportement maintenant, "9044"utilisez :\n"9045"\n"9046" git config --global push.default simple\n"9047"\n"9048"Quand push.default vaudra 'matching', git poussera les branches locales\n"9049"sur les branches distantes qui existent déjà avec le même nom.\n"9050"\n"9051"Depuis Git 2.0, Git utilise par défaut le comportement plus conservatif "9052"'simple'\n"9053"qui ne pousse la branche courante que vers la branche distante "9054"correspondante\n"9055"que 'git pull' utilise pour mettre à jour la branche courante.\n"9056" \n"9057"Voir 'git help config' et chercher 'push.default' pour plus d'information.\n"9058"(le mode 'simple' a été introduit dans Git 1.7.11. Utilisez le mode "9059"similaire\n"9060"'current' au lieu de 'simple' si vous utilisez de temps en temps d'anciennes "9061"versions de Git)"90629063#: builtin/push.c:2739064msgid ""9065"You didn't specify any refspecs to push, and push.default is \"nothing\"."9066msgstr ""9067"Vous n'avez pas spécifié de spécifications de référence à pousser, et push."9068"default est \"nothing\"."90699070#: builtin/push.c:2809071msgid ""9072"Updates were rejected because the tip of your current branch is behind\n"9073"its remote counterpart. Integrate the remote changes (e.g.\n"9074"'git pull ...') before pushing again.\n"9075"See the 'Note about fast-forwards' in 'git push --help' for details."9076msgstr ""9077"Les mises à jour ont été rejetées car la pointe de la branche courante est "9078"derrière\n"9079"son homologue distant. Intégrez les changements distants (par exemple 'git "9080"pull ...')\n"9081"avant de pousser à nouveau.\n"9082"Voir la 'Note à propos des avances rapides' dans 'git push --help' pour plus "9083"d'information."90849085#: builtin/push.c:2869086msgid ""9087"Updates were rejected because a pushed branch tip is behind its remote\n"9088"counterpart. Check out this branch and integrate the remote changes\n"9089"(e.g. 'git pull ...') before pushing again.\n"9090"See the 'Note about fast-forwards' in 'git push --help' for details."9091msgstr ""9092"Les mises à jour ont été rejetées car la pointe de la branche courante est "9093"derrière\n"9094"son homologue distant. Extrayez cette branche et Intégrez les changements "9095"distants\n"9096"(par exemple 'git pull ...') avant de pousser à nouveau.\n"9097"Voir la 'Note à propos des avances rapides' dans 'git push --help' pour plus "9098"d'information."90999100#: builtin/push.c:2929101msgid ""9102"Updates were rejected because the remote contains work that you do\n"9103"not have locally. This is usually caused by another repository pushing\n"9104"to the same ref. You may want to first integrate the remote changes\n"9105"(e.g., 'git pull ...') before pushing again.\n"9106"See the 'Note about fast-forwards' in 'git push --help' for details."9107msgstr ""9108"Les mises à jour ont été rejetées car la branche distante contient du "9109"travail que\n"9110"vous n'avez pas en local. Ceci est généralement causé par un autre dépôt "9111"poussé\n"9112"vers la même référence. Vous pourriez intégrer d'abord les changements "9113"distants\n"9114"(par exemple 'git pull ...') avant de pousser à nouveau.\n"9115"Voir la 'Note à propos des avances rapides' dans 'git push --help' pour plus "9116"d'information."91179118#: builtin/push.c:2999119msgid "Updates were rejected because the tag already exists in the remote."9120msgstr ""9121"Les mises à jour ont été rejetées car l'étiquette existe déjà dans la "9122"branche distante."91239124#: builtin/push.c:3029125msgid ""9126"You cannot update a remote ref that points at a non-commit object,\n"9127"or update a remote ref to make it point at a non-commit object,\n"9128"without using the '--force' option.\n"9129msgstr ""9130"Vous ne pouvez pas mettre à jour une référence distante qui pointe sur un "9131"objet qui\n"9132"n'est pas un commit, ou mettre à jour une référence distante pour la faire "9133"pointer\n"9134"vers un objet qui n'est pas un commit, sans utiliser l'option '--force'.\n"91359136#: builtin/push.c:3619137#, c-format9138msgid "Pushing to %s\n"9139msgstr "Poussée vers %s\n"91409141#: builtin/push.c:3659142#, c-format9143msgid "failed to push some refs to '%s'"9144msgstr "impossible de pousser des références vers '%s'"91459146#: builtin/push.c:3959147#, c-format9148msgid "bad repository '%s'"9149msgstr "mauvais dépôt '%s'"91509151#: builtin/push.c:3969152msgid ""9153"No configured push destination.\n"9154"Either specify the URL from the command-line or configure a remote "9155"repository using\n"9156"\n"9157" git remote add <name> <url>\n"9158"\n"9159"and then push using the remote name\n"9160"\n"9161" git push <name>\n"9162msgstr ""9163"Pas de destination pour pousser.\n"9164"Spécifiez une URL depuis la ligne de commande ou configurez un dépôt distant "9165"en utilisant\n"9166"\n"9167" git remote add <nom> <url>\n"9168"\n"9169"et poussez alors en utilisant le dépôt distant\n"9170"\n"9171" git push <nom>\n"91729173#: builtin/push.c:4119174msgid "--all and --tags are incompatible"9175msgstr "--all et --tags sont incompatibles"91769177#: builtin/push.c:4129178msgid "--all can't be combined with refspecs"9179msgstr "--all ne peut pas être combiné avec des spécifications de référence"91809181#: builtin/push.c:4179182msgid "--mirror and --tags are incompatible"9183msgstr "--mirror et --tags sont incompatibles"91849185#: builtin/push.c:4189186msgid "--mirror can't be combined with refspecs"9187msgstr "--mirror ne peut pas être combiné avec des spécifications de référence"91889189#: builtin/push.c:4239190msgid "--all and --mirror are incompatible"9191msgstr "--all et --mirror sont incompatibles"91929193#: builtin/push.c:5399194msgid "repository"9195msgstr "dépôt"91969197#: builtin/push.c:540 builtin/send-pack.c:1619198msgid "push all refs"9199msgstr "pousser toutes les références"92009201#: builtin/push.c:541 builtin/send-pack.c:1639202msgid "mirror all refs"9203msgstr "refléter toutes les références"92049205#: builtin/push.c:5439206msgid "delete refs"9207msgstr "supprimer les références"92089209#: builtin/push.c:5449210msgid "push tags (can't be used with --all or --mirror)"9211msgstr ""9212"pousser les étiquettes (ne peut pas être utilisé avec --all ou --mirror)"92139214#: builtin/push.c:547 builtin/send-pack.c:1649215msgid "force updates"9216msgstr "forcer les mises à jour"92179218#: builtin/push.c:549 builtin/send-pack.c:1759219msgid "refname>:<expect"9220msgstr "nom de référence>:<attendu"92219222#: builtin/push.c:550 builtin/send-pack.c:1769223msgid "require old value of ref to be at this value"9224msgstr "exiger que l'ancienne valeur de la référence soit à cette valeur"92259226#: builtin/push.c:5539227msgid "control recursive pushing of submodules"9228msgstr "contrôler la poussée récursive des sous-modules"92299230#: builtin/push.c:555 builtin/send-pack.c:1699231msgid "use thin pack"9232msgstr "utiliser un empaquetage léger"92339234#: builtin/push.c:556 builtin/push.c:557 builtin/send-pack.c:1589235#: builtin/send-pack.c:1599236msgid "receive pack program"9237msgstr "recevoir le programme d'empaquetage"92389239#: builtin/push.c:5589240msgid "set upstream for git pull/status"9241msgstr "définir la branche amont pour git pull/status"92429243#: builtin/push.c:5619244msgid "prune locally removed refs"9245msgstr "éliminer les références locales supprimées"92469247#: builtin/push.c:5639248msgid "bypass pre-push hook"9249msgstr "éviter d'utiliser le crochet pre-push"92509251#: builtin/push.c:5649252msgid "push missing but relevant tags"9253msgstr "pousser les étiquettes manquantes mais pertinentes"92549255#: builtin/push.c:567 builtin/send-pack.c:1669256msgid "GPG sign the push"9257msgstr "signer la poussée avec GPG"92589259#: builtin/push.c:569 builtin/send-pack.c:1709260msgid "request atomic transaction on remote side"9261msgstr "demande une transaction atomique sur le serveur distant"92629263#: builtin/push.c:5799264msgid "--delete is incompatible with --all, --mirror and --tags"9265msgstr "--delete est incompatible avec --all, --mirror et --tags"92669267#: builtin/push.c:5819268msgid "--delete doesn't make sense without any refs"9269msgstr "--delete n'a pas de sens sans aucune référence"92709271#: builtin/read-tree.c:379272msgid ""9273"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "9274"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"9275"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"9276msgstr ""9277"git read-tree [(-m [--trivial] [--aggressive] | --reset | --"9278"prefix=<préfixe>) [-u [--exclude-per-directory=<gitignore>] | -i]] [--no-"9279"sparse-checkout] [--index-output=<fichier>] (--empty | <arbre ou apparenté "9280"1> [<arbre ou apparenté 2> [<arbre ou apparenté 3>]])"92819282#: builtin/read-tree.c:1109283msgid "write resulting index to <file>"9284msgstr "écrire l'index résultant dans <fichier>"92859286#: builtin/read-tree.c:1139287msgid "only empty the index"9288msgstr "juste vider l'index"92899290#: builtin/read-tree.c:1159291msgid "Merging"9292msgstr "Fusion"92939294#: builtin/read-tree.c:1179295msgid "perform a merge in addition to a read"9296msgstr "effectuer une fusion en plus d'une lecture"92979298#: builtin/read-tree.c:1199299msgid "3-way merge if no file level merging required"9300msgstr "fusion à 3 points si aucune fusion de niveau fichier n'est requise"93019302#: builtin/read-tree.c:1219303msgid "3-way merge in presence of adds and removes"9304msgstr "fusion à 3 points en présence d'ajouts et suppressions"93059306#: builtin/read-tree.c:1239307msgid "same as -m, but discard unmerged entries"9308msgstr "comme -m, mais annule les éléments non fusionnés"93099310#: builtin/read-tree.c:1249311msgid "<subdirectory>/"9312msgstr "<sous-répertoire>/"93139314#: builtin/read-tree.c:1259315msgid "read the tree into the index under <subdirectory>/"9316msgstr "lire l'arbre dans l'index dans <sous-répertoire>/"93179318#: builtin/read-tree.c:1289319msgid "update working tree with merge result"9320msgstr "mettre à jour la copie de travail avec le résultat de la fusion"93219322#: builtin/read-tree.c:1309323msgid "gitignore"9324msgstr "gitignore"93259326#: builtin/read-tree.c:1319327msgid "allow explicitly ignored files to be overwritten"9328msgstr "autoriser explicitement les fichiers ignorés à être écrasés"93299330#: builtin/read-tree.c:1349331msgid "don't check the working tree after merging"9332msgstr "ne pas vérifier la copie de travail après la fusion"93339334#: builtin/read-tree.c:1359335msgid "don't update the index or the work tree"9336msgstr "ne pas mettre à jour l'index ou la copie de travail"93379338#: builtin/read-tree.c:1379339msgid "skip applying sparse checkout filter"9340msgstr "sauter l'application du filtre d'extraction creuse"93419342#: builtin/read-tree.c:1399343msgid "debug unpack-trees"9344msgstr "déboguer unpack-trees"93459346#: builtin/reflog.c:4329347#, c-format9348msgid "'%s' for '%s' is not a valid timestamp"9349msgstr "'%s' pour '%s' n'est pas un horodatage valide"93509351#: builtin/reflog.c:549 builtin/reflog.c:5549352#, c-format9353msgid "'%s' is not a valid timestamp"9354msgstr "'%s' n'est pas un horodatage valide"93559356#: builtin/remote.c:129357msgid "git remote [-v | --verbose]"9358msgstr "git remote [-v | --verbose]"93599360#: builtin/remote.c:139361msgid ""9362"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"9363"mirror=<fetch|push>] <name> <url>"9364msgstr ""9365"git remote add [-t <branche>] [-m <master>] [-f] [--tags | --no-tags] [--"9366"mirror=<fetch|push>] <nom> <url>"93679368#: builtin/remote.c:14 builtin/remote.c:339369msgid "git remote rename <old> <new>"9370msgstr "git remote rename <ancienne> <nouvelle>"93719372#: builtin/remote.c:15 builtin/remote.c:389373msgid "git remote remove <name>"9374msgstr "git remote remove <nom>"93759376#: builtin/remote.c:16 builtin/remote.c:439377msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"9378msgstr "git remote set-head <nom> (-a | --auto | -d | --delete | <branche>)"93799380#: builtin/remote.c:179381msgid "git remote [-v | --verbose] show [-n] <name>"9382msgstr "git remote [-v | --verbose] show [-n] <nom>"93839384#: builtin/remote.c:189385msgid "git remote prune [-n | --dry-run] <name>"9386msgstr "git remote prune [-n | --dry-run] <nom>"93879388#: builtin/remote.c:199389msgid ""9390"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"9391msgstr ""9392"git remote [-v | --verbose] update [-p | --prune] [(<groupe> | "9393"<distante>)...]"93949395#: builtin/remote.c:209396msgid "git remote set-branches [--add] <name> <branch>..."9397msgstr "git remote set-branches [--add] <nom> <branche>..."93989399#: builtin/remote.c:21 builtin/remote.c:699400msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"9401msgstr "git remote set-url [--push] <nom> <nouvelle-URL> [<ancienne-URL>]"94029403#: builtin/remote.c:22 builtin/remote.c:709404msgid "git remote set-url --add <name> <newurl>"9405msgstr "git remote set-url --add <nom> <nouvelle-URL>"94069407#: builtin/remote.c:23 builtin/remote.c:719408msgid "git remote set-url --delete <name> <url>"9409msgstr "git remote set-url --delete <nom> <URL>"94109411#: builtin/remote.c:289412msgid "git remote add [<options>] <name> <url>"9413msgstr "git remote add [<options>] <nom> <URL>"94149415#: builtin/remote.c:489416msgid "git remote set-branches <name> <branch>..."9417msgstr "git remote set-branches <nom> <branche>..."94189419#: builtin/remote.c:499420msgid "git remote set-branches --add <name> <branch>..."9421msgstr "git remote set-branches --add <nom> <branche>..."94229423#: builtin/remote.c:549424msgid "git remote show [<options>] <name>"9425msgstr "git remote show [<options>] <nom>"94269427#: builtin/remote.c:599428msgid "git remote prune [<options>] <name>"9429msgstr "git remote prune [<options>] <nom>"94309431#: builtin/remote.c:649432msgid "git remote update [<options>] [<group> | <remote>]..."9433msgstr "git remote update [<options>] [<groupe> | <distante>]..."94349435#: builtin/remote.c:889436#, c-format9437msgid "Updating %s"9438msgstr "Mise à jour de %s"94399440#: builtin/remote.c:1209441msgid ""9442"--mirror is dangerous and deprecated; please\n"9443"\t use --mirror=fetch or --mirror=push instead"9444msgstr ""9445"--mirror est dangereux et obsolète ; merci\n"9446"\t d'utiliser --mirror=fetch ou --mirror=push à la place"94479448#: builtin/remote.c:1379449#, c-format9450msgid "unknown mirror argument: %s"9451msgstr "argument miroir inconnu : %s"94529453#: builtin/remote.c:1539454msgid "fetch the remote branches"9455msgstr "rapatrier les branches distantes"94569457#: builtin/remote.c:1559458msgid "import all tags and associated objects when fetching"9459msgstr ""9460"importer toutes les étiquettes et les objets associés lors du rapatriement"94619462#: builtin/remote.c:1589463msgid "or do not fetch any tag at all (--no-tags)"9464msgstr "ou ne rapatrier aucune étiquette (--no-tags)"94659466#: builtin/remote.c:1609467msgid "branch(es) to track"9468msgstr "branche(s) à suivre"94699470#: builtin/remote.c:1619471msgid "master branch"9472msgstr "branche maîtresse"94739474#: builtin/remote.c:1629475msgid "push|fetch"9476msgstr "push|fetch"94779478#: builtin/remote.c:1639479msgid "set up remote as a mirror to push to or fetch from"9480msgstr ""9481"paramétrer la distante comme miroir pour pousser ou pour rapatrier depuis"94829483#: builtin/remote.c:1759484msgid "specifying a master branch makes no sense with --mirror"9485msgstr "spécifier une branche maîtresse n'a pas de sens avec --mirror"94869487#: builtin/remote.c:1779488msgid "specifying branches to track makes sense only with fetch mirrors"9489msgstr ""9490"spécifier les branches à suivre n'a de sens qu'avec des miroirs de "9491"rapatriement"94929493#: builtin/remote.c:187 builtin/remote.c:6379494#, c-format9495msgid "remote %s already exists."9496msgstr "la distante %s existe déjà."94979498#: builtin/remote.c:191 builtin/remote.c:6419499#, c-format9500msgid "'%s' is not a valid remote name"9501msgstr "'%s' n'est pas un nom valide de distante"95029503#: builtin/remote.c:2359504#, c-format9505msgid "Could not setup master '%s'"9506msgstr "Impossible de paramétrer la maîtresse '%s'"95079508#: builtin/remote.c:3359509#, c-format9510msgid "Could not get fetch map for refspec %s"9511msgstr ""9512"Impossible d'obtenir une correspondance distante pour la spécification de "9513"référence %s"95149515#: builtin/remote.c:436 builtin/remote.c:4449516msgid "(matching)"9517msgstr "(correspond)"95189519#: builtin/remote.c:4489520msgid "(delete)"9521msgstr "(supprimer)"95229523#: builtin/remote.c:588 builtin/remote.c:594 builtin/remote.c:6009524#, c-format9525msgid "Could not append '%s' to '%s'"9526msgstr "Impossible d'ajouter '%s' à '%s'"95279528#: builtin/remote.c:630 builtin/remote.c:769 builtin/remote.c:8699529#, c-format9530msgid "No such remote: %s"9531msgstr "Distante inconnue : %s"95329533#: builtin/remote.c:6479534#, c-format9535msgid "Could not rename config section '%s' to '%s'"9536msgstr "Impossible de renommer la section de configuration '%s' en '%s'"95379538#: builtin/remote.c:653 builtin/remote.c:8219539#, c-format9540msgid "Could not remove config section '%s'"9541msgstr "Impossible de supprimer la section de configuration '%s'"95429543#: builtin/remote.c:6689544#, c-format9545msgid ""9546"Not updating non-default fetch refspec\n"9547"\t%s\n"9548"\tPlease update the configuration manually if necessary."9549msgstr ""9550"Pas de mise à jour du refspec de rapatriement qui n'est pas par défaut\n"9551"\t%s\n"9552"\tVeuillez mettre à jour la configuration manuellement si nécessaire."95539554#: builtin/remote.c:6749555#, c-format9556msgid "Could not append '%s'"9557msgstr "Impossible d'ajouter '%s'"95589559#: builtin/remote.c:6859560#, c-format9561msgid "Could not set '%s'"9562msgstr "Impossible de définir '%s'"95639564#: builtin/remote.c:7079565#, c-format9566msgid "deleting '%s' failed"9567msgstr "échec de suppression de '%s'"95689569#: builtin/remote.c:7419570#, c-format9571msgid "creating '%s' failed"9572msgstr "échec de création de '%s'"95739574#: builtin/remote.c:8079575msgid ""9576"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"9577"to delete it, use:"9578msgid_plural ""9579"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"9580"to delete them, use:"9581msgstr[0] ""9582"Note : Une branche en dehors de refs/remotes/ n'a pas été supprimée ;\n"9583"pour la supprimer, utilisez :"9584msgstr[1] ""9585"Note : Plusieurs branches en dehors de refs/remotes/ n'ont pas été "9586"supprimées ;\n"9587"pour les supprimer, utilisez :"95889589#: builtin/remote.c:9229590#, c-format9591msgid " new (next fetch will store in remotes/%s)"9592msgstr " nouveau (le prochain rapatriement (fetch) stockera dans remotes/%s)"95939594#: builtin/remote.c:9259595msgid " tracked"9596msgstr " suivi"95979598#: builtin/remote.c:9279599msgid " stale (use 'git remote prune' to remove)"9600msgstr " dépassé (utilisez 'git remote prune' pour supprimer)"96019602#: builtin/remote.c:9299603msgid " ???"9604msgstr " ???"96059606#: builtin/remote.c:9709607#, c-format9608msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"9609msgstr "branch.%s.merge invalide ; ne peut pas rebaser sur plus d'une branche"96109611#: builtin/remote.c:9779612#, c-format9613msgid "rebases onto remote %s"9614msgstr "rebase sur la distante %s"96159616#: builtin/remote.c:9809617#, c-format9618msgid " merges with remote %s"9619msgstr " fusionne avec la distante %s"96209621#: builtin/remote.c:9819622msgid " and with remote"9623msgstr " et avec la distante"96249625#: builtin/remote.c:9839626#, c-format9627msgid "merges with remote %s"9628msgstr "fusionne avec la distante %s"96299630#: builtin/remote.c:9849631msgid " and with remote"9632msgstr " et avec la distante"96339634#: builtin/remote.c:10309635msgid "create"9636msgstr "créer"96379638#: builtin/remote.c:10339639msgid "delete"9640msgstr "supprimer"96419642#: builtin/remote.c:10379643msgid "up to date"9644msgstr "à jour"96459646#: builtin/remote.c:10409647msgid "fast-forwardable"9648msgstr "peut être mis à jour en avance rapide"96499650#: builtin/remote.c:10439651msgid "local out of date"9652msgstr "le local n'est pas à jour"96539654#: builtin/remote.c:10509655#, c-format9656msgid " %-*s forces to %-*s (%s)"9657msgstr " %-*s force vers %-*s (%s)"96589659#: builtin/remote.c:10539660#, c-format9661msgid " %-*s pushes to %-*s (%s)"9662msgstr " %-*s pousse vers %-*s (%s)"96639664#: builtin/remote.c:10579665#, c-format9666msgid " %-*s forces to %s"9667msgstr " %-*s force vers %s"96689669#: builtin/remote.c:10609670#, c-format9671msgid " %-*s pushes to %s"9672msgstr " %-*s pousse vers %s"96739674#: builtin/remote.c:11289675msgid "do not query remotes"9676msgstr "ne pas interroger les distantes"96779678#: builtin/remote.c:11559679#, c-format9680msgid "* remote %s"9681msgstr "* distante %s"96829683#: builtin/remote.c:11569684#, c-format9685msgid " Fetch URL: %s"9686msgstr " URL de rapatriement : %s"96879688#: builtin/remote.c:1157 builtin/remote.c:13089689msgid "(no URL)"9690msgstr "(pas d'URL)"96919692#: builtin/remote.c:1166 builtin/remote.c:11689693#, c-format9694msgid " Push URL: %s"9695msgstr " URL push : %s"96969697#: builtin/remote.c:1170 builtin/remote.c:1172 builtin/remote.c:11749698#, c-format9699msgid " HEAD branch: %s"9700msgstr " Branche HEAD : %s"97019702#: builtin/remote.c:11769703#, c-format9704msgid ""9705" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"9706msgstr ""9707" Branche HEAD (la HEAD distante est ambiguë, peut être l'une des "9708"suivantes) :\n"97099710#: builtin/remote.c:11889711#, c-format9712msgid " Remote branch:%s"9713msgid_plural " Remote branches:%s"9714msgstr[0] " Branche distante :%s"9715msgstr[1] " Branches distantes :%s"97169717#: builtin/remote.c:1191 builtin/remote.c:12189718msgid " (status not queried)"9719msgstr " (statut non demandé)"97209721#: builtin/remote.c:12009722msgid " Local branch configured for 'git pull':"9723msgid_plural " Local branches configured for 'git pull':"9724msgstr[0] " Branche locale configurée pour 'git pull' :"9725msgstr[1] " Branches locales configurées pour 'git pull' :"97269727#: builtin/remote.c:12089728msgid " Local refs will be mirrored by 'git push'"9729msgstr " Les références locales seront reflétées par 'git push'"97309731#: builtin/remote.c:12159732#, c-format9733msgid " Local ref configured for 'git push'%s:"9734msgid_plural " Local refs configured for 'git push'%s:"9735msgstr[0] " Référence locale configurée pour 'git push'%s :"9736msgstr[1] " Références locales configurées pour 'git push'%s :"97379738#: builtin/remote.c:12369739msgid "set refs/remotes/<name>/HEAD according to remote"9740msgstr "définir refs/remotes/<nom>/HEAD selon la distante"97419742#: builtin/remote.c:12389743msgid "delete refs/remotes/<name>/HEAD"9744msgstr "supprimer refs/remotes/<nom>/HEAD"97459746#: builtin/remote.c:12539747msgid "Cannot determine remote HEAD"9748msgstr "Impossible de déterminer la HEAD distante"97499750#: builtin/remote.c:12559751msgid "Multiple remote HEAD branches. Please choose one explicitly with:"9752msgstr ""9753"Il y a de multiples branches HEAD distantes. Veuillez en choisir une "9754"explicitement avec :"97559756#: builtin/remote.c:12659757#, c-format9758msgid "Could not delete %s"9759msgstr "Impossible de supprimer %s"97609761#: builtin/remote.c:12739762#, c-format9763msgid "Not a valid ref: %s"9764msgstr "Référence non valide : %s"97659766#: builtin/remote.c:12759767#, c-format9768msgid "Could not setup %s"9769msgstr "Impossible de paramétrer %s"97709771#: builtin/remote.c:12939772#, c-format9773msgid " %s will become dangling!"9774msgstr " %s se retrouvera en suspens !"97759776#: builtin/remote.c:12949777#, c-format9778msgid " %s has become dangling!"9779msgstr " %s se retrouve en suspens !"97809781#: builtin/remote.c:13049782#, c-format9783msgid "Pruning %s"9784msgstr "Élimination de %s"97859786#: builtin/remote.c:13059787#, c-format9788msgid "URL: %s"9789msgstr "URL : %s"97909791#: builtin/remote.c:13219792#, c-format9793msgid " * [would prune] %s"9794msgstr " * [serait éliminé] %s"97959796#: builtin/remote.c:13249797#, c-format9798msgid " * [pruned] %s"9799msgstr " * [éliminé] %s"98009801#: builtin/remote.c:13699802msgid "prune remotes after fetching"9803msgstr "éliminer les distants après le rapatriement"98049805#: builtin/remote.c:1435 builtin/remote.c:15099806#, c-format9807msgid "No such remote '%s'"9808msgstr "Pas de serveur remote '%s'"98099810#: builtin/remote.c:14559811msgid "add branch"9812msgstr "ajouter une branche"98139814#: builtin/remote.c:14629815msgid "no remote specified"9816msgstr "pas de serveur distant spécifié"98179818#: builtin/remote.c:14849819msgid "manipulate push URLs"9820msgstr "manipuler les URLs push"98219822#: builtin/remote.c:14869823msgid "add URL"9824msgstr "ajouter une URL"98259826#: builtin/remote.c:14889827msgid "delete URLs"9828msgstr "supprimer des URLs"98299830#: builtin/remote.c:14959831msgid "--add --delete doesn't make sense"9832msgstr "--add --delete n'a aucun sens"98339834#: builtin/remote.c:15359835#, c-format9836msgid "Invalid old URL pattern: %s"9837msgstr "Motif d'URL ancien invalide : %s"98389839#: builtin/remote.c:15439840#, c-format9841msgid "No such URL found: %s"9842msgstr "Pas d'URL trouvée : %s"98439844#: builtin/remote.c:15459845msgid "Will not delete all non-push URLs"9846msgstr "Pas de suppression de toutes les URLs non-push"98479848#: builtin/remote.c:15599849msgid "be verbose; must be placed before a subcommand"9850msgstr "être verbeux : doit être placé avant une sous-commande"98519852#: builtin/repack.c:179853msgid "git repack [<options>]"9854msgstr "git repack [<options>]"98559856#: builtin/repack.c:1599857msgid "pack everything in a single pack"9858msgstr "empaqueter tout dans un seul paquet"98599860#: builtin/repack.c:1619861msgid "same as -a, and turn unreachable objects loose"9862msgstr "identique à -a et transformer les objets inaccessibles en suspens"98639864#: builtin/repack.c:1649865msgid "remove redundant packs, and run git-prune-packed"9866msgstr "supprimer les paquets redondants et lancer git-prune-packed"98679868#: builtin/repack.c:1669869msgid "pass --no-reuse-delta to git-pack-objects"9870msgstr "passer --no-reuse-delta à git-pack-objects"98719872#: builtin/repack.c:1689873msgid "pass --no-reuse-object to git-pack-objects"9874msgstr "passer --no-reuse-object à git-pack-objects"98759876#: builtin/repack.c:1709877msgid "do not run git-update-server-info"9878msgstr "ne pas lancer git update-server-info"98799880#: builtin/repack.c:1739881msgid "pass --local to git-pack-objects"9882msgstr "passer --local à git-pack-objects"98839884#: builtin/repack.c:1759885msgid "write bitmap index"9886msgstr "écrire un index en bitmap"98879888#: builtin/repack.c:1769889msgid "approxidate"9890msgstr "date approximative"98919892#: builtin/repack.c:1779893msgid "with -A, do not loosen objects older than this"9894msgstr "avec -A, ne pas suspendre les objets plus vieux que celui-ci"98959896#: builtin/repack.c:1799897msgid "size of the window used for delta compression"9898msgstr "taille de la fenêtre utilisée pour la compression des deltas"98999900#: builtin/repack.c:180 builtin/repack.c:1849901msgid "bytes"9902msgstr "octets"99039904#: builtin/repack.c:1819905msgid "same as the above, but limit memory size instead of entries count"9906msgstr ""9907"idem ci-dessus, mais limiter la taille mémoire au lieu du nombre d'éléments"99089909#: builtin/repack.c:1839910msgid "limits the maximum delta depth"9911msgstr "limite la profondeur maximale des deltas"99129913#: builtin/repack.c:1859914msgid "maximum size of each packfile"9915msgstr "taille maximum de chaque fichier paquet"99169917#: builtin/repack.c:1879918msgid "repack objects in packs marked with .keep"9919msgstr "réempaqueter les objets dans des paquets marqués avec .keep"99209921#: builtin/repack.c:3789922#, c-format9923msgid "removing '%s' failed"9924msgstr "la suppression de '%s' a échoué"99259926#: builtin/replace.c:199927msgid "git replace [-f] <object> <replacement>"9928msgstr "git replace [-f] <objet> <remplacement>"99299930#: builtin/replace.c:209931msgid "git replace [-f] --edit <object>"9932msgstr "git replace [-f] --edit <objet>"99339934#: builtin/replace.c:219935msgid "git replace [-f] --graft <commit> [<parent>...]"9936msgstr "git replace [-f] --graft <commit> [<parent>...]"99379938#: builtin/replace.c:229939msgid "git replace -d <object>..."9940msgstr "git replace -d <objet>..."99419942#: builtin/replace.c:239943msgid "git replace [--format=<format>] [-l [<pattern>]]"9944msgstr "git replace [--format=<format>] [-l [<motif>]]"99459946#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:3919947#, c-format9948msgid "Not a valid object name: '%s'"9949msgstr "Nom d'objet invalide : '%s'"99509951#: builtin/replace.c:3559952#, c-format9953msgid "bad mergetag in commit '%s'"9954msgstr "mauvaise étiquette de fusion dans le commit '%s'"99559956#: builtin/replace.c:3579957#, c-format9958msgid "malformed mergetag in commit '%s'"9959msgstr "étiquette de fusion malformée dans le commit '%s'"99609961#: builtin/replace.c:3689962#, c-format9963msgid ""9964"original commit '%s' contains mergetag '%s' that is discarded; use --edit "9965"instead of --graft"9966msgstr ""9967"le commit original '%s' contient l'étiquette de fusion '%s' qui a disparu ; "9968"utilisez --edit au lieu de --graft"99699970#: builtin/replace.c:4019971#, c-format9972msgid "the original commit '%s' has a gpg signature."9973msgstr "le commit original '%s' contient une signature GPG."99749975#: builtin/replace.c:4029976msgid "the signature will be removed in the replacement commit!"9977msgstr "la signature sera éliminée dans la validation de remplacement !"99789979#: builtin/replace.c:4089980#, c-format9981msgid "could not write replacement commit for: '%s'"9982msgstr "Impossible d'écrire le commit de remplacement pour '%s'"99839984#: builtin/replace.c:4329985msgid "list replace refs"9986msgstr "afficher les références de remplacement"99879988#: builtin/replace.c:4339989msgid "delete replace refs"9990msgstr "supprimer les références de remplacement"99919992#: builtin/replace.c:4349993msgid "edit existing object"9994msgstr "éditer l'objet existant"99959996#: builtin/replace.c:4359997msgid "change a commit's parents"9998msgstr "Modifier les parents d'un commit"999910000#: builtin/replace.c:43610001msgid "replace the ref if it exists"10002msgstr "remplacer la référence si elle existe"1000310004#: builtin/replace.c:43710005msgid "do not pretty-print contents for --edit"10006msgstr "afficher sans mise en forme pour --edit"1000710008#: builtin/replace.c:43810009msgid "use this format"10010msgstr "utiliser ce format"1001110012#: builtin/rerere.c:1210013msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"10014msgstr ""10015"git rerere [clear | forget <chemin>... | status | remaining | diff | gc]"1001610017#: builtin/rerere.c:5710018msgid "register clean resolutions in index"10019msgstr "enregistrer des résolutions propres dans l'index"1002010021#: builtin/reset.c:2610022msgid ""10023"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"10024msgstr ""10025"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"1002610027#: builtin/reset.c:2710028msgid "git reset [-q] <tree-ish> [--] <paths>..."10029msgstr "git reset [-q] <arbre ou apparenté> [--] <chemins>..."1003010031#: builtin/reset.c:2810032msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"10033msgstr "git reset --patch [<arbre ou apparenté>] [--] [<chemins>...]"1003410035#: builtin/reset.c:3410036msgid "mixed"10037msgstr "mixed"1003810039#: builtin/reset.c:3410040msgid "soft"10041msgstr "soft"1004210043#: builtin/reset.c:3410044msgid "hard"10045msgstr "hard"1004610047#: builtin/reset.c:3410048msgid "merge"10049msgstr "merge"1005010051#: builtin/reset.c:3410052msgid "keep"10053msgstr "keep"1005410055#: builtin/reset.c:7410056msgid "You do not have a valid HEAD."10057msgstr "Vous n'avez pas une HEAD valide."1005810059#: builtin/reset.c:7610060msgid "Failed to find tree of HEAD."10061msgstr "Impossible de trouver l'arbre pour HEAD."1006210063#: builtin/reset.c:8210064#, c-format10065msgid "Failed to find tree of %s."10066msgstr "Impossible de trouver l'arbre pour %s."1006710068#: builtin/reset.c:10010069#, c-format10070msgid "HEAD is now at %s"10071msgstr "HEAD est maintenant à %s"1007210073#: builtin/reset.c:18310074#, c-format10075msgid "Cannot do a %s reset in the middle of a merge."10076msgstr "Impossible de faire un \"reset %s\" au milieu d'une fusion."1007710078#: builtin/reset.c:27610079msgid "be quiet, only report errors"10080msgstr "être silencieux, afficher seulement les erreurs"1008110082#: builtin/reset.c:27810083msgid "reset HEAD and index"10084msgstr "réinitialiser HEAD et l'index"1008510086#: builtin/reset.c:27910087msgid "reset only HEAD"10088msgstr "réinitialiser seulement HEAD"1008910090#: builtin/reset.c:281 builtin/reset.c:28310091msgid "reset HEAD, index and working tree"10092msgstr "réinitialiser HEAD, l'index et la copie de travail"1009310094#: builtin/reset.c:28510095msgid "reset HEAD but keep local changes"10096msgstr "réinitialiser HEAD mais garder les changements locaux"1009710098#: builtin/reset.c:28810099msgid "record only the fact that removed paths will be added later"10100msgstr ""10101"enregistrer seulement le fait que les chemins effacés seront ajoutés plus "10102"tard"1010310104#: builtin/reset.c:30510105#, c-format10106msgid "Failed to resolve '%s' as a valid revision."10107msgstr "Échec de résolution de '%s' comme une révision valide."1010810109#: builtin/reset.c:31310110#, c-format10111msgid "Failed to resolve '%s' as a valid tree."10112msgstr "Échec de résolution de '%s' comme un arbre valide."1011310114#: builtin/reset.c:32210115msgid "--patch is incompatible with --{hard,mixed,soft}"10116msgstr "--patch est incompatible avec --{hard,mixed,soft}"1011710118#: builtin/reset.c:33110119msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."10120msgstr ""10121"--mixed avec des chemins est obsolète ; utilisez 'git reset -- <paths>' à la "10122"place."1012310124#: builtin/reset.c:33310125#, c-format10126msgid "Cannot do %s reset with paths."10127msgstr "Impossible de faire un \"%s reset\" avec des chemins."1012810129#: builtin/reset.c:34310130#, c-format10131msgid "%s reset is not allowed in a bare repository"10132msgstr "Le \"%s reset\" n'est pas permis dans un dépôt nu"1013310134#: builtin/reset.c:34710135msgid "-N can only be used with --mixed"10136msgstr "-N ne peut être utilisé qu'avec --mixed"1013710138#: builtin/reset.c:36410139msgid "Unstaged changes after reset:"10140msgstr "Modifications non indexées après reset :"1014110142#: builtin/reset.c:37010143#, c-format10144msgid "Could not reset index file to revision '%s'."10145msgstr "Impossible de réinitialiser le fichier d'index à la révision '%s'."1014610147#: builtin/reset.c:37410148msgid "Could not write new index file."10149msgstr "Impossible d'écrire le nouveau fichier d'index."1015010151#: builtin/rev-list.c:35410152msgid "rev-list does not support display of notes"10153msgstr "rev-list ne supporte l'affichage des notes"1015410155#: builtin/rev-parse.c:36110156msgid "git rev-parse --parseopt [<options>] -- [<args>...]"10157msgstr "git rev-parse --parseopt [<options>] -- [<arguments>...]"1015810159#: builtin/rev-parse.c:36610160msgid "keep the `--` passed as an arg"10161msgstr "garder le `--` passé en argument"1016210163#: builtin/rev-parse.c:36810164msgid "stop parsing after the first non-option argument"10165msgstr "arrêt de l'analyse après le premier argument qui n'est pas une option"1016610167#: builtin/rev-parse.c:37110168msgid "output in stuck long form"10169msgstr "sortie en forme longue fixée"1017010171#: builtin/rev-parse.c:50210172msgid ""10173"git rev-parse --parseopt [<options>] -- [<args>...]\n"10174" or: git rev-parse --sq-quote [<arg>...]\n"10175" or: git rev-parse [<options>] [<arg>...]\n"10176"\n"10177"Run \"git rev-parse --parseopt -h\" for more information on the first usage."10178msgstr ""10179"git rev-parse --parseopt [<options>] -- [<arguments>...]\n"10180" ou : git rev-parse --sq-quote [<argument>...]\n"10181" ou : git rev-parse [options] [<argument>...]\n"10182"\n"10183"Lancez \"git rev-parse --parseopt -h\" pour plus d'information sur "10184"l'utilisation principale."1018510186#: builtin/revert.c:2210187msgid "git revert [<options>] <commit-ish>..."10188msgstr "git revert [<options>] <commit ou apparenté>..."1018910190#: builtin/revert.c:2310191msgid "git revert <subcommand>"10192msgstr "git revert <sous-commande>"1019310194#: builtin/revert.c:2810195msgid "git cherry-pick [<options>] <commit-ish>..."10196msgstr "git cherry-pick [<options>] <commit ou apparenté>..."1019710198#: builtin/revert.c:2910199msgid "git cherry-pick <subcommand>"10200msgstr "git cherry-pick <sous-commande>"1020110202#: builtin/revert.c:7110203#, c-format10204msgid "%s: %s cannot be used with %s"10205msgstr "%s : %s ne peut pas être utilisé avec %s"1020610207#: builtin/revert.c:8010208msgid "end revert or cherry-pick sequence"10209msgstr "mettre fin au retour ou picorage"1021010211#: builtin/revert.c:8110212msgid "resume revert or cherry-pick sequence"10213msgstr "reprendre le retour ou picorage"1021410215#: builtin/revert.c:8210216msgid "cancel revert or cherry-pick sequence"10217msgstr "annuler le retour ou picorage"1021810219#: builtin/revert.c:8310220msgid "don't automatically commit"10221msgstr "ne pas valider automatiquement"1022210223#: builtin/revert.c:8410224msgid "edit the commit message"10225msgstr "éditer le message de validation"1022610227#: builtin/revert.c:8710228msgid "parent number"10229msgstr "numéro de parent"1023010231#: builtin/revert.c:8910232msgid "merge strategy"10233msgstr "stratégie de fusion"1023410235#: builtin/revert.c:9010236msgid "option"10237msgstr "option"1023810239#: builtin/revert.c:9110240msgid "option for merge strategy"10241msgstr "option pour la stratégie de fusion"1024210243#: builtin/revert.c:10410244msgid "append commit name"10245msgstr "ajouter le nom de validation"1024610247#: builtin/revert.c:10610248msgid "preserve initially empty commits"10249msgstr "préserver les validations vides initialement"1025010251#: builtin/revert.c:10710252msgid "allow commits with empty messages"10253msgstr "autoriser les validations avec des messages vides"1025410255#: builtin/revert.c:10810256msgid "keep redundant, empty commits"10257msgstr "garder les validations redondantes, vides"1025810259#: builtin/revert.c:11210260msgid "program error"10261msgstr "erreur du programme"1026210263#: builtin/revert.c:19710264msgid "revert failed"10265msgstr "revert a échoué"1026610267#: builtin/revert.c:21210268msgid "cherry-pick failed"10269msgstr "le picorage a échoué"1027010271#: builtin/rm.c:1710272msgid "git rm [<options>] [--] <file>..."10273msgstr "git rm [<options>] [--] <fichier>..."1027410275#: builtin/rm.c:6510276msgid ""10277"the following submodule (or one of its nested submodules)\n"10278"uses a .git directory:"10279msgid_plural ""10280"the following submodules (or one of their nested submodules)\n"10281"use a .git directory:"10282msgstr[0] ""10283"le sous-module suivant (ou un de ses sous-modules imbriqués)\n"10284"utilise un répertoire .git :"10285msgstr[1] ""10286"les sous-modules suivants (ou un de leurs sous-modules imbriqués)\n"10287"utilisent un répertoire .git :"1028810289#: builtin/rm.c:7110290msgid ""10291"\n"10292"(use 'rm -rf' if you really want to remove it including all of its history)"10293msgstr ""10294"\n"10295"(utilisez 'rm -rf' si vous voulez vraiment le supprimer en incluant tout son "10296"historique)"1029710298#: builtin/rm.c:23010299msgid ""10300"the following file has staged content different from both the\n"10301"file and the HEAD:"10302msgid_plural ""10303"the following files have staged content different from both the\n"10304"file and the HEAD:"10305msgstr[0] ""10306"le fichier suivant a du contenu indexé différent\n"10307"du fichier et de HEAD :"10308msgstr[1] ""10309"les fichiers suivants ont du contenu indexé différent\n"10310"du fichier et de HEAD :"1031110312#: builtin/rm.c:23510313msgid ""10314"\n"10315"(use -f to force removal)"10316msgstr ""10317"\n"10318"(utilisez -f pour forcer la suppression)"1031910320#: builtin/rm.c:23910321msgid "the following file has changes staged in the index:"10322msgid_plural "the following files have changes staged in the index:"10323msgstr[0] "le fichier suivant a des changements indexés :"10324msgstr[1] "les fichiers suivants ont des changements indexés :"1032510326#: builtin/rm.c:243 builtin/rm.c:25410327msgid ""10328"\n"10329"(use --cached to keep the file, or -f to force removal)"10330msgstr ""10331"\n"10332"(utilisez --cached pour garder le fichier, ou -f pour forcer la suppression)"1033310334#: builtin/rm.c:25110335msgid "the following file has local modifications:"10336msgid_plural "the following files have local modifications:"10337msgstr[0] "le fichier suivant a des modifications locales :"10338msgstr[1] "les fichiers suivants ont des modifications locales :"1033910340#: builtin/rm.c:26910341msgid "do not list removed files"10342msgstr "ne pas afficher les fichiers supprimés"1034310344#: builtin/rm.c:27010345msgid "only remove from the index"10346msgstr "supprimer seulement de l'index"1034710348#: builtin/rm.c:27110349msgid "override the up-to-date check"10350msgstr "outrepasser la vérification des fichiers à jour"1035110352#: builtin/rm.c:27210353msgid "allow recursive removal"10354msgstr "autoriser la suppression récursive"1035510356#: builtin/rm.c:27410357msgid "exit with a zero status even if nothing matched"10358msgstr "sortir avec un statut zéro même si rien ne correspondait"1035910360#: builtin/rm.c:31710361msgid "Please, stage your changes to .gitmodules or stash them to proceed"10362msgstr ""10363"Veuillez indexer vos modifications de .gitmodules ou remisez-les pour "10364"continuer"1036510366#: builtin/rm.c:33510367#, c-format10368msgid "not removing '%s' recursively without -r"10369msgstr "pas de suppression récursive de '%s' sans -r"1037010371#: builtin/rm.c:37410372#, c-format10373msgid "git rm: unable to remove %s"10374msgstr "git rm : impossible de supprimer %s"1037510376#: builtin/send-pack.c:1810377msgid ""10378"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10379"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "10380"[<ref>...]\n"10381" --all and explicit <ref> specification are mutually exclusive."10382msgstr ""10383"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"10384"receive-pack>] [--verbose] [--thin] [--atomic] [<hôte>:]<répertoire> "10385"[<référence>...]\n"10386" --all et la spécification explicite de <référence> sont mutuellement "10387"exclusifs."1038810389#: builtin/send-pack.c:16010390msgid "remote name"10391msgstr "nom distant"1039210393#: builtin/send-pack.c:17110394msgid "use stateless RPC protocol"10395msgstr "utiliser un protocole RPC sans état"1039610397#: builtin/send-pack.c:17210398msgid "read refs from stdin"10399msgstr "lire les références depuis l'entrée standard"1040010401#: builtin/send-pack.c:17310402msgid "print status from remote helper"10403msgstr "afficher les messages du greffon de protocole distant"1040410405#: builtin/shortlog.c:1310406msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"10407msgstr "git shortlog [<options>] [<intervalle-révisions>] [[--] [<chemin>...]]"1040810409#: builtin/shortlog.c:13110410#, c-format10411msgid "Missing author: %s"10412msgstr "Auteur manquant : %s"1041310414#: builtin/shortlog.c:23010415msgid "sort output according to the number of commits per author"10416msgstr "trier la sortie sur le nombre de validations par auteur"1041710418#: builtin/shortlog.c:23210419msgid "Suppress commit descriptions, only provides commit count"10420msgstr ""10421"Supprimer les descriptions de validation, fournit seulement le nombre de "10422"validations"1042310424#: builtin/shortlog.c:23410425msgid "Show the email address of each author"10426msgstr "Afficher l'adresse e-mail de chaque auteur"1042710428#: builtin/shortlog.c:23510429msgid "w[,i1[,i2]]"10430msgstr "w[,i1[,i2]]"1043110432#: builtin/shortlog.c:23610433msgid "Linewrap output"10434msgstr "Couper les lignes"1043510436#: builtin/show-branch.c:910437msgid ""10438"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"10439"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"10440"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10441"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"10442msgstr ""10443"git show-branch [-a | --all] [-r|--remotes] [--topo-order | --date-order]\n"10444"\t\t[--current] [--color[=<quand>] | --no-color] [--sparse]\n"10445"\t\t[--more=<n> | --list | --independent | --merge-base]\n"10446"\t\t[--no-name | --sha1-name] [--topics] [(<rév> | <glob>)...]"1044710448#: builtin/show-branch.c:1310449msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"10450msgstr "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<référence>]"1045110452#: builtin/show-branch.c:65910453msgid "show remote-tracking and local branches"10454msgstr "afficher les branches de suivi distantes et les branches locales"1045510456#: builtin/show-branch.c:66110457msgid "show remote-tracking branches"10458msgstr "afficher les branches de suivi distantes"1045910460#: builtin/show-branch.c:66310461msgid "color '*!+-' corresponding to the branch"10462msgstr "couleur '*!+-' correspondant à la branche"1046310464#: builtin/show-branch.c:66510465msgid "show <n> more commits after the common ancestor"10466msgstr "afficher <n> validations de plus après l'ancêtre commun"1046710468#: builtin/show-branch.c:66710469msgid "synonym to more=-1"10470msgstr "synonyme de more=-1"1047110472#: builtin/show-branch.c:66810473msgid "suppress naming strings"10474msgstr "supprimer les chaînes de nommage"1047510476#: builtin/show-branch.c:67010477msgid "include the current branch"10478msgstr "inclure la branche courante"1047910480#: builtin/show-branch.c:67210481msgid "name commits with their object names"10482msgstr "nommer les validations avec leurs noms d'objet"1048310484#: builtin/show-branch.c:67410485msgid "show possible merge bases"10486msgstr "afficher les bases possibles de fusion"1048710488#: builtin/show-branch.c:67610489msgid "show refs unreachable from any other ref"10490msgstr "afficher les références inaccessibles depuis toute autre référence"1049110492#: builtin/show-branch.c:67810493msgid "show commits in topological order"10494msgstr "afficher les validations dans l'ordre topologique"1049510496#: builtin/show-branch.c:68110497msgid "show only commits not on the first branch"10498msgstr ""10499"afficher seulement les validations qui ne sont pas sur la première branche"1050010501#: builtin/show-branch.c:68310502msgid "show merges reachable from only one tip"10503msgstr "afficher les fusions accessibles depuis une seule pointe"1050410505#: builtin/show-branch.c:68510506msgid "topologically sort, maintaining date order where possible"10507msgstr "tri topologique, maintenant l'ordre par date si possible"1050810509#: builtin/show-branch.c:68810510msgid "<n>[,<base>]"10511msgstr "<n>[,<base>]"1051210513#: builtin/show-branch.c:68910514msgid "show <n> most recent ref-log entries starting at base"10515msgstr ""10516"afficher les <n> plus récents éléments de ref-log en commençant à la base"1051710518#: builtin/show-ref.c:1010519msgid ""10520"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10521"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"10522msgstr ""10523"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"10524"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<motif>...]"1052510526#: builtin/show-ref.c:1110527msgid "git show-ref --exclude-existing[=<pattern>] < <ref-list>"10528msgstr "git show-ref --exclude-existing[=<motif>] < liste-références"1052910530#: builtin/show-ref.c:17010531msgid "only show tags (can be combined with heads)"10532msgstr "afficher seulement les étiquettes (peut être combiné avec des têtes)"1053310534#: builtin/show-ref.c:17110535msgid "only show heads (can be combined with tags)"10536msgstr "afficher seulement les têtes (peut être combiné avec des étiquettes)"1053710538#: builtin/show-ref.c:17210539msgid "stricter reference checking, requires exact ref path"10540msgstr ""10541"vérification de référence plus stricte, nécessite un chemin de référence "10542"exact"1054310544#: builtin/show-ref.c:175 builtin/show-ref.c:17710545msgid "show the HEAD reference, even if it would be filtered out"10546msgstr "afficher la référence HEAD, même si elle serait filtrée"1054710548#: builtin/show-ref.c:17910549msgid "dereference tags into object IDs"10550msgstr "déréférencer les étiquettes en IDs d'objet"1055110552#: builtin/show-ref.c:18110553msgid "only show SHA1 hash using <n> digits"10554msgstr "afficher seulement le hachage SHA1 en utilisant <n> chiffres"1055510556#: builtin/show-ref.c:18510557msgid "do not print results to stdout (useful with --verify)"10558msgstr ""10559"ne pas afficher les résultats sur la sortie standard (pratique avec --verify)"1056010561#: builtin/show-ref.c:18710562msgid "show refs from stdin that aren't in local repository"10563msgstr ""10564"afficher les références de l'entrée standard qui ne sont pas dans le dépôt "10565"local"1056610567#: builtin/symbolic-ref.c:710568msgid "git symbolic-ref [<options>] <name> [<ref>]"10569msgstr "git symbolic-ref [<options>] nom [<référence>]"1057010571#: builtin/symbolic-ref.c:810572msgid "git symbolic-ref -d [-q] <name>"10573msgstr "git symbolic-ref -d [-q] <nom>"1057410575#: builtin/symbolic-ref.c:4010576msgid "suppress error message for non-symbolic (detached) refs"10577msgstr ""10578"supprimer le message d'erreur pour une référence non symbolique (détachée)"1057910580#: builtin/symbolic-ref.c:4110581msgid "delete symbolic ref"10582msgstr "supprimer la référence symbolique"1058310584#: builtin/symbolic-ref.c:4210585msgid "shorten ref output"10586msgstr "raccourcir l'affichage de la référence"1058710588#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210589msgid "reason"10590msgstr "raison"1059110592#: builtin/symbolic-ref.c:43 builtin/update-ref.c:36210593msgid "reason of the update"10594msgstr "raison de la mise à jour"1059510596#: builtin/tag.c:2210597msgid ""10598"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "10599"[<head>]"10600msgstr ""10601"git tag [-a | -s | -u <id-clé>] [-f] [-m <message> | -F <file>] <nom-"10602"étiquette> [<head>]"1060310604#: builtin/tag.c:2310605msgid "git tag -d <tagname>..."10606msgstr "git tag -d <nométiquette>..."1060710608#: builtin/tag.c:2410609msgid ""10610"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"10611"\t\t[<pattern>...]"10612msgstr ""10613"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <objet>]\n"10614"\t\t[<motif>...]"1061510616#: builtin/tag.c:2610617msgid "git tag -v <tagname>..."10618msgstr "git tag -v <nométiquette>..."1061910620#: builtin/tag.c:6910621#, c-format10622msgid "malformed object at '%s'"10623msgstr "objet malformé à '%s'"1062410625#: builtin/tag.c:30110626#, c-format10627msgid "tag name too long: %.*s..."10628msgstr "nom d'étiquette trop long : %.*s..."1062910630#: builtin/tag.c:30610631#, c-format10632msgid "tag '%s' not found."10633msgstr "étiquette '%s' non trouvée."1063410635#: builtin/tag.c:32110636#, c-format10637msgid "Deleted tag '%s' (was %s)\n"10638msgstr "Étiquette '%s' supprimée (elle était sur %s)\n"1063910640#: builtin/tag.c:33310641#, c-format10642msgid "could not verify the tag '%s'"10643msgstr "impossible de vérifier l'étiquette '%s'"1064410645#: builtin/tag.c:34310646#, c-format10647msgid ""10648"\n"10649"Write a message for tag:\n"10650" %s\n"10651"Lines starting with '%c' will be ignored.\n"10652msgstr ""10653"\n"10654"Écrivez un message pour l'étiquette :\n"10655" %s\n"10656"Les lignes commençant par '%c' seront ignorées.\n"1065710658#: builtin/tag.c:34710659#, c-format10660msgid ""10661"\n"10662"Write a message for tag:\n"10663" %s\n"10664"Lines starting with '%c' will be kept; you may remove them yourself if you "10665"want to.\n"10666msgstr ""10667"\n"10668"Écrivez un message pour l'étiquette :\n"10669" %s\n"10670"Les lignes commençant par '%c' seront gardées ; vous pouvez les retirer vous-"10671"même si vous le souhaitez.\n"1067210673#: builtin/tag.c:37110674#, c-format10675msgid "unsupported sort specification '%s'"10676msgstr "spécification de tri non supportée '%s'"1067710678#: builtin/tag.c:37310679#, c-format10680msgid "unsupported sort specification '%s' in variable '%s'"10681msgstr "spécification de tri non supportée '%s' dans le variable '%s'"1068210683#: builtin/tag.c:42810684msgid "unable to sign the tag"10685msgstr "impossible de signer l'étiquette"1068610687#: builtin/tag.c:43010688msgid "unable to write tag file"10689msgstr "impossible d'écrire le fichier d'étiquettes"1069010691#: builtin/tag.c:45510692msgid "bad object type."10693msgstr "mauvais type d'objet."1069410695#: builtin/tag.c:46810696msgid "tag header too big."10697msgstr "en-tête d'étiquette trop gros."1069810699#: builtin/tag.c:50410700msgid "no tag message?"10701msgstr "pas de message pour l'étiquette ?"1070210703#: builtin/tag.c:51010704#, c-format10705msgid "The tag message has been left in %s\n"10706msgstr "Le message pour l'étiquette a été laissé dans %s\n"1070710708#: builtin/tag.c:55910709msgid "switch 'points-at' requires an object"10710msgstr "le commutateur 'points-at' a besoin d'un objet"1071110712#: builtin/tag.c:56110713#, c-format10714msgid "malformed object name '%s'"10715msgstr "nom d'objet malformé '%s'"1071610717#: builtin/tag.c:59010718msgid "list tag names"10719msgstr "afficher les noms des étiquettes"1072010721#: builtin/tag.c:59210722msgid "print <n> lines of each tag message"10723msgstr "affiche <n> lignes de chaque message d'étiquette"1072410725#: builtin/tag.c:59410726msgid "delete tags"10727msgstr "supprimer des étiquettes"1072810729#: builtin/tag.c:59510730msgid "verify tags"10731msgstr "vérifier des étiquettes"1073210733#: builtin/tag.c:59710734msgid "Tag creation options"10735msgstr "Options de création de l'étiquette"1073610737#: builtin/tag.c:59910738msgid "annotated tag, needs a message"10739msgstr "étiquette annotée, nécessite un message"1074010741#: builtin/tag.c:60110742msgid "tag message"10743msgstr "message pour l'étiquette"1074410745#: builtin/tag.c:60310746msgid "annotated and GPG-signed tag"10747msgstr "étiquette annotée et signée avec GPG"1074810749#: builtin/tag.c:60710750msgid "use another key to sign the tag"10751msgstr "utiliser une autre clé pour signer l'étiquette"1075210753#: builtin/tag.c:60810754msgid "replace the tag if exists"10755msgstr "remplacer l'étiquette si elle existe"1075610757#: builtin/tag.c:609 builtin/update-ref.c:36810758msgid "create a reflog"10759msgstr "créer un reflog"1076010761#: builtin/tag.c:61110762msgid "Tag listing options"10763msgstr "Options d'affichage des étiquettes"1076410765#: builtin/tag.c:61210766msgid "show tag list in columns"10767msgstr "afficher la liste des étiquettes sous forme de colonnes"1076810769#: builtin/tag.c:61410770msgid "sort tags"10771msgstr "trier les étiquettes"1077210773#: builtin/tag.c:619 builtin/tag.c:62510774msgid "print only tags that contain the commit"10775msgstr "afficher seulement les étiquettes qui contiennent la validation"1077610777#: builtin/tag.c:63110778msgid "print only tags of the object"10779msgstr "afficher seulement les étiquettes de l'objet"1078010781#: builtin/tag.c:65710782msgid "--column and -n are incompatible"10783msgstr "--column et -n sont incompatibles"1078410785#: builtin/tag.c:66910786msgid "--sort and -n are incompatible"10787msgstr "--sort et -n sont incompatibles"1078810789#: builtin/tag.c:67610790msgid "-n option is only allowed with -l."10791msgstr "l'option -n est autorisée seulement avec -l."1079210793#: builtin/tag.c:67810794msgid "--contains option is only allowed with -l."10795msgstr "l'option --contains est autorisée seulement avec -l."1079610797#: builtin/tag.c:68010798msgid "--points-at option is only allowed with -l."10799msgstr "l'option --points-at est autorisée seulement avec -l."1080010801#: builtin/tag.c:68810802msgid "only one -F or -m option is allowed."10803msgstr "une seule option -F ou -m est autorisée."1080410805#: builtin/tag.c:70810806msgid "too many params"10807msgstr "trop de paramètres"1080810809#: builtin/tag.c:71410810#, c-format10811msgid "'%s' is not a valid tag name."10812msgstr "'%s' n'est pas un nom d'étiquette valide."1081310814#: builtin/tag.c:71910815#, c-format10816msgid "tag '%s' already exists"10817msgstr "l'étiquette '%s' existe déjà"1081810819#: builtin/tag.c:74410820#, c-format10821msgid "Updated tag '%s' (was %s)\n"10822msgstr "Étiquette '%s' mise à jour (elle était sur %s)\n"1082310824#: builtin/unpack-objects.c:49010825msgid "Unpacking objects"10826msgstr "Dépaquetage des objets"1082710828#: builtin/update-index.c:7010829#, c-format10830msgid "failed to create directory %s"10831msgstr "échec de la création du répertoire %s"1083210833#: builtin/update-index.c:7610834#, c-format10835msgid "failed to stat %s"10836msgstr "échec du stat de %s"1083710838#: builtin/update-index.c:8610839#, c-format10840msgid "failed to create file %s"10841msgstr "échec de la création du fichier %s"1084210843#: builtin/update-index.c:9410844#, c-format10845msgid "failed to delete file %s"10846msgstr "échec de la suppression du fichier %s"1084710848#: builtin/update-index.c:101 builtin/update-index.c:20310849#, c-format10850msgid "failed to delete directory %s"10851msgstr "échec de la suppression du répertoire %s"1085210853#: builtin/update-index.c:12410854#, c-format10855msgid "Testing "10856msgstr "Test en cours "1085710858#: builtin/update-index.c:13610859msgid "directory stat info does not change after adding a new file"10860msgstr ""10861"l'information de stat du répertoire ne change pas après ajout d'un fichier"1086210863#: builtin/update-index.c:14910864msgid "directory stat info does not change after adding a new directory"10865msgstr ""10866"l'information de stat du répertoire ne change pas après ajout d'un répertoire"1086710868#: builtin/update-index.c:16210869msgid "directory stat info changes after updating a file"10870msgstr ""10871"l'information de stat du répertoire change après mise à jour d'un fichier"1087210873#: builtin/update-index.c:17310874msgid "directory stat info changes after adding a file inside subdirectory"10875msgstr ""10876"l'information de stat du répertoire change après l'ajout d'un fichier dans "10877"un sous-répertoire"1087810879#: builtin/update-index.c:18410880msgid "directory stat info does not change after deleting a file"10881msgstr ""10882"l'information de stat du répertoire ne change pas après la suppression d'un "10883"fichier<"1088410885#: builtin/update-index.c:19710886msgid "directory stat info does not change after deleting a directory"10887msgstr ""10888"l'information de stat du répertoire ne change pas après la suppression d'un "10889"répertoire"1089010891#: builtin/update-index.c:20410892msgid " OK"10893msgstr " OK"1089410895#: builtin/update-index.c:56410896msgid "git update-index [<options>] [--] [<file>...]"10897msgstr "git update-index [<options>] [--] [<fichier>...]"1089810899#: builtin/update-index.c:91810900msgid "continue refresh even when index needs update"10901msgstr "continuer de rafraîchir même si l'index a besoin d'une mise à jour"1090210903#: builtin/update-index.c:92110904msgid "refresh: ignore submodules"10905msgstr "rafraîchir : ignorer les sous-modules"1090610907#: builtin/update-index.c:92410908msgid "do not ignore new files"10909msgstr "ne pas ignorer les nouveaux fichiers"1091010911#: builtin/update-index.c:92610912msgid "let files replace directories and vice-versa"10913msgstr "laisser les fichiers remplacer des répertoires et vice-versa"1091410915#: builtin/update-index.c:92810916msgid "notice files missing from worktree"10917msgstr "aviser des fichiers manquants dans la copie de travail"1091810919#: builtin/update-index.c:93010920msgid "refresh even if index contains unmerged entries"10921msgstr "rafraîchir même si l'index contient des éléments non fusionnés"1092210923#: builtin/update-index.c:93310924msgid "refresh stat information"10925msgstr "rafraîchir l'information de stat"1092610927#: builtin/update-index.c:93710928msgid "like --refresh, but ignore assume-unchanged setting"10929msgstr "comme --refresh, mais en ignorant l'option assume-unchanged"1093010931#: builtin/update-index.c:94110932msgid "<mode>,<object>,<path>"10933msgstr "<mode>, <objet>, <chemin>"1093410935#: builtin/update-index.c:94210936msgid "add the specified entry to the index"10937msgstr "ajouter l'élément spécifié dans l'index"1093810939#: builtin/update-index.c:94610940msgid "(+/-)x"10941msgstr "(+/-)x"1094210943#: builtin/update-index.c:94710944msgid "override the executable bit of the listed files"10945msgstr "outrepasser le bit exécutable pour les fichiers listés"1094610947#: builtin/update-index.c:95110948msgid "mark files as \"not changing\""10949msgstr "marquer les fichiers comme \"non changeants\""1095010951#: builtin/update-index.c:95410952msgid "clear assumed-unchanged bit"10953msgstr "mettre à zéro le bit supposé-non-modifié"1095410955#: builtin/update-index.c:95710956msgid "mark files as \"index-only\""10957msgstr "marquer les fichiers comme \"index seulement\""1095810959#: builtin/update-index.c:96010960msgid "clear skip-worktree bit"10961msgstr "mettre à zéro le bit sauter-la-copie-de travail"1096210963#: builtin/update-index.c:96310964msgid "add to index only; do not add content to object database"10965msgstr ""10966"ajouter seulement à l'index ; ne pas ajouter le contenu dans la base de "10967"données des objets"1096810969#: builtin/update-index.c:96510970msgid "remove named paths even if present in worktree"10971msgstr ""10972"supprimer les chemins nommés même s'ils sont présents dans la copie de "10973"travail"1097410975#: builtin/update-index.c:96710976msgid "with --stdin: input lines are terminated by null bytes"10977msgstr "avec --stdin : les lignes en entrée sont terminées par des octets nuls"1097810979#: builtin/update-index.c:96910980msgid "read list of paths to be updated from standard input"10981msgstr "lire la liste des chemins à mettre à jour depuis l'entrée standard"1098210983#: builtin/update-index.c:97310984msgid "add entries from standard input to the index"10985msgstr "ajouter les éléments depuis l'entrée standard à l'index"1098610987#: builtin/update-index.c:97710988msgid "repopulate stages #2 and #3 for the listed paths"10989msgstr "repeupler les étapes n°2 et n°3 pour les chemins listés"1099010991#: builtin/update-index.c:98110992msgid "only update entries that differ from HEAD"10993msgstr "mettre à jour seulement les éléments qui diffèrent de HEAD"1099410995#: builtin/update-index.c:98510996msgid "ignore files missing from worktree"10997msgstr "ignorer les fichiers manquants dans la copie de travail"1099810999#: builtin/update-index.c:98811000msgid "report actions to standard output"11001msgstr "afficher les actions sur la sortie standard"1100211003#: builtin/update-index.c:99011004msgid "(for porcelains) forget saved unresolved conflicts"11005msgstr "(pour porcelaines) oublier les conflits sauvés et non résolus"1100611007#: builtin/update-index.c:99411008msgid "write index in this format"11009msgstr "écrire l'index dans ce format"1101011011#: builtin/update-index.c:99611012msgid "enable or disable split index"11013msgstr "activer ou désactiver l'index divisé"1101411015#: builtin/update-index.c:99811016msgid "enable/disable untracked cache"11017msgstr "activer ou désactiver le cache non-suivi"1101811019#: builtin/update-index.c:100011020msgid "enable untracked cache without testing the filesystem"11021msgstr "activer le cache non-suivi sans tester le système de fichier"1102211023#: builtin/update-ref.c:911024msgid "git update-ref [<options>] -d <refname> [<old-val>]"11025msgstr "git update-ref [<options>] -d <nom-référence> [<ancienne-valeur>]"1102611027#: builtin/update-ref.c:1011028msgid "git update-ref [<options>] <refname> <new-val> [<old-val>]"11029msgstr ""11030"git update-ref [<options>] <nom-référence> <nouvelle-valeur> [<ancienne-"11031"valeur>]"1103211033#: builtin/update-ref.c:1111034msgid "git update-ref [<options>] --stdin [-z]"11035msgstr "git update-ref [<options>] --stdin [-z]"1103611037#: builtin/update-ref.c:36311038msgid "delete the reference"11039msgstr "supprimer la référence"1104011041#: builtin/update-ref.c:36511042msgid "update <refname> not the one it points to"11043msgstr "mettre à jour <nomréférence> et non la référence pointée par lui"1104411045#: builtin/update-ref.c:36611046msgid "stdin has NUL-terminated arguments"11047msgstr "l'entrée standard a des arguments qui se terminent par NUL"1104811049#: builtin/update-ref.c:36711050msgid "read updates from stdin"11051msgstr "lire les mises à jour depuis l'entrée standard"1105211053#: builtin/update-server-info.c:611054msgid "git update-server-info [--force]"11055msgstr "git update-server-info [--force]"1105611057#: builtin/update-server-info.c:1411058msgid "update the info files from scratch"11059msgstr "mettre à jour les fichiers d'information à partir de zéro"1106011061#: builtin/verify-commit.c:1711062msgid "git verify-commit [-v | --verbose] <commit>..."11063msgstr "git verify-commit [-v | --verbose] <commit>..."1106411065#: builtin/verify-commit.c:7211066msgid "print commit contents"11067msgstr "afficher le contenu du commit"1106811069#: builtin/verify-commit.c:73 builtin/verify-tag.c:8411070msgid "print raw gpg status output"11071msgstr "afficher les messages bruts de gpg"1107211073#: builtin/verify-pack.c:5411074msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."11075msgstr "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."1107611077#: builtin/verify-pack.c:6411078msgid "verbose"11079msgstr "verbeux"1108011081#: builtin/verify-pack.c:6611082msgid "show statistics only"11083msgstr "afficher seulement les statistiques"1108411085#: builtin/verify-tag.c:1711086msgid "git verify-tag [-v | --verbose] <tag>..."11087msgstr "git verify-tag [-v | --verbose] <étiquette>..."1108811089#: builtin/verify-tag.c:8311090msgid "print tag contents"11091msgstr "afficher le contenu de l'étiquette"1109211093#: builtin/worktree.c:1311094msgid "git worktree add [<options>] <path> <branch>"11095msgstr "git worktree add [<options>] <chemin> <branche>"1109611097#: builtin/worktree.c:1411098msgid "git worktree prune [<options>]"11099msgstr "git worktree prune [<options>]"1110011101#: builtin/worktree.c:3611102#, c-format11103msgid "Removing worktrees/%s: not a valid directory"11104msgstr "Suppression de worktrees/%s : répertoire invalide"1110511106#: builtin/worktree.c:4211107#, c-format11108msgid "Removing worktrees/%s: gitdir file does not exist"11109msgstr "Suppression de worktrees/%s : le fichier gitdir n'existe pas"1111011111#: builtin/worktree.c:4711112#, c-format11113msgid "Removing worktrees/%s: unable to read gitdir file (%s)"11114msgstr ""11115"Suppression de worktrees/%s : echec de la lecture du fichier gitdir (%s)"1111611117#: builtin/worktree.c:5811118#, c-format11119msgid "Removing worktrees/%s: invalid gitdir file"11120msgstr "Suppression de worktrees/%s : fichier gitdir invalide"1112111122#: builtin/worktree.c:7411123#, c-format11124msgid "Removing worktrees/%s: gitdir file points to non-existent location"11125msgstr ""11126"Suppression de worktrees/%s : le fichier gitdir point sur un endroit "11127"inexistant"1112811129#: builtin/worktree.c:10911130#, c-format11131msgid "failed to remove: %s"11132msgstr "échec de la suppression de %s"1113311134#: builtin/worktree.c:19811135#, c-format11136msgid "'%s' already exists"11137msgstr "'%s' existe déjà"1113811139#: builtin/worktree.c:23211140#, c-format11141msgid "could not create directory of '%s'"11142msgstr "impossible de créer le répertoire de '%s'"1114311144#: builtin/worktree.c:26811145#, c-format11146msgid "Preparing %s (identifier %s)"11147msgstr "Préparation de %s (identifiant %s)"1114811149#: builtin/worktree.c:31611150msgid "checkout <branch> even if already checked out in other worktree"11151msgstr ""11152"extraire la <branche> même si elle est déjà extraite dans une autre copie de "11153"travail"1115411155#: builtin/worktree.c:31811156msgid "create a new branch"11157msgstr "créer une nouvelle branche"1115811159#: builtin/worktree.c:32011160msgid "create or reset a branch"11161msgstr "créer ou réinitialiser une branche"1116211163#: builtin/worktree.c:32111164msgid "detach HEAD at named commit"11165msgstr "détacher la HEAD au commit nommé"1116611167#: builtin/worktree.c:32811168msgid "-b, -B, and --detach are mutually exclusive"11169msgstr "-b, -B et --detach sont mutuellement exclusifs"1117011171#: builtin/write-tree.c:1311172msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"11173msgstr "git write-tree [--missing-ok] [--prefix=<préfixe>/]"1117411175#: builtin/write-tree.c:2611176msgid "<prefix>/"11177msgstr "<préfixe>/"1117811179#: builtin/write-tree.c:2711180msgid "write tree object for a subdirectory <prefix>"11181msgstr "écrire l'objet arbre pour un sous-répertoire <préfixe>"1118211183#: builtin/write-tree.c:3011184msgid "only useful for debugging"11185msgstr "seulement utile pour le débogage"1118611187#: credential-cache--daemon.c:25511188msgid "print debugging messages to stderr"11189msgstr "afficher les messages de debug sur stderr"1119011191#: git.c:1411192msgid ""11193"'git help -a' and 'git help -g' list available subcommands and some\n"11194"concept guides. See 'git help <command>' or 'git help <concept>'\n"11195"to read about a specific subcommand or concept."11196msgstr ""11197"'git help -a' et 'git help -g' listent les sous-commandes disponibles et\n"11198"quelques concepts. Voir 'git help <commande>' ou 'git help <concept>'\n"11199"pour en lire plus à propos d'une commande spécifique ou d'un concept."1120011201#: common-cmds.h:911202msgid "start a working area (see also: git help tutorial)"11203msgstr "démarrer une zone de travail (voir aussi : git help tutorial)"1120411205#: common-cmds.h:1011206msgid "work on the current change (see also: git help everyday)"11207msgstr ""11208"travailler sur la modification actuelle (voir aussi : git help revisions)"1120911210#: common-cmds.h:1111211msgid "examine the history and state (see also: git help revisions)"11212msgstr "examiner l'historique et l'état (voir aussi : git help revisions)"1121311214#: common-cmds.h:1211215msgid "grow, mark and tweak your common history"11216msgstr "agrandir, marquer et modifier votre historique"1121711218#: common-cmds.h:1311219msgid "collaborate (see also: git help workflows)"11220msgstr "collaborer (voir aussi : git help workflows)"1122111222#: common-cmds.h:1711223msgid "Add file contents to the index"11224msgstr "Ajouter le contenu de fichiers dans l'index"1122511226#: common-cmds.h:1811227msgid "Use binary search to find the commit that introduced a bug"11228msgstr "Trouver par recherche binaire la modification qui a introduit un bogue"1122911230#: common-cmds.h:1911231msgid "List, create, or delete branches"11232msgstr "Lister, créer ou supprimer des branches"1123311234#: common-cmds.h:2011235msgid "Switch branches or restore working tree files"11236msgstr "Basculer de branche ou restaurer la copie de travail"1123711238#: common-cmds.h:2111239msgid "Clone a repository into a new directory"11240msgstr "Cloner un dépôt dans un nouveau répertoire"1124111242#: common-cmds.h:2211243msgid "Record changes to the repository"11244msgstr "Enregistrer les modifications dans le dépôt"1124511246#: common-cmds.h:2311247msgid "Show changes between commits, commit and working tree, etc"11248msgstr ""11249"Afficher les changements entre les validations, entre validation et copie de "11250"travail, etc"1125111252#: common-cmds.h:2411253msgid "Download objects and refs from another repository"11254msgstr "Télécharger les objets et références depuis un autre dépôt"1125511256#: common-cmds.h:2511257msgid "Print lines matching a pattern"11258msgstr "Afficher les lignes correspondant à un motif"1125911260#: common-cmds.h:2611261msgid "Create an empty Git repository or reinitialize an existing one"11262msgstr "Créer un dépôt Git vide ou réinitialiser un existant"1126311264#: common-cmds.h:2711265msgid "Show commit logs"11266msgstr "Afficher l'historique des validations"1126711268#: common-cmds.h:2811269msgid "Join two or more development histories together"11270msgstr "Fusionner deux ou plusieurs historiques de développement ensemble"1127111272#: common-cmds.h:2911273msgid "Move or rename a file, a directory, or a symlink"11274msgstr "Déplacer ou renommer un fichier, un répertoire, ou un lien symbolique"1127511276#: common-cmds.h:3011277msgid "Fetch from and integrate with another repository or a local branch"11278msgstr "Rapatrier et intégrer un autre dépôt ou une branche locale"1127911280#: common-cmds.h:3111281msgid "Update remote refs along with associated objects"11282msgstr "Mettre à jour les références distantes ainsi que les objets associés"1128311284#: common-cmds.h:3211285msgid "Forward-port local commits to the updated upstream head"11286msgstr ""11287"Reporter les validations locales sur le sommet mis à jour d'une branche amont"1128811289#: common-cmds.h:3311290msgid "Reset current HEAD to the specified state"11291msgstr "Réinitialiser la HEAD courante à l'état spécifié"1129211293#: common-cmds.h:3411294msgid "Remove files from the working tree and from the index"11295msgstr "Supprimer des fichiers de la copie de travail et de l'index"1129611297#: common-cmds.h:3511298msgid "Show various types of objects"11299msgstr "Afficher différents types d'objets"1130011301#: common-cmds.h:3611302msgid "Show the working tree status"11303msgstr "Afficher le statut de la copie de travail"1130411305#: common-cmds.h:3711306msgid "Create, list, delete or verify a tag object signed with GPG"11307msgstr ""11308"Créer, lister, supprimer ou vérifier un objet d'étiquette signé avec GPG"1130911310#: parse-options.h:14511311msgid "expiry-date"11312msgstr "date-d'expiration"1131311314#: parse-options.h:16011315msgid "no-op (backward compatibility)"11316msgstr "sans action (rétrocompatibilité)"1131711318#: parse-options.h:23611319msgid "be more verbose"11320msgstr "être plus verbeux"1132111322#: parse-options.h:23811323msgid "be more quiet"11324msgstr "être plus silencieux"1132511326#: parse-options.h:24411327msgid "use <n> digits to display SHA-1s"11328msgstr "utiliser <n> chiffres pour afficher les SHA-1s"1132911330#: rerere.h:2811331msgid "update the index with reused conflict resolution if possible"11332msgstr ""11333"met à jour l'index avec les résolutions de conflit réutilisées si possible"1133411335#: git-bisect.sh:5011336msgid "You need to start by \"git bisect start\""11337msgstr "Vous devez démarrer avec \"git bisect start\""1133811339#. TRANSLATORS: Make sure to include [Y] and [n] in your11340#. translation. The program will only accept English input11341#. at this point.11342#: git-bisect.sh:5611343msgid "Do you want me to do it for you [Y/n]? "11344msgstr "Souhaitez-vous que je le fasse pour vous [Y/n] ? "1134511346#: git-bisect.sh:9911347#, sh-format11348msgid "unrecognised option: '$arg'"11349msgstr "option inconnue : '$arg'"1135011351#: git-bisect.sh:10311352#, sh-format11353msgid "'$arg' does not appear to be a valid revision"11354msgstr "'$arg' ne semble être une révision valide"1135511356#: git-bisect.sh:13211357msgid "Bad HEAD - I need a HEAD"11358msgstr "Mauvaise HEAD - j'ai besoin d'une HEAD"1135911360#: git-bisect.sh:14511361#, sh-format11362msgid ""11363"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."11364msgstr ""11365"L'extraction de '$start_head' a échoué. Essayez 'git bisect reset <branche-"11366"valide>'."1136711368#: git-bisect.sh:15511369msgid "won't bisect on cg-seek'ed tree"11370msgstr "refus de bissecter sur un arbre 'cg-seeked'"1137111372#: git-bisect.sh:15911373msgid "Bad HEAD - strange symbolic ref"11374msgstr "Mauvaise HEAD - référence symbolique douteuse"1137511376#: git-bisect.sh:21111377#, sh-format11378msgid "Bad bisect_write argument: $state"11379msgstr "Mauvais argument pour bisect_write : $state"1138011381#: git-bisect.sh:24011382#, sh-format11383msgid "Bad rev input: $arg"11384msgstr "Mauvaise révision en entrée : $arg"1138511386#: git-bisect.sh:25511387msgid "Please call 'bisect_state' with at least one argument."11388msgstr "Veuillez appeler 'bisect_state' avec au moins un argument."1138911390#: git-bisect.sh:26711391#, sh-format11392msgid "Bad rev input: $rev"11393msgstr "Mauvaise révision en entrée : $rev"1139411395#: git-bisect.sh:27611396#, sh-format11397msgid "'git bisect $TERM_BAD' can take only one argument."11398msgstr "'git bisect $TERM_BAD' n'accepte qu'un seul argument."1139911400#: git-bisect.sh:29911401#, sh-format11402msgid "Warning: bisecting only with a $TERM_BAD commit."11403msgstr "Attention : bissection avec seulement une validation $TERM_BAD."1140411405#. TRANSLATORS: Make sure to include [Y] and [n] in your11406#. translation. The program will only accept English input11407#. at this point.11408#: git-bisect.sh:30511409msgid "Are you sure [Y/n]? "11410msgstr "Êtes-vous sûr [Y/n] ? "1141111412#: git-bisect.sh:31711413#, sh-format11414msgid ""11415"You need to give me at least one $bad_syn and one $good_syn revision.\n"11416"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11417msgstr ""11418"Vous devez me donner au moins une révision $bad_syn et une révision "11419"$good_syn.\n"11420"(Vous pouvez utiliser \"git bisect $bad_syn\" et \"git bisect $good_syn\" "11421"pour cela.)"1142211423#: git-bisect.sh:32011424#, sh-format11425msgid ""11426"You need to start by \"git bisect start\".\n"11427"You then need to give me at least one $good_syn and one $bad_syn revision.\n"11428"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"11429msgstr ""11430"Vous devez démarrer avec \"git bisect start\".\n"11431"Puis vous devez me donner au moins une révision $good_syn et une révision "11432"$bad_syn.\n"11433"(Vous pouvez utiliser \"git bisect $bad_syn\" et \"git bisect $good_syn\" "11434"pour cela.)"1143511436#: git-bisect.sh:391 git-bisect.sh:52111437msgid "We are not bisecting."11438msgstr "Pas de bissection en cours."1143911440#: git-bisect.sh:39811441#, sh-format11442msgid "'$invalid' is not a valid commit"11443msgstr "'$invalid' n'est pas une validation valide"1144411445#: git-bisect.sh:40711446#, sh-format11447msgid ""11448"Could not check out original HEAD '$branch'.\n"11449"Try 'git bisect reset <commit>'."11450msgstr ""11451"Échec d'extraction de la HEAD d'origine '$branch'.\n"11452"Essayez 'git bisect reset <commit>'."1145311454#: git-bisect.sh:43511455msgid "No logfile given"11456msgstr "Pas de fichier de log donné"1145711458#: git-bisect.sh:43611459#, sh-format11460msgid "cannot read $file for replaying"11461msgstr "impossible de lire $file pour rejouer"1146211463#: git-bisect.sh:45511464msgid "?? what are you talking about?"11465msgstr "?? de quoi parlez-vous ?"1146611467#: git-bisect.sh:46711468#, sh-format11469msgid "running $command"11470msgstr "lancement de $command"1147111472#: git-bisect.sh:47411473#, sh-format11474msgid ""11475"bisect run failed:\n"11476"exit code $res from '$command' is < 0 or >= 128"11477msgstr ""11478"la bissection a échoué :\n"11479"le code retour $res de '$command' est < 0 ou >= 128"1148011481#: git-bisect.sh:50011482msgid "bisect run cannot continue any more"11483msgstr "la bissection ne peut plus continuer"1148411485#: git-bisect.sh:50611486#, sh-format11487msgid ""11488"bisect run failed:\n"11489"'bisect_state $state' exited with error code $res"11490msgstr ""11491"la bissection a échoué :\n"11492"'bisect_state $state' a retourné le code erreur $res"1149311494#: git-bisect.sh:51311495msgid "bisect run success"11496msgstr "succès de la bissection"1149711498#: git-bisect.sh:54811499#, sh-format11500msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."11501msgstr ""11502"Commande invalide : vous êtes actuellement dans une bissection $TERM_BAD/"11503"$TERM_GOOD."1150411505#: git-rebase.sh:5711506msgid ""11507"When you have resolved this problem, run \"git rebase --continue\".\n"11508"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"11509"To check out the original branch and stop rebasing, run \"git rebase --abort"11510"\"."11511msgstr ""11512"Lorsque vous aurez résolu ce problème, lancez \"git rebase --continue\".\n"11513"Si vous préférez sauter ce patch, lancez \"git rebase --skip\" à la place.\n"11514"Pour extraire la branche d'origine et stopper le rebasage, lancez \"git "11515"rebase --abort\"."1151611517#: git-rebase.sh:16511518msgid "Applied autostash."11519msgstr "Autoremisage appliqué."1152011521#: git-rebase.sh:16811522#, sh-format11523msgid "Cannot store $stash_sha1"11524msgstr "Impossible de stocker $stash_sha1"1152511526#: git-rebase.sh:16911527msgid ""11528"Applying autostash resulted in conflicts.\n"11529"Your changes are safe in the stash.\n"11530"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"11531msgstr ""11532"L'application de l'autoremisage a provoqué des conflits\n"11533"Vos modifications sont à l'abri dans la remise.\n"11534"Vous pouvez lancer \"git stash pop\" ou \"git stash drop\" à tout moment.\n"1153511536#: git-rebase.sh:20811537msgid "The pre-rebase hook refused to rebase."11538msgstr "Le crochet pre-rebase a refusé de rebaser."1153911540#: git-rebase.sh:21311541msgid "It looks like git-am is in progress. Cannot rebase."11542msgstr "Il semble que git-am soit en cours. Impossible de rebaser."1154311544#: git-rebase.sh:35111545msgid "The --exec option must be used with the --interactive option"11546msgstr "L'option --exec doit être utilisée avec l'option --interactive"1154711548#: git-rebase.sh:35611549msgid "No rebase in progress?"11550msgstr "Pas de rebasage en cours ?"1155111552#: git-rebase.sh:36711553msgid "The --edit-todo action can only be used during interactive rebase."11554msgstr ""11555"L'action --edit-todo peut seulement être utilisée lors d'un rebasage "11556"interactif."1155711558#: git-rebase.sh:37411559msgid "Cannot read HEAD"11560msgstr "Impossible de lire HEAD"1156111562#: git-rebase.sh:37711563msgid ""11564"You must edit all merge conflicts and then\n"11565"mark them as resolved using git add"11566msgstr ""11567"Vous devez éditer tous les conflits de fusion et\n"11568"les marquer comme résolus avec git add"1156911570#: git-rebase.sh:39511571#, sh-format11572msgid "Could not move back to $head_name"11573msgstr "Impossible de revenir à $head_name"1157411575#: git-rebase.sh:41411576#, sh-format11577msgid ""11578"It seems that there is already a $state_dir_base directory, and\n"11579"I wonder if you are in the middle of another rebase. If that is the\n"11580"case, please try\n"11581"\t$cmd_live_rebase\n"11582"If that is not the case, please\n"11583"\t$cmd_clear_stale_rebase\n"11584"and run me again. I am stopping in case you still have something\n"11585"valuable there."11586msgstr ""11587"Il semble qu'il y ait déjà un répertoire $state_dir_base, et je me demande\n"11588"si un autre rebasage n'est pas déjà en cours. Si c'est le cas,\n"11589"essayez\n"11590"\t$cmd_live_rebase\n"11591"Sinon, essayez\n"11592"\t$cmd_clear_stale_rebase\n"11593"puis relancez-moi à nouveau. Je m'arrête au cas où vous auriez quelque "11594"chose\n"11595"d'important ici."1159611597#: git-rebase.sh:46511598#, sh-format11599msgid "invalid upstream $upstream_name"11600msgstr "invalide $upstream_name en amont"1160111602#: git-rebase.sh:48911603#, sh-format11604msgid "$onto_name: there are more than one merge bases"11605msgstr "$onto_name : il y a plus d'une base de fusion"1160611607#: git-rebase.sh:492 git-rebase.sh:49611608#, sh-format11609msgid "$onto_name: there is no merge base"11610msgstr "$onto_name : il n'y a pas de base de fusion"1161111612#: git-rebase.sh:50111613#, sh-format11614msgid "Does not point to a valid commit: $onto_name"11615msgstr "Ne pointe pas sur une validation valide : $onto_name"1161611617#: git-rebase.sh:52411618#, sh-format11619msgid "fatal: no such branch: $branch_name"11620msgstr "fatal : pas de branche : $branch_name"1162111622#: git-rebase.sh:55711623msgid "Cannot autostash"11624msgstr "Autoremisage impossible"1162511626#: git-rebase.sh:56211627#, sh-format11628msgid "Created autostash: $stash_abbrev"11629msgstr "Autoremisage créé : $stash_abbrev"1163011631#: git-rebase.sh:56611632msgid "Please commit or stash them."11633msgstr "Veuillez les valider ou les remiser."1163411635#: git-rebase.sh:58611636#, sh-format11637msgid "Current branch $branch_name is up to date."11638msgstr "La branche courante $branch_name est à jour."1163911640#: git-rebase.sh:59011641#, sh-format11642msgid "Current branch $branch_name is up to date, rebase forced."11643msgstr "La branche courante $branch_name est à jour, rebasage forcé."1164411645#: git-rebase.sh:60111646#, sh-format11647msgid "Changes from $mb to $onto:"11648msgstr "Changements de $mb sur $onto :"1164911650#: git-rebase.sh:61011651msgid "First, rewinding head to replay your work on top of it..."11652msgstr ""11653"Premièrement, rembobinons head pour rejouer votre travail par-dessus..."1165411655#: git-rebase.sh:62011656#, sh-format11657msgid "Fast-forwarded $branch_name to $onto_name."11658msgstr "$branch_name mise à jour en avance rapide sur $onto_name."1165911660#: git-stash.sh:5111661msgid "git stash clear with parameters is unimplemented"11662msgstr "git stash clear avec des paramètres n'est pas implémenté"1166311664#: git-stash.sh:7411665msgid "You do not have the initial commit yet"11666msgstr "Vous n'avez pas encore la validation initiale"1166711668#: git-stash.sh:8911669msgid "Cannot save the current index state"11670msgstr "Impossible de sauver l'état courant de l'index"1167111672#: git-stash.sh:124 git-stash.sh:13711673msgid "Cannot save the current worktree state"11674msgstr "Impossible de sauver l'état courant de la copie de travail"1167511676#: git-stash.sh:14111677msgid "No changes selected"11678msgstr "Aucun changement sélectionné"1167911680#: git-stash.sh:14411681msgid "Cannot remove temporary index (can't happen)"11682msgstr "Impossible de supprimer l'index temporaire (ne peut pas se produire)"1168311684#: git-stash.sh:15711685msgid "Cannot record working tree state"11686msgstr "Impossible d'enregistrer l'état de la copie de travail"1168711688#: git-stash.sh:18911689#, sh-format11690msgid "Cannot update $ref_stash with $w_commit"11691msgstr "Impossible de mettre à jour $ref_stash avec $w_commit"1169211693#. TRANSLATORS: $option is an invalid option, like11694#. `--blah-blah'. The 7 spaces at the beginning of the11695#. second line correspond to "error: ". So you should line11696#. up the second line with however many characters the11697#. translation of "error: " takes in your language. E.g. in11698#. English this is:11699#.11700#. $ git stash save --blah-blah 2>&1 | head -n 211701#. error: unknown option for 'stash save': --blah-blah11702#. To provide a message, use git stash save -- '--blah-blah'11703#: git-stash.sh:23911704#, sh-format11705msgid ""11706"error: unknown option for 'stash save': $option\n"11707" To provide a message, use git stash save -- '$option'"11708msgstr ""11709"erreur: option inconnue pour 'stash save': $option\n"11710" Pour fournir un message, utilisez git stash save -- '$option'"1171111712#: git-stash.sh:26011713msgid "No local changes to save"11714msgstr "Pas de modifications locales à sauver"1171511716#: git-stash.sh:26411717msgid "Cannot initialize stash"11718msgstr "Impossible d'initialiser le remisage"1171911720#: git-stash.sh:26811721msgid "Cannot save the current status"11722msgstr "Impossible de sauver le statut courant"1172311724#: git-stash.sh:28611725msgid "Cannot remove worktree changes"11726msgstr "Impossible de supprimer les changements de la copie de travail"1172711728#: git-stash.sh:38711729#, sh-format11730msgid "unknown option: $opt"11731msgstr "option inconnue : $opt"1173211733#: git-stash.sh:39711734msgid "No stash found."11735msgstr "Pas de remisage trouvé."1173611737#: git-stash.sh:40411738#, sh-format11739msgid "Too many revisions specified: $REV"11740msgstr "Trop de révisions spécifiées : $REV"1174111742#: git-stash.sh:41011743#, sh-format11744msgid "$reference is not a valid reference"11745msgstr "$reference n'est pas une référence valide"1174611747#: git-stash.sh:43811748#, sh-format11749msgid "'$args' is not a stash-like commit"11750msgstr "'$args' n'est pas une validation de type remisage"1175111752#: git-stash.sh:44911753#, sh-format11754msgid "'$args' is not a stash reference"11755msgstr "'$args' n'est pas une référence de remisage"1175611757#: git-stash.sh:45711758msgid "unable to refresh index"11759msgstr "impossible de rafraîchir l'index"1176011761#: git-stash.sh:46111762msgid "Cannot apply a stash in the middle of a merge"11763msgstr "Impossible d'appliquer un remisage en cours de fusion"1176411765#: git-stash.sh:46911766msgid "Conflicts in index. Try without --index."11767msgstr "Conflits dans l'index. Essayez sans --index."1176811769#: git-stash.sh:47111770msgid "Could not save index tree"11771msgstr "Impossible de sauvegarder l'arbre d'index"1177211773#: git-stash.sh:50511774msgid "Cannot unstage modified files"11775msgstr "Impossible de désindexer les fichiers modifiés"1177611777#: git-stash.sh:52011778msgid "Index was not unstashed."11779msgstr "L'index n'a pas été sorti de remise."1178011781#: git-stash.sh:54311782#, sh-format11783msgid "Dropped ${REV} ($s)"11784msgstr "${REV} supprimé ($s)"1178511786#: git-stash.sh:54411787#, sh-format11788msgid "${REV}: Could not drop stash entry"11789msgstr "${REV}: Impossible de supprimer l'élément de stash"1179011791#: git-stash.sh:55211792msgid "No branch name specified"11793msgstr "Aucune branche spécifiée"1179411795#: git-stash.sh:62411796msgid "(To restore them type \"git stash apply\")"11797msgstr "(Pour les restaurer tapez \"git stash apply\")"1179811799#: git-submodule.sh:9511800#, sh-format11801msgid "cannot strip one component off url '$remoteurl'"11802msgstr "impossible de supprimer un composant de l'URL '$remoteurl'"1180311804#: git-submodule.sh:23711805#, sh-format11806msgid "No submodule mapping found in .gitmodules for path '$sm_path'"11807msgstr ""11808"Pas de mise en correspondance du sous-module trouvé dans .gitmodules pour le "11809"chemin '$sm_path'"1181011811#: git-submodule.sh:28711812#, sh-format11813msgid "Clone of '$url' into submodule path '$sm_path' failed"11814msgstr "Le clonage de '$url' dans le chemin de sous-module '$sm_path' a échoué"1181511816#: git-submodule.sh:29611817#, sh-format11818msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"11819msgstr ""11820"Le répertoire Git '$a' fait partie du chemin de sous-module '$b' ou vice-"11821"versa"1182211823#: git-submodule.sh:40611824msgid "Relative path can only be used from the toplevel of the working tree"11825msgstr ""11826"Un chemin relatif ne peut être utilisé que depuis la racine de la copie de "11827"travail"1182811829#: git-submodule.sh:41611830#, sh-format11831msgid "repo URL: '$repo' must be absolute or begin with ./|../"11832msgstr "L'URL de dépôt '$repo' doit être absolu ou commencer par ./|../"1183311834#: git-submodule.sh:43311835#, sh-format11836msgid "'$sm_path' already exists in the index"11837msgstr "'$sm_path' existe déjà dans l'index"1183811839#: git-submodule.sh:43711840#, sh-format11841msgid ""11842"The following path is ignored by one of your .gitignore files:\n"11843"$sm_path\n"11844"Use -f if you really want to add it."11845msgstr ""11846"Le chemin suivant est ignoré par un de vos fichiers .gitignore :\n"11847"$sm_path\n"11848"Utilisez -f si vous voulez vraiment l'ajouter."1184911850#: git-submodule.sh:45511851#, sh-format11852msgid "Adding existing repo at '$sm_path' to the index"11853msgstr "Ajout du dépôt existant à '$sm_path' dans l'index"1185411855#: git-submodule.sh:45711856#, sh-format11857msgid "'$sm_path' already exists and is not a valid git repo"11858msgstr "'$sm_path' existe déjà et n'est pas un dépôt git valide"1185911860#: git-submodule.sh:46511861#, sh-format11862msgid "A git directory for '$sm_name' is found locally with remote(s):"11863msgstr ""11864"Un répertoire git pour '$sm_name' est trouvé en local avec le(s) serveur(s) "11865"distant(s) :"1186611867#: git-submodule.sh:46711868#, sh-format11869msgid ""11870"If you want to reuse this local git directory instead of cloning again from"11871msgstr ""11872"Si vous voulez réutiliser ce répertoire git local au lieu de cloner à "11873"nouveau depuis"1187411875#: git-submodule.sh:46911876#, sh-format11877msgid ""11878"use the '--force' option. If the local git directory is not the correct repo"11879msgstr ""11880"utilisez l'option '--force'. Si le répertoire local git n'est pas le dépôt "11881"correct"1188211883#: git-submodule.sh:47011884#, sh-format11885msgid ""11886"or you are unsure what this means choose another name with the '--name' "11887"option."11888msgstr ""11889"ou vous ne savez pas ce que cela signifie de choisir un autre nom avec "11890"l'option '--name'."1189111892#: git-submodule.sh:47211893#, sh-format11894msgid "Reactivating local git directory for submodule '$sm_name'."11895msgstr "Réactivation du répertoire git local pour le sous-module '$sm_name'."1189611897#: git-submodule.sh:48411898#, sh-format11899msgid "Unable to checkout submodule '$sm_path'"11900msgstr "Impossible d'extraire le sous-module '$sm_path'"1190111902#: git-submodule.sh:48911903#, sh-format11904msgid "Failed to add submodule '$sm_path'"11905msgstr "Échec d'ajout du sous-module '$sm_path'"1190611907#: git-submodule.sh:49811908#, sh-format11909msgid "Failed to register submodule '$sm_path'"11910msgstr "Échec d'enregistrement du sous-module '$sm_path'"1191111912#: git-submodule.sh:54211913#, sh-format11914msgid "Entering '$prefix$displaypath'"11915msgstr "Entrée dans '$prefix$displaypath'"1191611917#: git-submodule.sh:56211918#, sh-format11919msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."11920msgstr ""11921"Arrêt sur '$prefix$displaypath' ; le script a retourné un statut non nul."1192211923#: git-submodule.sh:60811924#, sh-format11925msgid "No url found for submodule path '$displaypath' in .gitmodules"11926msgstr ""11927"URL non trouvée pour le chemin de sous-module '$displaypath' dans .gitmodules"1192811929#: git-submodule.sh:61711930#, sh-format11931msgid "Failed to register url for submodule path '$displaypath'"11932msgstr ""11933"Échec d'enregistrement de l'URL pour le chemin de sous-module '$displaypath'"1193411935#: git-submodule.sh:61911936#, sh-format11937msgid "Submodule '$name' ($url) registered for path '$displaypath'"11938msgstr "Sous-module '$name' ($url) enregistré pour le chemin '$displaypath'"1193911940#: git-submodule.sh:63611941#, sh-format11942msgid "Failed to register update mode for submodule path '$displaypath'"11943msgstr ""11944"Échec d'enregistrement du mode de mise à jour pour le chemin de sous-module "11945"'$displaypath'"1194611947#: git-submodule.sh:67411948#, sh-format11949msgid "Use '.' if you really want to deinitialize all submodules"11950msgstr ""11951"Utilisez '.' si vous voulez vraiment réinitialiser tous les sous-modules"1195211953#: git-submodule.sh:69111954#, sh-format11955msgid "Submodule work tree '$displaypath' contains a .git directory"11956msgstr ""11957"La copie de travail du sous-module '$displaypath' contient un répertoire .git"1195811959#: git-submodule.sh:69211960#, sh-format11961msgid ""11962"(use 'rm -rf' if you really want to remove it including all of its history)"11963msgstr ""11964"(utilisez 'rm -rf' si vous voulez vraiment le supprimer en incluant tout son "11965"historique)"1196611967#: git-submodule.sh:69811968#, sh-format11969msgid ""11970"Submodule work tree '$displaypath' contains local modifications; use '-f' to "11971"discard them"11972msgstr ""11973"La copie de travail du sous-module '$displaypath' contient des modifications "11974"locales ; utilisez '-f' pour les annuler"1197511976#: git-submodule.sh:70111977#, sh-format11978msgid "Cleared directory '$displaypath'"11979msgstr "Répertoire '$displaypath' nettoyé"1198011981#: git-submodule.sh:70211982#, sh-format11983msgid "Could not remove submodule work tree '$displaypath'"11984msgstr ""11985"Impossible de supprimer la copie de travail du sous-module '$displaypath'"1198611987#: git-submodule.sh:70511988#, sh-format11989msgid "Could not create empty submodule directory '$displaypath'"11990msgstr "Impossible de créer le répertoire vide du sous-module '$displaypath'"1199111992#: git-submodule.sh:71411993#, sh-format11994msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"11995msgstr ""11996"Le sous-module '$name' ($url) n'est pas enregistré pour le chemin "11997"'$displaypath'"1199811999#: git-submodule.sh:83012000#, sh-format12001msgid ""12002"Submodule path '$displaypath' not initialized\n"12003"Maybe you want to use 'update --init'?"12004msgstr ""12005"Chemin de sous-module '$displaypath' non initialisé\n"12006"Peut-être souhaitez-vous utiliser 'update --init' ?"1200712008#: git-submodule.sh:84312009#, sh-format12010msgid "Unable to find current revision in submodule path '$displaypath'"12011msgstr ""12012"Impossible de trouver la révision courante dans le chemin de sous-module "12013"'$displaypath'"1201412015#: git-submodule.sh:85212016#, sh-format12017msgid "Unable to fetch in submodule path '$sm_path'"12018msgstr "Impossible de rapatrier dans le chemin de sous-module '$sm_path'"1201912020#: git-submodule.sh:87612021#, sh-format12022msgid "Unable to fetch in submodule path '$displaypath'"12023msgstr "Impossible de rapatrier dans le chemin de sous-module '$displaypath'"1202412025#: git-submodule.sh:89012026#, sh-format12027msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"12028msgstr ""12029"Impossible d'extraire '$sha1' dans le chemin de sous-module '$displaypath'"1203012031#: git-submodule.sh:89112032#, sh-format12033msgid "Submodule path '$displaypath': checked out '$sha1'"12034msgstr "Chemin de sous-module '$displaypath' : '$sha1' extrait"1203512036#: git-submodule.sh:89512037#, sh-format12038msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"12039msgstr ""12040"Impossible de rebaser '$sha1' dans le chemin de sous-module '$displaypath'"1204112042#: git-submodule.sh:89612043#, sh-format12044msgid "Submodule path '$displaypath': rebased into '$sha1'"12045msgstr "Chemin de sous-module '$displaypath' : rebasé dans '$sha1'"1204612047#: git-submodule.sh:90112048#, sh-format12049msgid "Unable to merge '$sha1' in submodule path '$displaypath'"12050msgstr ""12051"Impossible de fusionner '$sha1' dans le chemin de sous-module '$displaypath'"1205212053#: git-submodule.sh:90212054#, sh-format12055msgid "Submodule path '$displaypath': merged in '$sha1'"12056msgstr "Chemin de sous-module '$displaypath' : fusionné dans '$sha1'"1205712058#: git-submodule.sh:90712059#, sh-format12060msgid ""12061"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"12062msgstr ""12063"L'exécution de '$command $sha1' a échoué dans le chemin de sous-module "12064"'$prefix$sm_path'"1206512066#: git-submodule.sh:90812067#, sh-format12068msgid "Submodule path '$prefix$sm_path': '$command $sha1'"12069msgstr "Chemin de sous-module '$prefix$sm_path' : '$command $sha1'"1207012071#: git-submodule.sh:93812072#, sh-format12073msgid "Failed to recurse into submodule path '$displaypath'"12074msgstr "Échec de parcours dans le chemin du sous-module '$displaypath'"1207512076#: git-submodule.sh:104612077msgid "The --cached option cannot be used with the --files option"12078msgstr "L'option --cached ne peut pas être utilisée avec l'option --files"1207912080#: git-submodule.sh:109812081#, sh-format12082msgid "unexpected mode $mod_dst"12083msgstr "mode $mod_dst inattendu"1208412085#: git-submodule.sh:111812086#, sh-format12087msgid " Warn: $display_name doesn't contain commit $sha1_src"12088msgstr " Attention : $display_name ne contient pas la validation $sha1_src"1208912090#: git-submodule.sh:112112091#, sh-format12092msgid " Warn: $display_name doesn't contain commit $sha1_dst"12093msgstr " Attention : $display_name ne contient pas la validation $sha1_dst"1209412095#: git-submodule.sh:112412096#, sh-format12097msgid " Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"12098msgstr ""12099" Attention : $display_name ne contient pas les validations $sha1_src et "12100"$sha1_dst"1210112102#: git-submodule.sh:114912103msgid "blob"12104msgstr "blob"1210512106#: git-submodule.sh:126712107#, sh-format12108msgid "Failed to recurse into submodule path '$sm_path'"12109msgstr "Échec de parcours dans le chemin du sous-module '$sm_path'"1211012111#: git-submodule.sh:133112112#, sh-format12113msgid "Synchronizing submodule url for '$displaypath'"12114msgstr "Synchronisation de l'URL sous-module pour '$displaypath'"1211512116#~ msgid "false|true|preserve"12117#~ msgstr "false|true|preserve"1211812119#~ msgid "BUG: reopen a lockfile that is still open"12120#~ msgstr "BUG: réouverture d'un fichier verrou déjà ouvert"1212112122#~ msgid "BUG: reopen a lockfile that has been committed"12123#~ msgstr "BUG: réouverture d'un fichier verrou validé"1212412125#~ msgid "option %s does not accept negative form"12126#~ msgstr "l'option %s n'accepte pas de valeur négative"1212712128#~ msgid "unable to parse value '%s' for option %s"12129#~ msgstr "impossible d'analyser la valeur '%s' pour l'option %s"1213012131#~ msgid "unable to resolve HEAD"12132#~ msgstr "impossible de résoudre HEAD"1213312134#~ msgid "-b and -B are mutually exclusive"12135#~ msgstr "-b et -B sont mutuellement exclusifs"1213612137#~ msgid "You need to set your committer info first"12138#~ msgstr "Vous devez d'abord définir vos informations de validateur"1213912140#~ msgid ""12141#~ "When you have resolved this problem, run \"$cmdline --continue\".\n"12142#~ "If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"12143#~ "To restore the original branch and stop patching, run \"$cmdline --abort"12144#~ "\"."12145#~ msgstr ""12146#~ "Lorsque vous aurez résolu ce problème, lancez \"$cmdline --continue\".\n"12147#~ "Si vous préférez sauter ce patch, lancez \"$cmdline --skip\" à la place.\n"12148#~ "Pour restaurer la branche d'origine et stopper le patchage, lancez "12149#~ "\"$cmdline --abort\"."1215012151#~ msgid "Patch format $patch_format is not supported."12152#~ msgstr "Le format de patch $patch_format n'est pas supporté."1215312154#~ msgid "Please make up your mind. --skip or --abort?"12155#~ msgstr "Décidez-vous. --skip ou --abort ?"1215612157#~ msgid ""12158#~ "Patch is empty. Was it split wrong?\n"12159#~ "If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"12160#~ "To restore the original branch and stop patching run \"$cmdline --abort\"."12161#~ msgstr ""12162#~ "Le patch est vide. Était-il mal découpé ?\n"12163#~ "Si vous préférez sauter ce patch, lancez plutôt \"$cmdline --skip\".\n"12164#~ "Pour restaurer la branche d'origine et stopper le patchage, lancez "12165#~ "\"$cmdline --abort\"."1216612167#~ msgid "Patch does not have a valid e-mail address."12168#~ msgstr "Le patch n'a pas d'adresse e-mail valide."1216912170#~ msgid "Applying: $FIRSTLINE"12171#~ msgstr "Application : $FIRSTLINE"1217212173#~ msgid "Patch failed at $msgnum $FIRSTLINE"12174#~ msgstr "Le patch a échoué à $msgnum $FIRSTLINE"1217512176#~ msgid ""12177#~ "Pull is not possible because you have unmerged files.\n"12178#~ "Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"12179#~ "as appropriate to mark resolution and make a commit."12180#~ msgstr ""12181#~ "Le tirage n'est pas possible car vous avez des fichiers non fusionnés.\n"12182#~ "Veuillez les corriger dans votre copie de travail, utiliser alors 'git "12183#~ "add/rm <fichier>'\n"12184#~ "si nécessaire pour marquer comme résolu et valider."1218512186#~ msgid "Pull is not possible because you have unmerged files."12187#~ msgstr ""12188#~ "Le pull n'est pas possible car vous avez des fichiers non fusionnés."1218912190#~ msgid "no branch specified"12191#~ msgstr "aucune branche spécifiée"1219212193#~ msgid "check a branch out in a separate working directory"12194#~ msgstr "extraire une branche dans un répertoire de travail séparé"1219512196#~ msgid "prune .git/worktrees"12197#~ msgstr "éliminer .git/worktrees"1219812199#~ msgid "--worktrees does not take extra arguments"12200#~ msgstr "--worktrees n'accepte pas d'argument supplémentaire"1220112202#~ msgid "The most commonly used git commands are:"12203#~ msgstr "Les commandes git les plus utilisées sont :"1220412205#~ msgid "No such branch: '%s'"12206#~ msgstr "Branche inconnue : '%s'"1220712208#~ msgid "Could not create git link %s"12209#~ msgstr "Impossible de créer le lien git %s"1221012211#~ msgid "Invalid gc.pruneexpire: '%s'"12212#~ msgstr "gc.pruneexpire invalide : '%s'"1221312214#~ msgid "(detached from %s)"12215#~ msgstr "(détaché de %s)"1221612217#~ msgid "No existing author found with '%s'"12218#~ msgstr "Aucun auteur existant trouvé avec '%s'"1221912220#~ msgid "search also in ignored files"12221#~ msgstr "rechercher aussi dans les fichiers ignorés"1222212223#~ msgid "git remote set-head <name> (-a | --auto | -d | --delete |<branch>)"12224#~ msgstr "git remote set-head <nom> (-a | --auto | -d | --delete |<branche>)"1222512226#~ msgid "no files added"12227#~ msgstr "aucun fichier ajouté"1222812229#~ msgid "force creation (when already exists)"12230#~ msgstr "forcer la création (même si la cible existe)"1223112232#~ msgid "Malformed ident string: '%s'"12233#~ msgstr "Chaîne ident mal formée : '%s'"1223412235#~ msgid "slot"12236#~ msgstr "emplacement"1223712238#~ msgid "Failed to lock ref for update"12239#~ msgstr "Échec du verrouillage de la référence pour mise à jour"1224012241#~ msgid "Failed to write ref"12242#~ msgstr "Échec de l'écriture de la référence"1224312244#~ msgid "Failed to lock HEAD during fast_forward_to"12245#~ msgstr "Échec du verrouillage de HEAD pendant l'avance rapide"1224612247#~ msgid "invalid commit: %s"12248#~ msgstr "commit invalide : %s"1224912250#~ msgid "cannot lock HEAD ref"12251#~ msgstr "impossible de verrouiller la référence HEAD"1225212253#~ msgid "cannot update HEAD ref"12254#~ msgstr "impossible de mettre à jour la référence HEAD"1225512256#~ msgid "cannot tell cwd"12257#~ msgstr "impossible de déterminer le répertoire de travail courant"1225812259#~ msgid "%s: cannot lock the ref"12260#~ msgstr "%s : impossible de verrouiller la référence"1226112262#~ msgid "%s: cannot update the ref"12263#~ msgstr "%s : impossible de mettre à jour la référence"1226412265#~ msgid "commit has empty message"12266#~ msgstr "le commit a un message vide"1226712268#~ msgid "Failed to chdir: %s"12269#~ msgstr "Échec de chdir: %s"1227012271#~ msgid "Tracking not set up: name too long: %s"12272#~ msgstr "Suivi de branche non paramétré : le nom est trop long : %s"1227312274#~ msgid "could not find .gitmodules in index"12275#~ msgstr "impossible de trouver .gitmodules dans l'index"1227612277#~ msgid "reading updated .gitmodules failed"12278#~ msgstr "échec de la lecture du .gitmodules mis à jour"1227912280#~ msgid "unable to stat updated .gitmodules"12281#~ msgstr "échec de stat du .gitmodules mis à jour"1228212283#~ msgid "unable to remove .gitmodules from index"12284#~ msgstr "suppression du .gitmodules dans l'index impossible"1228512286#~ msgid "adding updated .gitmodules failed"12287#~ msgstr "échec de l'ajout du .gitmodules mis à jour"1228812289#~ msgid "bug"12290#~ msgstr "bogue"1229112292#~ msgid "ahead "12293#~ msgstr "devant "1229412295#~ msgid ", behind "12296#~ msgstr ", derrière "1229712298#~ msgid ""12299#~ "The behavior of 'git add %s (or %s)' with no path argument from a\n"12300#~ "subdirectory of the tree will change in Git 2.0 and should not be used "12301#~ "anymore.\n"12302#~ "To add content for the whole tree, run:\n"12303#~ "\n"12304#~ " git add %s :/\n"12305#~ " (or git add %s :/)\n"12306#~ "\n"12307#~ "To restrict the command to the current directory, run:\n"12308#~ "\n"12309#~ " git add %s .\n"12310#~ " (or git add %s .)\n"12311#~ "\n"12312#~ "With the current Git version, the command is restricted to the current "12313#~ "directory.\n"12314#~ msgstr ""12315#~ "Le comportement de 'git add %s (ou %s)' sans argument de chemin depuis "12316#~ "un\n"12317#~ "sous-répertoire du projet va changer dans Git 2.0 et ne doit plus être "12318#~ "utilisé.\n"12319#~ "Pour ajouter le contenu de toute l'arborescence, lancez :\n"12320#~ "\n"12321#~ " git add %s :/\n"12322#~ " (ou git add %s :/)\n"12323#~ "\n"12324#~ "Pour restreindre la commande au répertoire courant, lancez :\n"12325#~ "\n"12326#~ " git add %s .\n"12327#~ " (ou git add %s .)\n"12328#~ "\n"12329#~ "Avec la version actuelle de Git, la commande est restreinte au répertoire "12330#~ "courant.\n"1233112332#~ msgid ""12333#~ "You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"12334#~ "whose behaviour will change in Git 2.0 with respect to paths you "12335#~ "removed.\n"12336#~ "Paths like '%s' that are\n"12337#~ "removed from your working tree are ignored with this version of Git.\n"12338#~ "\n"12339#~ "* 'git add --ignore-removal <pathspec>', which is the current default,\n"12340#~ " ignores paths you removed from your working tree.\n"12341#~ "\n"12342#~ "* 'git add --all <pathspec>' will let you also record the removals.\n"12343#~ "\n"12344#~ "Run 'git status' to check the paths you removed from your working tree.\n"12345#~ msgstr ""12346#~ "Vous avez lancé 'git add' sans '-A (--all)' ni '--ignore-removal',\n"12347#~ "dont le comportement va changer dans Git 2.0 avec le respect des chemins "12348#~ "que vous supprimez.\n"12349#~ "Les chemins tels que '%s' qui ont été\n"12350#~ "retirés de votre copie de travail sont ignorés avec cette version de "12351#~ "Git.\n"12352#~ "\n"12353#~ "* 'git add --ignore-removal <chemin>', qui est l'option par défaut "12354#~ "actuelle,\n"12355#~ " ignore les chemins que vous avez supprimés de votre copie de travail.\n"12356#~ "\n"12357#~ "* 'git add --all <chemin>' permet d'enregistrer aussi les suppressions.\n"12358#~ "\n"12359#~ "Lancez 'git status' pour vérifier les chemins que vous avez supprimés de "12360#~ "votre copie de travail.\n"1236112362#~ msgid "key id"12363#~ msgstr "identifiant de clé"1236412365#~ msgid ""12366#~ "Auto packing the repository for optimum performance. You may also\n"12367#~ "run \"git gc\" manually. See \"git help gc\" for more information.\n"12368#~ msgstr ""12369#~ "Compression automatique du dépôt pour une performance optimum. Vous "12370#~ "pouvez aussi\n"12371#~ "lancer \"git gc\" manuellement. Voir \"git help gc\" pour plus "12372#~ "d'information.\n"1237312374#~ msgid ""12375#~ "Updates were rejected because a pushed branch tip is behind its remote\n"12376#~ "counterpart. If you did not intend to push that branch, you may want to\n"12377#~ "specify branches to push or set the 'push.default' configuration "12378#~ "variable\n"12379#~ "to 'simple', 'current' or 'upstream' to push only the current branch."12380#~ msgstr ""12381#~ "Les mises à jour ont été rejetées car la pointe de la branche poussée est "12382#~ "derrière\n"12383#~ "son homologue distant. Si vous ne vouliez pas pousser cette branche, vous "12384#~ "pourriez\n"12385#~ "vouloir spécifier les branches à pousser ou définir la variable de "12386#~ "configuration\n"12387#~ "'push.default' à 'simple', 'current' ou 'upstream' pour pousser seulement "12388#~ "la branche courante."1238912390#~ msgid "deleted: %s"12391#~ msgstr "supprimé : %s"1239212393#~ msgid "modified: %s"12394#~ msgstr "modifié : %s"1239512396#~ msgid "renamed: %s -> %s"12397#~ msgstr "renommé : %s -> %s"1239812399#~ msgid "unmerged: %s"12400#~ msgstr "non fus. : %s"1240112402#~ msgid "input paths are terminated by a null character"12403#~ msgstr "les chemins en entrée sont terminés par le caractère nul"1240412405#~ msgid ""12406#~ "The following untracked files would NOT be saved but need to be removed "12407#~ "by stash save:"12408#~ msgstr ""12409#~ "Les fichiers suivants non suivis ne seront PAS sauvés mais doivent être "12410#~ "supprimés par le remisage :"1241112412#~ msgid ""12413#~ "Aborting. Consider using either the --force or --include-untracked option."12414#~ msgstr "Abandon. Utilisez l'option --force ou --include-untracked."