po / git.poton commit l10n: fr.po v2.8.0 round 1 2509t (3d8b14c)
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2016-02-28 20:31+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:88
  27msgid ""
  28"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  29"as appropriate to mark resolution and make a commit."
  30msgstr ""
  31
  32#: advice.c:101 builtin/merge.c:1226
  33msgid "You have not concluded your merge (MERGE_HEAD exists)."
  34msgstr ""
  35
  36#: advice.c:103
  37msgid "Please, commit your changes before merging."
  38msgstr ""
  39
  40#: advice.c:104
  41msgid "Exiting because of unfinished merge."
  42msgstr ""
  43
  44#: archive.c:12
  45msgid "git archive [<options>] <tree-ish> [<path>...]"
  46msgstr ""
  47
  48#: archive.c:13
  49msgid "git archive --list"
  50msgstr ""
  51
  52#: archive.c:14
  53msgid ""
  54"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
  55msgstr ""
  56
  57#: archive.c:15
  58msgid "git archive --remote <repo> [--exec <cmd>] --list"
  59msgstr ""
  60
  61#: archive.c:344 builtin/add.c:137 builtin/add.c:420 builtin/rm.c:327
  62#, c-format
  63msgid "pathspec '%s' did not match any files"
  64msgstr ""
  65
  66#: archive.c:429
  67msgid "fmt"
  68msgstr ""
  69
  70#: archive.c:429
  71msgid "archive format"
  72msgstr ""
  73
  74#: archive.c:430 builtin/log.c:1232
  75msgid "prefix"
  76msgstr ""
  77
  78#: archive.c:431
  79msgid "prepend prefix to each pathname in the archive"
  80msgstr ""
  81
  82#: archive.c:432 builtin/archive.c:88 builtin/blame.c:2547
  83#: builtin/blame.c:2548 builtin/config.c:60 builtin/fast-export.c:987
  84#: builtin/fast-export.c:989 builtin/grep.c:720 builtin/hash-object.c:100
  85#: builtin/ls-files.c:459 builtin/ls-files.c:462 builtin/notes.c:398
  86#: builtin/notes.c:561 builtin/read-tree.c:109 parse-options.h:153
  87msgid "file"
  88msgstr ""
  89
  90#: archive.c:433 builtin/archive.c:89
  91msgid "write the archive to this file"
  92msgstr ""
  93
  94#: archive.c:435
  95msgid "read .gitattributes in working directory"
  96msgstr ""
  97
  98#: archive.c:436
  99msgid "report archived files on stderr"
 100msgstr ""
 101
 102#: archive.c:437
 103msgid "store only"
 104msgstr ""
 105
 106#: archive.c:438
 107msgid "compress faster"
 108msgstr ""
 109
 110#: archive.c:446
 111msgid "compress better"
 112msgstr ""
 113
 114#: archive.c:449
 115msgid "list supported archive formats"
 116msgstr ""
 117
 118#: archive.c:451 builtin/archive.c:90 builtin/clone.c:78
 119msgid "repo"
 120msgstr ""
 121
 122#: archive.c:452 builtin/archive.c:91
 123msgid "retrieve the archive from remote repository <repo>"
 124msgstr ""
 125
 126#: archive.c:453 builtin/archive.c:92 builtin/notes.c:482
 127msgid "command"
 128msgstr ""
 129
 130#: archive.c:454 builtin/archive.c:93
 131msgid "path to the remote git-upload-archive command"
 132msgstr ""
 133
 134#: attr.c:263
 135msgid ""
 136"Negative patterns are ignored in git attributes\n"
 137"Use '\\!' for literal leading exclamation."
 138msgstr ""
 139
 140#: branch.c:53
 141#, c-format
 142msgid ""
 143"\n"
 144"After fixing the error cause you may try to fix up\n"
 145"the remote tracking information by invoking\n"
 146"\"git branch --set-upstream-to=%s%s%s\"."
 147msgstr ""
 148
 149#: branch.c:67
 150#, c-format
 151msgid "Not setting branch %s as its own upstream."
 152msgstr ""
 153
 154#: branch.c:93
 155#, c-format
 156msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 157msgstr ""
 158
 159#: branch.c:94
 160#, c-format
 161msgid "Branch %s set up to track remote branch %s from %s."
 162msgstr ""
 163
 164#: branch.c:98
 165#, c-format
 166msgid "Branch %s set up to track local branch %s by rebasing."
 167msgstr ""
 168
 169#: branch.c:99
 170#, c-format
 171msgid "Branch %s set up to track local branch %s."
 172msgstr ""
 173
 174#: branch.c:104
 175#, c-format
 176msgid "Branch %s set up to track remote ref %s by rebasing."
 177msgstr ""
 178
 179#: branch.c:105
 180#, c-format
 181msgid "Branch %s set up to track remote ref %s."
 182msgstr ""
 183
 184#: branch.c:109
 185#, c-format
 186msgid "Branch %s set up to track local ref %s by rebasing."
 187msgstr ""
 188
 189#: branch.c:110
 190#, c-format
 191msgid "Branch %s set up to track local ref %s."
 192msgstr ""
 193
 194#: branch.c:119
 195msgid "Unable to write upstream branch configuration"
 196msgstr ""
 197
 198#: branch.c:156
 199#, c-format
 200msgid "Not tracking: ambiguous information for ref %s"
 201msgstr ""
 202
 203#: branch.c:185
 204#, c-format
 205msgid "'%s' is not a valid branch name."
 206msgstr ""
 207
 208#: branch.c:190
 209#, c-format
 210msgid "A branch named '%s' already exists."
 211msgstr ""
 212
 213#: branch.c:198
 214msgid "Cannot force update the current branch."
 215msgstr ""
 216
 217#: branch.c:218
 218#, c-format
 219msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 220msgstr ""
 221
 222#: branch.c:220
 223#, c-format
 224msgid "the requested upstream branch '%s' does not exist"
 225msgstr ""
 226
 227#: branch.c:222
 228msgid ""
 229"\n"
 230"If you are planning on basing your work on an upstream\n"
 231"branch that already exists at the remote, you may need to\n"
 232"run \"git fetch\" to retrieve it.\n"
 233"\n"
 234"If you are planning to push out a new local branch that\n"
 235"will track its remote counterpart, you may want to use\n"
 236"\"git push -u\" to set the upstream config as you push."
 237msgstr ""
 238
 239#: branch.c:266
 240#, c-format
 241msgid "Not a valid object name: '%s'."
 242msgstr ""
 243
 244#: branch.c:286
 245#, c-format
 246msgid "Ambiguous object name: '%s'."
 247msgstr ""
 248
 249#: branch.c:291
 250#, c-format
 251msgid "Not a valid branch point: '%s'."
 252msgstr ""
 253
 254#: branch.c:344
 255#, c-format
 256msgid "'%s' is already checked out at '%s'"
 257msgstr ""
 258
 259#: bundle.c:34
 260#, c-format
 261msgid "'%s' does not look like a v2 bundle file"
 262msgstr ""
 263
 264#: bundle.c:61
 265#, c-format
 266msgid "unrecognized header: %s%s (%d)"
 267msgstr ""
 268
 269#: bundle.c:87 builtin/commit.c:766
 270#, c-format
 271msgid "could not open '%s'"
 272msgstr ""
 273
 274#: bundle.c:139
 275msgid "Repository lacks these prerequisite commits:"
 276msgstr ""
 277
 278#: bundle.c:163 ref-filter.c:1462 sequencer.c:627 sequencer.c:1074
 279#: builtin/blame.c:2754 builtin/commit.c:1045 builtin/log.c:334
 280#: builtin/log.c:852 builtin/log.c:1467 builtin/log.c:1700 builtin/merge.c:358
 281#: builtin/shortlog.c:170
 282msgid "revision walk setup failed"
 283msgstr ""
 284
 285#: bundle.c:185
 286#, c-format
 287msgid "The bundle contains this ref:"
 288msgid_plural "The bundle contains these %d refs:"
 289msgstr[0] ""
 290msgstr[1] ""
 291
 292#: bundle.c:192
 293msgid "The bundle records a complete history."
 294msgstr ""
 295
 296#: bundle.c:194
 297#, c-format
 298msgid "The bundle requires this ref:"
 299msgid_plural "The bundle requires these %d refs:"
 300msgstr[0] ""
 301msgstr[1] ""
 302
 303#: bundle.c:253
 304msgid "Could not spawn pack-objects"
 305msgstr ""
 306
 307#: bundle.c:264
 308msgid "pack-objects died"
 309msgstr ""
 310
 311#: bundle.c:304
 312msgid "rev-list died"
 313msgstr ""
 314
 315#: bundle.c:353
 316#, c-format
 317msgid "ref '%s' is excluded by the rev-list options"
 318msgstr ""
 319
 320#: bundle.c:443 builtin/log.c:157 builtin/log.c:1372 builtin/shortlog.c:273
 321#, c-format
 322msgid "unrecognized argument: %s"
 323msgstr ""
 324
 325#: bundle.c:449
 326msgid "Refusing to create empty bundle."
 327msgstr ""
 328
 329#: bundle.c:459
 330#, c-format
 331msgid "cannot create '%s'"
 332msgstr ""
 333
 334#: bundle.c:480
 335msgid "index-pack died"
 336msgstr ""
 337
 338#: color.c:275
 339#, c-format
 340msgid "invalid color value: %.*s"
 341msgstr ""
 342
 343#: commit.c:40 builtin/am.c:437 builtin/am.c:473 builtin/am.c:1505
 344#: builtin/am.c:2135
 345#, c-format
 346msgid "could not parse %s"
 347msgstr ""
 348
 349#: commit.c:42
 350#, c-format
 351msgid "%s %s is not a commit!"
 352msgstr ""
 353
 354#: compat/obstack.c:406 compat/obstack.c:408
 355msgid "memory exhausted"
 356msgstr ""
 357
 358#: config.c:475 config.c:477
 359#, c-format
 360msgid "bad config line %d in %s %s"
 361msgstr ""
 362
 363#: config.c:593
 364#, c-format
 365msgid "bad numeric config value '%s' for '%s' in %s %s: %s"
 366msgstr ""
 367
 368#: config.c:595
 369#, c-format
 370msgid "bad numeric config value '%s' for '%s': %s"
 371msgstr ""
 372
 373#: config.c:680
 374#, c-format
 375msgid "failed to expand user dir in: '%s'"
 376msgstr ""
 377
 378#: config.c:758 config.c:769
 379#, c-format
 380msgid "bad zlib compression level %d"
 381msgstr ""
 382
 383#: config.c:891
 384#, c-format
 385msgid "invalid mode for object creation: %s"
 386msgstr ""
 387
 388#: config.c:1220
 389msgid "unable to parse command-line config"
 390msgstr ""
 391
 392#: config.c:1281
 393msgid "unknown error occured while reading the configuration files"
 394msgstr ""
 395
 396#: config.c:1629
 397#, c-format
 398msgid "unable to parse '%s' from command-line config"
 399msgstr ""
 400
 401#: config.c:1631
 402#, c-format
 403msgid "bad config variable '%s' in file '%s' at line %d"
 404msgstr ""
 405
 406#: config.c:1690
 407#, c-format
 408msgid "%s has multiple values"
 409msgstr ""
 410
 411#: config.c:2226
 412#, c-format
 413msgid "Could not set '%s' to '%s'"
 414msgstr ""
 415
 416#: connected.c:69
 417msgid "Could not run 'git rev-list'"
 418msgstr ""
 419
 420#: connected.c:89
 421#, c-format
 422msgid "failed write to rev-list: %s"
 423msgstr ""
 424
 425#: connected.c:97
 426#, c-format
 427msgid "failed to close rev-list's stdin: %s"
 428msgstr ""
 429
 430#: date.c:95
 431msgid "in the future"
 432msgstr ""
 433
 434#: date.c:101
 435#, c-format
 436msgid "%lu second ago"
 437msgid_plural "%lu seconds ago"
 438msgstr[0] ""
 439msgstr[1] ""
 440
 441#: date.c:108
 442#, c-format
 443msgid "%lu minute ago"
 444msgid_plural "%lu minutes ago"
 445msgstr[0] ""
 446msgstr[1] ""
 447
 448#: date.c:115
 449#, c-format
 450msgid "%lu hour ago"
 451msgid_plural "%lu hours ago"
 452msgstr[0] ""
 453msgstr[1] ""
 454
 455#: date.c:122
 456#, c-format
 457msgid "%lu day ago"
 458msgid_plural "%lu days ago"
 459msgstr[0] ""
 460msgstr[1] ""
 461
 462#: date.c:128
 463#, c-format
 464msgid "%lu week ago"
 465msgid_plural "%lu weeks ago"
 466msgstr[0] ""
 467msgstr[1] ""
 468
 469#: date.c:135
 470#, c-format
 471msgid "%lu month ago"
 472msgid_plural "%lu months ago"
 473msgstr[0] ""
 474msgstr[1] ""
 475
 476#: date.c:146
 477#, c-format
 478msgid "%lu year"
 479msgid_plural "%lu years"
 480msgstr[0] ""
 481msgstr[1] ""
 482
 483#. TRANSLATORS: "%s" is "<n> years"
 484#: date.c:149
 485#, c-format
 486msgid "%s, %lu month ago"
 487msgid_plural "%s, %lu months ago"
 488msgstr[0] ""
 489msgstr[1] ""
 490
 491#: date.c:154 date.c:159
 492#, c-format
 493msgid "%lu year ago"
 494msgid_plural "%lu years ago"
 495msgstr[0] ""
 496msgstr[1] ""
 497
 498#: diffcore-order.c:24
 499#, c-format
 500msgid "failed to read orderfile '%s'"
 501msgstr ""
 502
 503#: diffcore-rename.c:536
 504msgid "Performing inexact rename detection"
 505msgstr ""
 506
 507#: diff.c:115
 508#, c-format
 509msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
 510msgstr ""
 511
 512#: diff.c:120
 513#, c-format
 514msgid "  Unknown dirstat parameter '%s'\n"
 515msgstr ""
 516
 517#: diff.c:215
 518#, c-format
 519msgid "Unknown value for 'diff.submodule' config variable: '%s'"
 520msgstr ""
 521
 522#: diff.c:267
 523#, c-format
 524msgid ""
 525"Found errors in 'diff.dirstat' config variable:\n"
 526"%s"
 527msgstr ""
 528
 529#: diff.c:2997
 530#, c-format
 531msgid "external diff died, stopping at %s"
 532msgstr ""
 533
 534#: diff.c:3393
 535msgid "--follow requires exactly one pathspec"
 536msgstr ""
 537
 538#: diff.c:3556
 539#, c-format
 540msgid ""
 541"Failed to parse --dirstat/-X option parameter:\n"
 542"%s"
 543msgstr ""
 544
 545#: diff.c:3570
 546#, c-format
 547msgid "Failed to parse --submodule option parameter: '%s'"
 548msgstr ""
 549
 550#: dir.c:2004
 551msgid "failed to get kernel name and information"
 552msgstr ""
 553
 554#: dir.c:2123
 555msgid "Untracked cache is disabled on this system or location."
 556msgstr ""
 557
 558#: gpg-interface.c:166 gpg-interface.c:237
 559msgid "could not run gpg."
 560msgstr ""
 561
 562#: gpg-interface.c:178
 563msgid "gpg did not accept the data"
 564msgstr ""
 565
 566#: gpg-interface.c:189
 567msgid "gpg failed to sign the data"
 568msgstr ""
 569
 570#: gpg-interface.c:222
 571#, c-format
 572msgid "could not create temporary file '%s': %s"
 573msgstr ""
 574
 575#: gpg-interface.c:225
 576#, c-format
 577msgid "failed writing detached signature to '%s': %s"
 578msgstr ""
 579
 580#: grep.c:1718
 581#, c-format
 582msgid "'%s': unable to read %s"
 583msgstr ""
 584
 585#: grep.c:1735
 586#, c-format
 587msgid "'%s': %s"
 588msgstr ""
 589
 590#: grep.c:1746
 591#, c-format
 592msgid "'%s': short read %s"
 593msgstr ""
 594
 595#: help.c:205
 596#, c-format
 597msgid "available git commands in '%s'"
 598msgstr ""
 599
 600#: help.c:212
 601msgid "git commands available from elsewhere on your $PATH"
 602msgstr ""
 603
 604#: help.c:244
 605msgid "These are common Git commands used in various situations:"
 606msgstr ""
 607
 608#: help.c:309
 609#, c-format
 610msgid ""
 611"'%s' appears to be a git command, but we were not\n"
 612"able to execute it. Maybe git-%s is broken?"
 613msgstr ""
 614
 615#: help.c:366
 616msgid "Uh oh. Your system reports no Git commands at all."
 617msgstr ""
 618
 619#: help.c:388
 620#, c-format
 621msgid ""
 622"WARNING: You called a Git command named '%s', which does not exist.\n"
 623"Continuing under the assumption that you meant '%s'"
 624msgstr ""
 625
 626#: help.c:393
 627#, c-format
 628msgid "in %0.1f seconds automatically..."
 629msgstr ""
 630
 631#: help.c:400
 632#, c-format
 633msgid "git: '%s' is not a git command. See 'git --help'."
 634msgstr ""
 635
 636#: help.c:404 help.c:464
 637msgid ""
 638"\n"
 639"Did you mean this?"
 640msgid_plural ""
 641"\n"
 642"Did you mean one of these?"
 643msgstr[0] ""
 644msgstr[1] ""
 645
 646#: help.c:460
 647#, c-format
 648msgid "%s: %s - %s"
 649msgstr ""
 650
 651#: merge.c:41
 652msgid "failed to read the cache"
 653msgstr ""
 654
 655#: merge.c:94 builtin/am.c:2008 builtin/am.c:2043 builtin/checkout.c:376
 656#: builtin/checkout.c:587 builtin/clone.c:730
 657msgid "unable to write new index file"
 658msgstr ""
 659
 660#: merge-recursive.c:189
 661#, c-format
 662msgid "(bad commit)\n"
 663msgstr ""
 664
 665#: merge-recursive.c:209
 666#, c-format
 667msgid "addinfo_cache failed for path '%s'"
 668msgstr ""
 669
 670#: merge-recursive.c:270
 671msgid "error building trees"
 672msgstr ""
 673
 674#: merge-recursive.c:689
 675#, c-format
 676msgid "failed to create path '%s'%s"
 677msgstr ""
 678
 679#: merge-recursive.c:700
 680#, c-format
 681msgid "Removing %s to make room for subdirectory\n"
 682msgstr ""
 683
 684#: merge-recursive.c:714 merge-recursive.c:735
 685msgid ": perhaps a D/F conflict?"
 686msgstr ""
 687
 688#: merge-recursive.c:725
 689#, c-format
 690msgid "refusing to lose untracked file at '%s'"
 691msgstr ""
 692
 693#: merge-recursive.c:765
 694#, c-format
 695msgid "cannot read object %s '%s'"
 696msgstr ""
 697
 698#: merge-recursive.c:767
 699#, c-format
 700msgid "blob expected for %s '%s'"
 701msgstr ""
 702
 703#: merge-recursive.c:790 builtin/clone.c:374
 704#, c-format
 705msgid "failed to open '%s'"
 706msgstr ""
 707
 708#: merge-recursive.c:798
 709#, c-format
 710msgid "failed to symlink '%s'"
 711msgstr ""
 712
 713#: merge-recursive.c:801
 714#, c-format
 715msgid "do not know what to do with %06o %s '%s'"
 716msgstr ""
 717
 718#: merge-recursive.c:939
 719msgid "Failed to execute internal merge"
 720msgstr ""
 721
 722#: merge-recursive.c:943
 723#, c-format
 724msgid "Unable to add %s to database"
 725msgstr ""
 726
 727#: merge-recursive.c:959
 728msgid "unsupported object type in the tree"
 729msgstr ""
 730
 731#: merge-recursive.c:1034 merge-recursive.c:1048
 732#, c-format
 733msgid ""
 734"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 735"in tree."
 736msgstr ""
 737
 738#: merge-recursive.c:1040 merge-recursive.c:1053
 739#, c-format
 740msgid ""
 741"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
 742"in tree at %s."
 743msgstr ""
 744
 745#: merge-recursive.c:1094
 746msgid "rename"
 747msgstr ""
 748
 749#: merge-recursive.c:1094
 750msgid "renamed"
 751msgstr ""
 752
 753#: merge-recursive.c:1150
 754#, c-format
 755msgid "%s is a directory in %s adding as %s instead"
 756msgstr ""
 757
 758#: merge-recursive.c:1172
 759#, c-format
 760msgid ""
 761"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
 762"\"->\"%s\" in \"%s\"%s"
 763msgstr ""
 764
 765#: merge-recursive.c:1177
 766msgid " (left unresolved)"
 767msgstr ""
 768
 769#: merge-recursive.c:1231
 770#, c-format
 771msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
 772msgstr ""
 773
 774#: merge-recursive.c:1261
 775#, c-format
 776msgid "Renaming %s to %s and %s to %s instead"
 777msgstr ""
 778
 779#: merge-recursive.c:1460
 780#, c-format
 781msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
 782msgstr ""
 783
 784#: merge-recursive.c:1470
 785#, c-format
 786msgid "Adding merged %s"
 787msgstr ""
 788
 789#: merge-recursive.c:1475 merge-recursive.c:1677
 790#, c-format
 791msgid "Adding as %s instead"
 792msgstr ""
 793
 794#: merge-recursive.c:1526
 795#, c-format
 796msgid "cannot read object %s"
 797msgstr ""
 798
 799#: merge-recursive.c:1529
 800#, c-format
 801msgid "object %s is not a blob"
 802msgstr ""
 803
 804#: merge-recursive.c:1581
 805msgid "modify"
 806msgstr ""
 807
 808#: merge-recursive.c:1581
 809msgid "modified"
 810msgstr ""
 811
 812#: merge-recursive.c:1591
 813msgid "content"
 814msgstr ""
 815
 816#: merge-recursive.c:1598
 817msgid "add/add"
 818msgstr ""
 819
 820#: merge-recursive.c:1632
 821#, c-format
 822msgid "Skipped %s (merged same as existing)"
 823msgstr ""
 824
 825#: merge-recursive.c:1646
 826#, c-format
 827msgid "Auto-merging %s"
 828msgstr ""
 829
 830#: merge-recursive.c:1650 git-submodule.sh:1048
 831msgid "submodule"
 832msgstr ""
 833
 834#: merge-recursive.c:1651
 835#, c-format
 836msgid "CONFLICT (%s): Merge conflict in %s"
 837msgstr ""
 838
 839#: merge-recursive.c:1737
 840#, c-format
 841msgid "Removing %s"
 842msgstr ""
 843
 844#: merge-recursive.c:1762
 845msgid "file/directory"
 846msgstr ""
 847
 848#: merge-recursive.c:1768
 849msgid "directory/file"
 850msgstr ""
 851
 852#: merge-recursive.c:1773
 853#, c-format
 854msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
 855msgstr ""
 856
 857#: merge-recursive.c:1783
 858#, c-format
 859msgid "Adding %s"
 860msgstr ""
 861
 862#: merge-recursive.c:1800
 863msgid "Fatal merge failure, shouldn't happen."
 864msgstr ""
 865
 866#: merge-recursive.c:1819
 867msgid "Already up-to-date!"
 868msgstr ""
 869
 870#: merge-recursive.c:1828
 871#, c-format
 872msgid "merging of trees %s and %s failed"
 873msgstr ""
 874
 875#: merge-recursive.c:1858
 876#, c-format
 877msgid "Unprocessed path??? %s"
 878msgstr ""
 879
 880#: merge-recursive.c:1906
 881msgid "Merging:"
 882msgstr ""
 883
 884#: merge-recursive.c:1919
 885#, c-format
 886msgid "found %u common ancestor:"
 887msgid_plural "found %u common ancestors:"
 888msgstr[0] ""
 889msgstr[1] ""
 890
 891#: merge-recursive.c:1956
 892msgid "merge returned no commit"
 893msgstr ""
 894
 895#: merge-recursive.c:2013
 896#, c-format
 897msgid "Could not parse object '%s'"
 898msgstr ""
 899
 900#: merge-recursive.c:2024 builtin/merge.c:646
 901msgid "Unable to write index."
 902msgstr ""
 903
 904#: notes-utils.c:41
 905msgid "Cannot commit uninitialized/unreferenced notes tree"
 906msgstr ""
 907
 908#: notes-utils.c:100
 909#, c-format
 910msgid "Bad notes.rewriteMode value: '%s'"
 911msgstr ""
 912
 913#: notes-utils.c:110
 914#, c-format
 915msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
 916msgstr ""
 917
 918#. TRANSLATORS: The first %s is the name of the
 919#. environment variable, the second %s is its value
 920#: notes-utils.c:137
 921#, c-format
 922msgid "Bad %s value: '%s'"
 923msgstr ""
 924
 925#: object.c:242
 926#, c-format
 927msgid "unable to parse object: %s"
 928msgstr ""
 929
 930#: parse-options.c:570
 931msgid "..."
 932msgstr ""
 933
 934#: parse-options.c:588
 935#, c-format
 936msgid "usage: %s"
 937msgstr ""
 938
 939#. TRANSLATORS: the colon here should align with the
 940#. one in "usage: %s" translation
 941#: parse-options.c:592
 942#, c-format
 943msgid "   or: %s"
 944msgstr ""
 945
 946#: parse-options.c:595
 947#, c-format
 948msgid "    %s"
 949msgstr ""
 950
 951#: parse-options.c:629
 952msgid "-NUM"
 953msgstr ""
 954
 955#: parse-options-cb.c:108
 956#, c-format
 957msgid "malformed object name '%s'"
 958msgstr ""
 959
 960#: path.c:752
 961#, c-format
 962msgid "Could not make %s writable by group"
 963msgstr ""
 964
 965#: pathspec.c:133
 966msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
 967msgstr ""
 968
 969#: pathspec.c:143
 970msgid ""
 971"global 'literal' pathspec setting is incompatible with all other global "
 972"pathspec settings"
 973msgstr ""
 974
 975#: pathspec.c:177
 976msgid "invalid parameter for pathspec magic 'prefix'"
 977msgstr ""
 978
 979#: pathspec.c:183
 980#, c-format
 981msgid "Invalid pathspec magic '%.*s' in '%s'"
 982msgstr ""
 983
 984#: pathspec.c:187
 985#, c-format
 986msgid "Missing ')' at the end of pathspec magic in '%s'"
 987msgstr ""
 988
 989#: pathspec.c:205
 990#, c-format
 991msgid "Unimplemented pathspec magic '%c' in '%s'"
 992msgstr ""
 993
 994#: pathspec.c:230
 995#, c-format
 996msgid "%s: 'literal' and 'glob' are incompatible"
 997msgstr ""
 998
 999#: pathspec.c:241
1000#, c-format
1001msgid "%s: '%s' is outside repository"
1002msgstr ""
1003
1004#: pathspec.c:291
1005#, c-format
1006msgid "Pathspec '%s' is in submodule '%.*s'"
1007msgstr ""
1008
1009#: pathspec.c:353
1010#, c-format
1011msgid "%s: pathspec magic not supported by this command: %s"
1012msgstr ""
1013
1014#: pathspec.c:433
1015#, c-format
1016msgid "pathspec '%s' is beyond a symbolic link"
1017msgstr ""
1018
1019#: pathspec.c:442
1020msgid ""
1021"There is nothing to exclude from by :(exclude) patterns.\n"
1022"Perhaps you forgot to add either ':/' or '.' ?"
1023msgstr ""
1024
1025#: pretty.c:969
1026msgid "unable to parse --pretty format"
1027msgstr ""
1028
1029#: progress.c:235
1030msgid "done"
1031msgstr ""
1032
1033#: read-cache.c:1281
1034#, c-format
1035msgid ""
1036"index.version set, but the value is invalid.\n"
1037"Using version %i"
1038msgstr ""
1039
1040#: read-cache.c:1291
1041#, c-format
1042msgid ""
1043"GIT_INDEX_VERSION set, but the value is invalid.\n"
1044"Using version %i"
1045msgstr ""
1046
1047#: refs.c:543 builtin/merge.c:761 builtin/merge.c:872 builtin/merge.c:974
1048#: builtin/merge.c:984
1049#, c-format
1050msgid "Could not open '%s' for writing"
1051msgstr ""
1052
1053#: refs/files-backend.c:2374
1054#, c-format
1055msgid "could not delete reference %s: %s"
1056msgstr ""
1057
1058#: refs/files-backend.c:2377
1059#, c-format
1060msgid "could not delete references: %s"
1061msgstr ""
1062
1063#: refs/files-backend.c:2386
1064#, c-format
1065msgid "could not remove reference %s"
1066msgstr ""
1067
1068#: ref-filter.c:55
1069#, c-format
1070msgid "expected format: %%(color:<color>)"
1071msgstr ""
1072
1073#: ref-filter.c:57
1074#, c-format
1075msgid "unrecognized color: %%(color:%s)"
1076msgstr ""
1077
1078#: ref-filter.c:71
1079#, c-format
1080msgid "unrecognized format: %%(%s)"
1081msgstr ""
1082
1083#: ref-filter.c:101
1084#, c-format
1085msgid "positive value expected contents:lines=%s"
1086msgstr ""
1087
1088#: ref-filter.c:103
1089#, c-format
1090msgid "unrecognized %%(contents) argument: %s"
1091msgstr ""
1092
1093#: ref-filter.c:113
1094#, c-format
1095msgid "unrecognized %%(objectname) argument: %s"
1096msgstr ""
1097
1098#: ref-filter.c:135
1099#, c-format
1100msgid "expected format: %%(align:<width>,<position>)"
1101msgstr ""
1102
1103#: ref-filter.c:147
1104#, c-format
1105msgid "unrecognized position:%s"
1106msgstr ""
1107
1108#: ref-filter.c:151
1109#, c-format
1110msgid "unrecognized width:%s"
1111msgstr ""
1112
1113#: ref-filter.c:157
1114#, c-format
1115msgid "unrecognized %%(align) argument: %s"
1116msgstr ""
1117
1118#: ref-filter.c:161
1119#, c-format
1120msgid "positive width expected with the %%(align) atom"
1121msgstr ""
1122
1123#: ref-filter.c:372
1124#, c-format
1125msgid "format: %%(end) atom used without corresponding atom"
1126msgstr ""
1127
1128#: ref-filter.c:1311
1129#, c-format
1130msgid "malformed object at '%s'"
1131msgstr ""
1132
1133#: ref-filter.c:1651
1134#, c-format
1135msgid "format: %%(end) atom missing"
1136msgstr ""
1137
1138#: ref-filter.c:1705
1139#, c-format
1140msgid "malformed object name %s"
1141msgstr ""
1142
1143#: remote.c:745
1144#, c-format
1145msgid "Cannot fetch both %s and %s to %s"
1146msgstr ""
1147
1148#: remote.c:749
1149#, c-format
1150msgid "%s usually tracks %s, not %s"
1151msgstr ""
1152
1153#: remote.c:753
1154#, c-format
1155msgid "%s tracks both %s and %s"
1156msgstr ""
1157
1158#: remote.c:761
1159msgid "Internal error"
1160msgstr ""
1161
1162#: remote.c:1677 remote.c:1720
1163msgid "HEAD does not point to a branch"
1164msgstr ""
1165
1166#: remote.c:1686
1167#, c-format
1168msgid "no such branch: '%s'"
1169msgstr ""
1170
1171#: remote.c:1689
1172#, c-format
1173msgid "no upstream configured for branch '%s'"
1174msgstr ""
1175
1176#: remote.c:1695
1177#, c-format
1178msgid "upstream branch '%s' not stored as a remote-tracking branch"
1179msgstr ""
1180
1181#: remote.c:1710
1182#, c-format
1183msgid "push destination '%s' on remote '%s' has no local tracking branch"
1184msgstr ""
1185
1186#: remote.c:1725
1187#, c-format
1188msgid "branch '%s' has no remote for pushing"
1189msgstr ""
1190
1191#: remote.c:1736
1192#, c-format
1193msgid "push refspecs for '%s' do not include '%s'"
1194msgstr ""
1195
1196#: remote.c:1749
1197msgid "push has no destination (push.default is 'nothing')"
1198msgstr ""
1199
1200#: remote.c:1771
1201msgid "cannot resolve 'simple' push to a single destination"
1202msgstr ""
1203
1204#: remote.c:2073
1205#, c-format
1206msgid "Your branch is based on '%s', but the upstream is gone.\n"
1207msgstr ""
1208
1209#: remote.c:2077
1210msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
1211msgstr ""
1212
1213#: remote.c:2080
1214#, c-format
1215msgid "Your branch is up-to-date with '%s'.\n"
1216msgstr ""
1217
1218#: remote.c:2084
1219#, c-format
1220msgid "Your branch is ahead of '%s' by %d commit.\n"
1221msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
1222msgstr[0] ""
1223msgstr[1] ""
1224
1225#: remote.c:2090
1226msgid "  (use \"git push\" to publish your local commits)\n"
1227msgstr ""
1228
1229#: remote.c:2093
1230#, c-format
1231msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
1232msgid_plural ""
1233"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
1234msgstr[0] ""
1235msgstr[1] ""
1236
1237#: remote.c:2101
1238msgid "  (use \"git pull\" to update your local branch)\n"
1239msgstr ""
1240
1241#: remote.c:2104
1242#, c-format
1243msgid ""
1244"Your branch and '%s' have diverged,\n"
1245"and have %d and %d different commit each, respectively.\n"
1246msgid_plural ""
1247"Your branch and '%s' have diverged,\n"
1248"and have %d and %d different commits each, respectively.\n"
1249msgstr[0] ""
1250msgstr[1] ""
1251
1252#: remote.c:2114
1253msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
1254msgstr ""
1255
1256#: revision.c:2131
1257msgid "your current branch appears to be broken"
1258msgstr ""
1259
1260#: revision.c:2134
1261#, c-format
1262msgid "your current branch '%s' does not have any commits yet"
1263msgstr ""
1264
1265#: revision.c:2328
1266msgid "--first-parent is incompatible with --bisect"
1267msgstr ""
1268
1269#: run-command.c:92
1270msgid "open /dev/null failed"
1271msgstr ""
1272
1273#: run-command.c:94
1274#, c-format
1275msgid "dup2(%d,%d) failed"
1276msgstr ""
1277
1278#: send-pack.c:295
1279msgid "failed to sign the push certificate"
1280msgstr ""
1281
1282#: send-pack.c:404
1283msgid "the receiving end does not support --signed push"
1284msgstr ""
1285
1286#: send-pack.c:406
1287msgid ""
1288"not sending a push certificate since the receiving end does not support --"
1289"signed push"
1290msgstr ""
1291
1292#: send-pack.c:418
1293msgid "the receiving end does not support --atomic push"
1294msgstr ""
1295
1296#: sequencer.c:174
1297msgid ""
1298"after resolving the conflicts, mark the corrected paths\n"
1299"with 'git add <paths>' or 'git rm <paths>'"
1300msgstr ""
1301
1302#: sequencer.c:177
1303msgid ""
1304"after resolving the conflicts, mark the corrected paths\n"
1305"with 'git add <paths>' or 'git rm <paths>'\n"
1306"and commit the result with 'git commit'"
1307msgstr ""
1308
1309#: sequencer.c:190 sequencer.c:833 sequencer.c:913
1310#, c-format
1311msgid "Could not write to %s"
1312msgstr ""
1313
1314#: sequencer.c:193
1315#, c-format
1316msgid "Error wrapping up %s"
1317msgstr ""
1318
1319#: sequencer.c:208
1320msgid "Your local changes would be overwritten by cherry-pick."
1321msgstr ""
1322
1323#: sequencer.c:210
1324msgid "Your local changes would be overwritten by revert."
1325msgstr ""
1326
1327#: sequencer.c:213
1328msgid "Commit your changes or stash them to proceed."
1329msgstr ""
1330
1331#. TRANSLATORS: %s will be "revert" or "cherry-pick"
1332#: sequencer.c:300
1333#, c-format
1334msgid "%s: Unable to write new index file"
1335msgstr ""
1336
1337#: sequencer.c:318
1338msgid "Could not resolve HEAD commit\n"
1339msgstr ""
1340
1341#: sequencer.c:338
1342msgid "Unable to update cache tree\n"
1343msgstr ""
1344
1345#: sequencer.c:390
1346#, c-format
1347msgid "Could not parse commit %s\n"
1348msgstr ""
1349
1350#: sequencer.c:395
1351#, c-format
1352msgid "Could not parse parent commit %s\n"
1353msgstr ""
1354
1355#: sequencer.c:460
1356msgid "Your index file is unmerged."
1357msgstr ""
1358
1359#: sequencer.c:479
1360#, c-format
1361msgid "Commit %s is a merge but no -m option was given."
1362msgstr ""
1363
1364#: sequencer.c:487
1365#, c-format
1366msgid "Commit %s does not have parent %d"
1367msgstr ""
1368
1369#: sequencer.c:491
1370#, c-format
1371msgid "Mainline was specified but commit %s is not a merge."
1372msgstr ""
1373
1374#. TRANSLATORS: The first %s will be "revert" or
1375#. "cherry-pick", the second %s a SHA1
1376#: sequencer.c:504
1377#, c-format
1378msgid "%s: cannot parse parent commit %s"
1379msgstr ""
1380
1381#: sequencer.c:508
1382#, c-format
1383msgid "Cannot get commit message for %s"
1384msgstr ""
1385
1386#: sequencer.c:594
1387#, c-format
1388msgid "could not revert %s... %s"
1389msgstr ""
1390
1391#: sequencer.c:595
1392#, c-format
1393msgid "could not apply %s... %s"
1394msgstr ""
1395
1396#: sequencer.c:630
1397msgid "empty commit set passed"
1398msgstr ""
1399
1400#: sequencer.c:638
1401#, c-format
1402msgid "git %s: failed to read the index"
1403msgstr ""
1404
1405#: sequencer.c:642
1406#, c-format
1407msgid "git %s: failed to refresh the index"
1408msgstr ""
1409
1410#: sequencer.c:702
1411#, c-format
1412msgid "Cannot %s during a %s"
1413msgstr ""
1414
1415#: sequencer.c:724
1416#, c-format
1417msgid "Could not parse line %d."
1418msgstr ""
1419
1420#: sequencer.c:729
1421msgid "No commits parsed."
1422msgstr ""
1423
1424#: sequencer.c:741
1425#, c-format
1426msgid "Could not open %s"
1427msgstr ""
1428
1429#: sequencer.c:745
1430#, c-format
1431msgid "Could not read %s."
1432msgstr ""
1433
1434#: sequencer.c:752
1435#, c-format
1436msgid "Unusable instruction sheet: %s"
1437msgstr ""
1438
1439#: sequencer.c:782
1440#, c-format
1441msgid "Invalid key: %s"
1442msgstr ""
1443
1444#: sequencer.c:785 builtin/pull.c:50 builtin/pull.c:52
1445#, c-format
1446msgid "Invalid value for %s: %s"
1447msgstr ""
1448
1449#: sequencer.c:795
1450#, c-format
1451msgid "Malformed options sheet: %s"
1452msgstr ""
1453
1454#: sequencer.c:814
1455msgid "a cherry-pick or revert is already in progress"
1456msgstr ""
1457
1458#: sequencer.c:815
1459msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
1460msgstr ""
1461
1462#: sequencer.c:819
1463#, c-format
1464msgid "Could not create sequencer directory %s"
1465msgstr ""
1466
1467#: sequencer.c:835 sequencer.c:917
1468#, c-format
1469msgid "Error wrapping up %s."
1470msgstr ""
1471
1472#: sequencer.c:854 sequencer.c:987
1473msgid "no cherry-pick or revert in progress"
1474msgstr ""
1475
1476#: sequencer.c:856
1477msgid "cannot resolve HEAD"
1478msgstr ""
1479
1480#: sequencer.c:858
1481msgid "cannot abort from a branch yet to be born"
1482msgstr ""
1483
1484#: sequencer.c:878 builtin/apply.c:4287
1485#, c-format
1486msgid "cannot open %s: %s"
1487msgstr ""
1488
1489#: sequencer.c:881
1490#, c-format
1491msgid "cannot read %s: %s"
1492msgstr ""
1493
1494#: sequencer.c:882
1495msgid "unexpected end of file"
1496msgstr ""
1497
1498#: sequencer.c:888
1499#, c-format
1500msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
1501msgstr ""
1502
1503#: sequencer.c:910
1504#, c-format
1505msgid "Could not format %s."
1506msgstr ""
1507
1508#: sequencer.c:1055
1509#, c-format
1510msgid "%s: can't cherry-pick a %s"
1511msgstr ""
1512
1513#: sequencer.c:1058
1514#, c-format
1515msgid "%s: bad revision"
1516msgstr ""
1517
1518#: sequencer.c:1092
1519msgid "Can't revert as initial commit"
1520msgstr ""
1521
1522#: sequencer.c:1093
1523msgid "Can't cherry-pick into empty head"
1524msgstr ""
1525
1526#: setup.c:246
1527#, c-format
1528msgid "failed to read %s"
1529msgstr ""
1530
1531#: sha1_name.c:462
1532msgid ""
1533"Git normally never creates a ref that ends with 40 hex characters\n"
1534"because it will be ignored when you just specify 40-hex. These refs\n"
1535"may be created by mistake. For example,\n"
1536"\n"
1537"  git checkout -b $br $(git rev-parse ...)\n"
1538"\n"
1539"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
1540"examine these refs and maybe delete them. Turn this message off by\n"
1541"running \"git config advice.objectNameWarning false\""
1542msgstr ""
1543
1544#: submodule.c:62 submodule.c:96
1545msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
1546msgstr ""
1547
1548#: submodule.c:66 submodule.c:100
1549#, c-format
1550msgid "Could not find section in .gitmodules where path=%s"
1551msgstr ""
1552
1553#: submodule.c:74
1554#, c-format
1555msgid "Could not update .gitmodules entry %s"
1556msgstr ""
1557
1558#: submodule.c:107
1559#, c-format
1560msgid "Could not remove .gitmodules entry for %s"
1561msgstr ""
1562
1563#: submodule.c:118
1564msgid "staging updated .gitmodules failed"
1565msgstr ""
1566
1567#: trailer.c:492 trailer.c:496 trailer.c:500 trailer.c:554 trailer.c:558
1568#: trailer.c:562
1569#, c-format
1570msgid "unknown value '%s' for key '%s'"
1571msgstr ""
1572
1573#: trailer.c:544 trailer.c:549 builtin/remote.c:289
1574#, c-format
1575msgid "more than one %s"
1576msgstr ""
1577
1578#: trailer.c:582
1579#, c-format
1580msgid "empty trailer token in trailer '%.*s'"
1581msgstr ""
1582
1583#: trailer.c:702
1584#, c-format
1585msgid "could not read input file '%s'"
1586msgstr ""
1587
1588#: trailer.c:705
1589msgid "could not read from stdin"
1590msgstr ""
1591
1592#: trailer.c:857 builtin/am.c:42
1593#, c-format
1594msgid "could not stat %s"
1595msgstr ""
1596
1597#: trailer.c:859
1598#, c-format
1599msgid "file %s is not a regular file"
1600msgstr ""
1601
1602#: trailer.c:861
1603#, c-format
1604msgid "file %s is not writable by user"
1605msgstr ""
1606
1607#: trailer.c:873
1608msgid "could not open temporary file"
1609msgstr ""
1610
1611#: trailer.c:912
1612#, c-format
1613msgid "could not rename temporary file to %s"
1614msgstr ""
1615
1616#: transport-helper.c:1041
1617#, c-format
1618msgid "Could not read ref %s"
1619msgstr ""
1620
1621#: unpack-trees.c:203
1622msgid "Checking out files"
1623msgstr ""
1624
1625#: urlmatch.c:120
1626msgid "invalid URL scheme name or missing '://' suffix"
1627msgstr ""
1628
1629#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
1630#, c-format
1631msgid "invalid %XX escape sequence"
1632msgstr ""
1633
1634#: urlmatch.c:172
1635msgid "missing host and scheme is not 'file:'"
1636msgstr ""
1637
1638#: urlmatch.c:189
1639msgid "a 'file:' URL may not have a port number"
1640msgstr ""
1641
1642#: urlmatch.c:199
1643msgid "invalid characters in host name"
1644msgstr ""
1645
1646#: urlmatch.c:244 urlmatch.c:255
1647msgid "invalid port number"
1648msgstr ""
1649
1650#: urlmatch.c:322
1651msgid "invalid '..' path segment"
1652msgstr ""
1653
1654#: wrapper.c:222 wrapper.c:381
1655#, c-format
1656msgid "could not open '%s' for reading and writing"
1657msgstr ""
1658
1659#: wrapper.c:224 wrapper.c:383
1660#, c-format
1661msgid "could not open '%s' for writing"
1662msgstr ""
1663
1664#: wrapper.c:226 wrapper.c:385 builtin/am.c:323 builtin/commit.c:1691
1665#: builtin/merge.c:1075 builtin/pull.c:387
1666#, c-format
1667msgid "could not open '%s' for reading"
1668msgstr ""
1669
1670#: wrapper.c:611
1671#, c-format
1672msgid "unable to access '%s': %s"
1673msgstr ""
1674
1675#: wrapper.c:632
1676#, c-format
1677msgid "unable to access '%s'"
1678msgstr ""
1679
1680#: wrapper.c:640
1681msgid "unable to get current working directory"
1682msgstr ""
1683
1684#: wrapper.c:667
1685#, c-format
1686msgid "could not open %s for writing"
1687msgstr ""
1688
1689#: wrapper.c:678 builtin/am.c:410
1690#, c-format
1691msgid "could not write to %s"
1692msgstr ""
1693
1694#: wrapper.c:684
1695#, c-format
1696msgid "could not close %s"
1697msgstr ""
1698
1699#: wt-status.c:149
1700msgid "Unmerged paths:"
1701msgstr ""
1702
1703#: wt-status.c:176 wt-status.c:203
1704#, c-format
1705msgid "  (use \"git reset %s <file>...\" to unstage)"
1706msgstr ""
1707
1708#: wt-status.c:178 wt-status.c:205
1709msgid "  (use \"git rm --cached <file>...\" to unstage)"
1710msgstr ""
1711
1712#: wt-status.c:182
1713msgid "  (use \"git add <file>...\" to mark resolution)"
1714msgstr ""
1715
1716#: wt-status.c:184 wt-status.c:188
1717msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
1718msgstr ""
1719
1720#: wt-status.c:186
1721msgid "  (use \"git rm <file>...\" to mark resolution)"
1722msgstr ""
1723
1724#: wt-status.c:197 wt-status.c:880
1725msgid "Changes to be committed:"
1726msgstr ""
1727
1728#: wt-status.c:215 wt-status.c:889
1729msgid "Changes not staged for commit:"
1730msgstr ""
1731
1732#: wt-status.c:219
1733msgid "  (use \"git add <file>...\" to update what will be committed)"
1734msgstr ""
1735
1736#: wt-status.c:221
1737msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
1738msgstr ""
1739
1740#: wt-status.c:222
1741msgid ""
1742"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
1743msgstr ""
1744
1745#: wt-status.c:224
1746msgid "  (commit or discard the untracked or modified content in submodules)"
1747msgstr ""
1748
1749#: wt-status.c:236
1750#, c-format
1751msgid "  (use \"git %s <file>...\" to include in what will be committed)"
1752msgstr ""
1753
1754#: wt-status.c:251
1755msgid "both deleted:"
1756msgstr ""
1757
1758#: wt-status.c:253
1759msgid "added by us:"
1760msgstr ""
1761
1762#: wt-status.c:255
1763msgid "deleted by them:"
1764msgstr ""
1765
1766#: wt-status.c:257
1767msgid "added by them:"
1768msgstr ""
1769
1770#: wt-status.c:259
1771msgid "deleted by us:"
1772msgstr ""
1773
1774#: wt-status.c:261
1775msgid "both added:"
1776msgstr ""
1777
1778#: wt-status.c:263
1779msgid "both modified:"
1780msgstr ""
1781
1782#: wt-status.c:265
1783#, c-format
1784msgid "bug: unhandled unmerged status %x"
1785msgstr ""
1786
1787#: wt-status.c:273
1788msgid "new file:"
1789msgstr ""
1790
1791#: wt-status.c:275
1792msgid "copied:"
1793msgstr ""
1794
1795#: wt-status.c:277
1796msgid "deleted:"
1797msgstr ""
1798
1799#: wt-status.c:279
1800msgid "modified:"
1801msgstr ""
1802
1803#: wt-status.c:281
1804msgid "renamed:"
1805msgstr ""
1806
1807#: wt-status.c:283
1808msgid "typechange:"
1809msgstr ""
1810
1811#: wt-status.c:285
1812msgid "unknown:"
1813msgstr ""
1814
1815#: wt-status.c:287
1816msgid "unmerged:"
1817msgstr ""
1818
1819#: wt-status.c:369
1820msgid "new commits, "
1821msgstr ""
1822
1823#: wt-status.c:371
1824msgid "modified content, "
1825msgstr ""
1826
1827#: wt-status.c:373
1828msgid "untracked content, "
1829msgstr ""
1830
1831#: wt-status.c:390
1832#, c-format
1833msgid "bug: unhandled diff status %c"
1834msgstr ""
1835
1836#: wt-status.c:754
1837msgid "Submodules changed but not updated:"
1838msgstr ""
1839
1840#: wt-status.c:756
1841msgid "Submodule changes to be committed:"
1842msgstr ""
1843
1844#: wt-status.c:837
1845msgid ""
1846"Do not touch the line above.\n"
1847"Everything below will be removed."
1848msgstr ""
1849
1850#: wt-status.c:948
1851msgid "You have unmerged paths."
1852msgstr ""
1853
1854#: wt-status.c:951
1855msgid "  (fix conflicts and run \"git commit\")"
1856msgstr ""
1857
1858#: wt-status.c:954
1859msgid "All conflicts fixed but you are still merging."
1860msgstr ""
1861
1862#: wt-status.c:957
1863msgid "  (use \"git commit\" to conclude merge)"
1864msgstr ""
1865
1866#: wt-status.c:967
1867msgid "You are in the middle of an am session."
1868msgstr ""
1869
1870#: wt-status.c:970
1871msgid "The current patch is empty."
1872msgstr ""
1873
1874#: wt-status.c:974
1875msgid "  (fix conflicts and then run \"git am --continue\")"
1876msgstr ""
1877
1878#: wt-status.c:976
1879msgid "  (use \"git am --skip\" to skip this patch)"
1880msgstr ""
1881
1882#: wt-status.c:978
1883msgid "  (use \"git am --abort\" to restore the original branch)"
1884msgstr ""
1885
1886#: wt-status.c:1105
1887msgid "No commands done."
1888msgstr ""
1889
1890#: wt-status.c:1108
1891#, c-format
1892msgid "Last command done (%d command done):"
1893msgid_plural "Last commands done (%d commands done):"
1894msgstr[0] ""
1895msgstr[1] ""
1896
1897#: wt-status.c:1119
1898#, c-format
1899msgid "  (see more in file %s)"
1900msgstr ""
1901
1902#: wt-status.c:1124
1903msgid "No commands remaining."
1904msgstr ""
1905
1906#: wt-status.c:1127
1907#, c-format
1908msgid "Next command to do (%d remaining command):"
1909msgid_plural "Next commands to do (%d remaining commands):"
1910msgstr[0] ""
1911msgstr[1] ""
1912
1913#: wt-status.c:1135
1914msgid "  (use \"git rebase --edit-todo\" to view and edit)"
1915msgstr ""
1916
1917#: wt-status.c:1148
1918#, c-format
1919msgid "You are currently rebasing branch '%s' on '%s'."
1920msgstr ""
1921
1922#: wt-status.c:1153
1923msgid "You are currently rebasing."
1924msgstr ""
1925
1926#: wt-status.c:1167
1927msgid "  (fix conflicts and then run \"git rebase --continue\")"
1928msgstr ""
1929
1930#: wt-status.c:1169
1931msgid "  (use \"git rebase --skip\" to skip this patch)"
1932msgstr ""
1933
1934#: wt-status.c:1171
1935msgid "  (use \"git rebase --abort\" to check out the original branch)"
1936msgstr ""
1937
1938#: wt-status.c:1177
1939msgid "  (all conflicts fixed: run \"git rebase --continue\")"
1940msgstr ""
1941
1942#: wt-status.c:1181
1943#, c-format
1944msgid ""
1945"You are currently splitting a commit while rebasing branch '%s' on '%s'."
1946msgstr ""
1947
1948#: wt-status.c:1186
1949msgid "You are currently splitting a commit during a rebase."
1950msgstr ""
1951
1952#: wt-status.c:1189
1953msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
1954msgstr ""
1955
1956#: wt-status.c:1193
1957#, c-format
1958msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
1959msgstr ""
1960
1961#: wt-status.c:1198
1962msgid "You are currently editing a commit during a rebase."
1963msgstr ""
1964
1965#: wt-status.c:1201
1966msgid "  (use \"git commit --amend\" to amend the current commit)"
1967msgstr ""
1968
1969#: wt-status.c:1203
1970msgid ""
1971"  (use \"git rebase --continue\" once you are satisfied with your changes)"
1972msgstr ""
1973
1974#: wt-status.c:1213
1975#, c-format
1976msgid "You are currently cherry-picking commit %s."
1977msgstr ""
1978
1979#: wt-status.c:1218
1980msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
1981msgstr ""
1982
1983#: wt-status.c:1221
1984msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
1985msgstr ""
1986
1987#: wt-status.c:1223
1988msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
1989msgstr ""
1990
1991#: wt-status.c:1232
1992#, c-format
1993msgid "You are currently reverting commit %s."
1994msgstr ""
1995
1996#: wt-status.c:1237
1997msgid "  (fix conflicts and run \"git revert --continue\")"
1998msgstr ""
1999
2000#: wt-status.c:1240
2001msgid "  (all conflicts fixed: run \"git revert --continue\")"
2002msgstr ""
2003
2004#: wt-status.c:1242
2005msgid "  (use \"git revert --abort\" to cancel the revert operation)"
2006msgstr ""
2007
2008#: wt-status.c:1253
2009#, c-format
2010msgid "You are currently bisecting, started from branch '%s'."
2011msgstr ""
2012
2013#: wt-status.c:1257
2014msgid "You are currently bisecting."
2015msgstr ""
2016
2017#: wt-status.c:1260
2018msgid "  (use \"git bisect reset\" to get back to the original branch)"
2019msgstr ""
2020
2021#: wt-status.c:1438
2022msgid "On branch "
2023msgstr ""
2024
2025#: wt-status.c:1444
2026msgid "interactive rebase in progress; onto "
2027msgstr ""
2028
2029#: wt-status.c:1446
2030msgid "rebase in progress; onto "
2031msgstr ""
2032
2033#: wt-status.c:1451
2034msgid "HEAD detached at "
2035msgstr ""
2036
2037#: wt-status.c:1453
2038msgid "HEAD detached from "
2039msgstr ""
2040
2041#: wt-status.c:1456
2042msgid "Not currently on any branch."
2043msgstr ""
2044
2045#: wt-status.c:1474
2046msgid "Initial commit"
2047msgstr ""
2048
2049#: wt-status.c:1488
2050msgid "Untracked files"
2051msgstr ""
2052
2053#: wt-status.c:1490
2054msgid "Ignored files"
2055msgstr ""
2056
2057#: wt-status.c:1494
2058#, c-format
2059msgid ""
2060"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
2061"may speed it up, but you have to be careful not to forget to add\n"
2062"new files yourself (see 'git help status')."
2063msgstr ""
2064
2065#: wt-status.c:1500
2066#, c-format
2067msgid "Untracked files not listed%s"
2068msgstr ""
2069
2070#: wt-status.c:1502
2071msgid " (use -u option to show untracked files)"
2072msgstr ""
2073
2074#: wt-status.c:1508
2075msgid "No changes"
2076msgstr ""
2077
2078#: wt-status.c:1513
2079#, c-format
2080msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
2081msgstr ""
2082
2083#: wt-status.c:1516
2084#, c-format
2085msgid "no changes added to commit\n"
2086msgstr ""
2087
2088#: wt-status.c:1519
2089#, c-format
2090msgid ""
2091"nothing added to commit but untracked files present (use \"git add\" to "
2092"track)\n"
2093msgstr ""
2094
2095#: wt-status.c:1522
2096#, c-format
2097msgid "nothing added to commit but untracked files present\n"
2098msgstr ""
2099
2100#: wt-status.c:1525
2101#, c-format
2102msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
2103msgstr ""
2104
2105#: wt-status.c:1528 wt-status.c:1533
2106#, c-format
2107msgid "nothing to commit\n"
2108msgstr ""
2109
2110#: wt-status.c:1531
2111#, c-format
2112msgid "nothing to commit (use -u to show untracked files)\n"
2113msgstr ""
2114
2115#: wt-status.c:1535
2116#, c-format
2117msgid "nothing to commit, working directory clean\n"
2118msgstr ""
2119
2120#: wt-status.c:1642
2121msgid "Initial commit on "
2122msgstr ""
2123
2124#: wt-status.c:1646
2125msgid "HEAD (no branch)"
2126msgstr ""
2127
2128#: wt-status.c:1675
2129msgid "gone"
2130msgstr ""
2131
2132#: wt-status.c:1677 wt-status.c:1685
2133msgid "behind "
2134msgstr ""
2135
2136#: compat/precompose_utf8.c:57 builtin/clone.c:413
2137#, c-format
2138msgid "failed to unlink '%s'"
2139msgstr ""
2140
2141#: builtin/add.c:22
2142msgid "git add [<options>] [--] <pathspec>..."
2143msgstr ""
2144
2145#: builtin/add.c:65
2146#, c-format
2147msgid "unexpected diff status %c"
2148msgstr ""
2149
2150#: builtin/add.c:70 builtin/commit.c:278
2151msgid "updating files failed"
2152msgstr ""
2153
2154#: builtin/add.c:80
2155#, c-format
2156msgid "remove '%s'\n"
2157msgstr ""
2158
2159#: builtin/add.c:134
2160msgid "Unstaged changes after refreshing the index:"
2161msgstr ""
2162
2163#: builtin/add.c:194 builtin/rev-parse.c:797
2164msgid "Could not read the index"
2165msgstr ""
2166
2167#: builtin/add.c:205
2168#, c-format
2169msgid "Could not open '%s' for writing."
2170msgstr ""
2171
2172#: builtin/add.c:209
2173msgid "Could not write patch"
2174msgstr ""
2175
2176#: builtin/add.c:212
2177msgid "editing patch failed"
2178msgstr ""
2179
2180#: builtin/add.c:215
2181#, c-format
2182msgid "Could not stat '%s'"
2183msgstr ""
2184
2185#: builtin/add.c:217
2186msgid "Empty patch. Aborted."
2187msgstr ""
2188
2189#: builtin/add.c:222
2190#, c-format
2191msgid "Could not apply '%s'"
2192msgstr ""
2193
2194#: builtin/add.c:232
2195msgid "The following paths are ignored by one of your .gitignore files:\n"
2196msgstr ""
2197
2198#: builtin/add.c:249 builtin/clean.c:870 builtin/fetch.c:112 builtin/mv.c:111
2199#: builtin/prune-packed.c:55 builtin/pull.c:189 builtin/push.c:511
2200#: builtin/remote.c:1330 builtin/rm.c:268 builtin/send-pack.c:162
2201msgid "dry run"
2202msgstr ""
2203
2204#: builtin/add.c:250 builtin/apply.c:4561 builtin/check-ignore.c:19
2205#: builtin/commit.c:1322 builtin/count-objects.c:85 builtin/fsck.c:558
2206#: builtin/log.c:1651 builtin/mv.c:110 builtin/read-tree.c:114
2207msgid "be verbose"
2208msgstr ""
2209
2210#: builtin/add.c:252
2211msgid "interactive picking"
2212msgstr ""
2213
2214#: builtin/add.c:253 builtin/checkout.c:1155 builtin/reset.c:286
2215msgid "select hunks interactively"
2216msgstr ""
2217
2218#: builtin/add.c:254
2219msgid "edit current diff and apply"
2220msgstr ""
2221
2222#: builtin/add.c:255
2223msgid "allow adding otherwise ignored files"
2224msgstr ""
2225
2226#: builtin/add.c:256
2227msgid "update tracked files"
2228msgstr ""
2229
2230#: builtin/add.c:257
2231msgid "record only the fact that the path will be added later"
2232msgstr ""
2233
2234#: builtin/add.c:258
2235msgid "add changes from all tracked and untracked files"
2236msgstr ""
2237
2238#: builtin/add.c:261
2239msgid "ignore paths removed in the working tree (same as --no-all)"
2240msgstr ""
2241
2242#: builtin/add.c:263
2243msgid "don't add, only refresh the index"
2244msgstr ""
2245
2246#: builtin/add.c:264
2247msgid "just skip files which cannot be added because of errors"
2248msgstr ""
2249
2250#: builtin/add.c:265
2251msgid "check if - even missing - files are ignored in dry run"
2252msgstr ""
2253
2254#: builtin/add.c:287
2255#, c-format
2256msgid "Use -f if you really want to add them.\n"
2257msgstr ""
2258
2259#: builtin/add.c:294
2260msgid "adding files failed"
2261msgstr ""
2262
2263#: builtin/add.c:330
2264msgid "-A and -u are mutually incompatible"
2265msgstr ""
2266
2267#: builtin/add.c:337
2268msgid "Option --ignore-missing can only be used together with --dry-run"
2269msgstr ""
2270
2271#: builtin/add.c:352
2272#, c-format
2273msgid "Nothing specified, nothing added.\n"
2274msgstr ""
2275
2276#: builtin/add.c:353
2277#, c-format
2278msgid "Maybe you wanted to say 'git add .'?\n"
2279msgstr ""
2280
2281#: builtin/add.c:358 builtin/check-ignore.c:172 builtin/clean.c:914
2282#: builtin/commit.c:337 builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
2283#: builtin/submodule--helper.c:35
2284msgid "index file corrupt"
2285msgstr ""
2286
2287#: builtin/add.c:439 builtin/apply.c:4659 builtin/mv.c:280 builtin/rm.c:430
2288msgid "Unable to write new index file"
2289msgstr ""
2290
2291#: builtin/am.c:256 builtin/commit.c:738 builtin/merge.c:1078
2292#, c-format
2293msgid "could not read '%s'"
2294msgstr ""
2295
2296#: builtin/am.c:430
2297msgid "could not parse author script"
2298msgstr ""
2299
2300#: builtin/am.c:507
2301#, c-format
2302msgid "'%s' was deleted by the applypatch-msg hook"
2303msgstr ""
2304
2305#: builtin/am.c:548 builtin/notes.c:300
2306#, c-format
2307msgid "Malformed input line: '%s'."
2308msgstr ""
2309
2310#: builtin/am.c:585 builtin/notes.c:315
2311#, c-format
2312msgid "Failed to copy notes from '%s' to '%s'"
2313msgstr ""
2314
2315#: builtin/am.c:611
2316msgid "fseek failed"
2317msgstr ""
2318
2319#: builtin/am.c:772 builtin/am.c:860
2320#, c-format
2321msgid "could not open '%s' for reading: %s"
2322msgstr ""
2323
2324#: builtin/am.c:779
2325#, c-format
2326msgid "could not open '%s' for writing: %s"
2327msgstr ""
2328
2329#: builtin/am.c:788
2330#, c-format
2331msgid "could not parse patch '%s'"
2332msgstr ""
2333
2334#: builtin/am.c:853
2335msgid "Only one StGIT patch series can be applied at once"
2336msgstr ""
2337
2338#: builtin/am.c:901
2339msgid "invalid timestamp"
2340msgstr ""
2341
2342#: builtin/am.c:904 builtin/am.c:912
2343msgid "invalid Date line"
2344msgstr ""
2345
2346#: builtin/am.c:909
2347msgid "invalid timezone offset"
2348msgstr ""
2349
2350#: builtin/am.c:996
2351msgid "Patch format detection failed."
2352msgstr ""
2353
2354#: builtin/am.c:1001 builtin/clone.c:378
2355#, c-format
2356msgid "failed to create directory '%s'"
2357msgstr ""
2358
2359#: builtin/am.c:1005
2360msgid "Failed to split patches."
2361msgstr ""
2362
2363#: builtin/am.c:1137 builtin/commit.c:363
2364msgid "unable to write index file"
2365msgstr ""
2366
2367#: builtin/am.c:1188
2368#, c-format
2369msgid "When you have resolved this problem, run \"%s --continue\"."
2370msgstr ""
2371
2372#: builtin/am.c:1189
2373#, c-format
2374msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
2375msgstr ""
2376
2377#: builtin/am.c:1190
2378#, c-format
2379msgid "To restore the original branch and stop patching, run \"%s --abort\"."
2380msgstr ""
2381
2382#: builtin/am.c:1328
2383msgid "Patch is empty. Was it split wrong?"
2384msgstr ""
2385
2386#: builtin/am.c:1402 builtin/log.c:1350
2387#, c-format
2388msgid "invalid ident line: %s"
2389msgstr ""
2390
2391#: builtin/am.c:1429
2392#, c-format
2393msgid "unable to parse commit %s"
2394msgstr ""
2395
2396#: builtin/am.c:1631
2397msgid "Repository lacks necessary blobs to fall back on 3-way merge."
2398msgstr ""
2399
2400#: builtin/am.c:1633
2401msgid "Using index info to reconstruct a base tree..."
2402msgstr ""
2403
2404#: builtin/am.c:1652
2405msgid ""
2406"Did you hand edit your patch?\n"
2407"It does not apply to blobs recorded in its index."
2408msgstr ""
2409
2410#: builtin/am.c:1658
2411msgid "Falling back to patching base and 3-way merge..."
2412msgstr ""
2413
2414#: builtin/am.c:1673
2415msgid "Failed to merge in the changes."
2416msgstr ""
2417
2418#: builtin/am.c:1697 builtin/merge.c:633
2419msgid "git write-tree failed to write a tree"
2420msgstr ""
2421
2422#: builtin/am.c:1704
2423msgid "applying to an empty history"
2424msgstr ""
2425
2426#: builtin/am.c:1717 builtin/commit.c:1755 builtin/merge.c:830
2427#: builtin/merge.c:855
2428msgid "failed to write commit object"
2429msgstr ""
2430
2431#: builtin/am.c:1749 builtin/am.c:1753
2432#, c-format
2433msgid "cannot resume: %s does not exist."
2434msgstr ""
2435
2436#: builtin/am.c:1769
2437msgid "cannot be interactive without stdin connected to a terminal."
2438msgstr ""
2439
2440#: builtin/am.c:1774
2441msgid "Commit Body is:"
2442msgstr ""
2443
2444#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
2445#. in your translation. The program will only accept English
2446#. input at this point.
2447#.
2448#: builtin/am.c:1784
2449msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
2450msgstr ""
2451
2452#: builtin/am.c:1834
2453#, c-format
2454msgid "Dirty index: cannot apply patches (dirty: %s)"
2455msgstr ""
2456
2457#: builtin/am.c:1869 builtin/am.c:1941
2458#, c-format
2459msgid "Applying: %.*s"
2460msgstr ""
2461
2462#: builtin/am.c:1885
2463msgid "No changes -- Patch already applied."
2464msgstr ""
2465
2466#: builtin/am.c:1893
2467#, c-format
2468msgid "Patch failed at %s %.*s"
2469msgstr ""
2470
2471#: builtin/am.c:1899
2472#, c-format
2473msgid "The copy of the patch that failed is found in: %s"
2474msgstr ""
2475
2476#: builtin/am.c:1944
2477msgid ""
2478"No changes - did you forget to use 'git add'?\n"
2479"If there is nothing left to stage, chances are that something else\n"
2480"already introduced the same changes; you might want to skip this patch."
2481msgstr ""
2482
2483#: builtin/am.c:1951
2484msgid ""
2485"You still have unmerged paths in your index.\n"
2486"Did you forget to use 'git add'?"
2487msgstr ""
2488
2489#: builtin/am.c:2059 builtin/am.c:2063 builtin/am.c:2075 builtin/reset.c:308
2490#: builtin/reset.c:316
2491#, c-format
2492msgid "Could not parse object '%s'."
2493msgstr ""
2494
2495#: builtin/am.c:2111
2496msgid "failed to clean index"
2497msgstr ""
2498
2499#: builtin/am.c:2145
2500msgid ""
2501"You seem to have moved HEAD since the last 'am' failure.\n"
2502"Not rewinding to ORIG_HEAD"
2503msgstr ""
2504
2505#: builtin/am.c:2206
2506#, c-format
2507msgid "Invalid value for --patch-format: %s"
2508msgstr ""
2509
2510#: builtin/am.c:2239
2511msgid "git am [<options>] [(<mbox>|<Maildir>)...]"
2512msgstr ""
2513
2514#: builtin/am.c:2240
2515msgid "git am [<options>] (--continue | --skip | --abort)"
2516msgstr ""
2517
2518#: builtin/am.c:2246
2519msgid "run interactively"
2520msgstr ""
2521
2522#: builtin/am.c:2248
2523msgid "historical option -- no-op"
2524msgstr ""
2525
2526#: builtin/am.c:2250
2527msgid "allow fall back on 3way merging if needed"
2528msgstr ""
2529
2530#: builtin/am.c:2251 builtin/init-db.c:474 builtin/prune-packed.c:57
2531#: builtin/repack.c:171
2532msgid "be quiet"
2533msgstr ""
2534
2535#: builtin/am.c:2253
2536msgid "add a Signed-off-by line to the commit message"
2537msgstr ""
2538
2539#: builtin/am.c:2256
2540msgid "recode into utf8 (default)"
2541msgstr ""
2542
2543#: builtin/am.c:2258
2544msgid "pass -k flag to git-mailinfo"
2545msgstr ""
2546
2547#: builtin/am.c:2260
2548msgid "pass -b flag to git-mailinfo"
2549msgstr ""
2550
2551#: builtin/am.c:2262
2552msgid "pass -m flag to git-mailinfo"
2553msgstr ""
2554
2555#: builtin/am.c:2264
2556msgid "pass --keep-cr flag to git-mailsplit for mbox format"
2557msgstr ""
2558
2559#: builtin/am.c:2267
2560msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
2561msgstr ""
2562
2563#: builtin/am.c:2270
2564msgid "strip everything before a scissors line"
2565msgstr ""
2566
2567#: builtin/am.c:2271 builtin/apply.c:4544
2568msgid "action"
2569msgstr ""
2570
2571#: builtin/am.c:2272 builtin/am.c:2275 builtin/am.c:2278 builtin/am.c:2281
2572#: builtin/am.c:2284 builtin/am.c:2287 builtin/am.c:2290 builtin/am.c:2293
2573#: builtin/am.c:2299
2574msgid "pass it through git-apply"
2575msgstr ""
2576
2577#: builtin/am.c:2280 builtin/apply.c:4568
2578msgid "root"
2579msgstr ""
2580
2581#: builtin/am.c:2283 builtin/am.c:2286 builtin/apply.c:4506
2582#: builtin/apply.c:4509 builtin/clone.c:86 builtin/fetch.c:95
2583#: builtin/pull.c:171 builtin/submodule--helper.c:72
2584#: builtin/submodule--helper.c:160 builtin/submodule--helper.c:163
2585msgid "path"
2586msgstr ""
2587
2588#: builtin/am.c:2289 builtin/fmt-merge-msg.c:666 builtin/fmt-merge-msg.c:669
2589#: builtin/grep.c:704 builtin/merge.c:198 builtin/pull.c:131
2590#: builtin/pull.c:185 builtin/repack.c:178 builtin/repack.c:182
2591#: builtin/show-branch.c:645 builtin/show-ref.c:175 builtin/tag.c:340
2592#: parse-options.h:132 parse-options.h:134 parse-options.h:244
2593msgid "n"
2594msgstr ""
2595
2596#: builtin/am.c:2292 builtin/apply.c:4512
2597msgid "num"
2598msgstr ""
2599
2600#: builtin/am.c:2295 builtin/for-each-ref.c:37 builtin/replace.c:438
2601#: builtin/tag.c:372
2602msgid "format"
2603msgstr ""
2604
2605#: builtin/am.c:2296
2606msgid "format the patch(es) are in"
2607msgstr ""
2608
2609#: builtin/am.c:2302
2610msgid "override error message when patch failure occurs"
2611msgstr ""
2612
2613#: builtin/am.c:2304
2614msgid "continue applying patches after resolving a conflict"
2615msgstr ""
2616
2617#: builtin/am.c:2307
2618msgid "synonyms for --continue"
2619msgstr ""
2620
2621#: builtin/am.c:2310
2622msgid "skip the current patch"
2623msgstr ""
2624
2625#: builtin/am.c:2313
2626msgid "restore the original branch and abort the patching operation."
2627msgstr ""
2628
2629#: builtin/am.c:2317
2630msgid "lie about committer date"
2631msgstr ""
2632
2633#: builtin/am.c:2319
2634msgid "use current timestamp for author date"
2635msgstr ""
2636
2637#: builtin/am.c:2321 builtin/commit.c:1593 builtin/merge.c:225
2638#: builtin/pull.c:159 builtin/revert.c:92 builtin/tag.c:355
2639msgid "key-id"
2640msgstr ""
2641
2642#: builtin/am.c:2322
2643msgid "GPG-sign commits"
2644msgstr ""
2645
2646#: builtin/am.c:2325
2647msgid "(internal use for git-rebase)"
2648msgstr ""
2649
2650#: builtin/am.c:2340
2651msgid ""
2652"The -b/--binary option has been a no-op for long time, and\n"
2653"it will be removed. Please do not use it anymore."
2654msgstr ""
2655
2656#: builtin/am.c:2347
2657msgid "failed to read the index"
2658msgstr ""
2659
2660#: builtin/am.c:2362
2661#, c-format
2662msgid "previous rebase directory %s still exists but mbox given."
2663msgstr ""
2664
2665#: builtin/am.c:2386
2666#, c-format
2667msgid ""
2668"Stray %s directory found.\n"
2669"Use \"git am --abort\" to remove it."
2670msgstr ""
2671
2672#: builtin/am.c:2392
2673msgid "Resolve operation not in progress, we are not resuming."
2674msgstr ""
2675
2676#: builtin/apply.c:59
2677msgid "git apply [<options>] [<patch>...]"
2678msgstr ""
2679
2680#: builtin/apply.c:111
2681#, c-format
2682msgid "unrecognized whitespace option '%s'"
2683msgstr ""
2684
2685#: builtin/apply.c:126
2686#, c-format
2687msgid "unrecognized whitespace ignore option '%s'"
2688msgstr ""
2689
2690#: builtin/apply.c:818
2691#, c-format
2692msgid "Cannot prepare timestamp regexp %s"
2693msgstr ""
2694
2695#: builtin/apply.c:827
2696#, c-format
2697msgid "regexec returned %d for input: %s"
2698msgstr ""
2699
2700#: builtin/apply.c:908
2701#, c-format
2702msgid "unable to find filename in patch at line %d"
2703msgstr ""
2704
2705#: builtin/apply.c:940
2706#, c-format
2707msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
2708msgstr ""
2709
2710#: builtin/apply.c:944
2711#, c-format
2712msgid "git apply: bad git-diff - inconsistent new filename on line %d"
2713msgstr ""
2714
2715#: builtin/apply.c:945
2716#, c-format
2717msgid "git apply: bad git-diff - inconsistent old filename on line %d"
2718msgstr ""
2719
2720#: builtin/apply.c:952
2721#, c-format
2722msgid "git apply: bad git-diff - expected /dev/null on line %d"
2723msgstr ""
2724
2725#: builtin/apply.c:1415
2726#, c-format
2727msgid "recount: unexpected line: %.*s"
2728msgstr ""
2729
2730#: builtin/apply.c:1472
2731#, c-format
2732msgid "patch fragment without header at line %d: %.*s"
2733msgstr ""
2734
2735#: builtin/apply.c:1489
2736#, c-format
2737msgid ""
2738"git diff header lacks filename information when removing %d leading pathname "
2739"component (line %d)"
2740msgid_plural ""
2741"git diff header lacks filename information when removing %d leading pathname "
2742"components (line %d)"
2743msgstr[0] ""
2744msgstr[1] ""
2745
2746#: builtin/apply.c:1655
2747msgid "new file depends on old contents"
2748msgstr ""
2749
2750#: builtin/apply.c:1657
2751msgid "deleted file still has contents"
2752msgstr ""
2753
2754#: builtin/apply.c:1683
2755#, c-format
2756msgid "corrupt patch at line %d"
2757msgstr ""
2758
2759#: builtin/apply.c:1719
2760#, c-format
2761msgid "new file %s depends on old contents"
2762msgstr ""
2763
2764#: builtin/apply.c:1721
2765#, c-format
2766msgid "deleted file %s still has contents"
2767msgstr ""
2768
2769#: builtin/apply.c:1724
2770#, c-format
2771msgid "** warning: file %s becomes empty but is not deleted"
2772msgstr ""
2773
2774#: builtin/apply.c:1870
2775#, c-format
2776msgid "corrupt binary patch at line %d: %.*s"
2777msgstr ""
2778
2779#: builtin/apply.c:1899
2780#, c-format
2781msgid "unrecognized binary patch at line %d"
2782msgstr ""
2783
2784#: builtin/apply.c:2050
2785#, c-format
2786msgid "patch with only garbage at line %d"
2787msgstr ""
2788
2789#: builtin/apply.c:2140
2790#, c-format
2791msgid "unable to read symlink %s"
2792msgstr ""
2793
2794#: builtin/apply.c:2144
2795#, c-format
2796msgid "unable to open or read %s"
2797msgstr ""
2798
2799#: builtin/apply.c:2777
2800#, c-format
2801msgid "invalid start of line: '%c'"
2802msgstr ""
2803
2804#: builtin/apply.c:2896
2805#, c-format
2806msgid "Hunk #%d succeeded at %d (offset %d line)."
2807msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
2808msgstr[0] ""
2809msgstr[1] ""
2810
2811#: builtin/apply.c:2908
2812#, c-format
2813msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
2814msgstr ""
2815
2816#: builtin/apply.c:2914
2817#, c-format
2818msgid ""
2819"while searching for:\n"
2820"%.*s"
2821msgstr ""
2822
2823#: builtin/apply.c:2934
2824#, c-format
2825msgid "missing binary patch data for '%s'"
2826msgstr ""
2827
2828#: builtin/apply.c:3035
2829#, c-format
2830msgid "binary patch does not apply to '%s'"
2831msgstr ""
2832
2833#: builtin/apply.c:3041
2834#, c-format
2835msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
2836msgstr ""
2837
2838#: builtin/apply.c:3062
2839#, c-format
2840msgid "patch failed: %s:%ld"
2841msgstr ""
2842
2843#: builtin/apply.c:3186
2844#, c-format
2845msgid "cannot checkout %s"
2846msgstr ""
2847
2848#: builtin/apply.c:3231 builtin/apply.c:3242 builtin/apply.c:3287
2849#, c-format
2850msgid "read of %s failed"
2851msgstr ""
2852
2853#: builtin/apply.c:3239
2854#, c-format
2855msgid "reading from '%s' beyond a symbolic link"
2856msgstr ""
2857
2858#: builtin/apply.c:3267 builtin/apply.c:3489
2859#, c-format
2860msgid "path %s has been renamed/deleted"
2861msgstr ""
2862
2863#: builtin/apply.c:3348 builtin/apply.c:3503
2864#, c-format
2865msgid "%s: does not exist in index"
2866msgstr ""
2867
2868#: builtin/apply.c:3352 builtin/apply.c:3495 builtin/apply.c:3517
2869#, c-format
2870msgid "%s: %s"
2871msgstr ""
2872
2873#: builtin/apply.c:3357 builtin/apply.c:3511
2874#, c-format
2875msgid "%s: does not match index"
2876msgstr ""
2877
2878#: builtin/apply.c:3459
2879msgid "removal patch leaves file contents"
2880msgstr ""
2881
2882#: builtin/apply.c:3528
2883#, c-format
2884msgid "%s: wrong type"
2885msgstr ""
2886
2887#: builtin/apply.c:3530
2888#, c-format
2889msgid "%s has type %o, expected %o"
2890msgstr ""
2891
2892#: builtin/apply.c:3689 builtin/apply.c:3691
2893#, c-format
2894msgid "invalid path '%s'"
2895msgstr ""
2896
2897#: builtin/apply.c:3746
2898#, c-format
2899msgid "%s: already exists in index"
2900msgstr ""
2901
2902#: builtin/apply.c:3749
2903#, c-format
2904msgid "%s: already exists in working directory"
2905msgstr ""
2906
2907#: builtin/apply.c:3769
2908#, c-format
2909msgid "new mode (%o) of %s does not match old mode (%o)"
2910msgstr ""
2911
2912#: builtin/apply.c:3774
2913#, c-format
2914msgid "new mode (%o) of %s does not match old mode (%o) of %s"
2915msgstr ""
2916
2917#: builtin/apply.c:3794
2918#, c-format
2919msgid "affected file '%s' is beyond a symbolic link"
2920msgstr ""
2921
2922#: builtin/apply.c:3798
2923#, c-format
2924msgid "%s: patch does not apply"
2925msgstr ""
2926
2927#: builtin/apply.c:3812
2928#, c-format
2929msgid "Checking patch %s..."
2930msgstr ""
2931
2932#: builtin/apply.c:3905 builtin/checkout.c:233 builtin/reset.c:135
2933#, c-format
2934msgid "make_cache_entry failed for path '%s'"
2935msgstr ""
2936
2937#: builtin/apply.c:4048
2938#, c-format
2939msgid "unable to remove %s from index"
2940msgstr ""
2941
2942#: builtin/apply.c:4077
2943#, c-format
2944msgid "corrupt patch for submodule %s"
2945msgstr ""
2946
2947#: builtin/apply.c:4081
2948#, c-format
2949msgid "unable to stat newly created file '%s'"
2950msgstr ""
2951
2952#: builtin/apply.c:4086
2953#, c-format
2954msgid "unable to create backing store for newly created file %s"
2955msgstr ""
2956
2957#: builtin/apply.c:4089 builtin/apply.c:4197
2958#, c-format
2959msgid "unable to add cache entry for %s"
2960msgstr ""
2961
2962#: builtin/apply.c:4122
2963#, c-format
2964msgid "closing file '%s'"
2965msgstr ""
2966
2967#: builtin/apply.c:4171
2968#, c-format
2969msgid "unable to write file '%s' mode %o"
2970msgstr ""
2971
2972#: builtin/apply.c:4258
2973#, c-format
2974msgid "Applied patch %s cleanly."
2975msgstr ""
2976
2977#: builtin/apply.c:4266
2978msgid "internal error"
2979msgstr ""
2980
2981#: builtin/apply.c:4269
2982#, c-format
2983msgid "Applying patch %%s with %d reject..."
2984msgid_plural "Applying patch %%s with %d rejects..."
2985msgstr[0] ""
2986msgstr[1] ""
2987
2988#: builtin/apply.c:4279
2989#, c-format
2990msgid "truncating .rej filename to %.*s.rej"
2991msgstr ""
2992
2993#: builtin/apply.c:4300
2994#, c-format
2995msgid "Hunk #%d applied cleanly."
2996msgstr ""
2997
2998#: builtin/apply.c:4303
2999#, c-format
3000msgid "Rejected hunk #%d."
3001msgstr ""
3002
3003#: builtin/apply.c:4393
3004msgid "unrecognized input"
3005msgstr ""
3006
3007#: builtin/apply.c:4404
3008msgid "unable to read index file"
3009msgstr ""
3010
3011#: builtin/apply.c:4507
3012msgid "don't apply changes matching the given path"
3013msgstr ""
3014
3015#: builtin/apply.c:4510
3016msgid "apply changes matching the given path"
3017msgstr ""
3018
3019#: builtin/apply.c:4513
3020msgid "remove <num> leading slashes from traditional diff paths"
3021msgstr ""
3022
3023#: builtin/apply.c:4516
3024msgid "ignore additions made by the patch"
3025msgstr ""
3026
3027#: builtin/apply.c:4518
3028msgid "instead of applying the patch, output diffstat for the input"
3029msgstr ""
3030
3031#: builtin/apply.c:4522
3032msgid "show number of added and deleted lines in decimal notation"
3033msgstr ""
3034
3035#: builtin/apply.c:4524
3036msgid "instead of applying the patch, output a summary for the input"
3037msgstr ""
3038
3039#: builtin/apply.c:4526
3040msgid "instead of applying the patch, see if the patch is applicable"
3041msgstr ""
3042
3043#: builtin/apply.c:4528
3044msgid "make sure the patch is applicable to the current index"
3045msgstr ""
3046
3047#: builtin/apply.c:4530
3048msgid "apply a patch without touching the working tree"
3049msgstr ""
3050
3051#: builtin/apply.c:4532
3052msgid "accept a patch that touches outside the working area"
3053msgstr ""
3054
3055#: builtin/apply.c:4534
3056msgid "also apply the patch (use with --stat/--summary/--check)"
3057msgstr ""
3058
3059#: builtin/apply.c:4536
3060msgid "attempt three-way merge if a patch does not apply"
3061msgstr ""
3062
3063#: builtin/apply.c:4538
3064msgid "build a temporary index based on embedded index information"
3065msgstr ""
3066
3067#: builtin/apply.c:4541 builtin/checkout-index.c:169 builtin/ls-files.c:425
3068msgid "paths are separated with NUL character"
3069msgstr ""
3070
3071#: builtin/apply.c:4543
3072msgid "ensure at least <n> lines of context match"
3073msgstr ""
3074
3075#: builtin/apply.c:4545
3076msgid "detect new or modified lines that have whitespace errors"
3077msgstr ""
3078
3079#: builtin/apply.c:4548 builtin/apply.c:4551
3080msgid "ignore changes in whitespace when finding context"
3081msgstr ""
3082
3083#: builtin/apply.c:4554
3084msgid "apply the patch in reverse"
3085msgstr ""
3086
3087#: builtin/apply.c:4556
3088msgid "don't expect at least one line of context"
3089msgstr ""
3090
3091#: builtin/apply.c:4558
3092msgid "leave the rejected hunks in corresponding *.rej files"
3093msgstr ""
3094
3095#: builtin/apply.c:4560
3096msgid "allow overlapping hunks"
3097msgstr ""
3098
3099#: builtin/apply.c:4563
3100msgid "tolerate incorrectly detected missing new-line at the end of file"
3101msgstr ""
3102
3103#: builtin/apply.c:4566
3104msgid "do not trust the line counts in the hunk headers"
3105msgstr ""
3106
3107#: builtin/apply.c:4569
3108msgid "prepend <root> to all filenames"
3109msgstr ""
3110
3111#: builtin/apply.c:4591
3112msgid "--3way outside a repository"
3113msgstr ""
3114
3115#: builtin/apply.c:4599
3116msgid "--index outside a repository"
3117msgstr ""
3118
3119#: builtin/apply.c:4602
3120msgid "--cached outside a repository"
3121msgstr ""
3122
3123#: builtin/apply.c:4621
3124#, c-format
3125msgid "can't open patch '%s'"
3126msgstr ""
3127
3128#: builtin/apply.c:4635
3129#, c-format
3130msgid "squelched %d whitespace error"
3131msgid_plural "squelched %d whitespace errors"
3132msgstr[0] ""
3133msgstr[1] ""
3134
3135#: builtin/apply.c:4641 builtin/apply.c:4651
3136#, c-format
3137msgid "%d line adds whitespace errors."
3138msgid_plural "%d lines add whitespace errors."
3139msgstr[0] ""
3140msgstr[1] ""
3141
3142#: builtin/archive.c:17
3143#, c-format
3144msgid "could not create archive file '%s'"
3145msgstr ""
3146
3147#: builtin/archive.c:20
3148msgid "could not redirect output"
3149msgstr ""
3150
3151#: builtin/archive.c:37
3152msgid "git archive: Remote with no URL"
3153msgstr ""
3154
3155#: builtin/archive.c:58
3156msgid "git archive: expected ACK/NAK, got EOF"
3157msgstr ""
3158
3159#: builtin/archive.c:61
3160#, c-format
3161msgid "git archive: NACK %s"
3162msgstr ""
3163
3164#: builtin/archive.c:63
3165#, c-format
3166msgid "remote error: %s"
3167msgstr ""
3168
3169#: builtin/archive.c:64
3170msgid "git archive: protocol error"
3171msgstr ""
3172
3173#: builtin/archive.c:68
3174msgid "git archive: expected a flush"
3175msgstr ""
3176
3177#: builtin/bisect--helper.c:7
3178msgid "git bisect--helper --next-all [--no-checkout]"
3179msgstr ""
3180
3181#: builtin/bisect--helper.c:17
3182msgid "perform 'git bisect next'"
3183msgstr ""
3184
3185#: builtin/bisect--helper.c:19
3186msgid "update BISECT_HEAD instead of checking out the current commit"
3187msgstr ""
3188
3189#: builtin/blame.c:33
3190msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
3191msgstr ""
3192
3193#: builtin/blame.c:38
3194msgid "<rev-opts> are documented in git-rev-list(1)"
3195msgstr ""
3196
3197#: builtin/blame.c:1782
3198msgid "Blaming lines"
3199msgstr ""
3200
3201#: builtin/blame.c:2530
3202msgid "Show blame entries as we find them, incrementally"
3203msgstr ""
3204
3205#: builtin/blame.c:2531
3206msgid "Show blank SHA-1 for boundary commits (Default: off)"
3207msgstr ""
3208
3209#: builtin/blame.c:2532
3210msgid "Do not treat root commits as boundaries (Default: off)"
3211msgstr ""
3212
3213#: builtin/blame.c:2533
3214msgid "Show work cost statistics"
3215msgstr ""
3216
3217#: builtin/blame.c:2534
3218msgid "Force progress reporting"
3219msgstr ""
3220
3221#: builtin/blame.c:2535
3222msgid "Show output score for blame entries"
3223msgstr ""
3224
3225#: builtin/blame.c:2536
3226msgid "Show original filename (Default: auto)"
3227msgstr ""
3228
3229#: builtin/blame.c:2537
3230msgid "Show original linenumber (Default: off)"
3231msgstr ""
3232
3233#: builtin/blame.c:2538
3234msgid "Show in a format designed for machine consumption"
3235msgstr ""
3236
3237#: builtin/blame.c:2539
3238msgid "Show porcelain format with per-line commit information"
3239msgstr ""
3240
3241#: builtin/blame.c:2540
3242msgid "Use the same output mode as git-annotate (Default: off)"
3243msgstr ""
3244
3245#: builtin/blame.c:2541
3246msgid "Show raw timestamp (Default: off)"
3247msgstr ""
3248
3249#: builtin/blame.c:2542
3250msgid "Show long commit SHA1 (Default: off)"
3251msgstr ""
3252
3253#: builtin/blame.c:2543
3254msgid "Suppress author name and timestamp (Default: off)"
3255msgstr ""
3256
3257#: builtin/blame.c:2544
3258msgid "Show author email instead of name (Default: off)"
3259msgstr ""
3260
3261#: builtin/blame.c:2545
3262msgid "Ignore whitespace differences"
3263msgstr ""
3264
3265#: builtin/blame.c:2546
3266msgid "Spend extra cycles to find better match"
3267msgstr ""
3268
3269#: builtin/blame.c:2547
3270msgid "Use revisions from <file> instead of calling git-rev-list"
3271msgstr ""
3272
3273#: builtin/blame.c:2548
3274msgid "Use <file>'s contents as the final image"
3275msgstr ""
3276
3277#: builtin/blame.c:2549 builtin/blame.c:2550
3278msgid "score"
3279msgstr ""
3280
3281#: builtin/blame.c:2549
3282msgid "Find line copies within and across files"
3283msgstr ""
3284
3285#: builtin/blame.c:2550
3286msgid "Find line movements within and across files"
3287msgstr ""
3288
3289#: builtin/blame.c:2551
3290msgid "n,m"
3291msgstr ""
3292
3293#: builtin/blame.c:2551
3294msgid "Process only line range n,m, counting from 1"
3295msgstr ""
3296
3297#. TRANSLATORS: This string is used to tell us the maximum
3298#. display width for a relative timestamp in "git blame"
3299#. output.  For C locale, "4 years, 11 months ago", which
3300#. takes 22 places, is the longest among various forms of
3301#. relative timestamps, but your language may need more or
3302#. fewer display columns.
3303#: builtin/blame.c:2640
3304msgid "4 years, 11 months ago"
3305msgstr ""
3306
3307#: builtin/branch.c:25
3308msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
3309msgstr ""
3310
3311#: builtin/branch.c:26
3312msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
3313msgstr ""
3314
3315#: builtin/branch.c:27
3316msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
3317msgstr ""
3318
3319#: builtin/branch.c:28
3320msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
3321msgstr ""
3322
3323#: builtin/branch.c:29
3324msgid "git branch [<options>] [-r | -a] [--points-at]"
3325msgstr ""
3326
3327#: builtin/branch.c:142
3328#, c-format
3329msgid ""
3330"deleting branch '%s' that has been merged to\n"
3331"         '%s', but not yet merged to HEAD."
3332msgstr ""
3333
3334#: builtin/branch.c:146
3335#, c-format
3336msgid ""
3337"not deleting branch '%s' that is not yet merged to\n"
3338"         '%s', even though it is merged to HEAD."
3339msgstr ""
3340
3341#: builtin/branch.c:160
3342#, c-format
3343msgid "Couldn't look up commit object for '%s'"
3344msgstr ""
3345
3346#: builtin/branch.c:164
3347#, c-format
3348msgid ""
3349"The branch '%s' is not fully merged.\n"
3350"If you are sure you want to delete it, run 'git branch -D %s'."
3351msgstr ""
3352
3353#: builtin/branch.c:177
3354msgid "Update of config-file failed"
3355msgstr ""
3356
3357#: builtin/branch.c:205
3358msgid "cannot use -a with -d"
3359msgstr ""
3360
3361#: builtin/branch.c:211
3362msgid "Couldn't look up commit object for HEAD"
3363msgstr ""
3364
3365#: builtin/branch.c:219
3366#, c-format
3367msgid "Cannot delete the branch '%s' which you are currently on."
3368msgstr ""
3369
3370#: builtin/branch.c:235
3371#, c-format
3372msgid "remote-tracking branch '%s' not found."
3373msgstr ""
3374
3375#: builtin/branch.c:236
3376#, c-format
3377msgid "branch '%s' not found."
3378msgstr ""
3379
3380#: builtin/branch.c:251
3381#, c-format
3382msgid "Error deleting remote-tracking branch '%s'"
3383msgstr ""
3384
3385#: builtin/branch.c:252
3386#, c-format
3387msgid "Error deleting branch '%s'"
3388msgstr ""
3389
3390#: builtin/branch.c:259
3391#, c-format
3392msgid "Deleted remote-tracking branch %s (was %s).\n"
3393msgstr ""
3394
3395#: builtin/branch.c:260
3396#, c-format
3397msgid "Deleted branch %s (was %s).\n"
3398msgstr ""
3399
3400#: builtin/branch.c:303
3401#, c-format
3402msgid "[%s: gone]"
3403msgstr ""
3404
3405#: builtin/branch.c:308
3406#, c-format
3407msgid "[%s]"
3408msgstr ""
3409
3410#: builtin/branch.c:313
3411#, c-format
3412msgid "[%s: behind %d]"
3413msgstr ""
3414
3415#: builtin/branch.c:315
3416#, c-format
3417msgid "[behind %d]"
3418msgstr ""
3419
3420#: builtin/branch.c:319
3421#, c-format
3422msgid "[%s: ahead %d]"
3423msgstr ""
3424
3425#: builtin/branch.c:321
3426#, c-format
3427msgid "[ahead %d]"
3428msgstr ""
3429
3430#: builtin/branch.c:324
3431#, c-format
3432msgid "[%s: ahead %d, behind %d]"
3433msgstr ""
3434
3435#: builtin/branch.c:327
3436#, c-format
3437msgid "[ahead %d, behind %d]"
3438msgstr ""
3439
3440#: builtin/branch.c:340
3441msgid " **** invalid ref ****"
3442msgstr ""
3443
3444#: builtin/branch.c:366
3445#, c-format
3446msgid "(no branch, rebasing %s)"
3447msgstr ""
3448
3449#: builtin/branch.c:369
3450#, c-format
3451msgid "(no branch, bisect started on %s)"
3452msgstr ""
3453
3454#: builtin/branch.c:375
3455#, c-format
3456msgid "(HEAD detached at %s)"
3457msgstr ""
3458
3459#: builtin/branch.c:378
3460#, c-format
3461msgid "(HEAD detached from %s)"
3462msgstr ""
3463
3464#: builtin/branch.c:382
3465msgid "(no branch)"
3466msgstr ""
3467
3468#: builtin/branch.c:524
3469msgid "cannot rename the current branch while not on any."
3470msgstr ""
3471
3472#: builtin/branch.c:534
3473#, c-format
3474msgid "Invalid branch name: '%s'"
3475msgstr ""
3476
3477#: builtin/branch.c:549
3478msgid "Branch rename failed"
3479msgstr ""
3480
3481#: builtin/branch.c:553
3482#, c-format
3483msgid "Renamed a misnamed branch '%s' away"
3484msgstr ""
3485
3486#: builtin/branch.c:557
3487#, c-format
3488msgid "Branch renamed to %s, but HEAD is not updated!"
3489msgstr ""
3490
3491#: builtin/branch.c:564
3492msgid "Branch is renamed, but update of config-file failed"
3493msgstr ""
3494
3495#: builtin/branch.c:586
3496#, c-format
3497msgid "could not write branch description template: %s"
3498msgstr ""
3499
3500#: builtin/branch.c:615
3501msgid "Generic options"
3502msgstr ""
3503
3504#: builtin/branch.c:617
3505msgid "show hash and subject, give twice for upstream branch"
3506msgstr ""
3507
3508#: builtin/branch.c:618
3509msgid "suppress informational messages"
3510msgstr ""
3511
3512#: builtin/branch.c:619
3513msgid "set up tracking mode (see git-pull(1))"
3514msgstr ""
3515
3516#: builtin/branch.c:621
3517msgid "change upstream info"
3518msgstr ""
3519
3520#: builtin/branch.c:625
3521msgid "use colored output"
3522msgstr ""
3523
3524#: builtin/branch.c:626
3525msgid "act on remote-tracking branches"
3526msgstr ""
3527
3528#: builtin/branch.c:628 builtin/branch.c:629
3529msgid "print only branches that contain the commit"
3530msgstr ""
3531
3532#: builtin/branch.c:632
3533msgid "Specific git-branch actions:"
3534msgstr ""
3535
3536#: builtin/branch.c:633
3537msgid "list both remote-tracking and local branches"
3538msgstr ""
3539
3540#: builtin/branch.c:635
3541msgid "delete fully merged branch"
3542msgstr ""
3543
3544#: builtin/branch.c:636
3545msgid "delete branch (even if not merged)"
3546msgstr ""
3547
3548#: builtin/branch.c:637
3549msgid "move/rename a branch and its reflog"
3550msgstr ""
3551
3552#: builtin/branch.c:638
3553msgid "move/rename a branch, even if target exists"
3554msgstr ""
3555
3556#: builtin/branch.c:639
3557msgid "list branch names"
3558msgstr ""
3559
3560#: builtin/branch.c:640
3561msgid "create the branch's reflog"
3562msgstr ""
3563
3564#: builtin/branch.c:642
3565msgid "edit the description for the branch"
3566msgstr ""
3567
3568#: builtin/branch.c:643
3569msgid "force creation, move/rename, deletion"
3570msgstr ""
3571
3572#: builtin/branch.c:644
3573msgid "print only branches that are merged"
3574msgstr ""
3575
3576#: builtin/branch.c:645
3577msgid "print only branches that are not merged"
3578msgstr ""
3579
3580#: builtin/branch.c:646
3581msgid "list branches in columns"
3582msgstr ""
3583
3584#: builtin/branch.c:647 builtin/for-each-ref.c:38 builtin/tag.c:366
3585msgid "key"
3586msgstr ""
3587
3588#: builtin/branch.c:648 builtin/for-each-ref.c:39 builtin/tag.c:367
3589msgid "field name to sort on"
3590msgstr ""
3591
3592#: builtin/branch.c:650 builtin/for-each-ref.c:41 builtin/notes.c:401
3593#: builtin/notes.c:404 builtin/notes.c:564 builtin/notes.c:567
3594#: builtin/tag.c:369
3595msgid "object"
3596msgstr ""
3597
3598#: builtin/branch.c:651
3599msgid "print only branches of the object"
3600msgstr ""
3601
3602#: builtin/branch.c:669
3603msgid "Failed to resolve HEAD as a valid ref."
3604msgstr ""
3605
3606#: builtin/branch.c:673 builtin/clone.c:705
3607msgid "HEAD not found below refs/heads!"
3608msgstr ""
3609
3610#: builtin/branch.c:693
3611msgid "--column and --verbose are incompatible"
3612msgstr ""
3613
3614#: builtin/branch.c:704 builtin/branch.c:746
3615msgid "branch name required"
3616msgstr ""
3617
3618#: builtin/branch.c:722
3619msgid "Cannot give description to detached HEAD"
3620msgstr ""
3621
3622#: builtin/branch.c:727
3623msgid "cannot edit description of more than one branch"
3624msgstr ""
3625
3626#: builtin/branch.c:734
3627#, c-format
3628msgid "No commit on branch '%s' yet."
3629msgstr ""
3630
3631#: builtin/branch.c:737
3632#, c-format
3633msgid "No branch named '%s'."
3634msgstr ""
3635
3636#: builtin/branch.c:752
3637msgid "too many branches for a rename operation"
3638msgstr ""
3639
3640#: builtin/branch.c:757
3641msgid "too many branches to set new upstream"
3642msgstr ""
3643
3644#: builtin/branch.c:761
3645#, c-format
3646msgid ""
3647"could not set upstream of HEAD to %s when it does not point to any branch."
3648msgstr ""
3649
3650#: builtin/branch.c:764 builtin/branch.c:786 builtin/branch.c:807
3651#, c-format
3652msgid "no such branch '%s'"
3653msgstr ""
3654
3655#: builtin/branch.c:768
3656#, c-format
3657msgid "branch '%s' does not exist"
3658msgstr ""
3659
3660#: builtin/branch.c:780
3661msgid "too many branches to unset upstream"
3662msgstr ""
3663
3664#: builtin/branch.c:784
3665msgid "could not unset upstream of HEAD when it does not point to any branch."
3666msgstr ""
3667
3668#: builtin/branch.c:790
3669#, c-format
3670msgid "Branch '%s' has no upstream information"
3671msgstr ""
3672
3673#: builtin/branch.c:804
3674msgid "it does not make sense to create 'HEAD' manually"
3675msgstr ""
3676
3677#: builtin/branch.c:810
3678msgid "-a and -r options to 'git branch' do not make sense with a branch name"
3679msgstr ""
3680
3681#: builtin/branch.c:813
3682#, c-format
3683msgid ""
3684"The --set-upstream flag is deprecated and will be removed. Consider using --"
3685"track or --set-upstream-to\n"
3686msgstr ""
3687
3688#: builtin/branch.c:830
3689#, c-format
3690msgid ""
3691"\n"
3692"If you wanted to make '%s' track '%s', do this:\n"
3693"\n"
3694msgstr ""
3695
3696#: builtin/branch.c:831
3697#, c-format
3698msgid "    git branch -d %s\n"
3699msgstr ""
3700
3701#: builtin/branch.c:832
3702#, c-format
3703msgid "    git branch --set-upstream-to %s\n"
3704msgstr ""
3705
3706#: builtin/bundle.c:51
3707#, c-format
3708msgid "%s is okay\n"
3709msgstr ""
3710
3711#: builtin/bundle.c:64
3712msgid "Need a repository to create a bundle."
3713msgstr ""
3714
3715#: builtin/bundle.c:68
3716msgid "Need a repository to unbundle."
3717msgstr ""
3718
3719#: builtin/cat-file.c:428
3720msgid ""
3721"git cat-file (-t [--allow-unknown-type]|-s [--allow-unknown-type]|-e|-p|"
3722"<type>|--textconv) <object>"
3723msgstr ""
3724
3725#: builtin/cat-file.c:429
3726msgid "git cat-file (--batch | --batch-check) [--follow-symlinks]"
3727msgstr ""
3728
3729#: builtin/cat-file.c:466
3730msgid "<type> can be one of: blob, tree, commit, tag"
3731msgstr ""
3732
3733#: builtin/cat-file.c:467
3734msgid "show object type"
3735msgstr ""
3736
3737#: builtin/cat-file.c:468
3738msgid "show object size"
3739msgstr ""
3740
3741#: builtin/cat-file.c:470
3742msgid "exit with zero when there's no error"
3743msgstr ""
3744
3745#: builtin/cat-file.c:471
3746msgid "pretty-print object's content"
3747msgstr ""
3748
3749#: builtin/cat-file.c:473
3750msgid "for blob objects, run textconv on object's content"
3751msgstr ""
3752
3753#: builtin/cat-file.c:475
3754msgid "allow -s and -t to work with broken/corrupt objects"
3755msgstr ""
3756
3757#: builtin/cat-file.c:476
3758msgid "buffer --batch output"
3759msgstr ""
3760
3761#: builtin/cat-file.c:478
3762msgid "show info and content of objects fed from the standard input"
3763msgstr ""
3764
3765#: builtin/cat-file.c:481
3766msgid "show info about objects fed from the standard input"
3767msgstr ""
3768
3769#: builtin/cat-file.c:484
3770msgid "follow in-tree symlinks (used with --batch or --batch-check)"
3771msgstr ""
3772
3773#: builtin/cat-file.c:486
3774msgid "show all objects with --batch or --batch-check"
3775msgstr ""
3776
3777#: builtin/check-attr.c:11
3778msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
3779msgstr ""
3780
3781#: builtin/check-attr.c:12
3782msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
3783msgstr ""
3784
3785#: builtin/check-attr.c:19
3786msgid "report all attributes set on file"
3787msgstr ""
3788
3789#: builtin/check-attr.c:20
3790msgid "use .gitattributes only from the index"
3791msgstr ""
3792
3793#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:97
3794msgid "read file names from stdin"
3795msgstr ""
3796
3797#: builtin/check-attr.c:23 builtin/check-ignore.c:24
3798msgid "terminate input and output records by a NUL character"
3799msgstr ""
3800
3801#: builtin/check-ignore.c:18 builtin/checkout.c:1136 builtin/gc.c:325
3802msgid "suppress progress reporting"
3803msgstr ""
3804
3805#: builtin/check-ignore.c:26
3806msgid "show non-matching input paths"
3807msgstr ""
3808
3809#: builtin/check-ignore.c:28
3810msgid "ignore index when checking"
3811msgstr ""
3812
3813#: builtin/check-ignore.c:154
3814msgid "cannot specify pathnames with --stdin"
3815msgstr ""
3816
3817#: builtin/check-ignore.c:157
3818msgid "-z only makes sense with --stdin"
3819msgstr ""
3820
3821#: builtin/check-ignore.c:159
3822msgid "no path specified"
3823msgstr ""
3824
3825#: builtin/check-ignore.c:163
3826msgid "--quiet is only valid with a single pathname"
3827msgstr ""
3828
3829#: builtin/check-ignore.c:165
3830msgid "cannot have both --quiet and --verbose"
3831msgstr ""
3832
3833#: builtin/check-ignore.c:168
3834msgid "--non-matching is only valid with --verbose"
3835msgstr ""
3836
3837#: builtin/check-mailmap.c:8
3838msgid "git check-mailmap [<options>] <contact>..."
3839msgstr ""
3840
3841#: builtin/check-mailmap.c:13
3842msgid "also read contacts from stdin"
3843msgstr ""
3844
3845#: builtin/check-mailmap.c:24
3846#, c-format
3847msgid "unable to parse contact: %s"
3848msgstr ""
3849
3850#: builtin/check-mailmap.c:47
3851msgid "no contacts specified"
3852msgstr ""
3853
3854#: builtin/checkout-index.c:127
3855msgid "git checkout-index [<options>] [--] [<file>...]"
3856msgstr ""
3857
3858#: builtin/checkout-index.c:144
3859msgid "stage should be between 1 and 3 or all"
3860msgstr ""
3861
3862#: builtin/checkout-index.c:160
3863msgid "check out all files in the index"
3864msgstr ""
3865
3866#: builtin/checkout-index.c:161
3867msgid "force overwrite of existing files"
3868msgstr ""
3869
3870#: builtin/checkout-index.c:163
3871msgid "no warning for existing files and files not in index"
3872msgstr ""
3873
3874#: builtin/checkout-index.c:165
3875msgid "don't checkout new files"
3876msgstr ""
3877
3878#: builtin/checkout-index.c:167
3879msgid "update stat information in the index file"
3880msgstr ""
3881
3882#: builtin/checkout-index.c:171
3883msgid "read list of paths from the standard input"
3884msgstr ""
3885
3886#: builtin/checkout-index.c:173
3887msgid "write the content to temporary files"
3888msgstr ""
3889
3890#: builtin/checkout-index.c:174 builtin/column.c:30
3891#: builtin/submodule--helper.c:166 builtin/submodule--helper.c:169
3892#: builtin/submodule--helper.c:172 builtin/submodule--helper.c:175
3893msgid "string"
3894msgstr ""
3895
3896#: builtin/checkout-index.c:175
3897msgid "when creating files, prepend <string>"
3898msgstr ""
3899
3900#: builtin/checkout-index.c:177
3901msgid "copy out the files from named stage"
3902msgstr ""
3903
3904#: builtin/checkout.c:25
3905msgid "git checkout [<options>] <branch>"
3906msgstr ""
3907
3908#: builtin/checkout.c:26
3909msgid "git checkout [<options>] [<branch>] -- <file>..."
3910msgstr ""
3911
3912#: builtin/checkout.c:134 builtin/checkout.c:167
3913#, c-format
3914msgid "path '%s' does not have our version"
3915msgstr ""
3916
3917#: builtin/checkout.c:136 builtin/checkout.c:169
3918#, c-format
3919msgid "path '%s' does not have their version"
3920msgstr ""
3921
3922#: builtin/checkout.c:152
3923#, c-format
3924msgid "path '%s' does not have all necessary versions"
3925msgstr ""
3926
3927#: builtin/checkout.c:196
3928#, c-format
3929msgid "path '%s' does not have necessary versions"
3930msgstr ""
3931
3932#: builtin/checkout.c:213
3933#, c-format
3934msgid "path '%s': cannot merge"
3935msgstr ""
3936
3937#: builtin/checkout.c:230
3938#, c-format
3939msgid "Unable to add merge result for '%s'"
3940msgstr ""
3941
3942#: builtin/checkout.c:251 builtin/checkout.c:254 builtin/checkout.c:257
3943#: builtin/checkout.c:260
3944#, c-format
3945msgid "'%s' cannot be used with updating paths"
3946msgstr ""
3947
3948#: builtin/checkout.c:263 builtin/checkout.c:266
3949#, c-format
3950msgid "'%s' cannot be used with %s"
3951msgstr ""
3952
3953#: builtin/checkout.c:269
3954#, c-format
3955msgid "Cannot update paths and switch to branch '%s' at the same time."
3956msgstr ""
3957
3958#: builtin/checkout.c:280 builtin/checkout.c:474
3959msgid "corrupt index file"
3960msgstr ""
3961
3962#: builtin/checkout.c:340 builtin/checkout.c:347
3963#, c-format
3964msgid "path '%s' is unmerged"
3965msgstr ""
3966
3967#: builtin/checkout.c:496
3968msgid "you need to resolve your current index first"
3969msgstr ""
3970
3971#: builtin/checkout.c:623
3972#, c-format
3973msgid "Can not do reflog for '%s': %s\n"
3974msgstr ""
3975
3976#: builtin/checkout.c:661
3977msgid "HEAD is now at"
3978msgstr ""
3979
3980#: builtin/checkout.c:669
3981#, c-format
3982msgid "Reset branch '%s'\n"
3983msgstr ""
3984
3985#: builtin/checkout.c:672
3986#, c-format
3987msgid "Already on '%s'\n"
3988msgstr ""
3989
3990#: builtin/checkout.c:676
3991#, c-format
3992msgid "Switched to and reset branch '%s'\n"
3993msgstr ""
3994
3995#: builtin/checkout.c:678 builtin/checkout.c:1068
3996#, c-format
3997msgid "Switched to a new branch '%s'\n"
3998msgstr ""
3999
4000#: builtin/checkout.c:680
4001#, c-format
4002msgid "Switched to branch '%s'\n"
4003msgstr ""
4004
4005#: builtin/checkout.c:732
4006#, c-format
4007msgid " ... and %d more.\n"
4008msgstr ""
4009
4010#: builtin/checkout.c:738
4011#, c-format
4012msgid ""
4013"Warning: you are leaving %d commit behind, not connected to\n"
4014"any of your branches:\n"
4015"\n"
4016"%s\n"
4017msgid_plural ""
4018"Warning: you are leaving %d commits behind, not connected to\n"
4019"any of your branches:\n"
4020"\n"
4021"%s\n"
4022msgstr[0] ""
4023msgstr[1] ""
4024
4025#: builtin/checkout.c:757
4026#, c-format
4027msgid ""
4028"If you want to keep it by creating a new branch, this may be a good time\n"
4029"to do so with:\n"
4030"\n"
4031" git branch <new-branch-name> %s\n"
4032"\n"
4033msgid_plural ""
4034"If you want to keep them by creating a new branch, this may be a good time\n"
4035"to do so with:\n"
4036"\n"
4037" git branch <new-branch-name> %s\n"
4038"\n"
4039msgstr[0] ""
4040msgstr[1] ""
4041
4042#: builtin/checkout.c:793
4043msgid "internal error in revision walk"
4044msgstr ""
4045
4046#: builtin/checkout.c:797
4047msgid "Previous HEAD position was"
4048msgstr ""
4049
4050#: builtin/checkout.c:824 builtin/checkout.c:1063
4051msgid "You are on a branch yet to be born"
4052msgstr ""
4053
4054#: builtin/checkout.c:969
4055#, c-format
4056msgid "only one reference expected, %d given."
4057msgstr ""
4058
4059#: builtin/checkout.c:1009 builtin/worktree.c:211
4060#, c-format
4061msgid "invalid reference: %s"
4062msgstr ""
4063
4064#: builtin/checkout.c:1038
4065#, c-format
4066msgid "reference is not a tree: %s"
4067msgstr ""
4068
4069#: builtin/checkout.c:1077
4070msgid "paths cannot be used with switching branches"
4071msgstr ""
4072
4073#: builtin/checkout.c:1080 builtin/checkout.c:1084
4074#, c-format
4075msgid "'%s' cannot be used with switching branches"
4076msgstr ""
4077
4078#: builtin/checkout.c:1088 builtin/checkout.c:1091 builtin/checkout.c:1096
4079#: builtin/checkout.c:1099
4080#, c-format
4081msgid "'%s' cannot be used with '%s'"
4082msgstr ""
4083
4084#: builtin/checkout.c:1104
4085#, c-format
4086msgid "Cannot switch branch to a non-commit '%s'"
4087msgstr ""
4088
4089#: builtin/checkout.c:1137 builtin/checkout.c:1139 builtin/clone.c:84
4090#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:318
4091#: builtin/worktree.c:320
4092msgid "branch"
4093msgstr ""
4094
4095#: builtin/checkout.c:1138
4096msgid "create and checkout a new branch"
4097msgstr ""
4098
4099#: builtin/checkout.c:1140
4100msgid "create/reset and checkout a branch"
4101msgstr ""
4102
4103#: builtin/checkout.c:1141
4104msgid "create reflog for new branch"
4105msgstr ""
4106
4107#: builtin/checkout.c:1142
4108msgid "detach the HEAD at named commit"
4109msgstr ""
4110
4111#: builtin/checkout.c:1143
4112msgid "set upstream info for new branch"
4113msgstr ""
4114
4115#: builtin/checkout.c:1145
4116msgid "new-branch"
4117msgstr ""
4118
4119#: builtin/checkout.c:1145
4120msgid "new unparented branch"
4121msgstr ""
4122
4123#: builtin/checkout.c:1146
4124msgid "checkout our version for unmerged files"
4125msgstr ""
4126
4127#: builtin/checkout.c:1148
4128msgid "checkout their version for unmerged files"
4129msgstr ""
4130
4131#: builtin/checkout.c:1150
4132msgid "force checkout (throw away local modifications)"
4133msgstr ""
4134
4135#: builtin/checkout.c:1151
4136msgid "perform a 3-way merge with the new branch"
4137msgstr ""
4138
4139#: builtin/checkout.c:1152 builtin/merge.c:227
4140msgid "update ignored files (default)"
4141msgstr ""
4142
4143#: builtin/checkout.c:1153 builtin/log.c:1269 parse-options.h:250
4144msgid "style"
4145msgstr ""
4146
4147#: builtin/checkout.c:1154
4148msgid "conflict style (merge or diff3)"
4149msgstr ""
4150
4151#: builtin/checkout.c:1157
4152msgid "do not limit pathspecs to sparse entries only"
4153msgstr ""
4154
4155#: builtin/checkout.c:1159
4156msgid "second guess 'git checkout <no-such-branch>'"
4157msgstr ""
4158
4159#: builtin/checkout.c:1161
4160msgid "do not check if another worktree is holding the given ref"
4161msgstr ""
4162
4163#: builtin/checkout.c:1162 builtin/clone.c:58 builtin/fetch.c:116
4164#: builtin/merge.c:224 builtin/pull.c:113 builtin/push.c:526
4165#: builtin/send-pack.c:168
4166msgid "force progress reporting"
4167msgstr ""
4168
4169#: builtin/checkout.c:1193
4170msgid "-b, -B and --orphan are mutually exclusive"
4171msgstr ""
4172
4173#: builtin/checkout.c:1210
4174msgid "--track needs a branch name"
4175msgstr ""
4176
4177#: builtin/checkout.c:1215
4178msgid "Missing branch name; try -b"
4179msgstr ""
4180
4181#: builtin/checkout.c:1251
4182msgid "invalid path specification"
4183msgstr ""
4184
4185#: builtin/checkout.c:1258
4186#, c-format
4187msgid ""
4188"Cannot update paths and switch to branch '%s' at the same time.\n"
4189"Did you intend to checkout '%s' which can not be resolved as commit?"
4190msgstr ""
4191
4192#: builtin/checkout.c:1263
4193#, c-format
4194msgid "git checkout: --detach does not take a path argument '%s'"
4195msgstr ""
4196
4197#: builtin/checkout.c:1267
4198msgid ""
4199"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
4200"checking out of the index."
4201msgstr ""
4202
4203#: builtin/clean.c:25
4204msgid ""
4205"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
4206msgstr ""
4207
4208#: builtin/clean.c:29
4209#, c-format
4210msgid "Removing %s\n"
4211msgstr ""
4212
4213#: builtin/clean.c:30
4214#, c-format
4215msgid "Would remove %s\n"
4216msgstr ""
4217
4218#: builtin/clean.c:31
4219#, c-format
4220msgid "Skipping repository %s\n"
4221msgstr ""
4222
4223#: builtin/clean.c:32
4224#, c-format
4225msgid "Would skip repository %s\n"
4226msgstr ""
4227
4228#: builtin/clean.c:33
4229#, c-format
4230msgid "failed to remove %s"
4231msgstr ""
4232
4233#: builtin/clean.c:291
4234msgid ""
4235"Prompt help:\n"
4236"1          - select a numbered item\n"
4237"foo        - select item based on unique prefix\n"
4238"           - (empty) select nothing"
4239msgstr ""
4240
4241#: builtin/clean.c:295
4242msgid ""
4243"Prompt help:\n"
4244"1          - select a single item\n"
4245"3-5        - select a range of items\n"
4246"2-3,6-9    - select multiple ranges\n"
4247"foo        - select item based on unique prefix\n"
4248"-...       - unselect specified items\n"
4249"*          - choose all items\n"
4250"           - (empty) finish selecting"
4251msgstr ""
4252
4253#: builtin/clean.c:511
4254#, c-format
4255msgid "Huh (%s)?"
4256msgstr ""
4257
4258#: builtin/clean.c:653
4259#, c-format
4260msgid "Input ignore patterns>> "
4261msgstr ""
4262
4263#: builtin/clean.c:690
4264#, c-format
4265msgid "WARNING: Cannot find items matched by: %s"
4266msgstr ""
4267
4268#: builtin/clean.c:711
4269msgid "Select items to delete"
4270msgstr ""
4271
4272#. TRANSLATORS: Make sure to keep [y/N] as is
4273#: builtin/clean.c:752
4274#, c-format
4275msgid "Remove %s [y/N]? "
4276msgstr ""
4277
4278#: builtin/clean.c:777
4279msgid "Bye."
4280msgstr ""
4281
4282#: builtin/clean.c:785
4283msgid ""
4284"clean               - start cleaning\n"
4285"filter by pattern   - exclude items from deletion\n"
4286"select by numbers   - select items to be deleted by numbers\n"
4287"ask each            - confirm each deletion (like \"rm -i\")\n"
4288"quit                - stop cleaning\n"
4289"help                - this screen\n"
4290"?                   - help for prompt selection"
4291msgstr ""
4292
4293#: builtin/clean.c:812
4294msgid "*** Commands ***"
4295msgstr ""
4296
4297#: builtin/clean.c:813
4298msgid "What now"
4299msgstr ""
4300
4301#: builtin/clean.c:821
4302msgid "Would remove the following item:"
4303msgid_plural "Would remove the following items:"
4304msgstr[0] ""
4305msgstr[1] ""
4306
4307#: builtin/clean.c:838
4308msgid "No more files to clean, exiting."
4309msgstr ""
4310
4311#: builtin/clean.c:869
4312msgid "do not print names of files removed"
4313msgstr ""
4314
4315#: builtin/clean.c:871
4316msgid "force"
4317msgstr ""
4318
4319#: builtin/clean.c:872
4320msgid "interactive cleaning"
4321msgstr ""
4322
4323#: builtin/clean.c:874
4324msgid "remove whole directories"
4325msgstr ""
4326
4327#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:722
4328#: builtin/ls-files.c:456 builtin/name-rev.c:307 builtin/show-ref.c:182
4329msgid "pattern"
4330msgstr ""
4331
4332#: builtin/clean.c:876
4333msgid "add <pattern> to ignore rules"
4334msgstr ""
4335
4336#: builtin/clean.c:877
4337msgid "remove ignored files, too"
4338msgstr ""
4339
4340#: builtin/clean.c:879
4341msgid "remove only ignored files"
4342msgstr ""
4343
4344#: builtin/clean.c:897
4345msgid "-x and -X cannot be used together"
4346msgstr ""
4347
4348#: builtin/clean.c:901
4349msgid ""
4350"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
4351"clean"
4352msgstr ""
4353
4354#: builtin/clean.c:904
4355msgid ""
4356"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
4357"refusing to clean"
4358msgstr ""
4359
4360#: builtin/clone.c:37
4361msgid "git clone [<options>] [--] <repo> [<dir>]"
4362msgstr ""
4363
4364#: builtin/clone.c:60
4365msgid "don't create a checkout"
4366msgstr ""
4367
4368#: builtin/clone.c:61 builtin/clone.c:63 builtin/init-db.c:469
4369msgid "create a bare repository"
4370msgstr ""
4371
4372#: builtin/clone.c:65
4373msgid "create a mirror repository (implies bare)"
4374msgstr ""
4375
4376#: builtin/clone.c:67
4377msgid "to clone from a local repository"
4378msgstr ""
4379
4380#: builtin/clone.c:69
4381msgid "don't use local hardlinks, always copy"
4382msgstr ""
4383
4384#: builtin/clone.c:71
4385msgid "setup as shared repository"
4386msgstr ""
4387
4388#: builtin/clone.c:73 builtin/clone.c:75
4389msgid "initialize submodules in the clone"
4390msgstr ""
4391
4392#: builtin/clone.c:76 builtin/init-db.c:466
4393msgid "template-directory"
4394msgstr ""
4395
4396#: builtin/clone.c:77 builtin/init-db.c:467
4397msgid "directory from which templates will be used"
4398msgstr ""
4399
4400#: builtin/clone.c:79 builtin/submodule--helper.c:173
4401msgid "reference repository"
4402msgstr ""
4403
4404#: builtin/clone.c:81
4405msgid "use --reference only while cloning"
4406msgstr ""
4407
4408#: builtin/clone.c:82 builtin/column.c:26 builtin/merge-file.c:44
4409msgid "name"
4410msgstr ""
4411
4412#: builtin/clone.c:83
4413msgid "use <name> instead of 'origin' to track upstream"
4414msgstr ""
4415
4416#: builtin/clone.c:85
4417msgid "checkout <branch> instead of the remote's HEAD"
4418msgstr ""
4419
4420#: builtin/clone.c:87
4421msgid "path to git-upload-pack on the remote"
4422msgstr ""
4423
4424#: builtin/clone.c:88 builtin/fetch.c:117 builtin/grep.c:665
4425#: builtin/pull.c:193
4426msgid "depth"
4427msgstr ""
4428
4429#: builtin/clone.c:89
4430msgid "create a shallow clone of that depth"
4431msgstr ""
4432
4433#: builtin/clone.c:91
4434msgid "clone only one branch, HEAD or --branch"
4435msgstr ""
4436
4437#: builtin/clone.c:92 builtin/init-db.c:475
4438msgid "gitdir"
4439msgstr ""
4440
4441#: builtin/clone.c:93 builtin/init-db.c:476
4442msgid "separate git dir from working tree"
4443msgstr ""
4444
4445#: builtin/clone.c:94
4446msgid "key=value"
4447msgstr ""
4448
4449#: builtin/clone.c:95
4450msgid "set config inside the new repository"
4451msgstr ""
4452
4453#: builtin/clone.c:96 builtin/fetch.c:131 builtin/push.c:536
4454msgid "use IPv4 addresses only"
4455msgstr ""
4456
4457#: builtin/clone.c:98 builtin/fetch.c:133 builtin/push.c:538
4458msgid "use IPv6 addresses only"
4459msgstr ""
4460
4461#: builtin/clone.c:305
4462#, c-format
4463msgid "reference repository '%s' as a linked checkout is not supported yet."
4464msgstr ""
4465
4466#: builtin/clone.c:307
4467#, c-format
4468msgid "reference repository '%s' is not a local repository."
4469msgstr ""
4470
4471#: builtin/clone.c:312
4472#, c-format
4473msgid "reference repository '%s' is shallow"
4474msgstr ""
4475
4476#: builtin/clone.c:315
4477#, c-format
4478msgid "reference repository '%s' is grafted"
4479msgstr ""
4480
4481#: builtin/clone.c:380 builtin/diff.c:84
4482#, c-format
4483msgid "failed to stat '%s'"
4484msgstr ""
4485
4486#: builtin/clone.c:382
4487#, c-format
4488msgid "%s exists and is not a directory"
4489msgstr ""
4490
4491#: builtin/clone.c:396
4492#, c-format
4493msgid "failed to stat %s\n"
4494msgstr ""
4495
4496#: builtin/clone.c:418
4497#, c-format
4498msgid "failed to create link '%s'"
4499msgstr ""
4500
4501#: builtin/clone.c:422
4502#, c-format
4503msgid "failed to copy file to '%s'"
4504msgstr ""
4505
4506#: builtin/clone.c:447 builtin/clone.c:631
4507#, c-format
4508msgid "done.\n"
4509msgstr ""
4510
4511#: builtin/clone.c:459
4512msgid ""
4513"Clone succeeded, but checkout failed.\n"
4514"You can inspect what was checked out with 'git status'\n"
4515"and retry the checkout with 'git checkout -f HEAD'\n"
4516msgstr ""
4517
4518#: builtin/clone.c:536
4519#, c-format
4520msgid "Could not find remote branch %s to clone."
4521msgstr ""
4522
4523#: builtin/clone.c:626
4524#, c-format
4525msgid "Checking connectivity... "
4526msgstr ""
4527
4528#: builtin/clone.c:629
4529msgid "remote did not send all necessary objects"
4530msgstr ""
4531
4532#: builtin/clone.c:696
4533msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
4534msgstr ""
4535
4536#: builtin/clone.c:727
4537msgid "unable to checkout working tree"
4538msgstr ""
4539
4540#: builtin/clone.c:816
4541msgid "cannot repack to clean up"
4542msgstr ""
4543
4544#: builtin/clone.c:818
4545msgid "cannot unlink temporary alternates file"
4546msgstr ""
4547
4548#: builtin/clone.c:850
4549msgid "Too many arguments."
4550msgstr ""
4551
4552#: builtin/clone.c:854
4553msgid "You must specify a repository to clone."
4554msgstr ""
4555
4556#: builtin/clone.c:865
4557#, c-format
4558msgid "--bare and --origin %s options are incompatible."
4559msgstr ""
4560
4561#: builtin/clone.c:868
4562msgid "--bare and --separate-git-dir are incompatible."
4563msgstr ""
4564
4565#: builtin/clone.c:881
4566#, c-format
4567msgid "repository '%s' does not exist"
4568msgstr ""
4569
4570#: builtin/clone.c:887 builtin/fetch.c:1174
4571#, c-format
4572msgid "depth %s is not a positive number"
4573msgstr ""
4574
4575#: builtin/clone.c:897
4576#, c-format
4577msgid "destination path '%s' already exists and is not an empty directory."
4578msgstr ""
4579
4580#: builtin/clone.c:907
4581#, c-format
4582msgid "working tree '%s' already exists."
4583msgstr ""
4584
4585#: builtin/clone.c:922 builtin/clone.c:933 builtin/submodule--helper.c:218
4586#: builtin/worktree.c:219 builtin/worktree.c:246
4587#, c-format
4588msgid "could not create leading directories of '%s'"
4589msgstr ""
4590
4591#: builtin/clone.c:925
4592#, c-format
4593msgid "could not create work tree dir '%s'"
4594msgstr ""
4595
4596#: builtin/clone.c:943
4597#, c-format
4598msgid "Cloning into bare repository '%s'...\n"
4599msgstr ""
4600
4601#: builtin/clone.c:945
4602#, c-format
4603msgid "Cloning into '%s'...\n"
4604msgstr ""
4605
4606#: builtin/clone.c:984
4607msgid "--depth is ignored in local clones; use file:// instead."
4608msgstr ""
4609
4610#: builtin/clone.c:987
4611msgid "source repository is shallow, ignoring --local"
4612msgstr ""
4613
4614#: builtin/clone.c:992
4615msgid "--local is ignored"
4616msgstr ""
4617
4618#: builtin/clone.c:996
4619#, c-format
4620msgid "Don't know how to clone %s"
4621msgstr ""
4622
4623#: builtin/clone.c:1045 builtin/clone.c:1053
4624#, c-format
4625msgid "Remote branch %s not found in upstream %s"
4626msgstr ""
4627
4628#: builtin/clone.c:1056
4629msgid "You appear to have cloned an empty repository."
4630msgstr ""
4631
4632#: builtin/column.c:9
4633msgid "git column [<options>]"
4634msgstr ""
4635
4636#: builtin/column.c:26
4637msgid "lookup config vars"
4638msgstr ""
4639
4640#: builtin/column.c:27 builtin/column.c:28
4641msgid "layout to use"
4642msgstr ""
4643
4644#: builtin/column.c:29
4645msgid "Maximum width"
4646msgstr ""
4647
4648#: builtin/column.c:30
4649msgid "Padding space on left border"
4650msgstr ""
4651
4652#: builtin/column.c:31
4653msgid "Padding space on right border"
4654msgstr ""
4655
4656#: builtin/column.c:32
4657msgid "Padding space between columns"
4658msgstr ""
4659
4660#: builtin/column.c:51
4661msgid "--command must be the first argument"
4662msgstr ""
4663
4664#: builtin/commit.c:38
4665msgid "git commit [<options>] [--] <pathspec>..."
4666msgstr ""
4667
4668#: builtin/commit.c:43
4669msgid "git status [<options>] [--] <pathspec>..."
4670msgstr ""
4671
4672#: builtin/commit.c:48
4673msgid ""
4674"Your name and email address were configured automatically based\n"
4675"on your username and hostname. Please check that they are accurate.\n"
4676"You can suppress this message by setting them explicitly. Run the\n"
4677"following command and follow the instructions in your editor to edit\n"
4678"your configuration file:\n"
4679"\n"
4680"    git config --global --edit\n"
4681"\n"
4682"After doing this, you may fix the identity used for this commit with:\n"
4683"\n"
4684"    git commit --amend --reset-author\n"
4685msgstr ""
4686
4687#: builtin/commit.c:61
4688msgid ""
4689"Your name and email address were configured automatically based\n"
4690"on your username and hostname. Please check that they are accurate.\n"
4691"You can suppress this message by setting them explicitly:\n"
4692"\n"
4693"    git config --global user.name \"Your Name\"\n"
4694"    git config --global user.email you@example.com\n"
4695"\n"
4696"After doing this, you may fix the identity used for this commit with:\n"
4697"\n"
4698"    git commit --amend --reset-author\n"
4699msgstr ""
4700
4701#: builtin/commit.c:73
4702msgid ""
4703"You asked to amend the most recent commit, but doing so would make\n"
4704"it empty. You can repeat your command with --allow-empty, or you can\n"
4705"remove the commit entirely with \"git reset HEAD^\".\n"
4706msgstr ""
4707
4708#: builtin/commit.c:78
4709msgid ""
4710"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
4711"If you wish to commit it anyway, use:\n"
4712"\n"
4713"    git commit --allow-empty\n"
4714"\n"
4715msgstr ""
4716
4717#: builtin/commit.c:85
4718msgid "Otherwise, please use 'git reset'\n"
4719msgstr ""
4720
4721#: builtin/commit.c:88
4722msgid ""
4723"If you wish to skip this commit, use:\n"
4724"\n"
4725"    git reset\n"
4726"\n"
4727"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
4728"the remaining commits.\n"
4729msgstr ""
4730
4731#: builtin/commit.c:305
4732msgid "failed to unpack HEAD tree object"
4733msgstr ""
4734
4735#: builtin/commit.c:346
4736msgid "unable to create temporary index"
4737msgstr ""
4738
4739#: builtin/commit.c:352
4740msgid "interactive add failed"
4741msgstr ""
4742
4743#: builtin/commit.c:365
4744msgid "unable to update temporary index"
4745msgstr ""
4746
4747#: builtin/commit.c:367
4748msgid "Failed to update main cache tree"
4749msgstr ""
4750
4751#: builtin/commit.c:391 builtin/commit.c:414 builtin/commit.c:463
4752msgid "unable to write new_index file"
4753msgstr ""
4754
4755#: builtin/commit.c:445
4756msgid "cannot do a partial commit during a merge."
4757msgstr ""
4758
4759#: builtin/commit.c:447
4760msgid "cannot do a partial commit during a cherry-pick."
4761msgstr ""
4762
4763#: builtin/commit.c:456
4764msgid "cannot read the index"
4765msgstr ""
4766
4767#: builtin/commit.c:475
4768msgid "unable to write temporary index file"
4769msgstr ""
4770
4771#: builtin/commit.c:580
4772#, c-format
4773msgid "commit '%s' lacks author header"
4774msgstr ""
4775
4776#: builtin/commit.c:582
4777#, c-format
4778msgid "commit '%s' has malformed author line"
4779msgstr ""
4780
4781#: builtin/commit.c:601
4782msgid "malformed --author parameter"
4783msgstr ""
4784
4785#: builtin/commit.c:609
4786#, c-format
4787msgid "invalid date format: %s"
4788msgstr ""
4789
4790#: builtin/commit.c:653
4791msgid ""
4792"unable to select a comment character that is not used\n"
4793"in the current commit message"
4794msgstr ""
4795
4796#: builtin/commit.c:690 builtin/commit.c:723 builtin/commit.c:1080
4797#, c-format
4798msgid "could not lookup commit %s"
4799msgstr ""
4800
4801#: builtin/commit.c:702 builtin/shortlog.c:285
4802#, c-format
4803msgid "(reading log message from standard input)\n"
4804msgstr ""
4805
4806#: builtin/commit.c:704
4807msgid "could not read log from standard input"
4808msgstr ""
4809
4810#: builtin/commit.c:708
4811#, c-format
4812msgid "could not read log file '%s'"
4813msgstr ""
4814
4815#: builtin/commit.c:730
4816msgid "could not read MERGE_MSG"
4817msgstr ""
4818
4819#: builtin/commit.c:734
4820msgid "could not read SQUASH_MSG"
4821msgstr ""
4822
4823#: builtin/commit.c:785
4824msgid "could not write commit template"
4825msgstr ""
4826
4827#: builtin/commit.c:803
4828#, c-format
4829msgid ""
4830"\n"
4831"It looks like you may be committing a merge.\n"
4832"If this is not correct, please remove the file\n"
4833"\t%s\n"
4834"and try again.\n"
4835msgstr ""
4836
4837#: builtin/commit.c:808
4838#, c-format
4839msgid ""
4840"\n"
4841"It looks like you may be committing a cherry-pick.\n"
4842"If this is not correct, please remove the file\n"
4843"\t%s\n"
4844"and try again.\n"
4845msgstr ""
4846
4847#: builtin/commit.c:821
4848#, c-format
4849msgid ""
4850"Please enter the commit message for your changes. Lines starting\n"
4851"with '%c' will be ignored, and an empty message aborts the commit.\n"
4852msgstr ""
4853
4854#: builtin/commit.c:828
4855#, c-format
4856msgid ""
4857"Please enter the commit message for your changes. Lines starting\n"
4858"with '%c' will be kept; you may remove them yourself if you want to.\n"
4859"An empty message aborts the commit.\n"
4860msgstr ""
4861
4862#: builtin/commit.c:848
4863#, c-format
4864msgid "%sAuthor:    %.*s <%.*s>"
4865msgstr ""
4866
4867#: builtin/commit.c:856
4868#, c-format
4869msgid "%sDate:      %s"
4870msgstr ""
4871
4872#: builtin/commit.c:863
4873#, c-format
4874msgid "%sCommitter: %.*s <%.*s>"
4875msgstr ""
4876
4877#: builtin/commit.c:881
4878msgid "Cannot read index"
4879msgstr ""
4880
4881#: builtin/commit.c:938
4882msgid "Error building trees"
4883msgstr ""
4884
4885#: builtin/commit.c:953 builtin/tag.c:266
4886#, c-format
4887msgid "Please supply the message using either -m or -F option.\n"
4888msgstr ""
4889
4890#: builtin/commit.c:1055
4891#, c-format
4892msgid "--author '%s' is not 'Name <email>' and matches no existing author"
4893msgstr ""
4894
4895#: builtin/commit.c:1070 builtin/commit.c:1310
4896#, c-format
4897msgid "Invalid untracked files mode '%s'"
4898msgstr ""
4899
4900#: builtin/commit.c:1107
4901msgid "--long and -z are incompatible"
4902msgstr ""
4903
4904#: builtin/commit.c:1137
4905msgid "Using both --reset-author and --author does not make sense"
4906msgstr ""
4907
4908#: builtin/commit.c:1146
4909msgid "You have nothing to amend."
4910msgstr ""
4911
4912#: builtin/commit.c:1149
4913msgid "You are in the middle of a merge -- cannot amend."
4914msgstr ""
4915
4916#: builtin/commit.c:1151
4917msgid "You are in the middle of a cherry-pick -- cannot amend."
4918msgstr ""
4919
4920#: builtin/commit.c:1154
4921msgid "Options --squash and --fixup cannot be used together"
4922msgstr ""
4923
4924#: builtin/commit.c:1164
4925msgid "Only one of -c/-C/-F/--fixup can be used."
4926msgstr ""
4927
4928#: builtin/commit.c:1166
4929msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
4930msgstr ""
4931
4932#: builtin/commit.c:1174
4933msgid "--reset-author can be used only with -C, -c or --amend."
4934msgstr ""
4935
4936#: builtin/commit.c:1191
4937msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
4938msgstr ""
4939
4940#: builtin/commit.c:1193
4941msgid "No paths with --include/--only does not make sense."
4942msgstr ""
4943
4944#: builtin/commit.c:1195
4945msgid "Clever... amending the last one with dirty index."
4946msgstr ""
4947
4948#: builtin/commit.c:1197
4949msgid "Explicit paths specified without -i or -o; assuming --only paths..."
4950msgstr ""
4951
4952#: builtin/commit.c:1209 builtin/tag.c:475
4953#, c-format
4954msgid "Invalid cleanup mode %s"
4955msgstr ""
4956
4957#: builtin/commit.c:1214
4958msgid "Paths with -a does not make sense."
4959msgstr ""
4960
4961#: builtin/commit.c:1324 builtin/commit.c:1605
4962msgid "show status concisely"
4963msgstr ""
4964
4965#: builtin/commit.c:1326 builtin/commit.c:1607
4966msgid "show branch information"
4967msgstr ""
4968
4969#: builtin/commit.c:1328 builtin/commit.c:1609 builtin/push.c:512
4970#: builtin/worktree.c:430
4971msgid "machine-readable output"
4972msgstr ""
4973
4974#: builtin/commit.c:1331 builtin/commit.c:1611
4975msgid "show status in long format (default)"
4976msgstr ""
4977
4978#: builtin/commit.c:1334 builtin/commit.c:1614
4979msgid "terminate entries with NUL"
4980msgstr ""
4981
4982#: builtin/commit.c:1336 builtin/commit.c:1617 builtin/fast-export.c:981
4983#: builtin/fast-export.c:984 builtin/tag.c:353
4984msgid "mode"
4985msgstr ""
4986
4987#: builtin/commit.c:1337 builtin/commit.c:1617
4988msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
4989msgstr ""
4990
4991#: builtin/commit.c:1340
4992msgid "show ignored files"
4993msgstr ""
4994
4995#: builtin/commit.c:1341 parse-options.h:155
4996msgid "when"
4997msgstr ""
4998
4999#: builtin/commit.c:1342
5000msgid ""
5001"ignore changes to submodules, optional when: all, dirty, untracked. "
5002"(Default: all)"
5003msgstr ""
5004
5005#: builtin/commit.c:1344
5006msgid "list untracked files in columns"
5007msgstr ""
5008
5009#: builtin/commit.c:1430
5010msgid "couldn't look up newly created commit"
5011msgstr ""
5012
5013#: builtin/commit.c:1432
5014msgid "could not parse newly created commit"
5015msgstr ""
5016
5017#: builtin/commit.c:1477
5018msgid "detached HEAD"
5019msgstr ""
5020
5021#: builtin/commit.c:1480
5022msgid " (root-commit)"
5023msgstr ""
5024
5025#: builtin/commit.c:1575
5026msgid "suppress summary after successful commit"
5027msgstr ""
5028
5029#: builtin/commit.c:1576
5030msgid "show diff in commit message template"
5031msgstr ""
5032
5033#: builtin/commit.c:1578
5034msgid "Commit message options"
5035msgstr ""
5036
5037#: builtin/commit.c:1579 builtin/tag.c:351
5038msgid "read message from file"
5039msgstr ""
5040
5041#: builtin/commit.c:1580
5042msgid "author"
5043msgstr ""
5044
5045#: builtin/commit.c:1580
5046msgid "override author for commit"
5047msgstr ""
5048
5049#: builtin/commit.c:1581 builtin/gc.c:326
5050msgid "date"
5051msgstr ""
5052
5053#: builtin/commit.c:1581
5054msgid "override date for commit"
5055msgstr ""
5056
5057#: builtin/commit.c:1582 builtin/merge.c:218 builtin/notes.c:395
5058#: builtin/notes.c:558 builtin/tag.c:349
5059msgid "message"
5060msgstr ""
5061
5062#: builtin/commit.c:1582
5063msgid "commit message"
5064msgstr ""
5065
5066#: builtin/commit.c:1583 builtin/commit.c:1584 builtin/commit.c:1585
5067#: builtin/commit.c:1586 parse-options.h:256 ref-filter.h:79
5068msgid "commit"
5069msgstr ""
5070
5071#: builtin/commit.c:1583
5072msgid "reuse and edit message from specified commit"
5073msgstr ""
5074
5075#: builtin/commit.c:1584
5076msgid "reuse message from specified commit"
5077msgstr ""
5078
5079#: builtin/commit.c:1585
5080msgid "use autosquash formatted message to fixup specified commit"
5081msgstr ""
5082
5083#: builtin/commit.c:1586
5084msgid "use autosquash formatted message to squash specified commit"
5085msgstr ""
5086
5087#: builtin/commit.c:1587
5088msgid "the commit is authored by me now (used with -C/-c/--amend)"
5089msgstr ""
5090
5091#: builtin/commit.c:1588 builtin/log.c:1219 builtin/revert.c:86
5092msgid "add Signed-off-by:"
5093msgstr ""
5094
5095#: builtin/commit.c:1589
5096msgid "use specified template file"
5097msgstr ""
5098
5099#: builtin/commit.c:1590
5100msgid "force edit of commit"
5101msgstr ""
5102
5103#: builtin/commit.c:1591
5104msgid "default"
5105msgstr ""
5106
5107#: builtin/commit.c:1591 builtin/tag.c:354
5108msgid "how to strip spaces and #comments from message"
5109msgstr ""
5110
5111#: builtin/commit.c:1592
5112msgid "include status in commit message template"
5113msgstr ""
5114
5115#: builtin/commit.c:1594 builtin/merge.c:226 builtin/pull.c:160
5116#: builtin/revert.c:93
5117msgid "GPG sign commit"
5118msgstr ""
5119
5120#: builtin/commit.c:1597
5121msgid "Commit contents options"
5122msgstr ""
5123
5124#: builtin/commit.c:1598
5125msgid "commit all changed files"
5126msgstr ""
5127
5128#: builtin/commit.c:1599
5129msgid "add specified files to index for commit"
5130msgstr ""
5131
5132#: builtin/commit.c:1600
5133msgid "interactively add files"
5134msgstr ""
5135
5136#: builtin/commit.c:1601
5137msgid "interactively add changes"
5138msgstr ""
5139
5140#: builtin/commit.c:1602
5141msgid "commit only specified files"
5142msgstr ""
5143
5144#: builtin/commit.c:1603
5145msgid "bypass pre-commit hook"
5146msgstr ""
5147
5148#: builtin/commit.c:1604
5149msgid "show what would be committed"
5150msgstr ""
5151
5152#: builtin/commit.c:1615
5153msgid "amend previous commit"
5154msgstr ""
5155
5156#: builtin/commit.c:1616
5157msgid "bypass post-rewrite hook"
5158msgstr ""
5159
5160#: builtin/commit.c:1621
5161msgid "ok to record an empty change"
5162msgstr ""
5163
5164#: builtin/commit.c:1623
5165msgid "ok to record a change with an empty message"
5166msgstr ""
5167
5168#: builtin/commit.c:1652
5169msgid "could not parse HEAD commit"
5170msgstr ""
5171
5172#: builtin/commit.c:1698
5173#, c-format
5174msgid "Corrupt MERGE_HEAD file (%s)"
5175msgstr ""
5176
5177#: builtin/commit.c:1705
5178msgid "could not read MERGE_MODE"
5179msgstr ""
5180
5181#: builtin/commit.c:1724
5182#, c-format
5183msgid "could not read commit message: %s"
5184msgstr ""
5185
5186#: builtin/commit.c:1735
5187#, c-format
5188msgid "Aborting commit; you did not edit the message.\n"
5189msgstr ""
5190
5191#: builtin/commit.c:1740
5192#, c-format
5193msgid "Aborting commit due to empty commit message.\n"
5194msgstr ""
5195
5196#: builtin/commit.c:1788
5197msgid ""
5198"Repository has been updated, but unable to write\n"
5199"new_index file. Check that disk is not full and quota is\n"
5200"not exceeded, and then \"git reset HEAD\" to recover."
5201msgstr ""
5202
5203#: builtin/config.c:9
5204msgid "git config [<options>]"
5205msgstr ""
5206
5207#: builtin/config.c:56
5208msgid "Config file location"
5209msgstr ""
5210
5211#: builtin/config.c:57
5212msgid "use global config file"
5213msgstr ""
5214
5215#: builtin/config.c:58
5216msgid "use system config file"
5217msgstr ""
5218
5219#: builtin/config.c:59
5220msgid "use repository config file"
5221msgstr ""
5222
5223#: builtin/config.c:60
5224msgid "use given config file"
5225msgstr ""
5226
5227#: builtin/config.c:61
5228msgid "blob-id"
5229msgstr ""
5230
5231#: builtin/config.c:61
5232msgid "read config from given blob object"
5233msgstr ""
5234
5235#: builtin/config.c:62
5236msgid "Action"
5237msgstr ""
5238
5239#: builtin/config.c:63
5240msgid "get value: name [value-regex]"
5241msgstr ""
5242
5243#: builtin/config.c:64
5244msgid "get all values: key [value-regex]"
5245msgstr ""
5246
5247#: builtin/config.c:65
5248msgid "get values for regexp: name-regex [value-regex]"
5249msgstr ""
5250
5251#: builtin/config.c:66
5252msgid "get value specific for the URL: section[.var] URL"
5253msgstr ""
5254
5255#: builtin/config.c:67
5256msgid "replace all matching variables: name value [value_regex]"
5257msgstr ""
5258
5259#: builtin/config.c:68
5260msgid "add a new variable: name value"
5261msgstr ""
5262
5263#: builtin/config.c:69
5264msgid "remove a variable: name [value-regex]"
5265msgstr ""
5266
5267#: builtin/config.c:70
5268msgid "remove all matches: name [value-regex]"
5269msgstr ""
5270
5271#: builtin/config.c:71
5272msgid "rename section: old-name new-name"
5273msgstr ""
5274
5275#: builtin/config.c:72
5276msgid "remove a section: name"
5277msgstr ""
5278
5279#: builtin/config.c:73
5280msgid "list all"
5281msgstr ""
5282
5283#: builtin/config.c:74
5284msgid "open an editor"
5285msgstr ""
5286
5287#: builtin/config.c:75
5288msgid "find the color configured: slot [default]"
5289msgstr ""
5290
5291#: builtin/config.c:76
5292msgid "find the color setting: slot [stdout-is-tty]"
5293msgstr ""
5294
5295#: builtin/config.c:77
5296msgid "Type"
5297msgstr ""
5298
5299#: builtin/config.c:78
5300msgid "value is \"true\" or \"false\""
5301msgstr ""
5302
5303#: builtin/config.c:79
5304msgid "value is decimal number"
5305msgstr ""
5306
5307#: builtin/config.c:80
5308msgid "value is --bool or --int"
5309msgstr ""
5310
5311#: builtin/config.c:81
5312msgid "value is a path (file or directory name)"
5313msgstr ""
5314
5315#: builtin/config.c:82
5316msgid "Other"
5317msgstr ""
5318
5319#: builtin/config.c:83
5320msgid "terminate values with NUL byte"
5321msgstr ""
5322
5323#: builtin/config.c:84
5324msgid "show variable names only"
5325msgstr ""
5326
5327#: builtin/config.c:85
5328msgid "respect include directives on lookup"
5329msgstr ""
5330
5331#: builtin/config.c:86
5332msgid "show origin of config (file, standard input, blob, command line)"
5333msgstr ""
5334
5335#: builtin/config.c:328
5336msgid "unable to parse default color value"
5337msgstr ""
5338
5339#: builtin/config.c:469
5340#, c-format
5341msgid ""
5342"# This is Git's per-user configuration file.\n"
5343"[user]\n"
5344"# Please adapt and uncomment the following lines:\n"
5345"#\tname = %s\n"
5346"#\temail = %s\n"
5347msgstr ""
5348
5349#: builtin/config.c:611
5350#, c-format
5351msgid "cannot create configuration file %s"
5352msgstr ""
5353
5354#: builtin/count-objects.c:77
5355msgid "git count-objects [-v] [-H | --human-readable]"
5356msgstr ""
5357
5358#: builtin/count-objects.c:87
5359msgid "print sizes in human readable format"
5360msgstr ""
5361
5362#: builtin/describe.c:17
5363msgid "git describe [<options>] [<commit-ish>...]"
5364msgstr ""
5365
5366#: builtin/describe.c:18
5367msgid "git describe [<options>] --dirty"
5368msgstr ""
5369
5370#: builtin/describe.c:217
5371#, c-format
5372msgid "annotated tag %s not available"
5373msgstr ""
5374
5375#: builtin/describe.c:221
5376#, c-format
5377msgid "annotated tag %s has no embedded name"
5378msgstr ""
5379
5380#: builtin/describe.c:223
5381#, c-format
5382msgid "tag '%s' is really '%s' here"
5383msgstr ""
5384
5385#: builtin/describe.c:250 builtin/log.c:459
5386#, c-format
5387msgid "Not a valid object name %s"
5388msgstr ""
5389
5390#: builtin/describe.c:253
5391#, c-format
5392msgid "%s is not a valid '%s' object"
5393msgstr ""
5394
5395#: builtin/describe.c:270
5396#, c-format
5397msgid "no tag exactly matches '%s'"
5398msgstr ""
5399
5400#: builtin/describe.c:272
5401#, c-format
5402msgid "searching to describe %s\n"
5403msgstr ""
5404
5405#: builtin/describe.c:319
5406#, c-format
5407msgid "finished search at %s\n"
5408msgstr ""
5409
5410#: builtin/describe.c:346
5411#, c-format
5412msgid ""
5413"No annotated tags can describe '%s'.\n"
5414"However, there were unannotated tags: try --tags."
5415msgstr ""
5416
5417#: builtin/describe.c:350
5418#, c-format
5419msgid ""
5420"No tags can describe '%s'.\n"
5421"Try --always, or create some tags."
5422msgstr ""
5423
5424#: builtin/describe.c:371
5425#, c-format
5426msgid "traversed %lu commits\n"
5427msgstr ""
5428
5429#: builtin/describe.c:374
5430#, c-format
5431msgid ""
5432"more than %i tags found; listed %i most recent\n"
5433"gave up search at %s\n"
5434msgstr ""
5435
5436#: builtin/describe.c:396
5437msgid "find the tag that comes after the commit"
5438msgstr ""
5439
5440#: builtin/describe.c:397
5441msgid "debug search strategy on stderr"
5442msgstr ""
5443
5444#: builtin/describe.c:398
5445msgid "use any ref"
5446msgstr ""
5447
5448#: builtin/describe.c:399
5449msgid "use any tag, even unannotated"
5450msgstr ""
5451
5452#: builtin/describe.c:400
5453msgid "always use long format"
5454msgstr ""
5455
5456#: builtin/describe.c:401
5457msgid "only follow first parent"
5458msgstr ""
5459
5460#: builtin/describe.c:404
5461msgid "only output exact matches"
5462msgstr ""
5463
5464#: builtin/describe.c:406
5465msgid "consider <n> most recent tags (default: 10)"
5466msgstr ""
5467
5468#: builtin/describe.c:408
5469msgid "only consider tags matching <pattern>"
5470msgstr ""
5471
5472#: builtin/describe.c:410 builtin/name-rev.c:314
5473msgid "show abbreviated commit object as fallback"
5474msgstr ""
5475
5476#: builtin/describe.c:411
5477msgid "mark"
5478msgstr ""
5479
5480#: builtin/describe.c:412
5481msgid "append <mark> on dirty working tree (default: \"-dirty\")"
5482msgstr ""
5483
5484#: builtin/describe.c:430
5485msgid "--long is incompatible with --abbrev=0"
5486msgstr ""
5487
5488#: builtin/describe.c:456
5489msgid "No names found, cannot describe anything."
5490msgstr ""
5491
5492#: builtin/describe.c:476
5493msgid "--dirty is incompatible with commit-ishes"
5494msgstr ""
5495
5496#: builtin/diff.c:86
5497#, c-format
5498msgid "'%s': not a regular file or symlink"
5499msgstr ""
5500
5501#: builtin/diff.c:237
5502#, c-format
5503msgid "invalid option: %s"
5504msgstr ""
5505
5506#: builtin/diff.c:358
5507msgid "Not a git repository"
5508msgstr ""
5509
5510#: builtin/diff.c:401
5511#, c-format
5512msgid "invalid object '%s' given."
5513msgstr ""
5514
5515#: builtin/diff.c:410
5516#, c-format
5517msgid "more than two blobs given: '%s'"
5518msgstr ""
5519
5520#: builtin/diff.c:417
5521#, c-format
5522msgid "unhandled object '%s' given."
5523msgstr ""
5524
5525#: builtin/fast-export.c:25
5526msgid "git fast-export [rev-list-opts]"
5527msgstr ""
5528
5529#: builtin/fast-export.c:980
5530msgid "show progress after <n> objects"
5531msgstr ""
5532
5533#: builtin/fast-export.c:982
5534msgid "select handling of signed tags"
5535msgstr ""
5536
5537#: builtin/fast-export.c:985
5538msgid "select handling of tags that tag filtered objects"
5539msgstr ""
5540
5541#: builtin/fast-export.c:988
5542msgid "Dump marks to this file"
5543msgstr ""
5544
5545#: builtin/fast-export.c:990
5546msgid "Import marks from this file"
5547msgstr ""
5548
5549#: builtin/fast-export.c:992
5550msgid "Fake a tagger when tags lack one"
5551msgstr ""
5552
5553#: builtin/fast-export.c:994
5554msgid "Output full tree for each commit"
5555msgstr ""
5556
5557#: builtin/fast-export.c:996
5558msgid "Use the done feature to terminate the stream"
5559msgstr ""
5560
5561#: builtin/fast-export.c:997
5562msgid "Skip output of blob data"
5563msgstr ""
5564
5565#: builtin/fast-export.c:998
5566msgid "refspec"
5567msgstr ""
5568
5569#: builtin/fast-export.c:999
5570msgid "Apply refspec to exported refs"
5571msgstr ""
5572
5573#: builtin/fast-export.c:1000
5574msgid "anonymize output"
5575msgstr ""
5576
5577#: builtin/fetch.c:20
5578msgid "git fetch [<options>] [<repository> [<refspec>...]]"
5579msgstr ""
5580
5581#: builtin/fetch.c:21
5582msgid "git fetch [<options>] <group>"
5583msgstr ""
5584
5585#: builtin/fetch.c:22
5586msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
5587msgstr ""
5588
5589#: builtin/fetch.c:23
5590msgid "git fetch --all [<options>]"
5591msgstr ""
5592
5593#: builtin/fetch.c:92 builtin/pull.c:166
5594msgid "fetch from all remotes"
5595msgstr ""
5596
5597#: builtin/fetch.c:94 builtin/pull.c:169
5598msgid "append to .git/FETCH_HEAD instead of overwriting"
5599msgstr ""
5600
5601#: builtin/fetch.c:96 builtin/pull.c:172
5602msgid "path to upload pack on remote end"
5603msgstr ""
5604
5605#: builtin/fetch.c:97 builtin/pull.c:174
5606msgid "force overwrite of local branch"
5607msgstr ""
5608
5609#: builtin/fetch.c:99
5610msgid "fetch from multiple remotes"
5611msgstr ""
5612
5613#: builtin/fetch.c:101 builtin/pull.c:176
5614msgid "fetch all tags and associated objects"
5615msgstr ""
5616
5617#: builtin/fetch.c:103
5618msgid "do not fetch all tags (--no-tags)"
5619msgstr ""
5620
5621#: builtin/fetch.c:105
5622msgid "number of submodules fetched in parallel"
5623msgstr ""
5624
5625#: builtin/fetch.c:107 builtin/pull.c:179
5626msgid "prune remote-tracking branches no longer on remote"
5627msgstr ""
5628
5629#: builtin/fetch.c:108 builtin/pull.c:182
5630msgid "on-demand"
5631msgstr ""
5632
5633#: builtin/fetch.c:109 builtin/pull.c:183
5634msgid "control recursive fetching of submodules"
5635msgstr ""
5636
5637#: builtin/fetch.c:113 builtin/pull.c:191
5638msgid "keep downloaded pack"
5639msgstr ""
5640
5641#: builtin/fetch.c:115
5642msgid "allow updating of HEAD ref"
5643msgstr ""
5644
5645#: builtin/fetch.c:118 builtin/pull.c:194
5646msgid "deepen history of shallow clone"
5647msgstr ""
5648
5649#: builtin/fetch.c:120 builtin/pull.c:197
5650msgid "convert to a complete repository"
5651msgstr ""
5652
5653#: builtin/fetch.c:122 builtin/log.c:1236
5654msgid "dir"
5655msgstr ""
5656
5657#: builtin/fetch.c:123
5658msgid "prepend this to submodule path output"
5659msgstr ""
5660
5661#: builtin/fetch.c:126
5662msgid "default mode for recursion"
5663msgstr ""
5664
5665#: builtin/fetch.c:128 builtin/pull.c:200
5666msgid "accept refs that update .git/shallow"
5667msgstr ""
5668
5669#: builtin/fetch.c:129 builtin/pull.c:202
5670msgid "refmap"
5671msgstr ""
5672
5673#: builtin/fetch.c:130 builtin/pull.c:203
5674msgid "specify fetch refmap"
5675msgstr ""
5676
5677#: builtin/fetch.c:386
5678msgid "Couldn't find remote ref HEAD"
5679msgstr ""
5680
5681#: builtin/fetch.c:466
5682#, c-format
5683msgid "object %s not found"
5684msgstr ""
5685
5686#: builtin/fetch.c:471
5687msgid "[up to date]"
5688msgstr ""
5689
5690#: builtin/fetch.c:485
5691#, c-format
5692msgid "! %-*s %-*s -> %s  (can't fetch in current branch)"
5693msgstr ""
5694
5695#: builtin/fetch.c:486 builtin/fetch.c:574
5696msgid "[rejected]"
5697msgstr ""
5698
5699#: builtin/fetch.c:497
5700msgid "[tag update]"
5701msgstr ""
5702
5703#: builtin/fetch.c:499 builtin/fetch.c:534 builtin/fetch.c:552
5704msgid "  (unable to update local ref)"
5705msgstr ""
5706
5707#: builtin/fetch.c:517
5708msgid "[new tag]"
5709msgstr ""
5710
5711#: builtin/fetch.c:520
5712msgid "[new branch]"
5713msgstr ""
5714
5715#: builtin/fetch.c:523
5716msgid "[new ref]"
5717msgstr ""
5718
5719#: builtin/fetch.c:569
5720msgid "unable to update local ref"
5721msgstr ""
5722
5723#: builtin/fetch.c:569
5724msgid "forced update"
5725msgstr ""
5726
5727#: builtin/fetch.c:576
5728msgid "(non-fast-forward)"
5729msgstr ""
5730
5731#: builtin/fetch.c:610 builtin/fetch.c:851
5732#, c-format
5733msgid "cannot open %s: %s\n"
5734msgstr ""
5735
5736#: builtin/fetch.c:619
5737#, c-format
5738msgid "%s did not send all necessary objects\n"
5739msgstr ""
5740
5741#: builtin/fetch.c:637
5742#, c-format
5743msgid "reject %s because shallow roots are not allowed to be updated"
5744msgstr ""
5745
5746#: builtin/fetch.c:724 builtin/fetch.c:816
5747#, c-format
5748msgid "From %.*s\n"
5749msgstr ""
5750
5751#: builtin/fetch.c:735
5752#, c-format
5753msgid ""
5754"some local refs could not be updated; try running\n"
5755" 'git remote prune %s' to remove any old, conflicting branches"
5756msgstr ""
5757
5758#: builtin/fetch.c:787
5759#, c-format
5760msgid "   (%s will become dangling)"
5761msgstr ""
5762
5763#: builtin/fetch.c:788
5764#, c-format
5765msgid "   (%s has become dangling)"
5766msgstr ""
5767
5768#: builtin/fetch.c:820
5769msgid "[deleted]"
5770msgstr ""
5771
5772#: builtin/fetch.c:821 builtin/remote.c:1025
5773msgid "(none)"
5774msgstr ""
5775
5776#: builtin/fetch.c:841
5777#, c-format
5778msgid "Refusing to fetch into current branch %s of non-bare repository"
5779msgstr ""
5780
5781#: builtin/fetch.c:860
5782#, c-format
5783msgid "Option \"%s\" value \"%s\" is not valid for %s"
5784msgstr ""
5785
5786#: builtin/fetch.c:863
5787#, c-format
5788msgid "Option \"%s\" is ignored for %s\n"
5789msgstr ""
5790
5791#: builtin/fetch.c:920
5792#, c-format
5793msgid "Don't know how to fetch from %s"
5794msgstr ""
5795
5796#: builtin/fetch.c:1080
5797#, c-format
5798msgid "Fetching %s\n"
5799msgstr ""
5800
5801#: builtin/fetch.c:1082 builtin/remote.c:96
5802#, c-format
5803msgid "Could not fetch %s"
5804msgstr ""
5805
5806#: builtin/fetch.c:1100
5807msgid ""
5808"No remote repository specified.  Please, specify either a URL or a\n"
5809"remote name from which new revisions should be fetched."
5810msgstr ""
5811
5812#: builtin/fetch.c:1123
5813msgid "You need to specify a tag name."
5814msgstr ""
5815
5816#: builtin/fetch.c:1165
5817msgid "--depth and --unshallow cannot be used together"
5818msgstr ""
5819
5820#: builtin/fetch.c:1167
5821msgid "--unshallow on a complete repository does not make sense"
5822msgstr ""
5823
5824#: builtin/fetch.c:1187
5825msgid "fetch --all does not take a repository argument"
5826msgstr ""
5827
5828#: builtin/fetch.c:1189
5829msgid "fetch --all does not make sense with refspecs"
5830msgstr ""
5831
5832#: builtin/fetch.c:1200
5833#, c-format
5834msgid "No such remote or remote group: %s"
5835msgstr ""
5836
5837#: builtin/fetch.c:1208
5838msgid "Fetching a group and specifying refspecs does not make sense"
5839msgstr ""
5840
5841#: builtin/fmt-merge-msg.c:14
5842msgid ""
5843"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
5844msgstr ""
5845
5846#: builtin/fmt-merge-msg.c:667
5847msgid "populate log with at most <n> entries from shortlog"
5848msgstr ""
5849
5850#: builtin/fmt-merge-msg.c:670
5851msgid "alias for --log (deprecated)"
5852msgstr ""
5853
5854#: builtin/fmt-merge-msg.c:673
5855msgid "text"
5856msgstr ""
5857
5858#: builtin/fmt-merge-msg.c:674
5859msgid "use <text> as start of message"
5860msgstr ""
5861
5862#: builtin/fmt-merge-msg.c:675
5863msgid "file to read from"
5864msgstr ""
5865
5866#: builtin/for-each-ref.c:9
5867msgid "git for-each-ref [<options>] [<pattern>]"
5868msgstr ""
5869
5870#: builtin/for-each-ref.c:10
5871msgid "git for-each-ref [--points-at <object>]"
5872msgstr ""
5873
5874#: builtin/for-each-ref.c:11
5875msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
5876msgstr ""
5877
5878#: builtin/for-each-ref.c:12
5879msgid "git for-each-ref [--contains [<object>]]"
5880msgstr ""
5881
5882#: builtin/for-each-ref.c:27
5883msgid "quote placeholders suitably for shells"
5884msgstr ""
5885
5886#: builtin/for-each-ref.c:29
5887msgid "quote placeholders suitably for perl"
5888msgstr ""
5889
5890#: builtin/for-each-ref.c:31
5891msgid "quote placeholders suitably for python"
5892msgstr ""
5893
5894#: builtin/for-each-ref.c:33
5895msgid "quote placeholders suitably for Tcl"
5896msgstr ""
5897
5898#: builtin/for-each-ref.c:36
5899msgid "show only <n> matched refs"
5900msgstr ""
5901
5902#: builtin/for-each-ref.c:37 builtin/tag.c:372
5903msgid "format to use for the output"
5904msgstr ""
5905
5906#: builtin/for-each-ref.c:41
5907msgid "print only refs which points at the given object"
5908msgstr ""
5909
5910#: builtin/for-each-ref.c:43
5911msgid "print only refs that are merged"
5912msgstr ""
5913
5914#: builtin/for-each-ref.c:44
5915msgid "print only refs that are not merged"
5916msgstr ""
5917
5918#: builtin/for-each-ref.c:45
5919msgid "print only refs which contain the commit"
5920msgstr ""
5921
5922#: builtin/fsck.c:156 builtin/prune.c:140
5923msgid "Checking connectivity"
5924msgstr ""
5925
5926#: builtin/fsck.c:486
5927msgid "Checking object directories"
5928msgstr ""
5929
5930#: builtin/fsck.c:553
5931msgid "git fsck [<options>] [<object>...]"
5932msgstr ""
5933
5934#: builtin/fsck.c:559
5935msgid "show unreachable objects"
5936msgstr ""
5937
5938#: builtin/fsck.c:560
5939msgid "show dangling objects"
5940msgstr ""
5941
5942#: builtin/fsck.c:561
5943msgid "report tags"
5944msgstr ""
5945
5946#: builtin/fsck.c:562
5947msgid "report root nodes"
5948msgstr ""
5949
5950#: builtin/fsck.c:563
5951msgid "make index objects head nodes"
5952msgstr ""
5953
5954#: builtin/fsck.c:564
5955msgid "make reflogs head nodes (default)"
5956msgstr ""
5957
5958#: builtin/fsck.c:565
5959msgid "also consider packs and alternate objects"
5960msgstr ""
5961
5962#: builtin/fsck.c:566
5963msgid "check only connectivity"
5964msgstr ""
5965
5966#: builtin/fsck.c:567
5967msgid "enable more strict checking"
5968msgstr ""
5969
5970#: builtin/fsck.c:569
5971msgid "write dangling objects in .git/lost-found"
5972msgstr ""
5973
5974#: builtin/fsck.c:570 builtin/prune.c:107
5975msgid "show progress"
5976msgstr ""
5977
5978#: builtin/fsck.c:631
5979msgid "Checking objects"
5980msgstr ""
5981
5982#: builtin/gc.c:25
5983msgid "git gc [<options>]"
5984msgstr ""
5985
5986#: builtin/gc.c:72
5987#, c-format
5988msgid "Invalid %s: '%s'"
5989msgstr ""
5990
5991#: builtin/gc.c:139
5992#, c-format
5993msgid "insanely long object directory %.*s"
5994msgstr ""
5995
5996#: builtin/gc.c:290
5997#, c-format
5998msgid ""
5999"The last gc run reported the following. Please correct the root cause\n"
6000"and remove %s.\n"
6001"Automatic cleanup will not be performed until the file is removed.\n"
6002"\n"
6003"%s"
6004msgstr ""
6005
6006#: builtin/gc.c:327
6007msgid "prune unreferenced objects"
6008msgstr ""
6009
6010#: builtin/gc.c:329
6011msgid "be more thorough (increased runtime)"
6012msgstr ""
6013
6014#: builtin/gc.c:330
6015msgid "enable auto-gc mode"
6016msgstr ""
6017
6018#: builtin/gc.c:331
6019msgid "force running gc even if there may be another gc running"
6020msgstr ""
6021
6022#: builtin/gc.c:373
6023#, c-format
6024msgid "Auto packing the repository in background for optimum performance.\n"
6025msgstr ""
6026
6027#: builtin/gc.c:375
6028#, c-format
6029msgid "Auto packing the repository for optimum performance.\n"
6030msgstr ""
6031
6032#: builtin/gc.c:376
6033#, c-format
6034msgid "See \"git help gc\" for manual housekeeping.\n"
6035msgstr ""
6036
6037#: builtin/gc.c:397
6038#, c-format
6039msgid ""
6040"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
6041msgstr ""
6042
6043#: builtin/gc.c:441
6044msgid ""
6045"There are too many unreachable loose objects; run 'git prune' to remove them."
6046msgstr ""
6047
6048#: builtin/grep.c:23
6049msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
6050msgstr ""
6051
6052#: builtin/grep.c:219
6053#, c-format
6054msgid "grep: failed to create thread: %s"
6055msgstr ""
6056
6057#: builtin/grep.c:277
6058#, c-format
6059msgid "invalid number of threads specified (%d) for %s"
6060msgstr ""
6061
6062#: builtin/grep.c:452 builtin/grep.c:487
6063#, c-format
6064msgid "unable to read tree (%s)"
6065msgstr ""
6066
6067#: builtin/grep.c:502
6068#, c-format
6069msgid "unable to grep from object of type %s"
6070msgstr ""
6071
6072#: builtin/grep.c:558
6073#, c-format
6074msgid "switch `%c' expects a numerical value"
6075msgstr ""
6076
6077#: builtin/grep.c:575
6078#, c-format
6079msgid "cannot open '%s'"
6080msgstr ""
6081
6082#: builtin/grep.c:644
6083msgid "search in index instead of in the work tree"
6084msgstr ""
6085
6086#: builtin/grep.c:646
6087msgid "find in contents not managed by git"
6088msgstr ""
6089
6090#: builtin/grep.c:648
6091msgid "search in both tracked and untracked files"
6092msgstr ""
6093
6094#: builtin/grep.c:650
6095msgid "ignore files specified via '.gitignore'"
6096msgstr ""
6097
6098#: builtin/grep.c:653
6099msgid "show non-matching lines"
6100msgstr ""
6101
6102#: builtin/grep.c:655
6103msgid "case insensitive matching"
6104msgstr ""
6105
6106#: builtin/grep.c:657
6107msgid "match patterns only at word boundaries"
6108msgstr ""
6109
6110#: builtin/grep.c:659
6111msgid "process binary files as text"
6112msgstr ""
6113
6114#: builtin/grep.c:661
6115msgid "don't match patterns in binary files"
6116msgstr ""
6117
6118#: builtin/grep.c:664
6119msgid "process binary files with textconv filters"
6120msgstr ""
6121
6122#: builtin/grep.c:666
6123msgid "descend at most <depth> levels"
6124msgstr ""
6125
6126#: builtin/grep.c:670
6127msgid "use extended POSIX regular expressions"
6128msgstr ""
6129
6130#: builtin/grep.c:673
6131msgid "use basic POSIX regular expressions (default)"
6132msgstr ""
6133
6134#: builtin/grep.c:676
6135msgid "interpret patterns as fixed strings"
6136msgstr ""
6137
6138#: builtin/grep.c:679
6139msgid "use Perl-compatible regular expressions"
6140msgstr ""
6141
6142#: builtin/grep.c:682
6143msgid "show line numbers"
6144msgstr ""
6145
6146#: builtin/grep.c:683
6147msgid "don't show filenames"
6148msgstr ""
6149
6150#: builtin/grep.c:684
6151msgid "show filenames"
6152msgstr ""
6153
6154#: builtin/grep.c:686
6155msgid "show filenames relative to top directory"
6156msgstr ""
6157
6158#: builtin/grep.c:688
6159msgid "show only filenames instead of matching lines"
6160msgstr ""
6161
6162#: builtin/grep.c:690
6163msgid "synonym for --files-with-matches"
6164msgstr ""
6165
6166#: builtin/grep.c:693
6167msgid "show only the names of files without match"
6168msgstr ""
6169
6170#: builtin/grep.c:695
6171msgid "print NUL after filenames"
6172msgstr ""
6173
6174#: builtin/grep.c:697
6175msgid "show the number of matches instead of matching lines"
6176msgstr ""
6177
6178#: builtin/grep.c:698
6179msgid "highlight matches"
6180msgstr ""
6181
6182#: builtin/grep.c:700
6183msgid "print empty line between matches from different files"
6184msgstr ""
6185
6186#: builtin/grep.c:702
6187msgid "show filename only once above matches from same file"
6188msgstr ""
6189
6190#: builtin/grep.c:705
6191msgid "show <n> context lines before and after matches"
6192msgstr ""
6193
6194#: builtin/grep.c:708
6195msgid "show <n> context lines before matches"
6196msgstr ""
6197
6198#: builtin/grep.c:710
6199msgid "show <n> context lines after matches"
6200msgstr ""
6201
6202#: builtin/grep.c:712
6203msgid "use <n> worker threads"
6204msgstr ""
6205
6206#: builtin/grep.c:713
6207msgid "shortcut for -C NUM"
6208msgstr ""
6209
6210#: builtin/grep.c:716
6211msgid "show a line with the function name before matches"
6212msgstr ""
6213
6214#: builtin/grep.c:718
6215msgid "show the surrounding function"
6216msgstr ""
6217
6218#: builtin/grep.c:721
6219msgid "read patterns from file"
6220msgstr ""
6221
6222#: builtin/grep.c:723
6223msgid "match <pattern>"
6224msgstr ""
6225
6226#: builtin/grep.c:725
6227msgid "combine patterns specified with -e"
6228msgstr ""
6229
6230#: builtin/grep.c:737
6231msgid "indicate hit with exit status without output"
6232msgstr ""
6233
6234#: builtin/grep.c:739
6235msgid "show only matches from files that match all patterns"
6236msgstr ""
6237
6238#: builtin/grep.c:741
6239msgid "show parse tree for grep expression"
6240msgstr ""
6241
6242#: builtin/grep.c:745
6243msgid "pager"
6244msgstr ""
6245
6246#: builtin/grep.c:745
6247msgid "show matching files in the pager"
6248msgstr ""
6249
6250#: builtin/grep.c:748
6251msgid "allow calling of grep(1) (ignored by this build)"
6252msgstr ""
6253
6254#: builtin/grep.c:811
6255msgid "no pattern given."
6256msgstr ""
6257
6258#: builtin/grep.c:843 builtin/index-pack.c:1475
6259#, c-format
6260msgid "invalid number of threads specified (%d)"
6261msgstr ""
6262
6263#: builtin/grep.c:873
6264msgid "--open-files-in-pager only works on the worktree"
6265msgstr ""
6266
6267#: builtin/grep.c:899
6268msgid "--cached or --untracked cannot be used with --no-index."
6269msgstr ""
6270
6271#: builtin/grep.c:904
6272msgid "--no-index or --untracked cannot be used with revs."
6273msgstr ""
6274
6275#: builtin/grep.c:907
6276msgid "--[no-]exclude-standard cannot be used for tracked contents."
6277msgstr ""
6278
6279#: builtin/grep.c:915
6280msgid "both --cached and trees are given."
6281msgstr ""
6282
6283#: builtin/hash-object.c:81
6284msgid ""
6285"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
6286"[--] <file>..."
6287msgstr ""
6288
6289#: builtin/hash-object.c:82
6290msgid "git hash-object  --stdin-paths"
6291msgstr ""
6292
6293#: builtin/hash-object.c:93
6294msgid "type"
6295msgstr ""
6296
6297#: builtin/hash-object.c:93
6298msgid "object type"
6299msgstr ""
6300
6301#: builtin/hash-object.c:94
6302msgid "write the object into the object database"
6303msgstr ""
6304
6305#: builtin/hash-object.c:96
6306msgid "read the object from stdin"
6307msgstr ""
6308
6309#: builtin/hash-object.c:98
6310msgid "store file as is without filters"
6311msgstr ""
6312
6313#: builtin/hash-object.c:99
6314msgid ""
6315"just hash any random garbage to create corrupt objects for debugging Git"
6316msgstr ""
6317
6318#: builtin/hash-object.c:100
6319msgid "process file as it were from this path"
6320msgstr ""
6321
6322#: builtin/help.c:41
6323msgid "print all available commands"
6324msgstr ""
6325
6326#: builtin/help.c:42
6327msgid "print list of useful guides"
6328msgstr ""
6329
6330#: builtin/help.c:43
6331msgid "show man page"
6332msgstr ""
6333
6334#: builtin/help.c:44
6335msgid "show manual in web browser"
6336msgstr ""
6337
6338#: builtin/help.c:46
6339msgid "show info page"
6340msgstr ""
6341
6342#: builtin/help.c:52
6343msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
6344msgstr ""
6345
6346#: builtin/help.c:64
6347#, c-format
6348msgid "unrecognized help format '%s'"
6349msgstr ""
6350
6351#: builtin/help.c:91
6352msgid "Failed to start emacsclient."
6353msgstr ""
6354
6355#: builtin/help.c:104
6356msgid "Failed to parse emacsclient version."
6357msgstr ""
6358
6359#: builtin/help.c:112
6360#, c-format
6361msgid "emacsclient version '%d' too old (< 22)."
6362msgstr ""
6363
6364#: builtin/help.c:130 builtin/help.c:151 builtin/help.c:160 builtin/help.c:168
6365#, c-format
6366msgid "failed to exec '%s': %s"
6367msgstr ""
6368
6369#: builtin/help.c:205
6370#, c-format
6371msgid ""
6372"'%s': path for unsupported man viewer.\n"
6373"Please consider using 'man.<tool>.cmd' instead."
6374msgstr ""
6375
6376#: builtin/help.c:217
6377#, c-format
6378msgid ""
6379"'%s': cmd for supported man viewer.\n"
6380"Please consider using 'man.<tool>.path' instead."
6381msgstr ""
6382
6383#: builtin/help.c:334
6384#, c-format
6385msgid "'%s': unknown man viewer."
6386msgstr ""
6387
6388#: builtin/help.c:351
6389msgid "no man viewer handled the request"
6390msgstr ""
6391
6392#: builtin/help.c:359
6393msgid "no info viewer handled the request"
6394msgstr ""
6395
6396#: builtin/help.c:408
6397msgid "Defining attributes per path"
6398msgstr ""
6399
6400#: builtin/help.c:409
6401msgid "Everyday Git With 20 Commands Or So"
6402msgstr ""
6403
6404#: builtin/help.c:410
6405msgid "A Git glossary"
6406msgstr ""
6407
6408#: builtin/help.c:411
6409msgid "Specifies intentionally untracked files to ignore"
6410msgstr ""
6411
6412#: builtin/help.c:412
6413msgid "Defining submodule properties"
6414msgstr ""
6415
6416#: builtin/help.c:413
6417msgid "Specifying revisions and ranges for Git"
6418msgstr ""
6419
6420#: builtin/help.c:414
6421msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
6422msgstr ""
6423
6424#: builtin/help.c:415
6425msgid "An overview of recommended workflows with Git"
6426msgstr ""
6427
6428#: builtin/help.c:427
6429msgid "The common Git guides are:\n"
6430msgstr ""
6431
6432#: builtin/help.c:448 builtin/help.c:465
6433#, c-format
6434msgid "usage: %s%s"
6435msgstr ""
6436
6437#: builtin/help.c:481
6438#, c-format
6439msgid "`git %s' is aliased to `%s'"
6440msgstr ""
6441
6442#: builtin/index-pack.c:152
6443#, c-format
6444msgid "unable to open %s"
6445msgstr ""
6446
6447#: builtin/index-pack.c:202
6448#, c-format
6449msgid "object type mismatch at %s"
6450msgstr ""
6451
6452#: builtin/index-pack.c:222
6453#, c-format
6454msgid "did not receive expected object %s"
6455msgstr ""
6456
6457#: builtin/index-pack.c:225
6458#, c-format
6459msgid "object %s: expected type %s, found %s"
6460msgstr ""
6461
6462#: builtin/index-pack.c:267
6463#, c-format
6464msgid "cannot fill %d byte"
6465msgid_plural "cannot fill %d bytes"
6466msgstr[0] ""
6467msgstr[1] ""
6468
6469#: builtin/index-pack.c:277
6470msgid "early EOF"
6471msgstr ""
6472
6473#: builtin/index-pack.c:278
6474msgid "read error on input"
6475msgstr ""
6476
6477#: builtin/index-pack.c:290
6478msgid "used more bytes than were available"
6479msgstr ""
6480
6481#: builtin/index-pack.c:297
6482msgid "pack too large for current definition of off_t"
6483msgstr ""
6484
6485#: builtin/index-pack.c:313
6486#, c-format
6487msgid "unable to create '%s'"
6488msgstr ""
6489
6490#: builtin/index-pack.c:318
6491#, c-format
6492msgid "cannot open packfile '%s'"
6493msgstr ""
6494
6495#: builtin/index-pack.c:332
6496msgid "pack signature mismatch"
6497msgstr ""
6498
6499#: builtin/index-pack.c:334
6500#, c-format
6501msgid "pack version %<PRIu32> unsupported"
6502msgstr ""
6503
6504#: builtin/index-pack.c:352
6505#, c-format
6506msgid "pack has bad object at offset %lu: %s"
6507msgstr ""
6508
6509#: builtin/index-pack.c:473
6510#, c-format
6511msgid "inflate returned %d"
6512msgstr ""
6513
6514#: builtin/index-pack.c:522
6515msgid "offset value overflow for delta base object"
6516msgstr ""
6517
6518#: builtin/index-pack.c:530
6519msgid "delta base offset is out of bound"
6520msgstr ""
6521
6522#: builtin/index-pack.c:538
6523#, c-format
6524msgid "unknown object type %d"
6525msgstr ""
6526
6527#: builtin/index-pack.c:569
6528msgid "cannot pread pack file"
6529msgstr ""
6530
6531#: builtin/index-pack.c:571
6532#, c-format
6533msgid "premature end of pack file, %lu byte missing"
6534msgid_plural "premature end of pack file, %lu bytes missing"
6535msgstr[0] ""
6536msgstr[1] ""
6537
6538#: builtin/index-pack.c:597
6539msgid "serious inflate inconsistency"
6540msgstr ""
6541
6542#: builtin/index-pack.c:743 builtin/index-pack.c:749 builtin/index-pack.c:772
6543#: builtin/index-pack.c:806 builtin/index-pack.c:815
6544#, c-format
6545msgid "SHA1 COLLISION FOUND WITH %s !"
6546msgstr ""
6547
6548#: builtin/index-pack.c:746 builtin/pack-objects.c:162
6549#: builtin/pack-objects.c:254
6550#, c-format
6551msgid "unable to read %s"
6552msgstr ""
6553
6554#: builtin/index-pack.c:812
6555#, c-format
6556msgid "cannot read existing object %s"
6557msgstr ""
6558
6559#: builtin/index-pack.c:826
6560#, c-format
6561msgid "invalid blob object %s"
6562msgstr ""
6563
6564#: builtin/index-pack.c:840
6565#, c-format
6566msgid "invalid %s"
6567msgstr ""
6568
6569#: builtin/index-pack.c:843
6570msgid "Error in object"
6571msgstr ""
6572
6573#: builtin/index-pack.c:845
6574#, c-format
6575msgid "Not all child objects of %s are reachable"
6576msgstr ""
6577
6578#: builtin/index-pack.c:917 builtin/index-pack.c:948
6579msgid "failed to apply delta"
6580msgstr ""
6581
6582#: builtin/index-pack.c:1118
6583msgid "Receiving objects"
6584msgstr ""
6585
6586#: builtin/index-pack.c:1118
6587msgid "Indexing objects"
6588msgstr ""
6589
6590#: builtin/index-pack.c:1150
6591msgid "pack is corrupted (SHA1 mismatch)"
6592msgstr ""
6593
6594#: builtin/index-pack.c:1155
6595msgid "cannot fstat packfile"
6596msgstr ""
6597
6598#: builtin/index-pack.c:1158
6599msgid "pack has junk at the end"
6600msgstr ""
6601
6602#: builtin/index-pack.c:1169
6603msgid "confusion beyond insanity in parse_pack_objects()"
6604msgstr ""
6605
6606#: builtin/index-pack.c:1194
6607msgid "Resolving deltas"
6608msgstr ""
6609
6610#: builtin/index-pack.c:1205
6611#, c-format
6612msgid "unable to create thread: %s"
6613msgstr ""
6614
6615#: builtin/index-pack.c:1247
6616msgid "confusion beyond insanity"
6617msgstr ""
6618
6619#: builtin/index-pack.c:1253
6620#, c-format
6621msgid "completed with %d local objects"
6622msgstr ""
6623
6624#: builtin/index-pack.c:1263
6625#, c-format
6626msgid "Unexpected tail checksum for %s (disk corruption?)"
6627msgstr ""
6628
6629#: builtin/index-pack.c:1267
6630#, c-format
6631msgid "pack has %d unresolved delta"
6632msgid_plural "pack has %d unresolved deltas"
6633msgstr[0] ""
6634msgstr[1] ""
6635
6636#: builtin/index-pack.c:1291
6637#, c-format
6638msgid "unable to deflate appended object (%d)"
6639msgstr ""
6640
6641#: builtin/index-pack.c:1367
6642#, c-format
6643msgid "local object %s is corrupt"
6644msgstr ""
6645
6646#: builtin/index-pack.c:1391
6647msgid "error while closing pack file"
6648msgstr ""
6649
6650#: builtin/index-pack.c:1404
6651#, c-format
6652msgid "cannot write keep file '%s'"
6653msgstr ""
6654
6655#: builtin/index-pack.c:1412
6656#, c-format
6657msgid "cannot close written keep file '%s'"
6658msgstr ""
6659
6660#: builtin/index-pack.c:1425
6661msgid "cannot store pack file"
6662msgstr ""
6663
6664#: builtin/index-pack.c:1436
6665msgid "cannot store index file"
6666msgstr ""
6667
6668#: builtin/index-pack.c:1469
6669#, c-format
6670msgid "bad pack.indexversion=%<PRIu32>"
6671msgstr ""
6672
6673#: builtin/index-pack.c:1479 builtin/index-pack.c:1663
6674#, c-format
6675msgid "no threads support, ignoring %s"
6676msgstr ""
6677
6678#: builtin/index-pack.c:1537
6679#, c-format
6680msgid "Cannot open existing pack file '%s'"
6681msgstr ""
6682
6683#: builtin/index-pack.c:1539
6684#, c-format
6685msgid "Cannot open existing pack idx file for '%s'"
6686msgstr ""
6687
6688#: builtin/index-pack.c:1586
6689#, c-format
6690msgid "non delta: %d object"
6691msgid_plural "non delta: %d objects"
6692msgstr[0] ""
6693msgstr[1] ""
6694
6695#: builtin/index-pack.c:1593
6696#, c-format
6697msgid "chain length = %d: %lu object"
6698msgid_plural "chain length = %d: %lu objects"
6699msgstr[0] ""
6700msgstr[1] ""
6701
6702#: builtin/index-pack.c:1623
6703msgid "Cannot come back to cwd"
6704msgstr ""
6705
6706#: builtin/index-pack.c:1675 builtin/index-pack.c:1678
6707#: builtin/index-pack.c:1690 builtin/index-pack.c:1694
6708#, c-format
6709msgid "bad %s"
6710msgstr ""
6711
6712#: builtin/index-pack.c:1708
6713msgid "--fix-thin cannot be used without --stdin"
6714msgstr ""
6715
6716#: builtin/index-pack.c:1712 builtin/index-pack.c:1721
6717#, c-format
6718msgid "packfile name '%s' does not end with '.pack'"
6719msgstr ""
6720
6721#: builtin/index-pack.c:1729
6722msgid "--verify with no packfile name given"
6723msgstr ""
6724
6725#: builtin/init-db.c:55
6726#, c-format
6727msgid "cannot stat '%s'"
6728msgstr ""
6729
6730#: builtin/init-db.c:61
6731#, c-format
6732msgid "cannot stat template '%s'"
6733msgstr ""
6734
6735#: builtin/init-db.c:66
6736#, c-format
6737msgid "cannot opendir '%s'"
6738msgstr ""
6739
6740#: builtin/init-db.c:77
6741#, c-format
6742msgid "cannot readlink '%s'"
6743msgstr ""
6744
6745#: builtin/init-db.c:79
6746#, c-format
6747msgid "cannot symlink '%s' '%s'"
6748msgstr ""
6749
6750#: builtin/init-db.c:85
6751#, c-format
6752msgid "cannot copy '%s' to '%s'"
6753msgstr ""
6754
6755#: builtin/init-db.c:89
6756#, c-format
6757msgid "ignoring template %s"
6758msgstr ""
6759
6760#: builtin/init-db.c:118
6761#, c-format
6762msgid "templates not found %s"
6763msgstr ""
6764
6765#: builtin/init-db.c:131
6766#, c-format
6767msgid "not copying templates of a wrong format version %d from '%s'"
6768msgstr ""
6769
6770#: builtin/init-db.c:309 builtin/init-db.c:312
6771#, c-format
6772msgid "%s already exists"
6773msgstr ""
6774
6775#: builtin/init-db.c:340
6776#, c-format
6777msgid "unable to handle file type %d"
6778msgstr ""
6779
6780#: builtin/init-db.c:343
6781#, c-format
6782msgid "unable to move %s to %s"
6783msgstr ""
6784
6785#. TRANSLATORS: The first '%s' is either "Reinitialized
6786#. existing" or "Initialized empty", the second " shared" or
6787#. "", and the last '%s%s' is the verbatim directory name.
6788#: builtin/init-db.c:399
6789#, c-format
6790msgid "%s%s Git repository in %s%s\n"
6791msgstr ""
6792
6793#: builtin/init-db.c:400
6794msgid "Reinitialized existing"
6795msgstr ""
6796
6797#: builtin/init-db.c:400
6798msgid "Initialized empty"
6799msgstr ""
6800
6801#: builtin/init-db.c:401
6802msgid " shared"
6803msgstr ""
6804
6805#: builtin/init-db.c:448
6806msgid ""
6807"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
6808"shared[=<permissions>]] [<directory>]"
6809msgstr ""
6810
6811#: builtin/init-db.c:471
6812msgid "permissions"
6813msgstr ""
6814
6815#: builtin/init-db.c:472
6816msgid "specify that the git repository is to be shared amongst several users"
6817msgstr ""
6818
6819#: builtin/init-db.c:506 builtin/init-db.c:511
6820#, c-format
6821msgid "cannot mkdir %s"
6822msgstr ""
6823
6824#: builtin/init-db.c:515
6825#, c-format
6826msgid "cannot chdir to %s"
6827msgstr ""
6828
6829#: builtin/init-db.c:536
6830#, c-format
6831msgid ""
6832"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
6833"dir=<directory>)"
6834msgstr ""
6835
6836#: builtin/init-db.c:564
6837#, c-format
6838msgid "Cannot access work tree '%s'"
6839msgstr ""
6840
6841#: builtin/interpret-trailers.c:15
6842msgid ""
6843"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
6844"<token>[(=|:)<value>])...] [<file>...]"
6845msgstr ""
6846
6847#: builtin/interpret-trailers.c:26
6848msgid "edit files in place"
6849msgstr ""
6850
6851#: builtin/interpret-trailers.c:27
6852msgid "trim empty trailers"
6853msgstr ""
6854
6855#: builtin/interpret-trailers.c:28
6856msgid "trailer"
6857msgstr ""
6858
6859#: builtin/interpret-trailers.c:29
6860msgid "trailer(s) to add"
6861msgstr ""
6862
6863#: builtin/interpret-trailers.c:42
6864msgid "no input file given for in-place editing"
6865msgstr ""
6866
6867#: builtin/log.c:43
6868msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
6869msgstr ""
6870
6871#: builtin/log.c:44
6872msgid "git show [<options>] <object>..."
6873msgstr ""
6874
6875#: builtin/log.c:83
6876#, c-format
6877msgid "invalid --decorate option: %s"
6878msgstr ""
6879
6880#: builtin/log.c:131
6881msgid "suppress diff output"
6882msgstr ""
6883
6884#: builtin/log.c:132
6885msgid "show source"
6886msgstr ""
6887
6888#: builtin/log.c:133
6889msgid "Use mail map file"
6890msgstr ""
6891
6892#: builtin/log.c:134
6893msgid "decorate options"
6894msgstr ""
6895
6896#: builtin/log.c:137
6897msgid "Process line range n,m in file, counting from 1"
6898msgstr ""
6899
6900#: builtin/log.c:233
6901#, c-format
6902msgid "Final output: %d %s\n"
6903msgstr ""
6904
6905#: builtin/log.c:465
6906#, c-format
6907msgid "git show %s: bad file"
6908msgstr ""
6909
6910#: builtin/log.c:479 builtin/log.c:572
6911#, c-format
6912msgid "Could not read object %s"
6913msgstr ""
6914
6915#: builtin/log.c:596
6916#, c-format
6917msgid "Unknown type: %d"
6918msgstr ""
6919
6920#: builtin/log.c:715
6921msgid "format.headers without value"
6922msgstr ""
6923
6924#: builtin/log.c:801
6925msgid "name of output directory is too long"
6926msgstr ""
6927
6928#: builtin/log.c:816
6929#, c-format
6930msgid "Cannot open patch file %s"
6931msgstr ""
6932
6933#: builtin/log.c:830
6934msgid "Need exactly one range."
6935msgstr ""
6936
6937#: builtin/log.c:840
6938msgid "Not a range."
6939msgstr ""
6940
6941#: builtin/log.c:946
6942msgid "Cover letter needs email format"
6943msgstr ""
6944
6945#: builtin/log.c:1025
6946#, c-format
6947msgid "insane in-reply-to: %s"
6948msgstr ""
6949
6950#: builtin/log.c:1053
6951msgid "git format-patch [<options>] [<since> | <revision-range>]"
6952msgstr ""
6953
6954#: builtin/log.c:1098
6955msgid "Two output directories?"
6956msgstr ""
6957
6958#: builtin/log.c:1214
6959msgid "use [PATCH n/m] even with a single patch"
6960msgstr ""
6961
6962#: builtin/log.c:1217
6963msgid "use [PATCH] even with multiple patches"
6964msgstr ""
6965
6966#: builtin/log.c:1221
6967msgid "print patches to standard out"
6968msgstr ""
6969
6970#: builtin/log.c:1223
6971msgid "generate a cover letter"
6972msgstr ""
6973
6974#: builtin/log.c:1225
6975msgid "use simple number sequence for output file names"
6976msgstr ""
6977
6978#: builtin/log.c:1226
6979msgid "sfx"
6980msgstr ""
6981
6982#: builtin/log.c:1227
6983msgid "use <sfx> instead of '.patch'"
6984msgstr ""
6985
6986#: builtin/log.c:1229
6987msgid "start numbering patches at <n> instead of 1"
6988msgstr ""
6989
6990#: builtin/log.c:1231
6991msgid "mark the series as Nth re-roll"
6992msgstr ""
6993
6994#: builtin/log.c:1233
6995msgid "Use [<prefix>] instead of [PATCH]"
6996msgstr ""
6997
6998#: builtin/log.c:1236
6999msgid "store resulting files in <dir>"
7000msgstr ""
7001
7002#: builtin/log.c:1239
7003msgid "don't strip/add [PATCH]"
7004msgstr ""
7005
7006#: builtin/log.c:1242
7007msgid "don't output binary diffs"
7008msgstr ""
7009
7010#: builtin/log.c:1244
7011msgid "output all-zero hash in From header"
7012msgstr ""
7013
7014#: builtin/log.c:1246
7015msgid "don't include a patch matching a commit upstream"
7016msgstr ""
7017
7018#: builtin/log.c:1248
7019msgid "show patch format instead of default (patch + stat)"
7020msgstr ""
7021
7022#: builtin/log.c:1250
7023msgid "Messaging"
7024msgstr ""
7025
7026#: builtin/log.c:1251
7027msgid "header"
7028msgstr ""
7029
7030#: builtin/log.c:1252
7031msgid "add email header"
7032msgstr ""
7033
7034#: builtin/log.c:1253 builtin/log.c:1255
7035msgid "email"
7036msgstr ""
7037
7038#: builtin/log.c:1253
7039msgid "add To: header"
7040msgstr ""
7041
7042#: builtin/log.c:1255
7043msgid "add Cc: header"
7044msgstr ""
7045
7046#: builtin/log.c:1257
7047msgid "ident"
7048msgstr ""
7049
7050#: builtin/log.c:1258
7051msgid "set From address to <ident> (or committer ident if absent)"
7052msgstr ""
7053
7054#: builtin/log.c:1260
7055msgid "message-id"
7056msgstr ""
7057
7058#: builtin/log.c:1261
7059msgid "make first mail a reply to <message-id>"
7060msgstr ""
7061
7062#: builtin/log.c:1262 builtin/log.c:1265
7063msgid "boundary"
7064msgstr ""
7065
7066#: builtin/log.c:1263
7067msgid "attach the patch"
7068msgstr ""
7069
7070#: builtin/log.c:1266
7071msgid "inline the patch"
7072msgstr ""
7073
7074#: builtin/log.c:1270
7075msgid "enable message threading, styles: shallow, deep"
7076msgstr ""
7077
7078#: builtin/log.c:1272
7079msgid "signature"
7080msgstr ""
7081
7082#: builtin/log.c:1273
7083msgid "add a signature"
7084msgstr ""
7085
7086#: builtin/log.c:1275
7087msgid "add a signature from a file"
7088msgstr ""
7089
7090#: builtin/log.c:1276
7091msgid "don't print the patch filenames"
7092msgstr ""
7093
7094#: builtin/log.c:1365
7095msgid "-n and -k are mutually exclusive."
7096msgstr ""
7097
7098#: builtin/log.c:1367
7099msgid "--subject-prefix and -k are mutually exclusive."
7100msgstr ""
7101
7102#: builtin/log.c:1375
7103msgid "--name-only does not make sense"
7104msgstr ""
7105
7106#: builtin/log.c:1377
7107msgid "--name-status does not make sense"
7108msgstr ""
7109
7110#: builtin/log.c:1379
7111msgid "--check does not make sense"
7112msgstr ""
7113
7114#: builtin/log.c:1407
7115msgid "standard output, or directory, which one?"
7116msgstr ""
7117
7118#: builtin/log.c:1409
7119#, c-format
7120msgid "Could not create directory '%s'"
7121msgstr ""
7122
7123#: builtin/log.c:1506
7124#, c-format
7125msgid "unable to read signature file '%s'"
7126msgstr ""
7127
7128#: builtin/log.c:1569
7129msgid "Failed to create output files"
7130msgstr ""
7131
7132#: builtin/log.c:1617
7133msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
7134msgstr ""
7135
7136#: builtin/log.c:1671
7137#, c-format
7138msgid ""
7139"Could not find a tracked remote branch, please specify <upstream> manually.\n"
7140msgstr ""
7141
7142#: builtin/log.c:1682 builtin/log.c:1684 builtin/log.c:1696
7143#, c-format
7144msgid "Unknown commit %s"
7145msgstr ""
7146
7147#: builtin/ls-files.c:378
7148msgid "git ls-files [<options>] [<file>...]"
7149msgstr ""
7150
7151#: builtin/ls-files.c:427
7152msgid "identify the file status with tags"
7153msgstr ""
7154
7155#: builtin/ls-files.c:429
7156msgid "use lowercase letters for 'assume unchanged' files"
7157msgstr ""
7158
7159#: builtin/ls-files.c:431
7160msgid "show cached files in the output (default)"
7161msgstr ""
7162
7163#: builtin/ls-files.c:433
7164msgid "show deleted files in the output"
7165msgstr ""
7166
7167#: builtin/ls-files.c:435
7168msgid "show modified files in the output"
7169msgstr ""
7170
7171#: builtin/ls-files.c:437
7172msgid "show other files in the output"
7173msgstr ""
7174
7175#: builtin/ls-files.c:439
7176msgid "show ignored files in the output"
7177msgstr ""
7178
7179#: builtin/ls-files.c:442
7180msgid "show staged contents' object name in the output"
7181msgstr ""
7182
7183#: builtin/ls-files.c:444
7184msgid "show files on the filesystem that need to be removed"
7185msgstr ""
7186
7187#: builtin/ls-files.c:446
7188msgid "show 'other' directories' names only"
7189msgstr ""
7190
7191#: builtin/ls-files.c:448
7192msgid "show line endings of files"
7193msgstr ""
7194
7195#: builtin/ls-files.c:450
7196msgid "don't show empty directories"
7197msgstr ""
7198
7199#: builtin/ls-files.c:453
7200msgid "show unmerged files in the output"
7201msgstr ""
7202
7203#: builtin/ls-files.c:455
7204msgid "show resolve-undo information"
7205msgstr ""
7206
7207#: builtin/ls-files.c:457
7208msgid "skip files matching pattern"
7209msgstr ""
7210
7211#: builtin/ls-files.c:460
7212msgid "exclude patterns are read from <file>"
7213msgstr ""
7214
7215#: builtin/ls-files.c:463
7216msgid "read additional per-directory exclude patterns in <file>"
7217msgstr ""
7218
7219#: builtin/ls-files.c:465
7220msgid "add the standard git exclusions"
7221msgstr ""
7222
7223#: builtin/ls-files.c:468
7224msgid "make the output relative to the project top directory"
7225msgstr ""
7226
7227#: builtin/ls-files.c:471
7228msgid "if any <file> is not in the index, treat this as an error"
7229msgstr ""
7230
7231#: builtin/ls-files.c:472
7232msgid "tree-ish"
7233msgstr ""
7234
7235#: builtin/ls-files.c:473
7236msgid "pretend that paths removed since <tree-ish> are still present"
7237msgstr ""
7238
7239#: builtin/ls-files.c:475
7240msgid "show debugging data"
7241msgstr ""
7242
7243#: builtin/ls-remote.c:7
7244msgid ""
7245"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
7246"                     [-q | --quiet] [--exit-code] [--get-url]\n"
7247"                     [--symref] [<repository> [<refs>...]]"
7248msgstr ""
7249
7250#: builtin/ls-remote.c:50
7251msgid "do not print remote URL"
7252msgstr ""
7253
7254#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
7255msgid "exec"
7256msgstr ""
7257
7258#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
7259msgid "path of git-upload-pack on the remote host"
7260msgstr ""
7261
7262#: builtin/ls-remote.c:56
7263msgid "limit to tags"
7264msgstr ""
7265
7266#: builtin/ls-remote.c:57
7267msgid "limit to heads"
7268msgstr ""
7269
7270#: builtin/ls-remote.c:58
7271msgid "do not show peeled tags"
7272msgstr ""
7273
7274#: builtin/ls-remote.c:60
7275msgid "take url.<base>.insteadOf into account"
7276msgstr ""
7277
7278#: builtin/ls-remote.c:62
7279msgid "exit with exit code 2 if no matching refs are found"
7280msgstr ""
7281
7282#: builtin/ls-remote.c:64
7283msgid "show underlying ref in addition to the object pointed by it"
7284msgstr ""
7285
7286#: builtin/ls-tree.c:28
7287msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
7288msgstr ""
7289
7290#: builtin/ls-tree.c:128
7291msgid "only show trees"
7292msgstr ""
7293
7294#: builtin/ls-tree.c:130
7295msgid "recurse into subtrees"
7296msgstr ""
7297
7298#: builtin/ls-tree.c:132
7299msgid "show trees when recursing"
7300msgstr ""
7301
7302#: builtin/ls-tree.c:135
7303msgid "terminate entries with NUL byte"
7304msgstr ""
7305
7306#: builtin/ls-tree.c:136
7307msgid "include object size"
7308msgstr ""
7309
7310#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
7311msgid "list only filenames"
7312msgstr ""
7313
7314#: builtin/ls-tree.c:143
7315msgid "use full path names"
7316msgstr ""
7317
7318#: builtin/ls-tree.c:145
7319msgid "list entire tree; not just current directory (implies --full-name)"
7320msgstr ""
7321
7322#: builtin/merge.c:45
7323msgid "git merge [<options>] [<commit>...]"
7324msgstr ""
7325
7326#: builtin/merge.c:46
7327msgid "git merge [<options>] <msg> HEAD <commit>"
7328msgstr ""
7329
7330#: builtin/merge.c:47
7331msgid "git merge --abort"
7332msgstr ""
7333
7334#: builtin/merge.c:100
7335msgid "switch `m' requires a value"
7336msgstr ""
7337
7338#: builtin/merge.c:137
7339#, c-format
7340msgid "Could not find merge strategy '%s'.\n"
7341msgstr ""
7342
7343#: builtin/merge.c:138
7344#, c-format
7345msgid "Available strategies are:"
7346msgstr ""
7347
7348#: builtin/merge.c:143
7349#, c-format
7350msgid "Available custom strategies are:"
7351msgstr ""
7352
7353#: builtin/merge.c:193 builtin/pull.c:123
7354msgid "do not show a diffstat at the end of the merge"
7355msgstr ""
7356
7357#: builtin/merge.c:196 builtin/pull.c:126
7358msgid "show a diffstat at the end of the merge"
7359msgstr ""
7360
7361#: builtin/merge.c:197 builtin/pull.c:129
7362msgid "(synonym to --stat)"
7363msgstr ""
7364
7365#: builtin/merge.c:199 builtin/pull.c:132
7366msgid "add (at most <n>) entries from shortlog to merge commit message"
7367msgstr ""
7368
7369#: builtin/merge.c:202 builtin/pull.c:135
7370msgid "create a single commit instead of doing a merge"
7371msgstr ""
7372
7373#: builtin/merge.c:204 builtin/pull.c:138
7374msgid "perform a commit if the merge succeeds (default)"
7375msgstr ""
7376
7377#: builtin/merge.c:206 builtin/pull.c:141
7378msgid "edit message before committing"
7379msgstr ""
7380
7381#: builtin/merge.c:207
7382msgid "allow fast-forward (default)"
7383msgstr ""
7384
7385#: builtin/merge.c:209 builtin/pull.c:147
7386msgid "abort if fast-forward is not possible"
7387msgstr ""
7388
7389#: builtin/merge.c:213
7390msgid "Verify that the named commit has a valid GPG signature"
7391msgstr ""
7392
7393#: builtin/merge.c:214 builtin/notes.c:770 builtin/pull.c:152
7394#: builtin/revert.c:89
7395msgid "strategy"
7396msgstr ""
7397
7398#: builtin/merge.c:215 builtin/pull.c:153
7399msgid "merge strategy to use"
7400msgstr ""
7401
7402#: builtin/merge.c:216 builtin/pull.c:156
7403msgid "option=value"
7404msgstr ""
7405
7406#: builtin/merge.c:217 builtin/pull.c:157
7407msgid "option for selected merge strategy"
7408msgstr ""
7409
7410#: builtin/merge.c:219
7411msgid "merge commit message (for a non-fast-forward merge)"
7412msgstr ""
7413
7414#: builtin/merge.c:223
7415msgid "abort the current in-progress merge"
7416msgstr ""
7417
7418#: builtin/merge.c:251
7419msgid "could not run stash."
7420msgstr ""
7421
7422#: builtin/merge.c:256
7423msgid "stash failed"
7424msgstr ""
7425
7426#: builtin/merge.c:261
7427#, c-format
7428msgid "not a valid object: %s"
7429msgstr ""
7430
7431#: builtin/merge.c:280 builtin/merge.c:297
7432msgid "read-tree failed"
7433msgstr ""
7434
7435#: builtin/merge.c:327
7436msgid " (nothing to squash)"
7437msgstr ""
7438
7439#: builtin/merge.c:340
7440#, c-format
7441msgid "Squash commit -- not updating HEAD\n"
7442msgstr ""
7443
7444#: builtin/merge.c:344 builtin/merge.c:764 builtin/merge.c:976
7445#: builtin/merge.c:989
7446#, c-format
7447msgid "Could not write to '%s'"
7448msgstr ""
7449
7450#: builtin/merge.c:372
7451msgid "Writing SQUASH_MSG"
7452msgstr ""
7453
7454#: builtin/merge.c:374
7455msgid "Finishing SQUASH_MSG"
7456msgstr ""
7457
7458#: builtin/merge.c:397
7459#, c-format
7460msgid "No merge message -- not updating HEAD\n"
7461msgstr ""
7462
7463#: builtin/merge.c:448
7464#, c-format
7465msgid "'%s' does not point to a commit"
7466msgstr ""
7467
7468#: builtin/merge.c:538
7469#, c-format
7470msgid "Bad branch.%s.mergeoptions string: %s"
7471msgstr ""
7472
7473#: builtin/merge.c:657
7474msgid "Not handling anything other than two heads merge."
7475msgstr ""
7476
7477#: builtin/merge.c:671
7478#, c-format
7479msgid "Unknown option for merge-recursive: -X%s"
7480msgstr ""
7481
7482#: builtin/merge.c:684
7483#, c-format
7484msgid "unable to write %s"
7485msgstr ""
7486
7487#: builtin/merge.c:773
7488#, c-format
7489msgid "Could not read from '%s'"
7490msgstr ""
7491
7492#: builtin/merge.c:782
7493#, c-format
7494msgid "Not committing merge; use 'git commit' to complete the merge.\n"
7495msgstr ""
7496
7497#: builtin/merge.c:788
7498#, c-format
7499msgid ""
7500"Please enter a commit message to explain why this merge is necessary,\n"
7501"especially if it merges an updated upstream into a topic branch.\n"
7502"\n"
7503"Lines starting with '%c' will be ignored, and an empty message aborts\n"
7504"the commit.\n"
7505msgstr ""
7506
7507#: builtin/merge.c:812
7508msgid "Empty commit message."
7509msgstr ""
7510
7511#: builtin/merge.c:824
7512#, c-format
7513msgid "Wonderful.\n"
7514msgstr ""
7515
7516#: builtin/merge.c:879
7517#, c-format
7518msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
7519msgstr ""
7520
7521#: builtin/merge.c:895
7522#, c-format
7523msgid "'%s' is not a commit"
7524msgstr ""
7525
7526#: builtin/merge.c:936
7527msgid "No current branch."
7528msgstr ""
7529
7530#: builtin/merge.c:938
7531msgid "No remote for the current branch."
7532msgstr ""
7533
7534#: builtin/merge.c:940
7535msgid "No default upstream defined for the current branch."
7536msgstr ""
7537
7538#: builtin/merge.c:945
7539#, c-format
7540msgid "No remote-tracking branch for %s from %s"
7541msgstr ""
7542
7543#: builtin/merge.c:1080
7544#, c-format
7545msgid "could not close '%s'"
7546msgstr ""
7547
7548#: builtin/merge.c:1207
7549msgid "There is no merge to abort (MERGE_HEAD missing)."
7550msgstr ""
7551
7552#: builtin/merge.c:1223
7553msgid ""
7554"You have not concluded your merge (MERGE_HEAD exists).\n"
7555"Please, commit your changes before you merge."
7556msgstr ""
7557
7558#: builtin/merge.c:1230
7559msgid ""
7560"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
7561"Please, commit your changes before you merge."
7562msgstr ""
7563
7564#: builtin/merge.c:1233
7565msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
7566msgstr ""
7567
7568#: builtin/merge.c:1242
7569msgid "You cannot combine --squash with --no-ff."
7570msgstr ""
7571
7572#: builtin/merge.c:1250
7573msgid "No commit specified and merge.defaultToUpstream not set."
7574msgstr ""
7575
7576#: builtin/merge.c:1267
7577msgid "Squash commit into empty head not supported yet"
7578msgstr ""
7579
7580#: builtin/merge.c:1269
7581msgid "Non-fast-forward commit does not make sense into an empty head"
7582msgstr ""
7583
7584#: builtin/merge.c:1275
7585#, c-format
7586msgid "%s - not something we can merge"
7587msgstr ""
7588
7589#: builtin/merge.c:1277
7590msgid "Can merge only exactly one commit into empty head"
7591msgstr ""
7592
7593#: builtin/merge.c:1332
7594#, c-format
7595msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
7596msgstr ""
7597
7598#: builtin/merge.c:1335
7599#, c-format
7600msgid "Commit %s has a bad GPG signature allegedly by %s."
7601msgstr ""
7602
7603#: builtin/merge.c:1338
7604#, c-format
7605msgid "Commit %s does not have a GPG signature."
7606msgstr ""
7607
7608#: builtin/merge.c:1341
7609#, c-format
7610msgid "Commit %s has a good GPG signature by %s\n"
7611msgstr ""
7612
7613#: builtin/merge.c:1424
7614#, c-format
7615msgid "Updating %s..%s\n"
7616msgstr ""
7617
7618#: builtin/merge.c:1461
7619#, c-format
7620msgid "Trying really trivial in-index merge...\n"
7621msgstr ""
7622
7623#: builtin/merge.c:1468
7624#, c-format
7625msgid "Nope.\n"
7626msgstr ""
7627
7628#: builtin/merge.c:1500
7629msgid "Not possible to fast-forward, aborting."
7630msgstr ""
7631
7632#: builtin/merge.c:1523 builtin/merge.c:1602
7633#, c-format
7634msgid "Rewinding the tree to pristine...\n"
7635msgstr ""
7636
7637#: builtin/merge.c:1527
7638#, c-format
7639msgid "Trying merge strategy %s...\n"
7640msgstr ""
7641
7642#: builtin/merge.c:1593
7643#, c-format
7644msgid "No merge strategy handled the merge.\n"
7645msgstr ""
7646
7647#: builtin/merge.c:1595
7648#, c-format
7649msgid "Merge with strategy %s failed.\n"
7650msgstr ""
7651
7652#: builtin/merge.c:1604
7653#, c-format
7654msgid "Using the %s to prepare resolving by hand.\n"
7655msgstr ""
7656
7657#: builtin/merge.c:1616
7658#, c-format
7659msgid "Automatic merge went well; stopped before committing as requested\n"
7660msgstr ""
7661
7662#: builtin/merge-base.c:29
7663msgid "git merge-base [-a | --all] <commit> <commit>..."
7664msgstr ""
7665
7666#: builtin/merge-base.c:30
7667msgid "git merge-base [-a | --all] --octopus <commit>..."
7668msgstr ""
7669
7670#: builtin/merge-base.c:31
7671msgid "git merge-base --independent <commit>..."
7672msgstr ""
7673
7674#: builtin/merge-base.c:32
7675msgid "git merge-base --is-ancestor <commit> <commit>"
7676msgstr ""
7677
7678#: builtin/merge-base.c:33
7679msgid "git merge-base --fork-point <ref> [<commit>]"
7680msgstr ""
7681
7682#: builtin/merge-base.c:214
7683msgid "output all common ancestors"
7684msgstr ""
7685
7686#: builtin/merge-base.c:216
7687msgid "find ancestors for a single n-way merge"
7688msgstr ""
7689
7690#: builtin/merge-base.c:218
7691msgid "list revs not reachable from others"
7692msgstr ""
7693
7694#: builtin/merge-base.c:220
7695msgid "is the first one ancestor of the other?"
7696msgstr ""
7697
7698#: builtin/merge-base.c:222
7699msgid "find where <commit> forked from reflog of <ref>"
7700msgstr ""
7701
7702#: builtin/merge-file.c:8
7703msgid ""
7704"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
7705"<orig-file> <file2>"
7706msgstr ""
7707
7708#: builtin/merge-file.c:33
7709msgid "send results to standard output"
7710msgstr ""
7711
7712#: builtin/merge-file.c:34
7713msgid "use a diff3 based merge"
7714msgstr ""
7715
7716#: builtin/merge-file.c:35
7717msgid "for conflicts, use our version"
7718msgstr ""
7719
7720#: builtin/merge-file.c:37
7721msgid "for conflicts, use their version"
7722msgstr ""
7723
7724#: builtin/merge-file.c:39
7725msgid "for conflicts, use a union version"
7726msgstr ""
7727
7728#: builtin/merge-file.c:42
7729msgid "for conflicts, use this marker size"
7730msgstr ""
7731
7732#: builtin/merge-file.c:43
7733msgid "do not warn about conflicts"
7734msgstr ""
7735
7736#: builtin/merge-file.c:45
7737msgid "set labels for file1/orig-file/file2"
7738msgstr ""
7739
7740#: builtin/mktree.c:65
7741msgid "git mktree [-z] [--missing] [--batch]"
7742msgstr ""
7743
7744#: builtin/mktree.c:152
7745msgid "input is NUL terminated"
7746msgstr ""
7747
7748#: builtin/mktree.c:153 builtin/write-tree.c:24
7749msgid "allow missing objects"
7750msgstr ""
7751
7752#: builtin/mktree.c:154
7753msgid "allow creation of more than one tree"
7754msgstr ""
7755
7756#: builtin/mv.c:15
7757msgid "git mv [<options>] <source>... <destination>"
7758msgstr ""
7759
7760#: builtin/mv.c:70
7761#, c-format
7762msgid "Directory %s is in index and no submodule?"
7763msgstr ""
7764
7765#: builtin/mv.c:72
7766msgid "Please stage your changes to .gitmodules or stash them to proceed"
7767msgstr ""
7768
7769#: builtin/mv.c:90
7770#, c-format
7771msgid "%.*s is in index"
7772msgstr ""
7773
7774#: builtin/mv.c:112
7775msgid "force move/rename even if target exists"
7776msgstr ""
7777
7778#: builtin/mv.c:113
7779msgid "skip move/rename errors"
7780msgstr ""
7781
7782#: builtin/mv.c:152
7783#, c-format
7784msgid "destination '%s' is not a directory"
7785msgstr ""
7786
7787#: builtin/mv.c:163
7788#, c-format
7789msgid "Checking rename of '%s' to '%s'\n"
7790msgstr ""
7791
7792#: builtin/mv.c:167
7793msgid "bad source"
7794msgstr ""
7795
7796#: builtin/mv.c:170
7797msgid "can not move directory into itself"
7798msgstr ""
7799
7800#: builtin/mv.c:173
7801msgid "cannot move directory over file"
7802msgstr ""
7803
7804#: builtin/mv.c:182
7805msgid "source directory is empty"
7806msgstr ""
7807
7808#: builtin/mv.c:207
7809msgid "not under version control"
7810msgstr ""
7811
7812#: builtin/mv.c:210
7813msgid "destination exists"
7814msgstr ""
7815
7816#: builtin/mv.c:218
7817#, c-format
7818msgid "overwriting '%s'"
7819msgstr ""
7820
7821#: builtin/mv.c:221
7822msgid "Cannot overwrite"
7823msgstr ""
7824
7825#: builtin/mv.c:224
7826msgid "multiple sources for the same target"
7827msgstr ""
7828
7829#: builtin/mv.c:226
7830msgid "destination directory does not exist"
7831msgstr ""
7832
7833#: builtin/mv.c:233
7834#, c-format
7835msgid "%s, source=%s, destination=%s"
7836msgstr ""
7837
7838#: builtin/mv.c:254
7839#, c-format
7840msgid "Renaming %s to %s\n"
7841msgstr ""
7842
7843#: builtin/mv.c:257 builtin/remote.c:714 builtin/repack.c:365
7844#, c-format
7845msgid "renaming '%s' failed"
7846msgstr ""
7847
7848#: builtin/name-rev.c:251
7849msgid "git name-rev [<options>] <commit>..."
7850msgstr ""
7851
7852#: builtin/name-rev.c:252
7853msgid "git name-rev [<options>] --all"
7854msgstr ""
7855
7856#: builtin/name-rev.c:253
7857msgid "git name-rev [<options>] --stdin"
7858msgstr ""
7859
7860#: builtin/name-rev.c:305
7861msgid "print only names (no SHA-1)"
7862msgstr ""
7863
7864#: builtin/name-rev.c:306
7865msgid "only use tags to name the commits"
7866msgstr ""
7867
7868#: builtin/name-rev.c:308
7869msgid "only use refs matching <pattern>"
7870msgstr ""
7871
7872#: builtin/name-rev.c:310
7873msgid "list all commits reachable from all refs"
7874msgstr ""
7875
7876#: builtin/name-rev.c:311
7877msgid "read from stdin"
7878msgstr ""
7879
7880#: builtin/name-rev.c:312
7881msgid "allow to print `undefined` names (default)"
7882msgstr ""
7883
7884#: builtin/name-rev.c:318
7885msgid "dereference tags in the input (internal use)"
7886msgstr ""
7887
7888#: builtin/notes.c:25
7889msgid "git notes [--ref <notes-ref>] [list [<object>]]"
7890msgstr ""
7891
7892#: builtin/notes.c:26
7893msgid ""
7894"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
7895"| (-c | -C) <object>] [<object>]"
7896msgstr ""
7897
7898#: builtin/notes.c:27
7899msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
7900msgstr ""
7901
7902#: builtin/notes.c:28
7903msgid ""
7904"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
7905"(-c | -C) <object>] [<object>]"
7906msgstr ""
7907
7908#: builtin/notes.c:29
7909msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
7910msgstr ""
7911
7912#: builtin/notes.c:30
7913msgid "git notes [--ref <notes-ref>] show [<object>]"
7914msgstr ""
7915
7916#: builtin/notes.c:31
7917msgid ""
7918"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
7919msgstr ""
7920
7921#: builtin/notes.c:32
7922msgid "git notes merge --commit [-v | -q]"
7923msgstr ""
7924
7925#: builtin/notes.c:33
7926msgid "git notes merge --abort [-v | -q]"
7927msgstr ""
7928
7929#: builtin/notes.c:34
7930msgid "git notes [--ref <notes-ref>] remove [<object>...]"
7931msgstr ""
7932
7933#: builtin/notes.c:35
7934msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
7935msgstr ""
7936
7937#: builtin/notes.c:36
7938msgid "git notes [--ref <notes-ref>] get-ref"
7939msgstr ""
7940
7941#: builtin/notes.c:41
7942msgid "git notes [list [<object>]]"
7943msgstr ""
7944
7945#: builtin/notes.c:46
7946msgid "git notes add [<options>] [<object>]"
7947msgstr ""
7948
7949#: builtin/notes.c:51
7950msgid "git notes copy [<options>] <from-object> <to-object>"
7951msgstr ""
7952
7953#: builtin/notes.c:52
7954msgid "git notes copy --stdin [<from-object> <to-object>]..."
7955msgstr ""
7956
7957#: builtin/notes.c:57
7958msgid "git notes append [<options>] [<object>]"
7959msgstr ""
7960
7961#: builtin/notes.c:62
7962msgid "git notes edit [<object>]"
7963msgstr ""
7964
7965#: builtin/notes.c:67
7966msgid "git notes show [<object>]"
7967msgstr ""
7968
7969#: builtin/notes.c:72
7970msgid "git notes merge [<options>] <notes-ref>"
7971msgstr ""
7972
7973#: builtin/notes.c:73
7974msgid "git notes merge --commit [<options>]"
7975msgstr ""
7976
7977#: builtin/notes.c:74
7978msgid "git notes merge --abort [<options>]"
7979msgstr ""
7980
7981#: builtin/notes.c:79
7982msgid "git notes remove [<object>]"
7983msgstr ""
7984
7985#: builtin/notes.c:84
7986msgid "git notes prune [<options>]"
7987msgstr ""
7988
7989#: builtin/notes.c:89
7990msgid "git notes get-ref"
7991msgstr ""
7992
7993#: builtin/notes.c:147
7994#, c-format
7995msgid "unable to start 'show' for object '%s'"
7996msgstr ""
7997
7998#: builtin/notes.c:151
7999msgid "could not read 'show' output"
8000msgstr ""
8001
8002#: builtin/notes.c:159
8003#, c-format
8004msgid "failed to finish 'show' for object '%s'"
8005msgstr ""
8006
8007#: builtin/notes.c:174 builtin/tag.c:248
8008#, c-format
8009msgid "could not create file '%s'"
8010msgstr ""
8011
8012#: builtin/notes.c:193
8013msgid "Please supply the note contents using either -m or -F option"
8014msgstr ""
8015
8016#: builtin/notes.c:202
8017msgid "unable to write note object"
8018msgstr ""
8019
8020#: builtin/notes.c:204
8021#, c-format
8022msgid "The note contents have been left in %s"
8023msgstr ""
8024
8025#: builtin/notes.c:232 builtin/tag.c:440
8026#, c-format
8027msgid "cannot read '%s'"
8028msgstr ""
8029
8030#: builtin/notes.c:234 builtin/tag.c:443
8031#, c-format
8032msgid "could not open or read '%s'"
8033msgstr ""
8034
8035#: builtin/notes.c:253 builtin/notes.c:304 builtin/notes.c:306
8036#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:510
8037#: builtin/notes.c:515 builtin/notes.c:593 builtin/notes.c:656
8038#: builtin/notes.c:880 builtin/tag.c:456
8039#, c-format
8040msgid "Failed to resolve '%s' as a valid ref."
8041msgstr ""
8042
8043#: builtin/notes.c:256
8044#, c-format
8045msgid "Failed to read object '%s'."
8046msgstr ""
8047
8048#: builtin/notes.c:260
8049#, c-format
8050msgid "Cannot read note data from non-blob object '%s'."
8051msgstr ""
8052
8053#: builtin/notes.c:362 builtin/notes.c:417 builtin/notes.c:493
8054#: builtin/notes.c:505 builtin/notes.c:581 builtin/notes.c:649
8055#: builtin/notes.c:945
8056msgid "too many parameters"
8057msgstr ""
8058
8059#: builtin/notes.c:375 builtin/notes.c:662
8060#, c-format
8061msgid "No note found for object %s."
8062msgstr ""
8063
8064#: builtin/notes.c:396 builtin/notes.c:559
8065msgid "note contents as a string"
8066msgstr ""
8067
8068#: builtin/notes.c:399 builtin/notes.c:562
8069msgid "note contents in a file"
8070msgstr ""
8071
8072#: builtin/notes.c:402 builtin/notes.c:565
8073msgid "reuse and edit specified note object"
8074msgstr ""
8075
8076#: builtin/notes.c:405 builtin/notes.c:568
8077msgid "reuse specified note object"
8078msgstr ""
8079
8080#: builtin/notes.c:408 builtin/notes.c:571
8081msgid "allow storing empty note"
8082msgstr ""
8083
8084#: builtin/notes.c:409 builtin/notes.c:480
8085msgid "replace existing notes"
8086msgstr ""
8087
8088#: builtin/notes.c:434
8089#, c-format
8090msgid ""
8091"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
8092"existing notes"
8093msgstr ""
8094
8095#: builtin/notes.c:449 builtin/notes.c:528
8096#, c-format
8097msgid "Overwriting existing notes for object %s\n"
8098msgstr ""
8099
8100#: builtin/notes.c:460 builtin/notes.c:621 builtin/notes.c:885
8101#, c-format
8102msgid "Removing note for object %s\n"
8103msgstr ""
8104
8105#: builtin/notes.c:481
8106msgid "read objects from stdin"
8107msgstr ""
8108
8109#: builtin/notes.c:483
8110msgid "load rewriting config for <command> (implies --stdin)"
8111msgstr ""
8112
8113#: builtin/notes.c:501
8114msgid "too few parameters"
8115msgstr ""
8116
8117#: builtin/notes.c:522
8118#, c-format
8119msgid ""
8120"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
8121"existing notes"
8122msgstr ""
8123
8124#: builtin/notes.c:534
8125#, c-format
8126msgid "Missing notes on source object %s. Cannot copy."
8127msgstr ""
8128
8129#: builtin/notes.c:586
8130#, c-format
8131msgid ""
8132"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
8133"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
8134msgstr ""
8135
8136#: builtin/notes.c:767
8137msgid "General options"
8138msgstr ""
8139
8140#: builtin/notes.c:769
8141msgid "Merge options"
8142msgstr ""
8143
8144#: builtin/notes.c:771
8145msgid ""
8146"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
8147"cat_sort_uniq)"
8148msgstr ""
8149
8150#: builtin/notes.c:773
8151msgid "Committing unmerged notes"
8152msgstr ""
8153
8154#: builtin/notes.c:775
8155msgid "finalize notes merge by committing unmerged notes"
8156msgstr ""
8157
8158#: builtin/notes.c:777
8159msgid "Aborting notes merge resolution"
8160msgstr ""
8161
8162#: builtin/notes.c:779
8163msgid "abort notes merge"
8164msgstr ""
8165
8166#: builtin/notes.c:856
8167#, c-format
8168msgid "A notes merge into %s is already in-progress at %s"
8169msgstr ""
8170
8171#: builtin/notes.c:883
8172#, c-format
8173msgid "Object %s has no note\n"
8174msgstr ""
8175
8176#: builtin/notes.c:895
8177msgid "attempt to remove non-existent note is not an error"
8178msgstr ""
8179
8180#: builtin/notes.c:898
8181msgid "read object names from the standard input"
8182msgstr ""
8183
8184#: builtin/notes.c:979
8185msgid "notes-ref"
8186msgstr ""
8187
8188#: builtin/notes.c:980
8189msgid "use notes from <notes-ref>"
8190msgstr ""
8191
8192#: builtin/notes.c:1015 builtin/remote.c:1626
8193#, c-format
8194msgid "Unknown subcommand: %s"
8195msgstr ""
8196
8197#: builtin/pack-objects.c:28
8198msgid ""
8199"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
8200msgstr ""
8201
8202#: builtin/pack-objects.c:29
8203msgid ""
8204"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
8205msgstr ""
8206
8207#: builtin/pack-objects.c:175 builtin/pack-objects.c:178
8208#, c-format
8209msgid "deflate error (%d)"
8210msgstr ""
8211
8212#: builtin/pack-objects.c:772
8213msgid "Writing objects"
8214msgstr ""
8215
8216#: builtin/pack-objects.c:1012
8217msgid "disabling bitmap writing, as some objects are not being packed"
8218msgstr ""
8219
8220#: builtin/pack-objects.c:2172
8221msgid "Compressing objects"
8222msgstr ""
8223
8224#: builtin/pack-objects.c:2558
8225#, c-format
8226msgid "unsupported index version %s"
8227msgstr ""
8228
8229#: builtin/pack-objects.c:2562
8230#, c-format
8231msgid "bad index version '%s'"
8232msgstr ""
8233
8234#: builtin/pack-objects.c:2592
8235msgid "do not show progress meter"
8236msgstr ""
8237
8238#: builtin/pack-objects.c:2594
8239msgid "show progress meter"
8240msgstr ""
8241
8242#: builtin/pack-objects.c:2596
8243msgid "show progress meter during object writing phase"
8244msgstr ""
8245
8246#: builtin/pack-objects.c:2599
8247msgid "similar to --all-progress when progress meter is shown"
8248msgstr ""
8249
8250#: builtin/pack-objects.c:2600
8251msgid "version[,offset]"
8252msgstr ""
8253
8254#: builtin/pack-objects.c:2601
8255msgid "write the pack index file in the specified idx format version"
8256msgstr ""
8257
8258#: builtin/pack-objects.c:2604
8259msgid "maximum size of each output pack file"
8260msgstr ""
8261
8262#: builtin/pack-objects.c:2606
8263msgid "ignore borrowed objects from alternate object store"
8264msgstr ""
8265
8266#: builtin/pack-objects.c:2608
8267msgid "ignore packed objects"
8268msgstr ""
8269
8270#: builtin/pack-objects.c:2610
8271msgid "limit pack window by objects"
8272msgstr ""
8273
8274#: builtin/pack-objects.c:2612
8275msgid "limit pack window by memory in addition to object limit"
8276msgstr ""
8277
8278#: builtin/pack-objects.c:2614
8279msgid "maximum length of delta chain allowed in the resulting pack"
8280msgstr ""
8281
8282#: builtin/pack-objects.c:2616
8283msgid "reuse existing deltas"
8284msgstr ""
8285
8286#: builtin/pack-objects.c:2618
8287msgid "reuse existing objects"
8288msgstr ""
8289
8290#: builtin/pack-objects.c:2620
8291msgid "use OFS_DELTA objects"
8292msgstr ""
8293
8294#: builtin/pack-objects.c:2622
8295msgid "use threads when searching for best delta matches"
8296msgstr ""
8297
8298#: builtin/pack-objects.c:2624
8299msgid "do not create an empty pack output"
8300msgstr ""
8301
8302#: builtin/pack-objects.c:2626
8303msgid "read revision arguments from standard input"
8304msgstr ""
8305
8306#: builtin/pack-objects.c:2628
8307msgid "limit the objects to those that are not yet packed"
8308msgstr ""
8309
8310#: builtin/pack-objects.c:2631
8311msgid "include objects reachable from any reference"
8312msgstr ""
8313
8314#: builtin/pack-objects.c:2634
8315msgid "include objects referred by reflog entries"
8316msgstr ""
8317
8318#: builtin/pack-objects.c:2637
8319msgid "include objects referred to by the index"
8320msgstr ""
8321
8322#: builtin/pack-objects.c:2640
8323msgid "output pack to stdout"
8324msgstr ""
8325
8326#: builtin/pack-objects.c:2642
8327msgid "include tag objects that refer to objects to be packed"
8328msgstr ""
8329
8330#: builtin/pack-objects.c:2644
8331msgid "keep unreachable objects"
8332msgstr ""
8333
8334#: builtin/pack-objects.c:2645 parse-options.h:142
8335msgid "time"
8336msgstr ""
8337
8338#: builtin/pack-objects.c:2646
8339msgid "unpack unreachable objects newer than <time>"
8340msgstr ""
8341
8342#: builtin/pack-objects.c:2649
8343msgid "create thin packs"
8344msgstr ""
8345
8346#: builtin/pack-objects.c:2651
8347msgid "create packs suitable for shallow fetches"
8348msgstr ""
8349
8350#: builtin/pack-objects.c:2653
8351msgid "ignore packs that have companion .keep file"
8352msgstr ""
8353
8354#: builtin/pack-objects.c:2655
8355msgid "pack compression level"
8356msgstr ""
8357
8358#: builtin/pack-objects.c:2657
8359msgid "do not hide commits by grafts"
8360msgstr ""
8361
8362#: builtin/pack-objects.c:2659
8363msgid "use a bitmap index if available to speed up counting objects"
8364msgstr ""
8365
8366#: builtin/pack-objects.c:2661
8367msgid "write a bitmap index together with the pack index"
8368msgstr ""
8369
8370#: builtin/pack-objects.c:2752
8371msgid "Counting objects"
8372msgstr ""
8373
8374#: builtin/pack-refs.c:6
8375msgid "git pack-refs [<options>]"
8376msgstr ""
8377
8378#: builtin/pack-refs.c:14
8379msgid "pack everything"
8380msgstr ""
8381
8382#: builtin/pack-refs.c:15
8383msgid "prune loose refs (default)"
8384msgstr ""
8385
8386#: builtin/prune-packed.c:7
8387msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
8388msgstr ""
8389
8390#: builtin/prune-packed.c:40
8391msgid "Removing duplicate objects"
8392msgstr ""
8393
8394#: builtin/prune.c:11
8395msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
8396msgstr ""
8397
8398#: builtin/prune.c:105 builtin/worktree.c:124
8399msgid "do not remove, show only"
8400msgstr ""
8401
8402#: builtin/prune.c:106 builtin/worktree.c:125
8403msgid "report pruned objects"
8404msgstr ""
8405
8406#: builtin/prune.c:109 builtin/worktree.c:127
8407msgid "expire objects older than <time>"
8408msgstr ""
8409
8410#: builtin/prune.c:123
8411msgid "cannot prune in a precious-objects repo"
8412msgstr ""
8413
8414#: builtin/pull.c:72
8415msgid "git pull [<options>] [<repository> [<refspec>...]]"
8416msgstr ""
8417
8418#: builtin/pull.c:117
8419msgid "Options related to merging"
8420msgstr ""
8421
8422#: builtin/pull.c:120
8423msgid "incorporate changes by rebasing rather than merging"
8424msgstr ""
8425
8426#: builtin/pull.c:144 builtin/revert.c:105
8427msgid "allow fast-forward"
8428msgstr ""
8429
8430#: builtin/pull.c:150
8431msgid "verify that the named commit has a valid GPG signature"
8432msgstr ""
8433
8434#: builtin/pull.c:164
8435msgid "Options related to fetching"
8436msgstr ""
8437
8438#: builtin/pull.c:186
8439msgid "number of submodules pulled in parallel"
8440msgstr ""
8441
8442#: builtin/pull.c:275
8443#, c-format
8444msgid "Invalid value for pull.ff: %s"
8445msgstr ""
8446
8447#: builtin/pull.c:359
8448msgid "Cannot pull with rebase: You have unstaged changes."
8449msgstr ""
8450
8451#: builtin/pull.c:365
8452msgid "Additionally, your index contains uncommitted changes."
8453msgstr ""
8454
8455#: builtin/pull.c:367
8456msgid "Cannot pull with rebase: Your index contains uncommitted changes."
8457msgstr ""
8458
8459#: builtin/pull.c:443
8460msgid ""
8461"There is no candidate for rebasing against among the refs that you just "
8462"fetched."
8463msgstr ""
8464
8465#: builtin/pull.c:445
8466msgid ""
8467"There are no candidates for merging among the refs that you just fetched."
8468msgstr ""
8469
8470#: builtin/pull.c:446
8471msgid ""
8472"Generally this means that you provided a wildcard refspec which had no\n"
8473"matches on the remote end."
8474msgstr ""
8475
8476#: builtin/pull.c:449
8477#, c-format
8478msgid ""
8479"You asked to pull from the remote '%s', but did not specify\n"
8480"a branch. Because this is not the default configured remote\n"
8481"for your current branch, you must specify a branch on the command line."
8482msgstr ""
8483
8484#: builtin/pull.c:454
8485msgid "You are not currently on a branch."
8486msgstr ""
8487
8488#: builtin/pull.c:456 builtin/pull.c:471
8489msgid "Please specify which branch you want to rebase against."
8490msgstr ""
8491
8492#: builtin/pull.c:458 builtin/pull.c:473
8493msgid "Please specify which branch you want to merge with."
8494msgstr ""
8495
8496#: builtin/pull.c:459 builtin/pull.c:474
8497msgid "See git-pull(1) for details."
8498msgstr ""
8499
8500#: builtin/pull.c:469
8501msgid "There is no tracking information for the current branch."
8502msgstr ""
8503
8504#: builtin/pull.c:478
8505#, c-format
8506msgid ""
8507"If you wish to set tracking information for this branch you can do so with:\n"
8508"\n"
8509"    git branch --set-upstream-to=%s/<branch> %s\n"
8510msgstr ""
8511
8512#: builtin/pull.c:483
8513#, c-format
8514msgid ""
8515"Your configuration specifies to merge with the ref '%s'\n"
8516"from the remote, but no such ref was fetched."
8517msgstr ""
8518
8519#: builtin/pull.c:841
8520msgid "Updating an unborn branch with changes added to the index."
8521msgstr ""
8522
8523#: builtin/pull.c:870
8524#, c-format
8525msgid ""
8526"fetch updated the current branch head.\n"
8527"fast-forwarding your working tree from\n"
8528"commit %s."
8529msgstr ""
8530
8531#: builtin/pull.c:875
8532#, c-format
8533msgid ""
8534"Cannot fast-forward your working tree.\n"
8535"After making sure that you saved anything precious from\n"
8536"$ git diff %s\n"
8537"output, run\n"
8538"$ git reset --hard\n"
8539"to recover."
8540msgstr ""
8541
8542#: builtin/pull.c:890
8543msgid "Cannot merge multiple branches into empty head."
8544msgstr ""
8545
8546#: builtin/pull.c:894
8547msgid "Cannot rebase onto multiple branches."
8548msgstr ""
8549
8550#: builtin/push.c:16
8551msgid "git push [<options>] [<repository> [<refspec>...]]"
8552msgstr ""
8553
8554#: builtin/push.c:89
8555msgid "tag shorthand without <tag>"
8556msgstr ""
8557
8558#: builtin/push.c:99
8559msgid "--delete only accepts plain target ref names"
8560msgstr ""
8561
8562#: builtin/push.c:143
8563msgid ""
8564"\n"
8565"To choose either option permanently, see push.default in 'git help config'."
8566msgstr ""
8567
8568#: builtin/push.c:146
8569#, c-format
8570msgid ""
8571"The upstream branch of your current branch does not match\n"
8572"the name of your current branch.  To push to the upstream branch\n"
8573"on the remote, use\n"
8574"\n"
8575"    git push %s HEAD:%s\n"
8576"\n"
8577"To push to the branch of the same name on the remote, use\n"
8578"\n"
8579"    git push %s %s\n"
8580"%s"
8581msgstr ""
8582
8583#: builtin/push.c:161
8584#, c-format
8585msgid ""
8586"You are not currently on a branch.\n"
8587"To push the history leading to the current (detached HEAD)\n"
8588"state now, use\n"
8589"\n"
8590"    git push %s HEAD:<name-of-remote-branch>\n"
8591msgstr ""
8592
8593#: builtin/push.c:175
8594#, c-format
8595msgid ""
8596"The current branch %s has no upstream branch.\n"
8597"To push the current branch and set the remote as upstream, use\n"
8598"\n"
8599"    git push --set-upstream %s %s\n"
8600msgstr ""
8601
8602#: builtin/push.c:183
8603#, c-format
8604msgid "The current branch %s has multiple upstream branches, refusing to push."
8605msgstr ""
8606
8607#: builtin/push.c:186
8608#, c-format
8609msgid ""
8610"You are pushing to remote '%s', which is not the upstream of\n"
8611"your current branch '%s', without telling me what to push\n"
8612"to update which remote branch."
8613msgstr ""
8614
8615#: builtin/push.c:242
8616msgid ""
8617"You didn't specify any refspecs to push, and push.default is \"nothing\"."
8618msgstr ""
8619
8620#: builtin/push.c:249
8621msgid ""
8622"Updates were rejected because the tip of your current branch is behind\n"
8623"its remote counterpart. Integrate the remote changes (e.g.\n"
8624"'git pull ...') before pushing again.\n"
8625"See the 'Note about fast-forwards' in 'git push --help' for details."
8626msgstr ""
8627
8628#: builtin/push.c:255
8629msgid ""
8630"Updates were rejected because a pushed branch tip is behind its remote\n"
8631"counterpart. Check out this branch and integrate the remote changes\n"
8632"(e.g. 'git pull ...') before pushing again.\n"
8633"See the 'Note about fast-forwards' in 'git push --help' for details."
8634msgstr ""
8635
8636#: builtin/push.c:261
8637msgid ""
8638"Updates were rejected because the remote contains work that you do\n"
8639"not have locally. This is usually caused by another repository pushing\n"
8640"to the same ref. You may want to first integrate the remote changes\n"
8641"(e.g., 'git pull ...') before pushing again.\n"
8642"See the 'Note about fast-forwards' in 'git push --help' for details."
8643msgstr ""
8644
8645#: builtin/push.c:268
8646msgid "Updates were rejected because the tag already exists in the remote."
8647msgstr ""
8648
8649#: builtin/push.c:271
8650msgid ""
8651"You cannot update a remote ref that points at a non-commit object,\n"
8652"or update a remote ref to make it point at a non-commit object,\n"
8653"without using the '--force' option.\n"
8654msgstr ""
8655
8656#: builtin/push.c:331
8657#, c-format
8658msgid "Pushing to %s\n"
8659msgstr ""
8660
8661#: builtin/push.c:335
8662#, c-format
8663msgid "failed to push some refs to '%s'"
8664msgstr ""
8665
8666#: builtin/push.c:365
8667#, c-format
8668msgid "bad repository '%s'"
8669msgstr ""
8670
8671#: builtin/push.c:366
8672msgid ""
8673"No configured push destination.\n"
8674"Either specify the URL from the command-line or configure a remote "
8675"repository using\n"
8676"\n"
8677"    git remote add <name> <url>\n"
8678"\n"
8679"and then push using the remote name\n"
8680"\n"
8681"    git push <name>\n"
8682msgstr ""
8683
8684#: builtin/push.c:381
8685msgid "--all and --tags are incompatible"
8686msgstr ""
8687
8688#: builtin/push.c:382
8689msgid "--all can't be combined with refspecs"
8690msgstr ""
8691
8692#: builtin/push.c:387
8693msgid "--mirror and --tags are incompatible"
8694msgstr ""
8695
8696#: builtin/push.c:388
8697msgid "--mirror can't be combined with refspecs"
8698msgstr ""
8699
8700#: builtin/push.c:393
8701msgid "--all and --mirror are incompatible"
8702msgstr ""
8703
8704#: builtin/push.c:505
8705msgid "repository"
8706msgstr ""
8707
8708#: builtin/push.c:506 builtin/send-pack.c:161
8709msgid "push all refs"
8710msgstr ""
8711
8712#: builtin/push.c:507 builtin/send-pack.c:163
8713msgid "mirror all refs"
8714msgstr ""
8715
8716#: builtin/push.c:509
8717msgid "delete refs"
8718msgstr ""
8719
8720#: builtin/push.c:510
8721msgid "push tags (can't be used with --all or --mirror)"
8722msgstr ""
8723
8724#: builtin/push.c:513 builtin/send-pack.c:164
8725msgid "force updates"
8726msgstr ""
8727
8728#: builtin/push.c:515 builtin/send-pack.c:175
8729msgid "refname>:<expect"
8730msgstr ""
8731
8732#: builtin/push.c:516 builtin/send-pack.c:176
8733msgid "require old value of ref to be at this value"
8734msgstr ""
8735
8736#: builtin/push.c:519
8737msgid "control recursive pushing of submodules"
8738msgstr ""
8739
8740#: builtin/push.c:521 builtin/send-pack.c:169
8741msgid "use thin pack"
8742msgstr ""
8743
8744#: builtin/push.c:522 builtin/push.c:523 builtin/send-pack.c:158
8745#: builtin/send-pack.c:159
8746msgid "receive pack program"
8747msgstr ""
8748
8749#: builtin/push.c:524
8750msgid "set upstream for git pull/status"
8751msgstr ""
8752
8753#: builtin/push.c:527
8754msgid "prune locally removed refs"
8755msgstr ""
8756
8757#: builtin/push.c:529
8758msgid "bypass pre-push hook"
8759msgstr ""
8760
8761#: builtin/push.c:530
8762msgid "push missing but relevant tags"
8763msgstr ""
8764
8765#: builtin/push.c:533 builtin/send-pack.c:166
8766msgid "GPG sign the push"
8767msgstr ""
8768
8769#: builtin/push.c:535 builtin/send-pack.c:170
8770msgid "request atomic transaction on remote side"
8771msgstr ""
8772
8773#: builtin/push.c:549
8774msgid "--delete is incompatible with --all, --mirror and --tags"
8775msgstr ""
8776
8777#: builtin/push.c:551
8778msgid "--delete doesn't make sense without any refs"
8779msgstr ""
8780
8781#: builtin/read-tree.c:37
8782msgid ""
8783"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
8784"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
8785"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
8786msgstr ""
8787
8788#: builtin/read-tree.c:110
8789msgid "write resulting index to <file>"
8790msgstr ""
8791
8792#: builtin/read-tree.c:113
8793msgid "only empty the index"
8794msgstr ""
8795
8796#: builtin/read-tree.c:115
8797msgid "Merging"
8798msgstr ""
8799
8800#: builtin/read-tree.c:117
8801msgid "perform a merge in addition to a read"
8802msgstr ""
8803
8804#: builtin/read-tree.c:119
8805msgid "3-way merge if no file level merging required"
8806msgstr ""
8807
8808#: builtin/read-tree.c:121
8809msgid "3-way merge in presence of adds and removes"
8810msgstr ""
8811
8812#: builtin/read-tree.c:123
8813msgid "same as -m, but discard unmerged entries"
8814msgstr ""
8815
8816#: builtin/read-tree.c:124
8817msgid "<subdirectory>/"
8818msgstr ""
8819
8820#: builtin/read-tree.c:125
8821msgid "read the tree into the index under <subdirectory>/"
8822msgstr ""
8823
8824#: builtin/read-tree.c:128
8825msgid "update working tree with merge result"
8826msgstr ""
8827
8828#: builtin/read-tree.c:130
8829msgid "gitignore"
8830msgstr ""
8831
8832#: builtin/read-tree.c:131
8833msgid "allow explicitly ignored files to be overwritten"
8834msgstr ""
8835
8836#: builtin/read-tree.c:134
8837msgid "don't check the working tree after merging"
8838msgstr ""
8839
8840#: builtin/read-tree.c:135
8841msgid "don't update the index or the work tree"
8842msgstr ""
8843
8844#: builtin/read-tree.c:137
8845msgid "skip applying sparse checkout filter"
8846msgstr ""
8847
8848#: builtin/read-tree.c:139
8849msgid "debug unpack-trees"
8850msgstr ""
8851
8852#: builtin/reflog.c:423
8853#, c-format
8854msgid "'%s' for '%s' is not a valid timestamp"
8855msgstr ""
8856
8857#: builtin/reflog.c:540 builtin/reflog.c:545
8858#, c-format
8859msgid "'%s' is not a valid timestamp"
8860msgstr ""
8861
8862#: builtin/remote.c:12
8863msgid "git remote [-v | --verbose]"
8864msgstr ""
8865
8866#: builtin/remote.c:13
8867msgid ""
8868"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
8869"mirror=<fetch|push>] <name> <url>"
8870msgstr ""
8871
8872#: builtin/remote.c:14 builtin/remote.c:34
8873msgid "git remote rename <old> <new>"
8874msgstr ""
8875
8876#: builtin/remote.c:15 builtin/remote.c:39
8877msgid "git remote remove <name>"
8878msgstr ""
8879
8880#: builtin/remote.c:16 builtin/remote.c:44
8881msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
8882msgstr ""
8883
8884#: builtin/remote.c:17
8885msgid "git remote [-v | --verbose] show [-n] <name>"
8886msgstr ""
8887
8888#: builtin/remote.c:18
8889msgid "git remote prune [-n | --dry-run] <name>"
8890msgstr ""
8891
8892#: builtin/remote.c:19
8893msgid ""
8894"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
8895msgstr ""
8896
8897#: builtin/remote.c:20
8898msgid "git remote set-branches [--add] <name> <branch>..."
8899msgstr ""
8900
8901#: builtin/remote.c:21 builtin/remote.c:70
8902msgid "git remote get-url [--push] [--all] <name>"
8903msgstr ""
8904
8905#: builtin/remote.c:22 builtin/remote.c:75
8906msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
8907msgstr ""
8908
8909#: builtin/remote.c:23 builtin/remote.c:76
8910msgid "git remote set-url --add <name> <newurl>"
8911msgstr ""
8912
8913#: builtin/remote.c:24 builtin/remote.c:77
8914msgid "git remote set-url --delete <name> <url>"
8915msgstr ""
8916
8917#: builtin/remote.c:29
8918msgid "git remote add [<options>] <name> <url>"
8919msgstr ""
8920
8921#: builtin/remote.c:49
8922msgid "git remote set-branches <name> <branch>..."
8923msgstr ""
8924
8925#: builtin/remote.c:50
8926msgid "git remote set-branches --add <name> <branch>..."
8927msgstr ""
8928
8929#: builtin/remote.c:55
8930msgid "git remote show [<options>] <name>"
8931msgstr ""
8932
8933#: builtin/remote.c:60
8934msgid "git remote prune [<options>] <name>"
8935msgstr ""
8936
8937#: builtin/remote.c:65
8938msgid "git remote update [<options>] [<group> | <remote>]..."
8939msgstr ""
8940
8941#: builtin/remote.c:94
8942#, c-format
8943msgid "Updating %s"
8944msgstr ""
8945
8946#: builtin/remote.c:126
8947msgid ""
8948"--mirror is dangerous and deprecated; please\n"
8949"\t use --mirror=fetch or --mirror=push instead"
8950msgstr ""
8951
8952#: builtin/remote.c:143
8953#, c-format
8954msgid "unknown mirror argument: %s"
8955msgstr ""
8956
8957#: builtin/remote.c:159
8958msgid "fetch the remote branches"
8959msgstr ""
8960
8961#: builtin/remote.c:161
8962msgid "import all tags and associated objects when fetching"
8963msgstr ""
8964
8965#: builtin/remote.c:164
8966msgid "or do not fetch any tag at all (--no-tags)"
8967msgstr ""
8968
8969#: builtin/remote.c:166
8970msgid "branch(es) to track"
8971msgstr ""
8972
8973#: builtin/remote.c:167
8974msgid "master branch"
8975msgstr ""
8976
8977#: builtin/remote.c:168
8978msgid "push|fetch"
8979msgstr ""
8980
8981#: builtin/remote.c:169
8982msgid "set up remote as a mirror to push to or fetch from"
8983msgstr ""
8984
8985#: builtin/remote.c:181
8986msgid "specifying a master branch makes no sense with --mirror"
8987msgstr ""
8988
8989#: builtin/remote.c:183
8990msgid "specifying branches to track makes sense only with fetch mirrors"
8991msgstr ""
8992
8993#: builtin/remote.c:190 builtin/remote.c:633
8994#, c-format
8995msgid "remote %s already exists."
8996msgstr ""
8997
8998#: builtin/remote.c:194 builtin/remote.c:637
8999#, c-format
9000msgid "'%s' is not a valid remote name"
9001msgstr ""
9002
9003#: builtin/remote.c:234
9004#, c-format
9005msgid "Could not setup master '%s'"
9006msgstr ""
9007
9008#: builtin/remote.c:336
9009#, c-format
9010msgid "Could not get fetch map for refspec %s"
9011msgstr ""
9012
9013#: builtin/remote.c:437 builtin/remote.c:445
9014msgid "(matching)"
9015msgstr ""
9016
9017#: builtin/remote.c:449
9018msgid "(delete)"
9019msgstr ""
9020
9021#: builtin/remote.c:626 builtin/remote.c:761 builtin/remote.c:858
9022#, c-format
9023msgid "No such remote: %s"
9024msgstr ""
9025
9026#: builtin/remote.c:643
9027#, c-format
9028msgid "Could not rename config section '%s' to '%s'"
9029msgstr ""
9030
9031#: builtin/remote.c:663
9032#, c-format
9033msgid ""
9034"Not updating non-default fetch refspec\n"
9035"\t%s\n"
9036"\tPlease update the configuration manually if necessary."
9037msgstr ""
9038
9039#: builtin/remote.c:699
9040#, c-format
9041msgid "deleting '%s' failed"
9042msgstr ""
9043
9044#: builtin/remote.c:733
9045#, c-format
9046msgid "creating '%s' failed"
9047msgstr ""
9048
9049#: builtin/remote.c:796
9050msgid ""
9051"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
9052"to delete it, use:"
9053msgid_plural ""
9054"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
9055"to delete them, use:"
9056msgstr[0] ""
9057msgstr[1] ""
9058
9059#: builtin/remote.c:810
9060#, c-format
9061msgid "Could not remove config section '%s'"
9062msgstr ""
9063
9064#: builtin/remote.c:911
9065#, c-format
9066msgid " new (next fetch will store in remotes/%s)"
9067msgstr ""
9068
9069#: builtin/remote.c:914
9070msgid " tracked"
9071msgstr ""
9072
9073#: builtin/remote.c:916
9074msgid " stale (use 'git remote prune' to remove)"
9075msgstr ""
9076
9077#: builtin/remote.c:918
9078msgid " ???"
9079msgstr ""
9080
9081#: builtin/remote.c:959
9082#, c-format
9083msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
9084msgstr ""
9085
9086#: builtin/remote.c:967
9087#, c-format
9088msgid "rebases interactively onto remote %s"
9089msgstr ""
9090
9091#: builtin/remote.c:971
9092#, c-format
9093msgid " merges with remote %s"
9094msgstr ""
9095
9096#: builtin/remote.c:972
9097msgid "    and with remote"
9098msgstr ""
9099
9100#: builtin/remote.c:974
9101#, c-format
9102msgid "merges with remote %s"
9103msgstr ""
9104
9105#: builtin/remote.c:975
9106msgid "   and with remote"
9107msgstr ""
9108
9109#: builtin/remote.c:1021
9110msgid "create"
9111msgstr ""
9112
9113#: builtin/remote.c:1024
9114msgid "delete"
9115msgstr ""
9116
9117#: builtin/remote.c:1028
9118msgid "up to date"
9119msgstr ""
9120
9121#: builtin/remote.c:1031
9122msgid "fast-forwardable"
9123msgstr ""
9124
9125#: builtin/remote.c:1034
9126msgid "local out of date"
9127msgstr ""
9128
9129#: builtin/remote.c:1041
9130#, c-format
9131msgid "    %-*s forces to %-*s (%s)"
9132msgstr ""
9133
9134#: builtin/remote.c:1044
9135#, c-format
9136msgid "    %-*s pushes to %-*s (%s)"
9137msgstr ""
9138
9139#: builtin/remote.c:1048
9140#, c-format
9141msgid "    %-*s forces to %s"
9142msgstr ""
9143
9144#: builtin/remote.c:1051
9145#, c-format
9146msgid "    %-*s pushes to %s"
9147msgstr ""
9148
9149#: builtin/remote.c:1119
9150msgid "do not query remotes"
9151msgstr ""
9152
9153#: builtin/remote.c:1146
9154#, c-format
9155msgid "* remote %s"
9156msgstr ""
9157
9158#: builtin/remote.c:1147
9159#, c-format
9160msgid "  Fetch URL: %s"
9161msgstr ""
9162
9163#: builtin/remote.c:1148 builtin/remote.c:1299
9164msgid "(no URL)"
9165msgstr ""
9166
9167#: builtin/remote.c:1157 builtin/remote.c:1159
9168#, c-format
9169msgid "  Push  URL: %s"
9170msgstr ""
9171
9172#: builtin/remote.c:1161 builtin/remote.c:1163 builtin/remote.c:1165
9173#, c-format
9174msgid "  HEAD branch: %s"
9175msgstr ""
9176
9177#: builtin/remote.c:1167
9178#, c-format
9179msgid ""
9180"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
9181msgstr ""
9182
9183#: builtin/remote.c:1179
9184#, c-format
9185msgid "  Remote branch:%s"
9186msgid_plural "  Remote branches:%s"
9187msgstr[0] ""
9188msgstr[1] ""
9189
9190#: builtin/remote.c:1182 builtin/remote.c:1209
9191msgid " (status not queried)"
9192msgstr ""
9193
9194#: builtin/remote.c:1191
9195msgid "  Local branch configured for 'git pull':"
9196msgid_plural "  Local branches configured for 'git pull':"
9197msgstr[0] ""
9198msgstr[1] ""
9199
9200#: builtin/remote.c:1199
9201msgid "  Local refs will be mirrored by 'git push'"
9202msgstr ""
9203
9204#: builtin/remote.c:1206
9205#, c-format
9206msgid "  Local ref configured for 'git push'%s:"
9207msgid_plural "  Local refs configured for 'git push'%s:"
9208msgstr[0] ""
9209msgstr[1] ""
9210
9211#: builtin/remote.c:1227
9212msgid "set refs/remotes/<name>/HEAD according to remote"
9213msgstr ""
9214
9215#: builtin/remote.c:1229
9216msgid "delete refs/remotes/<name>/HEAD"
9217msgstr ""
9218
9219#: builtin/remote.c:1244
9220msgid "Cannot determine remote HEAD"
9221msgstr ""
9222
9223#: builtin/remote.c:1246
9224msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
9225msgstr ""
9226
9227#: builtin/remote.c:1256
9228#, c-format
9229msgid "Could not delete %s"
9230msgstr ""
9231
9232#: builtin/remote.c:1264
9233#, c-format
9234msgid "Not a valid ref: %s"
9235msgstr ""
9236
9237#: builtin/remote.c:1266
9238#, c-format
9239msgid "Could not setup %s"
9240msgstr ""
9241
9242#: builtin/remote.c:1284
9243#, c-format
9244msgid " %s will become dangling!"
9245msgstr ""
9246
9247#: builtin/remote.c:1285
9248#, c-format
9249msgid " %s has become dangling!"
9250msgstr ""
9251
9252#: builtin/remote.c:1295
9253#, c-format
9254msgid "Pruning %s"
9255msgstr ""
9256
9257#: builtin/remote.c:1296
9258#, c-format
9259msgid "URL: %s"
9260msgstr ""
9261
9262#: builtin/remote.c:1312
9263#, c-format
9264msgid " * [would prune] %s"
9265msgstr ""
9266
9267#: builtin/remote.c:1315
9268#, c-format
9269msgid " * [pruned] %s"
9270msgstr ""
9271
9272#: builtin/remote.c:1360
9273msgid "prune remotes after fetching"
9274msgstr ""
9275
9276#: builtin/remote.c:1423 builtin/remote.c:1477 builtin/remote.c:1545
9277#, c-format
9278msgid "No such remote '%s'"
9279msgstr ""
9280
9281#: builtin/remote.c:1439
9282msgid "add branch"
9283msgstr ""
9284
9285#: builtin/remote.c:1446
9286msgid "no remote specified"
9287msgstr ""
9288
9289#: builtin/remote.c:1463
9290msgid "query push URLs rather than fetch URLs"
9291msgstr ""
9292
9293#: builtin/remote.c:1465
9294msgid "return all URLs"
9295msgstr ""
9296
9297#: builtin/remote.c:1493
9298#, c-format
9299msgid "no URLs configured for remote '%s'"
9300msgstr ""
9301
9302#: builtin/remote.c:1519
9303msgid "manipulate push URLs"
9304msgstr ""
9305
9306#: builtin/remote.c:1521
9307msgid "add URL"
9308msgstr ""
9309
9310#: builtin/remote.c:1523
9311msgid "delete URLs"
9312msgstr ""
9313
9314#: builtin/remote.c:1530
9315msgid "--add --delete doesn't make sense"
9316msgstr ""
9317
9318#: builtin/remote.c:1571
9319#, c-format
9320msgid "Invalid old URL pattern: %s"
9321msgstr ""
9322
9323#: builtin/remote.c:1579
9324#, c-format
9325msgid "No such URL found: %s"
9326msgstr ""
9327
9328#: builtin/remote.c:1581
9329msgid "Will not delete all non-push URLs"
9330msgstr ""
9331
9332#: builtin/remote.c:1595
9333msgid "be verbose; must be placed before a subcommand"
9334msgstr ""
9335
9336#: builtin/repack.c:17
9337msgid "git repack [<options>]"
9338msgstr ""
9339
9340#: builtin/repack.c:159
9341msgid "pack everything in a single pack"
9342msgstr ""
9343
9344#: builtin/repack.c:161
9345msgid "same as -a, and turn unreachable objects loose"
9346msgstr ""
9347
9348#: builtin/repack.c:164
9349msgid "remove redundant packs, and run git-prune-packed"
9350msgstr ""
9351
9352#: builtin/repack.c:166
9353msgid "pass --no-reuse-delta to git-pack-objects"
9354msgstr ""
9355
9356#: builtin/repack.c:168
9357msgid "pass --no-reuse-object to git-pack-objects"
9358msgstr ""
9359
9360#: builtin/repack.c:170
9361msgid "do not run git-update-server-info"
9362msgstr ""
9363
9364#: builtin/repack.c:173
9365msgid "pass --local to git-pack-objects"
9366msgstr ""
9367
9368#: builtin/repack.c:175
9369msgid "write bitmap index"
9370msgstr ""
9371
9372#: builtin/repack.c:176
9373msgid "approxidate"
9374msgstr ""
9375
9376#: builtin/repack.c:177
9377msgid "with -A, do not loosen objects older than this"
9378msgstr ""
9379
9380#: builtin/repack.c:179
9381msgid "size of the window used for delta compression"
9382msgstr ""
9383
9384#: builtin/repack.c:180 builtin/repack.c:184
9385msgid "bytes"
9386msgstr ""
9387
9388#: builtin/repack.c:181
9389msgid "same as the above, but limit memory size instead of entries count"
9390msgstr ""
9391
9392#: builtin/repack.c:183
9393msgid "limits the maximum delta depth"
9394msgstr ""
9395
9396#: builtin/repack.c:185
9397msgid "maximum size of each packfile"
9398msgstr ""
9399
9400#: builtin/repack.c:187
9401msgid "repack objects in packs marked with .keep"
9402msgstr ""
9403
9404#: builtin/repack.c:197
9405msgid "cannot delete packs in a precious-objects repo"
9406msgstr ""
9407
9408#: builtin/repack.c:381
9409#, c-format
9410msgid "removing '%s' failed"
9411msgstr ""
9412
9413#: builtin/replace.c:19
9414msgid "git replace [-f] <object> <replacement>"
9415msgstr ""
9416
9417#: builtin/replace.c:20
9418msgid "git replace [-f] --edit <object>"
9419msgstr ""
9420
9421#: builtin/replace.c:21
9422msgid "git replace [-f] --graft <commit> [<parent>...]"
9423msgstr ""
9424
9425#: builtin/replace.c:22
9426msgid "git replace -d <object>..."
9427msgstr ""
9428
9429#: builtin/replace.c:23
9430msgid "git replace [--format=<format>] [-l [<pattern>]]"
9431msgstr ""
9432
9433#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
9434#, c-format
9435msgid "Not a valid object name: '%s'"
9436msgstr ""
9437
9438#: builtin/replace.c:355
9439#, c-format
9440msgid "bad mergetag in commit '%s'"
9441msgstr ""
9442
9443#: builtin/replace.c:357
9444#, c-format
9445msgid "malformed mergetag in commit '%s'"
9446msgstr ""
9447
9448#: builtin/replace.c:368
9449#, c-format
9450msgid ""
9451"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
9452"instead of --graft"
9453msgstr ""
9454
9455#: builtin/replace.c:401
9456#, c-format
9457msgid "the original commit '%s' has a gpg signature."
9458msgstr ""
9459
9460#: builtin/replace.c:402
9461msgid "the signature will be removed in the replacement commit!"
9462msgstr ""
9463
9464#: builtin/replace.c:408
9465#, c-format
9466msgid "could not write replacement commit for: '%s'"
9467msgstr ""
9468
9469#: builtin/replace.c:432
9470msgid "list replace refs"
9471msgstr ""
9472
9473#: builtin/replace.c:433
9474msgid "delete replace refs"
9475msgstr ""
9476
9477#: builtin/replace.c:434
9478msgid "edit existing object"
9479msgstr ""
9480
9481#: builtin/replace.c:435
9482msgid "change a commit's parents"
9483msgstr ""
9484
9485#: builtin/replace.c:436
9486msgid "replace the ref if it exists"
9487msgstr ""
9488
9489#: builtin/replace.c:437
9490msgid "do not pretty-print contents for --edit"
9491msgstr ""
9492
9493#: builtin/replace.c:438
9494msgid "use this format"
9495msgstr ""
9496
9497#: builtin/rerere.c:12
9498msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
9499msgstr ""
9500
9501#: builtin/rerere.c:58
9502msgid "register clean resolutions in index"
9503msgstr ""
9504
9505#: builtin/reset.c:26
9506msgid ""
9507"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
9508msgstr ""
9509
9510#: builtin/reset.c:27
9511msgid "git reset [-q] <tree-ish> [--] <paths>..."
9512msgstr ""
9513
9514#: builtin/reset.c:28
9515msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
9516msgstr ""
9517
9518#: builtin/reset.c:34
9519msgid "mixed"
9520msgstr ""
9521
9522#: builtin/reset.c:34
9523msgid "soft"
9524msgstr ""
9525
9526#: builtin/reset.c:34
9527msgid "hard"
9528msgstr ""
9529
9530#: builtin/reset.c:34
9531msgid "merge"
9532msgstr ""
9533
9534#: builtin/reset.c:34
9535msgid "keep"
9536msgstr ""
9537
9538#: builtin/reset.c:74
9539msgid "You do not have a valid HEAD."
9540msgstr ""
9541
9542#: builtin/reset.c:76
9543msgid "Failed to find tree of HEAD."
9544msgstr ""
9545
9546#: builtin/reset.c:82
9547#, c-format
9548msgid "Failed to find tree of %s."
9549msgstr ""
9550
9551#: builtin/reset.c:100
9552#, c-format
9553msgid "HEAD is now at %s"
9554msgstr ""
9555
9556#: builtin/reset.c:183
9557#, c-format
9558msgid "Cannot do a %s reset in the middle of a merge."
9559msgstr ""
9560
9561#: builtin/reset.c:276
9562msgid "be quiet, only report errors"
9563msgstr ""
9564
9565#: builtin/reset.c:278
9566msgid "reset HEAD and index"
9567msgstr ""
9568
9569#: builtin/reset.c:279
9570msgid "reset only HEAD"
9571msgstr ""
9572
9573#: builtin/reset.c:281 builtin/reset.c:283
9574msgid "reset HEAD, index and working tree"
9575msgstr ""
9576
9577#: builtin/reset.c:285
9578msgid "reset HEAD but keep local changes"
9579msgstr ""
9580
9581#: builtin/reset.c:288
9582msgid "record only the fact that removed paths will be added later"
9583msgstr ""
9584
9585#: builtin/reset.c:305
9586#, c-format
9587msgid "Failed to resolve '%s' as a valid revision."
9588msgstr ""
9589
9590#: builtin/reset.c:313
9591#, c-format
9592msgid "Failed to resolve '%s' as a valid tree."
9593msgstr ""
9594
9595#: builtin/reset.c:322
9596msgid "--patch is incompatible with --{hard,mixed,soft}"
9597msgstr ""
9598
9599#: builtin/reset.c:331
9600msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
9601msgstr ""
9602
9603#: builtin/reset.c:333
9604#, c-format
9605msgid "Cannot do %s reset with paths."
9606msgstr ""
9607
9608#: builtin/reset.c:343
9609#, c-format
9610msgid "%s reset is not allowed in a bare repository"
9611msgstr ""
9612
9613#: builtin/reset.c:347
9614msgid "-N can only be used with --mixed"
9615msgstr ""
9616
9617#: builtin/reset.c:364
9618msgid "Unstaged changes after reset:"
9619msgstr ""
9620
9621#: builtin/reset.c:370
9622#, c-format
9623msgid "Could not reset index file to revision '%s'."
9624msgstr ""
9625
9626#: builtin/reset.c:374
9627msgid "Could not write new index file."
9628msgstr ""
9629
9630#: builtin/rev-list.c:350
9631msgid "rev-list does not support display of notes"
9632msgstr ""
9633
9634#: builtin/rev-parse.c:358
9635msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
9636msgstr ""
9637
9638#: builtin/rev-parse.c:363
9639msgid "keep the `--` passed as an arg"
9640msgstr ""
9641
9642#: builtin/rev-parse.c:365
9643msgid "stop parsing after the first non-option argument"
9644msgstr ""
9645
9646#: builtin/rev-parse.c:368
9647msgid "output in stuck long form"
9648msgstr ""
9649
9650#: builtin/rev-parse.c:499
9651msgid ""
9652"git rev-parse --parseopt [<options>] -- [<args>...]\n"
9653"   or: git rev-parse --sq-quote [<arg>...]\n"
9654"   or: git rev-parse [<options>] [<arg>...]\n"
9655"\n"
9656"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
9657msgstr ""
9658
9659#: builtin/revert.c:22
9660msgid "git revert [<options>] <commit-ish>..."
9661msgstr ""
9662
9663#: builtin/revert.c:23
9664msgid "git revert <subcommand>"
9665msgstr ""
9666
9667#: builtin/revert.c:28
9668msgid "git cherry-pick [<options>] <commit-ish>..."
9669msgstr ""
9670
9671#: builtin/revert.c:29
9672msgid "git cherry-pick <subcommand>"
9673msgstr ""
9674
9675#: builtin/revert.c:71
9676#, c-format
9677msgid "%s: %s cannot be used with %s"
9678msgstr ""
9679
9680#: builtin/revert.c:80
9681msgid "end revert or cherry-pick sequence"
9682msgstr ""
9683
9684#: builtin/revert.c:81
9685msgid "resume revert or cherry-pick sequence"
9686msgstr ""
9687
9688#: builtin/revert.c:82
9689msgid "cancel revert or cherry-pick sequence"
9690msgstr ""
9691
9692#: builtin/revert.c:83
9693msgid "don't automatically commit"
9694msgstr ""
9695
9696#: builtin/revert.c:84
9697msgid "edit the commit message"
9698msgstr ""
9699
9700#: builtin/revert.c:87
9701msgid "parent number"
9702msgstr ""
9703
9704#: builtin/revert.c:89
9705msgid "merge strategy"
9706msgstr ""
9707
9708#: builtin/revert.c:90
9709msgid "option"
9710msgstr ""
9711
9712#: builtin/revert.c:91
9713msgid "option for merge strategy"
9714msgstr ""
9715
9716#: builtin/revert.c:104
9717msgid "append commit name"
9718msgstr ""
9719
9720#: builtin/revert.c:106
9721msgid "preserve initially empty commits"
9722msgstr ""
9723
9724#: builtin/revert.c:107
9725msgid "allow commits with empty messages"
9726msgstr ""
9727
9728#: builtin/revert.c:108
9729msgid "keep redundant, empty commits"
9730msgstr ""
9731
9732#: builtin/revert.c:112
9733msgid "program error"
9734msgstr ""
9735
9736#: builtin/revert.c:197
9737msgid "revert failed"
9738msgstr ""
9739
9740#: builtin/revert.c:212
9741msgid "cherry-pick failed"
9742msgstr ""
9743
9744#: builtin/rm.c:17
9745msgid "git rm [<options>] [--] <file>..."
9746msgstr ""
9747
9748#: builtin/rm.c:65
9749msgid ""
9750"the following submodule (or one of its nested submodules)\n"
9751"uses a .git directory:"
9752msgid_plural ""
9753"the following submodules (or one of their nested submodules)\n"
9754"use a .git directory:"
9755msgstr[0] ""
9756msgstr[1] ""
9757
9758#: builtin/rm.c:71
9759msgid ""
9760"\n"
9761"(use 'rm -rf' if you really want to remove it including all of its history)"
9762msgstr ""
9763
9764#: builtin/rm.c:230
9765msgid ""
9766"the following file has staged content different from both the\n"
9767"file and the HEAD:"
9768msgid_plural ""
9769"the following files have staged content different from both the\n"
9770"file and the HEAD:"
9771msgstr[0] ""
9772msgstr[1] ""
9773
9774#: builtin/rm.c:235
9775msgid ""
9776"\n"
9777"(use -f to force removal)"
9778msgstr ""
9779
9780#: builtin/rm.c:239
9781msgid "the following file has changes staged in the index:"
9782msgid_plural "the following files have changes staged in the index:"
9783msgstr[0] ""
9784msgstr[1] ""
9785
9786#: builtin/rm.c:243 builtin/rm.c:254
9787msgid ""
9788"\n"
9789"(use --cached to keep the file, or -f to force removal)"
9790msgstr ""
9791
9792#: builtin/rm.c:251
9793msgid "the following file has local modifications:"
9794msgid_plural "the following files have local modifications:"
9795msgstr[0] ""
9796msgstr[1] ""
9797
9798#: builtin/rm.c:269
9799msgid "do not list removed files"
9800msgstr ""
9801
9802#: builtin/rm.c:270
9803msgid "only remove from the index"
9804msgstr ""
9805
9806#: builtin/rm.c:271
9807msgid "override the up-to-date check"
9808msgstr ""
9809
9810#: builtin/rm.c:272
9811msgid "allow recursive removal"
9812msgstr ""
9813
9814#: builtin/rm.c:274
9815msgid "exit with a zero status even if nothing matched"
9816msgstr ""
9817
9818#: builtin/rm.c:317
9819msgid "Please, stage your changes to .gitmodules or stash them to proceed"
9820msgstr ""
9821
9822#: builtin/rm.c:335
9823#, c-format
9824msgid "not removing '%s' recursively without -r"
9825msgstr ""
9826
9827#: builtin/rm.c:374
9828#, c-format
9829msgid "git rm: unable to remove %s"
9830msgstr ""
9831
9832#: builtin/send-pack.c:18
9833msgid ""
9834"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
9835"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
9836"[<ref>...]\n"
9837"  --all and explicit <ref> specification are mutually exclusive."
9838msgstr ""
9839
9840#: builtin/send-pack.c:160
9841msgid "remote name"
9842msgstr ""
9843
9844#: builtin/send-pack.c:171
9845msgid "use stateless RPC protocol"
9846msgstr ""
9847
9848#: builtin/send-pack.c:172
9849msgid "read refs from stdin"
9850msgstr ""
9851
9852#: builtin/send-pack.c:173
9853msgid "print status from remote helper"
9854msgstr ""
9855
9856#: builtin/shortlog.c:13
9857msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
9858msgstr ""
9859
9860#: builtin/shortlog.c:242
9861msgid "sort output according to the number of commits per author"
9862msgstr ""
9863
9864#: builtin/shortlog.c:244
9865msgid "Suppress commit descriptions, only provides commit count"
9866msgstr ""
9867
9868#: builtin/shortlog.c:246
9869msgid "Show the email address of each author"
9870msgstr ""
9871
9872#: builtin/shortlog.c:247
9873msgid "w[,i1[,i2]]"
9874msgstr ""
9875
9876#: builtin/shortlog.c:248
9877msgid "Linewrap output"
9878msgstr ""
9879
9880#: builtin/show-branch.c:10
9881msgid ""
9882"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
9883"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
9884"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
9885"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
9886msgstr ""
9887
9888#: builtin/show-branch.c:14
9889msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
9890msgstr ""
9891
9892#: builtin/show-branch.c:640
9893msgid "show remote-tracking and local branches"
9894msgstr ""
9895
9896#: builtin/show-branch.c:642
9897msgid "show remote-tracking branches"
9898msgstr ""
9899
9900#: builtin/show-branch.c:644
9901msgid "color '*!+-' corresponding to the branch"
9902msgstr ""
9903
9904#: builtin/show-branch.c:646
9905msgid "show <n> more commits after the common ancestor"
9906msgstr ""
9907
9908#: builtin/show-branch.c:648
9909msgid "synonym to more=-1"
9910msgstr ""
9911
9912#: builtin/show-branch.c:649
9913msgid "suppress naming strings"
9914msgstr ""
9915
9916#: builtin/show-branch.c:651
9917msgid "include the current branch"
9918msgstr ""
9919
9920#: builtin/show-branch.c:653
9921msgid "name commits with their object names"
9922msgstr ""
9923
9924#: builtin/show-branch.c:655
9925msgid "show possible merge bases"
9926msgstr ""
9927
9928#: builtin/show-branch.c:657
9929msgid "show refs unreachable from any other ref"
9930msgstr ""
9931
9932#: builtin/show-branch.c:659
9933msgid "show commits in topological order"
9934msgstr ""
9935
9936#: builtin/show-branch.c:662
9937msgid "show only commits not on the first branch"
9938msgstr ""
9939
9940#: builtin/show-branch.c:664
9941msgid "show merges reachable from only one tip"
9942msgstr ""
9943
9944#: builtin/show-branch.c:666
9945msgid "topologically sort, maintaining date order where possible"
9946msgstr ""
9947
9948#: builtin/show-branch.c:669
9949msgid "<n>[,<base>]"
9950msgstr ""
9951
9952#: builtin/show-branch.c:670
9953msgid "show <n> most recent ref-log entries starting at base"
9954msgstr ""
9955
9956#: builtin/show-ref.c:10
9957msgid ""
9958"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
9959"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
9960msgstr ""
9961
9962#: builtin/show-ref.c:11
9963msgid "git show-ref --exclude-existing[=<pattern>]"
9964msgstr ""
9965
9966#: builtin/show-ref.c:165
9967msgid "only show tags (can be combined with heads)"
9968msgstr ""
9969
9970#: builtin/show-ref.c:166
9971msgid "only show heads (can be combined with tags)"
9972msgstr ""
9973
9974#: builtin/show-ref.c:167
9975msgid "stricter reference checking, requires exact ref path"
9976msgstr ""
9977
9978#: builtin/show-ref.c:170 builtin/show-ref.c:172
9979msgid "show the HEAD reference, even if it would be filtered out"
9980msgstr ""
9981
9982#: builtin/show-ref.c:174
9983msgid "dereference tags into object IDs"
9984msgstr ""
9985
9986#: builtin/show-ref.c:176
9987msgid "only show SHA1 hash using <n> digits"
9988msgstr ""
9989
9990#: builtin/show-ref.c:180
9991msgid "do not print results to stdout (useful with --verify)"
9992msgstr ""
9993
9994#: builtin/show-ref.c:182
9995msgid "show refs from stdin that aren't in local repository"
9996msgstr ""
9997
9998#: builtin/stripspace.c:17
9999msgid "git stripspace [-s | --strip-comments]"
10000msgstr ""
10001
10002#: builtin/stripspace.c:18
10003msgid "git stripspace [-c | --comment-lines]"
10004msgstr ""
10005
10006#: builtin/stripspace.c:35
10007msgid "skip and remove all lines starting with comment character"
10008msgstr ""
10009
10010#: builtin/stripspace.c:38
10011msgid "prepend comment character and space to each line"
10012msgstr ""
10013
10014#: builtin/submodule--helper.c:73 builtin/submodule--helper.c:161
10015msgid "alternative anchor for relative paths"
10016msgstr ""
10017
10018#: builtin/submodule--helper.c:78
10019msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
10020msgstr ""
10021
10022#: builtin/submodule--helper.c:108
10023msgid "git submodule--helper name <path>"
10024msgstr ""
10025
10026#: builtin/submodule--helper.c:114
10027#, c-format
10028msgid "no submodule mapping found in .gitmodules for path '%s'"
10029msgstr ""
10030
10031#: builtin/submodule--helper.c:164
10032msgid "where the new submodule will be cloned to"
10033msgstr ""
10034
10035#: builtin/submodule--helper.c:167
10036msgid "name of the new submodule"
10037msgstr ""
10038
10039#: builtin/submodule--helper.c:170
10040msgid "url where to clone the submodule from"
10041msgstr ""
10042
10043#: builtin/submodule--helper.c:176
10044msgid "depth for shallow clones"
10045msgstr ""
10046
10047#: builtin/submodule--helper.c:182
10048msgid ""
10049"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
10050"<repository>] [--name <name>] [--url <url>][--depth <depth>] [--] [<path>...]"
10051msgstr ""
10052
10053#: builtin/submodule--helper.c:196 builtin/submodule--helper.c:202
10054#: builtin/submodule--helper.c:210
10055#, c-format
10056msgid "could not create directory '%s'"
10057msgstr ""
10058
10059#: builtin/submodule--helper.c:198
10060#, c-format
10061msgid "clone of '%s' into submodule path '%s' failed"
10062msgstr ""
10063
10064#: builtin/submodule--helper.c:221
10065#, c-format
10066msgid "cannot open file '%s'"
10067msgstr ""
10068
10069#: builtin/submodule--helper.c:226
10070#, c-format
10071msgid "could not close file %s"
10072msgstr ""
10073
10074#: builtin/submodule--helper.c:241
10075#, c-format
10076msgid "could not get submodule directory for '%s'"
10077msgstr ""
10078
10079#: builtin/submodule--helper.c:267
10080msgid "fatal: submodule--helper subcommand must be called with a subcommand"
10081msgstr ""
10082
10083#: builtin/submodule--helper.c:274
10084#, c-format
10085msgid "fatal: '%s' is not a valid submodule--helper subcommand"
10086msgstr ""
10087
10088#: builtin/symbolic-ref.c:7
10089msgid "git symbolic-ref [<options>] <name> [<ref>]"
10090msgstr ""
10091
10092#: builtin/symbolic-ref.c:8
10093msgid "git symbolic-ref -d [-q] <name>"
10094msgstr ""
10095
10096#: builtin/symbolic-ref.c:40
10097msgid "suppress error message for non-symbolic (detached) refs"
10098msgstr ""
10099
10100#: builtin/symbolic-ref.c:41
10101msgid "delete symbolic ref"
10102msgstr ""
10103
10104#: builtin/symbolic-ref.c:42
10105msgid "shorten ref output"
10106msgstr ""
10107
10108#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10109msgid "reason"
10110msgstr ""
10111
10112#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
10113msgid "reason of the update"
10114msgstr ""
10115
10116#: builtin/tag.c:23
10117msgid ""
10118"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
10119"[<head>]"
10120msgstr ""
10121
10122#: builtin/tag.c:24
10123msgid "git tag -d <tagname>..."
10124msgstr ""
10125
10126#: builtin/tag.c:25
10127msgid ""
10128"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
10129"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
10130msgstr ""
10131
10132#: builtin/tag.c:27
10133msgid "git tag -v <tagname>..."
10134msgstr ""
10135
10136#: builtin/tag.c:80
10137#, c-format
10138msgid "tag name too long: %.*s..."
10139msgstr ""
10140
10141#: builtin/tag.c:85
10142#, c-format
10143msgid "tag '%s' not found."
10144msgstr ""
10145
10146#: builtin/tag.c:100
10147#, c-format
10148msgid "Deleted tag '%s' (was %s)\n"
10149msgstr ""
10150
10151#: builtin/tag.c:112
10152#, c-format
10153msgid "could not verify the tag '%s'"
10154msgstr ""
10155
10156#: builtin/tag.c:122
10157#, c-format
10158msgid ""
10159"\n"
10160"Write a message for tag:\n"
10161"  %s\n"
10162"Lines starting with '%c' will be ignored.\n"
10163msgstr ""
10164
10165#: builtin/tag.c:126
10166#, c-format
10167msgid ""
10168"\n"
10169"Write a message for tag:\n"
10170"  %s\n"
10171"Lines starting with '%c' will be kept; you may remove them yourself if you "
10172"want to.\n"
10173msgstr ""
10174
10175#: builtin/tag.c:199
10176msgid "unable to sign the tag"
10177msgstr ""
10178
10179#: builtin/tag.c:201
10180msgid "unable to write tag file"
10181msgstr ""
10182
10183#: builtin/tag.c:226
10184msgid "bad object type."
10185msgstr ""
10186
10187#: builtin/tag.c:239
10188msgid "tag header too big."
10189msgstr ""
10190
10191#: builtin/tag.c:275
10192msgid "no tag message?"
10193msgstr ""
10194
10195#: builtin/tag.c:281
10196#, c-format
10197msgid "The tag message has been left in %s\n"
10198msgstr ""
10199
10200#: builtin/tag.c:339
10201msgid "list tag names"
10202msgstr ""
10203
10204#: builtin/tag.c:341
10205msgid "print <n> lines of each tag message"
10206msgstr ""
10207
10208#: builtin/tag.c:343
10209msgid "delete tags"
10210msgstr ""
10211
10212#: builtin/tag.c:344
10213msgid "verify tags"
10214msgstr ""
10215
10216#: builtin/tag.c:346
10217msgid "Tag creation options"
10218msgstr ""
10219
10220#: builtin/tag.c:348
10221msgid "annotated tag, needs a message"
10222msgstr ""
10223
10224#: builtin/tag.c:350
10225msgid "tag message"
10226msgstr ""
10227
10228#: builtin/tag.c:352
10229msgid "annotated and GPG-signed tag"
10230msgstr ""
10231
10232#: builtin/tag.c:356
10233msgid "use another key to sign the tag"
10234msgstr ""
10235
10236#: builtin/tag.c:357
10237msgid "replace the tag if exists"
10238msgstr ""
10239
10240#: builtin/tag.c:358 builtin/update-ref.c:368
10241msgid "create a reflog"
10242msgstr ""
10243
10244#: builtin/tag.c:360
10245msgid "Tag listing options"
10246msgstr ""
10247
10248#: builtin/tag.c:361
10249msgid "show tag list in columns"
10250msgstr ""
10251
10252#: builtin/tag.c:362 builtin/tag.c:363
10253msgid "print only tags that contain the commit"
10254msgstr ""
10255
10256#: builtin/tag.c:364
10257msgid "print only tags that are merged"
10258msgstr ""
10259
10260#: builtin/tag.c:365
10261msgid "print only tags that are not merged"
10262msgstr ""
10263
10264#: builtin/tag.c:370
10265msgid "print only tags of the object"
10266msgstr ""
10267
10268#: builtin/tag.c:399
10269msgid "--column and -n are incompatible"
10270msgstr ""
10271
10272#: builtin/tag.c:419
10273msgid "-n option is only allowed with -l."
10274msgstr ""
10275
10276#: builtin/tag.c:421
10277msgid "--contains option is only allowed with -l."
10278msgstr ""
10279
10280#: builtin/tag.c:423
10281msgid "--points-at option is only allowed with -l."
10282msgstr ""
10283
10284#: builtin/tag.c:425
10285msgid "--merged and --no-merged option are only allowed with -l"
10286msgstr ""
10287
10288#: builtin/tag.c:433
10289msgid "only one -F or -m option is allowed."
10290msgstr ""
10291
10292#: builtin/tag.c:453
10293msgid "too many params"
10294msgstr ""
10295
10296#: builtin/tag.c:459
10297#, c-format
10298msgid "'%s' is not a valid tag name."
10299msgstr ""
10300
10301#: builtin/tag.c:464
10302#, c-format
10303msgid "tag '%s' already exists"
10304msgstr ""
10305
10306#: builtin/tag.c:489
10307#, c-format
10308msgid "Updated tag '%s' (was %s)\n"
10309msgstr ""
10310
10311#: builtin/unpack-objects.c:490
10312msgid "Unpacking objects"
10313msgstr ""
10314
10315#: builtin/update-index.c:79
10316#, c-format
10317msgid "failed to create directory %s"
10318msgstr ""
10319
10320#: builtin/update-index.c:85
10321#, c-format
10322msgid "failed to stat %s"
10323msgstr ""
10324
10325#: builtin/update-index.c:95
10326#, c-format
10327msgid "failed to create file %s"
10328msgstr ""
10329
10330#: builtin/update-index.c:103
10331#, c-format
10332msgid "failed to delete file %s"
10333msgstr ""
10334
10335#: builtin/update-index.c:110 builtin/update-index.c:212
10336#, c-format
10337msgid "failed to delete directory %s"
10338msgstr ""
10339
10340#: builtin/update-index.c:133
10341#, c-format
10342msgid "Testing mtime in '%s' "
10343msgstr ""
10344
10345#: builtin/update-index.c:145
10346msgid "directory stat info does not change after adding a new file"
10347msgstr ""
10348
10349#: builtin/update-index.c:158
10350msgid "directory stat info does not change after adding a new directory"
10351msgstr ""
10352
10353#: builtin/update-index.c:171
10354msgid "directory stat info changes after updating a file"
10355msgstr ""
10356
10357#: builtin/update-index.c:182
10358msgid "directory stat info changes after adding a file inside subdirectory"
10359msgstr ""
10360
10361#: builtin/update-index.c:193
10362msgid "directory stat info does not change after deleting a file"
10363msgstr ""
10364
10365#: builtin/update-index.c:206
10366msgid "directory stat info does not change after deleting a directory"
10367msgstr ""
10368
10369#: builtin/update-index.c:213
10370msgid " OK"
10371msgstr ""
10372
10373#: builtin/update-index.c:575
10374msgid "git update-index [<options>] [--] [<file>...]"
10375msgstr ""
10376
10377#: builtin/update-index.c:930
10378msgid "continue refresh even when index needs update"
10379msgstr ""
10380
10381#: builtin/update-index.c:933
10382msgid "refresh: ignore submodules"
10383msgstr ""
10384
10385#: builtin/update-index.c:936
10386msgid "do not ignore new files"
10387msgstr ""
10388
10389#: builtin/update-index.c:938
10390msgid "let files replace directories and vice-versa"
10391msgstr ""
10392
10393#: builtin/update-index.c:940
10394msgid "notice files missing from worktree"
10395msgstr ""
10396
10397#: builtin/update-index.c:942
10398msgid "refresh even if index contains unmerged entries"
10399msgstr ""
10400
10401#: builtin/update-index.c:945
10402msgid "refresh stat information"
10403msgstr ""
10404
10405#: builtin/update-index.c:949
10406msgid "like --refresh, but ignore assume-unchanged setting"
10407msgstr ""
10408
10409#: builtin/update-index.c:953
10410msgid "<mode>,<object>,<path>"
10411msgstr ""
10412
10413#: builtin/update-index.c:954
10414msgid "add the specified entry to the index"
10415msgstr ""
10416
10417#: builtin/update-index.c:958
10418msgid "(+/-)x"
10419msgstr ""
10420
10421#: builtin/update-index.c:959
10422msgid "override the executable bit of the listed files"
10423msgstr ""
10424
10425#: builtin/update-index.c:963
10426msgid "mark files as \"not changing\""
10427msgstr ""
10428
10429#: builtin/update-index.c:966
10430msgid "clear assumed-unchanged bit"
10431msgstr ""
10432
10433#: builtin/update-index.c:969
10434msgid "mark files as \"index-only\""
10435msgstr ""
10436
10437#: builtin/update-index.c:972
10438msgid "clear skip-worktree bit"
10439msgstr ""
10440
10441#: builtin/update-index.c:975
10442msgid "add to index only; do not add content to object database"
10443msgstr ""
10444
10445#: builtin/update-index.c:977
10446msgid "remove named paths even if present in worktree"
10447msgstr ""
10448
10449#: builtin/update-index.c:979
10450msgid "with --stdin: input lines are terminated by null bytes"
10451msgstr ""
10452
10453#: builtin/update-index.c:981
10454msgid "read list of paths to be updated from standard input"
10455msgstr ""
10456
10457#: builtin/update-index.c:985
10458msgid "add entries from standard input to the index"
10459msgstr ""
10460
10461#: builtin/update-index.c:989
10462msgid "repopulate stages #2 and #3 for the listed paths"
10463msgstr ""
10464
10465#: builtin/update-index.c:993
10466msgid "only update entries that differ from HEAD"
10467msgstr ""
10468
10469#: builtin/update-index.c:997
10470msgid "ignore files missing from worktree"
10471msgstr ""
10472
10473#: builtin/update-index.c:1000
10474msgid "report actions to standard output"
10475msgstr ""
10476
10477#: builtin/update-index.c:1002
10478msgid "(for porcelains) forget saved unresolved conflicts"
10479msgstr ""
10480
10481#: builtin/update-index.c:1006
10482msgid "write index in this format"
10483msgstr ""
10484
10485#: builtin/update-index.c:1008
10486msgid "enable or disable split index"
10487msgstr ""
10488
10489#: builtin/update-index.c:1010
10490msgid "enable/disable untracked cache"
10491msgstr ""
10492
10493#: builtin/update-index.c:1012
10494msgid "test if the filesystem supports untracked cache"
10495msgstr ""
10496
10497#: builtin/update-index.c:1014
10498msgid "enable untracked cache without testing the filesystem"
10499msgstr ""
10500
10501#: builtin/update-index.c:1134
10502msgid "Untracked cache disabled"
10503msgstr ""
10504
10505#: builtin/update-index.c:1146
10506#, c-format
10507msgid "Untracked cache enabled for '%s'"
10508msgstr ""
10509
10510#: builtin/update-ref.c:9
10511msgid "git update-ref [<options>] -d <refname> [<old-val>]"
10512msgstr ""
10513
10514#: builtin/update-ref.c:10
10515msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
10516msgstr ""
10517
10518#: builtin/update-ref.c:11
10519msgid "git update-ref [<options>] --stdin [-z]"
10520msgstr ""
10521
10522#: builtin/update-ref.c:363
10523msgid "delete the reference"
10524msgstr ""
10525
10526#: builtin/update-ref.c:365
10527msgid "update <refname> not the one it points to"
10528msgstr ""
10529
10530#: builtin/update-ref.c:366
10531msgid "stdin has NUL-terminated arguments"
10532msgstr ""
10533
10534#: builtin/update-ref.c:367
10535msgid "read updates from stdin"
10536msgstr ""
10537
10538#: builtin/update-server-info.c:6
10539msgid "git update-server-info [--force]"
10540msgstr ""
10541
10542#: builtin/update-server-info.c:14
10543msgid "update the info files from scratch"
10544msgstr ""
10545
10546#: builtin/verify-commit.c:17
10547msgid "git verify-commit [-v | --verbose] <commit>..."
10548msgstr ""
10549
10550#: builtin/verify-commit.c:72
10551msgid "print commit contents"
10552msgstr ""
10553
10554#: builtin/verify-commit.c:73 builtin/verify-tag.c:84
10555msgid "print raw gpg status output"
10556msgstr ""
10557
10558#: builtin/verify-pack.c:54
10559msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
10560msgstr ""
10561
10562#: builtin/verify-pack.c:64
10563msgid "verbose"
10564msgstr ""
10565
10566#: builtin/verify-pack.c:66
10567msgid "show statistics only"
10568msgstr ""
10569
10570#: builtin/verify-tag.c:17
10571msgid "git verify-tag [-v | --verbose] <tag>..."
10572msgstr ""
10573
10574#: builtin/verify-tag.c:83
10575msgid "print tag contents"
10576msgstr ""
10577
10578#: builtin/worktree.c:15
10579msgid "git worktree add [<options>] <path> [<branch>]"
10580msgstr ""
10581
10582#: builtin/worktree.c:16
10583msgid "git worktree prune [<options>]"
10584msgstr ""
10585
10586#: builtin/worktree.c:17
10587msgid "git worktree list [<options>]"
10588msgstr ""
10589
10590#: builtin/worktree.c:39
10591#, c-format
10592msgid "Removing worktrees/%s: not a valid directory"
10593msgstr ""
10594
10595#: builtin/worktree.c:45
10596#, c-format
10597msgid "Removing worktrees/%s: gitdir file does not exist"
10598msgstr ""
10599
10600#: builtin/worktree.c:50
10601#, c-format
10602msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
10603msgstr ""
10604
10605#: builtin/worktree.c:61
10606#, c-format
10607msgid "Removing worktrees/%s: invalid gitdir file"
10608msgstr ""
10609
10610#: builtin/worktree.c:77
10611#, c-format
10612msgid "Removing worktrees/%s: gitdir file points to non-existent location"
10613msgstr ""
10614
10615#: builtin/worktree.c:112
10616#, c-format
10617msgid "failed to remove: %s"
10618msgstr ""
10619
10620#: builtin/worktree.c:201
10621#, c-format
10622msgid "'%s' already exists"
10623msgstr ""
10624
10625#: builtin/worktree.c:233
10626#, c-format
10627msgid "could not create directory of '%s'"
10628msgstr ""
10629
10630#: builtin/worktree.c:269
10631#, c-format
10632msgid "Preparing %s (identifier %s)"
10633msgstr ""
10634
10635#: builtin/worktree.c:317
10636msgid "checkout <branch> even if already checked out in other worktree"
10637msgstr ""
10638
10639#: builtin/worktree.c:319
10640msgid "create a new branch"
10641msgstr ""
10642
10643#: builtin/worktree.c:321
10644msgid "create or reset a branch"
10645msgstr ""
10646
10647#: builtin/worktree.c:322
10648msgid "detach HEAD at named commit"
10649msgstr ""
10650
10651#: builtin/worktree.c:329
10652msgid "-b, -B, and --detach are mutually exclusive"
10653msgstr ""
10654
10655#: builtin/write-tree.c:13
10656msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
10657msgstr ""
10658
10659#: builtin/write-tree.c:26
10660msgid "<prefix>/"
10661msgstr ""
10662
10663#: builtin/write-tree.c:27
10664msgid "write tree object for a subdirectory <prefix>"
10665msgstr ""
10666
10667#: builtin/write-tree.c:30
10668msgid "only useful for debugging"
10669msgstr ""
10670
10671#: credential-cache--daemon.c:262
10672msgid "print debugging messages to stderr"
10673msgstr ""
10674
10675#: git.c:14
10676msgid ""
10677"'git help -a' and 'git help -g' list available subcommands and some\n"
10678"concept guides. See 'git help <command>' or 'git help <concept>'\n"
10679"to read about a specific subcommand or concept."
10680msgstr ""
10681
10682#: http.c:320
10683msgid "Public key pinning not supported with cURL < 7.44.0"
10684msgstr ""
10685
10686#: common-cmds.h:9
10687msgid "start a working area (see also: git help tutorial)"
10688msgstr ""
10689
10690#: common-cmds.h:10
10691msgid "work on the current change (see also: git help everyday)"
10692msgstr ""
10693
10694#: common-cmds.h:11
10695msgid "examine the history and state (see also: git help revisions)"
10696msgstr ""
10697
10698#: common-cmds.h:12
10699msgid "grow, mark and tweak your common history"
10700msgstr ""
10701
10702#: common-cmds.h:13
10703msgid "collaborate (see also: git help workflows)"
10704msgstr ""
10705
10706#: common-cmds.h:17
10707msgid "Add file contents to the index"
10708msgstr ""
10709
10710#: common-cmds.h:18
10711msgid "Use binary search to find the commit that introduced a bug"
10712msgstr ""
10713
10714#: common-cmds.h:19
10715msgid "List, create, or delete branches"
10716msgstr ""
10717
10718#: common-cmds.h:20
10719msgid "Switch branches or restore working tree files"
10720msgstr ""
10721
10722#: common-cmds.h:21
10723msgid "Clone a repository into a new directory"
10724msgstr ""
10725
10726#: common-cmds.h:22
10727msgid "Record changes to the repository"
10728msgstr ""
10729
10730#: common-cmds.h:23
10731msgid "Show changes between commits, commit and working tree, etc"
10732msgstr ""
10733
10734#: common-cmds.h:24
10735msgid "Download objects and refs from another repository"
10736msgstr ""
10737
10738#: common-cmds.h:25
10739msgid "Print lines matching a pattern"
10740msgstr ""
10741
10742#: common-cmds.h:26
10743msgid "Create an empty Git repository or reinitialize an existing one"
10744msgstr ""
10745
10746#: common-cmds.h:27
10747msgid "Show commit logs"
10748msgstr ""
10749
10750#: common-cmds.h:28
10751msgid "Join two or more development histories together"
10752msgstr ""
10753
10754#: common-cmds.h:29
10755msgid "Move or rename a file, a directory, or a symlink"
10756msgstr ""
10757
10758#: common-cmds.h:30
10759msgid "Fetch from and integrate with another repository or a local branch"
10760msgstr ""
10761
10762#: common-cmds.h:31
10763msgid "Update remote refs along with associated objects"
10764msgstr ""
10765
10766#: common-cmds.h:32
10767msgid "Forward-port local commits to the updated upstream head"
10768msgstr ""
10769
10770#: common-cmds.h:33
10771msgid "Reset current HEAD to the specified state"
10772msgstr ""
10773
10774#: common-cmds.h:34
10775msgid "Remove files from the working tree and from the index"
10776msgstr ""
10777
10778#: common-cmds.h:35
10779msgid "Show various types of objects"
10780msgstr ""
10781
10782#: common-cmds.h:36
10783msgid "Show the working tree status"
10784msgstr ""
10785
10786#: common-cmds.h:37
10787msgid "Create, list, delete or verify a tag object signed with GPG"
10788msgstr ""
10789
10790#: parse-options.h:145
10791msgid "expiry-date"
10792msgstr ""
10793
10794#: parse-options.h:160
10795msgid "no-op (backward compatibility)"
10796msgstr ""
10797
10798#: parse-options.h:237
10799msgid "be more verbose"
10800msgstr ""
10801
10802#: parse-options.h:239
10803msgid "be more quiet"
10804msgstr ""
10805
10806#: parse-options.h:245
10807msgid "use <n> digits to display SHA-1s"
10808msgstr ""
10809
10810#: rerere.h:38
10811msgid "update the index with reused conflict resolution if possible"
10812msgstr ""
10813
10814#: git-bisect.sh:55
10815msgid "You need to start by \"git bisect start\""
10816msgstr ""
10817
10818#. TRANSLATORS: Make sure to include [Y] and [n] in your
10819#. translation. The program will only accept English input
10820#. at this point.
10821#: git-bisect.sh:61
10822msgid "Do you want me to do it for you [Y/n]? "
10823msgstr ""
10824
10825#: git-bisect.sh:122
10826#, sh-format
10827msgid "unrecognised option: '$arg'"
10828msgstr ""
10829
10830#: git-bisect.sh:126
10831#, sh-format
10832msgid "'$arg' does not appear to be a valid revision"
10833msgstr ""
10834
10835#: git-bisect.sh:155
10836msgid "Bad HEAD - I need a HEAD"
10837msgstr ""
10838
10839#: git-bisect.sh:168
10840#, sh-format
10841msgid ""
10842"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
10843msgstr ""
10844
10845#: git-bisect.sh:178
10846msgid "won't bisect on cg-seek'ed tree"
10847msgstr ""
10848
10849#: git-bisect.sh:182
10850msgid "Bad HEAD - strange symbolic ref"
10851msgstr ""
10852
10853#: git-bisect.sh:234
10854#, sh-format
10855msgid "Bad bisect_write argument: $state"
10856msgstr ""
10857
10858#: git-bisect.sh:263
10859#, sh-format
10860msgid "Bad rev input: $arg"
10861msgstr ""
10862
10863#: git-bisect.sh:278
10864msgid "Please call 'bisect_state' with at least one argument."
10865msgstr ""
10866
10867#: git-bisect.sh:290
10868#, sh-format
10869msgid "Bad rev input: $rev"
10870msgstr ""
10871
10872#: git-bisect.sh:299
10873#, sh-format
10874msgid "'git bisect $TERM_BAD' can take only one argument."
10875msgstr ""
10876
10877#: git-bisect.sh:322
10878#, sh-format
10879msgid "Warning: bisecting only with a $TERM_BAD commit."
10880msgstr ""
10881
10882#. TRANSLATORS: Make sure to include [Y] and [n] in your
10883#. translation. The program will only accept English input
10884#. at this point.
10885#: git-bisect.sh:328
10886msgid "Are you sure [Y/n]? "
10887msgstr ""
10888
10889#: git-bisect.sh:340
10890#, sh-format
10891msgid ""
10892"You need to give me at least one $bad_syn and one $good_syn revision.\n"
10893"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
10894msgstr ""
10895
10896#: git-bisect.sh:343
10897#, sh-format
10898msgid ""
10899"You need to start by \"git bisect start\".\n"
10900"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
10901"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
10902msgstr ""
10903
10904#: git-bisect.sh:414 git-bisect.sh:546
10905msgid "We are not bisecting."
10906msgstr ""
10907
10908#: git-bisect.sh:421
10909#, sh-format
10910msgid "'$invalid' is not a valid commit"
10911msgstr ""
10912
10913#: git-bisect.sh:430
10914#, sh-format
10915msgid ""
10916"Could not check out original HEAD '$branch'.\n"
10917"Try 'git bisect reset <commit>'."
10918msgstr ""
10919
10920#: git-bisect.sh:458
10921msgid "No logfile given"
10922msgstr ""
10923
10924#: git-bisect.sh:459
10925#, sh-format
10926msgid "cannot read $file for replaying"
10927msgstr ""
10928
10929#: git-bisect.sh:480
10930msgid "?? what are you talking about?"
10931msgstr ""
10932
10933#: git-bisect.sh:492
10934#, sh-format
10935msgid "running $command"
10936msgstr ""
10937
10938#: git-bisect.sh:499
10939#, sh-format
10940msgid ""
10941"bisect run failed:\n"
10942"exit code $res from '$command' is < 0 or >= 128"
10943msgstr ""
10944
10945#: git-bisect.sh:525
10946msgid "bisect run cannot continue any more"
10947msgstr ""
10948
10949#: git-bisect.sh:531
10950#, sh-format
10951msgid ""
10952"bisect run failed:\n"
10953"'bisect_state $state' exited with error code $res"
10954msgstr ""
10955
10956#: git-bisect.sh:538
10957msgid "bisect run success"
10958msgstr ""
10959
10960#: git-bisect.sh:565
10961msgid "please use two different terms"
10962msgstr ""
10963
10964#: git-bisect.sh:575
10965#, sh-format
10966msgid "'$term' is not a valid term"
10967msgstr ""
10968
10969#: git-bisect.sh:578
10970#, sh-format
10971msgid "can't use the builtin command '$term' as a term"
10972msgstr ""
10973
10974#: git-bisect.sh:587 git-bisect.sh:593
10975#, sh-format
10976msgid "can't change the meaning of term '$term'"
10977msgstr ""
10978
10979#: git-bisect.sh:606
10980#, sh-format
10981msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
10982msgstr ""
10983
10984#: git-bisect.sh:636
10985msgid "no terms defined"
10986msgstr ""
10987
10988#: git-bisect.sh:653
10989#, sh-format
10990msgid ""
10991"invalid argument $arg for 'git bisect terms'.\n"
10992"Supported options are: --term-good|--term-old and --term-bad|--term-new."
10993msgstr ""
10994
10995#: git-rebase.sh:57
10996msgid ""
10997"When you have resolved this problem, run \"git rebase --continue\".\n"
10998"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
10999"To check out the original branch and stop rebasing, run \"git rebase --abort"
11000"\"."
11001msgstr ""
11002
11003#: git-rebase.sh:165
11004msgid "Applied autostash."
11005msgstr ""
11006
11007#: git-rebase.sh:168
11008#, sh-format
11009msgid "Cannot store $stash_sha1"
11010msgstr ""
11011
11012#: git-rebase.sh:169
11013msgid ""
11014"Applying autostash resulted in conflicts.\n"
11015"Your changes are safe in the stash.\n"
11016"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
11017msgstr ""
11018
11019#: git-rebase.sh:208
11020msgid "The pre-rebase hook refused to rebase."
11021msgstr ""
11022
11023#: git-rebase.sh:213
11024msgid "It looks like git-am is in progress. Cannot rebase."
11025msgstr ""
11026
11027#: git-rebase.sh:354
11028msgid "The --exec option must be used with the --interactive option"
11029msgstr ""
11030
11031#: git-rebase.sh:359
11032msgid "No rebase in progress?"
11033msgstr ""
11034
11035#: git-rebase.sh:370
11036msgid "The --edit-todo action can only be used during interactive rebase."
11037msgstr ""
11038
11039#: git-rebase.sh:377
11040msgid "Cannot read HEAD"
11041msgstr ""
11042
11043#: git-rebase.sh:380
11044msgid ""
11045"You must edit all merge conflicts and then\n"
11046"mark them as resolved using git add"
11047msgstr ""
11048
11049#: git-rebase.sh:398
11050#, sh-format
11051msgid "Could not move back to $head_name"
11052msgstr ""
11053
11054#: git-rebase.sh:417
11055#, sh-format
11056msgid ""
11057"It seems that there is already a $state_dir_base directory, and\n"
11058"I wonder if you are in the middle of another rebase.  If that is the\n"
11059"case, please try\n"
11060"\t$cmd_live_rebase\n"
11061"If that is not the case, please\n"
11062"\t$cmd_clear_stale_rebase\n"
11063"and run me again.  I am stopping in case you still have something\n"
11064"valuable there."
11065msgstr ""
11066
11067#: git-rebase.sh:468
11068#, sh-format
11069msgid "invalid upstream $upstream_name"
11070msgstr ""
11071
11072#: git-rebase.sh:492
11073#, sh-format
11074msgid "$onto_name: there are more than one merge bases"
11075msgstr ""
11076
11077#: git-rebase.sh:495 git-rebase.sh:499
11078#, sh-format
11079msgid "$onto_name: there is no merge base"
11080msgstr ""
11081
11082#: git-rebase.sh:504
11083#, sh-format
11084msgid "Does not point to a valid commit: $onto_name"
11085msgstr ""
11086
11087#: git-rebase.sh:527
11088#, sh-format
11089msgid "fatal: no such branch: $branch_name"
11090msgstr ""
11091
11092#: git-rebase.sh:560
11093msgid "Cannot autostash"
11094msgstr ""
11095
11096#: git-rebase.sh:565
11097#, sh-format
11098msgid "Created autostash: $stash_abbrev"
11099msgstr ""
11100
11101#: git-rebase.sh:569
11102msgid "Please commit or stash them."
11103msgstr ""
11104
11105#: git-rebase.sh:589
11106#, sh-format
11107msgid "Current branch $branch_name is up to date."
11108msgstr ""
11109
11110#: git-rebase.sh:593
11111#, sh-format
11112msgid "Current branch $branch_name is up to date, rebase forced."
11113msgstr ""
11114
11115#: git-rebase.sh:604
11116#, sh-format
11117msgid "Changes from $mb to $onto:"
11118msgstr ""
11119
11120#: git-rebase.sh:613
11121msgid "First, rewinding head to replay your work on top of it..."
11122msgstr ""
11123
11124#: git-rebase.sh:623
11125#, sh-format
11126msgid "Fast-forwarded $branch_name to $onto_name."
11127msgstr ""
11128
11129#: git-stash.sh:51
11130msgid "git stash clear with parameters is unimplemented"
11131msgstr ""
11132
11133#: git-stash.sh:74
11134msgid "You do not have the initial commit yet"
11135msgstr ""
11136
11137#: git-stash.sh:89
11138msgid "Cannot save the current index state"
11139msgstr ""
11140
11141#: git-stash.sh:124 git-stash.sh:137
11142msgid "Cannot save the current worktree state"
11143msgstr ""
11144
11145#: git-stash.sh:141
11146msgid "No changes selected"
11147msgstr ""
11148
11149#: git-stash.sh:144
11150msgid "Cannot remove temporary index (can't happen)"
11151msgstr ""
11152
11153#: git-stash.sh:157
11154msgid "Cannot record working tree state"
11155msgstr ""
11156
11157#: git-stash.sh:189
11158#, sh-format
11159msgid "Cannot update $ref_stash with $w_commit"
11160msgstr ""
11161
11162#. TRANSLATORS: $option is an invalid option, like
11163#. `--blah-blah'. The 7 spaces at the beginning of the
11164#. second line correspond to "error: ". So you should line
11165#. up the second line with however many characters the
11166#. translation of "error: " takes in your language. E.g. in
11167#. English this is:
11168#.
11169#. $ git stash save --blah-blah 2>&1 | head -n 2
11170#. error: unknown option for 'stash save': --blah-blah
11171#. To provide a message, use git stash save -- '--blah-blah'
11172#: git-stash.sh:239
11173#, sh-format
11174msgid ""
11175"error: unknown option for 'stash save': $option\n"
11176"       To provide a message, use git stash save -- '$option'"
11177msgstr ""
11178
11179#: git-stash.sh:260
11180msgid "No local changes to save"
11181msgstr ""
11182
11183#: git-stash.sh:264
11184msgid "Cannot initialize stash"
11185msgstr ""
11186
11187#: git-stash.sh:268
11188msgid "Cannot save the current status"
11189msgstr ""
11190
11191#: git-stash.sh:286
11192msgid "Cannot remove worktree changes"
11193msgstr ""
11194
11195#: git-stash.sh:405
11196#, sh-format
11197msgid "unknown option: $opt"
11198msgstr ""
11199
11200#: git-stash.sh:415
11201msgid "No stash found."
11202msgstr ""
11203
11204#: git-stash.sh:422
11205#, sh-format
11206msgid "Too many revisions specified: $REV"
11207msgstr ""
11208
11209#: git-stash.sh:428
11210#, sh-format
11211msgid "$reference is not a valid reference"
11212msgstr ""
11213
11214#: git-stash.sh:456
11215#, sh-format
11216msgid "'$args' is not a stash-like commit"
11217msgstr ""
11218
11219#: git-stash.sh:467
11220#, sh-format
11221msgid "'$args' is not a stash reference"
11222msgstr ""
11223
11224#: git-stash.sh:475
11225msgid "unable to refresh index"
11226msgstr ""
11227
11228#: git-stash.sh:479
11229msgid "Cannot apply a stash in the middle of a merge"
11230msgstr ""
11231
11232#: git-stash.sh:487
11233msgid "Conflicts in index. Try without --index."
11234msgstr ""
11235
11236#: git-stash.sh:489
11237msgid "Could not save index tree"
11238msgstr ""
11239
11240#: git-stash.sh:523
11241msgid "Cannot unstage modified files"
11242msgstr ""
11243
11244#: git-stash.sh:538
11245msgid "Index was not unstashed."
11246msgstr ""
11247
11248#: git-stash.sh:561
11249#, sh-format
11250msgid "Dropped ${REV} ($s)"
11251msgstr ""
11252
11253#: git-stash.sh:562
11254#, sh-format
11255msgid "${REV}: Could not drop stash entry"
11256msgstr ""
11257
11258#: git-stash.sh:570
11259msgid "No branch name specified"
11260msgstr ""
11261
11262#: git-stash.sh:642
11263msgid "(To restore them type \"git stash apply\")"
11264msgstr ""
11265
11266#: git-submodule.sh:104
11267#, sh-format
11268msgid "cannot strip one component off url '$remoteurl'"
11269msgstr ""
11270
11271#: git-submodule.sh:281
11272msgid "Relative path can only be used from the toplevel of the working tree"
11273msgstr ""
11274
11275#: git-submodule.sh:291
11276#, sh-format
11277msgid "repo URL: '$repo' must be absolute or begin with ./|../"
11278msgstr ""
11279
11280#: git-submodule.sh:308
11281#, sh-format
11282msgid "'$sm_path' already exists in the index"
11283msgstr ""
11284
11285#: git-submodule.sh:312
11286#, sh-format
11287msgid ""
11288"The following path is ignored by one of your .gitignore files:\n"
11289"$sm_path\n"
11290"Use -f if you really want to add it."
11291msgstr ""
11292
11293#: git-submodule.sh:330
11294#, sh-format
11295msgid "Adding existing repo at '$sm_path' to the index"
11296msgstr ""
11297
11298#: git-submodule.sh:332
11299#, sh-format
11300msgid "'$sm_path' already exists and is not a valid git repo"
11301msgstr ""
11302
11303#: git-submodule.sh:340
11304#, sh-format
11305msgid "A git directory for '$sm_name' is found locally with remote(s):"
11306msgstr ""
11307
11308#: git-submodule.sh:342
11309#, sh-format
11310msgid ""
11311"If you want to reuse this local git directory instead of cloning again from"
11312msgstr ""
11313
11314#: git-submodule.sh:344
11315#, sh-format
11316msgid ""
11317"use the '--force' option. If the local git directory is not the correct repo"
11318msgstr ""
11319
11320#: git-submodule.sh:345
11321#, sh-format
11322msgid ""
11323"or you are unsure what this means choose another name with the '--name' "
11324"option."
11325msgstr ""
11326
11327#: git-submodule.sh:347
11328#, sh-format
11329msgid "Reactivating local git directory for submodule '$sm_name'."
11330msgstr ""
11331
11332#: git-submodule.sh:359
11333#, sh-format
11334msgid "Unable to checkout submodule '$sm_path'"
11335msgstr ""
11336
11337#: git-submodule.sh:364
11338#, sh-format
11339msgid "Failed to add submodule '$sm_path'"
11340msgstr ""
11341
11342#: git-submodule.sh:373
11343#, sh-format
11344msgid "Failed to register submodule '$sm_path'"
11345msgstr ""
11346
11347#: git-submodule.sh:417
11348#, sh-format
11349msgid "Entering '$prefix$displaypath'"
11350msgstr ""
11351
11352#: git-submodule.sh:437
11353#, sh-format
11354msgid "Stopping at '$prefix$displaypath'; script returned non-zero status."
11355msgstr ""
11356
11357#: git-submodule.sh:483
11358#, sh-format
11359msgid "No url found for submodule path '$displaypath' in .gitmodules"
11360msgstr ""
11361
11362#: git-submodule.sh:492
11363#, sh-format
11364msgid "Failed to register url for submodule path '$displaypath'"
11365msgstr ""
11366
11367#: git-submodule.sh:494
11368#, sh-format
11369msgid "Submodule '$name' ($url) registered for path '$displaypath'"
11370msgstr ""
11371
11372#: git-submodule.sh:511
11373#, sh-format
11374msgid "Failed to register update mode for submodule path '$displaypath'"
11375msgstr ""
11376
11377#: git-submodule.sh:549
11378#, sh-format
11379msgid "Use '.' if you really want to deinitialize all submodules"
11380msgstr ""
11381
11382#: git-submodule.sh:566
11383#, sh-format
11384msgid "Submodule work tree '$displaypath' contains a .git directory"
11385msgstr ""
11386
11387#: git-submodule.sh:567
11388#, sh-format
11389msgid ""
11390"(use 'rm -rf' if you really want to remove it including all of its history)"
11391msgstr ""
11392
11393#: git-submodule.sh:573
11394#, sh-format
11395msgid ""
11396"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
11397"discard them"
11398msgstr ""
11399
11400#: git-submodule.sh:576
11401#, sh-format
11402msgid "Cleared directory '$displaypath'"
11403msgstr ""
11404
11405#: git-submodule.sh:577
11406#, sh-format
11407msgid "Could not remove submodule work tree '$displaypath'"
11408msgstr ""
11409
11410#: git-submodule.sh:580
11411#, sh-format
11412msgid "Could not create empty submodule directory '$displaypath'"
11413msgstr ""
11414
11415#: git-submodule.sh:589
11416#, sh-format
11417msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
11418msgstr ""
11419
11420#: git-submodule.sh:723
11421#, sh-format
11422msgid ""
11423"Submodule path '$displaypath' not initialized\n"
11424"Maybe you want to use 'update --init'?"
11425msgstr ""
11426
11427#: git-submodule.sh:736
11428#, sh-format
11429msgid "Unable to find current revision in submodule path '$displaypath'"
11430msgstr ""
11431
11432#: git-submodule.sh:745
11433#, sh-format
11434msgid "Unable to fetch in submodule path '$sm_path'"
11435msgstr ""
11436
11437#: git-submodule.sh:768
11438#, sh-format
11439msgid "Unable to fetch in submodule path '$displaypath'"
11440msgstr ""
11441
11442#: git-submodule.sh:788
11443#, sh-format
11444msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
11445msgstr ""
11446
11447#: git-submodule.sh:789
11448#, sh-format
11449msgid "Submodule path '$displaypath': checked out '$sha1'"
11450msgstr ""
11451
11452#: git-submodule.sh:793
11453#, sh-format
11454msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
11455msgstr ""
11456
11457#: git-submodule.sh:794
11458#, sh-format
11459msgid "Submodule path '$displaypath': rebased into '$sha1'"
11460msgstr ""
11461
11462#: git-submodule.sh:799
11463#, sh-format
11464msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
11465msgstr ""
11466
11467#: git-submodule.sh:800
11468#, sh-format
11469msgid "Submodule path '$displaypath': merged in '$sha1'"
11470msgstr ""
11471
11472#: git-submodule.sh:805
11473#, sh-format
11474msgid ""
11475"Execution of '$command $sha1' failed in submodule path '$prefix$sm_path'"
11476msgstr ""
11477
11478#: git-submodule.sh:806
11479#, sh-format
11480msgid "Submodule path '$prefix$sm_path': '$command $sha1'"
11481msgstr ""
11482
11483#: git-submodule.sh:836
11484#, sh-format
11485msgid "Failed to recurse into submodule path '$displaypath'"
11486msgstr ""
11487
11488#: git-submodule.sh:944
11489msgid "The --cached option cannot be used with the --files option"
11490msgstr ""
11491
11492#: git-submodule.sh:996
11493#, sh-format
11494msgid "unexpected mode $mod_dst"
11495msgstr ""
11496
11497#: git-submodule.sh:1016
11498#, sh-format
11499msgid "  Warn: $display_name doesn't contain commit $sha1_src"
11500msgstr ""
11501
11502#: git-submodule.sh:1019
11503#, sh-format
11504msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
11505msgstr ""
11506
11507#: git-submodule.sh:1022
11508#, sh-format
11509msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
11510msgstr ""
11511
11512#: git-submodule.sh:1047
11513msgid "blob"
11514msgstr ""
11515
11516#: git-submodule.sh:1165
11517#, sh-format
11518msgid "Failed to recurse into submodule path '$sm_path'"
11519msgstr ""
11520
11521#: git-submodule.sh:1229
11522#, sh-format
11523msgid "Synchronizing submodule url for '$displaypath'"
11524msgstr ""