1# French translations for Git. 2# Copyright (C) 2013 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>, 2013. 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# #NN | n°NN 12# a commit | un commit 13# backward | 14# compatibility | rétrocompatibilité 15# bare repository | dépôt nu 16# bisect | bissection 17# blob | blob 18# bug | bogue 19# bundle | colis 20# cherry-pick | picorer 21# dangling | en suspens 22# debugging | débogage 23# fast-forward | avance rapide 24# fast-forwarded | mis à jour en avance rapide 25# glob | glob 26# hash | hachage 27# HEAD | HEAD (genre féminin) 28# hook | hook 29# hunk | section 30# merge | fusion 31# pattern | motif 32# repository | dépôt 33# remote | distante (ou serveur distant) 34# revision | révision 35# stash | remisage 36# tag | étiquette 37# template | modèle 38# to checkout | extraire 39# to commit | valider 40# to fetch | rapatrier 41# to prune | élaguer 42# to push | pousser 43# to rebase | rebaser 44# to stash | remiser 45# to track | suivre 46# to unstage | désindexer 47# tree-ish | arbre 48# upstream | amont 49# worktree / | 50# work(ing) tree | copie de travail 51# 52msgid "" 53msgstr "" 54"Project-Id-Version: git\n" 55"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" 56"POT-Creation-Date: 2013-04-30 08:25+0800\n" 57"PO-Revision-Date: 2013-08-27 19:43+0200\n" 58"Last-Translator: Sébastien Helleu <flashcode@flashtux.org>\n" 59"Language-Team: Jean-Noël Avila <jn.avila@free.fr>\n" 60"Language: fr\n" 61"MIME-Version: 1.0\n" 62"Content-Type: text/plain; charset=UTF-8\n" 63"Content-Transfer-Encoding: 8bit\n" 64"Plural-Forms: nplurals=2; plural=n<=1 ?0 : 1;\n" 65"X-Generator: Poedit 1.5.4\n" 66 67#: advice.c:53 68#, c-format 69msgid "hint: %.*s\n" 70msgstr "astuce: %.*s\n" 71 72#. 73#. * Message used both when 'git commit' fails and when 74#. * other commands doing a merge do. 75#. 76#: advice.c:83 77msgid "" 78"Fix them up in the work tree,\n" 79"and then use 'git add/rm <file>' as\n" 80"appropriate to mark resolution and make a commit,\n" 81"or use 'git commit -a'." 82msgstr "" 83"Corrigez-les dans la copie de travail,\n" 84"et utilisez 'git add/rm <fichier>' si\n" 85"nécessaire pour marquer la résolution et valider,\n" 86"ou utilisez 'git commit -a'." 87 88#: archive.c:10 89msgid "git archive [options] <tree-ish> [<path>...]" 90msgstr "git archive [options] <arbre> [<chemin>...]" 91 92#: archive.c:11 93msgid "git archive --list" 94msgstr "git archive --list" 95 96#: archive.c:12 97msgid "" 98"git archive --remote <repo> [--exec <cmd>] [options] <tree-ish> [<path>...]" 99msgstr "git archive --remote <dépôt> [--exec <commande>] [options] <arbre> [<chemin>...]" 100 101#: archive.c:13 102msgid "git archive --remote <repo> [--exec <cmd>] --list" 103msgstr "git archive --remote <dépôt> [--exec <commande>] --list" 104 105#: archive.c:323 106msgid "fmt" 107msgstr "fmt" 108 109#: archive.c:323 110msgid "archive format" 111msgstr "format d'archive" 112 113#: archive.c:324 builtin/log.c:1126 114msgid "prefix" 115msgstr "préfixe" 116 117#: archive.c:325 118msgid "prepend prefix to each pathname in the archive" 119msgstr "préfixer chaque chemin de fichier dans l'archive" 120 121#: archive.c:326 builtin/archive.c:88 builtin/blame.c:2371 122#: builtin/blame.c:2372 builtin/config.c:55 builtin/fast-export.c:665 123#: builtin/fast-export.c:667 builtin/grep.c:715 builtin/hash-object.c:77 124#: builtin/ls-files.c:490 builtin/ls-files.c:493 builtin/notes.c:536 125#: builtin/notes.c:693 builtin/read-tree.c:107 parse-options.h:149 126msgid "file" 127msgstr "fichier" 128 129#: archive.c:327 builtin/archive.c:89 130msgid "write the archive to this file" 131msgstr "écrire l'archive dans ce fichier" 132 133#: archive.c:329 134msgid "read .gitattributes in working directory" 135msgstr "lire .gitattributes dans le répertoire de travail" 136 137#: archive.c:330 138msgid "report archived files on stderr" 139msgstr "afficher les fichiers archivés sur stderr" 140 141#: archive.c:331 142msgid "store only" 143msgstr "stockage seulement" 144 145#: archive.c:332 146msgid "compress faster" 147msgstr "compression rapide" 148 149#: archive.c:340 150msgid "compress better" 151msgstr "compression efficace" 152 153#: archive.c:343 154msgid "list supported archive formats" 155msgstr "lister les formats d'archive supportés" 156 157#: archive.c:345 builtin/archive.c:90 builtin/clone.c:86 158msgid "repo" 159msgstr "dépôt" 160 161#: archive.c:346 builtin/archive.c:91 162msgid "retrieve the archive from remote repository <repo>" 163msgstr "récupérer l'archive depuis le dépôt distant <dépôt>" 164 165#: archive.c:347 builtin/archive.c:92 builtin/notes.c:615 166msgid "command" 167msgstr "commande" 168 169#: archive.c:348 builtin/archive.c:93 170msgid "path to the remote git-upload-archive command" 171msgstr "chemin vers la commande distante git-upload-archive" 172 173#: attr.c:259 174msgid "" 175"Negative patterns are ignored in git attributes\n" 176"Use '\\!' for literal leading exclamation." 177msgstr "" 178"Les motifs de négation sont ignorés dans les attributs git\n" 179"Utilisez '\\!' pour un point d'exclamation littéral." 180 181#: branch.c:60 182#, c-format 183msgid "Not setting branch %s as its own upstream." 184msgstr "La branche %s ne peut pas être sa propre branche amont." 185 186#: branch.c:82 187#, c-format 188msgid "Branch %s set up to track remote branch %s from %s by rebasing." 189msgstr "La branche %s est paramétrée pour suivre la branche distante %s de %s en rebasant." 190 191#: branch.c:83 192#, c-format 193msgid "Branch %s set up to track remote branch %s from %s." 194msgstr "La branche %s est paramétrée pour suivre la branche distante %s depuis %s." 195 196#: branch.c:87 197#, c-format 198msgid "Branch %s set up to track local branch %s by rebasing." 199msgstr "La branche %s est paramétrée pour suivre la branche locale %s en rebasant." 200 201#: branch.c:88 202#, c-format 203msgid "Branch %s set up to track local branch %s." 204msgstr "La branche %s est paramétrée pour suivre la branche locale %s." 205 206#: branch.c:92 207#, c-format 208msgid "Branch %s set up to track remote ref %s by rebasing." 209msgstr "La branche %s est paramétrée pour suivre la référence distante %s en rebasant." 210 211#: branch.c:93 212#, c-format 213msgid "Branch %s set up to track remote ref %s." 214msgstr "La branche %s est paramétrée pour suivre la référence distante %s." 215 216#: branch.c:97 217#, c-format 218msgid "Branch %s set up to track local ref %s by rebasing." 219msgstr "La branche %s est paramétrée pour suivre la référence locale %s en rebasant." 220 221#: branch.c:98 222#, c-format 223msgid "Branch %s set up to track local ref %s." 224msgstr "La branche %s est paramétrée pour suivre la référence locale %s." 225 226#: branch.c:118 227#, c-format 228msgid "Tracking not set up: name too long: %s" 229msgstr "Suivi de branche non paramétré : le nom est trop long : %s" 230 231#: branch.c:137 232#, c-format 233msgid "Not tracking: ambiguous information for ref %s" 234msgstr "Pas de suivi : information ambiguë pour la référence %s" 235 236#: branch.c:182 237#, c-format 238msgid "'%s' is not a valid branch name." 239msgstr "'%s' n'est pas un nom de branche valide." 240 241#: branch.c:187 242#, c-format 243msgid "A branch named '%s' already exists." 244msgstr "Une branche nommée '%s' existe déjà." 245 246#: branch.c:195 247msgid "Cannot force update the current branch." 248msgstr "Impossible de forcer la mise à jour de la branche courante." 249 250#: branch.c:201 251#, c-format 252msgid "Cannot setup tracking information; starting point '%s' is not a branch." 253msgstr "Impossible de paramétrer le suivi de branche ; le point de départ '%s' n'est pas une branche." 254 255#: branch.c:203 256#, c-format 257msgid "the requested upstream branch '%s' does not exist" 258msgstr "la branche amont demandée '%s' n'existe pas" 259 260#: branch.c:205 261msgid "" 262"\n" 263"If you are planning on basing your work on an upstream\n" 264"branch that already exists at the remote, you may need to\n" 265"run \"git fetch\" to retrieve it.\n" 266"\n" 267"If you are planning to push out a new local branch that\n" 268"will track its remote counterpart, you may want to use\n" 269"\"git push -u\" to set the upstream config as you push." 270msgstr "" 271"\n" 272"Si vous comptez baser votre travail sur une branche\n" 273"amont qui existe déjà sur le serveur distant, vous pourriez\n" 274"devoir lancer \"git fetch\" pour la récupérer.\n" 275"\n" 276"Si vous comptez pousser une nouvelle branche locale qui suivra\n" 277"sa jumelle distante, vous souhaiterez utiliser \"git push -u\"\n" 278"pour paramétrer le suivi distant en même temps que vous poussez." 279 280#: branch.c:250 281#, c-format 282msgid "Not a valid object name: '%s'." 283msgstr "Nom d'objet invalide : '%s'." 284 285#: branch.c:270 286#, c-format 287msgid "Ambiguous object name: '%s'." 288msgstr "Nom d'objet ambigu : '%s'." 289 290#: branch.c:275 291#, c-format 292msgid "Not a valid branch point: '%s'." 293msgstr "Point d'embranchement invalide : '%s'." 294 295#: branch.c:281 296msgid "Failed to lock ref for update" 297msgstr "Échec du verrouillage de la référence pour mise à jour" 298 299#: branch.c:299 300msgid "Failed to write ref" 301msgstr "Échec de l'écriture de la référence" 302 303#: bundle.c:36 304#, c-format 305msgid "'%s' does not look like a v2 bundle file" 306msgstr "'%s' ne semble pas être un fichier bundle v2" 307 308#: bundle.c:63 309#, c-format 310msgid "unrecognized header: %s%s (%d)" 311msgstr "en-tête non reconnu : %s%s (%d)" 312 313#: bundle.c:89 builtin/commit.c:676 314#, c-format 315msgid "could not open '%s'" 316msgstr "impossible d'ouvrir '%s'" 317 318#: bundle.c:140 319msgid "Repository lacks these prerequisite commits:" 320msgstr "Le dépôt ne dispose pas des commits prérequis :" 321 322#: bundle.c:164 sequencer.c:651 sequencer.c:1101 builtin/log.c:300 323#: builtin/log.c:770 builtin/log.c:1344 builtin/log.c:1570 builtin/merge.c:349 324#: builtin/shortlog.c:155 325msgid "revision walk setup failed" 326msgstr "échec de la préparation du parcours des révisions" 327 328#: bundle.c:186 329#, c-format 330msgid "The bundle contains this ref:" 331msgid_plural "The bundle contains these %d refs:" 332msgstr[0] "Le colis contient cette référence :" 333msgstr[1] "Le colis contient ces %d références :" 334 335#: bundle.c:193 336msgid "The bundle records a complete history." 337msgstr "Le colis enregistre l'historique complet." 338 339#: bundle.c:195 340#, c-format 341msgid "The bundle requires this ref:" 342msgid_plural "The bundle requires these %d refs:" 343msgstr[0] "Le colis exige cette référence :" 344msgstr[1] "Le colis exige ces %d références :" 345 346#: bundle.c:294 347msgid "rev-list died" 348msgstr "rev-list a disparu" 349 350#: bundle.c:300 builtin/log.c:1255 builtin/shortlog.c:258 351#, c-format 352msgid "unrecognized argument: %s" 353msgstr "argument non reconnu : %s" 354 355#: bundle.c:335 356#, c-format 357msgid "ref '%s' is excluded by the rev-list options" 358msgstr "la référence '%s' est exclue par les options de rev-list" 359 360#: bundle.c:380 361msgid "Refusing to create empty bundle." 362msgstr "Refus de créer un colis vide." 363 364#: bundle.c:398 365msgid "Could not spawn pack-objects" 366msgstr "Impossible de créer des objets groupés" 367 368#: bundle.c:416 369msgid "pack-objects died" 370msgstr "les objets groupés ont disparu" 371 372#: bundle.c:419 373#, c-format 374msgid "cannot create '%s'" 375msgstr "impossible de créer '%s'" 376 377#: bundle.c:441 378msgid "index-pack died" 379msgstr "l'index de groupe a disparu" 380 381#: commit.c:50 382#, c-format 383msgid "could not parse %s" 384msgstr "impossible d'analyser %s" 385 386#: commit.c:52 387#, c-format 388msgid "%s %s is not a commit!" 389msgstr "%s %s n'est pas un commit !" 390 391#: compat/obstack.c:406 compat/obstack.c:408 392msgid "memory exhausted" 393msgstr "plus de mémoire" 394 395#: connected.c:39 396msgid "Could not run 'git rev-list'" 397msgstr "Impossible de lancer 'git rev-list'" 398 399#: connected.c:48 400#, c-format 401msgid "failed write to rev-list: %s" 402msgstr "impossible d'écrire dans la rev-list : %s" 403 404#: connected.c:56 405#, c-format 406msgid "failed to close rev-list's stdin: %s" 407msgstr "impossible de fermer le stdin du rev-list : %s" 408 409#: date.c:95 410msgid "in the future" 411msgstr "dans le futur" 412 413#: date.c:101 414#, c-format 415msgid "%lu second ago" 416msgid_plural "%lu seconds ago" 417msgstr[0] "il y a %lu seconde" 418msgstr[1] "il y a %lu secondes" 419 420#: date.c:108 421#, c-format 422msgid "%lu minute ago" 423msgid_plural "%lu minutes ago" 424msgstr[0] "il y a %lu minute" 425msgstr[1] "il y a %lu minutes" 426 427#: date.c:115 428#, c-format 429msgid "%lu hour ago" 430msgid_plural "%lu hours ago" 431msgstr[0] "il y a %lu heure" 432msgstr[1] "il y a %lu heures" 433 434#: date.c:122 435#, c-format 436msgid "%lu day ago" 437msgid_plural "%lu days ago" 438msgstr[0] "il y a %lu jour" 439msgstr[1] "il y a %lu jours" 440 441#: date.c:128 442#, c-format 443msgid "%lu week ago" 444msgid_plural "%lu weeks ago" 445msgstr[0] "il y a %lu semaine" 446msgstr[1] "il y a %lu semaines" 447 448#: date.c:135 449#, c-format 450msgid "%lu month ago" 451msgid_plural "%lu months ago" 452msgstr[0] "il y a %lu mois" 453msgstr[1] "il y a %lu mois" 454 455#: date.c:146 456#, c-format 457msgid "%lu year" 458msgid_plural "%lu years" 459msgstr[0] "%lu an" 460msgstr[1] "%lu ans" 461 462#: date.c:149 463#, c-format 464msgid "%s, %lu month ago" 465msgid_plural "%s, %lu months ago" 466msgstr[0] "il y a %s et %lu mois" 467msgstr[1] "il y a %s et %lu mois" 468 469#: date.c:154 date.c:159 470#, c-format 471msgid "%lu year ago" 472msgid_plural "%lu years ago" 473msgstr[0] "il y a %lu an" 474msgstr[1] "il y a %lu ans" 475 476#: diff.c:112 477#, c-format 478msgid " Failed to parse dirstat cut-off percentage '%s'\n" 479msgstr " Impossible d'analyser le pourcentage de modification de dirstat '%s'\n" 480 481#: diff.c:117 482#, c-format 483msgid " Unknown dirstat parameter '%s'\n" 484msgstr " Paramètre dirstat inconnu '%s'\n" 485 486#: diff.c:210 487#, c-format 488msgid "Unknown value for 'diff.submodule' config variable: '%s'" 489msgstr "Valeur inconnue pour la variable de configuration 'diff.submodule' : '%s'" 490 491#: diff.c:260 492#, c-format 493msgid "" 494"Found errors in 'diff.dirstat' config variable:\n" 495"%s" 496msgstr "Erreurs dans la variable de configuration 'diff.dirstat' :\n" 497"%s" 498 499#: diff.c:3481 500#, c-format 501msgid "" 502"Failed to parse --dirstat/-X option parameter:\n" 503"%s" 504msgstr "Impossible d'analyser le paramètre de l'option --dirstat/-X :\n" 505"%s" 506 507#: diff.c:3495 508#, c-format 509msgid "Failed to parse --submodule option parameter: '%s'" 510msgstr "Impossible d'analyser le paramètre de l'option --submodule : '%s'" 511 512#: gpg-interface.c:59 gpg-interface.c:131 513msgid "could not run gpg." 514msgstr "impossible de lancer gpg." 515 516#: gpg-interface.c:71 517msgid "gpg did not accept the data" 518msgstr "gpg n'a pas accepté les données" 519 520#: gpg-interface.c:82 521msgid "gpg failed to sign the data" 522msgstr "gpg n'a pas pu signer les données" 523 524#: gpg-interface.c:115 525#, c-format 526msgid "could not create temporary file '%s': %s" 527msgstr "impossible de créer un fichier temporaire '%s' : %s" 528 529#: gpg-interface.c:118 530#, c-format 531msgid "failed writing detached signature to '%s': %s" 532msgstr "impossible d'écrire la signature détachée dans '%s' : %s" 533 534#: grep.c:1623 535#, c-format 536msgid "'%s': unable to read %s" 537msgstr "'%s' : lecture de %s impossible" 538 539#: grep.c:1640 540#, c-format 541msgid "'%s': %s" 542msgstr "'%s' : %s" 543 544#: grep.c:1651 545#, c-format 546msgid "'%s': short read %s" 547msgstr "'%s' : lecture tronquée %s" 548 549#: help.c:212 550#, c-format 551msgid "available git commands in '%s'" 552msgstr "commandes git disponibles dans '%s'" 553 554#: help.c:219 555msgid "git commands available from elsewhere on your $PATH" 556msgstr "commandes git disponibles depuis un autre endroit de votre $PATH" 557 558#: help.c:235 559msgid "The most commonly used git commands are:" 560msgstr "Les commandes git les plus utilisées sont :" 561 562#: help.c:292 563#, c-format 564msgid "" 565"'%s' appears to be a git command, but we were not\n" 566"able to execute it. Maybe git-%s is broken?" 567msgstr "" 568"'%s' semble être une commande git, mais elle n'a pas pu\n" 569"être exécutée. Peut-être git-%s est-elle cassée ?" 570 571#: help.c:349 572msgid "Uh oh. Your system reports no Git commands at all." 573msgstr "Ahem. Votre système n'indique aucune commande Git." 574 575#: help.c:371 576#, c-format 577msgid "" 578"WARNING: You called a Git command named '%s', which does not exist.\n" 579"Continuing under the assumption that you meant '%s'" 580msgstr "ATTENTION : vous avez invoqué une commande Git nommée '%s' qui n'existe pas.\n" 581"Poursuite en supposant que vous avez voulu dire '%s'" 582 583#: help.c:376 584#, c-format 585msgid "in %0.1f seconds automatically..." 586msgstr "dans %0.1f secondes automatiquement..." 587 588#: help.c:383 589#, c-format 590msgid "git: '%s' is not a git command. See 'git --help'." 591msgstr "git : '%s' n'est pas une commande git. Voir 'git --help'." 592 593#: help.c:387 594msgid "" 595"\n" 596"Did you mean this?" 597msgid_plural "" 598"\n" 599"Did you mean one of these?" 600msgstr[0] "\n" 601"Vouliez-vous dire cela ?" 602msgstr[1] "\nVouliez-vous dire un de ceux-là ?" 603 604#: merge.c:56 605msgid "failed to read the cache" 606msgstr "impossible de lire le cache" 607 608#: merge.c:110 builtin/checkout.c:365 builtin/checkout.c:566 609#: builtin/clone.c:645 610msgid "unable to write new index file" 611msgstr "impossible d'écrire le nouveau fichier d'index" 612 613#: merge-recursive.c:190 614#, c-format 615msgid "(bad commit)\n" 616msgstr "(mauvais commit)\n" 617 618#: merge-recursive.c:206 619#, c-format 620msgid "addinfo_cache failed for path '%s'" 621msgstr "échec de addinfo_cache pour le chemin '%s'" 622 623#: merge-recursive.c:268 624msgid "error building trees" 625msgstr "erreur de construction des arbres" 626 627#: merge-recursive.c:672 628#, c-format 629msgid "failed to create path '%s'%s" 630msgstr "impossible de créer le chemin '%s' %s" 631 632#: merge-recursive.c:683 633#, c-format 634msgid "Removing %s to make room for subdirectory\n" 635msgstr "Suppression de %s pour faire de la place pour le sous-répertoire\n" 636 637#. something else exists 638#. .. but not some other error (who really cares what?) 639#: merge-recursive.c:697 merge-recursive.c:718 640msgid ": perhaps a D/F conflict?" 641msgstr ": peut-être un conflit D/F ?" 642 643#: merge-recursive.c:708 644#, c-format 645msgid "refusing to lose untracked file at '%s'" 646msgstr "refus de perdre le fichier non suivi '%s'" 647 648#: merge-recursive.c:748 649#, c-format 650msgid "cannot read object %s '%s'" 651msgstr "impossible de lire l'objet %s '%s'" 652 653#: merge-recursive.c:750 654#, c-format 655msgid "blob expected for %s '%s'" 656msgstr "blob attendu pour %s '%s'" 657 658#: merge-recursive.c:773 builtin/clone.c:313 659#, c-format 660msgid "failed to open '%s'" 661msgstr "échec à l'ouverture de '%s'" 662 663#: merge-recursive.c:781 664#, c-format 665msgid "failed to symlink '%s'" 666msgstr "échec à la création du lien symbolique '%s'" 667 668#: merge-recursive.c:784 669#, c-format 670msgid "do not know what to do with %06o %s '%s'" 671msgstr "ne sait pas traiter %06o %s '%s'" 672 673#: merge-recursive.c:922 674msgid "Failed to execute internal merge" 675msgstr "Échec à l'exécution de la fusion interne" 676 677#: merge-recursive.c:926 678#, c-format 679msgid "Unable to add %s to database" 680msgstr "Impossible d'ajouter %s à la base de données" 681 682#: merge-recursive.c:942 683msgid "unsupported object type in the tree" 684msgstr "type d'objet non supporté dans l'arbre" 685 686#: merge-recursive.c:1021 merge-recursive.c:1035 687#, c-format 688msgid "" 689"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 690"in tree." 691msgstr "CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de %s laissée dans l'arbre." 692 693#: merge-recursive.c:1027 merge-recursive.c:1040 694#, c-format 695msgid "" 696"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left " 697"in tree at %s." 698msgstr "CONFLIT (%s/suppression) : %s supprimé dans %s et %s dans %s. Version %s de %s laissée dans l'arbre dans le fichier %s." 699 700#: merge-recursive.c:1081 701msgid "rename" 702msgstr "renommage" 703 704#: merge-recursive.c:1081 705msgid "renamed" 706msgstr "renommé" 707 708#: merge-recursive.c:1137 709#, c-format 710msgid "%s is a directory in %s adding as %s instead" 711msgstr "%s est un répertoire dans %s ajouté plutôt comme %s" 712 713#: merge-recursive.c:1159 714#, c-format 715msgid "" 716"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s" 717"\"->\"%s\" in \"%s\"%s" 718msgstr "CONFLIT (renommage/renommage) : Renommage de \"%s\"->\"%s\" dans la branche \"%s\" et renommage \"%s\"->\"%s\" dans \"%s\"%s" 719 720#: merge-recursive.c:1164 721msgid " (left unresolved)" 722msgstr " (laissé non résolu)" 723 724#: merge-recursive.c:1218 725#, c-format 726msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s" 727msgstr "CONFLIT (renommage/renommage) : renommage '%s'->'%s' dans %s. Renommage '%s'->'%s' dans %s" 728 729#: merge-recursive.c:1248 730#, c-format 731msgid "Renaming %s to %s and %s to %s instead" 732msgstr "Renommage de %s en %s et de %s en %s à la place" 733 734#: merge-recursive.c:1447 735#, c-format 736msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s" 737msgstr "CONFLIT (renommage/ajout) : Renommage de %s->%s dans %s. %s ajouté dans %s" 738 739#: merge-recursive.c:1457 740#, c-format 741msgid "Adding merged %s" 742msgstr "Ajout de %s fusionné" 743 744#: merge-recursive.c:1462 merge-recursive.c:1660 745#, c-format 746msgid "Adding as %s instead" 747msgstr "Ajout plutôt comme %s" 748 749#: merge-recursive.c:1513 750#, c-format 751msgid "cannot read object %s" 752msgstr "impossible de lire l'objet %s" 753 754#: merge-recursive.c:1516 755#, c-format 756msgid "object %s is not a blob" 757msgstr "l'objet %s n'est pas un blob" 758 759#: merge-recursive.c:1564 760msgid "modify" 761msgstr "modification" 762 763#: merge-recursive.c:1564 764msgid "modified" 765msgstr "modifié" 766 767#: merge-recursive.c:1574 768msgid "content" 769msgstr "contenu" 770 771#: merge-recursive.c:1581 772msgid "add/add" 773msgstr "ajout/ajout" 774 775#: merge-recursive.c:1615 776#, c-format 777msgid "Skipped %s (merged same as existing)" 778msgstr "%s ignoré (fusion identique à l'existant)" 779 780#: merge-recursive.c:1629 781#, c-format 782msgid "Auto-merging %s" 783msgstr "Fusion automatique de %s" 784 785#: merge-recursive.c:1633 git-submodule.sh:1029 786msgid "submodule" 787msgstr "sous-module" 788 789#: merge-recursive.c:1634 790#, c-format 791msgid "CONFLICT (%s): Merge conflict in %s" 792msgstr "CONFLIT (%s) : Conflit de fusion dans %s" 793 794#: merge-recursive.c:1724 795#, c-format 796msgid "Removing %s" 797msgstr "Suppression de %s" 798 799#: merge-recursive.c:1749 800msgid "file/directory" 801msgstr "fichier/répertoire" 802 803#: merge-recursive.c:1755 804msgid "directory/file" 805msgstr "répertoire/fichier" 806 807#: merge-recursive.c:1760 808#, c-format 809msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s" 810msgstr "CONFLIT (%s) : Il y a un répertoire nommé %s dans %s. Ajout de %s comme %s" 811 812#: merge-recursive.c:1770 813#, c-format 814msgid "Adding %s" 815msgstr "Ajout de %s" 816 817#: merge-recursive.c:1787 818msgid "Fatal merge failure, shouldn't happen." 819msgstr "Échec fatal de fusion, qui ne devrait jamais arriver." 820 821#: merge-recursive.c:1806 822msgid "Already up-to-date!" 823msgstr "Déjà à jour !" 824 825#: merge-recursive.c:1815 826#, c-format 827msgid "merging of trees %s and %s failed" 828msgstr "échec de fusion des arbres %s et %s" 829 830#: merge-recursive.c:1845 831#, c-format 832msgid "Unprocessed path??? %s" 833msgstr "Chemin non traité ??? %s" 834 835#: merge-recursive.c:1890 836msgid "Merging:" 837msgstr "Fusion :" 838 839#: merge-recursive.c:1903 840#, c-format 841msgid "found %u common ancestor:" 842msgid_plural "found %u common ancestors:" 843msgstr[0] "%u ancêtre commun trouvé :" 844msgstr[1] "%u ancêtres communs trouvés :" 845 846#: merge-recursive.c:1940 847msgid "merge returned no commit" 848msgstr "la fusion n'a pas retourné de commit" 849 850#: merge-recursive.c:1997 851#, c-format 852msgid "Could not parse object '%s'" 853msgstr "Impossible d'analyser l'objet '%s'" 854 855#: merge-recursive.c:2009 builtin/merge.c:658 856msgid "Unable to write index." 857msgstr "Impossible d'écrire l'index." 858 859#: object.c:195 860#, c-format 861msgid "unable to parse object: %s" 862msgstr "impossible d'analyser l'objet : %s" 863 864#: parse-options.c:489 865msgid "..." 866msgstr "..." 867 868#: parse-options.c:507 869#, c-format 870msgid "usage: %s" 871msgstr "usage : %s" 872 873#. TRANSLATORS: the colon here should align with the 874#. one in "usage: %s" translation 875#: parse-options.c:511 876#, c-format 877msgid " or: %s" 878msgstr " ou : %s" 879 880#: parse-options.c:514 881#, c-format 882msgid " %s" 883msgstr " %s" 884 885#: parse-options.c:548 886msgid "-NUM" 887msgstr "-NUM" 888 889#: pathspec.c:83 890#, c-format 891msgid "Path '%s' is in submodule '%.*s'" 892msgstr "Le chemin '%s' est dans le sous-module '%.*s'" 893 894#: pathspec.c:99 895#, c-format 896msgid "'%s' is beyond a symbolic link" 897msgstr "'%s' est au delà d'un lien symbolique" 898 899#: remote.c:1781 900#, c-format 901msgid "Your branch is ahead of '%s' by %d commit.\n" 902msgid_plural "Your branch is ahead of '%s' by %d commits.\n" 903msgstr[0] "Votre branche est en avance sur '%s' de %d commit.\n" 904msgstr[1] "Votre branche est en avance sur '%s' de %d commits.\n" 905 906#: remote.c:1787 907msgid " (use \"git push\" to publish your local commits)\n" 908msgstr " (utilisez \"git push\" pour publier vos commits locaux)\n" 909 910#: remote.c:1790 911#, c-format 912msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n" 913msgid_plural "" 914"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n" 915msgstr[0] "Votre branche est en retard sur '%s' de %d commit, et peut être mise à jour en avance rapide.\n" 916msgstr[1] "Votre branche est en retard sur '%s' de %d commits, et peut être mise à jour en avance rapide.\n" 917 918#: remote.c:1798 919msgid " (use \"git pull\" to update your local branch)\n" 920msgstr " (utilisez \"git pull\" pour mettre à jour votre branche locale)\n" 921 922#: remote.c:1801 923#, c-format 924msgid "" 925"Your branch and '%s' have diverged,\n" 926"and have %d and %d different commit each, respectively.\n" 927msgid_plural "" 928"Your branch and '%s' have diverged,\n" 929"and have %d and %d different commits each, respectively.\n" 930msgstr[0] "Votre branche et '%s' ont divergé,\n" 931"et ont %d et %d commit différent chacune respectivement.\n" 932msgstr[1] "Votre branche et '%s' ont divergé,\n" 933"et ont %d et %d commits différents chacune respectivement.\n" 934 935#: remote.c:1811 936msgid " (use \"git pull\" to merge the remote branch into yours)\n" 937msgstr " (utilisez \"git pull\" pour fusionner la branche distante dans la vôtre)\n" 938 939#: sequencer.c:206 builtin/merge.c:776 builtin/merge.c:889 builtin/merge.c:999 940#: builtin/merge.c:1009 941#, c-format 942msgid "Could not open '%s' for writing" 943msgstr "Impossible d'ouvrir '%s' en écriture" 944 945#: sequencer.c:208 builtin/merge.c:335 builtin/merge.c:779 946#: builtin/merge.c:1001 builtin/merge.c:1014 947#, c-format 948msgid "Could not write to '%s'" 949msgstr "Impossible d'écrire dans '%s'" 950 951#: sequencer.c:229 952msgid "" 953"after resolving the conflicts, mark the corrected paths\n" 954"with 'git add <paths>' or 'git rm <paths>'" 955msgstr "après résolution des conflits, marquez les chemins corrigés\n" 956"avec 'git add <chemins>' ou 'git rm <chemins>'" 957 958#: sequencer.c:232 959msgid "" 960"after resolving the conflicts, mark the corrected paths\n" 961"with 'git add <paths>' or 'git rm <paths>'\n" 962"and commit the result with 'git commit'" 963msgstr "" 964"après résolution des conflits, marquez les chemins corrigés\n" 965"avec 'git add <chemins>' ou 'git rm <chemins>'\n" 966"puis validez le résultat avec 'git commit'" 967 968#: sequencer.c:245 sequencer.c:859 sequencer.c:942 969#, c-format 970msgid "Could not write to %s" 971msgstr "Impossible d'écrire dans %s" 972 973#: sequencer.c:248 974#, c-format 975msgid "Error wrapping up %s" 976msgstr "Erreur à l'emballage de %s" 977 978#: sequencer.c:263 979msgid "Your local changes would be overwritten by cherry-pick." 980msgstr "Vos modifications locales seraient écrasées par cherry-pick." 981 982#: sequencer.c:265 983msgid "Your local changes would be overwritten by revert." 984msgstr "Vos modifications locales seraient écrasées par revert." 985 986#: sequencer.c:268 987msgid "Commit your changes or stash them to proceed." 988msgstr "Validez vos modifications ou remisez-les pour continuer." 989 990#. TRANSLATORS: %s will be "revert" or "cherry-pick" 991#: sequencer.c:319 992#, c-format 993msgid "%s: Unable to write new index file" 994msgstr "%s: Impossible d'écrire le nouveau fichier index" 995 996#: sequencer.c:350 997msgid "Could not resolve HEAD commit\n" 998msgstr "Impossible de résoudre le commit HEAD\n" 9991000#: sequencer.c:3711001msgid "Unable to update cache tree\n"1002msgstr "Impossible de mettre à jour l'arbre de cache\n"10031004#: sequencer.c:4161005#, c-format1006msgid "Could not parse commit %s\n"1007msgstr "Impossible d'analyser le commit %s\n"10081009#: sequencer.c:4211010#, c-format1011msgid "Could not parse parent commit %s\n"1012msgstr "Impossible d'analyser le commit parent %s\n"10131014#: sequencer.c:4871015msgid "Your index file is unmerged."1016msgstr "Votre fichier d'index n'est pas fusionné."10171018#: sequencer.c:5061019#, c-format1020msgid "Commit %s is a merge but no -m option was given."1021msgstr "Le commit %s est une fusion mais l'option -m n'a pas été spécifiée."10221023#: sequencer.c:5141024#, c-format1025msgid "Commit %s does not have parent %d"1026msgstr "Le commit %s n'a pas le parent %d"10271028#: sequencer.c:5181029#, c-format1030msgid "Mainline was specified but commit %s is not a merge."1031msgstr "Une branche principale a été spécifiée mais le commit %s n'est pas une fusion."10321033#. TRANSLATORS: The first %s will be "revert" or1034#. "cherry-pick", the second %s a SHA11035#: sequencer.c:5311036#, c-format1037msgid "%s: cannot parse parent commit %s"1038msgstr "%s : impossible d'analyser le commit parent %s"10391040#: sequencer.c:5351041#, c-format1042msgid "Cannot get commit message for %s"1043msgstr "Impossible d'obtenir un message de validation pour %s"10441045#: sequencer.c:6211046#, c-format1047msgid "could not revert %s... %s"1048msgstr "impossible d'annuler %s... %s"10491050#: sequencer.c:6221051#, c-format1052msgid "could not apply %s... %s"1053msgstr "impossible d'appliquer %s... %s"10541055#: sequencer.c:6541056msgid "empty commit set passed"1057msgstr "l'ensemble de commits spéficifié est vide"10581059#: sequencer.c:6621060#, c-format1061msgid "git %s: failed to read the index"1062msgstr "git %s : échec à la lecture de l'index"10631064#: sequencer.c:6671065#, c-format1066msgid "git %s: failed to refresh the index"1067msgstr "git %s : échec du raffraîchissement de l'index"10681069#: sequencer.c:7251070#, c-format1071msgid "Cannot %s during a %s"1072msgstr "Impossible de %s pendant un %s"10731074#: sequencer.c:7471075#, c-format1076msgid "Could not parse line %d."1077msgstr "Impossible d'analyser la ligne %d."10781079#: sequencer.c:7521080msgid "No commits parsed."1081msgstr "Aucun commit analysé."10821083#: sequencer.c:7651084#, c-format1085msgid "Could not open %s"1086msgstr "Impossible d'ouvrir %s"10871088#: sequencer.c:7691089#, c-format1090msgid "Could not read %s."1091msgstr "Impossible de lire %s."10921093#: sequencer.c:7761094#, c-format1095msgid "Unusable instruction sheet: %s"1096msgstr "Feuille d'instruction inutilisable : %s"10971098#: sequencer.c:8041099#, c-format1100msgid "Invalid key: %s"1101msgstr "Clé invalide: %s"11021103#: sequencer.c:8071104#, c-format1105msgid "Invalid value for %s: %s"1106msgstr "Valeur invalide pour %s : %s"11071108#: sequencer.c:8191109#, c-format1110msgid "Malformed options sheet: %s"1111msgstr "Feuille d'options malformée : %s"11121113#: sequencer.c:8401114msgid "a cherry-pick or revert is already in progress"1115msgstr "un picorage ou un retour est déjà en cours"11161117#: sequencer.c:8411118msgid "try \"git cherry-pick (--continue | --quit | --abort)\""1119msgstr "essayez \"git cherry-pick (--continue|--quit|-- abort)\""11201121#: sequencer.c:8451122#, c-format1123msgid "Could not create sequencer directory %s"1124msgstr "Impossible de créer le répertoire de séquenceur %s"11251126#: sequencer.c:861 sequencer.c:9461127#, c-format1128msgid "Error wrapping up %s."1129msgstr "Erreur lors de l'emballage de %s."11301131#: sequencer.c:880 sequencer.c:10141132msgid "no cherry-pick or revert in progress"1133msgstr "aucun picorage ou retour en cours"11341135#: sequencer.c:8821136msgid "cannot resolve HEAD"1137msgstr "impossible de résoudre HEAD"11381139#: sequencer.c:8841140msgid "cannot abort from a branch yet to be born"1141msgstr "impossible d'abandonner depuis une branche non encore créée"11421143#: sequencer.c:906 builtin/apply.c:40601144#, c-format1145msgid "cannot open %s: %s"1146msgstr "impossible d'ouvrir %s : %s"11471148#: sequencer.c:9091149#, c-format1150msgid "cannot read %s: %s"1151msgstr "impossible de lire %s : %s"11521153#: sequencer.c:9101154msgid "unexpected end of file"1155msgstr "fin de fichier inattendue"11561157#: sequencer.c:9161158#, c-format1159msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"1160msgstr "le fichier HEAD de préparation de picorage '%s' est corrompu"11611162#: sequencer.c:9391163#, c-format1164msgid "Could not format %s."1165msgstr "Impossible de formater %s."11661167#: sequencer.c:10831168#, c-format1169msgid "%s: can't cherry-pick a %s"1170msgstr "%s : impossible de picorer un %s"11711172#: sequencer.c:10851173#, c-format1174msgid "%s: bad revision"1175msgstr "%s : mauvaise révision"11761177#: sequencer.c:11191178msgid "Can't revert as initial commit"1179msgstr "Impossible d'annuler en tant que commit initial"11801181#: sequencer.c:11201182msgid "Can't cherry-pick into empty head"1183msgstr "Impossible de picorer vers une HEAD vide"11841185#: sha1_name.c:10361186msgid "HEAD does not point to a branch"1187msgstr "HEAD ne pointe pas sur une branche"11881189#: sha1_name.c:10391190#, c-format1191msgid "No such branch: '%s'"1192msgstr "Branche inconnue : '%s'"11931194#: sha1_name.c:10411195#, c-format1196msgid "No upstream configured for branch '%s'"1197msgstr "Aucune branche amont configurée pour la branche '%s'"11981199#: sha1_name.c:10441200#, c-format1201msgid "Upstream branch '%s' not stored as a remote-tracking branch"1202msgstr "La branche amont '%s' n'est pas stockée comme branche de suivi"12031204#: wrapper.c:4081205#, c-format1206msgid "unable to access '%s': %s"1207msgstr "impossible d'accéder à '%s' : %s"12081209#: wrapper.c:4231210#, c-format1211msgid "unable to access '%s'"1212msgstr "impossible d'accéder à '%s'"12131214#: wrapper.c:4341215#, c-format1216msgid "unable to look up current user in the passwd file: %s"1217msgstr "impossible de rechercher l'utilisateur actuel dans le fichier de mots de passe : %s"12181219#: wrapper.c:4351220msgid "no such user"1221msgstr "utilisateur inconnu"12221223#: wt-status.c:1401224msgid "Unmerged paths:"1225msgstr "Chemins non fusionnés :"12261227#: wt-status.c:167 wt-status.c:1941228#, c-format1229msgid " (use \"git reset %s <file>...\" to unstage)"1230msgstr " (utilisez \"git reset %s <fichier>...\" pour désindexer)"12311232#: wt-status.c:169 wt-status.c:1961233msgid " (use \"git rm --cached <file>...\" to unstage)"1234msgstr " (utilisez \"git rm --cached <fichier>...\" pour désindexer)"12351236#: wt-status.c:1731237msgid " (use \"git add <file>...\" to mark resolution)"1238msgstr " (utilisez \"git add <fichier>...\" pour marquer comme résolu)"12391240#: wt-status.c:175 wt-status.c:1791241msgid " (use \"git add/rm <file>...\" as appropriate to mark resolution)"1242msgstr " (utilisez \"git add/rm <fichier>...\" si nécessaire pour marquer comme résolu)"12431244#: wt-status.c:1771245msgid " (use \"git rm <file>...\" to mark resolution)"1246msgstr " (utilisez \"git rm <fichier>...\" pour marquer comme résolu)"12471248#: wt-status.c:1881249msgid "Changes to be committed:"1250msgstr "Modifications qui seront validées :"12511252#: wt-status.c:2061253msgid "Changes not staged for commit:"1254msgstr "Modifications qui ne seront pas validées :"12551256#: wt-status.c:2101257msgid " (use \"git add <file>...\" to update what will be committed)"1258msgstr " (utilisez \"git add <fichier>...\" pour mettre à jour ce qui sera validé)"12591260#: wt-status.c:2121261msgid " (use \"git add/rm <file>...\" to update what will be committed)"1262msgstr " (utilisez \"git add/rm <fichier>...\" pour mettre à jour ce qui sera validé)"12631264#: wt-status.c:2131265msgid ""1266" (use \"git checkout -- <file>...\" to discard changes in working directory)"1267msgstr " (utilisez \"git checkout -- <fichier>...\" pour annuler les modifications dans la copie de travail)"12681269#: wt-status.c:2151270msgid " (commit or discard the untracked or modified content in submodules)"1271msgstr " (valider ou annuler le contenu non suivi ou modifié dans les sous-modules)"12721273#: wt-status.c:2271274#, c-format1275msgid " (use \"git %s <file>...\" to include in what will be committed)"1276msgstr " (utilisez \"git %s <fichier>...\" pour inclure dans ce qui sera validé)"12771278#: wt-status.c:2441279msgid "bug"1280msgstr "bogue"12811282#: wt-status.c:2491283msgid "both deleted:"1284msgstr "supprimé des deux côtés :"12851286#: wt-status.c:2501287msgid "added by us:"1288msgstr "ajouté par nous :"12891290#: wt-status.c:2511291msgid "deleted by them:"1292msgstr "supprimé par eux :"12931294#: wt-status.c:2521295msgid "added by them:"1296msgstr "ajouté par eux :"12971298#: wt-status.c:2531299msgid "deleted by us:"1300msgstr "supprimé par nous :"13011302#: wt-status.c:2541303msgid "both added:"1304msgstr "ajouté de deux côtés :"13051306#: wt-status.c:2551307msgid "both modified:"1308msgstr "modifié des deux côtés :"13091310#: wt-status.c:2851311msgid "new commits, "1312msgstr "nouveaux commits, "13131314#: wt-status.c:2871315msgid "modified content, "1316msgstr "contenu modifié, "13171318#: wt-status.c:2891319msgid "untracked content, "1320msgstr "contenu non suivi, "13211322#: wt-status.c:3061323#, c-format1324msgid "new file: %s"1325msgstr "nouveau : %s"13261327#: wt-status.c:3091328#, c-format1329msgid "copied: %s -> %s"1330msgstr "copié : %s -> %s"13311332#: wt-status.c:3121333#, c-format1334msgid "deleted: %s"1335msgstr "supprimé : %s"13361337#: wt-status.c:3151338#, c-format1339msgid "modified: %s"1340msgstr "modifié : %s"13411342#: wt-status.c:3181343#, c-format1344msgid "renamed: %s -> %s"1345msgstr "renommé : %s -> %s"13461347#: wt-status.c:3211348#, c-format1349msgid "typechange: %s"1350msgstr "nv type : %s"13511352#: wt-status.c:3241353#, c-format1354msgid "unknown: %s"1355msgstr "inconnu : %s"13561357#: wt-status.c:3271358#, c-format1359msgid "unmerged: %s"1360msgstr "non fus. : %s"13611362#: wt-status.c:3301363#, c-format1364msgid "bug: unhandled diff status %c"1365msgstr "bogue : état de diff non géré %c"13661367#: wt-status.c:8031368msgid "You have unmerged paths."1369msgstr "Vous avez des chemins non fusionnés."13701371#: wt-status.c:806 wt-status.c:9581372msgid " (fix conflicts and run \"git commit\")"1373msgstr " (réglez les conflits et lancez \"git commit\")"13741375#: wt-status.c:8091376msgid "All conflicts fixed but you are still merging."1377msgstr "Tous les conflits sont réglés mais la fusion n'est pas terminée."13781379#: wt-status.c:8121380msgid " (use \"git commit\" to conclude merge)"1381msgstr " (utilisez \"git commit\" pour terminer la fusion)"13821383#: wt-status.c:8221384msgid "You are in the middle of an am session."1385msgstr "Vous êtes au milieu d'une session am."13861387#: wt-status.c:8251388msgid "The current patch is empty."1389msgstr "Le patch actuel est vide."13901391#: wt-status.c:8291392msgid " (fix conflicts and then run \"git am --resolved\")"1393msgstr " (réglez les conflits puis lancez \"git am --resolved\")"13941395#: wt-status.c:8311396msgid " (use \"git am --skip\" to skip this patch)"1397msgstr " (utilisez \"git am --skip\" pour sauter ce patch)"13981399#: wt-status.c:8331400msgid " (use \"git am --abort\" to restore the original branch)"1401msgstr " (utilisez \"git am --abort\" pour restaurer la branche d'origine)"14021403#: wt-status.c:893 wt-status.c:9101404#, c-format1405msgid "You are currently rebasing branch '%s' on '%s'."1406msgstr "Vous êtes en train de rebaser la branche '%s' sur '%s'."14071408#: wt-status.c:898 wt-status.c:9151409msgid "You are currently rebasing."1410msgstr "Vous êtes en train de rebaser."14111412#: wt-status.c:9011413msgid " (fix conflicts and then run \"git rebase --continue\")"1414msgstr " (résolvez les conflits puis lancez \"git rebase --continue\")"14151416#: wt-status.c:9031417msgid " (use \"git rebase --skip\" to skip this patch)"1418msgstr " (utilisez \"git rebase --skip\" pour sauter ce patch)"14191420#: wt-status.c:9051421msgid " (use \"git rebase --abort\" to check out the original branch)"1422msgstr " (utilisez \"git rebase --abort\" pour extraire la branche d'origine)"14231424#: wt-status.c:9181425msgid " (all conflicts fixed: run \"git rebase --continue\")"1426msgstr " (tous les conflits sont résolus : lancez \"git rebase --continue\")"14271428#: wt-status.c:9221429#, c-format1430msgid ""1431"You are currently splitting a commit while rebasing branch '%s' on '%s'."1432msgstr "Vous êtes actuellement en train de fractionner un commit pendant un rebasage de la branche '%s' sur '%s'."14331434#: wt-status.c:9271435msgid "You are currently splitting a commit during a rebase."1436msgstr "Vous êtes actuellement en train de fractionner un commit pendant un rebasage."14371438#: wt-status.c:9301439msgid " (Once your working directory is clean, run \"git rebase --continue\")"1440msgstr " (Une fois la copie de travail nettoyée, lancez \"git rebase --continue\")"14411442#: wt-status.c:9341443#, c-format1444msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."1445msgstr "Vous êtes actuellement en train d'éditer un commit pendant un rebasage de la branche '%s' sur '%s'."14461447#: wt-status.c:9391448msgid "You are currently editing a commit during a rebase."1449msgstr "Vous êtes actuellement en train d'éditer un commit pendant un rebasage."14501451#: wt-status.c:9421452msgid " (use \"git commit --amend\" to amend the current commit)"1453msgstr " (utilisez \"git commit --amend\" pour corriger le commit actuel)"14541455#: wt-status.c:9441456msgid ""1457" (use \"git rebase --continue\" once you are satisfied with your changes)"1458msgstr " (utilisez \"git rebase --continue\" quand vous êtes satisfait de vos modifications)"14591460#: wt-status.c:9541461msgid "You are currently cherry-picking."1462msgstr "Vous êtes actuellement en train de picorer."14631464#: wt-status.c:9611465msgid " (all conflicts fixed: run \"git commit\")"1466msgstr " (tous les conflits sont résolus : lancez \"git commit\")"14671468#: wt-status.c:9701469#, c-format1470msgid "You are currently reverting commit %s."1471msgstr "Vous êtes actuellement en train de rétablir le commit %s."14721473#: wt-status.c:9751474msgid " (fix conflicts and run \"git revert --continue\")"1475msgstr " (résolvez les conflits et lancez \"git revert --continue\")"14761477#: wt-status.c:9781478msgid " (all conflicts fixed: run \"git revert --continue\")"1479msgstr " (tous les conflits sont résolus : lancez \"git revert --continue\")"14801481#: wt-status.c:9801482msgid " (use \"git revert --abort\" to cancel the revert operation)"1483msgstr " (utilisez \"git revert --abort\" pour annuler le rétablissement)"14841485#: wt-status.c:9911486#, c-format1487msgid "You are currently bisecting, started from branch '%s'."1488msgstr "Vous êtes en cours de bissection, depuis la branche '%s'."14891490#: wt-status.c:9951491msgid "You are currently bisecting."1492msgstr "Vous êtes en cours de bissection."14931494#: wt-status.c:9981495msgid " (use \"git bisect reset\" to get back to the original branch)"1496msgstr " (utilisez \"git bisect reset\" pour revenir à la branche d'origine)"14971498#: wt-status.c:11731499msgid "On branch "1500msgstr "Sur la branche "15011502#: wt-status.c:11841503msgid "HEAD detached at "1504msgstr "HEAD détachée sur "15051506#: wt-status.c:11861507msgid "HEAD detached from "1508msgstr "HEAD détachée depuis "15091510#: wt-status.c:11891511msgid "Not currently on any branch."1512msgstr "Actuellement sur aucun branche."15131514#: wt-status.c:12061515msgid "Initial commit"1516msgstr "Validation initiale"15171518#: wt-status.c:12201519msgid "Untracked files"1520msgstr "Fichiers non suivis"15211522#: wt-status.c:12221523msgid "Ignored files"1524msgstr "Fichiers ignorés"15251526#: wt-status.c:12261527#, c-format1528msgid ""1529"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"1530"may speed it up, but you have to be careful not to forget to add\n"1531"new files yourself (see 'git help status')."1532msgstr "L'énumération des fichiers non suivis a duré %.2f secondes. 'status -uno'\n"1533"peut l'accélerer, mais vous devez alors faire attention à ne pas\n"1534"oublier d'ajouter les nouveaux fichiers par vous-même (voir 'git help status')."15351536#: wt-status.c:12321537#, c-format1538msgid "Untracked files not listed%s"1539msgstr "Fichiers non suivis non listés%s"15401541#: wt-status.c:12341542msgid " (use -u option to show untracked files)"1543msgstr " (utilisez -u pour afficher les fichiers non suivis)"15441545#: wt-status.c:12401546msgid "No changes"1547msgstr "Aucune modification"15481549#: wt-status.c:12451550#, c-format1551msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"1552msgstr "aucune modification n'a été ajoutée à la validation (utilisez \"git add\" ou \"git commit -a\")\n"15531554#: wt-status.c:12481555#, c-format1556msgid "no changes added to commit\n"1557msgstr "aucune modification ajoutée à la validation\n"15581559#: wt-status.c:12511560#, c-format1561msgid ""1562"nothing added to commit but untracked files present (use \"git add\" to "1563"track)\n"1564msgstr "aucune modification ajoutée à la validation mais des fichiers non suivis sont présents (utilisez \"git add\" pour les suivre)\n"15651566#: wt-status.c:12541567#, c-format1568msgid "nothing added to commit but untracked files present\n"1569msgstr "aucune modification ajoutée à la validation mais des fichiers non suivis sont présents\n"15701571#: wt-status.c:12571572#, c-format1573msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"1574msgstr "rien à valider (créez/copiez des fichiers et utilisez \"git add\" pour les suivre)\n"15751576#: wt-status.c:1260 wt-status.c:12651577#, c-format1578msgid "nothing to commit\n"1579msgstr "rien à valider\n"15801581#: wt-status.c:12631582#, c-format1583msgid "nothing to commit (use -u to show untracked files)\n"1584msgstr "rien à valider (utilisez -u pour afficher les fichiers non suivis)\n"15851586#: wt-status.c:12671587#, c-format1588msgid "nothing to commit, working directory clean\n"1589msgstr "rien à valider, la copie de travail est propre\n"15901591#: wt-status.c:13751592msgid "HEAD (no branch)"1593msgstr "HEAD (aucune branche)"15941595#: wt-status.c:13811596msgid "Initial commit on "1597msgstr "Validation initiale sur "15981599#: wt-status.c:13961600msgid "behind "1601msgstr "derrière "16021603#: wt-status.c:1399 wt-status.c:14021604msgid "ahead "1605msgstr "devant "16061607#: wt-status.c:14041608msgid ", behind "1609msgstr ", derrière "16101611#: compat/precompose_utf8.c:58 builtin/clone.c:3521612#, c-format1613msgid "failed to unlink '%s'"1614msgstr "echec lors de l'unlink de '%s'"16151616#: builtin/add.c:201617msgid "git add [options] [--] <pathspec>..."1618msgstr "git add [options] [--] <chemin>..."16191620#.1621#. * To be consistent with "git add -p" and most Git1622#. * commands, we should default to being tree-wide, but1623#. * this is not the original behavior and can't be1624#. * changed until users trained themselves not to type1625#. * "git add -u" or "git add -A". For now, we warn and1626#. * keep the old behavior. Later, the behavior can be changed1627#. * to tree-wide, keeping the warning for a while, and1628#. * eventually we can drop the warning.1629#.1630#: builtin/add.c:581631#, c-format1632msgid ""1633"The behavior of 'git add %s (or %s)' with no path argument from a\n"1634"subdirectory of the tree will change in Git 2.0 and should not be used "1635"anymore.\n"1636"To add content for the whole tree, run:\n"1637"\n"1638" git add %s :/\n"1639" (or git add %s :/)\n"1640"\n"1641"To restrict the command to the current directory, run:\n"1642"\n"1643" git add %s .\n"1644" (or git add %s .)\n"1645"\n"1646"With the current Git version, the command is restricted to the current "1647"directory.\n"1648msgstr ""1649"Le comportement de 'git add %s (ou %s)' sans argument de chemin depuis un\n"1650"sous-répertoire du projet va changer dans Git 2.0 et ne doit plus être utilisé.\n"1651"Pour ajouter le contenu de toute l'arborescence, lancez :\n"1652"\n"1653" git add %s :/\n"1654" (ou git add %s :/)\n"1655"\n"1656"Pour restreindre la commande au répertoire courant, lancez :\n"1657"\n"1658" git add %s .\n"1659" (ou git add %s .)\n"1660"\n"1661"Avec la version actuelle de Git, la commande est restreinte au répertoire courant.\n"16621663#: builtin/add.c:1001664#, c-format1665msgid ""1666"You ran 'git add' with neither '-A (--all)' or '--ignore-removal',\n"1667"whose behaviour will change in Git 2.0 with respect to paths you removed.\n"1668"Paths like '%s' that are\n"1669"removed from your working tree are ignored with this version of Git.\n"1670"\n"1671"* 'git add --ignore-removal <pathspec>', which is the current default,\n"1672" ignores paths you removed from your working tree.\n"1673"\n"1674"* 'git add --all <pathspec>' will let you also record the removals.\n"1675"\n"1676"Run 'git status' to check the paths you removed from your working tree.\n"1677msgstr ""1678"Vous avez lancé 'git add' sans '-A (--all)' ni '--ignore-removal',\n"1679"dont le comportement va changer dans Git 2.0 avec le respect des chemins que vous supprimez.\n"1680"Les chemins tels que '%s' qui ont été\n"1681"retirés de votre copie de travail sont ignorés avec cette version de Git.\n"1682"\n"1683"* 'git add --ignore-removal <chemin>', qui est l'option par défaut actuelle,\n"1684" ignore les chemins que vous avez supprimés de votre copie de travail.\n"1685"\n"1686"* 'git add --all <chemin>' permet d'enregistrer aussi les suppressions.\n"1687"\n"1688"Lancez 'git status' pour vérifier les chemins que vous avez supprimés de votre copie de travail.\n"16891690#: builtin/add.c:1441691#, c-format1692msgid "unexpected diff status %c"1693msgstr "status de diff inattendu %c"16941695#: builtin/add.c:149 builtin/commit.c:2331696msgid "updating files failed"1697msgstr "échec de la mise à jour des fichiers"16981699#: builtin/add.c:1631700#, c-format1701msgid "remove '%s'\n"1702msgstr "suppression de '%s'\n"17031704#: builtin/add.c:2531705msgid "Unstaged changes after refreshing the index:"1706msgstr "Modifications non indexées après rafraîchissement de l'index :"17071708#: builtin/add.c:256 builtin/add.c:572 builtin/rm.c:2751709#, c-format1710msgid "pathspec '%s' did not match any files"1711msgstr "le chemin '%s' ne correspond à aucun fichier"17121713#: builtin/add.c:3391714msgid "Could not read the index"1715msgstr "Impossible de lire l'index"17161717#: builtin/add.c:3491718#, c-format1719msgid "Could not open '%s' for writing."1720msgstr "Impossible d'ouvrir '%s' en écriture."17211722#: builtin/add.c:3531723msgid "Could not write patch"1724msgstr "Impossible d'écrire le patch"17251726#: builtin/add.c:3581727#, c-format1728msgid "Could not stat '%s'"1729msgstr "Stat de '%s' impossible"17301731#: builtin/add.c:3601732msgid "Empty patch. Aborted."1733msgstr "Patch vide. Abandon."17341735#: builtin/add.c:3661736#, c-format1737msgid "Could not apply '%s'"1738msgstr "Impossible d'appliquer '%s'"17391740#: builtin/add.c:3761741msgid "The following paths are ignored by one of your .gitignore files:\n"1742msgstr "Les chemins suivants sont ignorés par un de vos fichiers .gitignore :\n"17431744#: builtin/add.c:393 builtin/clean.c:161 builtin/fetch.c:78 builtin/mv.c:631745#: builtin/prune-packed.c:76 builtin/push.c:425 builtin/remote.c:12531746#: builtin/rm.c:2061747msgid "dry run"1748msgstr "à vide"17491750#: builtin/add.c:394 builtin/apply.c:4409 builtin/check-ignore.c:191751#: builtin/commit.c:1152 builtin/count-objects.c:95 builtin/fsck.c:6131752#: builtin/log.c:1518 builtin/mv.c:62 builtin/read-tree.c:1121753msgid "be verbose"1754msgstr "mode verbeux"17551756#: builtin/add.c:3961757msgid "interactive picking"1758msgstr "sélection interactive"17591760#: builtin/add.c:397 builtin/checkout.c:1063 builtin/reset.c:2581761msgid "select hunks interactively"1762msgstr "sélection interactive des sections"17631764#: builtin/add.c:3981765msgid "edit current diff and apply"1766msgstr "édition du diff actuel et application"17671768#: builtin/add.c:3991769msgid "allow adding otherwise ignored files"1770msgstr "permettre l'ajout de fichiers ignorés"17711772#: builtin/add.c:4001773msgid "update tracked files"1774msgstr "mettre à jour les fichiers suivis"17751776#: builtin/add.c:4011777msgid "record only the fact that the path will be added later"1778msgstr "enregistrer seulement le fait que le chemin sera ajouté plus tard"17791780#: builtin/add.c:4021781msgid "add changes from all tracked and untracked files"1782msgstr "ajouter les modifications de tous les fichiers suivis et non suivis"17831784#. takes no arguments1785#: builtin/add.c:4051786msgid "ignore paths removed in the working tree (same as --no-all)"1787msgstr "ignorer les chemins effacés dans la copie de travail (identique à --no-all)"17881789#: builtin/add.c:4071790msgid "don't add, only refresh the index"1791msgstr "ne pas ajouter, juste rafraîchir l'index"17921793#: builtin/add.c:4081794msgid "just skip files which cannot be added because of errors"1795msgstr "sauter seulement les fichiers qui ne peuvent pas être ajoutés du fait d'erreurs"17961797#: builtin/add.c:4091798msgid "check if - even missing - files are ignored in dry run"1799msgstr "vérifier si des fichiers - même manquants - sont ignorés, à vide"18001801#: builtin/add.c:4311802#, c-format1803msgid "Use -f if you really want to add them.\n"1804msgstr "Utilisez -f si vous voulez réellement les ajouter.\n"18051806#: builtin/add.c:4321807msgid "no files added"1808msgstr "aucun fichier ajouté"18091810#: builtin/add.c:4381811msgid "adding files failed"1812msgstr "échec de l'ajout de fichiers"18131814#: builtin/add.c:4771815msgid "-A and -u are mutually incompatible"1816msgstr "-A et -u sont mutuellement incompatibles"18171818#: builtin/add.c:4951819msgid "Option --ignore-missing can only be used together with --dry-run"1820msgstr "L'option --ignore-missing ne peut être utilisée qu'en complément de --dry-run"18211822#: builtin/add.c:5251823#, c-format1824msgid "Nothing specified, nothing added.\n"1825msgstr "Rien de spécifié, rien n'a été ajouté.\n"18261827#: builtin/add.c:5261828#, c-format1829msgid "Maybe you wanted to say 'git add .'?\n"1830msgstr "Vous vouliez sûrement dire 'git add .' ?\n"18311832#: builtin/add.c:532 builtin/check-ignore.c:66 builtin/clean.c:2041833#: builtin/commit.c:293 builtin/mv.c:82 builtin/rm.c:2351834msgid "index file corrupt"1835msgstr "fichier d'index corrompu"18361837#: builtin/add.c:604 builtin/apply.c:4505 builtin/mv.c:229 builtin/rm.c:3701838msgid "Unable to write new index file"1839msgstr "Impossible d'écrire le nouveau fichier d'index"18401841#: builtin/apply.c:571842msgid "git apply [options] [<patch>...]"1843msgstr "git apply [options] [<patch>...]"18441845#: builtin/apply.c:1101846#, c-format1847msgid "unrecognized whitespace option '%s'"1848msgstr "option d'espace non reconnue '%s'"18491850#: builtin/apply.c:1251851#, c-format1852msgid "unrecognized whitespace ignore option '%s'"1853msgstr "option d'ignorance d'espce non reconnue '%s'"18541855#: builtin/apply.c:8231856#, c-format1857msgid "Cannot prepare timestamp regexp %s"1858msgstr "Impossible de préparer la regexp d'horodatage %s"18591860#: builtin/apply.c:8321861#, c-format1862msgid "regexec returned %d for input: %s"1863msgstr "regexec a retourné %d pour l'entrée : %s"18641865#: builtin/apply.c:9131866#, c-format1867msgid "unable to find filename in patch at line %d"1868msgstr "nom de fichier du patch introuvable à la ligne %d"18691870#: builtin/apply.c:9451871#, c-format1872msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"1873msgstr "git apply : mauvais format de git-diff - /dev/null attendu, %s trouvé à la ligne %d"18741875#: builtin/apply.c:9491876#, c-format1877msgid "git apply: bad git-diff - inconsistent new filename on line %d"1878msgstr "git apply : mauvais format de git-diff - nouveau nom de fichier inconsistant à la ligne %d"18791880#: builtin/apply.c:9501881#, c-format1882msgid "git apply: bad git-diff - inconsistent old filename on line %d"1883msgstr "git apply : mauvais format de git-diff - ancien nom de fichier inconsistant à la ligne %d"18841885#: builtin/apply.c:9571886#, c-format1887msgid "git apply: bad git-diff - expected /dev/null on line %d"1888msgstr "git apply : mauvais format de git-diff - /dev/null attendu à la ligne %d"18891890#: builtin/apply.c:14221891#, c-format1892msgid "recount: unexpected line: %.*s"1893msgstr "recount : ligne inattendue : %.*s"18941895#: builtin/apply.c:14791896#, c-format1897msgid "patch fragment without header at line %d: %.*s"1898msgstr "fragment de patch sans en-tête à la ligne %d : %.*s"18991900#: builtin/apply.c:14961901#, c-format1902msgid ""1903"git diff header lacks filename information when removing %d leading pathname "1904"component (line %d)"1905msgid_plural ""1906"git diff header lacks filename information when removing %d leading pathname "1907"components (line %d)"1908msgstr[0] "information de nom de fichier manquante dans l'en-tête de git diff lors de la suppression de %d composant de préfixe de chemin (ligne %d)"1909msgstr[1] "information de nom de fichier manquante dans l'en-tête de git diff lors de la suppression de %d composants de préfixe de chemin (ligne %d)"19101911#: builtin/apply.c:16561912msgid "new file depends on old contents"1913msgstr "le nouveau fichier dépend de contenus anciens"19141915#: builtin/apply.c:16581916msgid "deleted file still has contents"1917msgstr "le fichier supprimé a encore du contenu"19181919#: builtin/apply.c:16841920#, c-format1921msgid "corrupt patch at line %d"1922msgstr "patch corrompu à la ligne %d"19231924#: builtin/apply.c:17201925#, c-format1926msgid "new file %s depends on old contents"1927msgstr "le nouveau fichier %s dépend de contenus anciens"19281929#: builtin/apply.c:17221930#, c-format1931msgid "deleted file %s still has contents"1932msgstr "le fichier supprimé %s a encore du contenu"19331934#: builtin/apply.c:17251935#, c-format1936msgid "** warning: file %s becomes empty but is not deleted"1937msgstr "** attention : le fichier %s devient vide mais n'est pas supprimé"19381939#: builtin/apply.c:18711940#, c-format1941msgid "corrupt binary patch at line %d: %.*s"1942msgstr "patch binaire corrompu à la ligne %d : %.*s"19431944#. there has to be one hunk (forward hunk)1945#: builtin/apply.c:19001946#, c-format1947msgid "unrecognized binary patch at line %d"1948msgstr "patch binaire non reconnu à la ligne %d"19491950#: builtin/apply.c:19861951#, c-format1952msgid "patch with only garbage at line %d"1953msgstr "patch totalement incompréhensible à la ligne %d"19541955#: builtin/apply.c:20761956#, c-format1957msgid "unable to read symlink %s"1958msgstr "lecture du lien symbolique %s impossible"19591960#: builtin/apply.c:20801961#, c-format1962msgid "unable to open or read %s"1963msgstr "ouverture ou lecture de %s impossible"19641965#: builtin/apply.c:26881966#, c-format1967msgid "invalid start of line: '%c'"1968msgstr "début de ligne invalide : '%c'"19691970#: builtin/apply.c:28061971#, c-format1972msgid "Hunk #%d succeeded at %d (offset %d line)."1973msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."1974msgstr[0] "La section n°%d a réussi à la ligne %d (offset %d ligne)."1975msgstr[1] "La section n°%d a réussi à la ligne %d (offset %d lignes)."19761977#: builtin/apply.c:28181978#, c-format1979msgid "Context reduced to (%ld/%ld) to apply fragment at %d"1980msgstr "Contexte réduit à (%ld/%ld) pour appliquer le fragment à la ligne %d"19811982#: builtin/apply.c:28241983#, c-format1984msgid ""1985"while searching for:\n"1986"%.*s"1987msgstr "pendant la recherche de :\n"1988"%.*s"19891990#: builtin/apply.c:28431991#, c-format1992msgid "missing binary patch data for '%s'"1993msgstr "données de patch binaire manquantes pour '%s'"19941995#: builtin/apply.c:29461996#, c-format1997msgid "binary patch does not apply to '%s'"1998msgstr "le patch binaire ne s'applique par correctement à '%s'"19992000#: builtin/apply.c:29522001#, c-format2002msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"2003msgstr "le patch binaire sur '%s' crée un résultat incorrect (%s attendu, mais %s trouvé)"20042005#: builtin/apply.c:29732006#, c-format2007msgid "patch failed: %s:%ld"2008msgstr "le patch a échoué : %s:%ld"20092010#: builtin/apply.c:30952011#, c-format2012msgid "cannot checkout %s"2013msgstr "extraction de %s impossible"20142015#: builtin/apply.c:3140 builtin/apply.c:3149 builtin/apply.c:31932016#, c-format2017msgid "read of %s failed"2018msgstr "echec de la lecture de %s"20192020#: builtin/apply.c:3173 builtin/apply.c:33952021#, c-format2022msgid "path %s has been renamed/deleted"2023msgstr "le chemin %s a été renommé/supprimé"20242025#: builtin/apply.c:3254 builtin/apply.c:34092026#, c-format2027msgid "%s: does not exist in index"2028msgstr "%s : n'existe pas dans l'index"20292030#: builtin/apply.c:3258 builtin/apply.c:3401 builtin/apply.c:34232031#, c-format2032msgid "%s: %s"2033msgstr "%s : %s"20342035#: builtin/apply.c:3263 builtin/apply.c:34172036#, c-format2037msgid "%s: does not match index"2038msgstr "%s : ne correspond pas à l'index"20392040#: builtin/apply.c:33652041msgid "removal patch leaves file contents"2042msgstr "le patch de suppression laisse un contenu dans le fichier"20432044#: builtin/apply.c:34342045#, c-format2046msgid "%s: wrong type"2047msgstr "%s : type erroné"20482049#: builtin/apply.c:34362050#, c-format2051msgid "%s has type %o, expected %o"2052msgstr "%s est de type %o, mais %o attendu"20532054#: builtin/apply.c:35372055#, c-format2056msgid "%s: already exists in index"2057msgstr "%s : existe déjà dans l'index"20582059#: builtin/apply.c:35402060#, c-format2061msgid "%s: already exists in working directory"2062msgstr "%s : existe déjà dans la copie de travail"20632064#: builtin/apply.c:35602065#, c-format2066msgid "new mode (%o) of %s does not match old mode (%o)"2067msgstr "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o)"20682069#: builtin/apply.c:35652070#, c-format2071msgid "new mode (%o) of %s does not match old mode (%o) of %s"2072msgstr "le nouveau mode (%o) de %s ne correspond pas à l'ancien mode (%o) de %s"20732074#: builtin/apply.c:35732075#, c-format2076msgid "%s: patch does not apply"2077msgstr "%s : le patch ne s'applique pas"20782079#: builtin/apply.c:35862080#, c-format2081msgid "Checking patch %s..."2082msgstr "Vérification du patch %s..."20832084#: builtin/apply.c:3679 builtin/checkout.c:216 builtin/reset.c:1242085#, c-format2086msgid "make_cache_entry failed for path '%s'"2087msgstr "echec de make_cache_entry pour le chemin '%s'"20882089#: builtin/apply.c:38222090#, c-format2091msgid "unable to remove %s from index"2092msgstr "suppression de %s dans l'index impossible"20932094#: builtin/apply.c:38502095#, c-format2096msgid "corrupt patch for subproject %s"2097msgstr "patch corrompu pour le sous-projet %s"20982099#: builtin/apply.c:38542100#, c-format2101msgid "unable to stat newly created file '%s'"2102msgstr "stat du fichier nouvellement créé '%s' impossible"21032104#: builtin/apply.c:38592105#, c-format2106msgid "unable to create backing store for newly created file %s"2107msgstr "création du magasin de stockage pour le fichier nouvellement créé %s impossible"21082109#: builtin/apply.c:3862 builtin/apply.c:39702110#, c-format2111msgid "unable to add cache entry for %s"2112msgstr "ajout de l'entrée de cache %s impossible"21132114#: builtin/apply.c:38952115#, c-format2116msgid "closing file '%s'"2117msgstr "fermeture du fichier '%s'"21182119#: builtin/apply.c:39442120#, c-format2121msgid "unable to write file '%s' mode %o"2122msgstr "écriture du fichier '%s' mode %o impossible"21232124#: builtin/apply.c:40312125#, c-format2126msgid "Applied patch %s cleanly."2127msgstr "Patch %s appliqué proprement."21282129#: builtin/apply.c:40392130msgid "internal error"2131msgstr "erreur interne"21322133#. Say this even without --verbose2134#: builtin/apply.c:40422135#, c-format2136msgid "Applying patch %%s with %d reject..."2137msgid_plural "Applying patch %%s with %d rejects..."2138msgstr[0] "Application du patch %%s avec %d rejet..."2139msgstr[1] "Application du patch %%s avec %d rejets..."21402141#: builtin/apply.c:40522142#, c-format2143msgid "truncating .rej filename to %.*s.rej"2144msgstr "troncature du nom de fichier .rej en %.*s.rej"21452146#: builtin/apply.c:40732147#, c-format2148msgid "Hunk #%d applied cleanly."2149msgstr "Section n°%d appliquée proprement."21502151#: builtin/apply.c:40762152#, c-format2153msgid "Rejected hunk #%d."2154msgstr "Section n°%d rejetée."21552156#: builtin/apply.c:42262157msgid "unrecognized input"2158msgstr "entrée non reconnue"21592160#: builtin/apply.c:42372161msgid "unable to read index file"2162msgstr "lecture du fichier d'index impossible"21632164#: builtin/apply.c:4356 builtin/apply.c:4359 builtin/clone.c:922165#: builtin/fetch.c:632166msgid "path"2167msgstr "chemin"21682169#: builtin/apply.c:43572170msgid "don't apply changes matching the given path"2171msgstr "ne pas appliquer les modifications qui correspondent au chemin donné"21722173#: builtin/apply.c:43602174msgid "apply changes matching the given path"2175msgstr "appliquer les modifications qui correspondent au chemin donné"21762177#: builtin/apply.c:43622178msgid "num"2179msgstr "num"21802181#: builtin/apply.c:43632182msgid "remove <num> leading slashes from traditional diff paths"2183msgstr "supprimer <num> barres obliques des chemins traditionnels de diff"21842185#: builtin/apply.c:43662186msgid "ignore additions made by the patch"2187msgstr "ignorer les additions réalisées par le patch"21882189#: builtin/apply.c:43682190msgid "instead of applying the patch, output diffstat for the input"2191msgstr "au lieu d'appliquer le patch, afficher le diffstat de l'entrée"21922193#: builtin/apply.c:43722194msgid "show number of added and deleted lines in decimal notation"2195msgstr "afficher le nombre de lignes ajoutées et supprimées en notation décimale"21962197#: builtin/apply.c:43742198msgid "instead of applying the patch, output a summary for the input"2199msgstr "au lieu d'appliquer le patch, afficher un résumer de l'entrée"22002201#: builtin/apply.c:43762202msgid "instead of applying the patch, see if the patch is applicable"2203msgstr "au lieu d'appliquer le patch, voir si le patch est applicable"22042205#: builtin/apply.c:43782206msgid "make sure the patch is applicable to the current index"2207msgstr "s'assurer que le patch est applicable sur l'index actuel"22082209#: builtin/apply.c:43802210msgid "apply a patch without touching the working tree"2211msgstr "appliquer les patch sans toucher à la copie de travail"22122213#: builtin/apply.c:43822214msgid "also apply the patch (use with --stat/--summary/--check)"2215msgstr "appliquer aussi le patch (à utiliser avec ---stat/--summary/--check)"22162217#: builtin/apply.c:43842218msgid "attempt three-way merge if a patch does not apply"2219msgstr "tenter une fusion à 3 points si le patch ne s'applique pas proprement"22202221#: builtin/apply.c:43862222msgid "build a temporary index based on embedded index information"2223msgstr "construire un index temporaire fondé sur l'information de l'index embarqué"22242225#: builtin/apply.c:4388 builtin/checkout-index.c:197 builtin/ls-files.c:4562226msgid "paths are separated with NUL character"2227msgstr "les chemins sont séparés par un caractère NUL"22282229#: builtin/apply.c:43912230msgid "ensure at least <n> lines of context match"2231msgstr "s'assurer d'au moins <n> lignes de correspondance de contexte"22322233#: builtin/apply.c:43922234msgid "action"2235msgstr "action"22362237#: builtin/apply.c:43932238msgid "detect new or modified lines that have whitespace errors"2239msgstr "détecter des lignes nouvelles ou modifiées qui contiennent des erreurs d'espace"22402241#: builtin/apply.c:4396 builtin/apply.c:43992242msgid "ignore changes in whitespace when finding context"2243msgstr "ignorer des modifications d'espace lors de la recherche de contexte"22442245#: builtin/apply.c:44022246msgid "apply the patch in reverse"2247msgstr "appliquer le patch en sens inverse"22482249#: builtin/apply.c:44042250msgid "don't expect at least one line of context"2251msgstr "ne pas s'attendre à au moins une ligne de contexte"22522253#: builtin/apply.c:44062254msgid "leave the rejected hunks in corresponding *.rej files"2255msgstr "laisser les sections rejetées dans les fichiers *.rej correspondants"22562257#: builtin/apply.c:44082258msgid "allow overlapping hunks"2259msgstr "accepter les recouvrements de sections"22602261#: builtin/apply.c:44112262msgid "tolerate incorrectly detected missing new-line at the end of file"2263msgstr "tolérer des erreurs de détection de retours chariot manquants en fin de fichier"22642265#: builtin/apply.c:44142266msgid "do not trust the line counts in the hunk headers"2267msgstr "ne pas se fier au compte de lignes dans les en-têtes de section"22682269#: builtin/apply.c:44162270msgid "root"2271msgstr "racine"22722273#: builtin/apply.c:44172274msgid "prepend <root> to all filenames"2275msgstr "préfixer tous les noms de fichier avec <root>"22762277#: builtin/apply.c:44392278msgid "--3way outside a repository"2279msgstr "--3way hors d'un dépôt"22802281#: builtin/apply.c:44472282msgid "--index outside a repository"2283msgstr "--index hors d'un dépôt"22842285#: builtin/apply.c:44502286msgid "--cached outside a repository"2287msgstr "--cached hors d'un dépôt"22882289#: builtin/apply.c:44662290#, c-format2291msgid "can't open patch '%s'"2292msgstr "ouverture impossible du patch '%s'"22932294#: builtin/apply.c:44802295#, c-format2296msgid "squelched %d whitespace error"2297msgid_plural "squelched %d whitespace errors"2298msgstr[0] "%d erreur d'espace ignorée"2299msgstr[1] "%d erreurs d'espace ignorées"23002301#: builtin/apply.c:4486 builtin/apply.c:44962302#, c-format2303msgid "%d line adds whitespace errors."2304msgid_plural "%d lines add whitespace errors."2305msgstr[0] "%d ligne a ajouté des erreurs d'espace."2306msgstr[1] "%d lignes ont ajouté des erreurs d'espace."23072308#: builtin/archive.c:172309#, c-format2310msgid "could not create archive file '%s'"2311msgstr "création impossible du fichier d'archive '%s'"23122313#: builtin/archive.c:202314msgid "could not redirect output"2315msgstr "impossible de rediriger la sortie"23162317#: builtin/archive.c:372318msgid "git archive: Remote with no URL"2319msgstr "git archive : Dépôt distant sans URL"23202321#: builtin/archive.c:582322msgid "git archive: expected ACK/NAK, got EOF"2323msgstr "git archive : ACK/NACK attendu, EOF reçu"23242325#: builtin/archive.c:612326#, c-format2327msgid "git archive: NACK %s"2328msgstr "git archive : NACK %s"23292330#: builtin/archive.c:632331#, c-format2332msgid "remote error: %s"2333msgstr "erreur distante : %s"23342335#: builtin/archive.c:642336msgid "git archive: protocol error"2337msgstr "git archive : erreur de protocole"23382339#: builtin/archive.c:682340msgid "git archive: expected a flush"2341msgstr "git archive : vidage attendu"23422343#: builtin/bisect--helper.c:72344msgid "git bisect--helper --next-all [--no-checkout]"2345msgstr "git bisect --helper --next-all [--no-checkout]"23462347#: builtin/bisect--helper.c:172348msgid "perform 'git bisect next'"2349msgstr "effectuer 'git bisect next'"23502351#: builtin/bisect--helper.c:192352msgid "update BISECT_HEAD instead of checking out the current commit"2353msgstr "mettre à jour BISECT_HEAD au lieu d'extraire le commit actuel"23542355#: builtin/blame.c:252356msgid "git blame [options] [rev-opts] [rev] [--] file"2357msgstr "git blame [options] [options-de-révision] [rev] [--] fichier"23582359#: builtin/blame.c:302360msgid "[rev-opts] are documented in git-rev-list(1)"2361msgstr "[options-de-révision] sont documentés dans git-rev-list(1)"23622363#: builtin/blame.c:23552364msgid "Show blame entries as we find them, incrementally"2365msgstr "Montrer les entrée de blâme au fur et à mesure de leur découverte, de manière incrémentale"23662367#: builtin/blame.c:23562368msgid "Show blank SHA-1 for boundary commits (Default: off)"2369msgstr "Montrer un SHA-1 blanc pour les commits de limite (Défaut : désactivé)"23702371#: builtin/blame.c:23572372msgid "Do not treat root commits as boundaries (Default: off)"2373msgstr "Ne pas traiter les commits racine comme des limites (Défaut : désactivé)"23742375#: builtin/blame.c:23582376msgid "Show work cost statistics"2377msgstr "Montrer les statistiques de coût d'activité"23782379#: builtin/blame.c:23592380msgid "Show output score for blame entries"2381msgstr "Montrer le score de sortie pour les entrées de blâme"23822383#: builtin/blame.c:23602384msgid "Show original filename (Default: auto)"2385msgstr "Montrer les noms de fichier originaux (Défaut : auto)"23862387#: builtin/blame.c:23612388msgid "Show original linenumber (Default: off)"2389msgstr "Montrer les numéros de lignes originaux (Défaut : désactivé)"23902391#: builtin/blame.c:23622392msgid "Show in a format designed for machine consumption"2393msgstr "Afficher dans un format propice à la consommation par machine"23942395#: builtin/blame.c:23632396msgid "Show porcelain format with per-line commit information"2397msgstr "Afficher en format porcelaine avec l'information de commit par ligne"23982399#: builtin/blame.c:23642400msgid "Use the same output mode as git-annotate (Default: off)"2401msgstr "Utiliser le même mode de sortie que git-annotate (Défaut : désactivé)"24022403#: builtin/blame.c:23652404msgid "Show raw timestamp (Default: off)"2405msgstr "Afficher les horodatages bruts (Défaut: désactivé)"24062407#: builtin/blame.c:23662408msgid "Show long commit SHA1 (Default: off)"2409msgstr "Afficher les longs SHA1 de commits (Défaut : désactivé)"24102411#: builtin/blame.c:23672412msgid "Suppress author name and timestamp (Default: off)"2413msgstr "Supprimer le nom de l'auteur et l'horodatage (Défaut : désactivé)"24142415#: builtin/blame.c:23682416msgid "Show author email instead of name (Default: off)"2417msgstr "Afficher l'e-mail de l'auteur au lieu du nom (Défaut : désactivé)"24182419#: builtin/blame.c:23692420msgid "Ignore whitespace differences"2421msgstr "Ignorer les différences d'espace"24222423#: builtin/blame.c:23702424msgid "Spend extra cycles to find better match"2425msgstr "Dépenser des cycles supplémentaires pour trouver une meilleure correspondance"24262427#: builtin/blame.c:23712428msgid "Use revisions from <file> instead of calling git-rev-list"2429msgstr "Utiliser les révisions du fichier <fichier> au lieu d'appeler git-rev-list"24302431#: builtin/blame.c:23722432msgid "Use <file>'s contents as the final image"2433msgstr "Utiliser le contenu de <fichier> comme image finale"24342435#: builtin/blame.c:2373 builtin/blame.c:23742436msgid "score"2437msgstr "score"24382439#: builtin/blame.c:23732440msgid "Find line copies within and across files"2441msgstr "Trouver les copies de ligne dans et entre les fichiers"24422443#: builtin/blame.c:23742444msgid "Find line movements within and across files"2445msgstr "Trouver les mouvements de ligne dans et entre les fichiers"24462447#: builtin/blame.c:23752448msgid "n,m"2449msgstr "n,m"24502451#: builtin/blame.c:23752452msgid "Process only line range n,m, counting from 1"2453msgstr "Traiter seulement l'intervalle de ligne n,m en commençant le compte à 1"24542455#: builtin/branch.c:242456msgid "git branch [options] [-r | -a] [--merged | --no-merged]"2457msgstr "git branch [options] [-r | -a] [--merged | --no-merged]"24582459#: builtin/branch.c:252460msgid "git branch [options] [-l] [-f] <branchname> [<start-point>]"2461msgstr "git branch [options] [-l] [-f] <nomdebranch> [<point-de-départ>]"24622463#: builtin/branch.c:262464msgid "git branch [options] [-r] (-d | -D) <branchname>..."2465msgstr "git branch [options] [-r] (-d | -D) <nomdebranche>..."24662467#: builtin/branch.c:272468msgid "git branch [options] (-m | -M) [<oldbranch>] <newbranch>"2469msgstr "git branch [options] (-m | -M) [<anciennebranche>] <nouvellebranche>"24702471#: builtin/branch.c:1502472#, c-format2473msgid ""2474"deleting branch '%s' that has been merged to\n"2475" '%s', but not yet merged to HEAD."2476msgstr ""2477"suppression de la branche '%s' qui a été fusionnée dans\n"2478" '%s', mais pas dans HEAD."24792480#: builtin/branch.c:1542481#, c-format2482msgid ""2483"not deleting branch '%s' that is not yet merged to\n"2484" '%s', even though it is merged to HEAD."2485msgstr ""2486"branche '%s' non supprimée car elle n'a pas été fusionnée dans\n"2487" '%s', même si elle est fusionnée dans HEAD."24882489#: builtin/branch.c:1682490#, c-format2491msgid "Couldn't look up commit object for '%s'"2492msgstr "Impossible de rechercher l'objet commit pour '%s'"24932494#: builtin/branch.c:1722495#, c-format2496msgid ""2497"The branch '%s' is not fully merged.\n"2498"If you are sure you want to delete it, run 'git branch -D %s'."2499msgstr ""2500"La branche '%s' n'est pas totalement fusionnée.\n"2501"Si vous êtes sur que vous voulez la supprimer, lancez 'git branch -D %s'."25022503#: builtin/branch.c:1852504msgid "Update of config-file failed"2505msgstr "Échec de la mise à jour du fichier de config"25062507#: builtin/branch.c:2132508msgid "cannot use -a with -d"2509msgstr "impossible d'utiliser -a avec -d"25102511#: builtin/branch.c:2192512msgid "Couldn't look up commit object for HEAD"2513msgstr "Impossible de rechercher l'objet commit pour HEAD"25142515#: builtin/branch.c:2272516#, c-format2517msgid "Cannot delete the branch '%s' which you are currently on."2518msgstr "Impossible de supprimer la branche '%s' sur laquelle vous êtes."25192520#: builtin/branch.c:2402521#, c-format2522msgid "remote branch '%s' not found."2523msgstr "branche distante %s' non trouvée."25242525#: builtin/branch.c:2412526#, c-format2527msgid "branch '%s' not found."2528msgstr "branche '%s' non trouvée."25292530#: builtin/branch.c:2552531#, c-format2532msgid "Error deleting remote branch '%s'"2533msgstr "Erreur lors de la suppression de la branche distante '%s'"25342535#: builtin/branch.c:2562536#, c-format2537msgid "Error deleting branch '%s'"2538msgstr "Erreur lors de la suppression de la branche '%s'"25392540#: builtin/branch.c:2632541#, c-format2542msgid "Deleted remote branch %s (was %s).\n"2543msgstr "Branche distante %s supprimée (précédemment %s).\n"25442545#: builtin/branch.c:2642546#, c-format2547msgid "Deleted branch %s (was %s).\n"2548msgstr "Branche %s supprimée (précédemment %s).\n"25492550#: builtin/branch.c:3662551#, c-format2552msgid "branch '%s' does not point at a commit"2553msgstr "la branche '%s' ne pointe pas sur un commit"25542555#: builtin/branch.c:4532556#, c-format2557msgid "[%s: behind %d]"2558msgstr "[%s: en retard de %d]"25592560#: builtin/branch.c:4552561#, c-format2562msgid "[behind %d]"2563msgstr "[en retard de %d]"25642565#: builtin/branch.c:4592566#, c-format2567msgid "[%s: ahead %d]"2568msgstr "[%s : en avance de %d]"25692570#: builtin/branch.c:4612571#, c-format2572msgid "[ahead %d]"2573msgstr "[en avance de %d]"25742575#: builtin/branch.c:4642576#, c-format2577msgid "[%s: ahead %d, behind %d]"2578msgstr "[%s : en avance de %d, en retard de %d]"25792580#: builtin/branch.c:4672581#, c-format2582msgid "[ahead %d, behind %d]"2583msgstr "[en avance de %d, en retard de %d]"25842585#: builtin/branch.c:4902586msgid " **** invalid ref ****"2587msgstr " **** référence invalide ****"25882589#: builtin/branch.c:5822590#, c-format2591msgid "(no branch, rebasing %s)"2592msgstr "(aucune branche, rebasage de %s)"25932594#: builtin/branch.c:5852595#, c-format2596msgid "(no branch, bisect started on %s)"2597msgstr "(aucune branche, bisect a démarré sur %s)"25982599#: builtin/branch.c:5882600#, c-format2601msgid "(detached from %s)"2602msgstr "(détaché de %s)"26032604#: builtin/branch.c:5912605msgid "(no branch)"2606msgstr "(aucune branche)"26072608#: builtin/branch.c:6372609#, c-format2610msgid "object '%s' does not point to a commit"2611msgstr "l'objet '%s' ne pointe pas sur un commit"26122613#: builtin/branch.c:6692614msgid "some refs could not be read"2615msgstr "des références n'ont pas pu être lues"26162617#: builtin/branch.c:6822618msgid "cannot rename the current branch while not on any."2619msgstr "impossible de renommer la branche actuelle, il n'y en a pas."26202621#: builtin/branch.c:6922622#, c-format2623msgid "Invalid branch name: '%s'"2624msgstr "Nom de branche invalide : '%s'"26252626#: builtin/branch.c:7072627msgid "Branch rename failed"2628msgstr "Echec de renommage de la branche"26292630#: builtin/branch.c:7112631#, c-format2632msgid "Renamed a misnamed branch '%s' away"2633msgstr "Renommage d'un branche mal nommée '%s'"26342635#: builtin/branch.c:7152636#, c-format2637msgid "Branch renamed to %s, but HEAD is not updated!"2638msgstr "La branche a été renommée en %s, mais HEAD n'est pas mise à jour !"26392640#: builtin/branch.c:7222641msgid "Branch is renamed, but update of config-file failed"2642msgstr "La branche est renommée, mais la mise à jour du fichier de config a échoué"26432644#: builtin/branch.c:7372645#, c-format2646msgid "malformed object name %s"2647msgstr "nom d'objet malformé %s"26482649#: builtin/branch.c:7612650#, c-format2651msgid "could not write branch description template: %s"2652msgstr "impossible d'écrire le modèle de description de branche : %s"26532654#: builtin/branch.c:7912655msgid "Generic options"2656msgstr "Options génériques"26572658#: builtin/branch.c:7932659msgid "show hash and subject, give twice for upstream branch"2660msgstr "afficher le hachage et le sujet, doublé pour la branche amont"26612662#: builtin/branch.c:7942663msgid "suppress informational messages"2664msgstr "supprimer les messages d'information"26652666#: builtin/branch.c:7952667msgid "set up tracking mode (see git-pull(1))"2668msgstr "régler le mode de suivi (voir git-pull(1))"26692670#: builtin/branch.c:7972671msgid "change upstream info"2672msgstr "modifier l'information amont"26732674#: builtin/branch.c:8012675msgid "use colored output"2676msgstr "utiliser la coloration dans la sortie"26772678#: builtin/branch.c:8022679msgid "act on remote-tracking branches"2680msgstr "agir sur les branches de suivi distantes"26812682#: builtin/branch.c:805 builtin/branch.c:811 builtin/branch.c:8322683#: builtin/branch.c:838 builtin/commit.c:1368 builtin/commit.c:13692684#: builtin/commit.c:1370 builtin/commit.c:1371 builtin/tag.c:4682685msgid "commit"2686msgstr "valider"26872688#: builtin/branch.c:806 builtin/branch.c:8122689msgid "print only branches that contain the commit"2690msgstr "afficher seulement les branches qui contiennent le commit"26912692#: builtin/branch.c:8182693msgid "Specific git-branch actions:"2694msgstr "Actions spécifiques à git-branch :"26952696#: builtin/branch.c:8192697msgid "list both remote-tracking and local branches"2698msgstr "afficher à la fois les branches de suivi et les branches locales"26992700#: builtin/branch.c:8212701msgid "delete fully merged branch"2702msgstr "supprimer une branche totalement fusionnée"27032704#: builtin/branch.c:8222705msgid "delete branch (even if not merged)"2706msgstr "supprimer une branche (même non fusionnée)"27072708#: builtin/branch.c:8232709msgid "move/rename a branch and its reflog"2710msgstr "déplacer/renommer une branche et son reflog"27112712#: builtin/branch.c:8242713msgid "move/rename a branch, even if target exists"2714msgstr "déplacer/renommer une branche, même si la cible existe"27152716#: builtin/branch.c:8252717msgid "list branch names"2718msgstr "afficher les noms des branches"27192720#: builtin/branch.c:8262721msgid "create the branch's reflog"2722msgstr "créer le reflog de la branche"27232724#: builtin/branch.c:8282725msgid "edit the description for the branch"2726msgstr "éditer la description de la branche"27272728#: builtin/branch.c:8292729msgid "force creation (when already exists)"2730msgstr "forcer la création (même si la cible existe)"27312732#: builtin/branch.c:8322733msgid "print only not merged branches"2734msgstr "afficher seulement les branches non fusionnées"27352736#: builtin/branch.c:8382737msgid "print only merged branches"2738msgstr "afficher seulement les branches fusionnées"27392740#: builtin/branch.c:8422741msgid "list branches in columns"2742msgstr "afficher les branches en colonnes"27432744#: builtin/branch.c:8552745msgid "Failed to resolve HEAD as a valid ref."2746msgstr "Échec de résolution de HEAD comme référence valide."27472748#: builtin/branch.c:860 builtin/clone.c:6192749msgid "HEAD not found below refs/heads!"2750msgstr "HEAD non trouvée sous refs/heads !"27512752#: builtin/branch.c:8832753msgid "--column and --verbose are incompatible"2754msgstr "--column et --verbose sont incompatibles"27552756#: builtin/branch.c:889 builtin/branch.c:9282757msgid "branch name required"2758msgstr "le nom de branche est requis"27592760#: builtin/branch.c:9042761msgid "Cannot give description to detached HEAD"2762msgstr "Impossible de décrire une HEAD détachée"27632764#: builtin/branch.c:9092765msgid "cannot edit description of more than one branch"2766msgstr "impossible d'éditer la description de plus d'une branche"27672768#: builtin/branch.c:9162769#, c-format2770msgid "No commit on branch '%s' yet."2771msgstr "Aucun commit sur la branche '%s'."27722773#: builtin/branch.c:9192774#, c-format2775msgid "No branch named '%s'."2776msgstr "Aucune branche nommée '%s'."27772778#: builtin/branch.c:9342779msgid "too many branches for a rename operation"2780msgstr "trop de branches pour une opération de renommage"27812782#: builtin/branch.c:9392783msgid "too many branches to set new upstream"2784msgstr "trop de branches pour spécifier une branche amont"27852786#: builtin/branch.c:9432787#, c-format2788msgid ""2789"could not set upstream of HEAD to %s when it does not point to any branch."2790msgstr "impossible de spécifier une branche amont de HEAD par %s qui ne pointe sur aucune branche."27912792#: builtin/branch.c:946 builtin/branch.c:968 builtin/branch.c:9902793#, c-format2794msgid "no such branch '%s'"2795msgstr "pas de branche '%s'"27962797#: builtin/branch.c:9502798#, c-format2799msgid "branch '%s' does not exist"2800msgstr "la branche '%s' n'existe pas"28012802#: builtin/branch.c:9622803msgid "too many branches to unset upstream"2804msgstr "trop de branches pour désactiver un amont"28052806#: builtin/branch.c:9662807msgid "could not unset upstream of HEAD when it does not point to any branch."2808msgstr "impossible de désactiver une branche amont de HEAD quand elle ne pointe sur aucune branche."28092810#: builtin/branch.c:9722811#, c-format2812msgid "Branch '%s' has no upstream information"2813msgstr "La branche '%s' n'a aucune information de branche amont"28142815#: builtin/branch.c:9872816msgid "it does not make sense to create 'HEAD' manually"2817msgstr "créer manuellement 'HEAD' n'a aucun sens"28182819#: builtin/branch.c:9932820msgid "-a and -r options to 'git branch' do not make sense with a branch name"2821msgstr "les options -a et -r de 'git branch' n'ont pas de sens avec un nom de branche"28222823#: builtin/branch.c:9962824#, c-format2825msgid ""2826"The --set-upstream flag is deprecated and will be removed. Consider using --"2827"track or --set-upstream-to\n"2828msgstr "l'option --set-upstream est obsolète et va disparaître. Utilisez plutôt --track ou --set-upstream-to\n"28292830#: builtin/branch.c:10132831#, c-format2832msgid ""2833"\n"2834"If you wanted to make '%s' track '%s', do this:\n"2835"\n"2836msgstr "\n"2837"Si vous vouliez que '%s' suive '%s', faîtes ceci :\n"2838"\n"28392840#: builtin/branch.c:10142841#, c-format2842msgid " git branch -d %s\n"2843msgstr " git branch -d %s\n"28442845#: builtin/branch.c:10152846#, c-format2847msgid " git branch --set-upstream-to %s\n"2848msgstr " git branch -set-upstream-to %s\n"28492850#: builtin/bundle.c:472851#, c-format2852msgid "%s is okay\n"2853msgstr "%s est correct\n"28542855#: builtin/bundle.c:562856msgid "Need a repository to create a bundle."2857msgstr "La création d'un colis requiert un dépôt."28582859#: builtin/bundle.c:602860msgid "Need a repository to unbundle."2861msgstr "Le dépaquetage d'un colis requiert un dépôt."28622863#: builtin/cat-file.c:1762864msgid "git cat-file (-t|-s|-e|-p|<type>|--textconv) <object>"2865msgstr "git cat-file (-t|-s|-e|-p|<type>|--textconv) <objet>"28662867#: builtin/cat-file.c:1772868msgid "git cat-file (--batch|--batch-check) < <list_of_objects>"2869msgstr "git cat-file (--batch|--batch-check) < <liste_d_objets>"28702871#: builtin/cat-file.c:1952872msgid "<type> can be one of: blob, tree, commit, tag"2873msgstr "<type> peut être : blob, tree, commit ou tag"28742875#: builtin/cat-file.c:1962876msgid "show object type"2877msgstr "afficher le type de l'objet"28782879#: builtin/cat-file.c:1972880msgid "show object size"2881msgstr "afficher la taille de l'objet"28822883#: builtin/cat-file.c:1992884msgid "exit with zero when there's no error"2885msgstr "sortir avec un code d'erreur nul quand il n'y a aucune erreur"28862887#: builtin/cat-file.c:2002888msgid "pretty-print object's content"2889msgstr "afficher avec mise en forme le contenu de l'objet"28902891#: builtin/cat-file.c:2022892msgid "for blob objects, run textconv on object's content"2893msgstr "pour les objets blob, lancer textconv sur le contenu de l'objet"28942895#: builtin/cat-file.c:2042896msgid "show info and content of objects fed from the standard input"2897msgstr "afficher l'information et le contenu des objets passés en entrée standard"28982899#: builtin/cat-file.c:2072900msgid "show info about objects fed from the standard input"2901msgstr "afficher l'information des objets passés en entrée standard"29022903#: builtin/check-attr.c:112904msgid "git check-attr [-a | --all | attr...] [--] pathname..."2905msgstr "git check-attr [-a | --all | attr...] [--] chemin..."29062907#: builtin/check-attr.c:122908msgid "git check-attr --stdin [-z] [-a | --all | attr...] < <list-of-paths>"2909msgstr "git check-attr --stdin [-z] [-a | --all | attr...] < <liste-de-chemins>"29102911#: builtin/check-attr.c:192912msgid "report all attributes set on file"2913msgstr "afficher tous les attributs associés au fichier"29142915#: builtin/check-attr.c:202916msgid "use .gitattributes only from the index"2917msgstr "utiliser .gitattributes seulement depuis l'index"29182919#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:752920msgid "read file names from stdin"2921msgstr "lire les noms de fichier depuis stdin"29222923#: builtin/check-attr.c:23 builtin/check-ignore.c:242924msgid "input paths are terminated by a null character"2925msgstr "les chemins en entrée sont terminés par le caractère nul"29262927#: builtin/check-ignore.c:18 builtin/checkout.c:1044 builtin/gc.c:1772928msgid "suppress progress reporting"2929msgstr "supprimer l'état d'avancement"29302931#: builtin/check-ignore.c:1462932msgid "cannot specify pathnames with --stdin"2933msgstr "impossible de spécifier les chemins avec --stdin"29342935#: builtin/check-ignore.c:1492936msgid "-z only makes sense with --stdin"2937msgstr "-z n'a de sens qu'avec l'option --stdin"29382939#: builtin/check-ignore.c:1512940msgid "no path specified"2941msgstr "aucun chemin spécifié"29422943#: builtin/check-ignore.c:1552944msgid "--quiet is only valid with a single pathname"2945msgstr "--quiet n'est valide qu'avec un seul chemin"29462947#: builtin/check-ignore.c:1572948msgid "cannot have both --quiet and --verbose"2949msgstr "impossible d'avoir --quiet et --verbose"29502951#: builtin/checkout-index.c:1262952msgid "git checkout-index [options] [--] [<file>...]"2953msgstr "git checkout-index [options] [--] [<fichier>...]"29542955#: builtin/checkout-index.c:1872956msgid "check out all files in the index"2957msgstr "extraire tous les fichiers présents dans l'index"29582959#: builtin/checkout-index.c:1882960msgid "force overwrite of existing files"2961msgstr "forcer l'écrasement des fichiers existants"29622963#: builtin/checkout-index.c:1902964msgid "no warning for existing files and files not in index"2965msgstr "pas d'avertissement pour les fichiers existants et les fichiers absents de l'index"29662967#: builtin/checkout-index.c:1922968msgid "don't checkout new files"2969msgstr "ne pas extraire les nouveaux fichiers"29702971#: builtin/checkout-index.c:1942972msgid "update stat information in the index file"2973msgstr "mettre à jour l'information de stat dans le fichier d'index"29742975#: builtin/checkout-index.c:2002976msgid "read list of paths from the standard input"2977msgstr "lire la liste des chemins depuis l'entrée standard"29782979#: builtin/checkout-index.c:2022980msgid "write the content to temporary files"2981msgstr "écrire le contenu dans des fichiers temporaires"29822983#: builtin/checkout-index.c:203 builtin/column.c:302984msgid "string"2985msgstr "chaîne"29862987#: builtin/checkout-index.c:2042988msgid "when creating files, prepend <string>"2989msgstr "lors de la création de fichiers, préfixer par <chaîne>"29902991#: builtin/checkout-index.c:2072992msgid "copy out the files from named stage"2993msgstr "copier les fichiers depuis l'index nommé"29942995#: builtin/checkout.c:252996msgid "git checkout [options] <branch>"2997msgstr "git checkout [options] <branche>"29982999#: builtin/checkout.c:263000msgid "git checkout [options] [<branch>] -- <file>..."3001msgstr "git checkout [options] [<branche>] -- <fichier>..."30023003#: builtin/checkout.c:117 builtin/checkout.c:1503004#, c-format3005msgid "path '%s' does not have our version"3006msgstr "le chemin '%s' n'a pas notre version"30073008#: builtin/checkout.c:119 builtin/checkout.c:1523009#, c-format3010msgid "path '%s' does not have their version"3011msgstr "le chemin '%s' n'a pas leur version"30123013#: builtin/checkout.c:1353014#, c-format3015msgid "path '%s' does not have all necessary versions"3016msgstr "le chemin '%s' n'a aucune des versions nécessaires"30173018#: builtin/checkout.c:1793019#, c-format3020msgid "path '%s' does not have necessary versions"3021msgstr "le chemin '%s' n'a pas les versions nécessaires"30223023#: builtin/checkout.c:1963024#, c-format3025msgid "path '%s': cannot merge"3026msgstr "chemin '%s' : impossible de fusionner"30273028#: builtin/checkout.c:2133029#, c-format3030msgid "Unable to add merge result for '%s'"3031msgstr "Impossible d'ajouter le résultat de fusion pour '%s'"30323033#: builtin/checkout.c:237 builtin/checkout.c:240 builtin/checkout.c:2433034#: builtin/checkout.c:2463035#, c-format3036msgid "'%s' cannot be used with updating paths"3037msgstr "'%s' ne peut pas être utilisé avec des mises à jour de chemins"30383039#: builtin/checkout.c:249 builtin/checkout.c:2523040#, c-format3041msgid "'%s' cannot be used with %s"3042msgstr "'%s' ne peut pas être utilisé avec %s"30433044#: builtin/checkout.c:2553045#, c-format3046msgid "Cannot update paths and switch to branch '%s' at the same time."3047msgstr "Impossible de mettre à jour les chemins et basculer sur la branche '%s' en même temps."30483049#: builtin/checkout.c:266 builtin/checkout.c:4583050msgid "corrupt index file"3051msgstr "fichier d'index corrompu"30523053#: builtin/checkout.c:329 builtin/checkout.c:3363054#, c-format3055msgid "path '%s' is unmerged"3056msgstr "le chemin '%s' n'est pas fusionné"30573058#: builtin/checkout.c:4803059msgid "you need to resolve your current index first"3060msgstr "vous devez d'abord résoudre votre index courant"30613062#: builtin/checkout.c:6013063#, c-format3064msgid "Can not do reflog for '%s'\n"3065msgstr "Impossible de faire un reflog pour '%s'\n"30663067#: builtin/checkout.c:6343068msgid "HEAD is now at"3069msgstr "HEAD est maintenant sur"30703071#: builtin/checkout.c:6413072#, c-format3073msgid "Reset branch '%s'\n"3074msgstr "Remise à zéro de la branche '%s'\n"30753076#: builtin/checkout.c:6443077#, c-format3078msgid "Already on '%s'\n"3079msgstr "Déjà sur '%s'\n"30803081#: builtin/checkout.c:6483082#, c-format3083msgid "Switched to and reset branch '%s'\n"3084msgstr "Basculement et remise à zéro de la branche '%s'\n"30853086#: builtin/checkout.c:650 builtin/checkout.c:9873087#, c-format3088msgid "Switched to a new branch '%s'\n"3089msgstr "Basculement sur la nouvelle branche '%s'\n"30903091#: builtin/checkout.c:6523092#, c-format3093msgid "Switched to branch '%s'\n"3094msgstr "Basculement sur la branche '%s'\n"30953096#: builtin/checkout.c:7083097#, c-format3098msgid " ... and %d more.\n"3099msgstr " ... et %d en plus.\n"31003101#. The singular version3102#: builtin/checkout.c:7143103#, c-format3104msgid ""3105"Warning: you are leaving %d commit behind, not connected to\n"3106"any of your branches:\n"3107"\n"3108"%s\n"3109msgid_plural ""3110"Warning: you are leaving %d commits behind, not connected to\n"3111"any of your branches:\n"3112"\n"3113"%s\n"3114msgstr[0] ""3115"Attention : vous laissez %d commit en retard, non connectés à\n"3116"une branche :\n"3117"\n"3118"%s\n"3119msgstr[1] ""3120"Attention : vous laissez %d commits en retard, non connectés à\n"3121"une branche :\n"3122"\n"3123"%s\n"31243125#: builtin/checkout.c:7323126#, c-format3127msgid ""3128"If you want to keep them by creating a new branch, this may be a good time\n"3129"to do so with:\n"3130"\n"3131" git branch new_branch_name %s\n"3132"\n"3133msgstr ""3134"Si vous souhaitez les garder en créant une nouvelle branche, c'est le bon moment\n"3135"de le faire avec :\n"3136"\n"3137"git branche nouvelle_branche %s\n"3138"\n"31393140#: builtin/checkout.c:7623141msgid "internal error in revision walk"3142msgstr "erreur interne lors du parcours des révisions"31433144#: builtin/checkout.c:7663145msgid "Previous HEAD position was"3146msgstr "La position précédente de HEAD était"31473148#: builtin/checkout.c:793 builtin/checkout.c:9823149msgid "You are on a branch yet to be born"3150msgstr "Vous êtes sur une branche qui doit encore naître"31513152#. case (1)3153#: builtin/checkout.c:9183154#, c-format3155msgid "invalid reference: %s"3156msgstr "référence invalide : %s"31573158#. case (1): want a tree3159#: builtin/checkout.c:9573160#, c-format3161msgid "reference is not a tree: %s"3162msgstr "la référence n'est pas un arbre : %s"31633164#: builtin/checkout.c:9963165msgid "paths cannot be used with switching branches"3166msgstr "impossible d'utiliser des chemins avec un basculement de branches"31673168#: builtin/checkout.c:999 builtin/checkout.c:10033169#, c-format3170msgid "'%s' cannot be used with switching branches"3171msgstr "'%s' ne peut pas être utilisé avec un basculement de branches"31723173#: builtin/checkout.c:1007 builtin/checkout.c:1010 builtin/checkout.c:10153174#: builtin/checkout.c:10183175#, c-format3176msgid "'%s' cannot be used with '%s'"3177msgstr "'%s' ne peut pas être utilisé avec '%s'"31783179#: builtin/checkout.c:10233180#, c-format3181msgid "Cannot switch branch to a non-commit '%s'"3182msgstr "Impossible de basculer de branche vers '%s' qui n'est pas un commit"31833184#: builtin/checkout.c:1045 builtin/checkout.c:1047 builtin/clone.c:903185#: builtin/remote.c:169 builtin/remote.c:1713186msgid "branch"3187msgstr "branche"31883189#: builtin/checkout.c:10463190msgid "create and checkout a new branch"3191msgstr "créer et extraire une nouvelle branche"31923193#: builtin/checkout.c:10483194msgid "create/reset and checkout a branch"3195msgstr "créer/réinitialiser et extraire une branche"31963197#: builtin/checkout.c:10493198msgid "create reflog for new branch"3199msgstr "créer un refog pour une nouvelle branche"32003201#: builtin/checkout.c:10503202msgid "detach the HEAD at named commit"3203msgstr "détacher la HEAD à la validation nommée"32043205#: builtin/checkout.c:10513206msgid "set upstream info for new branch"3207msgstr "paramétrer l'information de branche amont pour une nouvelle branche"32083209#: builtin/checkout.c:10533210msgid "new branch"3211msgstr "nouvelle branche"32123213#: builtin/checkout.c:10533214msgid "new unparented branch"3215msgstr "nouvelle branche sans parent"32163217#: builtin/checkout.c:10543218msgid "checkout our version for unmerged files"3219msgstr "extraire notre version pour les fichiers non fusionnés"32203221#: builtin/checkout.c:10563222msgid "checkout their version for unmerged files"3223msgstr "extraire leur version pour les fichiers non fusionnés"32243225#: builtin/checkout.c:10583226msgid "force checkout (throw away local modifications)"3227msgstr "forcer l'extraction (laisser tomber les modifications locales)"32283229#: builtin/checkout.c:10593230msgid "perform a 3-way merge with the new branch"3231msgstr "réaliser une fusion à 3 points avec la nouvelle branche"32323233#: builtin/checkout.c:1060 builtin/merge.c:2173234msgid "update ignored files (default)"3235msgstr "mettre à jour les fichiers ignorés (par défaut)"32363237#: builtin/checkout.c:1061 builtin/log.c:1158 parse-options.h:2453238msgid "style"3239msgstr "style"32403241#: builtin/checkout.c:10623242msgid "conflict style (merge or diff3)"3243msgstr "style de conflit (fusion ou diff3)"32443245#: builtin/checkout.c:10653246msgid "do not limit pathspecs to sparse entries only"3247msgstr "ne pas limiter les spécificateurs de chemins aux seules entrées creuses"32483249#: builtin/checkout.c:10673250msgid "second guess 'git checkout no-such-branch'"3251msgstr "deuxième chance 'git checkout branche-inexistante'"32523253#: builtin/checkout.c:10913254msgid "-b, -B and --orphan are mutually exclusive"3255msgstr "-b, -B et --orphan sont mutuellement exclusifs"32563257#: builtin/checkout.c:11083258msgid "--track needs a branch name"3259msgstr "--track requiert un nom de branche"32603261#: builtin/checkout.c:11153262msgid "Missing branch name; try -b"3263msgstr "Nom de branche manquant ; essayez -b"32643265#: builtin/checkout.c:11503266msgid "invalid path specification"3267msgstr "spécification de chemin invalide"32683269#: builtin/checkout.c:11573270#, c-format3271msgid ""3272"Cannot update paths and switch to branch '%s' at the same time.\n"3273"Did you intend to checkout '%s' which can not be resolved as commit?"3274msgstr ""3275"Impossible de mettre à jour les chemins et de basculer sur la branche '%s' en même temps.\n"3276"Souhaitiez-vous extraire '%s' qui ne peut être résolu comme commit ?"32773278#: builtin/checkout.c:11623279#, c-format3280msgid "git checkout: --detach does not take a path argument '%s'"3281msgstr "git checkout: --detach n'accepte pas un argument de chemin '%s'"32823283#: builtin/checkout.c:11663284msgid ""3285"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"3286"checking out of the index."3287msgstr ""3288"git checkout: --ours/--theirs, --force et --merge sont incompatibles lors\n"3289"de l'extraction de l'index."32903291#: builtin/clean.c:203292msgid "git clean [-d] [-f] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."3293msgstr "git clean [-d] [-f] [-n] [-q] [-e <motif>] [-x | -X] [--] <chemins>..."32943295#: builtin/clean.c:243296#, c-format3297msgid "Removing %s\n"3298msgstr "Suppression de %s\n"32993300#: builtin/clean.c:253301#, c-format3302msgid "Would remove %s\n"3303msgstr "Supprimerait %s\n"33043305#: builtin/clean.c:263306#, c-format3307msgid "Skipping repository %s\n"3308msgstr "Ignore le dépôt %s\n"33093310#: builtin/clean.c:273311#, c-format3312msgid "Would skip repository %s\n"3313msgstr "Ignorerait le dépôt %s\n"33143315#: builtin/clean.c:283316#, c-format3317msgid "failed to remove %s"3318msgstr "échec de la suppression de %s"33193320#: builtin/clean.c:1603321msgid "do not print names of files removed"3322msgstr "ne pas afficher les noms des fichiers supprimés"33233324#: builtin/clean.c:1623325msgid "force"3326msgstr "forcer"33273328#: builtin/clean.c:1643329msgid "remove whole directories"3330msgstr "supprimer les répertoires entiers"33313332#: builtin/clean.c:165 builtin/describe.c:412 builtin/grep.c:7173333#: builtin/ls-files.c:487 builtin/name-rev.c:231 builtin/show-ref.c:1823334msgid "pattern"3335msgstr "motif"33363337#: builtin/clean.c:1663338msgid "add <pattern> to ignore rules"3339msgstr "ajouter <motif> aux règles ignore"33403341#: builtin/clean.c:1673342msgid "remove ignored files, too"3343msgstr "supprimer les fichiers ignorés, aussi"33443345#: builtin/clean.c:1693346msgid "remove only ignored files"3347msgstr "supprimer seulement les fichiers ignorés"33483349#: builtin/clean.c:1873350msgid "-x and -X cannot be used together"3351msgstr "-x et -X ne peuvent pas être utilisés ensemble"33523353#: builtin/clean.c:1913354msgid ""3355"clean.requireForce set to true and neither -n nor -f given; refusing to clean"3356msgstr "clean.requireForce positionné à true et ni -n ni -f fourni ; refus de nettoyer"33573358#: builtin/clean.c:1943359msgid ""3360"clean.requireForce defaults to true and neither -n nor -f given; refusing to "3361"clean"3362msgstr "clean.requireForce à true par défaut et ni -n ni -f fourni ; refus de nettoyer"33633364#: builtin/clone.c:373365msgid "git clone [options] [--] <repo> [<dir>]"3366msgstr "git clone [options] [--] <dépôt> [<répertoire>]"33673368#: builtin/clone.c:65 builtin/fetch.c:82 builtin/merge.c:2143369#: builtin/push.c:4363370msgid "force progress reporting"3371msgstr "forcer l'état d'avancement"33723373#: builtin/clone.c:673374msgid "don't create a checkout"3375msgstr "ne pas créer d'extraction"33763377#: builtin/clone.c:68 builtin/clone.c:70 builtin/init-db.c:4883378msgid "create a bare repository"3379msgstr "créer un dépôt nu"33803381#: builtin/clone.c:733382msgid "create a mirror repository (implies bare)"3383msgstr "créer un dépôt miroir (implique dépôt nu)"33843385#: builtin/clone.c:753386msgid "to clone from a local repository"3387msgstr "pour cloner depuis un dépôt local"33883389#: builtin/clone.c:773390msgid "don't use local hardlinks, always copy"3391msgstr "ne pas utiliser de liens durs locaux, toujours copier"33923393#: builtin/clone.c:793394msgid "setup as shared repository"3395msgstr "régler comme dépôt partagé"33963397#: builtin/clone.c:81 builtin/clone.c:833398msgid "initialize submodules in the clone"3399msgstr "initialiser les sous-modules dans le clone"34003401#: builtin/clone.c:84 builtin/init-db.c:4853402msgid "template-directory"3403msgstr "répertoire-modèle"34043405#: builtin/clone.c:85 builtin/init-db.c:4863406msgid "directory from which templates will be used"3407msgstr "répertoire depuis lequel les modèles vont être utilisés"34083409#: builtin/clone.c:873410msgid "reference repository"3411msgstr "dépôt de référence"34123413#: builtin/clone.c:88 builtin/column.c:26 builtin/merge-file.c:443414msgid "name"3415msgstr "nom"34163417#: builtin/clone.c:893418msgid "use <name> instead of 'origin' to track upstream"3419msgstr "utiliser <nom> au lieu de 'origin' pour suivre la branche amont"34203421#: builtin/clone.c:913422msgid "checkout <branch> instead of the remote's HEAD"3423msgstr "extraire <branche> au lieu de la HEAD du répertoire distant"34243425#: builtin/clone.c:933426msgid "path to git-upload-pack on the remote"3427msgstr "chemin vers git-upload-pack sur le serveur distant"34283429#: builtin/clone.c:94 builtin/fetch.c:83 builtin/grep.c:6623430msgid "depth"3431msgstr "profondeur"34323433#: builtin/clone.c:953434msgid "create a shallow clone of that depth"3435msgstr "créer un clone superficiel de cette profondeur"34363437#: builtin/clone.c:973438msgid "clone only one branch, HEAD or --branch"3439msgstr "cloner seulement une branche, HEAD ou --branch"34403441#: builtin/clone.c:98 builtin/init-db.c:4943442msgid "gitdir"3443msgstr "gitdir"34443445#: builtin/clone.c:99 builtin/init-db.c:4953446msgid "separate git dir from working tree"3447msgstr "séparer le répertoire git de la copie de travail"34483449#: builtin/clone.c:1003450msgid "key=value"3451msgstr "clé=valeur"34523453#: builtin/clone.c:1013454msgid "set config inside the new repository"3455msgstr "régler la configuration dans le nouveau dépôt"34563457#: builtin/clone.c:2543458#, c-format3459msgid "reference repository '%s' is not a local repository."3460msgstr "le dépôt de référence '%s' n'est pas un dépôt local."34613462#: builtin/clone.c:3173463#, c-format3464msgid "failed to create directory '%s'"3465msgstr "échec de la création du répertoire '%s'"34663467#: builtin/clone.c:319 builtin/diff.c:773468#, c-format3469msgid "failed to stat '%s'"3470msgstr "échec du stat de '%s'"34713472#: builtin/clone.c:3213473#, c-format3474msgid "%s exists and is not a directory"3475msgstr "%s existe et n'est pas un répertoire"34763477#: builtin/clone.c:3353478#, c-format3479msgid "failed to stat %s\n"3480msgstr "échec du stat de %s\n"34813482#: builtin/clone.c:3573483#, c-format3484msgid "failed to create link '%s'"3485msgstr "échec de la création du lien '%s'"34863487#: builtin/clone.c:3613488#, c-format3489msgid "failed to copy file to '%s'"3490msgstr "échec de la copie vers '%s'"34913492#: builtin/clone.c:3843493#, c-format3494msgid "done.\n"3495msgstr "fait.\n"34963497#: builtin/clone.c:3973498msgid ""3499"Clone succeeded, but checkout failed.\n"3500"You can inspect what was checked out with 'git status'\n"3501"and retry the checkout with 'git checkout -f HEAD'\n"3502msgstr "Le clone a réussi, mais l'extraction a échoué.\n"3503"Vous pouvez inspecter ce qui a été extrait avec 'git status'\n"3504"et réessayer l'extraction avec 'git checkout -f HEAD'\n"35053506#: builtin/clone.c:4763507#, c-format3508msgid "Could not find remote branch %s to clone."3509msgstr "Impossible de trouver la branche distante '%s' à cloner."35103511#: builtin/clone.c:5503512msgid "remote did not send all necessary objects"3513msgstr "le serveur distant n'a pas envoyé tous les objets nécessaires"35143515#: builtin/clone.c:6103516msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"3517msgstr "la HEAD distante réfère à une référence non existante, impossible de l'extraire.\n"35183519#: builtin/clone.c:6413520msgid "unable to checkout working tree"3521msgstr "inpossible d'extraire la copie de travail"35223523#: builtin/clone.c:7493524msgid "Too many arguments."3525msgstr "Trop d'arguments."35263527#: builtin/clone.c:7533528msgid "You must specify a repository to clone."3529msgstr "Vous devez spécifier un dépôt à cloner."35303531#: builtin/clone.c:7643532#, c-format3533msgid "--bare and --origin %s options are incompatible."3534msgstr "les options --bare et --origin %s sont incompatibles."35353536#: builtin/clone.c:7673537msgid "--bare and --separate-git-dir are incompatible."3538msgstr "--bare et --separate-git-dir sont incompatibles."35393540#: builtin/clone.c:7803541#, c-format3542msgid "repository '%s' does not exist"3543msgstr "le dépôt '%s' n'existe pas"35443545#: builtin/clone.c:7853546msgid "--depth is ignored in local clones; use file:// instead."3547msgstr "--depth est ignoré dans les clones locaux : utilisez plutôt \"file://\"."35483549#: builtin/clone.c:7953550#, c-format3551msgid "destination path '%s' already exists and is not an empty directory."3552msgstr "le chemin de destination '%s' existe déjà et n'est pas un répertoire vide."35533554#: builtin/clone.c:8053555#, c-format3556msgid "working tree '%s' already exists."3557msgstr "la copie de travail '%s' existe déjà."35583559#: builtin/clone.c:818 builtin/clone.c:8303560#, c-format3561msgid "could not create leading directories of '%s'"3562msgstr "impossible de créer les répertoires de premier niveau dans '%s'"35633564#: builtin/clone.c:8213565#, c-format3566msgid "could not create work tree dir '%s'."3567msgstr "impossible de créer le répertoire de la copie de travail '%s'."35683569#: builtin/clone.c:8403570#, c-format3571msgid "Cloning into bare repository '%s'...\n"3572msgstr "Clonage dans le dépôt nu '%s'\n"35733574#: builtin/clone.c:8423575#, c-format3576msgid "Cloning into '%s'...\n"3577msgstr "Clonage dans '%s'...\n"35783579#: builtin/clone.c:8773580#, c-format3581msgid "Don't know how to clone %s"3582msgstr "Je ne sais pas cloner %s"35833584#: builtin/clone.c:9263585#, c-format3586msgid "Remote branch %s not found in upstream %s"3587msgstr "La branche distante %s n'a pas été trouvée dans le dépôt amont %s"35883589#: builtin/clone.c:9333590msgid "You appear to have cloned an empty repository."3591msgstr "Vous semblez avoir cloné un dépôt vide."35923593#: builtin/column.c:93594msgid "git column [options]"3595msgstr "git column [options]"35963597#: builtin/column.c:263598msgid "lookup config vars"3599msgstr "rechercher les variables de configuration"36003601#: builtin/column.c:27 builtin/column.c:283602msgid "layout to use"3603msgstr "mise en page à utiliser"36043605#: builtin/column.c:293606msgid "Maximum width"3607msgstr "Largeur maximale"36083609#: builtin/column.c:303610msgid "Padding space on left border"3611msgstr "Remplissage d'espace sur la bordure gauche"36123613#: builtin/column.c:313614msgid "Padding space on right border"3615msgstr "Remplissage d'espace sur le côté droit"36163617#: builtin/column.c:323618msgid "Padding space between columns"3619msgstr "Remplissage d'espace entre les colonnes"36203621#: builtin/column.c:513622msgid "--command must be the first argument"3623msgstr "--command doit être le premier argument"36243625#: builtin/commit.c:343626msgid "git commit [options] [--] <pathspec>..."3627msgstr "git commit [options] [--] <spécification-de-chemin>..."36283629#: builtin/commit.c:393630msgid "git status [options] [--] <pathspec>..."3631msgstr "git status [options] [--] <spécification-de-chemin>..."36323633#: builtin/commit.c:443634msgid ""3635"Your name and email address were configured automatically based\n"3636"on your username and hostname. Please check that they are accurate.\n"3637"You can suppress this message by setting them explicitly:\n"3638"\n"3639" git config --global user.name \"Your Name\"\n"3640" git config --global user.email you@example.com\n"3641"\n"3642"After doing this, you may fix the identity used for this commit with:\n"3643"\n"3644" git commit --amend --reset-author\n"3645msgstr ""3646"Votre nom et votre adresse e-mail ont été configurés automatiquement en se fondant\n"3647"sur votre nom d'utilisateur et votre nom d'ordinateur. Veuillez vérifier qu'ils sont corrects.\n"3648"Vous pouvez supprimer ce message en les paramétrant explicitement :\n"3649"\n"3650" git config --global user.name \"Votre Nom\"\n"3651" git config --global user.email vous@exemple.com\n"3652"\n"3653"Après ceci, vous pouvez corriger l'identité utilisée pour ce commit avec :\n"3654"\n"3655" git commit --amend --reset-author\n"36563657#: builtin/commit.c:563658msgid ""3659"You asked to amend the most recent commit, but doing so would make\n"3660"it empty. You can repeat your command with --allow-empty, or you can\n"3661"remove the commit entirely with \"git reset HEAD^\".\n"3662msgstr "Vous avez demandé de corriger le commit le plus récent, mais le faire le rendrait\n"3663"vide. Vous pouvez répéter votre commande avec --allow-empty, ou vous pouvez\n"3664"supprimer complètement le commit avec \"git reset HEAD^\".\n"36653666#: builtin/commit.c:613667msgid ""3668"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"3669"If you wish to commit it anyway, use:\n"3670"\n"3671" git commit --allow-empty\n"3672"\n"3673"Otherwise, please use 'git reset'\n"3674msgstr ""3675"Le picorage précédent est à présent vide, vraisemblablement dû à une résolution de conflit.\n"3676"Si vous souhaitez tout de même le valider, utilisez :\n"3677"\n"3678" git commit --allow-empty\n"3679"\n"3680"Sinon, utilisez 'git reset'\n"36813682#: builtin/commit.c:2603683msgid "failed to unpack HEAD tree object"3684msgstr "échec du dépaquetage de l'objet arbre HEAD"36853686#: builtin/commit.c:3023687msgid "unable to create temporary index"3688msgstr "impossible de créer l'index temporaire"36893690#: builtin/commit.c:3083691msgid "interactive add failed"3692msgstr "échec de l'ajout interactif"36933694#: builtin/commit.c:341 builtin/commit.c:362 builtin/commit.c:4123695msgid "unable to write new_index file"3696msgstr "impossible d'écrire le fichier new_index"36973698#: builtin/commit.c:3933699msgid "cannot do a partial commit during a merge."3700msgstr "impossible de faire une validation partielle pendant une fusion."37013702#: builtin/commit.c:3953703msgid "cannot do a partial commit during a cherry-pick."3704msgstr "impossible de faire une validation partielle pendant un picorage."37053706#: builtin/commit.c:4053707msgid "cannot read the index"3708msgstr "impossible de lire l'index"37093710#: builtin/commit.c:4253711msgid "unable to write temporary index file"3712msgstr "impossible d'écrire le fichier d'index temporaire"37133714#: builtin/commit.c:513 builtin/commit.c:5193715#, c-format3716msgid "invalid commit: %s"3717msgstr "commit invalide : %s"37183719#: builtin/commit.c:5423720msgid "malformed --author parameter"3721msgstr "paramètre --author mal formé"37223723#: builtin/commit.c:5623724#, c-format3725msgid "Malformed ident string: '%s'"3726msgstr "Chaîne ident mal formée : '%s'"37273728#: builtin/commit.c:600 builtin/commit.c:633 builtin/commit.c:9563729#, c-format3730msgid "could not lookup commit %s"3731msgstr "impossible de rechercher le commit %s"37323733#: builtin/commit.c:612 builtin/shortlog.c:2703734#, c-format3735msgid "(reading log message from standard input)\n"3736msgstr "(lecture du message de journal depuis l'entrée standard)\n"37373738#: builtin/commit.c:6143739msgid "could not read log from standard input"3740msgstr "impossible de lire le journal depuis l'entrée standard"37413742#: builtin/commit.c:6183743#, c-format3744msgid "could not read log file '%s'"3745msgstr "impossible de lire le fichier de journal '%s'"37463747#: builtin/commit.c:6243748msgid "commit has empty message"3749msgstr "le commit a un message vide"37503751#: builtin/commit.c:6403752msgid "could not read MERGE_MSG"3753msgstr "impossible de lire MERGE_MSG"37543755#: builtin/commit.c:6443756msgid "could not read SQUASH_MSG"3757msgstr "impossible de lire SQUASH_MSG"37583759#: builtin/commit.c:6483760#, c-format3761msgid "could not read '%s'"3762msgstr "impossible de lire '%s'"37633764#: builtin/commit.c:7093765msgid "could not write commit template"3766msgstr "impossible d'écrire le modèle de commit"37673768#: builtin/commit.c:7203769#, c-format3770msgid ""3771"\n"3772"It looks like you may be committing a merge.\n"3773"If this is not correct, please remove the file\n"3774"\t%s\n"3775"and try again.\n"3776msgstr ""3777"\n"3778"Il semble que vous validiez une fusion.\n"3779"Si ce n'est pas le cas, veuillez supprimer le fichier\n"3780"\t%s\n"3781"et essayez à nouveau.\n"37823783#: builtin/commit.c:7253784#, c-format3785msgid ""3786"\n"3787"It looks like you may be committing a cherry-pick.\n"3788"If this is not correct, please remove the file\n"3789"\t%s\n"3790"and try again.\n"3791msgstr ""3792"\n"3793"Il semble que vous validiez un picorage.\n"3794"Si ce n'est pas le cas, veuillez supprimer le fichier\n"3795"\t%s\n"3796"et essayez à nouveau.\n"37973798#: builtin/commit.c:7373799#, c-format3800msgid ""3801"Please enter the commit message for your changes. Lines starting\n"3802"with '%c' will be ignored, and an empty message aborts the commit.\n"3803msgstr ""3804"Veuillez saisir le message de validation pour vos modifications. Les lignes\n"3805"commençant par '%c' seront ignorées, et un message vide abandonne la validation.\n"38063807#: builtin/commit.c:7423808#, c-format3809msgid ""3810"Please enter the commit message for your changes. Lines starting\n"3811"with '%c' will be kept; you may remove them yourself if you want to.\n"3812"An empty message aborts the commit.\n"3813msgstr ""3814"Veuillez saisir le message de validation pour vos modifications. Les lignes\n"3815"commençant par '%c' seront conservées ; vous pouvez les supprimer vous-même\n"3816"si vous le souhaitez. Un message vide abandonne la validation.\n"38173818#: builtin/commit.c:7553819#, c-format3820msgid "%sAuthor: %s"3821msgstr "%sAuteur : %s"38223823#: builtin/commit.c:7623824#, c-format3825msgid "%sCommitter: %s"3826msgstr "%sValidateur : %s"38273828#: builtin/commit.c:7823829msgid "Cannot read index"3830msgstr "Impossible de lire l'index"38313832#: builtin/commit.c:8193833msgid "Error building trees"3834msgstr "Erreur lors de la construction des arbres"38353836#: builtin/commit.c:834 builtin/tag.c:3593837#, c-format3838msgid "Please supply the message using either -m or -F option.\n"3839msgstr "Veuillez fournir le message en utilisant l'option -m ou -F.\n"38403841#: builtin/commit.c:9313842#, c-format3843msgid "No existing author found with '%s'"3844msgstr "Aucun auteur existant trouvé avec '%s'"38453846#: builtin/commit.c:946 builtin/commit.c:11403847#, c-format3848msgid "Invalid untracked files mode '%s'"3849msgstr "Mode de fichier non suivi invalide '%s'"38503851#: builtin/commit.c:9763852msgid "Using both --reset-author and --author does not make sense"3853msgstr "L'utilisation simultanée de --reset-author et --author n'a pas de sens"38543855#: builtin/commit.c:9873856msgid "You have nothing to amend."3857msgstr "Il n'y a rien à corriger."38583859#: builtin/commit.c:9903860msgid "You are in the middle of a merge -- cannot amend."3861msgstr "Vous êtes en pleine fusion -- impossible de corriger (amend)."38623863#: builtin/commit.c:9923864msgid "You are in the middle of a cherry-pick -- cannot amend."3865msgstr "Vous êtes en plein picorage -- impossible de corriger (amend)."38663867#: builtin/commit.c:9953868msgid "Options --squash and --fixup cannot be used together"3869msgstr "Les options --squash et --fixup ne peuvent pas être utilisées ensemble"38703871#: builtin/commit.c:10053872msgid "Only one of -c/-C/-F/--fixup can be used."3873msgstr "Une seule option parmi -c/-C/-F/--fixup peut être utilisée."38743875#: builtin/commit.c:10073876msgid "Option -m cannot be combined with -c/-C/-F/--fixup."3877msgstr "L'option -m ne peut pas être combinée avec -c/-C/-F/--fixup."38783879#: builtin/commit.c:10153880msgid "--reset-author can be used only with -C, -c or --amend."3881msgstr "--reset-author ne peut être utilisé qu'avec -C, -c ou --amend."38823883#: builtin/commit.c:10323884msgid "Only one of --include/--only/--all/--interactive/--patch can be used."3885msgstr "Une seule option parmi --include/--only/--all/--interactive/--patch peut être utilisée."38863887#: builtin/commit.c:10343888msgid "No paths with --include/--only does not make sense."3889msgstr "Aucun chemin avec les options --include/--only n'a pas de sens."38903891#: builtin/commit.c:10363892msgid "Clever... amending the last one with dirty index."3893msgstr "Malin... correction du dernier avec un index sale."38943895#: builtin/commit.c:10383896msgid "Explicit paths specified without -i nor -o; assuming --only paths..."3897msgstr ""38983899#: builtin/commit.c:1048 builtin/tag.c:5753900#, c-format3901msgid "Invalid cleanup mode %s"3902msgstr ""39033904#: builtin/commit.c:10533905msgid "Paths with -a does not make sense."3906msgstr ""39073908#: builtin/commit.c:1059 builtin/commit.c:11943909msgid "--long and -z are incompatible"3910msgstr ""39113912#: builtin/commit.c:1154 builtin/commit.c:13903913msgid "show status concisely"3914msgstr ""39153916#: builtin/commit.c:1156 builtin/commit.c:13923917msgid "show branch information"3918msgstr ""39193920#: builtin/commit.c:1158 builtin/commit.c:1394 builtin/push.c:4263921msgid "machine-readable output"3922msgstr ""39233924#: builtin/commit.c:1161 builtin/commit.c:13963925msgid "show status in long format (default)"3926msgstr ""39273928#: builtin/commit.c:1164 builtin/commit.c:13993929msgid "terminate entries with NUL"3930msgstr ""39313932#: builtin/commit.c:1166 builtin/commit.c:1402 builtin/fast-export.c:6593933#: builtin/fast-export.c:662 builtin/tag.c:4593934msgid "mode"3935msgstr ""39363937#: builtin/commit.c:1167 builtin/commit.c:14023938msgid "show untracked files, optional modes: all, normal, no. (Default: all)"3939msgstr ""39403941#: builtin/commit.c:11703942msgid "show ignored files"3943msgstr ""39443945#: builtin/commit.c:1171 parse-options.h:1513946msgid "when"3947msgstr ""39483949#: builtin/commit.c:11723950msgid ""3951"ignore changes to submodules, optional when: all, dirty, untracked. "3952"(Default: all)"3953msgstr ""39543955#: builtin/commit.c:11743956msgid "list untracked files in columns"3957msgstr ""39583959#: builtin/commit.c:12483960msgid "couldn't look up newly created commit"3961msgstr ""39623963#: builtin/commit.c:12503964msgid "could not parse newly created commit"3965msgstr ""39663967#: builtin/commit.c:12913968msgid "detached HEAD"3969msgstr ""39703971#: builtin/commit.c:12933972msgid " (root-commit)"3973msgstr ""39743975#: builtin/commit.c:13603976msgid "suppress summary after successful commit"3977msgstr ""39783979#: builtin/commit.c:13613980msgid "show diff in commit message template"3981msgstr ""39823983#: builtin/commit.c:13633984msgid "Commit message options"3985msgstr ""39863987#: builtin/commit.c:1364 builtin/tag.c:4573988msgid "read message from file"3989msgstr ""39903991#: builtin/commit.c:13653992msgid "author"3993msgstr ""39943995#: builtin/commit.c:13653996msgid "override author for commit"3997msgstr ""39983999#: builtin/commit.c:1366 builtin/gc.c:1784000msgid "date"4001msgstr ""40024003#: builtin/commit.c:13664004msgid "override date for commit"4005msgstr ""40064007#: builtin/commit.c:1367 builtin/merge.c:208 builtin/notes.c:5334008#: builtin/notes.c:690 builtin/tag.c:4554009msgid "message"4010msgstr ""40114012#: builtin/commit.c:13674013msgid "commit message"4014msgstr ""40154016#: builtin/commit.c:13684017msgid "reuse and edit message from specified commit"4018msgstr ""40194020#: builtin/commit.c:13694021msgid "reuse message from specified commit"4022msgstr ""40234024#: builtin/commit.c:13704025msgid "use autosquash formatted message to fixup specified commit"4026msgstr ""40274028#: builtin/commit.c:13714029msgid "use autosquash formatted message to squash specified commit"4030msgstr ""40314032#: builtin/commit.c:13724033msgid "the commit is authored by me now (used with -C/-c/--amend)"4034msgstr ""40354036#: builtin/commit.c:1373 builtin/log.c:1113 builtin/revert.c:1094037msgid "add Signed-off-by:"4038msgstr ""40394040#: builtin/commit.c:13744041msgid "use specified template file"4042msgstr ""40434044#: builtin/commit.c:13754045msgid "force edit of commit"4046msgstr ""40474048#: builtin/commit.c:13764049msgid "default"4050msgstr ""40514052#: builtin/commit.c:1376 builtin/tag.c:4604053msgid "how to strip spaces and #comments from message"4054msgstr ""40554056#: builtin/commit.c:13774057msgid "include status in commit message template"4058msgstr ""40594060#: builtin/commit.c:1378 builtin/merge.c:215 builtin/tag.c:4614061msgid "key id"4062msgstr ""40634064#: builtin/commit.c:1379 builtin/merge.c:2164065msgid "GPG sign commit"4066msgstr ""40674068#. end commit message options4069#: builtin/commit.c:13824070msgid "Commit contents options"4071msgstr ""40724073#: builtin/commit.c:13834074msgid "commit all changed files"4075msgstr ""40764077#: builtin/commit.c:13844078msgid "add specified files to index for commit"4079msgstr ""40804081#: builtin/commit.c:13854082msgid "interactively add files"4083msgstr ""40844085#: builtin/commit.c:13864086msgid "interactively add changes"4087msgstr ""40884089#: builtin/commit.c:13874090msgid "commit only specified files"4091msgstr ""40924093#: builtin/commit.c:13884094msgid "bypass pre-commit hook"4095msgstr ""40964097#: builtin/commit.c:13894098msgid "show what would be committed"4099msgstr ""41004101#: builtin/commit.c:14004102msgid "amend previous commit"4103msgstr ""41044105#: builtin/commit.c:14014106msgid "bypass post-rewrite hook"4107msgstr ""41084109#: builtin/commit.c:14064110msgid "ok to record an empty change"4111msgstr ""41124113#: builtin/commit.c:14094114msgid "ok to record a change with an empty message"4115msgstr ""41164117#: builtin/commit.c:14414118msgid "could not parse HEAD commit"4119msgstr ""41204121#: builtin/commit.c:1479 builtin/merge.c:5104122#, c-format4123msgid "could not open '%s' for reading"4124msgstr ""41254126#: builtin/commit.c:14864127#, c-format4128msgid "Corrupt MERGE_HEAD file (%s)"4129msgstr ""41304131#: builtin/commit.c:14934132msgid "could not read MERGE_MODE"4133msgstr ""41344135#: builtin/commit.c:15124136#, c-format4137msgid "could not read commit message: %s"4138msgstr ""41394140#: builtin/commit.c:15264141#, c-format4142msgid "Aborting commit; you did not edit the message.\n"4143msgstr ""41444145#: builtin/commit.c:15314146#, c-format4147msgid "Aborting commit due to empty commit message.\n"4148msgstr ""41494150#: builtin/commit.c:1546 builtin/merge.c:847 builtin/merge.c:8724151msgid "failed to write commit object"4152msgstr ""41534154#: builtin/commit.c:15674155msgid "cannot lock HEAD ref"4156msgstr ""41574158#: builtin/commit.c:15714159msgid "cannot update HEAD ref"4160msgstr ""41614162#: builtin/commit.c:15824163msgid ""4164"Repository has been updated, but unable to write\n"4165"new_index file. Check that disk is not full or quota is\n"4166"not exceeded, and then \"git reset HEAD\" to recover."4167msgstr ""41684169#: builtin/config.c:74170msgid "git config [options]"4171msgstr ""41724173#: builtin/config.c:514174msgid "Config file location"4175msgstr ""41764177#: builtin/config.c:524178msgid "use global config file"4179msgstr ""41804181#: builtin/config.c:534182msgid "use system config file"4183msgstr ""41844185#: builtin/config.c:544186msgid "use repository config file"4187msgstr ""41884189#: builtin/config.c:554190msgid "use given config file"4191msgstr ""41924193#: builtin/config.c:564194msgid "Action"4195msgstr ""41964197#: builtin/config.c:574198msgid "get value: name [value-regex]"4199msgstr ""42004201#: builtin/config.c:584202msgid "get all values: key [value-regex]"4203msgstr ""42044205#: builtin/config.c:594206msgid "get values for regexp: name-regex [value-regex]"4207msgstr ""42084209#: builtin/config.c:604210msgid "replace all matching variables: name value [value_regex]"4211msgstr ""42124213#: builtin/config.c:614214msgid "add a new variable: name value"4215msgstr ""42164217#: builtin/config.c:624218msgid "remove a variable: name [value-regex]"4219msgstr ""42204221#: builtin/config.c:634222msgid "remove all matches: name [value-regex]"4223msgstr ""42244225#: builtin/config.c:644226msgid "rename section: old-name new-name"4227msgstr ""42284229#: builtin/config.c:654230msgid "remove a section: name"4231msgstr ""42324233#: builtin/config.c:664234msgid "list all"4235msgstr ""42364237#: builtin/config.c:674238msgid "open an editor"4239msgstr ""42404241#: builtin/config.c:68 builtin/config.c:694242msgid "slot"4243msgstr ""42444245#: builtin/config.c:684246msgid "find the color configured: [default]"4247msgstr ""42484249#: builtin/config.c:694250msgid "find the color setting: [stdout-is-tty]"4251msgstr ""42524253#: builtin/config.c:704254msgid "Type"4255msgstr ""42564257#: builtin/config.c:714258msgid "value is \"true\" or \"false\""4259msgstr ""42604261#: builtin/config.c:724262msgid "value is decimal number"4263msgstr ""42644265#: builtin/config.c:734266msgid "value is --bool or --int"4267msgstr ""42684269#: builtin/config.c:744270msgid "value is a path (file or directory name)"4271msgstr ""42724273#: builtin/config.c:754274msgid "Other"4275msgstr ""42764277#: builtin/config.c:764278msgid "terminate values with NUL byte"4279msgstr ""42804281#: builtin/config.c:774282msgid "respect include directives on lookup"4283msgstr ""42844285#: builtin/count-objects.c:824286msgid "git count-objects [-v] [-H | --human-readable]"4287msgstr ""42884289#: builtin/count-objects.c:974290msgid "print sizes in human readable format"4291msgstr ""42924293#: builtin/describe.c:154294msgid "git describe [options] <committish>*"4295msgstr ""42964297#: builtin/describe.c:164298msgid "git describe [options] --dirty"4299msgstr ""43004301#: builtin/describe.c:2334302#, c-format4303msgid "annotated tag %s not available"4304msgstr ""43054306#: builtin/describe.c:2374307#, c-format4308msgid "annotated tag %s has no embedded name"4309msgstr ""43104311#: builtin/describe.c:2394312#, c-format4313msgid "tag '%s' is really '%s' here"4314msgstr ""43154316#: builtin/describe.c:2664317#, c-format4318msgid "Not a valid object name %s"4319msgstr ""43204321#: builtin/describe.c:2694322#, c-format4323msgid "%s is not a valid '%s' object"4324msgstr "%s n'est pas un objet '%s' valide"43254326#: builtin/describe.c:2864327#, c-format4328msgid "no tag exactly matches '%s'"4329msgstr ""43304331#: builtin/describe.c:2884332#, c-format4333msgid "searching to describe %s\n"4334msgstr ""43354336#: builtin/describe.c:3284337#, c-format4338msgid "finished search at %s\n"4339msgstr ""43404341#: builtin/describe.c:3524342#, c-format4343msgid ""4344"No annotated tags can describe '%s'.\n"4345"However, there were unannotated tags: try --tags."4346msgstr ""43474348#: builtin/describe.c:3564349#, c-format4350msgid ""4351"No tags can describe '%s'.\n"4352"Try --always, or create some tags."4353msgstr ""43544355#: builtin/describe.c:3774356#, c-format4357msgid "traversed %lu commits\n"4358msgstr ""43594360#: builtin/describe.c:3804361#, c-format4362msgid ""4363"more than %i tags found; listed %i most recent\n"4364"gave up search at %s\n"4365msgstr ""43664367#: builtin/describe.c:4024368msgid "find the tag that comes after the commit"4369msgstr ""43704371#: builtin/describe.c:4034372msgid "debug search strategy on stderr"4373msgstr ""43744375#: builtin/describe.c:4044376msgid "use any ref"4377msgstr ""43784379#: builtin/describe.c:4054380msgid "use any tag, even unannotated"4381msgstr ""43824383#: builtin/describe.c:4064384msgid "always use long format"4385msgstr ""43864387#: builtin/describe.c:4094388msgid "only output exact matches"4389msgstr ""43904391#: builtin/describe.c:4114392msgid "consider <n> most recent tags (default: 10)"4393msgstr ""43944395#: builtin/describe.c:4134396msgid "only consider tags matching <pattern>"4397msgstr ""43984399#: builtin/describe.c:415 builtin/name-rev.c:2384400msgid "show abbreviated commit object as fallback"4401msgstr ""44024403#: builtin/describe.c:4164404msgid "mark"4405msgstr ""44064407#: builtin/describe.c:4174408msgid "append <mark> on dirty working tree (default: \"-dirty\")"4409msgstr ""44104411#: builtin/describe.c:4354412msgid "--long is incompatible with --abbrev=0"4413msgstr ""44144415#: builtin/describe.c:4614416msgid "No names found, cannot describe anything."4417msgstr ""44184419#: builtin/describe.c:4814420msgid "--dirty is incompatible with committishes"4421msgstr ""44224423#: builtin/diff.c:794424#, c-format4425msgid "'%s': not a regular file or symlink"4426msgstr ""44274428#: builtin/diff.c:2284429#, c-format4430msgid "invalid option: %s"4431msgstr ""44324433#: builtin/diff.c:3054434msgid "Not a git repository"4435msgstr ""44364437#: builtin/diff.c:3484438#, c-format4439msgid "invalid object '%s' given."4440msgstr ""44414442#: builtin/diff.c:3534443#, c-format4444msgid "more than %d trees given: '%s'"4445msgstr ""44464447#: builtin/diff.c:3634448#, c-format4449msgid "more than two blobs given: '%s'"4450msgstr ""44514452#: builtin/diff.c:3714453#, c-format4454msgid "unhandled object '%s' given."4455msgstr ""44564457#: builtin/fast-export.c:224458msgid "git fast-export [rev-list-opts]"4459msgstr ""44604461#: builtin/fast-export.c:6584462msgid "show progress after <n> objects"4463msgstr ""44644465#: builtin/fast-export.c:6604466msgid "select handling of signed tags"4467msgstr ""44684469#: builtin/fast-export.c:6634470msgid "select handling of tags that tag filtered objects"4471msgstr ""44724473#: builtin/fast-export.c:6664474msgid "Dump marks to this file"4475msgstr ""44764477#: builtin/fast-export.c:6684478msgid "Import marks from this file"4479msgstr ""44804481#: builtin/fast-export.c:6704482msgid "Fake a tagger when tags lack one"4483msgstr ""44844485#: builtin/fast-export.c:6724486msgid "Output full tree for each commit"4487msgstr ""44884489#: builtin/fast-export.c:6744490msgid "Use the done feature to terminate the stream"4491msgstr ""44924493#: builtin/fast-export.c:6754494msgid "Skip output of blob data"4495msgstr ""44964497#: builtin/fetch.c:204498msgid "git fetch [<options>] [<repository> [<refspec>...]]"4499msgstr ""45004501#: builtin/fetch.c:214502msgid "git fetch [<options>] <group>"4503msgstr ""45044505#: builtin/fetch.c:224506msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"4507msgstr ""45084509#: builtin/fetch.c:234510msgid "git fetch --all [<options>]"4511msgstr ""45124513#: builtin/fetch.c:604514msgid "fetch from all remotes"4515msgstr ""45164517#: builtin/fetch.c:624518msgid "append to .git/FETCH_HEAD instead of overwriting"4519msgstr ""45204521#: builtin/fetch.c:644522msgid "path to upload pack on remote end"4523msgstr ""45244525#: builtin/fetch.c:654526msgid "force overwrite of local branch"4527msgstr ""45284529#: builtin/fetch.c:674530msgid "fetch from multiple remotes"4531msgstr ""45324533#: builtin/fetch.c:694534msgid "fetch all tags and associated objects"4535msgstr ""45364537#: builtin/fetch.c:714538msgid "do not fetch all tags (--no-tags)"4539msgstr ""45404541#: builtin/fetch.c:734542msgid "prune remote-tracking branches no longer on remote"4543msgstr ""45444545#: builtin/fetch.c:744546msgid "on-demand"4547msgstr ""45484549#: builtin/fetch.c:754550msgid "control recursive fetching of submodules"4551msgstr ""45524553#: builtin/fetch.c:794554msgid "keep downloaded pack"4555msgstr ""45564557#: builtin/fetch.c:814558msgid "allow updating of HEAD ref"4559msgstr ""45604561#: builtin/fetch.c:844562msgid "deepen history of shallow clone"4563msgstr ""45644565#: builtin/fetch.c:864566msgid "convert to a complete repository"4567msgstr ""45684569#: builtin/fetch.c:88 builtin/log.c:11304570msgid "dir"4571msgstr ""45724573#: builtin/fetch.c:894574msgid "prepend this to submodule path output"4575msgstr ""45764577#: builtin/fetch.c:924578msgid "default mode for recursion"4579msgstr ""45804581#: builtin/fetch.c:2044582msgid "Couldn't find remote ref HEAD"4583msgstr ""45844585#: builtin/fetch.c:2574586#, c-format4587msgid "object %s not found"4588msgstr ""45894590#: builtin/fetch.c:2624591msgid "[up to date]"4592msgstr ""45934594#: builtin/fetch.c:2764595#, c-format4596msgid "! %-*s %-*s -> %s (can't fetch in current branch)"4597msgstr ""45984599#: builtin/fetch.c:277 builtin/fetch.c:3634600msgid "[rejected]"4601msgstr ""46024603#: builtin/fetch.c:2884604msgid "[tag update]"4605msgstr ""46064607#: builtin/fetch.c:290 builtin/fetch.c:325 builtin/fetch.c:3434608msgid " (unable to update local ref)"4609msgstr ""46104611#: builtin/fetch.c:3084612msgid "[new tag]"4613msgstr ""46144615#: builtin/fetch.c:3114616msgid "[new branch]"4617msgstr ""46184619#: builtin/fetch.c:3144620msgid "[new ref]"4621msgstr ""46224623#: builtin/fetch.c:3594624msgid "unable to update local ref"4625msgstr ""46264627#: builtin/fetch.c:3594628msgid "forced update"4629msgstr ""46304631#: builtin/fetch.c:3654632msgid "(non-fast-forward)"4633msgstr ""46344635#: builtin/fetch.c:396 builtin/fetch.c:6884636#, c-format4637msgid "cannot open %s: %s\n"4638msgstr "impossible d'ouvrir %s : %s\n"46394640#: builtin/fetch.c:4054641#, c-format4642msgid "%s did not send all necessary objects\n"4643msgstr "%s n'a pas envoyé tous les objets nécessaires\n"46444645#: builtin/fetch.c:4914646#, c-format4647msgid "From %.*s\n"4648msgstr ""46494650#: builtin/fetch.c:5024651#, c-format4652msgid ""4653"some local refs could not be updated; try running\n"4654" 'git remote prune %s' to remove any old, conflicting branches"4655msgstr ""46564657#: builtin/fetch.c:5524658#, c-format4659msgid " (%s will become dangling)"4660msgstr ""46614662#: builtin/fetch.c:5534663#, c-format4664msgid " (%s has become dangling)"4665msgstr ""46664667#: builtin/fetch.c:5604668msgid "[deleted]"4669msgstr ""46704671#: builtin/fetch.c:561 builtin/remote.c:10554672msgid "(none)"4673msgstr ""46744675#: builtin/fetch.c:6784676#, c-format4677msgid "Refusing to fetch into current branch %s of non-bare repository"4678msgstr ""46794680#: builtin/fetch.c:7124681#, c-format4682msgid "Don't know how to fetch from %s"4683msgstr ""46844685#: builtin/fetch.c:7894686#, c-format4687msgid "Option \"%s\" value \"%s\" is not valid for %s"4688msgstr ""46894690#: builtin/fetch.c:7924691#, c-format4692msgid "Option \"%s\" is ignored for %s\n"4693msgstr ""46944695#: builtin/fetch.c:8944696#, c-format4697msgid "Fetching %s\n"4698msgstr ""46994700#: builtin/fetch.c:896 builtin/remote.c:1004701#, c-format4702msgid "Could not fetch %s"4703msgstr ""47044705#: builtin/fetch.c:9154706msgid ""4707"No remote repository specified. Please, specify either a URL or a\n"4708"remote name from which new revisions should be fetched."4709msgstr ""47104711#: builtin/fetch.c:9354712msgid "You need to specify a tag name."4713msgstr ""47144715#: builtin/fetch.c:9814716msgid "--depth and --unshallow cannot be used together"4717msgstr ""47184719#: builtin/fetch.c:9834720msgid "--unshallow on a complete repository does not make sense"4721msgstr ""47224723#: builtin/fetch.c:10024724msgid "fetch --all does not take a repository argument"4725msgstr ""47264727#: builtin/fetch.c:10044728msgid "fetch --all does not make sense with refspecs"4729msgstr ""47304731#: builtin/fetch.c:10154732#, c-format4733msgid "No such remote or remote group: %s"4734msgstr ""47354736#: builtin/fetch.c:10234737msgid "Fetching a group and specifying refspecs does not make sense"4738msgstr ""47394740#: builtin/fmt-merge-msg.c:134741msgid "git fmt-merge-msg [-m <message>] [--log[=<n>]|--no-log] [--file <file>]"4742msgstr ""47434744#: builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666 builtin/grep.c:7014745#: builtin/merge.c:188 builtin/show-branch.c:655 builtin/show-ref.c:1754746#: builtin/tag.c:446 parse-options.h:133 parse-options.h:2394747msgid "n"4748msgstr ""47494750#: builtin/fmt-merge-msg.c:6644751msgid "populate log with at most <n> entries from shortlog"4752msgstr ""47534754#: builtin/fmt-merge-msg.c:6674755msgid "alias for --log (deprecated)"4756msgstr ""47574758#: builtin/fmt-merge-msg.c:6704759msgid "text"4760msgstr ""47614762#: builtin/fmt-merge-msg.c:6714763msgid "use <text> as start of message"4764msgstr ""47654766#: builtin/fmt-merge-msg.c:6724767msgid "file to read from"4768msgstr ""47694770#: builtin/for-each-ref.c:9794771msgid "git for-each-ref [options] [<pattern>]"4772msgstr ""47734774#: builtin/for-each-ref.c:9944775msgid "quote placeholders suitably for shells"4776msgstr ""47774778#: builtin/for-each-ref.c:9964779msgid "quote placeholders suitably for perl"4780msgstr ""47814782#: builtin/for-each-ref.c:9984783msgid "quote placeholders suitably for python"4784msgstr ""47854786#: builtin/for-each-ref.c:10004787msgid "quote placeholders suitably for tcl"4788msgstr ""47894790#: builtin/for-each-ref.c:10034791msgid "show only <n> matched refs"4792msgstr ""47934794#: builtin/for-each-ref.c:10044795msgid "format"4796msgstr ""47974798#: builtin/for-each-ref.c:10044799msgid "format to use for the output"4800msgstr ""48014802#: builtin/for-each-ref.c:10054803msgid "key"4804msgstr ""48054806#: builtin/for-each-ref.c:10064807msgid "field name to sort on"4808msgstr ""48094810#: builtin/fsck.c:6084811msgid "git fsck [options] [<object>...]"4812msgstr ""48134814#: builtin/fsck.c:6144815msgid "show unreachable objects"4816msgstr ""48174818#: builtin/fsck.c:6154819msgid "show dangling objects"4820msgstr ""48214822#: builtin/fsck.c:6164823msgid "report tags"4824msgstr ""48254826#: builtin/fsck.c:6174827msgid "report root nodes"4828msgstr ""48294830#: builtin/fsck.c:6184831msgid "make index objects head nodes"4832msgstr ""48334834#: builtin/fsck.c:6194835msgid "make reflogs head nodes (default)"4836msgstr ""48374838#: builtin/fsck.c:6204839msgid "also consider packs and alternate objects"4840msgstr ""48414842#: builtin/fsck.c:6214843msgid "enable more strict checking"4844msgstr ""48454846#: builtin/fsck.c:6234847msgid "write dangling objects in .git/lost-found"4848msgstr ""48494850#: builtin/fsck.c:624 builtin/prune.c:1344851msgid "show progress"4852msgstr ""48534854#: builtin/gc.c:224855msgid "git gc [options]"4856msgstr ""48574858#: builtin/gc.c:634859#, c-format4860msgid "Invalid %s: '%s'"4861msgstr ""48624863#: builtin/gc.c:904864#, c-format4865msgid "insanely long object directory %.*s"4866msgstr ""48674868#: builtin/gc.c:1794869msgid "prune unreferenced objects"4870msgstr ""48714872#: builtin/gc.c:1814873msgid "be more thorough (increased runtime)"4874msgstr ""48754876#: builtin/gc.c:1824877msgid "enable auto-gc mode"4878msgstr ""48794880#: builtin/gc.c:2224881#, c-format4882msgid ""4883"Auto packing the repository for optimum performance. You may also\n"4884"run \"git gc\" manually. See \"git help gc\" for more information.\n"4885msgstr ""48864887#: builtin/gc.c:2494888msgid ""4889"There are too many unreachable loose objects; run 'git prune' to remove them."4890msgstr ""48914892#: builtin/grep.c:224893msgid "git grep [options] [-e] <pattern> [<rev>...] [[--] <path>...]"4894msgstr ""48954896#: builtin/grep.c:2174897#, c-format4898msgid "grep: failed to create thread: %s"4899msgstr ""49004901#: builtin/grep.c:3654902#, c-format4903msgid "Failed to chdir: %s"4904msgstr ""49054906#: builtin/grep.c:443 builtin/grep.c:4784907#, c-format4908msgid "unable to read tree (%s)"4909msgstr ""49104911#: builtin/grep.c:4934912#, c-format4913msgid "unable to grep from object of type %s"4914msgstr ""49154916#: builtin/grep.c:5514917#, c-format4918msgid "switch `%c' expects a numerical value"4919msgstr ""49204921#: builtin/grep.c:5684922#, c-format4923msgid "cannot open '%s'"4924msgstr ""49254926#: builtin/grep.c:6434927msgid "search in index instead of in the work tree"4928msgstr ""49294930#: builtin/grep.c:6454931msgid "find in contents not managed by git"4932msgstr ""49334934#: builtin/grep.c:6474935msgid "search in both tracked and untracked files"4936msgstr ""49374938#: builtin/grep.c:6494939msgid "search also in ignored files"4940msgstr ""49414942#: builtin/grep.c:6524943msgid "show non-matching lines"4944msgstr ""49454946#: builtin/grep.c:6544947msgid "case insensitive matching"4948msgstr ""49494950#: builtin/grep.c:6564951msgid "match patterns only at word boundaries"4952msgstr ""49534954#: builtin/grep.c:6584955msgid "process binary files as text"4956msgstr ""49574958#: builtin/grep.c:6604959msgid "don't match patterns in binary files"4960msgstr ""49614962#: builtin/grep.c:6634963msgid "descend at most <depth> levels"4964msgstr ""49654966#: builtin/grep.c:6674967msgid "use extended POSIX regular expressions"4968msgstr ""49694970#: builtin/grep.c:6704971msgid "use basic POSIX regular expressions (default)"4972msgstr ""49734974#: builtin/grep.c:6734975msgid "interpret patterns as fixed strings"4976msgstr ""49774978#: builtin/grep.c:6764979msgid "use Perl-compatible regular expressions"4980msgstr ""49814982#: builtin/grep.c:6794983msgid "show line numbers"4984msgstr ""49854986#: builtin/grep.c:6804987msgid "don't show filenames"4988msgstr ""49894990#: builtin/grep.c:6814991msgid "show filenames"4992msgstr ""49934994#: builtin/grep.c:6834995msgid "show filenames relative to top directory"4996msgstr ""49974998#: builtin/grep.c:6854999msgid "show only filenames instead of matching lines"5000msgstr ""50015002#: builtin/grep.c:6875003msgid "synonym for --files-with-matches"5004msgstr ""50055006#: builtin/grep.c:6905007msgid "show only the names of files without match"5008msgstr ""50095010#: builtin/grep.c:6925011msgid "print NUL after filenames"5012msgstr ""50135014#: builtin/grep.c:6945015msgid "show the number of matches instead of matching lines"5016msgstr ""50175018#: builtin/grep.c:6955019msgid "highlight matches"5020msgstr ""50215022#: builtin/grep.c:6975023msgid "print empty line between matches from different files"5024msgstr ""50255026#: builtin/grep.c:6995027msgid "show filename only once above matches from same file"5028msgstr ""50295030#: builtin/grep.c:7025031msgid "show <n> context lines before and after matches"5032msgstr ""50335034#: builtin/grep.c:7055035msgid "show <n> context lines before matches"5036msgstr ""50375038#: builtin/grep.c:7075039msgid "show <n> context lines after matches"5040msgstr ""50415042#: builtin/grep.c:7085043msgid "shortcut for -C NUM"5044msgstr ""50455046#: builtin/grep.c:7115047msgid "show a line with the function name before matches"5048msgstr ""50495050#: builtin/grep.c:7135051msgid "show the surrounding function"5052msgstr ""50535054#: builtin/grep.c:7165055msgid "read patterns from file"5056msgstr ""50575058#: builtin/grep.c:7185059msgid "match <pattern>"5060msgstr ""50615062#: builtin/grep.c:7205063msgid "combine patterns specified with -e"5064msgstr ""50655066#: builtin/grep.c:7325067msgid "indicate hit with exit status without output"5068msgstr ""50695070#: builtin/grep.c:7345071msgid "show only matches from files that match all patterns"5072msgstr ""50735074#: builtin/grep.c:7365075msgid "show parse tree for grep expression"5076msgstr ""50775078#: builtin/grep.c:7405079msgid "pager"5080msgstr ""50815082#: builtin/grep.c:7405083msgid "show matching files in the pager"5084msgstr ""50855086#: builtin/grep.c:7435087msgid "allow calling of grep(1) (ignored by this build)"5088msgstr ""50895090#: builtin/grep.c:744 builtin/show-ref.c:1845091msgid "show usage"5092msgstr ""50935094#: builtin/grep.c:8115095msgid "no pattern given."5096msgstr ""50975098#: builtin/grep.c:8665099msgid "--open-files-in-pager only works on the worktree"5100msgstr ""51015102#: builtin/grep.c:8895103msgid "--cached or --untracked cannot be used with --no-index."5104msgstr ""51055106#: builtin/grep.c:8945107msgid "--no-index or --untracked cannot be used with revs."5108msgstr ""51095110#: builtin/grep.c:8975111msgid "--[no-]exclude-standard cannot be used for tracked contents."5112msgstr ""51135114#: builtin/grep.c:9055115msgid "both --cached and trees are given."5116msgstr ""51175118#: builtin/hash-object.c:605119msgid ""5120"git hash-object [-t <type>] [-w] [--path=<file>|--no-filters] [--stdin] [--] "5121"<file>..."5122msgstr ""51235124#: builtin/hash-object.c:615125msgid "git hash-object --stdin-paths < <list-of-paths>"5126msgstr ""51275128#: builtin/hash-object.c:725129msgid "type"5130msgstr ""51315132#: builtin/hash-object.c:725133msgid "object type"5134msgstr ""51355136#: builtin/hash-object.c:735137msgid "write the object into the object database"5138msgstr ""51395140#: builtin/hash-object.c:745141msgid "read the object from stdin"5142msgstr ""51435144#: builtin/hash-object.c:765145msgid "store file as is without filters"5146msgstr ""51475148#: builtin/hash-object.c:775149msgid "process file as it were from this path"5150msgstr ""51515152#: builtin/help.c:435153msgid "print all available commands"5154msgstr ""51555156#: builtin/help.c:445157msgid "print list of useful guides"5158msgstr ""51595160#: builtin/help.c:455161msgid "show man page"5162msgstr ""51635164#: builtin/help.c:465165msgid "show manual in web browser"5166msgstr ""51675168#: builtin/help.c:485169msgid "show info page"5170msgstr ""51715172#: builtin/help.c:545173msgid "git help [--all] [--guides] [--man|--web|--info] [command]"5174msgstr ""51755176#: builtin/help.c:665177#, c-format5178msgid "unrecognized help format '%s'"5179msgstr ""51805181#: builtin/help.c:945182msgid "Failed to start emacsclient."5183msgstr ""51845185#: builtin/help.c:1075186msgid "Failed to parse emacsclient version."5187msgstr ""51885189#: builtin/help.c:1155190#, c-format5191msgid "emacsclient version '%d' too old (< 22)."5192msgstr ""51935194#: builtin/help.c:133 builtin/help.c:161 builtin/help.c:170 builtin/help.c:1785195#, c-format5196msgid "failed to exec '%s': %s"5197msgstr ""51985199#: builtin/help.c:2185200#, c-format5201msgid ""5202"'%s': path for unsupported man viewer.\n"5203"Please consider using 'man.<tool>.cmd' instead."5204msgstr ""52055206#: builtin/help.c:2305207#, c-format5208msgid ""5209"'%s': cmd for supported man viewer.\n"5210"Please consider using 'man.<tool>.path' instead."5211msgstr ""52125213#: builtin/help.c:3515214#, c-format5215msgid "'%s': unknown man viewer."5216msgstr ""52175218#: builtin/help.c:3685219msgid "no man viewer handled the request"5220msgstr ""52215222#: builtin/help.c:3765223msgid "no info viewer handled the request"5224msgstr ""52255226#: builtin/help.c:4225227msgid "Defining attributes per path"5228msgstr ""52295230#: builtin/help.c:4235231msgid "A Git glossary"5232msgstr ""52335234#: builtin/help.c:4245235msgid "Specifies intentionally untracked files to ignore"5236msgstr ""52375238#: builtin/help.c:4255239msgid "Defining submodule properties"5240msgstr ""52415242#: builtin/help.c:4265243msgid "Specifying revisions and ranges for Git"5244msgstr ""52455246#: builtin/help.c:4275247msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"5248msgstr ""52495250#: builtin/help.c:4285251msgid "An overview of recommended workflows with Git"5252msgstr ""52535254#: builtin/help.c:4405255msgid "The common Git guides are:\n"5256msgstr ""52575258#: builtin/help.c:462 builtin/help.c:4785259#, c-format5260msgid "usage: %s%s"5261msgstr ""52625263#: builtin/help.c:4945264#, c-format5265msgid "`git %s' is aliased to `%s'"5266msgstr ""52675268#: builtin/index-pack.c:1825269#, c-format5270msgid "object type mismatch at %s"5271msgstr ""52725273#: builtin/index-pack.c:2025274msgid "object of unexpected type"5275msgstr ""52765277#: builtin/index-pack.c:2395278#, c-format5279msgid "cannot fill %d byte"5280msgid_plural "cannot fill %d bytes"5281msgstr[0] ""5282msgstr[1] ""52835284#: builtin/index-pack.c:2495285msgid "early EOF"5286msgstr ""52875288#: builtin/index-pack.c:2505289msgid "read error on input"5290msgstr ""52915292#: builtin/index-pack.c:2625293msgid "used more bytes than were available"5294msgstr ""52955296#: builtin/index-pack.c:2695297msgid "pack too large for current definition of off_t"5298msgstr ""52995300#: builtin/index-pack.c:2855301#, c-format5302msgid "unable to create '%s'"5303msgstr ""53045305#: builtin/index-pack.c:2905306#, c-format5307msgid "cannot open packfile '%s'"5308msgstr ""53095310#: builtin/index-pack.c:3045311msgid "pack signature mismatch"5312msgstr ""53135314#: builtin/index-pack.c:3065315#, c-format5316msgid "pack version %<PRIu32> unsupported"5317msgstr ""53185319#: builtin/index-pack.c:3245320#, c-format5321msgid "pack has bad object at offset %lu: %s"5322msgstr ""53235324#: builtin/index-pack.c:4465325#, c-format5326msgid "inflate returned %d"5327msgstr ""53285329#: builtin/index-pack.c:4955330msgid "offset value overflow for delta base object"5331msgstr ""53325333#: builtin/index-pack.c:5035334msgid "delta base offset is out of bound"5335msgstr ""53365337#: builtin/index-pack.c:5115338#, c-format5339msgid "unknown object type %d"5340msgstr ""53415342#: builtin/index-pack.c:5425343msgid "cannot pread pack file"5344msgstr ""53455346#: builtin/index-pack.c:5445347#, c-format5348msgid "premature end of pack file, %lu byte missing"5349msgid_plural "premature end of pack file, %lu bytes missing"5350msgstr[0] ""5351msgstr[1] ""53525353#: builtin/index-pack.c:5705354msgid "serious inflate inconsistency"5355msgstr ""53565357#: builtin/index-pack.c:661 builtin/index-pack.c:667 builtin/index-pack.c:6905358#: builtin/index-pack.c:724 builtin/index-pack.c:7335359#, c-format5360msgid "SHA1 COLLISION FOUND WITH %s !"5361msgstr ""53625363#: builtin/index-pack.c:664 builtin/pack-objects.c:1705364#: builtin/pack-objects.c:2625365#, c-format5366msgid "unable to read %s"5367msgstr ""53685369#: builtin/index-pack.c:7305370#, c-format5371msgid "cannot read existing object %s"5372msgstr ""53735374#: builtin/index-pack.c:7445375#, c-format5376msgid "invalid blob object %s"5377msgstr ""53785379#: builtin/index-pack.c:7595380#, c-format5381msgid "invalid %s"5382msgstr ""53835384#: builtin/index-pack.c:7615385msgid "Error in object"5386msgstr ""53875388#: builtin/index-pack.c:7635389#, c-format5390msgid "Not all child objects of %s are reachable"5391msgstr ""53925393#: builtin/index-pack.c:833 builtin/index-pack.c:8635394msgid "failed to apply delta"5395msgstr ""53965397#: builtin/index-pack.c:10045398msgid "Receiving objects"5399msgstr ""54005401#: builtin/index-pack.c:10045402msgid "Indexing objects"5403msgstr ""54045405#: builtin/index-pack.c:10305406msgid "pack is corrupted (SHA1 mismatch)"5407msgstr ""54085409#: builtin/index-pack.c:10355410msgid "cannot fstat packfile"5411msgstr ""54125413#: builtin/index-pack.c:10385414msgid "pack has junk at the end"5415msgstr ""54165417#: builtin/index-pack.c:10495418msgid "confusion beyond insanity in parse_pack_objects()"5419msgstr ""54205421#: builtin/index-pack.c:10725422msgid "Resolving deltas"5423msgstr ""54245425#: builtin/index-pack.c:10825426#, c-format5427msgid "unable to create thread: %s"5428msgstr ""54295430#: builtin/index-pack.c:11245431msgid "confusion beyond insanity"5432msgstr ""54335434#: builtin/index-pack.c:11325435#, c-format5436msgid "completed with %d local objects"5437msgstr ""54385439#: builtin/index-pack.c:11425440#, c-format5441msgid "Unexpected tail checksum for %s (disk corruption?)"5442msgstr ""54435444#: builtin/index-pack.c:11465445#, c-format5446msgid "pack has %d unresolved delta"5447msgid_plural "pack has %d unresolved deltas"5448msgstr[0] ""5449msgstr[1] ""54505451#: builtin/index-pack.c:11715452#, c-format5453msgid "unable to deflate appended object (%d)"5454msgstr ""54555456#: builtin/index-pack.c:12505457#, c-format5458msgid "local object %s is corrupt"5459msgstr ""54605461#: builtin/index-pack.c:12745462msgid "error while closing pack file"5463msgstr ""54645465#: builtin/index-pack.c:12875466#, c-format5467msgid "cannot write keep file '%s'"5468msgstr ""54695470#: builtin/index-pack.c:12955471#, c-format5472msgid "cannot close written keep file '%s'"5473msgstr ""54745475#: builtin/index-pack.c:13085476msgid "cannot store pack file"5477msgstr ""54785479#: builtin/index-pack.c:13195480msgid "cannot store index file"5481msgstr ""54825483#: builtin/index-pack.c:13525484#, c-format5485msgid "bad pack.indexversion=%<PRIu32>"5486msgstr ""54875488#: builtin/index-pack.c:13585489#, c-format5490msgid "invalid number of threads specified (%d)"5491msgstr ""54925493#: builtin/index-pack.c:1362 builtin/index-pack.c:15355494#, c-format5495msgid "no threads support, ignoring %s"5496msgstr ""54975498#: builtin/index-pack.c:14205499#, c-format5500msgid "Cannot open existing pack file '%s'"5501msgstr ""55025503#: builtin/index-pack.c:14225504#, c-format5505msgid "Cannot open existing pack idx file for '%s'"5506msgstr ""55075508#: builtin/index-pack.c:14695509#, c-format5510msgid "non delta: %d object"5511msgid_plural "non delta: %d objects"5512msgstr[0] ""5513msgstr[1] ""55145515#: builtin/index-pack.c:14765516#, c-format5517msgid "chain length = %d: %lu object"5518msgid_plural "chain length = %d: %lu objects"5519msgstr[0] ""5520msgstr[1] ""55215522#: builtin/index-pack.c:15035523msgid "Cannot come back to cwd"5524msgstr ""55255526#: builtin/index-pack.c:1547 builtin/index-pack.c:15505527#: builtin/index-pack.c:1562 builtin/index-pack.c:15665528#, c-format5529msgid "bad %s"5530msgstr ""55315532#: builtin/index-pack.c:15805533msgid "--fix-thin cannot be used without --stdin"5534msgstr ""55355536#: builtin/index-pack.c:1584 builtin/index-pack.c:15945537#, c-format5538msgid "packfile name '%s' does not end with '.pack'"5539msgstr ""55405541#: builtin/index-pack.c:16035542msgid "--verify with no packfile name given"5543msgstr ""55445545#: builtin/init-db.c:355546#, c-format5547msgid "Could not make %s writable by group"5548msgstr ""55495550#: builtin/init-db.c:625551#, c-format5552msgid "insanely long template name %s"5553msgstr ""55545555#: builtin/init-db.c:675556#, c-format5557msgid "cannot stat '%s'"5558msgstr ""55595560#: builtin/init-db.c:735561#, c-format5562msgid "cannot stat template '%s'"5563msgstr ""55645565#: builtin/init-db.c:805566#, c-format5567msgid "cannot opendir '%s'"5568msgstr ""55695570#: builtin/init-db.c:975571#, c-format5572msgid "cannot readlink '%s'"5573msgstr ""55745575#: builtin/init-db.c:995576#, c-format5577msgid "insanely long symlink %s"5578msgstr ""55795580#: builtin/init-db.c:1025581#, c-format5582msgid "cannot symlink '%s' '%s'"5583msgstr ""55845585#: builtin/init-db.c:1065586#, c-format5587msgid "cannot copy '%s' to '%s'"5588msgstr ""55895590#: builtin/init-db.c:1105591#, c-format5592msgid "ignoring template %s"5593msgstr ""55945595#: builtin/init-db.c:1335596#, c-format5597msgid "insanely long template path %s"5598msgstr ""55995600#: builtin/init-db.c:1415601#, c-format5602msgid "templates not found %s"5603msgstr ""56045605#: builtin/init-db.c:1545606#, c-format5607msgid "not copying templates of a wrong format version %d from '%s'"5608msgstr ""56095610#: builtin/init-db.c:1925611#, c-format5612msgid "insane git directory %s"5613msgstr ""56145615#: builtin/init-db.c:323 builtin/init-db.c:3265616#, c-format5617msgid "%s already exists"5618msgstr "%s existe déjà"56195620#: builtin/init-db.c:3555621#, c-format5622msgid "unable to handle file type %d"5623msgstr ""56245625#: builtin/init-db.c:3585626#, c-format5627msgid "unable to move %s to %s"5628msgstr ""56295630#: builtin/init-db.c:3635631#, c-format5632msgid "Could not create git link %s"5633msgstr ""56345635#.5636#. * TRANSLATORS: The first '%s' is either "Reinitialized5637#. * existing" or "Initialized empty", the second " shared" or5638#. * "", and the last '%s%s' is the verbatim directory name.5639#.5640#: builtin/init-db.c:4205641#, c-format5642msgid "%s%s Git repository in %s%s\n"5643msgstr "%s%s Dépôt git dans %s%s\n"56445645#: builtin/init-db.c:4215646msgid "Reinitialized existing"5647msgstr ""56485649#: builtin/init-db.c:4215650msgid "Initialized empty"5651msgstr ""56525653#: builtin/init-db.c:4225654msgid " shared"5655msgstr ""56565657#: builtin/init-db.c:4415658msgid "cannot tell cwd"5659msgstr ""56605661#: builtin/init-db.c:4675662msgid ""5663"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"5664"shared[=<permissions>]] [directory]"5665msgstr ""56665667#: builtin/init-db.c:4905668msgid "permissions"5669msgstr ""56705671#: builtin/init-db.c:4915672msgid "specify that the git repository is to be shared amongst several users"5673msgstr ""56745675#: builtin/init-db.c:493 builtin/prune-packed.c:775676msgid "be quiet"5677msgstr ""56785679#: builtin/init-db.c:522 builtin/init-db.c:5295680#, c-format5681msgid "cannot mkdir %s"5682msgstr ""56835684#: builtin/init-db.c:5335685#, c-format5686msgid "cannot chdir to %s"5687msgstr ""56885689#: builtin/init-db.c:5555690#, c-format5691msgid ""5692"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"5693"dir=<directory>)"5694msgstr ""56955696#: builtin/init-db.c:5795697msgid "Cannot access current working directory"5698msgstr ""56995700#: builtin/init-db.c:5865701#, c-format5702msgid "Cannot access work tree '%s'"5703msgstr ""57045705#: builtin/log.c:405706msgid "git log [<options>] [<revision range>] [[--] <path>...]\n"5707msgstr ""57085709#: builtin/log.c:415710msgid " or: git show [options] <object>..."5711msgstr ""57125713#: builtin/log.c:1035714msgid "suppress diff output"5715msgstr ""57165717#: builtin/log.c:1045718msgid "show source"5719msgstr ""57205721#: builtin/log.c:1055722msgid "Use mail map file"5723msgstr ""57245725#: builtin/log.c:1065726msgid "decorate options"5727msgstr ""57285729#: builtin/log.c:1995730#, c-format5731msgid "Final output: %d %s\n"5732msgstr ""57335734#: builtin/log.c:422 builtin/log.c:5145735#, c-format5736msgid "Could not read object %s"5737msgstr ""57385739#: builtin/log.c:5385740#, c-format5741msgid "Unknown type: %d"5742msgstr ""57435744#: builtin/log.c:6385745msgid "format.headers without value"5746msgstr ""57475748#: builtin/log.c:7205749msgid "name of output directory is too long"5750msgstr ""57515752#: builtin/log.c:7365753#, c-format5754msgid "Cannot open patch file %s"5755msgstr ""57565757#: builtin/log.c:7505758msgid "Need exactly one range."5759msgstr ""57605761#: builtin/log.c:7585762msgid "Not a range."5763msgstr ""57645765#: builtin/log.c:8605766msgid "Cover letter needs email format"5767msgstr ""57685769#: builtin/log.c:9365770#, c-format5771msgid "insane in-reply-to: %s"5772msgstr ""57735774#: builtin/log.c:9645775msgid "git format-patch [options] [<since> | <revision range>]"5776msgstr ""57775778#: builtin/log.c:10095779msgid "Two output directories?"5780msgstr ""57815782#: builtin/log.c:11085783msgid "use [PATCH n/m] even with a single patch"5784msgstr ""57855786#: builtin/log.c:11115787msgid "use [PATCH] even with multiple patches"5788msgstr ""57895790#: builtin/log.c:11155791msgid "print patches to standard out"5792msgstr ""57935794#: builtin/log.c:11175795msgid "generate a cover letter"5796msgstr ""57975798#: builtin/log.c:11195799msgid "use simple number sequence for output file names"5800msgstr ""58015802#: builtin/log.c:11205803msgid "sfx"5804msgstr ""58055806#: builtin/log.c:11215807msgid "use <sfx> instead of '.patch'"5808msgstr ""58095810#: builtin/log.c:11235811msgid "start numbering patches at <n> instead of 1"5812msgstr ""58135814#: builtin/log.c:11255815msgid "mark the series as Nth re-roll"5816msgstr ""58175818#: builtin/log.c:11275819msgid "Use [<prefix>] instead of [PATCH]"5820msgstr ""58215822#: builtin/log.c:11305823msgid "store resulting files in <dir>"5824msgstr ""58255826#: builtin/log.c:11335827msgid "don't strip/add [PATCH]"5828msgstr ""58295830#: builtin/log.c:11365831msgid "don't output binary diffs"5832msgstr ""58335834#: builtin/log.c:11385835msgid "don't include a patch matching a commit upstream"5836msgstr ""58375838#: builtin/log.c:11405839msgid "show patch format instead of default (patch + stat)"5840msgstr ""58415842#: builtin/log.c:11425843msgid "Messaging"5844msgstr ""58455846#: builtin/log.c:11435847msgid "header"5848msgstr ""58495850#: builtin/log.c:11445851msgid "add email header"5852msgstr ""58535854#: builtin/log.c:1145 builtin/log.c:11475855msgid "email"5856msgstr ""58575858#: builtin/log.c:11455859msgid "add To: header"5860msgstr ""58615862#: builtin/log.c:11475863msgid "add Cc: header"5864msgstr ""58655866#: builtin/log.c:11495867msgid "message-id"5868msgstr ""58695870#: builtin/log.c:11505871msgid "make first mail a reply to <message-id>"5872msgstr ""58735874#: builtin/log.c:1151 builtin/log.c:11545875msgid "boundary"5876msgstr ""58775878#: builtin/log.c:11525879msgid "attach the patch"5880msgstr ""58815882#: builtin/log.c:11555883msgid "inline the patch"5884msgstr ""58855886#: builtin/log.c:11595887msgid "enable message threading, styles: shallow, deep"5888msgstr ""58895890#: builtin/log.c:11615891msgid "signature"5892msgstr ""58935894#: builtin/log.c:11625895msgid "add a signature"5896msgstr ""58975898#: builtin/log.c:11645899msgid "don't print the patch filenames"5900msgstr ""59015902#: builtin/log.c:12485903msgid "-n and -k are mutually exclusive."5904msgstr ""59055906#: builtin/log.c:12505907msgid "--subject-prefix and -k are mutually exclusive."5908msgstr ""59095910#: builtin/log.c:12585911msgid "--name-only does not make sense"5912msgstr ""59135914#: builtin/log.c:12605915msgid "--name-status does not make sense"5916msgstr ""59175918#: builtin/log.c:12625919msgid "--check does not make sense"5920msgstr ""59215922#: builtin/log.c:12855923msgid "standard output, or directory, which one?"5924msgstr ""59255926#: builtin/log.c:12875927#, c-format5928msgid "Could not create directory '%s'"5929msgstr ""59305931#: builtin/log.c:14355932msgid "Failed to create output files"5933msgstr ""59345935#: builtin/log.c:14845936msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"5937msgstr ""59385939#: builtin/log.c:15395940#, c-format5941msgid ""5942"Could not find a tracked remote branch, please specify <upstream> manually.\n"5943msgstr ""59445945#: builtin/log.c:1552 builtin/log.c:1554 builtin/log.c:15665946#, c-format5947msgid "Unknown commit %s"5948msgstr ""59495950#: builtin/ls-files.c:4025951msgid "git ls-files [options] [<file>...]"5952msgstr ""59535954#: builtin/ls-files.c:4595955msgid "identify the file status with tags"5956msgstr ""59575958#: builtin/ls-files.c:4615959msgid "use lowercase letters for 'assume unchanged' files"5960msgstr ""59615962#: builtin/ls-files.c:4635963msgid "show cached files in the output (default)"5964msgstr ""59655966#: builtin/ls-files.c:4655967msgid "show deleted files in the output"5968msgstr ""59695970#: builtin/ls-files.c:4675971msgid "show modified files in the output"5972msgstr ""59735974#: builtin/ls-files.c:4695975msgid "show other files in the output"5976msgstr ""59775978#: builtin/ls-files.c:4715979msgid "show ignored files in the output"5980msgstr ""59815982#: builtin/ls-files.c:4745983msgid "show staged contents' object name in the output"5984msgstr ""59855986#: builtin/ls-files.c:4765987msgid "show files on the filesystem that need to be removed"5988msgstr ""59895990#: builtin/ls-files.c:4785991msgid "show 'other' directories' name only"5992msgstr ""59935994#: builtin/ls-files.c:4815995msgid "don't show empty directories"5996msgstr ""59975998#: builtin/ls-files.c:4845999msgid "show unmerged files in the output"6000msgstr ""60016002#: builtin/ls-files.c:4866003msgid "show resolve-undo information"6004msgstr ""60056006#: builtin/ls-files.c:4886007msgid "skip files matching pattern"6008msgstr ""60096010#: builtin/ls-files.c:4916011msgid "exclude patterns are read from <file>"6012msgstr ""60136014#: builtin/ls-files.c:4946015msgid "read additional per-directory exclude patterns in <file>"6016msgstr ""60176018#: builtin/ls-files.c:4966019msgid "add the standard git exclusions"6020msgstr ""60216022#: builtin/ls-files.c:4996023msgid "make the output relative to the project top directory"6024msgstr ""60256026#: builtin/ls-files.c:5026027msgid "if any <file> is not in the index, treat this as an error"6028msgstr ""60296030#: builtin/ls-files.c:5036031msgid "tree-ish"6032msgstr ""60336034#: builtin/ls-files.c:5046035msgid "pretend that paths removed since <tree-ish> are still present"6036msgstr ""60376038#: builtin/ls-files.c:5066039msgid "show debugging data"6040msgstr ""60416042#: builtin/ls-tree.c:276043msgid "git ls-tree [<options>] <tree-ish> [<path>...]"6044msgstr ""60456046#: builtin/ls-tree.c:1256047msgid "only show trees"6048msgstr ""60496050#: builtin/ls-tree.c:1276051msgid "recurse into subtrees"6052msgstr ""60536054#: builtin/ls-tree.c:1296055msgid "show trees when recursing"6056msgstr ""60576058#: builtin/ls-tree.c:1326059msgid "terminate entries with NUL byte"6060msgstr ""60616062#: builtin/ls-tree.c:1336063msgid "include object size"6064msgstr ""60656066#: builtin/ls-tree.c:135 builtin/ls-tree.c:1376067msgid "list only filenames"6068msgstr ""60696070#: builtin/ls-tree.c:1406071msgid "use full path names"6072msgstr ""60736074#: builtin/ls-tree.c:1426075msgid "list entire tree; not just current directory (implies --full-name)"6076msgstr ""60776078#: builtin/merge.c:436079msgid "git merge [options] [<commit>...]"6080msgstr ""60816082#: builtin/merge.c:446083msgid "git merge [options] <msg> HEAD <commit>"6084msgstr ""60856086#: builtin/merge.c:456087msgid "git merge --abort"6088msgstr ""60896090#: builtin/merge.c:906091msgid "switch `m' requires a value"6092msgstr ""60936094#: builtin/merge.c:1276095#, c-format6096msgid "Could not find merge strategy '%s'.\n"6097msgstr ""60986099#: builtin/merge.c:1286100#, c-format6101msgid "Available strategies are:"6102msgstr ""61036104#: builtin/merge.c:1336105#, c-format6106msgid "Available custom strategies are:"6107msgstr ""61086109#: builtin/merge.c:1836110msgid "do not show a diffstat at the end of the merge"6111msgstr ""61126113#: builtin/merge.c:1866114msgid "show a diffstat at the end of the merge"6115msgstr ""61166117#: builtin/merge.c:1876118msgid "(synonym to --stat)"6119msgstr ""61206121#: builtin/merge.c:1896122msgid "add (at most <n>) entries from shortlog to merge commit message"6123msgstr ""61246125#: builtin/merge.c:1926126msgid "create a single commit instead of doing a merge"6127msgstr ""61286129#: builtin/merge.c:1946130msgid "perform a commit if the merge succeeds (default)"6131msgstr ""61326133#: builtin/merge.c:1966134msgid "edit message before committing"6135msgstr ""61366137#: builtin/merge.c:1986138msgid "allow fast-forward (default)"6139msgstr ""61406141#: builtin/merge.c:2006142msgid "abort if fast-forward is not possible"6143msgstr ""61446145#: builtin/merge.c:2036146msgid "Verify that the named commit has a valid GPG signature"6147msgstr ""61486149#: builtin/merge.c:204 builtin/notes.c:866 builtin/revert.c:1126150msgid "strategy"6151msgstr ""61526153#: builtin/merge.c:2056154msgid "merge strategy to use"6155msgstr ""61566157#: builtin/merge.c:2066158msgid "option=value"6159msgstr ""61606161#: builtin/merge.c:2076162msgid "option for selected merge strategy"6163msgstr ""61646165#: builtin/merge.c:2096166msgid "merge commit message (for a non-fast-forward merge)"6167msgstr ""61686169#: builtin/merge.c:2136170msgid "abort the current in-progress merge"6171msgstr ""61726173#: builtin/merge.c:2426174msgid "could not run stash."6175msgstr ""61766177#: builtin/merge.c:2476178msgid "stash failed"6179msgstr ""61806181#: builtin/merge.c:2526182#, c-format6183msgid "not a valid object: %s"6184msgstr ""61856186#: builtin/merge.c:271 builtin/merge.c:2886187msgid "read-tree failed"6188msgstr ""61896190#: builtin/merge.c:3186191msgid " (nothing to squash)"6192msgstr " (rien à compresser)"61936194#: builtin/merge.c:3316195#, c-format6196msgid "Squash commit -- not updating HEAD\n"6197msgstr ""61986199#: builtin/merge.c:3636200msgid "Writing SQUASH_MSG"6201msgstr ""62026203#: builtin/merge.c:3656204msgid "Finishing SQUASH_MSG"6205msgstr ""62066207#: builtin/merge.c:3886208#, c-format6209msgid "No merge message -- not updating HEAD\n"6210msgstr ""62116212#: builtin/merge.c:4386213#, c-format6214msgid "'%s' does not point to a commit"6215msgstr ""62166217#: builtin/merge.c:5506218#, c-format6219msgid "Bad branch.%s.mergeoptions string: %s"6220msgstr ""62216222#: builtin/merge.c:6436223msgid "git write-tree failed to write a tree"6224msgstr ""62256226#: builtin/merge.c:6716227msgid "Not handling anything other than two heads merge."6228msgstr ""62296230#: builtin/merge.c:6856231#, c-format6232msgid "Unknown option for merge-recursive: -X%s"6233msgstr ""62346235#: builtin/merge.c:6996236#, c-format6237msgid "unable to write %s"6238msgstr ""62396240#: builtin/merge.c:7886241#, c-format6242msgid "Could not read from '%s'"6243msgstr ""62446245#: builtin/merge.c:7976246#, c-format6247msgid "Not committing merge; use 'git commit' to complete the merge.\n"6248msgstr ""62496250#: builtin/merge.c:8036251#, c-format6252msgid ""6253"Please enter a commit message to explain why this merge is necessary,\n"6254"especially if it merges an updated upstream into a topic branch.\n"6255"\n"6256"Lines starting with '%c' will be ignored, and an empty message aborts\n"6257"the commit.\n"6258msgstr ""62596260#: builtin/merge.c:8276261msgid "Empty commit message."6262msgstr ""62636264#: builtin/merge.c:8396265#, c-format6266msgid "Wonderful.\n"6267msgstr ""62686269#: builtin/merge.c:9046270#, c-format6271msgid "Automatic merge failed; fix conflicts and then commit the result.\n"6272msgstr ""62736274#: builtin/merge.c:9206275#, c-format6276msgid "'%s' is not a commit"6277msgstr ""62786279#: builtin/merge.c:9616280msgid "No current branch."6281msgstr ""62826283#: builtin/merge.c:9636284msgid "No remote for the current branch."6285msgstr ""62866287#: builtin/merge.c:9656288msgid "No default upstream defined for the current branch."6289msgstr ""62906291#: builtin/merge.c:9706292#, c-format6293msgid "No remote tracking branch for %s from %s"6294msgstr ""62956296#: builtin/merge.c:1057 builtin/merge.c:12146297#, c-format6298msgid "%s - not something we can merge"6299msgstr ""63006301#: builtin/merge.c:11256302msgid "There is no merge to abort (MERGE_HEAD missing)."6303msgstr ""63046305#: builtin/merge.c:1141 git-pull.sh:316306msgid ""6307"You have not concluded your merge (MERGE_HEAD exists).\n"6308"Please, commit your changes before you can merge."6309msgstr ""63106311#: builtin/merge.c:1144 git-pull.sh:346312msgid "You have not concluded your merge (MERGE_HEAD exists)."6313msgstr ""63146315#: builtin/merge.c:11486316msgid ""6317"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"6318"Please, commit your changes before you can merge."6319msgstr ""63206321#: builtin/merge.c:11516322msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."6323msgstr ""63246325#: builtin/merge.c:11606326msgid "You cannot combine --squash with --no-ff."6327msgstr ""63286329#: builtin/merge.c:11656330msgid "You cannot combine --no-ff with --ff-only."6331msgstr ""63326333#: builtin/merge.c:11726334msgid "No commit specified and merge.defaultToUpstream not set."6335msgstr ""63366337#: builtin/merge.c:12046338msgid "Can merge only exactly one commit into empty head"6339msgstr ""63406341#: builtin/merge.c:12076342msgid "Squash commit into empty head not supported yet"6343msgstr ""63446345#: builtin/merge.c:12096346msgid "Non-fast-forward commit does not make sense into an empty head"6347msgstr ""63486349#: builtin/merge.c:12656350#, c-format6351msgid "Commit %s has an untrusted GPG signature, allegedly by %s."6352msgstr ""63536354#: builtin/merge.c:12686355#, c-format6356msgid "Commit %s has a bad GPG signature allegedly by %s."6357msgstr ""63586359#. 'N'6360#: builtin/merge.c:12716361#, c-format6362msgid "Commit %s does not have a GPG signature."6363msgstr ""63646365#: builtin/merge.c:12746366#, c-format6367msgid "Commit %s has a good GPG signature by %s\n"6368msgstr ""63696370#: builtin/merge.c:13586371#, c-format6372msgid "Updating %s..%s\n"6373msgstr ""63746375#: builtin/merge.c:13976376#, c-format6377msgid "Trying really trivial in-index merge...\n"6378msgstr ""63796380#: builtin/merge.c:14046381#, c-format6382msgid "Nope.\n"6383msgstr ""63846385#: builtin/merge.c:14366386msgid "Not possible to fast-forward, aborting."6387msgstr ""63886389#: builtin/merge.c:1459 builtin/merge.c:15386390#, c-format6391msgid "Rewinding the tree to pristine...\n"6392msgstr ""63936394#: builtin/merge.c:14636395#, c-format6396msgid "Trying merge strategy %s...\n"6397msgstr ""63986399#: builtin/merge.c:15296400#, c-format6401msgid "No merge strategy handled the merge.\n"6402msgstr ""64036404#: builtin/merge.c:15316405#, c-format6406msgid "Merge with strategy %s failed.\n"6407msgstr ""64086409#: builtin/merge.c:15406410#, c-format6411msgid "Using the %s to prepare resolving by hand.\n"6412msgstr ""64136414#: builtin/merge.c:15526415#, c-format6416msgid "Automatic merge went well; stopped before committing as requested\n"6417msgstr ""64186419#: builtin/merge-base.c:266420msgid "git merge-base [-a|--all] <commit> <commit>..."6421msgstr ""64226423#: builtin/merge-base.c:276424msgid "git merge-base [-a|--all] --octopus <commit>..."6425msgstr ""64266427#: builtin/merge-base.c:286428msgid "git merge-base --independent <commit>..."6429msgstr ""64306431#: builtin/merge-base.c:296432msgid "git merge-base --is-ancestor <commit> <commit>"6433msgstr ""64346435#: builtin/merge-base.c:986436msgid "output all common ancestors"6437msgstr ""64386439#: builtin/merge-base.c:996440msgid "find ancestors for a single n-way merge"6441msgstr ""64426443#: builtin/merge-base.c:1006444msgid "list revs not reachable from others"6445msgstr ""64466447#: builtin/merge-base.c:1026448msgid "is the first one ancestor of the other?"6449msgstr ""64506451#: builtin/merge-file.c:86452msgid ""6453"git merge-file [options] [-L name1 [-L orig [-L name2]]] file1 orig_file "6454"file2"6455msgstr ""64566457#: builtin/merge-file.c:336458msgid "send results to standard output"6459msgstr ""64606461#: builtin/merge-file.c:346462msgid "use a diff3 based merge"6463msgstr ""64646465#: builtin/merge-file.c:356466msgid "for conflicts, use our version"6467msgstr ""64686469#: builtin/merge-file.c:376470msgid "for conflicts, use their version"6471msgstr ""64726473#: builtin/merge-file.c:396474msgid "for conflicts, use a union version"6475msgstr ""64766477#: builtin/merge-file.c:426478msgid "for conflicts, use this marker size"6479msgstr ""64806481#: builtin/merge-file.c:436482msgid "do not warn about conflicts"6483msgstr ""64846485#: builtin/merge-file.c:456486msgid "set labels for file1/orig_file/file2"6487msgstr ""64886489#: builtin/mktree.c:676490msgid "git mktree [-z] [--missing] [--batch]"6491msgstr ""64926493#: builtin/mktree.c:1536494msgid "input is NUL terminated"6495msgstr ""64966497#: builtin/mktree.c:154 builtin/write-tree.c:246498msgid "allow missing objects"6499msgstr ""65006501#: builtin/mktree.c:1556502msgid "allow creation of more than one tree"6503msgstr ""65046505#: builtin/mv.c:146506msgid "git mv [options] <source>... <destination>"6507msgstr ""65086509#: builtin/mv.c:646510msgid "force move/rename even if target exists"6511msgstr ""65126513#: builtin/mv.c:656514msgid "skip move/rename errors"6515msgstr ""65166517#: builtin/mv.c:1086518#, c-format6519msgid "Checking rename of '%s' to '%s'\n"6520msgstr ""65216522#: builtin/mv.c:1126523msgid "bad source"6524msgstr ""65256526#: builtin/mv.c:1156527msgid "can not move directory into itself"6528msgstr ""65296530#: builtin/mv.c:1186531msgid "cannot move directory over file"6532msgstr ""65336534#: builtin/mv.c:1286535#, c-format6536msgid "Huh? %.*s is in index?"6537msgstr ""65386539#: builtin/mv.c:1406540msgid "source directory is empty"6541msgstr ""65426543#: builtin/mv.c:1716544msgid "not under version control"6545msgstr ""65466547#: builtin/mv.c:1736548msgid "destination exists"6549msgstr ""65506551#: builtin/mv.c:1816552#, c-format6553msgid "overwriting '%s'"6554msgstr ""65556556#: builtin/mv.c:1846557msgid "Cannot overwrite"6558msgstr ""65596560#: builtin/mv.c:1876561msgid "multiple sources for the same target"6562msgstr ""65636564#: builtin/mv.c:2026565#, c-format6566msgid "%s, source=%s, destination=%s"6567msgstr "%s, source=%s, destination=%s"65686569#: builtin/mv.c:2126570#, c-format6571msgid "Renaming %s to %s\n"6572msgstr ""65736574#: builtin/mv.c:215 builtin/remote.c:7316575#, c-format6576msgid "renaming '%s' failed"6577msgstr ""65786579#: builtin/name-rev.c:1756580msgid "git name-rev [options] <commit>..."6581msgstr ""65826583#: builtin/name-rev.c:1766584msgid "git name-rev [options] --all"6585msgstr ""65866587#: builtin/name-rev.c:1776588msgid "git name-rev [options] --stdin"6589msgstr ""65906591#: builtin/name-rev.c:2296592msgid "print only names (no SHA-1)"6593msgstr ""65946595#: builtin/name-rev.c:2306596msgid "only use tags to name the commits"6597msgstr ""65986599#: builtin/name-rev.c:2326600msgid "only use refs matching <pattern>"6601msgstr ""66026603#: builtin/name-rev.c:2346604msgid "list all commits reachable from all refs"6605msgstr ""66066607#: builtin/name-rev.c:2356608msgid "read from stdin"6609msgstr ""66106611#: builtin/name-rev.c:2366612msgid "allow to print `undefined` names"6613msgstr ""66146615#: builtin/notes.c:266616msgid "git notes [--ref <notes_ref>] [list [<object>]]"6617msgstr ""66186619#: builtin/notes.c:276620msgid ""6621"git notes [--ref <notes_ref>] add [-f] [-m <msg> | -F <file> | (-c | -C) "6622"<object>] [<object>]"6623msgstr ""66246625#: builtin/notes.c:286626msgid "git notes [--ref <notes_ref>] copy [-f] <from-object> <to-object>"6627msgstr ""66286629#: builtin/notes.c:296630msgid ""6631"git notes [--ref <notes_ref>] append [-m <msg> | -F <file> | (-c | -C) "6632"<object>] [<object>]"6633msgstr ""66346635#: builtin/notes.c:306636msgid "git notes [--ref <notes_ref>] edit [<object>]"6637msgstr ""66386639#: builtin/notes.c:316640msgid "git notes [--ref <notes_ref>] show [<object>]"6641msgstr ""66426643#: builtin/notes.c:326644msgid ""6645"git notes [--ref <notes_ref>] merge [-v | -q] [-s <strategy> ] <notes_ref>"6646msgstr ""66476648#: builtin/notes.c:336649msgid "git notes merge --commit [-v | -q]"6650msgstr ""66516652#: builtin/notes.c:346653msgid "git notes merge --abort [-v | -q]"6654msgstr ""66556656#: builtin/notes.c:356657msgid "git notes [--ref <notes_ref>] remove [<object>...]"6658msgstr ""66596660#: builtin/notes.c:366661msgid "git notes [--ref <notes_ref>] prune [-n | -v]"6662msgstr ""66636664#: builtin/notes.c:376665msgid "git notes [--ref <notes_ref>] get-ref"6666msgstr ""66676668#: builtin/notes.c:426669msgid "git notes [list [<object>]]"6670msgstr ""66716672#: builtin/notes.c:476673msgid "git notes add [<options>] [<object>]"6674msgstr ""66756676#: builtin/notes.c:526677msgid "git notes copy [<options>] <from-object> <to-object>"6678msgstr ""66796680#: builtin/notes.c:536681msgid "git notes copy --stdin [<from-object> <to-object>]..."6682msgstr ""66836684#: builtin/notes.c:586685msgid "git notes append [<options>] [<object>]"6686msgstr ""66876688#: builtin/notes.c:636689msgid "git notes edit [<object>]"6690msgstr ""66916692#: builtin/notes.c:686693msgid "git notes show [<object>]"6694msgstr ""66956696#: builtin/notes.c:736697msgid "git notes merge [<options>] <notes_ref>"6698msgstr ""66996700#: builtin/notes.c:746701msgid "git notes merge --commit [<options>]"6702msgstr ""67036704#: builtin/notes.c:756705msgid "git notes merge --abort [<options>]"6706msgstr ""67076708#: builtin/notes.c:806709msgid "git notes remove [<object>]"6710msgstr ""67116712#: builtin/notes.c:856713msgid "git notes prune [<options>]"6714msgstr ""67156716#: builtin/notes.c:906717msgid "git notes get-ref"6718msgstr ""67196720#: builtin/notes.c:1396721#, c-format6722msgid "unable to start 'show' for object '%s'"6723msgstr ""67246725#: builtin/notes.c:1436726msgid "could not read 'show' output"6727msgstr ""67286729#: builtin/notes.c:1516730#, c-format6731msgid "failed to finish 'show' for object '%s'"6732msgstr ""67336734#: builtin/notes.c:169 builtin/tag.c:3416735#, c-format6736msgid "could not create file '%s'"6737msgstr ""67386739#: builtin/notes.c:1886740msgid "Please supply the note contents using either -m or -F option"6741msgstr ""67426743#: builtin/notes.c:209 builtin/notes.c:9726744#, c-format6745msgid "Removing note for object %s\n"6746msgstr ""67476748#: builtin/notes.c:2146749msgid "unable to write note object"6750msgstr ""67516752#: builtin/notes.c:2166753#, c-format6754msgid "The note contents has been left in %s"6755msgstr ""67566757#: builtin/notes.c:250 builtin/tag.c:5406758#, c-format6759msgid "cannot read '%s'"6760msgstr ""67616762#: builtin/notes.c:252 builtin/tag.c:5436763#, c-format6764msgid "could not open or read '%s'"6765msgstr ""67666767#: builtin/notes.c:271 builtin/notes.c:444 builtin/notes.c:4466768#: builtin/notes.c:506 builtin/notes.c:560 builtin/notes.c:6436769#: builtin/notes.c:648 builtin/notes.c:723 builtin/notes.c:7656770#: builtin/notes.c:967 builtin/tag.c:5566771#, c-format6772msgid "Failed to resolve '%s' as a valid ref."6773msgstr ""67746775#: builtin/notes.c:2746776#, c-format6777msgid "Failed to read object '%s'."6778msgstr ""67796780#: builtin/notes.c:2986781msgid "Cannot commit uninitialized/unreferenced notes tree"6782msgstr ""67836784#: builtin/notes.c:3396785#, c-format6786msgid "Bad notes.rewriteMode value: '%s'"6787msgstr ""67886789#: builtin/notes.c:3496790#, c-format6791msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"6792msgstr ""67936794#. TRANSLATORS: The first %s is the name of the6795#. environment variable, the second %s is its value6796#: builtin/notes.c:3766797#, c-format6798msgid "Bad %s value: '%s'"6799msgstr ""68006801#: builtin/notes.c:4406802#, c-format6803msgid "Malformed input line: '%s'."6804msgstr ""68056806#: builtin/notes.c:4556807#, c-format6808msgid "Failed to copy notes from '%s' to '%s'"6809msgstr ""68106811#: builtin/notes.c:499 builtin/notes.c:553 builtin/notes.c:6266812#: builtin/notes.c:638 builtin/notes.c:711 builtin/notes.c:7586813#: builtin/notes.c:10326814msgid "too many parameters"6815msgstr ""68166817#: builtin/notes.c:512 builtin/notes.c:7716818#, c-format6819msgid "No note found for object %s."6820msgstr ""68216822#: builtin/notes.c:534 builtin/notes.c:6916823msgid "note contents as a string"6824msgstr ""68256826#: builtin/notes.c:537 builtin/notes.c:6946827msgid "note contents in a file"6828msgstr ""68296830#: builtin/notes.c:539 builtin/notes.c:542 builtin/notes.c:6966831#: builtin/notes.c:699 builtin/tag.c:4746832msgid "object"6833msgstr ""68346835#: builtin/notes.c:540 builtin/notes.c:6976836msgid "reuse and edit specified note object"6837msgstr ""68386839#: builtin/notes.c:543 builtin/notes.c:7006840msgid "reuse specified note object"6841msgstr ""68426843#: builtin/notes.c:545 builtin/notes.c:6136844msgid "replace existing notes"6845msgstr ""68466847#: builtin/notes.c:5796848#, c-format6849msgid ""6850"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "6851"existing notes"6852msgstr ""68536854#: builtin/notes.c:584 builtin/notes.c:6616855#, c-format6856msgid "Overwriting existing notes for object %s\n"6857msgstr ""68586859#: builtin/notes.c:6146860msgid "read objects from stdin"6861msgstr ""68626863#: builtin/notes.c:6166864msgid "load rewriting config for <command> (implies --stdin)"6865msgstr ""68666867#: builtin/notes.c:6346868msgid "too few parameters"6869msgstr ""68706871#: builtin/notes.c:6556872#, c-format6873msgid ""6874"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "6875"existing notes"6876msgstr ""68776878#: builtin/notes.c:6676879#, c-format6880msgid "Missing notes on source object %s. Cannot copy."6881msgstr ""68826883#: builtin/notes.c:7166884#, c-format6885msgid ""6886"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"6887"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"6888msgstr ""68896890#: builtin/notes.c:8636891msgid "General options"6892msgstr ""68936894#: builtin/notes.c:8656895msgid "Merge options"6896msgstr ""68976898#: builtin/notes.c:8676899msgid ""6900"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"6901"cat_sort_uniq)"6902msgstr ""69036904#: builtin/notes.c:8696905msgid "Committing unmerged notes"6906msgstr ""69076908#: builtin/notes.c:8716909msgid "finalize notes merge by committing unmerged notes"6910msgstr ""69116912#: builtin/notes.c:8736913msgid "Aborting notes merge resolution"6914msgstr ""69156916#: builtin/notes.c:8756917msgid "abort notes merge"6918msgstr ""69196920#: builtin/notes.c:9706921#, c-format6922msgid "Object %s has no note\n"6923msgstr ""69246925#: builtin/notes.c:9826926msgid "attempt to remove non-existent note is not an error"6927msgstr ""69286929#: builtin/notes.c:9856930msgid "read object names from the standard input"6931msgstr ""69326933#: builtin/notes.c:10666934msgid "notes_ref"6935msgstr ""69366937#: builtin/notes.c:10676938msgid "use notes from <notes_ref>"6939msgstr ""69406941#: builtin/notes.c:1102 builtin/remote.c:15986942#, c-format6943msgid "Unknown subcommand: %s"6944msgstr ""69456946#: builtin/pack-objects.c:236947msgid "git pack-objects --stdout [options...] [< ref-list | < object-list]"6948msgstr ""69496950#: builtin/pack-objects.c:246951msgid "git pack-objects [options...] base-name [< ref-list | < object-list]"6952msgstr ""69536954#: builtin/pack-objects.c:183 builtin/pack-objects.c:1866955#, c-format6956msgid "deflate error (%d)"6957msgstr ""69586959#: builtin/pack-objects.c:23976960#, c-format6961msgid "unsupported index version %s"6962msgstr ""69636964#: builtin/pack-objects.c:24016965#, c-format6966msgid "bad index version '%s'"6967msgstr ""69686969#: builtin/pack-objects.c:24246970#, c-format6971msgid "option %s does not accept negative form"6972msgstr ""69736974#: builtin/pack-objects.c:24286975#, c-format6976msgid "unable to parse value '%s' for option %s"6977msgstr ""69786979#: builtin/pack-objects.c:24476980msgid "do not show progress meter"6981msgstr ""69826983#: builtin/pack-objects.c:24496984msgid "show progress meter"6985msgstr ""69866987#: builtin/pack-objects.c:24516988msgid "show progress meter during object writing phase"6989msgstr ""69906991#: builtin/pack-objects.c:24546992msgid "similar to --all-progress when progress meter is shown"6993msgstr ""69946995#: builtin/pack-objects.c:24556996msgid "version[,offset]"6997msgstr ""69986999#: builtin/pack-objects.c:24567000msgid "write the pack index file in the specified idx format version"7001msgstr ""70027003#: builtin/pack-objects.c:24597004msgid "maximum size of each output pack file"7005msgstr ""70067007#: builtin/pack-objects.c:24617008msgid "ignore borrowed objects from alternate object store"7009msgstr ""70107011#: builtin/pack-objects.c:24637012msgid "ignore packed objects"7013msgstr ""70147015#: builtin/pack-objects.c:24657016msgid "limit pack window by objects"7017msgstr ""70187019#: builtin/pack-objects.c:24677020msgid "limit pack window by memory in addition to object limit"7021msgstr ""70227023#: builtin/pack-objects.c:24697024msgid "maximum length of delta chain allowed in the resulting pack"7025msgstr ""70267027#: builtin/pack-objects.c:24717028msgid "reuse existing deltas"7029msgstr ""70307031#: builtin/pack-objects.c:24737032msgid "reuse existing objects"7033msgstr ""70347035#: builtin/pack-objects.c:24757036msgid "use OFS_DELTA objects"7037msgstr ""70387039#: builtin/pack-objects.c:24777040msgid "use threads when searching for best delta matches"7041msgstr ""70427043#: builtin/pack-objects.c:24797044msgid "do not create an empty pack output"7045msgstr ""70467047#: builtin/pack-objects.c:24817048msgid "read revision arguments from standard input"7049msgstr ""70507051#: builtin/pack-objects.c:24837052msgid "limit the objects to those that are not yet packed"7053msgstr ""70547055#: builtin/pack-objects.c:24867056msgid "include objects reachable from any reference"7057msgstr ""70587059#: builtin/pack-objects.c:24897060msgid "include objects referred by reflog entries"7061msgstr ""70627063#: builtin/pack-objects.c:24927064msgid "output pack to stdout"7065msgstr ""70667067#: builtin/pack-objects.c:24947068msgid "include tag objects that refer to objects to be packed"7069msgstr ""70707071#: builtin/pack-objects.c:24967072msgid "keep unreachable objects"7073msgstr ""70747075#: builtin/pack-objects.c:2497 parse-options.h:1417076msgid "time"7077msgstr ""70787079#: builtin/pack-objects.c:24987080msgid "unpack unreachable objects newer than <time>"7081msgstr ""70827083#: builtin/pack-objects.c:25017084msgid "create thin packs"7085msgstr ""70867087#: builtin/pack-objects.c:25037088msgid "ignore packs that have companion .keep file"7089msgstr ""70907091#: builtin/pack-objects.c:25057092msgid "pack compression level"7093msgstr ""70947095#: builtin/pack-objects.c:25077096msgid "do not hide commits by grafts"7097msgstr ""70987099#: builtin/pack-refs.c:67100msgid "git pack-refs [options]"7101msgstr ""71027103#: builtin/pack-refs.c:147104msgid "pack everything"7105msgstr ""71067107#: builtin/pack-refs.c:157108msgid "prune loose refs (default)"7109msgstr ""71107111#: builtin/prune-packed.c:77112msgid "git prune-packed [-n|--dry-run] [-q|--quiet]"7113msgstr ""71147115#: builtin/prune.c:127116msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"7117msgstr ""71187119#: builtin/prune.c:1327120msgid "do not remove, show only"7121msgstr ""71227123#: builtin/prune.c:1337124msgid "report pruned objects"7125msgstr ""71267127#: builtin/prune.c:1367128msgid "expire objects older than <time>"7129msgstr ""71307131#: builtin/push.c:147132msgid "git push [<options>] [<repository> [<refspec>...]]"7133msgstr ""71347135#: builtin/push.c:457136msgid "tag shorthand without <tag>"7137msgstr ""71387139#: builtin/push.c:647140msgid "--delete only accepts plain target ref names"7141msgstr ""71427143#: builtin/push.c:997144msgid ""7145"\n"7146"To choose either option permanently, see push.default in 'git help config'."7147msgstr ""71487149#: builtin/push.c:1027150#, c-format7151msgid ""7152"The upstream branch of your current branch does not match\n"7153"the name of your current branch. To push to the upstream branch\n"7154"on the remote, use\n"7155"\n"7156" git push %s HEAD:%s\n"7157"\n"7158"To push to the branch of the same name on the remote, use\n"7159"\n"7160" git push %s %s\n"7161"%s"7162msgstr ""71637164#: builtin/push.c:1217165#, c-format7166msgid ""7167"You are not currently on a branch.\n"7168"To push the history leading to the current (detached HEAD)\n"7169"state now, use\n"7170"\n"7171" git push %s HEAD:<name-of-remote-branch>\n"7172msgstr ""71737174#: builtin/push.c:1287175#, c-format7176msgid ""7177"The current branch %s has no upstream branch.\n"7178"To push the current branch and set the remote as upstream, use\n"7179"\n"7180" git push --set-upstream %s %s\n"7181msgstr ""71827183#: builtin/push.c:1367184#, c-format7185msgid "The current branch %s has multiple upstream branches, refusing to push."7186msgstr ""71877188#: builtin/push.c:1397189#, c-format7190msgid ""7191"You are pushing to remote '%s', which is not the upstream of\n"7192"your current branch '%s', without telling me what to push\n"7193"to update which remote branch."7194msgstr ""71957196#: builtin/push.c:1517197msgid ""7198"push.default is unset; its implicit value is changing in\n"7199"Git 2.0 from 'matching' to 'simple'. To squelch this message\n"7200"and maintain the current behavior after the default changes, use:\n"7201"\n"7202" git config --global push.default matching\n"7203"\n"7204"To squelch this message and adopt the new behavior now, use:\n"7205"\n"7206" git config --global push.default simple\n"7207"\n"7208"See 'git help config' and search for 'push.default' for further "7209"information.\n"7210"(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode\n"7211"'current' instead of 'simple' if you sometimes use older versions of Git)"7212msgstr ""72137214#: builtin/push.c:1997215msgid ""7216"You didn't specify any refspecs to push, and push.default is \"nothing\"."7217msgstr ""72187219#: builtin/push.c:2067220msgid ""7221"Updates were rejected because the tip of your current branch is behind\n"7222"its remote counterpart. Merge the remote changes (e.g. 'git pull')\n"7223"before pushing again.\n"7224"See the 'Note about fast-forwards' in 'git push --help' for details."7225msgstr ""72267227#: builtin/push.c:2127228msgid ""7229"Updates were rejected because a pushed branch tip is behind its remote\n"7230"counterpart. If you did not intend to push that branch, you may want to\n"7231"specify branches to push or set the 'push.default' configuration variable\n"7232"to 'simple', 'current' or 'upstream' to push only the current branch."7233msgstr ""72347235#: builtin/push.c:2187236msgid ""7237"Updates were rejected because a pushed branch tip is behind its remote\n"7238"counterpart. Check out this branch and merge the remote changes\n"7239"(e.g. 'git pull') before pushing again.\n"7240"See the 'Note about fast-forwards' in 'git push --help' for details."7241msgstr ""72427243#: builtin/push.c:2247244msgid ""7245"Updates were rejected because the remote contains work that you do\n"7246"not have locally. This is usually caused by another repository pushing\n"7247"to the same ref. You may want to first merge the remote changes (e.g.,\n"7248"'git pull') before pushing again.\n"7249"See the 'Note about fast-forwards' in 'git push --help' for details."7250msgstr ""72517252#: builtin/push.c:2317253msgid "Updates were rejected because the tag already exists in the remote."7254msgstr ""72557256#: builtin/push.c:2347257msgid ""7258"You cannot update a remote ref that points at a non-commit object,\n"7259"or update a remote ref to make it point at a non-commit object,\n"7260"without using the '--force' option.\n"7261msgstr ""72627263#: builtin/push.c:2947264#, c-format7265msgid "Pushing to %s\n"7266msgstr ""72677268#: builtin/push.c:2987269#, c-format7270msgid "failed to push some refs to '%s'"7271msgstr ""72727273#: builtin/push.c:3317274#, c-format7275msgid "bad repository '%s'"7276msgstr ""72777278#: builtin/push.c:3327279msgid ""7280"No configured push destination.\n"7281"Either specify the URL from the command-line or configure a remote "7282"repository using\n"7283"\n"7284" git remote add <name> <url>\n"7285"\n"7286"and then push using the remote name\n"7287"\n"7288" git push <name>\n"7289msgstr ""72907291#: builtin/push.c:3477292msgid "--all and --tags are incompatible"7293msgstr ""72947295#: builtin/push.c:3487296msgid "--all can't be combined with refspecs"7297msgstr ""72987299#: builtin/push.c:3537300msgid "--mirror and --tags are incompatible"7301msgstr ""73027303#: builtin/push.c:3547304msgid "--mirror can't be combined with refspecs"7305msgstr ""73067307#: builtin/push.c:3597308msgid "--all and --mirror are incompatible"7309msgstr ""73107311#: builtin/push.c:4197312msgid "repository"7313msgstr ""73147315#: builtin/push.c:4207316msgid "push all refs"7317msgstr ""73187319#: builtin/push.c:4217320msgid "mirror all refs"7321msgstr ""73227323#: builtin/push.c:4237324msgid "delete refs"7325msgstr ""73267327#: builtin/push.c:4247328msgid "push tags (can't be used with --all or --mirror)"7329msgstr ""73307331#: builtin/push.c:4277332msgid "force updates"7333msgstr ""73347335#: builtin/push.c:4287336msgid "check"7337msgstr ""73387339#: builtin/push.c:4297340msgid "control recursive pushing of submodules"7341msgstr ""73427343#: builtin/push.c:4317344msgid "use thin pack"7345msgstr ""73467347#: builtin/push.c:432 builtin/push.c:4337348msgid "receive pack program"7349msgstr ""73507351#: builtin/push.c:4347352msgid "set upstream for git pull/status"7353msgstr ""73547355#: builtin/push.c:4377356msgid "prune locally removed refs"7357msgstr ""73587359#: builtin/push.c:4397360msgid "bypass pre-push hook"7361msgstr ""73627363#: builtin/push.c:4407364msgid "push missing but relevant tags"7365msgstr ""73667367#: builtin/push.c:4507368msgid "--delete is incompatible with --all, --mirror and --tags"7369msgstr ""73707371#: builtin/push.c:4527372msgid "--delete doesn't make sense without any refs"7373msgstr ""73747375#: builtin/read-tree.c:367376msgid ""7377"git read-tree [[-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>] "7378"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"7379"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"7380msgstr ""73817382#: builtin/read-tree.c:1087383msgid "write resulting index to <file>"7384msgstr ""73857386#: builtin/read-tree.c:1117387msgid "only empty the index"7388msgstr ""73897390#: builtin/read-tree.c:1137391msgid "Merging"7392msgstr ""73937394#: builtin/read-tree.c:1157395msgid "perform a merge in addition to a read"7396msgstr ""73977398#: builtin/read-tree.c:1177399msgid "3-way merge if no file level merging required"7400msgstr ""74017402#: builtin/read-tree.c:1197403msgid "3-way merge in presence of adds and removes"7404msgstr ""74057406#: builtin/read-tree.c:1217407msgid "same as -m, but discard unmerged entries"7408msgstr ""74097410#: builtin/read-tree.c:1227411msgid "<subdirectory>/"7412msgstr ""74137414#: builtin/read-tree.c:1237415msgid "read the tree into the index under <subdirectory>/"7416msgstr ""74177418#: builtin/read-tree.c:1267419msgid "update working tree with merge result"7420msgstr ""74217422#: builtin/read-tree.c:1287423msgid "gitignore"7424msgstr ""74257426#: builtin/read-tree.c:1297427msgid "allow explicitly ignored files to be overwritten"7428msgstr ""74297430#: builtin/read-tree.c:1327431msgid "don't check the working tree after merging"7432msgstr ""74337434#: builtin/read-tree.c:1337435msgid "don't update the index or the work tree"7436msgstr ""74377438#: builtin/read-tree.c:1357439msgid "skip applying sparse checkout filter"7440msgstr ""74417442#: builtin/read-tree.c:1377443msgid "debug unpack-trees"7444msgstr ""74457446#: builtin/remote.c:117447msgid "git remote [-v | --verbose]"7448msgstr "git remote [-v | --verbose]"74497450#: builtin/remote.c:127451msgid ""7452"git remote add [-t <branch>] [-m <master>] [-f] [--tags|--no-tags] [--"7453"mirror=<fetch|push>] <name> <url>"7454msgstr "git remote add [-t <branche>] [-m <maîtresse>] [-f] [--tags|--no-tags] [--mirror=<fetch|push>] <nom> <URL>"74557456#: builtin/remote.c:13 builtin/remote.c:327457msgid "git remote rename <old> <new>"7458msgstr "git remote rename <ancienne> <nouvelle>"74597460#: builtin/remote.c:14 builtin/remote.c:377461msgid "git remote remove <name>"7462msgstr "git remote remove <nom>"74637464#: builtin/remote.c:15 builtin/remote.c:427465msgid "git remote set-head <name> (-a | -d | <branch>)"7466msgstr "git remote set-head <nom> (-a | -d | <branche>)"74677468#: builtin/remote.c:167469msgid "git remote [-v | --verbose] show [-n] <name>"7470msgstr "git remote [-v | --verbose] show [-n] <nom>"74717472#: builtin/remote.c:177473msgid "git remote prune [-n | --dry-run] <name>"7474msgstr "git remote prune [-n | --dry-run] <nom>"74757476#: builtin/remote.c:187477msgid ""7478"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"7479msgstr "git remote [-v | --verbose] update [-p | --prune] [(<groupe> | <distante>)...]"74807481#: builtin/remote.c:197482msgid "git remote set-branches [--add] <name> <branch>..."7483msgstr "git remote set-branches [--add] <nom> <branche>..."74847485#: builtin/remote.c:20 builtin/remote.c:687486msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"7487msgstr "git remote set-url [--push] <nom> <nouvelle-URL> [<ancienne-URL>]"74887489#: builtin/remote.c:21 builtin/remote.c:697490msgid "git remote set-url --add <name> <newurl>"7491msgstr "git remote set-url --add <nom> <nouvelle-URL>"74927493#: builtin/remote.c:22 builtin/remote.c:707494msgid "git remote set-url --delete <name> <url>"7495msgstr "git remote set-url --delete <nom> <URL>"74967497#: builtin/remote.c:277498msgid "git remote add [<options>] <name> <url>"7499msgstr "git remote add [<options>] <nom> <URL>"75007501#: builtin/remote.c:477502msgid "git remote set-branches <name> <branch>..."7503msgstr "git remote set-branches <nom> <branche>..."75047505#: builtin/remote.c:487506msgid "git remote set-branches --add <name> <branch>..."7507msgstr "git remote set-branches --add <nom> <branche>..."75087509#: builtin/remote.c:537510msgid "git remote show [<options>] <name>"7511msgstr "git remote show [<options>] <nom>"75127513#: builtin/remote.c:587514msgid "git remote prune [<options>] <name>"7515msgstr "git remote prune [<options>] <nom>"75167517#: builtin/remote.c:637518msgid "git remote update [<options>] [<group> | <remote>]..."7519msgstr "git remote update [<options>] [<groupe> | <distante>]..."75207521#: builtin/remote.c:987522#, c-format7523msgid "Updating %s"7524msgstr "Mise à jour de %s"75257526#: builtin/remote.c:1307527msgid ""7528"--mirror is dangerous and deprecated; please\n"7529"\t use --mirror=fetch or --mirror=push instead"7530msgstr ""7531"--mirror est dangereux et obsolète ; merci\n"7532"\t d'utiliser --mirror=fetch ou --mirror=push à la place"75337534#: builtin/remote.c:1477535#, c-format7536msgid "unknown mirror argument: %s"7537msgstr "argument miroir inconnu : %s"75387539#: builtin/remote.c:1637540msgid "fetch the remote branches"7541msgstr "rapatrier les branches distantes"75427543#: builtin/remote.c:1657544msgid "import all tags and associated objects when fetching"7545msgstr "importer toutes les étiquettes et les objets associés lors du rapatriement"75467547#: builtin/remote.c:1687548msgid "or do not fetch any tag at all (--no-tags)"7549msgstr "ou ne rapatrier aucune étiquette (--no-tags)"75507551#: builtin/remote.c:1707552msgid "branch(es) to track"7553msgstr "branche(s) à suivre"75547555#: builtin/remote.c:1717556msgid "master branch"7557msgstr "branche maîtresse"75587559#: builtin/remote.c:1727560msgid "push|fetch"7561msgstr "push|fetch"75627563#: builtin/remote.c:1737564msgid "set up remote as a mirror to push to or fetch from"7565msgstr "paramétrer la distante comme miroir pour pousser ou pour rapatrier depuis"75667567#: builtin/remote.c:1857568msgid "specifying a master branch makes no sense with --mirror"7569msgstr "spécifier une branche maîtresse n'a pas de sens avec --mirror"75707571#: builtin/remote.c:1877572msgid "specifying branches to track makes sense only with fetch mirrors"7573msgstr "spécifier les branches à suivre n'a de sens qu'avec des miroirs de rapatriement"75747575#: builtin/remote.c:195 builtin/remote.c:6467576#, c-format7577msgid "remote %s already exists."7578msgstr "la distante %s existe déjà."75797580#: builtin/remote.c:199 builtin/remote.c:6507581#, c-format7582msgid "'%s' is not a valid remote name"7583msgstr "'%s' n'est pas un nom valide de distante"75847585#: builtin/remote.c:2437586#, c-format7587msgid "Could not setup master '%s'"7588msgstr "Impossible de paramétrer la maîtresse '%s'"75897590#: builtin/remote.c:2997591#, c-format7592msgid "more than one %s"7593msgstr "plus d'un %s"75947595#: builtin/remote.c:3397596#, c-format7597msgid "Could not get fetch map for refspec %s"7598msgstr ""75997600#: builtin/remote.c:440 builtin/remote.c:4487601msgid "(matching)"7602msgstr "(correspond)"76037604#: builtin/remote.c:4527605msgid "(delete)"7606msgstr "(supprimer)"76077608#: builtin/remote.c:595 builtin/remote.c:601 builtin/remote.c:6077609#, c-format7610msgid "Could not append '%s' to '%s'"7611msgstr "Impossible d'ajouter '%s' à '%s'"76127613#: builtin/remote.c:639 builtin/remote.c:792 builtin/remote.c:8907614#, c-format7615msgid "No such remote: %s"7616msgstr "Distante inconnue : %s"76177618#: builtin/remote.c:6567619#, c-format7620msgid "Could not rename config section '%s' to '%s'"7621msgstr "Impossible de renommer la section de configuration '%s' en '%s'"76227623#: builtin/remote.c:662 builtin/remote.c:7997624#, c-format7625msgid "Could not remove config section '%s'"7626msgstr "Impossible de supprimer la section de configuration '%s'"76277628#: builtin/remote.c:6777629#, c-format7630msgid ""7631"Not updating non-default fetch refspec\n"7632"\t%s\n"7633"\tPlease update the configuration manually if necessary."7634msgstr ""7635"Pas de mise à jour du refspec de rapatriement qui n'est pas par défaut\n"7636"\t%s\n"7637"\tMerci de mettre à jour la configuration si nécessaire."76387639#: builtin/remote.c:6837640#, c-format7641msgid "Could not append '%s'"7642msgstr "Impossible d'ajouter '%s'"76437644#: builtin/remote.c:6947645#, c-format7646msgid "Could not set '%s'"7647msgstr "Impossible de définir '%s'"76487649#: builtin/remote.c:7167650#, c-format7651msgid "deleting '%s' failed"7652msgstr "échec de suppression de '%s'"76537654#: builtin/remote.c:7507655#, c-format7656msgid "creating '%s' failed"7657msgstr "échec de création de '%s'"76587659#: builtin/remote.c:7647660#, c-format7661msgid "Could not remove branch %s"7662msgstr "Impossible de supprimer la branche %s"76637664#: builtin/remote.c:8347665msgid ""7666"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"7667"to delete it, use:"7668msgid_plural ""7669"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"7670"to delete them, use:"7671msgstr[0] ""7672"Note : Une branche en dehors de refs/remotes/ n'a pas été supprimée ;\n"7673"pour la supprimer, utilisez :"7674msgstr[1] ""7675"Note : Plusieurs branches en dehors de refs/remotes/ n'ont pas été supprimées ;\n"7676"pour les supprimer, utilisez :"76777678#: builtin/remote.c:9437679#, c-format7680msgid " new (next fetch will store in remotes/%s)"7681msgstr " nouveau (le prochain rapatriement (fetch) stockera dans remotes/%s)"76827683#: builtin/remote.c:9467684msgid " tracked"7685msgstr " suivi"76867687#: builtin/remote.c:9487688msgid " stale (use 'git remote prune' to remove)"7689msgstr " dépassé (utilisez 'git remote prune' pour supprimer)"76907691#: builtin/remote.c:9507692msgid " ???"7693msgstr " ???"76947695#: builtin/remote.c:9917696#, c-format7697msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"7698msgstr "branch.%s.merge invalide ; ne peut pas rebaser sur plus d'une branche"76997700#: builtin/remote.c:9987701#, c-format7702msgid "rebases onto remote %s"7703msgstr "rebase sur la distante %s"77047705#: builtin/remote.c:10017706#, c-format7707msgid " merges with remote %s"7708msgstr " fusionne avec la distante %s"77097710#: builtin/remote.c:10027711msgid " and with remote"7712msgstr " et avec la distante"77137714#: builtin/remote.c:10047715#, c-format7716msgid "merges with remote %s"7717msgstr "fusionne avec la distante %s"77187719#: builtin/remote.c:10057720msgid " and with remote"7721msgstr " et avec la distante"77227723#: builtin/remote.c:10517724msgid "create"7725msgstr "créer"77267727#: builtin/remote.c:10547728msgid "delete"7729msgstr "supprimer"77307731#: builtin/remote.c:10587732msgid "up to date"7733msgstr "à jour"77347735#: builtin/remote.c:10617736msgid "fast-forwardable"7737msgstr "peut être mis à jour en avance rapide"77387739#: builtin/remote.c:10647740msgid "local out of date"7741msgstr "le local n'est pas à jour"77427743#: builtin/remote.c:10717744#, c-format7745msgid " %-*s forces to %-*s (%s)"7746msgstr " %-*s force vers %-*s (%s)"77477748#: builtin/remote.c:10747749#, c-format7750msgid " %-*s pushes to %-*s (%s)"7751msgstr " %-*s pousse vers %-*s (%s)"77527753#: builtin/remote.c:10787754#, c-format7755msgid " %-*s forces to %s"7756msgstr " %-*s force vers %s"77577758#: builtin/remote.c:10817759#, c-format7760msgid " %-*s pushes to %s"7761msgstr " %-*s pousse vers %s"77627763#: builtin/remote.c:10917764msgid "do not query remotes"7765msgstr "ne pas interroger les distantes"77667767#: builtin/remote.c:11187768#, c-format7769msgid "* remote %s"7770msgstr "* distante %s"77717772#: builtin/remote.c:11197773#, c-format7774msgid " Fetch URL: %s"7775msgstr " URL de rapatriement : %s"77767777#: builtin/remote.c:1120 builtin/remote.c:12857778msgid "(no URL)"7779msgstr "(pas d'URL)"77807781#: builtin/remote.c:1129 builtin/remote.c:11317782#, c-format7783msgid " Push URL: %s"7784msgstr " URL push : %s"77857786#: builtin/remote.c:1133 builtin/remote.c:1135 builtin/remote.c:11377787#, c-format7788msgid " HEAD branch: %s"7789msgstr " Branche HEAD : %s"77907791#: builtin/remote.c:11397792#, c-format7793msgid ""7794" HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"7795msgstr " Branche HEAD (la HEAD distante est ambiguë, peut être l'une des suivantes) :\n"77967797#: builtin/remote.c:11517798#, c-format7799msgid " Remote branch:%s"7800msgid_plural " Remote branches:%s"7801msgstr[0] " Branche distante :%s"7802msgstr[1] " Branches distantes :%s"78037804#: builtin/remote.c:1154 builtin/remote.c:11817805msgid " (status not queried)"7806msgstr " (statut non demandé)"78077808#: builtin/remote.c:11637809msgid " Local branch configured for 'git pull':"7810msgid_plural " Local branches configured for 'git pull':"7811msgstr[0] " Branche locale configurée pour 'git pull' :"7812msgstr[1] " Branches locales configurées pour 'git pull' :"78137814#: builtin/remote.c:11717815msgid " Local refs will be mirrored by 'git push'"7816msgstr " Les références locales seront reflétées par 'git push'"78177818#: builtin/remote.c:11787819#, c-format7820msgid " Local ref configured for 'git push'%s:"7821msgid_plural " Local refs configured for 'git push'%s:"7822msgstr[0] " Référence locale configurée pour 'git push'%s :"7823msgstr[1] " Références locales configurées pour 'git push'%s :"78247825#: builtin/remote.c:11997826msgid "set refs/remotes/<name>/HEAD according to remote"7827msgstr "définir refs/remotes/<nom>/HEAD selon la distante"78287829#: builtin/remote.c:12017830msgid "delete refs/remotes/<name>/HEAD"7831msgstr "supprimer refs/remotes/<nom>/HEAD"78327833#: builtin/remote.c:12167834msgid "Cannot determine remote HEAD"7835msgstr "Impossible de déterminer la HEAD distante"78367837#: builtin/remote.c:12187838msgid "Multiple remote HEAD branches. Please choose one explicitly with:"7839msgstr "Il y a de multiples branches HEAD distantes. Merci d'en choisir une explicitement avec :"78407841#: builtin/remote.c:12287842#, c-format7843msgid "Could not delete %s"7844msgstr "Impossible de supprimer %s"78457846#: builtin/remote.c:12367847#, c-format7848msgid "Not a valid ref: %s"7849msgstr "Référence non valide : %s"78507851#: builtin/remote.c:12387852#, c-format7853msgid "Could not setup %s"7854msgstr "Impossible de paramétrer %s"78557856#: builtin/remote.c:12747857#, c-format7858msgid " %s will become dangling!"7859msgstr " %s deviendra en suspens !"78607861#: builtin/remote.c:12757862#, c-format7863msgid " %s has become dangling!"7864msgstr " %s est devenu en suspens !"78657866#: builtin/remote.c:12817867#, c-format7868msgid "Pruning %s"7869msgstr "Élagage de %s"78707871#: builtin/remote.c:12827872#, c-format7873msgid "URL: %s"7874msgstr "URL : %s"78757876#: builtin/remote.c:12957877#, c-format7878msgid " * [would prune] %s"7879msgstr " * [serait élagué] %s"78807881#: builtin/remote.c:12987882#, c-format7883msgid " * [pruned] %s"7884msgstr " * [élagué] %s"78857886#: builtin/remote.c:13217887msgid "prune remotes after fetching"7888msgstr "élaguer les distants après le rapatriement"78897890#: builtin/remote.c:1387 builtin/remote.c:14617891#, c-format7892msgid "No such remote '%s'"7893msgstr "Pas de serveur remote '%s'"78947895#: builtin/remote.c:14077896msgid "add branch"7897msgstr "ajouter une branche"78987899#: builtin/remote.c:14147900msgid "no remote specified"7901msgstr "pas de serveur distant spécifié"79027903#: builtin/remote.c:14367904msgid "manipulate push URLs"7905msgstr "manipuler les URLs push"79067907#: builtin/remote.c:14387908msgid "add URL"7909msgstr "ajouter une URL"79107911#: builtin/remote.c:14407912msgid "delete URLs"7913msgstr "supprimer des URLs"79147915#: builtin/remote.c:14477916msgid "--add --delete doesn't make sense"7917msgstr "--add --delete n'a aucun sens"79187919#: builtin/remote.c:14877920#, c-format7921msgid "Invalid old URL pattern: %s"7922msgstr "Motif d'URL ancien invalide : %s"79237924#: builtin/remote.c:14957925#, c-format7926msgid "No such URL found: %s"7927msgstr "Pas d'URL trouvée : %s"79287929#: builtin/remote.c:14977930msgid "Will not delete all non-push URLs"7931msgstr ""79327933#: builtin/remote.c:15697934msgid "be verbose; must be placed before a subcommand"7935msgstr "être verbeux : doit être placé avant une sous-commande"79367937#: builtin/replace.c:177938msgid "git replace [-f] <object> <replacement>"7939msgstr "git replace [-f] <objet> <remplacement>"79407941#: builtin/replace.c:187942msgid "git replace -d <object>..."7943msgstr "git replace -d <objet>..."79447945#: builtin/replace.c:197946msgid "git replace -l [<pattern>]"7947msgstr "git replace -l [<motif>]"79487949#: builtin/replace.c:1217950msgid "list replace refs"7951msgstr "afficher les références de remplacement"79527953#: builtin/replace.c:1227954msgid "delete replace refs"7955msgstr "supprimer les références de remplacement"79567957#: builtin/replace.c:1237958msgid "replace the ref if it exists"7959msgstr "remplacer la référence si elle existe"79607961#: builtin/rerere.c:117962msgid "git rerere [clear | forget path... | status | remaining | diff | gc]"7963msgstr "git rerere [clear | forget chemin... | status | remaining | diff | gc]"79647965#: builtin/rerere.c:567966msgid "register clean resolutions in index"7967msgstr "enregistrer des résolutions propres dans l'index"79687969#: builtin/reset.c:257970msgid ""7971"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"7972msgstr "git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"79737974#: builtin/reset.c:267975msgid "git reset [-q] <tree-ish> [--] <paths>..."7976msgstr "git reset [-q] <arbre> [--] <chemins>..."79777978#: builtin/reset.c:277979msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"7980msgstr "git reset --patch [<arbre>] [--] [<chemins>...]"79817982#: builtin/reset.c:337983msgid "mixed"7984msgstr "mixed"79857986#: builtin/reset.c:337987msgid "soft"7988msgstr "soft"79897990#: builtin/reset.c:337991msgid "hard"7992msgstr "hard"79937994#: builtin/reset.c:337995msgid "merge"7996msgstr "merge"79977998#: builtin/reset.c:337999msgid "keep"8000msgstr "keep"80018002#: builtin/reset.c:738003msgid "You do not have a valid HEAD."8004msgstr "Vous n'avez pas une HEAD valide."80058006#: builtin/reset.c:758007msgid "Failed to find tree of HEAD."8008msgstr "Impossible de trouver l'arbre pour HEAD."80098010#: builtin/reset.c:818011#, c-format8012msgid "Failed to find tree of %s."8013msgstr "Impossible de trouver l'arbre pour %s."80148015#: builtin/reset.c:988016#, c-format8017msgid "HEAD is now at %s"8018msgstr "HEAD est maintenant à %s"80198020#: builtin/reset.c:1698021#, c-format8022msgid "Cannot do a %s reset in the middle of a merge."8023msgstr "Impossible de faire un \"reset %s\" au milieu d'une fusion."80248025#: builtin/reset.c:2488026msgid "be quiet, only report errors"8027msgstr "être silencieux, afficher seulement les erreurs"80288029#: builtin/reset.c:2508030msgid "reset HEAD and index"8031msgstr "réinitialiser HEAD et l'index"80328033#: builtin/reset.c:2518034msgid "reset only HEAD"8035msgstr "réinitialiser seulement HEAD"80368037#: builtin/reset.c:253 builtin/reset.c:2558038msgid "reset HEAD, index and working tree"8039msgstr "réinitialiser HEAD, l'index et la copie de travail"80408041#: builtin/reset.c:2578042msgid "reset HEAD but keep local changes"8043msgstr "réinitialiser HEAD mais garder les changements locaux"80448045#: builtin/reset.c:2758046#, c-format8047msgid "Failed to resolve '%s' as a valid revision."8048msgstr "Échec de résolution de '%s' comme une révision valide."80498050#: builtin/reset.c:278 builtin/reset.c:2868051#, c-format8052msgid "Could not parse object '%s'."8053msgstr "Impossible d'analyser l'objet '%s'."80548055#: builtin/reset.c:2838056#, c-format8057msgid "Failed to resolve '%s' as a valid tree."8058msgstr "Échec de résolution de '%s' comme un arbre valide."80598060#: builtin/reset.c:2928061msgid "--patch is incompatible with --{hard,mixed,soft}"8062msgstr "--patch est incompatible avec --{hard,mixed,soft}"80638064#: builtin/reset.c:3018065msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."8066msgstr "--mixed avec des chemins est obsolète ; utilisez 'git reset -- <paths>' à la place."80678068#: builtin/reset.c:3038069#, c-format8070msgid "Cannot do %s reset with paths."8071msgstr "Impossible de faire un \"%s reset\" avec des chemins."80728073#: builtin/reset.c:3138074#, c-format8075msgid "%s reset is not allowed in a bare repository"8076msgstr "Le \"%s reset\" n'est pas permis dans un dépôt nu"80778078#: builtin/reset.c:3338079#, c-format8080msgid "Could not reset index file to revision '%s'."8081msgstr "Impossible de réinitialiser le fichier d'index à la révision '%s'."80828083#: builtin/reset.c:3398084msgid "Unstaged changes after reset:"8085msgstr "Modifications non indexées après reset :"80868087#: builtin/reset.c:3448088msgid "Could not write new index file."8089msgstr "Impossible d'écrire le nouveau fichier d'index."80908091#: builtin/rev-parse.c:3398092msgid "git rev-parse --parseopt [options] -- [<args>...]"8093msgstr "git rev-parse --parseopt [options] -- [<arguments>...]"80948095#: builtin/rev-parse.c:3448096msgid "keep the `--` passed as an arg"8097msgstr "garder le `--` passé en argument"80988099#: builtin/rev-parse.c:3468100msgid "stop parsing after the first non-option argument"8101msgstr "arrêt de l'analyse après le premier argument qui n'est pas une option"81028103#: builtin/rev-parse.c:4648104msgid ""8105"git rev-parse --parseopt [options] -- [<args>...]\n"8106" or: git rev-parse --sq-quote [<arg>...]\n"8107" or: git rev-parse [options] [<arg>...]\n"8108"\n"8109"Run \"git rev-parse --parseopt -h\" for more information on the first usage."8110msgstr ""8111"git rev-parse --parseopt [options] -- [<arguments>...]\n"8112" ou : git rev-parse --sq-quote [<argument>...]\n"8113" ou : git rev-parse [options] [<argument>...]\n"8114"\n"8115"Lancez \"git rev-parse --parseopt -h\" pour plus d'information sur l'utilisation principale."81168117#: builtin/revert.c:228118msgid "git revert [options] <commit-ish>..."8119msgstr "git revert [options] <commit>..."81208121#: builtin/revert.c:238122msgid "git revert <subcommand>"8123msgstr "git revert <sous-commande>"81248125#: builtin/revert.c:288126msgid "git cherry-pick [options] <commit-ish>..."8127msgstr "git cherry-pick [options] <commit>..."81288129#: builtin/revert.c:298130msgid "git cherry-pick <subcommand>"8131msgstr "git cherry-pick <sous-commande>"81328133#: builtin/revert.c:70 builtin/revert.c:928134#, c-format8135msgid "%s: %s cannot be used with %s"8136msgstr "%s : %s ne peut pas être utilisé avec %s"81378138#: builtin/revert.c:1038139msgid "end revert or cherry-pick sequence"8140msgstr "mettre fin au retour ou picorage"81418142#: builtin/revert.c:1048143msgid "resume revert or cherry-pick sequence"8144msgstr "reprendre le retour ou picorage"81458146#: builtin/revert.c:1058147msgid "cancel revert or cherry-pick sequence"8148msgstr "annuler le retour ou picorage"81498150#: builtin/revert.c:1068151msgid "don't automatically commit"8152msgstr "ne pas valider automatiquement"81538154#: builtin/revert.c:1078155msgid "edit the commit message"8156msgstr "éditer le message de validation"81578158#: builtin/revert.c:1108159msgid "parent number"8160msgstr "numéro de parent"81618162#: builtin/revert.c:1128163msgid "merge strategy"8164msgstr "stratégie de fusion"81658166#: builtin/revert.c:1138167msgid "option"8168msgstr "option"81698170#: builtin/revert.c:1148171msgid "option for merge strategy"8172msgstr "option pour la stratégie de fusion"81738174#: builtin/revert.c:1258175msgid "append commit name"8176msgstr "ajouter le nom de validation"81778178#: builtin/revert.c:1268179msgid "allow fast-forward"8180msgstr "autoriser l'avance rapide"81818182#: builtin/revert.c:1278183msgid "preserve initially empty commits"8184msgstr "préserver les validations vides initialement"81858186#: builtin/revert.c:1288187msgid "allow commits with empty messages"8188msgstr "autoriser les validations avec des messages vides"81898190#: builtin/revert.c:1298191msgid "keep redundant, empty commits"8192msgstr "garder les validations redondantes, vides"81938194#: builtin/revert.c:1338195msgid "program error"8196msgstr "erreur du programme"81978198#: builtin/revert.c:2238199msgid "revert failed"8200msgstr "revert a échoué"82018202#: builtin/revert.c:2388203msgid "cherry-pick failed"8204msgstr "le picorage a échoué"82058206#: builtin/rm.c:158207msgid "git rm [options] [--] <file>..."8208msgstr "git rm [options] [--] <fichier>..."82098210#: builtin/rm.c:64 builtin/rm.c:1868211#, c-format8212msgid ""8213"submodule '%s' (or one of its nested submodules) uses a .git directory\n"8214"(use 'rm -rf' if you really want to remove it including all of its history)"8215msgstr ""8216"le sous-module '%s' (ou un des sous-modules imbriqués) utilise un répertoire .git\n"8217"(utilisez 'rm -rf' si vous souhaitez vraiment le supprimer avec tout son historique)"82188219#: builtin/rm.c:1748220#, c-format8221msgid ""8222"'%s' has staged content different from both the file and the HEAD\n"8223"(use -f to force removal)"8224msgstr ""8225"'%s' a du contenu indexé différent du fichier et de HEAD\n"8226"(utilisez -f pour forcer la suppression)"82278228#: builtin/rm.c:1808229#, c-format8230msgid ""8231"'%s' has changes staged in the index\n"8232"(use --cached to keep the file, or -f to force removal)"8233msgstr ""8234"'%s' a des changements dans l'index\n"8235"(utilisez --cached pour garder le fichier, ou -f pour forcer la suppression)"82368237#: builtin/rm.c:1918238#, c-format8239msgid ""8240"'%s' has local modifications\n"8241"(use --cached to keep the file, or -f to force removal)"8242msgstr ""8243"'%s' a des modifications locales\n"8244"(utilisez --cached pour garder le fichier, ou -f pour forcer la suppression)"82458246#: builtin/rm.c:2078247msgid "do not list removed files"8248msgstr "ne pas afficher les fichiers supprimés"82498250#: builtin/rm.c:2088251msgid "only remove from the index"8252msgstr "supprimer seulement de l'index"82538254#: builtin/rm.c:2098255msgid "override the up-to-date check"8256msgstr "outrepasser la vérification des fichiers à jour"82578258#: builtin/rm.c:2108259msgid "allow recursive removal"8260msgstr "autoriser la suppression récursive"82618262#: builtin/rm.c:2128263msgid "exit with a zero status even if nothing matched"8264msgstr "sortir avec un statut zéro même si rien ne correspondait"82658266#: builtin/rm.c:2838267#, c-format8268msgid "not removing '%s' recursively without -r"8269msgstr "pas de suppression récursive de '%s' sans -r"82708271#: builtin/rm.c:3228272#, c-format8273msgid "git rm: unable to remove %s"8274msgstr "git rm : impossible de supprimer %s"82758276#: builtin/shortlog.c:138277msgid "git shortlog [<options>] [<revision range>] [[--] [<path>...]]"8278msgstr "git shortlog [<options>] [<intervalle révisions>] [[--] [<chemin>...]]"82798280#: builtin/shortlog.c:1318281#, c-format8282msgid "Missing author: %s"8283msgstr "Auteur manquant : %s"82848285#: builtin/shortlog.c:2278286msgid "sort output according to the number of commits per author"8287msgstr "trier la sortie sur le nombre de validations par auteur"82888289#: builtin/shortlog.c:2298290msgid "Suppress commit descriptions, only provides commit count"8291msgstr "Supprimer les descriptions de validation, fournit seulement le nombre de validations"82928293#: builtin/shortlog.c:2318294msgid "Show the email address of each author"8295msgstr "Afficher l'adresse e-mail de chaque auteur"82968297#: builtin/shortlog.c:2328298msgid "w[,i1[,i2]]"8299msgstr "w[,i1[,i2]]"83008301#: builtin/shortlog.c:2338302msgid "Linewrap output"8303msgstr "Couper les lignes"83048305#: builtin/show-branch.c:98306msgid ""8307"git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--"8308"current] [--color[=<when>] | --no-color] [--sparse] [--more=<n> | --list | --"8309"independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<rev> | "8310"<glob>)...]"8311msgstr "git show-branch [-a|--all] [-r|--remotes] [--topo-order | --date-order] [--current] [--color[=<quand>] | --no-color] [--sparse] [--more=<n> | --list | --independent | --merge-base] [--no-name | --sha1-name] [--topics] [(<révision> | <glob>)...]"83128313#: builtin/show-branch.c:108314msgid "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<ref>]"8315msgstr "git show-branch (-g|--reflog)[=<n>[,<base>]] [--list] [<référence>]"83168317#: builtin/show-branch.c:6508318msgid "show remote-tracking and local branches"8319msgstr "afficher les branches de suivi distantes et les branches locales"83208321#: builtin/show-branch.c:6528322msgid "show remote-tracking branches"8323msgstr "afficher les branches de suivi distantes"83248325#: builtin/show-branch.c:6548326msgid "color '*!+-' corresponding to the branch"8327msgstr "couleur '*!+-' correspondant à la branche"83288329#: builtin/show-branch.c:6568330msgid "show <n> more commits after the common ancestor"8331msgstr "afficher <n> validations de plus après l'ancêtre commun"83328333#: builtin/show-branch.c:6588334msgid "synonym to more=-1"8335msgstr "synonyme de more=-1"83368337#: builtin/show-branch.c:6598338msgid "suppress naming strings"8339msgstr ""83408341#: builtin/show-branch.c:6618342msgid "include the current branch"8343msgstr "inclure la branche courante"83448345#: builtin/show-branch.c:6638346msgid "name commits with their object names"8347msgstr "nommer les validations avec leurs noms d'objet"83488349#: builtin/show-branch.c:6658350msgid "show possible merge bases"8351msgstr "afficher les bases possibles de fusion"83528353#: builtin/show-branch.c:6678354msgid "show refs unreachable from any other ref"8355msgstr "afficher les références non accessibles depuis toute autre référence"83568357#: builtin/show-branch.c:6698358msgid "show commits in topological order"8359msgstr "afficher les validations dans l'ordre topologique"83608361#: builtin/show-branch.c:6718362msgid "show only commits not on the first branch"8363msgstr "afficher seulement les validations qui ne sont pas sur la première branche"83648365#: builtin/show-branch.c:6738366msgid "show merges reachable from only one tip"8367msgstr "afficher les fusions accessibles depuis une seule pointe"83688369#: builtin/show-branch.c:6758370msgid "show commits where no parent comes before its children"8371msgstr "afficher les validations où aucun parent ne vient avant ses enfants"83728373#: builtin/show-branch.c:6778374msgid "<n>[,<base>]"8375msgstr "<n>[,<base>]"83768377#: builtin/show-branch.c:6788378msgid "show <n> most recent ref-log entries starting at base"8379msgstr "afficher les <n> plus récentes entrées de ref-log en commençant à la base"83808381#: builtin/show-ref.c:108382msgid ""8383"git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--"8384"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [pattern*] "8385msgstr "git show-ref [-q|--quiet] [--verify] [--head] [-d|--dereference] [-s|--hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [motif*] "83868387#: builtin/show-ref.c:118388msgid "git show-ref --exclude-existing[=pattern] < ref-list"8389msgstr "git show-ref --exclude-existing[=motif] < liste-références"83908391#: builtin/show-ref.c:1658392msgid "only show tags (can be combined with heads)"8393msgstr "afficher seulement les étiquettes (peut être combiné avec des têtes)"83948395#: builtin/show-ref.c:1668396msgid "only show heads (can be combined with tags)"8397msgstr "afficher seulement les têtes (peut être combiné avec des étiquettes)"83988399#: builtin/show-ref.c:1678400msgid "stricter reference checking, requires exact ref path"8401msgstr "vérification de référence plus stricte, requiert un chemin de référence exact"84028403#: builtin/show-ref.c:170 builtin/show-ref.c:1728404msgid "show the HEAD reference"8405msgstr "afficher la référence HEAD"84068407#: builtin/show-ref.c:1748408msgid "dereference tags into object IDs"8409msgstr "déréférencer les étiquettes en IDs d'objet"84108411#: builtin/show-ref.c:1768412msgid "only show SHA1 hash using <n> digits"8413msgstr "afficher seulement le hachage SHA1 en utilisant <n> chiffres"84148415#: builtin/show-ref.c:1808416msgid "do not print results to stdout (useful with --verify)"8417msgstr "ne pas afficher les résultats sur la sortie standard (pratique avec --verify)"84188419#: builtin/show-ref.c:1828420msgid "show refs from stdin that aren't in local repository"8421msgstr "afficher les références de l'entrée standard qui ne sont pas dans le dépôt local"84228423#: builtin/symbolic-ref.c:78424msgid "git symbolic-ref [options] name [ref]"8425msgstr "git symbolic-ref [options] nom [référence]"84268427#: builtin/symbolic-ref.c:88428msgid "git symbolic-ref -d [-q] name"8429msgstr "git symbolic-ref -d [-q] nom"84308431#: builtin/symbolic-ref.c:408432msgid "suppress error message for non-symbolic (detached) refs"8433msgstr "supprimer le message d'erreur pour une référence non symbolique (détachée)"84348435#: builtin/symbolic-ref.c:418436msgid "delete symbolic ref"8437msgstr "supprimer la référence symbolique"84388439#: builtin/symbolic-ref.c:428440msgid "shorten ref output"8441msgstr "raccourcir l'affichage de la référence"84428443#: builtin/symbolic-ref.c:43 builtin/update-ref.c:188444msgid "reason"8445msgstr "raison"84468447#: builtin/symbolic-ref.c:43 builtin/update-ref.c:188448msgid "reason of the update"8449msgstr "raison de la mise à jour"84508451#: builtin/tag.c:228452msgid ""8453"git tag [-a|-s|-u <key-id>] [-f] [-m <msg>|-F <file>] <tagname> [<head>]"8454msgstr "git tag [-a|-s|-u <id-clé>] [-f] [-m <msg>|-F <file>] <nométiquette> [<head>]"84558456#: builtin/tag.c:238457msgid "git tag -d <tagname>..."8458msgstr "git tag -d <nométiquette>..."84598460#: builtin/tag.c:248461msgid ""8462"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>] \n"8463"\t\t[<pattern>...]"8464msgstr ""8465"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <objet>] \n"8466"\t\t[<motif>...]"84678468#: builtin/tag.c:268469msgid "git tag -v <tagname>..."8470msgstr "git tag -v <nométiquette>..."84718472#: builtin/tag.c:608473#, c-format8474msgid "malformed object at '%s'"8475msgstr "objet malformé à '%s'"84768477#: builtin/tag.c:2078478#, c-format8479msgid "tag name too long: %.*s..."8480msgstr "nom d'étiquette trop long : %.*s..."84818482#: builtin/tag.c:2128483#, c-format8484msgid "tag '%s' not found."8485msgstr "étiquette '%s' non trouvée."84868487#: builtin/tag.c:2278488#, c-format8489msgid "Deleted tag '%s' (was %s)\n"8490msgstr "Étiquette '%s' supprimée (elle était %s)\n"84918492#: builtin/tag.c:2398493#, c-format8494msgid "could not verify the tag '%s'"8495msgstr "impossible de vérifier l'étiquette '%s'"84968497#: builtin/tag.c:2498498#, c-format8499msgid ""8500"\n"8501"Write a tag message\n"8502"Lines starting with '%c' will be ignored.\n"8503msgstr ""8504"\n"8505"Écrire un message pour l'étiquette\n"8506"Les lignes commençant par '%c' seront ignorées.\n"85078508#: builtin/tag.c:2538509#, c-format8510msgid ""8511"\n"8512"Write a tag message\n"8513"Lines starting with '%c' will be kept; you may remove them yourself if you "8514"want to.\n"8515msgstr ""8516"\n"8517"Écrire un message pour l'étiquette\n"8518"Les lignes commençant par '%c' seront gardées ; vous pouvez les retirer vous-même si vous le souhaitez.\n"85198520#: builtin/tag.c:2928521msgid "unable to sign the tag"8522msgstr "impossible de signer l'étiquette"85238524#: builtin/tag.c:2948525msgid "unable to write tag file"8526msgstr "impossible d'écrire le fichier d'étiquettes"85278528#: builtin/tag.c:3198529msgid "bad object type."8530msgstr "mauvais type d'objet."85318532#: builtin/tag.c:3328533msgid "tag header too big."8534msgstr "en-tête d'étiquette trop gros."85358536#: builtin/tag.c:3688537msgid "no tag message?"8538msgstr "pas de message pour l'étiquette ?"85398540#: builtin/tag.c:3748541#, c-format8542msgid "The tag message has been left in %s\n"8543msgstr "Le message pour l'étiquette a été laissé dans %s\n"85448545#: builtin/tag.c:4238546msgid "switch 'points-at' requires an object"8547msgstr "le commutateur 'points-at' requiert un objet"85488549#: builtin/tag.c:4258550#, c-format8551msgid "malformed object name '%s'"8552msgstr "nom d'objet malformé '%s'"85538554#: builtin/tag.c:4458555msgid "list tag names"8556msgstr "afficher les noms des étiquettes"85578558#: builtin/tag.c:4478559msgid "print <n> lines of each tag message"8560msgstr "affiche <n> lignes de chaque message d'étiquette"85618562#: builtin/tag.c:4498563msgid "delete tags"8564msgstr "supprimer des étiquettes"85658566#: builtin/tag.c:4508567msgid "verify tags"8568msgstr "vérifier des étiquettes"85698570#: builtin/tag.c:4528571msgid "Tag creation options"8572msgstr "Options de création de l'étiquette"85738574#: builtin/tag.c:4548575msgid "annotated tag, needs a message"8576msgstr "étiquette annotée, nécessite un message"85778578#: builtin/tag.c:4568579msgid "tag message"8580msgstr "message pour l'étiquette"85818582#: builtin/tag.c:4588583msgid "annotated and GPG-signed tag"8584msgstr "étiquette annotée et signée avec GPG"85858586#: builtin/tag.c:4628587msgid "use another key to sign the tag"8588msgstr "utiliser une autre clé pour signer l'étiquette"85898590#: builtin/tag.c:4638591msgid "replace the tag if exists"8592msgstr "remplacer l'étiquette si elle existe"85938594#: builtin/tag.c:4648595msgid "show tag list in columns"8596msgstr "afficher la liste des étiquettes sous forme de colonnes"85978598#: builtin/tag.c:4668599msgid "Tag listing options"8600msgstr "Options d'affichage des étiquettes"86018602#: builtin/tag.c:4698603msgid "print only tags that contain the commit"8604msgstr "afficher seulement les étiquettes qui contiennent la validation"86058606#: builtin/tag.c:4758607msgid "print only tags of the object"8608msgstr "afficher seulement les étiquettes de l'objet"86098610#: builtin/tag.c:5048611msgid "--column and -n are incompatible"8612msgstr "--column et -n sont incompatibles"86138614#: builtin/tag.c:5218615msgid "-n option is only allowed with -l."8616msgstr "l'option -n est autorisée seulement avec -l."86178618#: builtin/tag.c:5238619msgid "--contains option is only allowed with -l."8620msgstr "l'option --contains est autorisée seulement avec -l."86218622#: builtin/tag.c:5258623msgid "--points-at option is only allowed with -l."8624msgstr "l'option --points-at est autorisée seulement avec -l."86258626#: builtin/tag.c:5338627msgid "only one -F or -m option is allowed."8628msgstr "une seule option -F ou -m est autorisée."86298630#: builtin/tag.c:5538631msgid "too many params"8632msgstr "trop de paramètres"86338634#: builtin/tag.c:5598635#, c-format8636msgid "'%s' is not a valid tag name."8637msgstr "'%s' n'est pas un nom d'étiquette valide."86388639#: builtin/tag.c:5648640#, c-format8641msgid "tag '%s' already exists"8642msgstr "l'étiquette '%s' existe déjà"86438644#: builtin/tag.c:5828645#, c-format8646msgid "%s: cannot lock the ref"8647msgstr "%s : impossible de verrouiller la référence"86488649#: builtin/tag.c:5848650#, c-format8651msgid "%s: cannot update the ref"8652msgstr "%s : impossible de mettre à jour la référence"86538654#: builtin/tag.c:5868655#, c-format8656msgid "Updated tag '%s' (was %s)\n"8657msgstr "Étiquette '%s' mise à jour (elle était %s)\n"86588659#: builtin/update-index.c:4018660msgid "git update-index [options] [--] [<file>...]"8661msgstr "git update-index [options] [--] [<fichier>...]"86628663#: builtin/update-index.c:7188664msgid "continue refresh even when index needs update"8665msgstr "continuer de rafraîchir même si l'index a besoin d'une mise à jour"86668667#: builtin/update-index.c:7218668msgid "refresh: ignore submodules"8669msgstr "rafraîchir : ignorer les sous-modules"86708671#: builtin/update-index.c:7248672msgid "do not ignore new files"8673msgstr "ne pas ignorer les nouveaux fichiers"86748675#: builtin/update-index.c:7268676msgid "let files replace directories and vice-versa"8677msgstr "laisser les fichiers remplacer des répertoires et vice-versa"86788679#: builtin/update-index.c:7288680msgid "notice files missing from worktree"8681msgstr "aviser des fichiers manquants dans la copie de travail"86828683#: builtin/update-index.c:7308684msgid "refresh even if index contains unmerged entries"8685msgstr "rafraîchir même si l'index contient des entrées non fusionnées"86868687#: builtin/update-index.c:7338688msgid "refresh stat information"8689msgstr "rafraîchir l'information de stat"86908691#: builtin/update-index.c:7378692msgid "like --refresh, but ignore assume-unchanged setting"8693msgstr "comme --refresh, mais en ignorant l'option assume-unchanged"86948695#: builtin/update-index.c:7418696msgid "<mode> <object> <path>"8697msgstr "<mode> <objet> <chemin>"86988699#: builtin/update-index.c:7428700msgid "add the specified entry to the index"8701msgstr "ajouter l'entrée spécifiée dans l'index"87028703#: builtin/update-index.c:7468704msgid "(+/-)x"8705msgstr "(+/-)x"87068707#: builtin/update-index.c:7478708msgid "override the executable bit of the listed files"8709msgstr "outrepasser le bit exécutable pour les fichiers listés"87108711#: builtin/update-index.c:7518712msgid "mark files as \"not changing\""8713msgstr "marquer les fichiers comme \"non changeants\""87148715#: builtin/update-index.c:7548716msgid "clear assumed-unchanged bit"8717msgstr ""87188719#: builtin/update-index.c:7578720msgid "mark files as \"index-only\""8721msgstr "marquer les fichiers comme \"index seulement\""87228723#: builtin/update-index.c:7608724msgid "clear skip-worktree bit"8725msgstr ""87268727#: builtin/update-index.c:7638728msgid "add to index only; do not add content to object database"8729msgstr "ajouter seulement à l'index ; ne pas ajouter le contenu dans la base de données des objets"87308731#: builtin/update-index.c:7658732msgid "remove named paths even if present in worktree"8733msgstr "supprimer les chemins nommés même s'ils sont présents dans la copie de travail"87348735#: builtin/update-index.c:7678736msgid "with --stdin: input lines are terminated by null bytes"8737msgstr "avec --stdin : les lignes en entrée sont terminées par des octets nuls"87388739#: builtin/update-index.c:7698740msgid "read list of paths to be updated from standard input"8741msgstr "lire la liste des chemins à mettre à jour depuis l'entrée standard"87428743#: builtin/update-index.c:7738744msgid "add entries from standard input to the index"8745msgstr "ajouter les entrées depuis l'entrée standard à l'index"87468747#: builtin/update-index.c:7778748msgid "repopulate stages #2 and #3 for the listed paths"8749msgstr "repeupler les étapes n°2 et n°3 pour les chemins listés"87508751#: builtin/update-index.c:7818752msgid "only update entries that differ from HEAD"8753msgstr "mettre à jour seulement les entrées qui diffèrent de HEAD"87548755#: builtin/update-index.c:7858756msgid "ignore files missing from worktree"8757msgstr "ignorer les fichiers manquants dans la copie de travail"87588759#: builtin/update-index.c:7888760msgid "report actions to standard output"8761msgstr "afficher les actions sur la sortie standard"87628763#: builtin/update-index.c:7908764msgid "(for porcelains) forget saved unresolved conflicts"8765msgstr "(pour porcelaines) oublier les conflits sauvés et non résolus"87668767#: builtin/update-index.c:7948768msgid "write index in this format"8769msgstr "écrire l'index dans ce format"87708771#: builtin/update-ref.c:78772msgid "git update-ref [options] -d <refname> [<oldval>]"8773msgstr "git update-ref [options] -d <nomréférence> [<anciennevaleur>]"87748775#: builtin/update-ref.c:88776msgid "git update-ref [options] <refname> <newval> [<oldval>]"8777msgstr "git update-ref [options] <nomréférence> <nouvellevaleur> [<anciennevaleur>]"87788779#: builtin/update-ref.c:198780msgid "delete the reference"8781msgstr "supprimer la référence"87828783#: builtin/update-ref.c:218784msgid "update <refname> not the one it points to"8785msgstr ""87868787#: builtin/update-server-info.c:68788msgid "git update-server-info [--force]"8789msgstr "git update-server-info [--force]"87908791#: builtin/update-server-info.c:148792msgid "update the info files from scratch"8793msgstr "mettre à jour les fichiers d'information à partir de zéro"87948795#: builtin/verify-pack.c:568796msgid "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."8797msgstr "git verify-pack [-v|--verbose] [-s|--stat-only] <pack>..."87988799#: builtin/verify-pack.c:668800msgid "verbose"8801msgstr "verbeux"88028803#: builtin/verify-pack.c:688804msgid "show statistics only"8805msgstr "afficher seulement les statistiques"88068807#: builtin/verify-tag.c:178808msgid "git verify-tag [-v|--verbose] <tag>..."8809msgstr "git verify-tag [-v|--verbose] <étiquette>..."88108811#: builtin/verify-tag.c:738812msgid "print tag contents"8813msgstr "afficher le contenu de l'étiquette"88148815#: builtin/write-tree.c:138816msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"8817msgstr "git write-tree [--missing-ok] [--prefix=<préfixe>/]"88188819#: builtin/write-tree.c:268820msgid "<prefix>/"8821msgstr "<préfixe>/"88228823#: builtin/write-tree.c:278824msgid "write tree object for a subdirectory <prefix>"8825msgstr "écrire l'objet arbre pour un sous-répertoire <préfixe>"88268827#: builtin/write-tree.c:308828msgid "only useful for debugging"8829msgstr "seulement utile pour le débogage"88308831#: git.c:168832msgid ""8833"'git help -a' and 'git help -g' lists available subcommands and some\n"8834"concept guides. See 'git help <command>' or 'git help <concept>'\n"8835"to read about a specific subcommand or concept."8836msgstr ""8837"'git help -a' et 'git help -g' listent les sous-commandes disponibles et\n"8838"quelques concepts. Voir 'git help <command>' ou 'git help <concept>'\n"8839"pour en lire plus à propos d'une commande spécifique ou d'un concept."88408841#: parse-options.h:1568842msgid "no-op (backward compatibility)"8843msgstr "sans action (rétrocompatibilité)"88448845#: parse-options.h:2328846msgid "be more verbose"8847msgstr "être plus verbeux"88488849#: parse-options.h:2348850msgid "be more quiet"8851msgstr "être plus silencieux"88528853#: parse-options.h:2408854msgid "use <n> digits to display SHA-1s"8855msgstr "utiliser <n> chiffres pour afficher les SHA-1s"88568857#: common-cmds.h:88858msgid "Add file contents to the index"8859msgstr "Ajouter le contenu du fichier dans l'index"88608861#: common-cmds.h:98862msgid "Find by binary search the change that introduced a bug"8863msgstr "Rechercher de manière binaire le changement qui a introduit un bogue"88648865#: common-cmds.h:108866msgid "List, create, or delete branches"8867msgstr "Lister, créer ou supprimer des branches"88688869#: common-cmds.h:118870msgid "Checkout a branch or paths to the working tree"8871msgstr "Extraire une branche ou des chemins dans la copie de travail"88728873#: common-cmds.h:128874msgid "Clone a repository into a new directory"8875msgstr "Cloner un dépôt dans un nouveau répertoire"88768877#: common-cmds.h:138878msgid "Record changes to the repository"8879msgstr "Enregistrer les changements dans le dépôt"88808881#: common-cmds.h:148882msgid "Show changes between commits, commit and working tree, etc"8883msgstr "Afficher les changements entre les validations, entre validation et copie de travail, etc"88848885#: common-cmds.h:158886msgid "Download objects and refs from another repository"8887msgstr "Télécharger les objets et références depuis un autre dépôt"88888889#: common-cmds.h:168890msgid "Print lines matching a pattern"8891msgstr "Afficher les lignes correspondant à un motif"88928893#: common-cmds.h:178894msgid "Create an empty Git repository or reinitialize an existing one"8895msgstr "Créer un dépôt Git vide ou réinitialiser un existant"88968897#: common-cmds.h:188898msgid "Show commit logs"8899msgstr "Afficher l'historique des validations"89008901#: common-cmds.h:198902msgid "Join two or more development histories together"8903msgstr "Joindre deux ou plusieurs historiques de développement ensemble"89048905#: common-cmds.h:208906msgid "Move or rename a file, a directory, or a symlink"8907msgstr "Déplacer ou renommer un fichier, un répertoire, ou un lien symbolique"89088909#: common-cmds.h:218910msgid "Fetch from and merge with another repository or a local branch"8911msgstr "Rapatrier et fusionner avec un autre dépôt ou une branche locale"89128913#: common-cmds.h:228914msgid "Update remote refs along with associated objects"8915msgstr "Mettre à jour les références distantes ainsi que les objets associés"89168917#: common-cmds.h:238918msgid "Forward-port local commits to the updated upstream head"8919msgstr "Reporter en avant les validations locales dans la tête en amont mise à jour"89208921#: common-cmds.h:248922msgid "Reset current HEAD to the specified state"8923msgstr "Réinitialiser la HEAD courante à l'état spécifié"89248925#: common-cmds.h:258926msgid "Remove files from the working tree and from the index"8927msgstr "Supprimer les fichiers de la copie de travail et de l'index"89288929#: common-cmds.h:268930msgid "Show various types of objects"8931msgstr "Afficher différents types d'objects"89328933#: common-cmds.h:278934msgid "Show the working tree status"8935msgstr "Afficher le statut de la copie de travail"89368937#: common-cmds.h:288938msgid "Create, list, delete or verify a tag object signed with GPG"8939msgstr "Créer, lister, supprimer ou vérifier un objet d'étiquette signé avec GPG"89408941#: git-am.sh:508942msgid "You need to set your committer info first"8943msgstr "Vous devez d'abord définir vos informations de validateur"89448945#: git-am.sh:958946msgid ""8947"You seem to have moved HEAD since the last 'am' failure.\n"8948"Not rewinding to ORIG_HEAD"8949msgstr ""8950"Vous semblez avoir déplacé la HEAD depuis le dernier échec de 'am'.\n"8951"Pas de retour à ORIG_HEAD"89528953#: git-am.sh:1058954#, sh-format8955msgid ""8956"When you have resolved this problem, run \"$cmdline --resolved\".\n"8957"If you prefer to skip this patch, run \"$cmdline --skip\" instead.\n"8958"To restore the original branch and stop patching, run \"$cmdline --abort\"."8959msgstr ""8960"Lorsque vous aurez résolu ce problème, lancez \"$cmdline --resolved\".\n"8961"Si vous préférez sauter ce patch, lancez \"$cmdline --skip\" à la place.\n"8962"Pour restaurer la branche d'origine et stopper le patchage, lancez \"$cmdline --abort\"."89638964#: git-am.sh:1218965msgid "Cannot fall back to three-way merge."8966msgstr "Impossible de retourner à une fusion 3-way."89678968#: git-am.sh:1378969msgid "Repository lacks necessary blobs to fall back on 3-way merge."8970msgstr "Le dépôt n'a pas les blobs nécessaires pour un retour à une fusion 3-way."89718972#: git-am.sh:1398973msgid "Using index info to reconstruct a base tree..."8974msgstr "Utilisation de l'information de l'index pour reconstruire un arbre de base..."89758976#: git-am.sh:1548977msgid ""8978"Did you hand edit your patch?\n"8979"It does not apply to blobs recorded in its index."8980msgstr ""8981"Avez-vous édité le patch à la main ?\n"8982"Il ne s'applique pas aux blobs enregistrés dans son index."89838984#: git-am.sh:1638985msgid "Falling back to patching base and 3-way merge..."8986msgstr "Retour à un patch de la base et fusion 3-way..."89878988#: git-am.sh:1798989msgid "Failed to merge in the changes."8990msgstr "Échec de fusion dans les changements."89918992#: git-am.sh:2748993msgid "Only one StGIT patch series can be applied at once"8994msgstr "Seulement une série de patches StGIT peut être appliquée à la fois"89958996#: git-am.sh:3618997#, sh-format8998msgid "Patch format $patch_format is not supported."8999msgstr "Le format de patch $patch_format n'est pas supporté."90009001#: git-am.sh:3639002msgid "Patch format detection failed."9003msgstr "Échec de détection du format du patch."90049005#: git-am.sh:3899006msgid ""9007"The -b/--binary option has been a no-op for long time, and\n"9008"it will be removed. Please do not use it anymore."9009msgstr ""9010"L'option -b/--binary ne fait plus rien depuis longtemps,\n"9011"et elle sera supprimée. Merci de ne plus l'utiliser."90129013#: git-am.sh:4779014#, sh-format9015msgid "previous rebase directory $dotest still exists but mbox given."9016msgstr "le répertoire précédent de rebasage $dotest existe toujours mais mbox donnée."90179018#: git-am.sh:4829019msgid "Please make up your mind. --skip or --abort?"9020msgstr "Décidez-vous. --skip ou --abort ?"90219022#: git-am.sh:5099023msgid "Resolve operation not in progress, we are not resuming."9024msgstr "Pas de résolution de l'opération en cours, nous ne sommes pas dans une reprise."90259026#: git-am.sh:5759027#, sh-format9028msgid "Dirty index: cannot apply patches (dirty: $files)"9029msgstr "Index sale : impossible d'appliquer des patches (sales : $files)"90309031#: git-am.sh:6799032#, sh-format9033msgid ""9034"Patch is empty. Was it split wrong?\n"9035"If you would prefer to skip this patch, instead run \"$cmdline --skip\".\n"9036"To restore the original branch and stop patching run \"$cmdline --abort\"."9037msgstr ""9038"Le patch est vide. Était-il mal découpé ?\n"9039"Si vous préférez sauter ce patch, lancez plutôt \"$cmdline --skip\".\n"9040"Pour restaurer la branche d'origine et stopper le patchage, lancez \"$cmdline --abort\"."90419042#: git-am.sh:7069043msgid "Patch does not have a valid e-mail address."9044msgstr "Le patch n'a pas d'adresse e-mail valide."90459046#: git-am.sh:7539047msgid "cannot be interactive without stdin connected to a terminal."9048msgstr "impossible d'être interactif sans entrée standard connectée à un terminal."90499050#: git-am.sh:7579051msgid "Commit Body is:"9052msgstr "Le corps de la validation est :"90539054#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]9055#. in your translation. The program will only accept English9056#. input at this point.9057#: git-am.sh:7649058msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "9059msgstr "Appliquer ? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all "90609061#: git-am.sh:8009062#, sh-format9063msgid "Applying: $FIRSTLINE"9064msgstr "Application : $FIRSTLINE"90659066#: git-am.sh:8219067msgid ""9068"No changes - did you forget to use 'git add'?\n"9069"If there is nothing left to stage, chances are that something else\n"9070"already introduced the same changes; you might want to skip this patch."9071msgstr ""90729073#: git-am.sh:8299074msgid ""9075"You still have unmerged paths in your index\n"9076"did you forget to use 'git add'?"9077msgstr ""9078"Vous avez toujours des chemins non fusionnés dans votre index\n"9079"auriez-vous oublié de faire 'git add' ?"90809081#: git-am.sh:8459082msgid "No changes -- Patch already applied."9083msgstr "Pas de changement -- Patch déjà appliqué."90849085#: git-am.sh:8559086#, sh-format9087msgid "Patch failed at $msgnum $FIRSTLINE"9088msgstr "Le patch a échoué à $msgnum $FIRSTLINE"90899090#: git-am.sh:8589091#, sh-format9092msgid ""9093"The copy of the patch that failed is found in:\n"9094" $dotest/patch"9095msgstr ""9096"La copie du patch qui a échoué se trouve dans :\n"9097" $dotest/patch"90989099#: git-am.sh:8769100msgid "applying to an empty history"9101msgstr "application à un historique vide"91029103#: git-bisect.sh:489104msgid "You need to start by \"git bisect start\""9105msgstr "Vous devez démarrer avec \"git bisect start\""91069107#. TRANSLATORS: Make sure to include [Y] and [n] in your9108#. translation. The program will only accept English input9109#. at this point.9110#: git-bisect.sh:549111msgid "Do you want me to do it for you [Y/n]? "9112msgstr "Souhaitez-vous que je le fasse pour vous [Y/n] ? "91139114#: git-bisect.sh:959115#, sh-format9116msgid "unrecognised option: '$arg'"9117msgstr "option inconnue : '$arg'"91189119#: git-bisect.sh:999120#, sh-format9121msgid "'$arg' does not appear to be a valid revision"9122msgstr "'$arg' ne semble être une révision valide"91239124#: git-bisect.sh:1179125msgid "Bad HEAD - I need a HEAD"9126msgstr "Mauvaise HEAD - j'ai besoin d'une HEAD"91279128#: git-bisect.sh:1309129#, sh-format9130msgid ""9131"Checking out '$start_head' failed. Try 'git bisect reset <validbranch>'."9132msgstr "L'extraction de '$start_head' a échoué. Essayez 'git bisect reset <branchevalide>'."91339134#: git-bisect.sh:1409135msgid "won't bisect on seeked tree"9136msgstr ""91379138#: git-bisect.sh:1449139msgid "Bad HEAD - strange symbolic ref"9140msgstr "Mauvaise HEAD - référence symbolique douteuse"91419142#: git-bisect.sh:1899143#, sh-format9144msgid "Bad bisect_write argument: $state"9145msgstr "Mauvais argument pour bisect_write : $state"91469147#: git-bisect.sh:2189148#, sh-format9149msgid "Bad rev input: $arg"9150msgstr "Mauvaise révision en entrée : $arg"91519152#: git-bisect.sh:2329153msgid "Please call 'bisect_state' with at least one argument."9154msgstr "Merci d'appeler 'bisect_state' avec au moins un argument."91559156#: git-bisect.sh:2449157#, sh-format9158msgid "Bad rev input: $rev"9159msgstr "Mauvaise révision en entrée : $rev"91609161#: git-bisect.sh:2509162msgid "'git bisect bad' can take only one argument."9163msgstr "'git bisect bad' n'accepte qu'un seul argument."91649165#. have bad but not good. we could bisect although9166#. this is less optimum.9167#: git-bisect.sh:2739168msgid "Warning: bisecting only with a bad commit."9169msgstr "Attention : bissection avec seulement une mauvaise validation."91709171#. TRANSLATORS: Make sure to include [Y] and [n] in your9172#. translation. The program will only accept English input9173#. at this point.9174#: git-bisect.sh:2799175msgid "Are you sure [Y/n]? "9176msgstr "Êtes-vous sûr [Y/n] ? "91779178#: git-bisect.sh:2899179msgid ""9180"You need to give me at least one good and one bad revisions.\n"9181"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9182msgstr ""9183"Vous devez me donner au moins une bonne et une mauvaise révision.\n"9184"(Vous pouvez utiliser \"git bisect bad\" et \"git bisect good\" pour cela.)"91859186#: git-bisect.sh:2929187msgid ""9188"You need to start by \"git bisect start\".\n"9189"You then need to give me at least one good and one bad revisions.\n"9190"(You can use \"git bisect bad\" and \"git bisect good\" for that.)"9191msgstr ""9192"Vous devez démarrer avec \"git bisect start\".\n"9193"Puis vous devez me donner au moins une bonne et une mauvaise révision.\n"9194"(Vous pouvez utiliser \"git bisect bad\" et \"git bisect good\" pour cela.)"91959196#: git-bisect.sh:363 git-bisect.sh:4909197msgid "We are not bisecting."9198msgstr "Pas de bissection en cours."91999200#: git-bisect.sh:3709201#, sh-format9202msgid "'$invalid' is not a valid commit"9203msgstr "'$invalid' n'est pas une validation valide"92049205#: git-bisect.sh:3799206#, sh-format9207msgid ""9208"Could not check out original HEAD '$branch'.\n"9209"Try 'git bisect reset <commit>'."9210msgstr ""9211"Échec d'extraction de la HEAD d'origine '$branch'.\n"9212"Essayez 'git bisect reset <commit>'."92139214#: git-bisect.sh:4069215msgid "No logfile given"9216msgstr "Pas de fichier de log donné"92179218#: git-bisect.sh:4079219#, sh-format9220msgid "cannot read $file for replaying"9221msgstr "impossible de lire $file pour rejouer"92229223#: git-bisect.sh:4249224msgid "?? what are you talking about?"9225msgstr "?? de quoi parlez-vous ?"92269227#: git-bisect.sh:4369228#, sh-format9229msgid "running $command"9230msgstr "lancement de $command"92319232#: git-bisect.sh:4439233#, sh-format9234msgid ""9235"bisect run failed:\n"9236"exit code $res from '$command' is < 0 or >= 128"9237msgstr ""9238"la bissection a échoué :\n"9239"le code retour $res de '$command' est < 0 ou >= 128"92409241#: git-bisect.sh:4699242msgid "bisect run cannot continue any more"9243msgstr "la bissection ne peut plus continuer"92449245#: git-bisect.sh:4759246#, sh-format9247msgid ""9248"bisect run failed:\n"9249"'bisect_state $state' exited with error code $res"9250msgstr ""9251"la bissection a échoué :\n"9252"'bisect_state $state' a retourné le code erreur $res"92539254#: git-bisect.sh:4829255msgid "bisect run success"9256msgstr "succès de la bissection"92579258#: git-pull.sh:219259msgid ""9260"Pull is not possible because you have unmerged files.\n"9261"Please, fix them up in the work tree, and then use 'git add/rm <file>'\n"9262"as appropriate to mark resolution, or use 'git commit -a'."9263msgstr ""9264"Le pull n'est pas possible car vous avez des fichiers non fusionnés.\n"9265"Merci de corriger dans votre copie de travail, et utilisez alors 'git add/rm <file>'\n"9266"si nécessaire pour marquer comme résolu, ou utilisez 'git commit -a'."92679268#: git-pull.sh:259269msgid "Pull is not possible because you have unmerged files."9270msgstr "Le pull n'est pas possible car vous avez des fichiers non fusionnés."92719272#: git-pull.sh:2039273msgid "updating an unborn branch with changes added to the index"9274msgstr "mise à jour d'une branche non encore créée avec les changements ajoutés dans l'index"92759276#. The fetch involved updating the current branch.9277#. The working tree and the index file is still based on the9278#. $orig_head commit, but we are merging into $curr_head.9279#. First update the working tree to match $curr_head.9280#: git-pull.sh:2359281#, sh-format9282msgid ""9283"Warning: fetch updated the current branch head.\n"9284"Warning: fast-forwarding your working tree from\n"9285"Warning: commit $orig_head."9286msgstr ""9287"Attention : fetch a mis à jour la tête de la branche courante.\n"9288"Attention : mise à jour en avance rapide de votre copie de travail\n"9289"Attention : depuis la validation $orig_head."92909291#: git-pull.sh:2609292msgid "Cannot merge multiple branches into empty head"9293msgstr "Impossible de fusionner de multiples branches sur une tête vide"92949295#: git-pull.sh:2649296msgid "Cannot rebase onto multiple branches"9297msgstr "Impossible de rebaser sur de multiples branches"92989299#: git-rebase.sh:539300msgid ""9301"When you have resolved this problem, run \"git rebase --continue\".\n"9302"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"9303"To check out the original branch and stop rebasing, run \"git rebase --abort"9304"\"."9305msgstr ""9306"Lorsque vous aurez résolu ce problème, lancez \"git rebase --continue\".\n"9307"Si vous préférez sauter ce patch, lancez \"git rebase --skip\" à la place.\n"9308"Pour extraire la branche d'origine et stopper le rebasage, lancez \"git rebase --abort\"."93099310#: git-rebase.sh:1609311msgid "The pre-rebase hook refused to rebase."9312msgstr "Le hook pre-rebase a refusé de rebaser."93139314#: git-rebase.sh:1659315msgid "It looks like git-am is in progress. Cannot rebase."9316msgstr "Il semble que git-am soit en cours. Impossible de rebaser."93179318#: git-rebase.sh:2969319msgid "The --exec option must be used with the --interactive option"9320msgstr "L'option --exec doit être utilisée avec l'option --interactive"93219322#: git-rebase.sh:3019323msgid "No rebase in progress?"9324msgstr "Pas de rebasage en cours ?"93259326#: git-rebase.sh:3129327msgid "The --edit-todo action can only be used during interactive rebase."9328msgstr "L'action --edit-todo peut seulement être utilisée lors d'un rebasage interactif."93299330#: git-rebase.sh:3199331msgid "Cannot read HEAD"9332msgstr "Impossible de lire HEAD"93339334#: git-rebase.sh:3229335msgid ""9336"You must edit all merge conflicts and then\n"9337"mark them as resolved using git add"9338msgstr ""9339"Vous devez éditer tous les conflits de fusion et\n"9340"les marquer comme résolus avec git add"93419342#: git-rebase.sh:3409343#, sh-format9344msgid "Could not move back to $head_name"9345msgstr "Impossible de revenir à $head_name"93469347#: git-rebase.sh:3599348#, sh-format9349msgid ""9350"It seems that there is already a $state_dir_base directory, and\n"9351"I wonder if you are in the middle of another rebase. If that is the\n"9352"case, please try\n"9353"\t$cmd_live_rebase\n"9354"If that is not the case, please\n"9355"\t$cmd_clear_stale_rebase\n"9356"and run me again. I am stopping in case you still have something\n"9357"valuable there."9358msgstr ""9359"Il semble qu'il y ait déjà un répertoire $state_dir_base, et je me demande\n"9360"si vous n'êtes pas au milieu d'un autre rebasage. Si c'est le cas,\n"9361"merci d'essayer\n"9362"\t$cmd_live_rebase\n"9363"Si ça n'est pas le cas, merci de\n"9364"\t$cmd_clear_stale_rebase\n"9365"et relancer à nouveau. Je m'arrête au cas où vous auriez quelque chose\n"9366"d'important ici."93679368#: git-rebase.sh:4049369#, sh-format9370msgid "invalid upstream $upstream_name"9371msgstr "invalide $upstream_name en amont"93729373#: git-rebase.sh:4289374#, sh-format9375msgid "$onto_name: there are more than one merge bases"9376msgstr "$onto_name : il y a plus d'une base de fusion"93779378#: git-rebase.sh:431 git-rebase.sh:4359379#, sh-format9380msgid "$onto_name: there is no merge base"9381msgstr "$onto_name : il n'y a pas de base de fusion"93829383#: git-rebase.sh:4409384#, sh-format9385msgid "Does not point to a valid commit: $onto_name"9386msgstr "Ne pointe pas sur une validation valide : $onto_name"93879388#: git-rebase.sh:4639389#, sh-format9390msgid "fatal: no such branch: $branch_name"9391msgstr "fatal : pas de branche : $branch_name"93929393#: git-rebase.sh:4839394msgid "Please commit or stash them."9395msgstr "Merci de les valider ou de les remiser."93969397#: git-rebase.sh:5019398#, sh-format9399msgid "Current branch $branch_name is up to date."9400msgstr "La branche courante $branch_name est à jour."94019402#: git-rebase.sh:5049403#, sh-format9404msgid "Current branch $branch_name is up to date, rebase forced."9405msgstr "La branche courante $branch_name est à jour, rebasage forcé."94069407#: git-rebase.sh:5159408#, sh-format9409msgid "Changes from $mb to $onto:"9410msgstr "Changements de $mb sur $onto :"94119412#. Detach HEAD and reset the tree9413#: git-rebase.sh:5249414msgid "First, rewinding head to replay your work on top of it..."9415msgstr "Premièrement, retour de head pour rejouer votre travail par-dessus..."94169417#: git-rebase.sh:5329418#, sh-format9419msgid "Fast-forwarded $branch_name to $onto_name."9420msgstr "$branch_name mise à jour en avance rapide sur $onto_name."94219422#: git-stash.sh:519423msgid "git stash clear with parameters is unimplemented"9424msgstr "git stash clear avec des paramètres n'est pas implémenté"94259426#: git-stash.sh:749427msgid "You do not have the initial commit yet"9428msgstr "Vous n'avez pas encore la validation initiale"94299430#: git-stash.sh:899431msgid "Cannot save the current index state"9432msgstr "Impossible de sauver l'état courant de l'index"94339434#: git-stash.sh:123 git-stash.sh:1369435msgid "Cannot save the current worktree state"9436msgstr "Impossible de sauver l'état courant de la copie de travail"94379438#: git-stash.sh:1409439msgid "No changes selected"9440msgstr "Aucun changement sélectionné"94419442#: git-stash.sh:1439443msgid "Cannot remove temporary index (can't happen)"9444msgstr "Impossible de supprimer l'index temporaire (ne peut pas se produire)"94459446#: git-stash.sh:1569447msgid "Cannot record working tree state"9448msgstr "Impossible d'enregistrer l'état de la copie de travail"94499450#. TRANSLATORS: $option is an invalid option, like9451#. `--blah-blah'. The 7 spaces at the beginning of the9452#. second line correspond to "error: ". So you should line9453#. up the second line with however many characters the9454#. translation of "error: " takes in your language. E.g. in9455#. English this is:9456#.9457#. $ git stash save --blah-blah 2>&1 | head -n 29458#. error: unknown option for 'stash save': --blah-blah9459#. To provide a message, use git stash save -- '--blah-blah'9460#: git-stash.sh:2029461#, sh-format9462msgid ""9463"error: unknown option for 'stash save': $option\n"9464" To provide a message, use git stash save -- '$option'"9465msgstr ""9466"erreur: option inconnue pour 'stash save': $option\n"9467" Pour fournir un message, utilisez git stash save -- '$option'"94689469#: git-stash.sh:2239470msgid "No local changes to save"9471msgstr "Pas de changements en local à sauver"94729473#: git-stash.sh:2279474msgid "Cannot initialize stash"9475msgstr "Impossible d'initialiser le remisage"94769477#: git-stash.sh:2359478msgid "Cannot save the current status"9479msgstr "Impossible de sauver le statut courant"94809481#: git-stash.sh:2539482msgid "Cannot remove worktree changes"9483msgstr "Impossible de supprimer les changements de la copie de travail"94849485#: git-stash.sh:3529486msgid "No stash found."9487msgstr "Pas de remisage trouvé."94889489#: git-stash.sh:3599490#, sh-format9491msgid "Too many revisions specified: $REV"9492msgstr "Trop de révisions spécifiées : $REV"94939494#: git-stash.sh:3659495#, sh-format9496msgid "$reference is not valid reference"9497msgstr "$reference n'est pas une référence valide"94989499#: git-stash.sh:3939500#, sh-format9501msgid "'$args' is not a stash-like commit"9502msgstr "'$args' n'est pas une validation de type remisage"95039504#: git-stash.sh:4049505#, sh-format9506msgid "'$args' is not a stash reference"9507msgstr "'$args' n'est pas une référence de remisage"95089509#: git-stash.sh:4129510msgid "unable to refresh index"9511msgstr "impossible de rafraîchir l'index"95129513#: git-stash.sh:4169514msgid "Cannot apply a stash in the middle of a merge"9515msgstr "Impossible d'appliquer un remisage au milieu d'une fusion"95169517#: git-stash.sh:4249518msgid "Conflicts in index. Try without --index."9519msgstr "Conflits dans l'index. Essayez sans --index."95209521#: git-stash.sh:4269522msgid "Could not save index tree"9523msgstr "Impossible de sauver l'arbre d'index"95249525#: git-stash.sh:4609526msgid "Cannot unstage modified files"9527msgstr "Impossible de désindexer les fichiers modifiés"95289529#: git-stash.sh:4759530msgid "Index was not unstashed."9531msgstr ""95329533#: git-stash.sh:4929534#, sh-format9535msgid "Dropped ${REV} ($s)"9536msgstr "${REV} supprimé ($s)"95379538#: git-stash.sh:4939539#, sh-format9540msgid "${REV}: Could not drop stash entry"9541msgstr "${REV}: Impossible de supprimer l'entrée de stash"95429543#: git-stash.sh:5009544msgid "No branch name specified"9545msgstr "Aucune branche spécifiée"95469547#: git-stash.sh:5719548msgid "(To restore them type \"git stash apply\")"9549msgstr "(Pour les restaurer tapez \"git stash apply\")"95509551#: git-submodule.sh:919552#, sh-format9553msgid "cannot strip one component off url '$remoteurl'"9554msgstr "impossible de supprimer un composant de l'URL '$remoteurl'"95559556#: git-submodule.sh:1969557#, sh-format9558msgid "No submodule mapping found in .gitmodules for path '$sm_path'"9559msgstr "Pas de mappage du sous-module trouvé dans .gitmodules pour le chemin '$sm_path'"95609561#: git-submodule.sh:2399562#, sh-format9563msgid "Clone of '$url' into submodule path '$sm_path' failed"9564msgstr "Le clonage de '$url' dans le chemin de sous-module '$sm_path' a échoué"95659566#: git-submodule.sh:2519567#, sh-format9568msgid "Gitdir '$a' is part of the submodule path '$b' or vice versa"9569msgstr "Le répertoire Git '$a' fait partie du chemin de sous-module '$b' ou vice-versa"95709571#: git-submodule.sh:3499572#, sh-format9573msgid "repo URL: '$repo' must be absolute or begin with ./|../"9574msgstr "L'URL de dépôt '$repo' doit être absolu ou commencer par ./|../"95759576#: git-submodule.sh:3669577#, sh-format9578msgid "'$sm_path' already exists in the index"9579msgstr "'$sm_path' existe déjà dans l'index"95809581#: git-submodule.sh:3709582#, sh-format9583msgid ""9584"The following path is ignored by one of your .gitignore files:\n"9585"$sm_path\n"9586"Use -f if you really want to add it."9587msgstr ""9588"Le chemin suivant est ignoré par un de vos fichiers .gitignore :\n"9589"$sm_path\n"9590"Utilisez -f si vous voulez vraiment l'ajouter."95919592#: git-submodule.sh:3889593#, sh-format9594msgid "Adding existing repo at '$sm_path' to the index"9595msgstr "Ajout du dépôt existant à '$sm_path' dans l'index"95969597#: git-submodule.sh:3909598#, sh-format9599msgid "'$sm_path' already exists and is not a valid git repo"9600msgstr "'$sm_path' existe déjà et n'est pas un dépôt git valide"96019602#: git-submodule.sh:3989603#, sh-format9604msgid "A git directory for '$sm_name' is found locally with remote(s):"9605msgstr "Un répertoire git pour '$sm_name' est trouvé en local avec le(s) serveur(s) distant(s) :"96069607#: git-submodule.sh:4009608#, sh-format9609msgid ""9610"If you want to reuse this local git directory instead of cloning again from"9611msgstr "Si vous voulez réutiliser ce répertoire git local au lieu de cloner à nouveau depuis"96129613#: git-submodule.sh:4029614#, sh-format9615msgid ""9616"use the '--force' option. If the local git directory is not the correct repo"9617msgstr "utilisez l'option '--force'. Si le répertoire local git n'est pas le dépôt correct"96189619#: git-submodule.sh:4039620#, sh-format9621msgid ""9622"or you are unsure what this means choose another name with the '--name' "9623"option."9624msgstr "ou vous ne savez pas ce que cela signifie de choisir un autre nom avec l'option '--name'."96259626#: git-submodule.sh:4059627#, sh-format9628msgid "Reactivating local git directory for submodule '$sm_name'."9629msgstr "Réactivation du répertoire git local pour le sous-module '$sm_name'."96309631#: git-submodule.sh:4179632#, sh-format9633msgid "Unable to checkout submodule '$sm_path'"9634msgstr "Impossible d'extraire le sous-module '$sm_path'"96359636#: git-submodule.sh:4229637#, sh-format9638msgid "Failed to add submodule '$sm_path'"9639msgstr "Échec d'ajout du sous-module '$sm_path'"96409641#: git-submodule.sh:4319642#, sh-format9643msgid "Failed to register submodule '$sm_path'"9644msgstr "Échec d'enregistrement du sous-module '$sm_path'"96459646#: git-submodule.sh:4749647#, sh-format9648msgid "Entering '$prefix$sm_path'"9649msgstr "Entrée dans '$prefix$sm_path'"96509651#: git-submodule.sh:4889652#, sh-format9653msgid "Stopping at '$sm_path'; script returned non-zero status."9654msgstr "Arrêt sur '$sm_path' ; le script a retourné un statut non nul."96559656#: git-submodule.sh:5329657#, sh-format9658msgid "No url found for submodule path '$sm_path' in .gitmodules"9659msgstr "URL non trouvé pour le chemin de sous-module '$sm_path' dans .gitmodules"96609661#: git-submodule.sh:5419662#, sh-format9663msgid "Failed to register url for submodule path '$sm_path'"9664msgstr "Échec d'enregistrement de l'URL pour le chemin de sous-module '$sm_path'"96659666#: git-submodule.sh:5439667#, sh-format9668msgid "Submodule '$name' ($url) registered for path '$sm_path'"9669msgstr "Sous-module '$name' ($url) enregistré pour le chemin '$sm_path'"96709671#: git-submodule.sh:5519672#, sh-format9673msgid "Failed to register update mode for submodule path '$sm_path'"9674msgstr "Échec d'enregistrement du mode de mise à jour pour le chemin de sous-module '$sm_path'"96759676#: git-submodule.sh:5889677#, sh-format9678msgid "Use '.' if you really want to deinitialize all submodules"9679msgstr "Utilisez '.' si vous voulez vraiment réinitialiser tous les sous-modules"96809681#: git-submodule.sh:6039682#, sh-format9683msgid "Submodule work tree '$sm_path' contains a .git directory"9684msgstr "La copie de travail du sous-module '$sm_path' contient un répertoire .git"96859686#: git-submodule.sh:6049687#, sh-format9688msgid ""9689"(use 'rm -rf' if you really want to remove it including all of its history)"9690msgstr "(utilisez 'rm -rf' si vous voulez vraiment le supprimer en incluant tout son historique)"96919692#: git-submodule.sh:6109693#, sh-format9694msgid ""9695"Submodule work tree '$sm_path' contains local modifications; use '-f' to "9696"discard them"9697msgstr "La copie de travail du sous-module '$sm_path' contient des modifications locales; utilisez '-f' pour les annuler"96989699#: git-submodule.sh:6139700#, sh-format9701msgid "Cleared directory '$sm_path'"9702msgstr "Répertoire '$sm_path' nettoyé"97039704#: git-submodule.sh:6149705#, sh-format9706msgid "Could not remove submodule work tree '$sm_path'"9707msgstr "Impossible de supprimer la copie de travail du sous-module '$sm_path'"97089709#: git-submodule.sh:6179710#, sh-format9711msgid "Could not create empty submodule directory '$sm_path'"9712msgstr "Impossible de créer le répertoire vide du sous-module '$sm_path'"97139714#: git-submodule.sh:6269715#, sh-format9716msgid "Submodule '$name' ($url) unregistered for path '$sm_path'"9717msgstr "Le sous-module '$name' ($url) n'est pas enregistré pour le chemin '$sm_path'"97189719#: git-submodule.sh:7319720#, sh-format9721msgid ""9722"Submodule path '$prefix$sm_path' not initialized\n"9723"Maybe you want to use 'update --init'?"9724msgstr ""9725"Chemin de sous-module '$prefix$sm_path' non initialisé\n"9726"Peut-être souhaitez-vous utiliser 'update --init' ?"97279728#: git-submodule.sh:7449729#, sh-format9730msgid "Unable to find current revision in submodule path '$prefix$sm_path'"9731msgstr "Impossible de trouver la révision courante dans le chemin de sous-module '$prefix$sm_path'"97329733#: git-submodule.sh:7539734#, sh-format9735msgid "Unable to fetch in submodule path '$sm_path'"9736msgstr "Impossible de rapatrier dans le chemin de sous-module '$sm_path'"97379738#: git-submodule.sh:7779739#, sh-format9740msgid "Unable to fetch in submodule path '$prefix$sm_path'"9741msgstr "Impossible de rapatrier dans le chemin de sous-module '$prefix$sm_path'"97429743#: git-submodule.sh:7919744#, sh-format9745msgid "Unable to rebase '$sha1' in submodule path '$prefix$sm_path'"9746msgstr "Impossible de rebaser '$sha1' dans le chemin de sous-module '$prefix$sm_path'"97479748#: git-submodule.sh:7929749#, sh-format9750msgid "Submodule path '$prefix$sm_path': rebased into '$sha1'"9751msgstr "Chemin de sous-module '$prefix$sm_path' : rebasé dans '$sha1'"97529753#: git-submodule.sh:7979754#, sh-format9755msgid "Unable to merge '$sha1' in submodule path '$prefix$sm_path'"9756msgstr "Impossible de fusionner '$sha1' dans le chemin de sous-module '$prefix$sm_path'"97579758#: git-submodule.sh:7989759#, sh-format9760msgid "Submodule path '$prefix$sm_path': merged in '$sha1'"9761msgstr "Chemin de sous-module '$prefix$sm_path' : fusionné dans '$sha1'"97629763#: git-submodule.sh:8039764#, sh-format9765msgid "Unable to checkout '$sha1' in submodule path '$prefix$sm_path'"9766msgstr "Impossible d'extraire '$sha1' dans le chemin de sous-module '$prefix$sm_path'"97679768#: git-submodule.sh:8049769#, sh-format9770msgid "Submodule path '$prefix$sm_path': checked out '$sha1'"9771msgstr "Chemin de sous-module '$prefix$sm_path' : '$sha1' extrait"97729773#: git-submodule.sh:8319774#, sh-format9775msgid "Failed to recurse into submodule path '$prefix$sm_path'"9776msgstr "Échec de parcours dans le chemin du sous-module '$prefix$sm_path'"97779778#: git-submodule.sh:9399779msgid "The --cached option cannot be used with the --files option"9780msgstr "L'option --cached ne peut pas être utilisée avec l'option --files"97819782#. unexpected type9783#: git-submodule.sh:9799784#, sh-format9785msgid "unexpected mode $mod_dst"9786msgstr "mode $mod_dst inattendu"97879788#: git-submodule.sh:9979789#, sh-format9790msgid " Warn: $name doesn't contain commit $sha1_src"9791msgstr " Attention : $name ne contient pas la validation $sha1_src"97929793#: git-submodule.sh:10009794#, sh-format9795msgid " Warn: $name doesn't contain commit $sha1_dst"9796msgstr " Attention : $name ne contient pas la validation $sha1_dst"97979798#: git-submodule.sh:10039799#, sh-format9800msgid " Warn: $name doesn't contain commits $sha1_src and $sha1_dst"9801msgstr " Attention : $name ne contient pas les validations $sha1_src et $sha1_dst"98029803#: git-submodule.sh:10289804msgid "blob"9805msgstr "blob"98069807#: git-submodule.sh:10669808msgid "Submodules changed but not updated:"9809msgstr "Sous-modules modifiés mais non mis à jour :"98109811#: git-submodule.sh:10689812msgid "Submodule changes to be committed:"9813msgstr "Changements du sous-module à valider :"98149815#: git-submodule.sh:11539816#, sh-format9817msgid "Failed to recurse into submodule path '$sm_path'"9818msgstr "Échec de parcours dans le chemin du sous-module '$sm_path'"98199820#: git-submodule.sh:12169821#, sh-format9822msgid "Synchronizing submodule url for '$prefix$sm_path'"9823msgstr "Synchronisation de l'URL sous-module pour '$prefix$sm_path'"