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