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