po / git.poton commit Merge branch 'mh/packed-ref-store-prep' into maint (6b89503)
   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: 2017-07-24 21:54+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:58
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:86
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:88
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:90
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:92
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:94
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:96
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:104
  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:112
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:117 builtin/merge.c:1184
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:119
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:120
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:126
  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#: apply.c:58
  90#, c-format
  91msgid "unrecognized whitespace option '%s'"
  92msgstr ""
  93
  94#: apply.c:74
  95#, c-format
  96msgid "unrecognized whitespace ignore option '%s'"
  97msgstr ""
  98
  99#: apply.c:126
 100msgid "--reject and --3way cannot be used together."
 101msgstr ""
 102
 103#: apply.c:128
 104msgid "--cached and --3way cannot be used together."
 105msgstr ""
 106
 107#: apply.c:131
 108msgid "--3way outside a repository"
 109msgstr ""
 110
 111#: apply.c:142
 112msgid "--index outside a repository"
 113msgstr ""
 114
 115#: apply.c:145
 116msgid "--cached outside a repository"
 117msgstr ""
 118
 119#: apply.c:836
 120#, c-format
 121msgid "Cannot prepare timestamp regexp %s"
 122msgstr ""
 123
 124#: apply.c:845
 125#, c-format
 126msgid "regexec returned %d for input: %s"
 127msgstr ""
 128
 129#: apply.c:929
 130#, c-format
 131msgid "unable to find filename in patch at line %d"
 132msgstr ""
 133
 134#: apply.c:967
 135#, c-format
 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 137msgstr ""
 138
 139#: apply.c:973
 140#, c-format
 141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 142msgstr ""
 143
 144#: apply.c:974
 145#, c-format
 146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 147msgstr ""
 148
 149#: apply.c:979
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null on line %d"
 152msgstr ""
 153
 154#: apply.c:1008
 155#, c-format
 156msgid "invalid mode on line %d: %s"
 157msgstr ""
 158
 159#: apply.c:1326
 160#, c-format
 161msgid "inconsistent header lines %d and %d"
 162msgstr ""
 163
 164#: apply.c:1498
 165#, c-format
 166msgid "recount: unexpected line: %.*s"
 167msgstr ""
 168
 169#: apply.c:1567
 170#, c-format
 171msgid "patch fragment without header at line %d: %.*s"
 172msgstr ""
 173
 174#: apply.c:1587
 175#, c-format
 176msgid ""
 177"git diff header lacks filename information when removing %d leading pathname "
 178"component (line %d)"
 179msgid_plural ""
 180"git diff header lacks filename information when removing %d leading pathname "
 181"components (line %d)"
 182msgstr[0] ""
 183msgstr[1] ""
 184
 185#: apply.c:1600
 186#, c-format
 187msgid "git diff header lacks filename information (line %d)"
 188msgstr ""
 189
 190#: apply.c:1770
 191msgid "new file depends on old contents"
 192msgstr ""
 193
 194#: apply.c:1772
 195msgid "deleted file still has contents"
 196msgstr ""
 197
 198#: apply.c:1806
 199#, c-format
 200msgid "corrupt patch at line %d"
 201msgstr ""
 202
 203#: apply.c:1843
 204#, c-format
 205msgid "new file %s depends on old contents"
 206msgstr ""
 207
 208#: apply.c:1845
 209#, c-format
 210msgid "deleted file %s still has contents"
 211msgstr ""
 212
 213#: apply.c:1848
 214#, c-format
 215msgid "** warning: file %s becomes empty but is not deleted"
 216msgstr ""
 217
 218#: apply.c:1995
 219#, c-format
 220msgid "corrupt binary patch at line %d: %.*s"
 221msgstr ""
 222
 223#: apply.c:2032
 224#, c-format
 225msgid "unrecognized binary patch at line %d"
 226msgstr ""
 227
 228#: apply.c:2193
 229#, c-format
 230msgid "patch with only garbage at line %d"
 231msgstr ""
 232
 233#: apply.c:2276
 234#, c-format
 235msgid "unable to read symlink %s"
 236msgstr ""
 237
 238#: apply.c:2280
 239#, c-format
 240msgid "unable to open or read %s"
 241msgstr ""
 242
 243#: apply.c:2933
 244#, c-format
 245msgid "invalid start of line: '%c'"
 246msgstr ""
 247
 248#: apply.c:3052
 249#, c-format
 250msgid "Hunk #%d succeeded at %d (offset %d line)."
 251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 252msgstr[0] ""
 253msgstr[1] ""
 254
 255#: apply.c:3064
 256#, c-format
 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 258msgstr ""
 259
 260#: apply.c:3070
 261#, c-format
 262msgid ""
 263"while searching for:\n"
 264"%.*s"
 265msgstr ""
 266
 267#: apply.c:3092
 268#, c-format
 269msgid "missing binary patch data for '%s'"
 270msgstr ""
 271
 272#: apply.c:3100
 273#, c-format
 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 275msgstr ""
 276
 277#: apply.c:3146
 278#, c-format
 279msgid "cannot apply binary patch to '%s' without full index line"
 280msgstr ""
 281
 282#: apply.c:3156
 283#, c-format
 284msgid ""
 285"the patch applies to '%s' (%s), which does not match the current contents."
 286msgstr ""
 287
 288#: apply.c:3164
 289#, c-format
 290msgid "the patch applies to an empty '%s' but it is not empty"
 291msgstr ""
 292
 293#: apply.c:3182
 294#, c-format
 295msgid "the necessary postimage %s for '%s' cannot be read"
 296msgstr ""
 297
 298#: apply.c:3195
 299#, c-format
 300msgid "binary patch does not apply to '%s'"
 301msgstr ""
 302
 303#: apply.c:3201
 304#, c-format
 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 306msgstr ""
 307
 308#: apply.c:3222
 309#, c-format
 310msgid "patch failed: %s:%ld"
 311msgstr ""
 312
 313#: apply.c:3344
 314#, c-format
 315msgid "cannot checkout %s"
 316msgstr ""
 317
 318#: apply.c:3392 apply.c:3403 apply.c:3449 setup.c:277
 319#, c-format
 320msgid "failed to read %s"
 321msgstr ""
 322
 323#: apply.c:3400
 324#, c-format
 325msgid "reading from '%s' beyond a symbolic link"
 326msgstr ""
 327
 328#: apply.c:3429 apply.c:3669
 329#, c-format
 330msgid "path %s has been renamed/deleted"
 331msgstr ""
 332
 333#: apply.c:3512 apply.c:3683
 334#, c-format
 335msgid "%s: does not exist in index"
 336msgstr ""
 337
 338#: apply.c:3521 apply.c:3691
 339#, c-format
 340msgid "%s: does not match index"
 341msgstr ""
 342
 343#: apply.c:3556
 344msgid "repository lacks the necessary blob to fall back on 3-way merge."
 345msgstr ""
 346
 347#: apply.c:3559
 348#, c-format
 349msgid "Falling back to three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3575 apply.c:3579
 353#, c-format
 354msgid "cannot read the current contents of '%s'"
 355msgstr ""
 356
 357#: apply.c:3591
 358#, c-format
 359msgid "Failed to fall back on three-way merge...\n"
 360msgstr ""
 361
 362#: apply.c:3605
 363#, c-format
 364msgid "Applied patch to '%s' with conflicts.\n"
 365msgstr ""
 366
 367#: apply.c:3610
 368#, c-format
 369msgid "Applied patch to '%s' cleanly.\n"
 370msgstr ""
 371
 372#: apply.c:3636
 373msgid "removal patch leaves file contents"
 374msgstr ""
 375
 376#: apply.c:3708
 377#, c-format
 378msgid "%s: wrong type"
 379msgstr ""
 380
 381#: apply.c:3710
 382#, c-format
 383msgid "%s has type %o, expected %o"
 384msgstr ""
 385
 386#: apply.c:3860 apply.c:3862
 387#, c-format
 388msgid "invalid path '%s'"
 389msgstr ""
 390
 391#: apply.c:3918
 392#, c-format
 393msgid "%s: already exists in index"
 394msgstr ""
 395
 396#: apply.c:3921
 397#, c-format
 398msgid "%s: already exists in working directory"
 399msgstr ""
 400
 401#: apply.c:3941
 402#, c-format
 403msgid "new mode (%o) of %s does not match old mode (%o)"
 404msgstr ""
 405
 406#: apply.c:3946
 407#, c-format
 408msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 409msgstr ""
 410
 411#: apply.c:3966
 412#, c-format
 413msgid "affected file '%s' is beyond a symbolic link"
 414msgstr ""
 415
 416#: apply.c:3970
 417#, c-format
 418msgid "%s: patch does not apply"
 419msgstr ""
 420
 421#: apply.c:3985
 422#, c-format
 423msgid "Checking patch %s..."
 424msgstr ""
 425
 426#: apply.c:4076
 427#, c-format
 428msgid "sha1 information is lacking or useless for submodule %s"
 429msgstr ""
 430
 431#: apply.c:4083
 432#, c-format
 433msgid "mode change for %s, which is not in current HEAD"
 434msgstr ""
 435
 436#: apply.c:4086
 437#, c-format
 438msgid "sha1 information is lacking or useless (%s)."
 439msgstr ""
 440
 441#: apply.c:4091 builtin/checkout.c:235 builtin/reset.c:138
 442#, c-format
 443msgid "make_cache_entry failed for path '%s'"
 444msgstr ""
 445
 446#: apply.c:4095
 447#, c-format
 448msgid "could not add %s to temporary index"
 449msgstr ""
 450
 451#: apply.c:4105
 452#, c-format
 453msgid "could not write temporary index to %s"
 454msgstr ""
 455
 456#: apply.c:4243
 457#, c-format
 458msgid "unable to remove %s from index"
 459msgstr ""
 460
 461#: apply.c:4278
 462#, c-format
 463msgid "corrupt patch for submodule %s"
 464msgstr ""
 465
 466#: apply.c:4284
 467#, c-format
 468msgid "unable to stat newly created file '%s'"
 469msgstr ""
 470
 471#: apply.c:4292
 472#, c-format
 473msgid "unable to create backing store for newly created file %s"
 474msgstr ""
 475
 476#: apply.c:4298 apply.c:4442
 477#, c-format
 478msgid "unable to add cache entry for %s"
 479msgstr ""
 480
 481#: apply.c:4339
 482#, c-format
 483msgid "failed to write to '%s'"
 484msgstr ""
 485
 486#: apply.c:4343
 487#, c-format
 488msgid "closing file '%s'"
 489msgstr ""
 490
 491#: apply.c:4413
 492#, c-format
 493msgid "unable to write file '%s' mode %o"
 494msgstr ""
 495
 496#: apply.c:4511
 497#, c-format
 498msgid "Applied patch %s cleanly."
 499msgstr ""
 500
 501#: apply.c:4519
 502msgid "internal error"
 503msgstr ""
 504
 505#: apply.c:4522
 506#, c-format
 507msgid "Applying patch %%s with %d reject..."
 508msgid_plural "Applying patch %%s with %d rejects..."
 509msgstr[0] ""
 510msgstr[1] ""
 511
 512#: apply.c:4533
 513#, c-format
 514msgid "truncating .rej filename to %.*s.rej"
 515msgstr ""
 516
 517#: apply.c:4541 builtin/fetch.c:738 builtin/fetch.c:988
 518#, c-format
 519msgid "cannot open %s"
 520msgstr ""
 521
 522#: apply.c:4555
 523#, c-format
 524msgid "Hunk #%d applied cleanly."
 525msgstr ""
 526
 527#: apply.c:4559
 528#, c-format
 529msgid "Rejected hunk #%d."
 530msgstr ""
 531
 532#: apply.c:4669
 533#, c-format
 534msgid "Skipped patch '%s'."
 535msgstr ""
 536
 537#: apply.c:4677
 538msgid "unrecognized input"
 539msgstr ""
 540
 541#: apply.c:4696
 542msgid "unable to read index file"
 543msgstr ""
 544
 545#: apply.c:4833
 546#, c-format
 547msgid "can't open patch '%s': %s"
 548msgstr ""
 549
 550#: apply.c:4860
 551#, c-format
 552msgid "squelched %d whitespace error"
 553msgid_plural "squelched %d whitespace errors"
 554msgstr[0] ""
 555msgstr[1] ""
 556
 557#: apply.c:4866 apply.c:4881
 558#, c-format
 559msgid "%d line adds whitespace errors."
 560msgid_plural "%d lines add whitespace errors."
 561msgstr[0] ""
 562msgstr[1] ""
 563
 564#: apply.c:4874
 565#, c-format
 566msgid "%d line applied after fixing whitespace errors."
 567msgid_plural "%d lines applied after fixing whitespace errors."
 568msgstr[0] ""
 569msgstr[1] ""
 570
 571#: apply.c:4890 builtin/add.c:513 builtin/mv.c:299 builtin/rm.c:391
 572msgid "Unable to write new index file"
 573msgstr ""
 574
 575#: apply.c:4921 apply.c:4924 builtin/am.c:2257 builtin/am.c:2260
 576#: builtin/clone.c:115 builtin/fetch.c:93 builtin/pull.c:187
 577#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
 578#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
 579#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
 580#: git-add--interactive.perl:197
 581msgid "path"
 582msgstr ""
 583
 584#: apply.c:4922
 585msgid "don't apply changes matching the given path"
 586msgstr ""
 587
 588#: apply.c:4925
 589msgid "apply changes matching the given path"
 590msgstr ""
 591
 592#: apply.c:4927 builtin/am.c:2266
 593msgid "num"
 594msgstr ""
 595
 596#: apply.c:4928
 597msgid "remove <num> leading slashes from traditional diff paths"
 598msgstr ""
 599
 600#: apply.c:4931
 601msgid "ignore additions made by the patch"
 602msgstr ""
 603
 604#: apply.c:4933
 605msgid "instead of applying the patch, output diffstat for the input"
 606msgstr ""
 607
 608#: apply.c:4937
 609msgid "show number of added and deleted lines in decimal notation"
 610msgstr ""
 611
 612#: apply.c:4939
 613msgid "instead of applying the patch, output a summary for the input"
 614msgstr ""
 615
 616#: apply.c:4941
 617msgid "instead of applying the patch, see if the patch is applicable"
 618msgstr ""
 619
 620#: apply.c:4943
 621msgid "make sure the patch is applicable to the current index"
 622msgstr ""
 623
 624#: apply.c:4945
 625msgid "apply a patch without touching the working tree"
 626msgstr ""
 627
 628#: apply.c:4947
 629msgid "accept a patch that touches outside the working area"
 630msgstr ""
 631
 632#: apply.c:4949
 633msgid "also apply the patch (use with --stat/--summary/--check)"
 634msgstr ""
 635
 636#: apply.c:4951
 637msgid "attempt three-way merge if a patch does not apply"
 638msgstr ""
 639
 640#: apply.c:4953
 641msgid "build a temporary index based on embedded index information"
 642msgstr ""
 643
 644#: apply.c:4956 builtin/checkout-index.c:170 builtin/ls-files.c:515
 645msgid "paths are separated with NUL character"
 646msgstr ""
 647
 648#: apply.c:4958
 649msgid "ensure at least <n> lines of context match"
 650msgstr ""
 651
 652#: apply.c:4959 builtin/am.c:2245
 653msgid "action"
 654msgstr ""
 655
 656#: apply.c:4960
 657msgid "detect new or modified lines that have whitespace errors"
 658msgstr ""
 659
 660#: apply.c:4963 apply.c:4966
 661msgid "ignore changes in whitespace when finding context"
 662msgstr ""
 663
 664#: apply.c:4969
 665msgid "apply the patch in reverse"
 666msgstr ""
 667
 668#: apply.c:4971
 669msgid "don't expect at least one line of context"
 670msgstr ""
 671
 672#: apply.c:4973
 673msgid "leave the rejected hunks in corresponding *.rej files"
 674msgstr ""
 675
 676#: apply.c:4975
 677msgid "allow overlapping hunks"
 678msgstr ""
 679
 680#: apply.c:4976 builtin/add.c:270 builtin/check-ignore.c:21
 681#: builtin/commit.c:1340 builtin/count-objects.c:95 builtin/fsck.c:651
 682#: builtin/log.c:1877 builtin/mv.c:123 builtin/read-tree.c:125
 683msgid "be verbose"
 684msgstr ""
 685
 686#: apply.c:4978
 687msgid "tolerate incorrectly detected missing new-line at the end of file"
 688msgstr ""
 689
 690#: apply.c:4981
 691msgid "do not trust the line counts in the hunk headers"
 692msgstr ""
 693
 694#: apply.c:4983 builtin/am.c:2254
 695msgid "root"
 696msgstr ""
 697
 698#: apply.c:4984
 699msgid "prepend <root> to all filenames"
 700msgstr ""
 701
 702#: archive.c:13
 703msgid "git archive [<options>] <tree-ish> [<path>...]"
 704msgstr ""
 705
 706#: archive.c:14
 707msgid "git archive --list"
 708msgstr ""
 709
 710#: archive.c:15
 711msgid ""
 712"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 713msgstr ""
 714
 715#: archive.c:16
 716msgid "git archive --remote <repo> [--exec <cmd>] --list"
 717msgstr ""
 718
 719#: archive.c:333 builtin/add.c:154 builtin/add.c:492 builtin/rm.c:300
 720#, c-format
 721msgid "pathspec '%s' did not match any files"
 722msgstr ""
 723
 724#: archive.c:418
 725msgid "fmt"
 726msgstr ""
 727
 728#: archive.c:418
 729msgid "archive format"
 730msgstr ""
 731
 732#: archive.c:419 builtin/log.c:1446
 733msgid "prefix"
 734msgstr ""
 735
 736#: archive.c:420
 737msgid "prepend prefix to each pathname in the archive"
 738msgstr ""
 739
 740#: archive.c:421 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
 741#: builtin/fast-export.c:989 builtin/fast-export.c:991 builtin/grep.c:1080
 742#: builtin/hash-object.c:102 builtin/ls-files.c:549 builtin/ls-files.c:552
 743#: builtin/notes.c:404 builtin/notes.c:567 builtin/read-tree.c:120
 744#: parse-options.h:153
 745msgid "file"
 746msgstr ""
 747
 748#: archive.c:422 builtin/archive.c:89
 749msgid "write the archive to this file"
 750msgstr ""
 751
 752#: archive.c:424
 753msgid "read .gitattributes in working directory"
 754msgstr ""
 755
 756#: archive.c:425
 757msgid "report archived files on stderr"
 758msgstr ""
 759
 760#: archive.c:426
 761msgid "store only"
 762msgstr ""
 763
 764#: archive.c:427
 765msgid "compress faster"
 766msgstr ""
 767
 768#: archive.c:435
 769msgid "compress better"
 770msgstr ""
 771
 772#: archive.c:438
 773msgid "list supported archive formats"
 774msgstr ""
 775
 776#: archive.c:440 builtin/archive.c:90 builtin/clone.c:105 builtin/clone.c:108
 777#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
 778msgid "repo"
 779msgstr ""
 780
 781#: archive.c:441 builtin/archive.c:91
 782msgid "retrieve the archive from remote repository <repo>"
 783msgstr ""
 784
 785#: archive.c:442 builtin/archive.c:92 builtin/notes.c:488
 786msgid "command"
 787msgstr ""
 788
 789#: archive.c:443 builtin/archive.c:93
 790msgid "path to the remote git-upload-archive command"
 791msgstr ""
 792
 793#: archive.c:450
 794msgid "Unexpected option --remote"
 795msgstr ""
 796
 797#: archive.c:452
 798msgid "Option --exec can only be used together with --remote"
 799msgstr ""
 800
 801#: archive.c:454
 802msgid "Unexpected option --output"
 803msgstr ""
 804
 805#: archive.c:476
 806#, c-format
 807msgid "Unknown archive format '%s'"
 808msgstr ""
 809
 810#: archive.c:483
 811#, c-format
 812msgid "Argument not supported for format '%s': -%d"
 813msgstr ""
 814
 815#: attr.c:214
 816#, c-format
 817msgid "%.*s is not a valid attribute name"
 818msgstr ""
 819
 820#: attr.c:410
 821msgid ""
 822"Negative patterns are ignored in git attributes\n"
 823"Use '\\!' for literal leading exclamation."
 824msgstr ""
 825
 826#: bisect.c:447
 827#, c-format
 828msgid "Badly quoted content in file '%s': %s"
 829msgstr ""
 830
 831#: bisect.c:655
 832#, c-format
 833msgid "We cannot bisect more!\n"
 834msgstr ""
 835
 836#: bisect.c:708
 837#, c-format
 838msgid "Not a valid commit name %s"
 839msgstr ""
 840
 841#: bisect.c:732
 842#, c-format
 843msgid ""
 844"The merge base %s is bad.\n"
 845"This means the bug has been fixed between %s and [%s].\n"
 846msgstr ""
 847
 848#: bisect.c:737
 849#, c-format
 850msgid ""
 851"The merge base %s is new.\n"
 852"The property has changed between %s and [%s].\n"
 853msgstr ""
 854
 855#: bisect.c:742
 856#, c-format
 857msgid ""
 858"The merge base %s is %s.\n"
 859"This means the first '%s' commit is between %s and [%s].\n"
 860msgstr ""
 861
 862#: bisect.c:750
 863#, c-format
 864msgid ""
 865"Some %s revs are not ancestors of the %s rev.\n"
 866"git bisect cannot work properly in this case.\n"
 867"Maybe you mistook %s and %s revs?\n"
 868msgstr ""
 869
 870#: bisect.c:763
 871#, c-format
 872msgid ""
 873"the merge base between %s and [%s] must be skipped.\n"
 874"So we cannot be sure the first %s commit is between %s and %s.\n"
 875"We continue anyway."
 876msgstr ""
 877
 878#: bisect.c:798
 879#, c-format
 880msgid "Bisecting: a merge base must be tested\n"
 881msgstr ""
 882
 883#: bisect.c:849
 884#, c-format
 885msgid "a %s revision is needed"
 886msgstr ""
 887
 888#: bisect.c:866 builtin/notes.c:175 builtin/tag.c:256
 889#, c-format
 890msgid "could not create file '%s'"
 891msgstr ""
 892
 893#: bisect.c:917
 894#, c-format
 895msgid "could not read file '%s'"
 896msgstr ""
 897
 898#: bisect.c:947
 899msgid "reading bisect refs failed"
 900msgstr ""
 901
 902#: bisect.c:967
 903#, c-format
 904msgid "%s was both %s and %s\n"
 905msgstr ""
 906
 907#: bisect.c:975
 908#, c-format
 909msgid ""
 910"No testable commit found.\n"
 911"Maybe you started with bad path parameters?\n"
 912msgstr ""
 913
 914#: bisect.c:994
 915#, c-format
 916msgid "(roughly %d step)"
 917msgid_plural "(roughly %d steps)"
 918msgstr[0] ""
 919msgstr[1] ""
 920
 921#. TRANSLATORS: the last %s will be replaced with "(roughly %d
 922#. steps)" translation.
 923#.
 924#: bisect.c:1000
 925#, c-format
 926msgid "Bisecting: %d revision left to test after this %s\n"
 927msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 928msgstr[0] ""
 929msgstr[1] ""
 930
 931#: blame.c:1757
 932msgid "--contents and --reverse do not blend well."
 933msgstr ""
 934
 935#: blame.c:1768
 936msgid "cannot use --contents with final commit object name"
 937msgstr ""
 938
 939#: blame.c:1788
 940msgid "--reverse and --first-parent together require specified latest commit"
 941msgstr ""
 942
 943#: blame.c:1797 bundle.c:164 ref-filter.c:1919 sequencer.c:1166
 944#: sequencer.c:2328 builtin/commit.c:1058 builtin/log.c:356 builtin/log.c:907
 945#: builtin/log.c:1357 builtin/log.c:1683 builtin/log.c:1926 builtin/merge.c:360
 946#: builtin/shortlog.c:177
 947msgid "revision walk setup failed"
 948msgstr ""
 949
 950#: blame.c:1815
 951msgid ""
 952"--reverse --first-parent together require range along first-parent chain"
 953msgstr ""
 954
 955#: blame.c:1826
 956#, c-format
 957msgid "no such path %s in %s"
 958msgstr ""
 959
 960#: blame.c:1837
 961#, c-format
 962msgid "cannot read blob %s for path %s"
 963msgstr ""
 964
 965#: branch.c:53
 966#, c-format
 967msgid ""
 968"\n"
 969"After fixing the error cause you may try to fix up\n"
 970"the remote tracking information by invoking\n"
 971"\"git branch --set-upstream-to=%s%s%s\"."
 972msgstr ""
 973
 974#: branch.c:67
 975#, c-format
 976msgid "Not setting branch %s as its own upstream."
 977msgstr ""
 978
 979#: branch.c:93
 980#, c-format
 981msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 982msgstr ""
 983
 984#: branch.c:94
 985#, c-format
 986msgid "Branch %s set up to track remote branch %s from %s."
 987msgstr ""
 988
 989#: branch.c:98
 990#, c-format
 991msgid "Branch %s set up to track local branch %s by rebasing."
 992msgstr ""
 993
 994#: branch.c:99
 995#, c-format
 996msgid "Branch %s set up to track local branch %s."
 997msgstr ""
 998
 999#: branch.c:104
1000#, c-format
1001msgid "Branch %s set up to track remote ref %s by rebasing."
1002msgstr ""
1003
1004#: branch.c:105
1005#, c-format
1006msgid "Branch %s set up to track remote ref %s."
1007msgstr ""
1008
1009#: branch.c:109
1010#, c-format
1011msgid "Branch %s set up to track local ref %s by rebasing."
1012msgstr ""
1013
1014#: branch.c:110
1015#, c-format
1016msgid "Branch %s set up to track local ref %s."
1017msgstr ""
1018
1019#: branch.c:119
1020msgid "Unable to write upstream branch configuration"
1021msgstr ""
1022
1023#: branch.c:156
1024#, c-format
1025msgid "Not tracking: ambiguous information for ref %s"
1026msgstr ""
1027
1028#: branch.c:185
1029#, c-format
1030msgid "'%s' is not a valid branch name."
1031msgstr ""
1032
1033#: branch.c:190
1034#, c-format
1035msgid "A branch named '%s' already exists."
1036msgstr ""
1037
1038#: branch.c:198
1039msgid "Cannot force update the current branch."
1040msgstr ""
1041
1042#: branch.c:218
1043#, c-format
1044msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1045msgstr ""
1046
1047#: branch.c:220
1048#, c-format
1049msgid "the requested upstream branch '%s' does not exist"
1050msgstr ""
1051
1052#: branch.c:222
1053msgid ""
1054"\n"
1055"If you are planning on basing your work on an upstream\n"
1056"branch that already exists at the remote, you may need to\n"
1057"run \"git fetch\" to retrieve it.\n"
1058"\n"
1059"If you are planning to push out a new local branch that\n"
1060"will track its remote counterpart, you may want to use\n"
1061"\"git push -u\" to set the upstream config as you push."
1062msgstr ""
1063
1064#: branch.c:265
1065#, c-format
1066msgid "Not a valid object name: '%s'."
1067msgstr ""
1068
1069#: branch.c:285
1070#, c-format
1071msgid "Ambiguous object name: '%s'."
1072msgstr ""
1073
1074#: branch.c:290
1075#, c-format
1076msgid "Not a valid branch point: '%s'."
1077msgstr ""
1078
1079#: branch.c:344
1080#, c-format
1081msgid "'%s' is already checked out at '%s'"
1082msgstr ""
1083
1084#: branch.c:366
1085#, c-format
1086msgid "HEAD of working tree %s is not updated"
1087msgstr ""
1088
1089#: bundle.c:34
1090#, c-format
1091msgid "'%s' does not look like a v2 bundle file"
1092msgstr ""
1093
1094#: bundle.c:62
1095#, c-format
1096msgid "unrecognized header: %s%s (%d)"
1097msgstr ""
1098
1099#: bundle.c:88 sequencer.c:1344 sequencer.c:1770 builtin/commit.c:778
1100#, c-format
1101msgid "could not open '%s'"
1102msgstr ""
1103
1104#: bundle.c:140
1105msgid "Repository lacks these prerequisite commits:"
1106msgstr ""
1107
1108#: bundle.c:186
1109#, c-format
1110msgid "The bundle contains this ref:"
1111msgid_plural "The bundle contains these %d refs:"
1112msgstr[0] ""
1113msgstr[1] ""
1114
1115#: bundle.c:193
1116msgid "The bundle records a complete history."
1117msgstr ""
1118
1119#: bundle.c:195
1120#, c-format
1121msgid "The bundle requires this ref:"
1122msgid_plural "The bundle requires these %d refs:"
1123msgstr[0] ""
1124msgstr[1] ""
1125
1126#: bundle.c:254
1127msgid "Could not spawn pack-objects"
1128msgstr ""
1129
1130#: bundle.c:265
1131msgid "pack-objects died"
1132msgstr ""
1133
1134#: bundle.c:307
1135msgid "rev-list died"
1136msgstr ""
1137
1138#: bundle.c:356
1139#, c-format
1140msgid "ref '%s' is excluded by the rev-list options"
1141msgstr ""
1142
1143#: bundle.c:446 builtin/log.c:173 builtin/log.c:1589 builtin/shortlog.c:282
1144#, c-format
1145msgid "unrecognized argument: %s"
1146msgstr ""
1147
1148#: bundle.c:454
1149msgid "Refusing to create empty bundle."
1150msgstr ""
1151
1152#: bundle.c:466
1153#, c-format
1154msgid "cannot create '%s'"
1155msgstr ""
1156
1157#: bundle.c:494
1158msgid "index-pack died"
1159msgstr ""
1160
1161#: color.c:301
1162#, c-format
1163msgid "invalid color value: %.*s"
1164msgstr ""
1165
1166#: commit.c:41 sequencer.c:1582 builtin/am.c:420 builtin/am.c:456
1167#: builtin/am.c:1469 builtin/am.c:2107
1168#, c-format
1169msgid "could not parse %s"
1170msgstr ""
1171
1172#: commit.c:43
1173#, c-format
1174msgid "%s %s is not a commit!"
1175msgstr ""
1176
1177#: commit.c:1511
1178msgid ""
1179"Warning: commit message did not conform to UTF-8.\n"
1180"You may want to amend it after fixing the message, or set the config\n"
1181"variable i18n.commitencoding to the encoding your project uses.\n"
1182msgstr ""
1183
1184#: compat/obstack.c:406 compat/obstack.c:408
1185msgid "memory exhausted"
1186msgstr ""
1187
1188#: config.c:186
1189msgid "relative config include conditionals must come from files"
1190msgstr ""
1191
1192#: config.c:720
1193#, c-format
1194msgid "bad config line %d in blob %s"
1195msgstr ""
1196
1197#: config.c:724
1198#, c-format
1199msgid "bad config line %d in file %s"
1200msgstr ""
1201
1202#: config.c:728
1203#, c-format
1204msgid "bad config line %d in standard input"
1205msgstr ""
1206
1207#: config.c:732
1208#, c-format
1209msgid "bad config line %d in submodule-blob %s"
1210msgstr ""
1211
1212#: config.c:736
1213#, c-format
1214msgid "bad config line %d in command line %s"
1215msgstr ""
1216
1217#: config.c:740
1218#, c-format
1219msgid "bad config line %d in %s"
1220msgstr ""
1221
1222#: config.c:868
1223msgid "out of range"
1224msgstr ""
1225
1226#: config.c:868
1227msgid "invalid unit"
1228msgstr ""
1229
1230#: config.c:874
1231#, c-format
1232msgid "bad numeric config value '%s' for '%s': %s"
1233msgstr ""
1234
1235#: config.c:879
1236#, c-format
1237msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1238msgstr ""
1239
1240#: config.c:882
1241#, c-format
1242msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1243msgstr ""
1244
1245#: config.c:885
1246#, c-format
1247msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1248msgstr ""
1249
1250#: config.c:888
1251#, c-format
1252msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1253msgstr ""
1254
1255#: config.c:891
1256#, c-format
1257msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1258msgstr ""
1259
1260#: config.c:894
1261#, c-format
1262msgid "bad numeric config value '%s' for '%s' in %s: %s"
1263msgstr ""
1264
1265#: config.c:989
1266#, c-format
1267msgid "failed to expand user dir in: '%s'"
1268msgstr ""
1269
1270#: config.c:1084 config.c:1095
1271#, c-format
1272msgid "bad zlib compression level %d"
1273msgstr ""
1274
1275#: config.c:1212
1276#, c-format
1277msgid "invalid mode for object creation: %s"
1278msgstr ""
1279
1280#: config.c:1368
1281#, c-format
1282msgid "bad pack compression level %d"
1283msgstr ""
1284
1285#: config.c:1564
1286msgid "unable to parse command-line config"
1287msgstr ""
1288
1289#: config.c:1894
1290msgid "unknown error occurred while reading the configuration files"
1291msgstr ""
1292
1293#: config.c:2064
1294#, c-format
1295msgid "Invalid %s: '%s'"
1296msgstr ""
1297
1298#: config.c:2085
1299#, c-format
1300msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1301msgstr ""
1302
1303#: config.c:2111
1304#, c-format
1305msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1306msgstr ""
1307
1308#: config.c:2122
1309#, c-format
1310msgid "unable to parse '%s' from command-line config"
1311msgstr ""
1312
1313#: config.c:2124
1314#, c-format
1315msgid "bad config variable '%s' in file '%s' at line %d"
1316msgstr ""
1317
1318#: config.c:2183
1319#, c-format
1320msgid "%s has multiple values"
1321msgstr ""
1322
1323#: config.c:2517 config.c:2745
1324#, c-format
1325msgid "fstat on %s failed"
1326msgstr ""
1327
1328#: config.c:2635
1329#, c-format
1330msgid "could not set '%s' to '%s'"
1331msgstr ""
1332
1333#: config.c:2637 builtin/remote.c:775
1334#, c-format
1335msgid "could not unset '%s'"
1336msgstr ""
1337
1338#: connect.c:50
1339msgid "The remote end hung up upon initial contact"
1340msgstr ""
1341
1342#: connect.c:52
1343msgid ""
1344"Could not read from remote repository.\n"
1345"\n"
1346"Please make sure you have the correct access rights\n"
1347"and the repository exists."
1348msgstr ""
1349
1350#: connected.c:63 builtin/fsck.c:191 builtin/prune.c:141
1351msgid "Checking connectivity"
1352msgstr ""
1353
1354#: connected.c:75
1355msgid "Could not run 'git rev-list'"
1356msgstr ""
1357
1358#: connected.c:95
1359msgid "failed write to rev-list"
1360msgstr ""
1361
1362#: connected.c:102
1363msgid "failed to close rev-list's stdin"
1364msgstr ""
1365
1366#: convert.c:205
1367#, c-format
1368msgid ""
1369"CRLF will be replaced by LF in %s.\n"
1370"The file will have its original line endings in your working directory."
1371msgstr ""
1372
1373#: convert.c:209
1374#, c-format
1375msgid "CRLF would be replaced by LF in %s."
1376msgstr ""
1377
1378#: convert.c:215
1379#, c-format
1380msgid ""
1381"LF will be replaced by CRLF in %s.\n"
1382"The file will have its original line endings in your working directory."
1383msgstr ""
1384
1385#: convert.c:219
1386#, c-format
1387msgid "LF would be replaced by CRLF in %s"
1388msgstr ""
1389
1390#: date.c:116
1391msgid "in the future"
1392msgstr ""
1393
1394#: date.c:122
1395#, c-format
1396msgid "%<PRIuMAX> second ago"
1397msgid_plural "%<PRIuMAX> seconds ago"
1398msgstr[0] ""
1399msgstr[1] ""
1400
1401#: date.c:129
1402#, c-format
1403msgid "%<PRIuMAX> minute ago"
1404msgid_plural "%<PRIuMAX> minutes ago"
1405msgstr[0] ""
1406msgstr[1] ""
1407
1408#: date.c:136
1409#, c-format
1410msgid "%<PRIuMAX> hour ago"
1411msgid_plural "%<PRIuMAX> hours ago"
1412msgstr[0] ""
1413msgstr[1] ""
1414
1415#: date.c:143
1416#, c-format
1417msgid "%<PRIuMAX> day ago"
1418msgid_plural "%<PRIuMAX> days ago"
1419msgstr[0] ""
1420msgstr[1] ""
1421
1422#: date.c:149
1423#, c-format
1424msgid "%<PRIuMAX> week ago"
1425msgid_plural "%<PRIuMAX> weeks ago"
1426msgstr[0] ""
1427msgstr[1] ""
1428
1429#: date.c:156
1430#, c-format
1431msgid "%<PRIuMAX> month ago"
1432msgid_plural "%<PRIuMAX> months ago"
1433msgstr[0] ""
1434msgstr[1] ""
1435
1436#: date.c:167
1437#, c-format
1438msgid "%<PRIuMAX> year"
1439msgid_plural "%<PRIuMAX> years"
1440msgstr[0] ""
1441msgstr[1] ""
1442
1443#. TRANSLATORS: "%s" is "<n> years"
1444#: date.c:170
1445#, c-format
1446msgid "%s, %<PRIuMAX> month ago"
1447msgid_plural "%s, %<PRIuMAX> months ago"
1448msgstr[0] ""
1449msgstr[1] ""
1450
1451#: date.c:175 date.c:180
1452#, c-format
1453msgid "%<PRIuMAX> year ago"
1454msgid_plural "%<PRIuMAX> years ago"
1455msgstr[0] ""
1456msgstr[1] ""
1457
1458#: diffcore-order.c:24
1459#, c-format
1460msgid "failed to read orderfile '%s'"
1461msgstr ""
1462
1463#: diffcore-rename.c:536
1464msgid "Performing inexact rename detection"
1465msgstr ""
1466
1467#: diff.c:63
1468#, c-format
1469msgid "option '%s' requires a value"
1470msgstr ""
1471
1472#: diff.c:125
1473#, c-format
1474msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1475msgstr ""
1476
1477#: diff.c:130
1478#, c-format
1479msgid "  Unknown dirstat parameter '%s'\n"
1480msgstr ""
1481
1482#: diff.c:282
1483#, c-format
1484msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1485msgstr ""
1486
1487#: diff.c:342
1488#, c-format
1489msgid ""
1490"Found errors in 'diff.dirstat' config variable:\n"
1491"%s"
1492msgstr ""
1493
1494#: diff.c:3101
1495#, c-format
1496msgid "external diff died, stopping at %s"
1497msgstr ""
1498
1499#: diff.c:3427
1500msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1501msgstr ""
1502
1503#: diff.c:3517
1504msgid "--follow requires exactly one pathspec"
1505msgstr ""
1506
1507#: diff.c:3680
1508#, c-format
1509msgid ""
1510"Failed to parse --dirstat/-X option parameter:\n"
1511"%s"
1512msgstr ""
1513
1514#: diff.c:3694
1515#, c-format
1516msgid "Failed to parse --submodule option parameter: '%s'"
1517msgstr ""
1518
1519#: diff.c:4716
1520msgid "inexact rename detection was skipped due to too many files."
1521msgstr ""
1522
1523#: diff.c:4719
1524msgid "only found copies from modified paths due to too many files."
1525msgstr ""
1526
1527#: diff.c:4722
1528#, c-format
1529msgid ""
1530"you may want to set your %s variable to at least %d and retry the command."
1531msgstr ""
1532
1533#: dir.c:1948
1534msgid "failed to get kernel name and information"
1535msgstr ""
1536
1537#: dir.c:2067
1538msgid "Untracked cache is disabled on this system or location."
1539msgstr ""
1540
1541#: dir.c:2846 dir.c:2851
1542#, c-format
1543msgid "could not create directories for %s"
1544msgstr ""
1545
1546#: dir.c:2876
1547#, c-format
1548msgid "could not migrate git directory from '%s' to '%s'"
1549msgstr ""
1550
1551#: entry.c:281
1552#, c-format
1553msgid "could not stat file '%s'"
1554msgstr ""
1555
1556#: fetch-pack.c:251
1557msgid "git fetch-pack: expected shallow list"
1558msgstr ""
1559
1560#: fetch-pack.c:263
1561msgid "git fetch-pack: expected ACK/NAK, got EOF"
1562msgstr ""
1563
1564#: fetch-pack.c:282 builtin/archive.c:63
1565#, c-format
1566msgid "remote error: %s"
1567msgstr ""
1568
1569#: fetch-pack.c:283
1570#, c-format
1571msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1572msgstr ""
1573
1574#: fetch-pack.c:335
1575msgid "--stateless-rpc requires multi_ack_detailed"
1576msgstr ""
1577
1578#: fetch-pack.c:421
1579#, c-format
1580msgid "invalid shallow line: %s"
1581msgstr ""
1582
1583#: fetch-pack.c:427
1584#, c-format
1585msgid "invalid unshallow line: %s"
1586msgstr ""
1587
1588#: fetch-pack.c:429
1589#, c-format
1590msgid "object not found: %s"
1591msgstr ""
1592
1593#: fetch-pack.c:432
1594#, c-format
1595msgid "error in object: %s"
1596msgstr ""
1597
1598#: fetch-pack.c:434
1599#, c-format
1600msgid "no shallow found: %s"
1601msgstr ""
1602
1603#: fetch-pack.c:437
1604#, c-format
1605msgid "expected shallow/unshallow, got %s"
1606msgstr ""
1607
1608#: fetch-pack.c:476
1609#, c-format
1610msgid "got %s %d %s"
1611msgstr ""
1612
1613#: fetch-pack.c:490
1614#, c-format
1615msgid "invalid commit %s"
1616msgstr ""
1617
1618#: fetch-pack.c:523
1619msgid "giving up"
1620msgstr ""
1621
1622#: fetch-pack.c:533 progress.c:237
1623msgid "done"
1624msgstr ""
1625
1626#: fetch-pack.c:545
1627#, c-format
1628msgid "got %s (%d) %s"
1629msgstr ""
1630
1631#: fetch-pack.c:591
1632#, c-format
1633msgid "Marking %s as complete"
1634msgstr ""
1635
1636#: fetch-pack.c:775
1637#, c-format
1638msgid "already have %s (%s)"
1639msgstr ""
1640
1641#: fetch-pack.c:813
1642msgid "fetch-pack: unable to fork off sideband demultiplexer"
1643msgstr ""
1644
1645#: fetch-pack.c:821
1646msgid "protocol error: bad pack header"
1647msgstr ""
1648
1649#: fetch-pack.c:877
1650#, c-format
1651msgid "fetch-pack: unable to fork off %s"
1652msgstr ""
1653
1654#: fetch-pack.c:893
1655#, c-format
1656msgid "%s failed"
1657msgstr ""
1658
1659#: fetch-pack.c:895
1660msgid "error in sideband demultiplexer"
1661msgstr ""
1662
1663#: fetch-pack.c:922
1664msgid "Server does not support shallow clients"
1665msgstr ""
1666
1667#: fetch-pack.c:926
1668msgid "Server supports multi_ack_detailed"
1669msgstr ""
1670
1671#: fetch-pack.c:929
1672msgid "Server supports no-done"
1673msgstr ""
1674
1675#: fetch-pack.c:935
1676msgid "Server supports multi_ack"
1677msgstr ""
1678
1679#: fetch-pack.c:939
1680msgid "Server supports side-band-64k"
1681msgstr ""
1682
1683#: fetch-pack.c:943
1684msgid "Server supports side-band"
1685msgstr ""
1686
1687#: fetch-pack.c:947
1688msgid "Server supports allow-tip-sha1-in-want"
1689msgstr ""
1690
1691#: fetch-pack.c:951
1692msgid "Server supports allow-reachable-sha1-in-want"
1693msgstr ""
1694
1695#: fetch-pack.c:961
1696msgid "Server supports ofs-delta"
1697msgstr ""
1698
1699#: fetch-pack.c:968
1700#, c-format
1701msgid "Server version is %.*s"
1702msgstr ""
1703
1704#: fetch-pack.c:974
1705msgid "Server does not support --shallow-since"
1706msgstr ""
1707
1708#: fetch-pack.c:978
1709msgid "Server does not support --shallow-exclude"
1710msgstr ""
1711
1712#: fetch-pack.c:980
1713msgid "Server does not support --deepen"
1714msgstr ""
1715
1716#: fetch-pack.c:991
1717msgid "no common commits"
1718msgstr ""
1719
1720#: fetch-pack.c:1003
1721msgid "git fetch-pack: fetch failed."
1722msgstr ""
1723
1724#: fetch-pack.c:1165
1725msgid "no matching remote head"
1726msgstr ""
1727
1728#: fetch-pack.c:1187
1729#, c-format
1730msgid "no such remote ref %s"
1731msgstr ""
1732
1733#: fetch-pack.c:1190
1734#, c-format
1735msgid "Server does not allow request for unadvertised object %s"
1736msgstr ""
1737
1738#: gpg-interface.c:181
1739msgid "gpg failed to sign the data"
1740msgstr ""
1741
1742#: gpg-interface.c:211
1743msgid "could not create temporary file"
1744msgstr ""
1745
1746#: gpg-interface.c:213
1747#, c-format
1748msgid "failed writing detached signature to '%s'"
1749msgstr ""
1750
1751#: graph.c:97
1752#, c-format
1753msgid "ignore invalid color '%.*s' in log.graphColors"
1754msgstr ""
1755
1756#: grep.c:1981
1757#, c-format
1758msgid "'%s': unable to read %s"
1759msgstr ""
1760
1761#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1762#, c-format
1763msgid "failed to stat '%s'"
1764msgstr ""
1765
1766#: grep.c:2009
1767#, c-format
1768msgid "'%s': short read"
1769msgstr ""
1770
1771#: help.c:179
1772#, c-format
1773msgid "available git commands in '%s'"
1774msgstr ""
1775
1776#: help.c:186
1777msgid "git commands available from elsewhere on your $PATH"
1778msgstr ""
1779
1780#: help.c:217
1781msgid "These are common Git commands used in various situations:"
1782msgstr ""
1783
1784#: help.c:281
1785#, c-format
1786msgid ""
1787"'%s' appears to be a git command, but we were not\n"
1788"able to execute it. Maybe git-%s is broken?"
1789msgstr ""
1790
1791#: help.c:336
1792msgid "Uh oh. Your system reports no Git commands at all."
1793msgstr ""
1794
1795#: help.c:358
1796#, c-format
1797msgid "WARNING: You called a Git command named '%s', which does not exist."
1798msgstr ""
1799
1800#: help.c:363
1801#, c-format
1802msgid "Continuing under the assumption that you meant '%s'."
1803msgstr ""
1804
1805#: help.c:368
1806#, c-format
1807msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1808msgstr ""
1809
1810#: help.c:376
1811#, c-format
1812msgid "git: '%s' is not a git command. See 'git --help'."
1813msgstr ""
1814
1815#: help.c:380
1816msgid ""
1817"\n"
1818"The most similar command is"
1819msgid_plural ""
1820"\n"
1821"The most similar commands are"
1822msgstr[0] ""
1823msgstr[1] ""
1824
1825#: help.c:395
1826msgid "git version [<options>]"
1827msgstr ""
1828
1829#: help.c:456
1830#, c-format
1831msgid "%s: %s - %s"
1832msgstr ""
1833
1834#: help.c:460
1835msgid ""
1836"\n"
1837"Did you mean this?"
1838msgid_plural ""
1839"\n"
1840"Did you mean one of these?"
1841msgstr[0] ""
1842msgstr[1] ""
1843
1844#: ident.c:342
1845msgid ""
1846"\n"
1847"*** Please tell me who you are.\n"
1848"\n"
1849"Run\n"
1850"\n"
1851"  git config --global user.email \"you@example.com\"\n"
1852"  git config --global user.name \"Your Name\"\n"
1853"\n"
1854"to set your account's default identity.\n"
1855"Omit --global to set the identity only in this repository.\n"
1856"\n"
1857msgstr ""
1858
1859#: ident.c:366
1860msgid "no email was given and auto-detection is disabled"
1861msgstr ""
1862
1863#: ident.c:371
1864#, c-format
1865msgid "unable to auto-detect email address (got '%s')"
1866msgstr ""
1867
1868#: ident.c:381
1869msgid "no name was given and auto-detection is disabled"
1870msgstr ""
1871
1872#: ident.c:387
1873#, c-format
1874msgid "unable to auto-detect name (got '%s')"
1875msgstr ""
1876
1877#: ident.c:395
1878#, c-format
1879msgid "empty ident name (for <%s>) not allowed"
1880msgstr ""
1881
1882#: ident.c:401
1883#, c-format
1884msgid "name consists only of disallowed characters: %s"
1885msgstr ""
1886
1887#: ident.c:416 builtin/commit.c:612
1888#, c-format
1889msgid "invalid date format: %s"
1890msgstr ""
1891
1892#: lockfile.c:152
1893#, c-format
1894msgid ""
1895"Unable to create '%s.lock': %s.\n"
1896"\n"
1897"Another git process seems to be running in this repository, e.g.\n"
1898"an editor opened by 'git commit'. Please make sure all processes\n"
1899"are terminated then try again. If it still fails, a git process\n"
1900"may have crashed in this repository earlier:\n"
1901"remove the file manually to continue."
1902msgstr ""
1903
1904#: lockfile.c:160
1905#, c-format
1906msgid "Unable to create '%s.lock': %s"
1907msgstr ""
1908
1909#: merge.c:41
1910msgid "failed to read the cache"
1911msgstr ""
1912
1913#: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
1914#: builtin/checkout.c:591 builtin/clone.c:753
1915msgid "unable to write new index file"
1916msgstr ""
1917
1918#: merge-recursive.c:210
1919msgid "(bad commit)\n"
1920msgstr ""
1921
1922#: merge-recursive.c:232 merge-recursive.c:240
1923#, c-format
1924msgid "addinfo_cache failed for path '%s'"
1925msgstr ""
1926
1927#: merge-recursive.c:304
1928msgid "error building trees"
1929msgstr ""
1930
1931#: merge-recursive.c:728
1932#, c-format
1933msgid "failed to create path '%s'%s"
1934msgstr ""
1935
1936#: merge-recursive.c:739
1937#, c-format
1938msgid "Removing %s to make room for subdirectory\n"
1939msgstr ""
1940
1941#: merge-recursive.c:753 merge-recursive.c:772
1942msgid ": perhaps a D/F conflict?"
1943msgstr ""
1944
1945#: merge-recursive.c:762
1946#, c-format
1947msgid "refusing to lose untracked file at '%s'"
1948msgstr ""
1949
1950#: merge-recursive.c:804 builtin/cat-file.c:36
1951#, c-format
1952msgid "cannot read object %s '%s'"
1953msgstr ""
1954
1955#: merge-recursive.c:806
1956#, c-format
1957msgid "blob expected for %s '%s'"
1958msgstr ""
1959
1960#: merge-recursive.c:830
1961#, c-format
1962msgid "failed to open '%s': %s"
1963msgstr ""
1964
1965#: merge-recursive.c:841
1966#, c-format
1967msgid "failed to symlink '%s': %s"
1968msgstr ""
1969
1970#: merge-recursive.c:846
1971#, c-format
1972msgid "do not know what to do with %06o %s '%s'"
1973msgstr ""
1974
1975#: merge-recursive.c:986
1976msgid "Failed to execute internal merge"
1977msgstr ""
1978
1979#: merge-recursive.c:990
1980#, c-format
1981msgid "Unable to add %s to database"
1982msgstr ""
1983
1984#: merge-recursive.c:1093
1985#, c-format
1986msgid ""
1987"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1988"in tree."
1989msgstr ""
1990
1991#: merge-recursive.c:1098
1992#, c-format
1993msgid ""
1994"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1995"left in tree."
1996msgstr ""
1997
1998#: merge-recursive.c:1105
1999#, c-format
2000msgid ""
2001"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2002"in tree at %s."
2003msgstr ""
2004
2005#: merge-recursive.c:1110
2006#, c-format
2007msgid ""
2008"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2009"left in tree at %s."
2010msgstr ""
2011
2012#: merge-recursive.c:1144
2013msgid "rename"
2014msgstr ""
2015
2016#: merge-recursive.c:1144
2017msgid "renamed"
2018msgstr ""
2019
2020#: merge-recursive.c:1201
2021#, c-format
2022msgid "%s is a directory in %s adding as %s instead"
2023msgstr ""
2024
2025#: merge-recursive.c:1226
2026#, c-format
2027msgid ""
2028"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2029"\"->\"%s\" in \"%s\"%s"
2030msgstr ""
2031
2032#: merge-recursive.c:1231
2033msgid " (left unresolved)"
2034msgstr ""
2035
2036#: merge-recursive.c:1293
2037#, c-format
2038msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2039msgstr ""
2040
2041#: merge-recursive.c:1326
2042#, c-format
2043msgid "Renaming %s to %s and %s to %s instead"
2044msgstr ""
2045
2046#: merge-recursive.c:1529
2047#, c-format
2048msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2049msgstr ""
2050
2051#: merge-recursive.c:1544
2052#, c-format
2053msgid "Adding merged %s"
2054msgstr ""
2055
2056#: merge-recursive.c:1551 merge-recursive.c:1781
2057#, c-format
2058msgid "Adding as %s instead"
2059msgstr ""
2060
2061#: merge-recursive.c:1608
2062#, c-format
2063msgid "cannot read object %s"
2064msgstr ""
2065
2066#: merge-recursive.c:1611
2067#, c-format
2068msgid "object %s is not a blob"
2069msgstr ""
2070
2071#: merge-recursive.c:1680
2072msgid "modify"
2073msgstr ""
2074
2075#: merge-recursive.c:1680
2076msgid "modified"
2077msgstr ""
2078
2079#: merge-recursive.c:1690
2080msgid "content"
2081msgstr ""
2082
2083#: merge-recursive.c:1697
2084msgid "add/add"
2085msgstr ""
2086
2087#: merge-recursive.c:1733
2088#, c-format
2089msgid "Skipped %s (merged same as existing)"
2090msgstr ""
2091
2092#: merge-recursive.c:1747
2093#, c-format
2094msgid "Auto-merging %s"
2095msgstr ""
2096
2097#: merge-recursive.c:1751 git-submodule.sh:945
2098msgid "submodule"
2099msgstr ""
2100
2101#: merge-recursive.c:1752
2102#, c-format
2103msgid "CONFLICT (%s): Merge conflict in %s"
2104msgstr ""
2105
2106#: merge-recursive.c:1846
2107#, c-format
2108msgid "Removing %s"
2109msgstr ""
2110
2111#: merge-recursive.c:1872
2112msgid "file/directory"
2113msgstr ""
2114
2115#: merge-recursive.c:1878
2116msgid "directory/file"
2117msgstr ""
2118
2119#: merge-recursive.c:1884
2120#, c-format
2121msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2122msgstr ""
2123
2124#: merge-recursive.c:1893
2125#, c-format
2126msgid "Adding %s"
2127msgstr ""
2128
2129#: merge-recursive.c:1930
2130msgid "Already up-to-date!"
2131msgstr ""
2132
2133#: merge-recursive.c:1939
2134#, c-format
2135msgid "merging of trees %s and %s failed"
2136msgstr ""
2137
2138#: merge-recursive.c:2022
2139msgid "Merging:"
2140msgstr ""
2141
2142#: merge-recursive.c:2035
2143#, c-format
2144msgid "found %u common ancestor:"
2145msgid_plural "found %u common ancestors:"
2146msgstr[0] ""
2147msgstr[1] ""
2148
2149#: merge-recursive.c:2074
2150msgid "merge returned no commit"
2151msgstr ""
2152
2153#: merge-recursive.c:2137
2154#, c-format
2155msgid "Could not parse object '%s'"
2156msgstr ""
2157
2158#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2159msgid "Unable to write index."
2160msgstr ""
2161
2162#: notes-merge.c:273
2163#, c-format
2164msgid ""
2165"You have not concluded your previous notes merge (%s exists).\n"
2166"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2167"commit/abort the previous merge before you start a new notes merge."
2168msgstr ""
2169
2170#: notes-merge.c:280
2171#, c-format
2172msgid "You have not concluded your notes merge (%s exists)."
2173msgstr ""
2174
2175#: notes-utils.c:42
2176msgid "Cannot commit uninitialized/unreferenced notes tree"
2177msgstr ""
2178
2179#: notes-utils.c:101
2180#, c-format
2181msgid "Bad notes.rewriteMode value: '%s'"
2182msgstr ""
2183
2184#: notes-utils.c:111
2185#, c-format
2186msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2187msgstr ""
2188
2189#. TRANSLATORS: The first %s is the name of
2190#. the environment variable, the second %s is
2191#. its value.
2192#.
2193#: notes-utils.c:141
2194#, c-format
2195msgid "Bad %s value: '%s'"
2196msgstr ""
2197
2198#: object.c:240
2199#, c-format
2200msgid "unable to parse object: %s"
2201msgstr ""
2202
2203#: parse-options.c:573
2204msgid "..."
2205msgstr ""
2206
2207#: parse-options.c:591
2208#, c-format
2209msgid "usage: %s"
2210msgstr ""
2211
2212#. TRANSLATORS: the colon here should align with the
2213#. one in "usage: %s" translation.
2214#.
2215#: parse-options.c:597
2216#, c-format
2217msgid "   or: %s"
2218msgstr ""
2219
2220#: parse-options.c:600
2221#, c-format
2222msgid "    %s"
2223msgstr ""
2224
2225#: parse-options.c:634
2226msgid "-NUM"
2227msgstr ""
2228
2229#: parse-options-cb.c:108
2230#, c-format
2231msgid "malformed object name '%s'"
2232msgstr ""
2233
2234#: path.c:890
2235#, c-format
2236msgid "Could not make %s writable by group"
2237msgstr ""
2238
2239#: pathspec.c:129
2240msgid "Escape character '\\' not allowed as last character in attr value"
2241msgstr ""
2242
2243#: pathspec.c:147
2244msgid "Only one 'attr:' specification is allowed."
2245msgstr ""
2246
2247#: pathspec.c:150
2248msgid "attr spec must not be empty"
2249msgstr ""
2250
2251#: pathspec.c:193
2252#, c-format
2253msgid "invalid attribute name %s"
2254msgstr ""
2255
2256#: pathspec.c:258
2257msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2258msgstr ""
2259
2260#: pathspec.c:265
2261msgid ""
2262"global 'literal' pathspec setting is incompatible with all other global "
2263"pathspec settings"
2264msgstr ""
2265
2266#: pathspec.c:305
2267msgid "invalid parameter for pathspec magic 'prefix'"
2268msgstr ""
2269
2270#: pathspec.c:326
2271#, c-format
2272msgid "Invalid pathspec magic '%.*s' in '%s'"
2273msgstr ""
2274
2275#: pathspec.c:331
2276#, c-format
2277msgid "Missing ')' at the end of pathspec magic in '%s'"
2278msgstr ""
2279
2280#: pathspec.c:369
2281#, c-format
2282msgid "Unimplemented pathspec magic '%c' in '%s'"
2283msgstr ""
2284
2285#: pathspec.c:428
2286#, c-format
2287msgid "%s: 'literal' and 'glob' are incompatible"
2288msgstr ""
2289
2290#: pathspec.c:441
2291#, c-format
2292msgid "%s: '%s' is outside repository"
2293msgstr ""
2294
2295#: pathspec.c:515
2296#, c-format
2297msgid "'%s' (mnemonic: '%c')"
2298msgstr ""
2299
2300#: pathspec.c:525
2301#, c-format
2302msgid "%s: pathspec magic not supported by this command: %s"
2303msgstr ""
2304
2305#: pathspec.c:575
2306msgid ""
2307"empty strings as pathspecs will be made invalid in upcoming releases. please "
2308"use . instead if you meant to match all paths"
2309msgstr ""
2310
2311#: pathspec.c:599
2312#, c-format
2313msgid "pathspec '%s' is beyond a symbolic link"
2314msgstr ""
2315
2316#: pretty.c:963
2317msgid "unable to parse --pretty format"
2318msgstr ""
2319
2320#: read-cache.c:1443
2321#, c-format
2322msgid ""
2323"index.version set, but the value is invalid.\n"
2324"Using version %i"
2325msgstr ""
2326
2327#: read-cache.c:1453
2328#, c-format
2329msgid ""
2330"GIT_INDEX_VERSION set, but the value is invalid.\n"
2331"Using version %i"
2332msgstr ""
2333
2334#: read-cache.c:2308 builtin/merge.c:1019
2335#, c-format
2336msgid "could not close '%s'"
2337msgstr ""
2338
2339#: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2340#, c-format
2341msgid "could not stat '%s'"
2342msgstr ""
2343
2344#: read-cache.c:2396
2345#, c-format
2346msgid "unable to open git dir: %s"
2347msgstr ""
2348
2349#: read-cache.c:2408
2350#, c-format
2351msgid "unable to unlink: %s"
2352msgstr ""
2353
2354#: refs.c:622
2355#, c-format
2356msgid "Could not open '%s' for writing"
2357msgstr ""
2358
2359#: refs.c:1769
2360msgid "ref updates forbidden inside quarantine environment"
2361msgstr ""
2362
2363#: refs/files-backend.c:1664
2364#, c-format
2365msgid "could not delete reference %s: %s"
2366msgstr ""
2367
2368#: refs/files-backend.c:1667
2369#, c-format
2370msgid "could not delete references: %s"
2371msgstr ""
2372
2373#: refs/files-backend.c:1676
2374#, c-format
2375msgid "could not remove reference %s"
2376msgstr ""
2377
2378#: ref-filter.c:35 wt-status.c:1811
2379msgid "gone"
2380msgstr ""
2381
2382#: ref-filter.c:36
2383#, c-format
2384msgid "ahead %d"
2385msgstr ""
2386
2387#: ref-filter.c:37
2388#, c-format
2389msgid "behind %d"
2390msgstr ""
2391
2392#: ref-filter.c:38
2393#, c-format
2394msgid "ahead %d, behind %d"
2395msgstr ""
2396
2397#: ref-filter.c:105
2398#, c-format
2399msgid "expected format: %%(color:<color>)"
2400msgstr ""
2401
2402#: ref-filter.c:107
2403#, c-format
2404msgid "unrecognized color: %%(color:%s)"
2405msgstr ""
2406
2407#: ref-filter.c:121
2408#, c-format
2409msgid "Integer value expected refname:lstrip=%s"
2410msgstr ""
2411
2412#: ref-filter.c:125
2413#, c-format
2414msgid "Integer value expected refname:rstrip=%s"
2415msgstr ""
2416
2417#: ref-filter.c:127
2418#, c-format
2419msgid "unrecognized %%(%s) argument: %s"
2420msgstr ""
2421
2422#: ref-filter.c:167
2423#, c-format
2424msgid "%%(body) does not take arguments"
2425msgstr ""
2426
2427#: ref-filter.c:174
2428#, c-format
2429msgid "%%(subject) does not take arguments"
2430msgstr ""
2431
2432#: ref-filter.c:181
2433#, c-format
2434msgid "%%(trailers) does not take arguments"
2435msgstr ""
2436
2437#: ref-filter.c:200
2438#, c-format
2439msgid "positive value expected contents:lines=%s"
2440msgstr ""
2441
2442#: ref-filter.c:202
2443#, c-format
2444msgid "unrecognized %%(contents) argument: %s"
2445msgstr ""
2446
2447#: ref-filter.c:215
2448#, c-format
2449msgid "positive value expected objectname:short=%s"
2450msgstr ""
2451
2452#: ref-filter.c:219
2453#, c-format
2454msgid "unrecognized %%(objectname) argument: %s"
2455msgstr ""
2456
2457#: ref-filter.c:246
2458#, c-format
2459msgid "expected format: %%(align:<width>,<position>)"
2460msgstr ""
2461
2462#: ref-filter.c:258
2463#, c-format
2464msgid "unrecognized position:%s"
2465msgstr ""
2466
2467#: ref-filter.c:262
2468#, c-format
2469msgid "unrecognized width:%s"
2470msgstr ""
2471
2472#: ref-filter.c:268
2473#, c-format
2474msgid "unrecognized %%(align) argument: %s"
2475msgstr ""
2476
2477#: ref-filter.c:272
2478#, c-format
2479msgid "positive width expected with the %%(align) atom"
2480msgstr ""
2481
2482#: ref-filter.c:287
2483#, c-format
2484msgid "unrecognized %%(if) argument: %s"
2485msgstr ""
2486
2487#: ref-filter.c:378
2488#, c-format
2489msgid "malformed field name: %.*s"
2490msgstr ""
2491
2492#: ref-filter.c:404
2493#, c-format
2494msgid "unknown field name: %.*s"
2495msgstr ""
2496
2497#: ref-filter.c:508
2498#, c-format
2499msgid "format: %%(if) atom used without a %%(then) atom"
2500msgstr ""
2501
2502#: ref-filter.c:568
2503#, c-format
2504msgid "format: %%(then) atom used without an %%(if) atom"
2505msgstr ""
2506
2507#: ref-filter.c:570
2508#, c-format
2509msgid "format: %%(then) atom used more than once"
2510msgstr ""
2511
2512#: ref-filter.c:572
2513#, c-format
2514msgid "format: %%(then) atom used after %%(else)"
2515msgstr ""
2516
2517#: ref-filter.c:598
2518#, c-format
2519msgid "format: %%(else) atom used without an %%(if) atom"
2520msgstr ""
2521
2522#: ref-filter.c:600
2523#, c-format
2524msgid "format: %%(else) atom used without a %%(then) atom"
2525msgstr ""
2526
2527#: ref-filter.c:602
2528#, c-format
2529msgid "format: %%(else) atom used more than once"
2530msgstr ""
2531
2532#: ref-filter.c:615
2533#, c-format
2534msgid "format: %%(end) atom used without corresponding atom"
2535msgstr ""
2536
2537#: ref-filter.c:670
2538#, c-format
2539msgid "malformed format string %s"
2540msgstr ""
2541
2542#: ref-filter.c:1254
2543#, c-format
2544msgid "(no branch, rebasing %s)"
2545msgstr ""
2546
2547#: ref-filter.c:1257
2548#, c-format
2549msgid "(no branch, bisect started on %s)"
2550msgstr ""
2551
2552#. TRANSLATORS: make sure this matches "HEAD
2553#. detached at " in wt-status.c
2554#.
2555#: ref-filter.c:1265
2556#, c-format
2557msgid "(HEAD detached at %s)"
2558msgstr ""
2559
2560#. TRANSLATORS: make sure this matches "HEAD
2561#. detached from " in wt-status.c
2562#.
2563#: ref-filter.c:1272
2564#, c-format
2565msgid "(HEAD detached from %s)"
2566msgstr ""
2567
2568#: ref-filter.c:1276
2569msgid "(no branch)"
2570msgstr ""
2571
2572#: ref-filter.c:1426 ref-filter.c:1457
2573#, c-format
2574msgid "missing object %s for %s"
2575msgstr ""
2576
2577#: ref-filter.c:1429 ref-filter.c:1460
2578#, c-format
2579msgid "parse_object_buffer failed on %s for %s"
2580msgstr ""
2581
2582#: ref-filter.c:1760
2583#, c-format
2584msgid "malformed object at '%s'"
2585msgstr ""
2586
2587#: ref-filter.c:1827
2588#, c-format
2589msgid "ignoring ref with broken name %s"
2590msgstr ""
2591
2592#: ref-filter.c:1832
2593#, c-format
2594msgid "ignoring broken ref %s"
2595msgstr ""
2596
2597#: ref-filter.c:2095
2598#, c-format
2599msgid "format: %%(end) atom missing"
2600msgstr ""
2601
2602#: ref-filter.c:2176
2603#, c-format
2604msgid "malformed object name %s"
2605msgstr ""
2606
2607#: remote.c:747
2608#, c-format
2609msgid "Cannot fetch both %s and %s to %s"
2610msgstr ""
2611
2612#: remote.c:751
2613#, c-format
2614msgid "%s usually tracks %s, not %s"
2615msgstr ""
2616
2617#: remote.c:755
2618#, c-format
2619msgid "%s tracks both %s and %s"
2620msgstr ""
2621
2622#: remote.c:763
2623msgid "Internal error"
2624msgstr ""
2625
2626#: remote.c:1680 remote.c:1782
2627msgid "HEAD does not point to a branch"
2628msgstr ""
2629
2630#: remote.c:1689
2631#, c-format
2632msgid "no such branch: '%s'"
2633msgstr ""
2634
2635#: remote.c:1692
2636#, c-format
2637msgid "no upstream configured for branch '%s'"
2638msgstr ""
2639
2640#: remote.c:1698
2641#, c-format
2642msgid "upstream branch '%s' not stored as a remote-tracking branch"
2643msgstr ""
2644
2645#: remote.c:1713
2646#, c-format
2647msgid "push destination '%s' on remote '%s' has no local tracking branch"
2648msgstr ""
2649
2650#: remote.c:1725
2651#, c-format
2652msgid "branch '%s' has no remote for pushing"
2653msgstr ""
2654
2655#: remote.c:1736
2656#, c-format
2657msgid "push refspecs for '%s' do not include '%s'"
2658msgstr ""
2659
2660#: remote.c:1749
2661msgid "push has no destination (push.default is 'nothing')"
2662msgstr ""
2663
2664#: remote.c:1771
2665msgid "cannot resolve 'simple' push to a single destination"
2666msgstr ""
2667
2668#: remote.c:2076
2669#, c-format
2670msgid "Your branch is based on '%s', but the upstream is gone.\n"
2671msgstr ""
2672
2673#: remote.c:2080
2674msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2675msgstr ""
2676
2677#: remote.c:2083
2678#, c-format
2679msgid "Your branch is up-to-date with '%s'.\n"
2680msgstr ""
2681
2682#: remote.c:2087
2683#, c-format
2684msgid "Your branch is ahead of '%s' by %d commit.\n"
2685msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2686msgstr[0] ""
2687msgstr[1] ""
2688
2689#: remote.c:2093
2690msgid "  (use \"git push\" to publish your local commits)\n"
2691msgstr ""
2692
2693#: remote.c:2096
2694#, c-format
2695msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2696msgid_plural ""
2697"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2698msgstr[0] ""
2699msgstr[1] ""
2700
2701#: remote.c:2104
2702msgid "  (use \"git pull\" to update your local branch)\n"
2703msgstr ""
2704
2705#: remote.c:2107
2706#, c-format
2707msgid ""
2708"Your branch and '%s' have diverged,\n"
2709"and have %d and %d different commit each, respectively.\n"
2710msgid_plural ""
2711"Your branch and '%s' have diverged,\n"
2712"and have %d and %d different commits each, respectively.\n"
2713msgstr[0] ""
2714msgstr[1] ""
2715
2716#: remote.c:2117
2717msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2718msgstr ""
2719
2720#: revision.c:2187
2721msgid "your current branch appears to be broken"
2722msgstr ""
2723
2724#: revision.c:2190
2725#, c-format
2726msgid "your current branch '%s' does not have any commits yet"
2727msgstr ""
2728
2729#: revision.c:2384
2730msgid "--first-parent is incompatible with --bisect"
2731msgstr ""
2732
2733#: run-command.c:644
2734msgid "open /dev/null failed"
2735msgstr ""
2736
2737#: send-pack.c:151
2738#, c-format
2739msgid "unable to parse remote unpack status: %s"
2740msgstr ""
2741
2742#: send-pack.c:153
2743#, c-format
2744msgid "remote unpack failed: %s"
2745msgstr ""
2746
2747#: send-pack.c:316
2748msgid "failed to sign the push certificate"
2749msgstr ""
2750
2751#: send-pack.c:429
2752msgid "the receiving end does not support --signed push"
2753msgstr ""
2754
2755#: send-pack.c:431
2756msgid ""
2757"not sending a push certificate since the receiving end does not support --"
2758"signed push"
2759msgstr ""
2760
2761#: send-pack.c:443
2762msgid "the receiving end does not support --atomic push"
2763msgstr ""
2764
2765#: send-pack.c:448
2766msgid "the receiving end does not support push options"
2767msgstr ""
2768
2769#: sequencer.c:216
2770msgid "revert"
2771msgstr ""
2772
2773#: sequencer.c:218
2774msgid "cherry-pick"
2775msgstr ""
2776
2777#: sequencer.c:220
2778msgid "rebase -i"
2779msgstr ""
2780
2781#: sequencer.c:222
2782#, c-format
2783msgid "Unknown action: %d"
2784msgstr ""
2785
2786#: sequencer.c:279
2787msgid ""
2788"after resolving the conflicts, mark the corrected paths\n"
2789"with 'git add <paths>' or 'git rm <paths>'"
2790msgstr ""
2791
2792#: sequencer.c:282
2793msgid ""
2794"after resolving the conflicts, mark the corrected paths\n"
2795"with 'git add <paths>' or 'git rm <paths>'\n"
2796"and commit the result with 'git commit'"
2797msgstr ""
2798
2799#: sequencer.c:295 sequencer.c:1685
2800#, c-format
2801msgid "could not lock '%s'"
2802msgstr ""
2803
2804#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2805#, c-format
2806msgid "could not write to '%s'"
2807msgstr ""
2808
2809#: sequencer.c:302
2810#, c-format
2811msgid "could not write eol to '%s'"
2812msgstr ""
2813
2814#: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2815#, c-format
2816msgid "failed to finalize '%s'."
2817msgstr ""
2818
2819#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
2820#: builtin/commit.c:750 builtin/merge.c:1017
2821#, c-format
2822msgid "could not read '%s'"
2823msgstr ""
2824
2825#: sequencer.c:356
2826#, c-format
2827msgid "your local changes would be overwritten by %s."
2828msgstr ""
2829
2830#: sequencer.c:360
2831msgid "commit your changes or stash them to proceed."
2832msgstr ""
2833
2834#: sequencer.c:389
2835#, c-format
2836msgid "%s: fast-forward"
2837msgstr ""
2838
2839#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2840#. "rebase -i".
2841#.
2842#: sequencer.c:472
2843#, c-format
2844msgid "%s: Unable to write new index file"
2845msgstr ""
2846
2847#: sequencer.c:491
2848msgid "could not resolve HEAD commit\n"
2849msgstr ""
2850
2851#: sequencer.c:511
2852msgid "unable to update cache tree\n"
2853msgstr ""
2854
2855#: sequencer.c:595
2856#, c-format
2857msgid ""
2858"you have staged changes in your working tree\n"
2859"If these changes are meant to be squashed into the previous commit, run:\n"
2860"\n"
2861"  git commit --amend %s\n"
2862"\n"
2863"If they are meant to go into a new commit, run:\n"
2864"\n"
2865"  git commit %s\n"
2866"\n"
2867"In both cases, once you're done, continue with:\n"
2868"\n"
2869"  git rebase --continue\n"
2870msgstr ""
2871
2872#: sequencer.c:697
2873#, c-format
2874msgid "could not parse commit %s\n"
2875msgstr ""
2876
2877#: sequencer.c:702
2878#, c-format
2879msgid "could not parse parent commit %s\n"
2880msgstr ""
2881
2882#: sequencer.c:824
2883#, c-format
2884msgid ""
2885"unexpected 1st line of squash message:\n"
2886"\n"
2887"\t%.*s"
2888msgstr ""
2889
2890#: sequencer.c:830
2891#, c-format
2892msgid ""
2893"invalid 1st line of squash message:\n"
2894"\n"
2895"\t%.*s"
2896msgstr ""
2897
2898#: sequencer.c:836 sequencer.c:861
2899#, c-format
2900msgid "This is a combination of %d commits."
2901msgstr ""
2902
2903#: sequencer.c:845
2904msgid "need a HEAD to fixup"
2905msgstr ""
2906
2907#: sequencer.c:847
2908msgid "could not read HEAD"
2909msgstr ""
2910
2911#: sequencer.c:849
2912msgid "could not read HEAD's commit message"
2913msgstr ""
2914
2915#: sequencer.c:855
2916#, c-format
2917msgid "cannot write '%s'"
2918msgstr ""
2919
2920#: sequencer.c:864 git-rebase--interactive.sh:445
2921msgid "This is the 1st commit message:"
2922msgstr ""
2923
2924#: sequencer.c:872
2925#, c-format
2926msgid "could not read commit message of %s"
2927msgstr ""
2928
2929#: sequencer.c:879
2930#, c-format
2931msgid "This is the commit message #%d:"
2932msgstr ""
2933
2934#: sequencer.c:884
2935#, c-format
2936msgid "The commit message #%d will be skipped:"
2937msgstr ""
2938
2939#: sequencer.c:889
2940#, c-format
2941msgid "unknown command: %d"
2942msgstr ""
2943
2944#: sequencer.c:955
2945msgid "your index file is unmerged."
2946msgstr ""
2947
2948#: sequencer.c:973
2949#, c-format
2950msgid "commit %s is a merge but no -m option was given."
2951msgstr ""
2952
2953#: sequencer.c:981
2954#, c-format
2955msgid "commit %s does not have parent %d"
2956msgstr ""
2957
2958#: sequencer.c:985
2959#, c-format
2960msgid "mainline was specified but commit %s is not a merge."
2961msgstr ""
2962
2963#: sequencer.c:991
2964#, c-format
2965msgid "cannot get commit message for %s"
2966msgstr ""
2967
2968#. TRANSLATORS: The first %s will be a "todo" command like
2969#. "revert" or "pick", the second %s a SHA1.
2970#: sequencer.c:1012
2971#, c-format
2972msgid "%s: cannot parse parent commit %s"
2973msgstr ""
2974
2975#: sequencer.c:1075 sequencer.c:1830
2976#, c-format
2977msgid "could not rename '%s' to '%s'"
2978msgstr ""
2979
2980#: sequencer.c:1126
2981#, c-format
2982msgid "could not revert %s... %s"
2983msgstr ""
2984
2985#: sequencer.c:1127
2986#, c-format
2987msgid "could not apply %s... %s"
2988msgstr ""
2989
2990#: sequencer.c:1169
2991msgid "empty commit set passed"
2992msgstr ""
2993
2994#: sequencer.c:1179
2995#, c-format
2996msgid "git %s: failed to read the index"
2997msgstr ""
2998
2999#: sequencer.c:1186
3000#, c-format
3001msgid "git %s: failed to refresh the index"
3002msgstr ""
3003
3004#: sequencer.c:1306
3005#, c-format
3006msgid "invalid line %d: %.*s"
3007msgstr ""
3008
3009#: sequencer.c:1314
3010#, c-format
3011msgid "cannot '%s' without a previous commit"
3012msgstr ""
3013
3014#: sequencer.c:1347
3015#, c-format
3016msgid "could not read '%s'."
3017msgstr ""
3018
3019#: sequencer.c:1359
3020msgid "please fix this using 'git rebase --edit-todo'."
3021msgstr ""
3022
3023#: sequencer.c:1361
3024#, c-format
3025msgid "unusable instruction sheet: '%s'"
3026msgstr ""
3027
3028#: sequencer.c:1366
3029msgid "no commits parsed."
3030msgstr ""
3031
3032#: sequencer.c:1377
3033msgid "cannot cherry-pick during a revert."
3034msgstr ""
3035
3036#: sequencer.c:1379
3037msgid "cannot revert during a cherry-pick."
3038msgstr ""
3039
3040#: sequencer.c:1442
3041#, c-format
3042msgid "invalid key: %s"
3043msgstr ""
3044
3045#: sequencer.c:1445
3046#, c-format
3047msgid "invalid value for %s: %s"
3048msgstr ""
3049
3050#: sequencer.c:1502
3051#, c-format
3052msgid "malformed options sheet: '%s'"
3053msgstr ""
3054
3055#: sequencer.c:1540
3056msgid "a cherry-pick or revert is already in progress"
3057msgstr ""
3058
3059#: sequencer.c:1541
3060msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3061msgstr ""
3062
3063#: sequencer.c:1544
3064#, c-format
3065msgid "could not create sequencer directory '%s'"
3066msgstr ""
3067
3068#: sequencer.c:1558
3069msgid "could not lock HEAD"
3070msgstr ""
3071
3072#: sequencer.c:1614 sequencer.c:2188
3073msgid "no cherry-pick or revert in progress"
3074msgstr ""
3075
3076#: sequencer.c:1616
3077msgid "cannot resolve HEAD"
3078msgstr ""
3079
3080#: sequencer.c:1618 sequencer.c:1652
3081msgid "cannot abort from a branch yet to be born"
3082msgstr ""
3083
3084#: sequencer.c:1638 builtin/grep.c:929
3085#, c-format
3086msgid "cannot open '%s'"
3087msgstr ""
3088
3089#: sequencer.c:1640
3090#, c-format
3091msgid "cannot read '%s': %s"
3092msgstr ""
3093
3094#: sequencer.c:1641
3095msgid "unexpected end of file"
3096msgstr ""
3097
3098#: sequencer.c:1647
3099#, c-format
3100msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3101msgstr ""
3102
3103#: sequencer.c:1658
3104msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3105msgstr ""
3106
3107#: sequencer.c:1795 sequencer.c:2086
3108msgid "cannot read HEAD"
3109msgstr ""
3110
3111#: sequencer.c:1835 builtin/difftool.c:633
3112#, c-format
3113msgid "could not copy '%s' to '%s'"
3114msgstr ""
3115
3116#: sequencer.c:1851
3117msgid "could not read index"
3118msgstr ""
3119
3120#: sequencer.c:1856
3121#, c-format
3122msgid ""
3123"execution failed: %s\n"
3124"%sYou can fix the problem, and then run\n"
3125"\n"
3126"  git rebase --continue\n"
3127"\n"
3128msgstr ""
3129
3130#: sequencer.c:1862
3131msgid "and made changes to the index and/or the working tree\n"
3132msgstr ""
3133
3134#: sequencer.c:1868
3135#, c-format
3136msgid ""
3137"execution succeeded: %s\n"
3138"but left changes to the index and/or the working tree\n"
3139"Commit or stash your changes, and then run\n"
3140"\n"
3141"  git rebase --continue\n"
3142"\n"
3143msgstr ""
3144
3145#: sequencer.c:1925
3146#, c-format
3147msgid "Applied autostash.\n"
3148msgstr ""
3149
3150#: sequencer.c:1937
3151#, c-format
3152msgid "cannot store %s"
3153msgstr ""
3154
3155#: sequencer.c:1940 git-rebase.sh:173
3156#, c-format
3157msgid ""
3158"Applying autostash resulted in conflicts.\n"
3159"Your changes are safe in the stash.\n"
3160"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3161msgstr ""
3162
3163#: sequencer.c:2022
3164#, c-format
3165msgid "Stopped at %s...  %.*s\n"
3166msgstr ""
3167
3168#: sequencer.c:2064
3169#, c-format
3170msgid "unknown command %d"
3171msgstr ""
3172
3173#: sequencer.c:2094
3174msgid "could not read orig-head"
3175msgstr ""
3176
3177#: sequencer.c:2099
3178msgid "could not read 'onto'"
3179msgstr ""
3180
3181#: sequencer.c:2106
3182#, c-format
3183msgid "could not update %s"
3184msgstr ""
3185
3186#: sequencer.c:2113
3187#, c-format
3188msgid "could not update HEAD to %s"
3189msgstr ""
3190
3191#: sequencer.c:2197
3192msgid "cannot rebase: You have unstaged changes."
3193msgstr ""
3194
3195#: sequencer.c:2202
3196msgid "could not remove CHERRY_PICK_HEAD"
3197msgstr ""
3198
3199#: sequencer.c:2211
3200msgid "cannot amend non-existing commit"
3201msgstr ""
3202
3203#: sequencer.c:2213
3204#, c-format
3205msgid "invalid file: '%s'"
3206msgstr ""
3207
3208#: sequencer.c:2215
3209#, c-format
3210msgid "invalid contents: '%s'"
3211msgstr ""
3212
3213#: sequencer.c:2218
3214msgid ""
3215"\n"
3216"You have uncommitted changes in your working tree. Please, commit them\n"
3217"first and then run 'git rebase --continue' again."
3218msgstr ""
3219
3220#: sequencer.c:2228
3221msgid "could not commit staged changes."
3222msgstr ""
3223
3224#: sequencer.c:2308
3225#, c-format
3226msgid "%s: can't cherry-pick a %s"
3227msgstr ""
3228
3229#: sequencer.c:2312
3230#, c-format
3231msgid "%s: bad revision"
3232msgstr ""
3233
3234#: sequencer.c:2345
3235msgid "can't revert as initial commit"
3236msgstr ""
3237
3238#: setup.c:171
3239#, c-format
3240msgid ""
3241"%s: no such path in the working tree.\n"
3242"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3243msgstr ""
3244
3245#: setup.c:184
3246#, c-format
3247msgid ""
3248"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3249"Use '--' to separate paths from revisions, like this:\n"
3250"'git <command> [<revision>...] -- [<file>...]'"
3251msgstr ""
3252
3253#: setup.c:252
3254#, c-format
3255msgid ""
3256"ambiguous argument '%s': both revision and filename\n"
3257"Use '--' to separate paths from revisions, like this:\n"
3258"'git <command> [<revision>...] -- [<file>...]'"
3259msgstr ""
3260
3261#: setup.c:504
3262#, c-format
3263msgid "Expected git repo version <= %d, found %d"
3264msgstr ""
3265
3266#: setup.c:512
3267msgid "unknown repository extensions found:"
3268msgstr ""
3269
3270#: setup.c:810
3271#, c-format
3272msgid "Not a git repository (or any of the parent directories): %s"
3273msgstr ""
3274
3275#: setup.c:812 builtin/index-pack.c:1652
3276msgid "Cannot come back to cwd"
3277msgstr ""
3278
3279#: setup.c:1050
3280msgid "Unable to read current working directory"
3281msgstr ""
3282
3283#: setup.c:1062 setup.c:1068
3284#, c-format
3285msgid "Cannot change to '%s'"
3286msgstr ""
3287
3288#: setup.c:1081
3289#, c-format
3290msgid ""
3291"Not a git repository (or any parent up to mount point %s)\n"
3292"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3293msgstr ""
3294
3295#: setup.c:1173
3296#, c-format
3297msgid ""
3298"Problem with core.sharedRepository filemode value (0%.3o).\n"
3299"The owner of files must always have read and write permissions."
3300msgstr ""
3301
3302#: sha1_file.c:560
3303#, c-format
3304msgid "path '%s' does not exist"
3305msgstr ""
3306
3307#: sha1_file.c:586
3308#, c-format
3309msgid "reference repository '%s' as a linked checkout is not supported yet."
3310msgstr ""
3311
3312#: sha1_file.c:592
3313#, c-format
3314msgid "reference repository '%s' is not a local repository."
3315msgstr ""
3316
3317#: sha1_file.c:598
3318#, c-format
3319msgid "reference repository '%s' is shallow"
3320msgstr ""
3321
3322#: sha1_file.c:606
3323#, c-format
3324msgid "reference repository '%s' is grafted"
3325msgstr ""
3326
3327#: sha1_file.c:1245
3328msgid "offset before end of packfile (broken .idx?)"
3329msgstr ""
3330
3331#: sha1_file.c:2729
3332#, c-format
3333msgid "offset before start of pack index for %s (corrupt index?)"
3334msgstr ""
3335
3336#: sha1_file.c:2733
3337#, c-format
3338msgid "offset beyond end of pack index for %s (truncated index?)"
3339msgstr ""
3340
3341#: sha1_name.c:419
3342#, c-format
3343msgid "short SHA1 %s is ambiguous"
3344msgstr ""
3345
3346#: sha1_name.c:430
3347msgid "The candidates are:"
3348msgstr ""
3349
3350#: sha1_name.c:589
3351msgid ""
3352"Git normally never creates a ref that ends with 40 hex characters\n"
3353"because it will be ignored when you just specify 40-hex. These refs\n"
3354"may be created by mistake. For example,\n"
3355"\n"
3356"  git checkout -b $br $(git rev-parse ...)\n"
3357"\n"
3358"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3359"examine these refs and maybe delete them. Turn this message off by\n"
3360"running \"git config advice.objectNameWarning false\""
3361msgstr ""
3362
3363#: submodule.c:70 submodule.c:104
3364msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3365msgstr ""
3366
3367#: submodule.c:74 submodule.c:108
3368#, c-format
3369msgid "Could not find section in .gitmodules where path=%s"
3370msgstr ""
3371
3372#: submodule.c:82
3373#, c-format
3374msgid "Could not update .gitmodules entry %s"
3375msgstr ""
3376
3377#: submodule.c:115
3378#, c-format
3379msgid "Could not remove .gitmodules entry for %s"
3380msgstr ""
3381
3382#: submodule.c:126
3383msgid "staging updated .gitmodules failed"
3384msgstr ""
3385
3386#: submodule.c:165
3387msgid "negative values not allowed for submodule.fetchJobs"
3388msgstr ""
3389
3390#: submodule.c:376
3391#, c-format
3392msgid "in unpopulated submodule '%s'"
3393msgstr ""
3394
3395#: submodule.c:407
3396#, c-format
3397msgid "Pathspec '%s' is in submodule '%.*s'"
3398msgstr ""
3399
3400#: submodule.c:1337
3401#, c-format
3402msgid "'%s' not recognized as a git repository"
3403msgstr ""
3404
3405#: submodule.c:1475
3406#, c-format
3407msgid "could not start 'git status' in submodule '%s'"
3408msgstr ""
3409
3410#: submodule.c:1488
3411#, c-format
3412msgid "could not run 'git status' in submodule '%s'"
3413msgstr ""
3414
3415#: submodule.c:1581
3416#, c-format
3417msgid "submodule '%s' has dirty index"
3418msgstr ""
3419
3420#: submodule.c:1845
3421#, c-format
3422msgid ""
3423"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3424msgstr ""
3425
3426#: submodule.c:1857 submodule.c:1913
3427#, c-format
3428msgid "could not lookup name for submodule '%s'"
3429msgstr ""
3430
3431#: submodule.c:1861 builtin/submodule--helper.c:678
3432#: builtin/submodule--helper.c:688
3433#, c-format
3434msgid "could not create directory '%s'"
3435msgstr ""
3436
3437#: submodule.c:1864
3438#, c-format
3439msgid ""
3440"Migrating git directory of '%s%s' from\n"
3441"'%s' to\n"
3442"'%s'\n"
3443msgstr ""
3444
3445#: submodule.c:1948
3446#, c-format
3447msgid "could not recurse into submodule '%s'"
3448msgstr ""
3449
3450#: submodule.c:1992
3451msgid "could not start ls-files in .."
3452msgstr ""
3453
3454#: submodule.c:2012
3455msgid "BUG: returned path string doesn't match cwd?"
3456msgstr ""
3457
3458#: submodule.c:2031
3459#, c-format
3460msgid "ls-tree returned unexpected return code %d"
3461msgstr ""
3462
3463#: submodule-config.c:420
3464#, c-format
3465msgid "invalid value for %s"
3466msgstr ""
3467
3468#: trailer.c:241
3469#, c-format
3470msgid "running trailer command '%s' failed"
3471msgstr ""
3472
3473#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3474#: trailer.c:544
3475#, c-format
3476msgid "unknown value '%s' for key '%s'"
3477msgstr ""
3478
3479#: trailer.c:526 trailer.c:531 builtin/remote.c:290
3480#, c-format
3481msgid "more than one %s"
3482msgstr ""
3483
3484#: trailer.c:703
3485#, c-format
3486msgid "empty trailer token in trailer '%.*s'"
3487msgstr ""
3488
3489#: trailer.c:723
3490#, c-format
3491msgid "could not read input file '%s'"
3492msgstr ""
3493
3494#: trailer.c:726
3495msgid "could not read from stdin"
3496msgstr ""
3497
3498#: trailer.c:950 builtin/am.c:45
3499#, c-format
3500msgid "could not stat %s"
3501msgstr ""
3502
3503#: trailer.c:952
3504#, c-format
3505msgid "file %s is not a regular file"
3506msgstr ""
3507
3508#: trailer.c:954
3509#, c-format
3510msgid "file %s is not writable by user"
3511msgstr ""
3512
3513#: trailer.c:966
3514msgid "could not open temporary file"
3515msgstr ""
3516
3517#: trailer.c:1002
3518#, c-format
3519msgid "could not rename temporary file to %s"
3520msgstr ""
3521
3522#: transport.c:63
3523#, c-format
3524msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3525msgstr ""
3526
3527#: transport.c:152
3528#, c-format
3529msgid "transport: invalid depth option '%s'"
3530msgstr ""
3531
3532#: transport.c:890
3533#, c-format
3534msgid ""
3535"The following submodule paths contain changes that can\n"
3536"not be found on any remote:\n"
3537msgstr ""
3538
3539#: transport.c:894
3540#, c-format
3541msgid ""
3542"\n"
3543"Please try\n"
3544"\n"
3545"\tgit push --recurse-submodules=on-demand\n"
3546"\n"
3547"or cd to the path and use\n"
3548"\n"
3549"\tgit push\n"
3550"\n"
3551"to push them to a remote.\n"
3552"\n"
3553msgstr ""
3554
3555#: transport.c:902
3556msgid "Aborting."
3557msgstr ""
3558
3559#: transport-helper.c:1071
3560#, c-format
3561msgid "Could not read ref %s"
3562msgstr ""
3563
3564#: tree-walk.c:31
3565msgid "too-short tree object"
3566msgstr ""
3567
3568#: tree-walk.c:37
3569msgid "malformed mode in tree entry"
3570msgstr ""
3571
3572#: tree-walk.c:41
3573msgid "empty filename in tree entry"
3574msgstr ""
3575
3576#: tree-walk.c:113
3577msgid "too-short tree file"
3578msgstr ""
3579
3580#: unpack-trees.c:105
3581#, c-format
3582msgid ""
3583"Your local changes to the following files would be overwritten by checkout:\n"
3584"%%sPlease commit your changes or stash them before you switch branches."
3585msgstr ""
3586
3587#: unpack-trees.c:107
3588#, c-format
3589msgid ""
3590"Your local changes to the following files would be overwritten by checkout:\n"
3591"%%s"
3592msgstr ""
3593
3594#: unpack-trees.c:110
3595#, c-format
3596msgid ""
3597"Your local changes to the following files would be overwritten by merge:\n"
3598"%%sPlease commit your changes or stash them before you merge."
3599msgstr ""
3600
3601#: unpack-trees.c:112
3602#, c-format
3603msgid ""
3604"Your local changes to the following files would be overwritten by merge:\n"
3605"%%s"
3606msgstr ""
3607
3608#: unpack-trees.c:115
3609#, c-format
3610msgid ""
3611"Your local changes to the following files would be overwritten by %s:\n"
3612"%%sPlease commit your changes or stash them before you %s."
3613msgstr ""
3614
3615#: unpack-trees.c:117
3616#, c-format
3617msgid ""
3618"Your local changes to the following files would be overwritten by %s:\n"
3619"%%s"
3620msgstr ""
3621
3622#: unpack-trees.c:122
3623#, c-format
3624msgid ""
3625"Updating the following directories would lose untracked files in them:\n"
3626"%s"
3627msgstr ""
3628
3629#: unpack-trees.c:126
3630#, c-format
3631msgid ""
3632"The following untracked working tree files would be removed by checkout:\n"
3633"%%sPlease move or remove them before you switch branches."
3634msgstr ""
3635
3636#: unpack-trees.c:128
3637#, c-format
3638msgid ""
3639"The following untracked working tree files would be removed by checkout:\n"
3640"%%s"
3641msgstr ""
3642
3643#: unpack-trees.c:131
3644#, c-format
3645msgid ""
3646"The following untracked working tree files would be removed by merge:\n"
3647"%%sPlease move or remove them before you merge."
3648msgstr ""
3649
3650#: unpack-trees.c:133
3651#, c-format
3652msgid ""
3653"The following untracked working tree files would be removed by merge:\n"
3654"%%s"
3655msgstr ""
3656
3657#: unpack-trees.c:136
3658#, c-format
3659msgid ""
3660"The following untracked working tree files would be removed by %s:\n"
3661"%%sPlease move or remove them before you %s."
3662msgstr ""
3663
3664#: unpack-trees.c:138
3665#, c-format
3666msgid ""
3667"The following untracked working tree files would be removed by %s:\n"
3668"%%s"
3669msgstr ""
3670
3671#: unpack-trees.c:143
3672#, c-format
3673msgid ""
3674"The following untracked working tree files would be overwritten by "
3675"checkout:\n"
3676"%%sPlease move or remove them before you switch branches."
3677msgstr ""
3678
3679#: unpack-trees.c:145
3680#, c-format
3681msgid ""
3682"The following untracked working tree files would be overwritten by "
3683"checkout:\n"
3684"%%s"
3685msgstr ""
3686
3687#: unpack-trees.c:148
3688#, c-format
3689msgid ""
3690"The following untracked working tree files would be overwritten by merge:\n"
3691"%%sPlease move or remove them before you merge."
3692msgstr ""
3693
3694#: unpack-trees.c:150
3695#, c-format
3696msgid ""
3697"The following untracked working tree files would be overwritten by merge:\n"
3698"%%s"
3699msgstr ""
3700
3701#: unpack-trees.c:153
3702#, c-format
3703msgid ""
3704"The following untracked working tree files would be overwritten by %s:\n"
3705"%%sPlease move or remove them before you %s."
3706msgstr ""
3707
3708#: unpack-trees.c:155
3709#, c-format
3710msgid ""
3711"The following untracked working tree files would be overwritten by %s:\n"
3712"%%s"
3713msgstr ""
3714
3715#: unpack-trees.c:162
3716#, c-format
3717msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3718msgstr ""
3719
3720#: unpack-trees.c:165
3721#, c-format
3722msgid ""
3723"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3724"%s"
3725msgstr ""
3726
3727#: unpack-trees.c:167
3728#, c-format
3729msgid ""
3730"The following working tree files would be overwritten by sparse checkout "
3731"update:\n"
3732"%s"
3733msgstr ""
3734
3735#: unpack-trees.c:169
3736#, c-format
3737msgid ""
3738"The following working tree files would be removed by sparse checkout "
3739"update:\n"
3740"%s"
3741msgstr ""
3742
3743#: unpack-trees.c:171
3744#, c-format
3745msgid ""
3746"Cannot update submodule:\n"
3747"%s"
3748msgstr ""
3749
3750#: unpack-trees.c:248
3751#, c-format
3752msgid "Aborting\n"
3753msgstr ""
3754
3755#: unpack-trees.c:277
3756#, c-format
3757msgid "submodule update strategy not supported for submodule '%s'"
3758msgstr ""
3759
3760#: unpack-trees.c:346
3761msgid "Checking out files"
3762msgstr ""
3763
3764#: urlmatch.c:163
3765msgid "invalid URL scheme name or missing '://' suffix"
3766msgstr ""
3767
3768#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3769#, c-format
3770msgid "invalid %XX escape sequence"
3771msgstr ""
3772
3773#: urlmatch.c:215
3774msgid "missing host and scheme is not 'file:'"
3775msgstr ""
3776
3777#: urlmatch.c:232
3778msgid "a 'file:' URL may not have a port number"
3779msgstr ""
3780
3781#: urlmatch.c:247
3782msgid "invalid characters in host name"
3783msgstr ""
3784
3785#: urlmatch.c:292 urlmatch.c:303
3786msgid "invalid port number"
3787msgstr ""
3788
3789#: urlmatch.c:371
3790msgid "invalid '..' path segment"
3791msgstr ""
3792
3793#: worktree.c:245
3794#, c-format
3795msgid "failed to read '%s'"
3796msgstr ""
3797
3798#: wrapper.c:223 wrapper.c:393
3799#, c-format
3800msgid "could not open '%s' for reading and writing"
3801msgstr ""
3802
3803#: wrapper.c:225 wrapper.c:395 builtin/am.c:766
3804#, c-format
3805msgid "could not open '%s' for writing"
3806msgstr ""
3807
3808#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
3809#: builtin/am.c:849 builtin/merge.c:1014
3810#, c-format
3811msgid "could not open '%s' for reading"
3812msgstr ""
3813
3814#: wrapper.c:424 wrapper.c:624
3815#, c-format
3816msgid "unable to access '%s'"
3817msgstr ""
3818
3819#: wrapper.c:632
3820msgid "unable to get current working directory"
3821msgstr ""
3822
3823#: wrapper.c:656
3824#, c-format
3825msgid "could not write to %s"
3826msgstr ""
3827
3828#: wrapper.c:658
3829#, c-format
3830msgid "could not close %s"
3831msgstr ""
3832
3833#: wt-status.c:152
3834msgid "Unmerged paths:"
3835msgstr ""
3836
3837#: wt-status.c:179 wt-status.c:206
3838#, c-format
3839msgid "  (use \"git reset %s <file>...\" to unstage)"
3840msgstr ""
3841
3842#: wt-status.c:181 wt-status.c:208
3843msgid "  (use \"git rm --cached <file>...\" to unstage)"
3844msgstr ""
3845
3846#: wt-status.c:185
3847msgid "  (use \"git add <file>...\" to mark resolution)"
3848msgstr ""
3849
3850#: wt-status.c:187 wt-status.c:191
3851msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3852msgstr ""
3853
3854#: wt-status.c:189
3855msgid "  (use \"git rm <file>...\" to mark resolution)"
3856msgstr ""
3857
3858#: wt-status.c:200 wt-status.c:981
3859msgid "Changes to be committed:"
3860msgstr ""
3861
3862#: wt-status.c:218 wt-status.c:990
3863msgid "Changes not staged for commit:"
3864msgstr ""
3865
3866#: wt-status.c:222
3867msgid "  (use \"git add <file>...\" to update what will be committed)"
3868msgstr ""
3869
3870#: wt-status.c:224
3871msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3872msgstr ""
3873
3874#: wt-status.c:225
3875msgid ""
3876"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3877msgstr ""
3878
3879#: wt-status.c:227
3880msgid "  (commit or discard the untracked or modified content in submodules)"
3881msgstr ""
3882
3883#: wt-status.c:239
3884#, c-format
3885msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3886msgstr ""
3887
3888#: wt-status.c:254
3889msgid "both deleted:"
3890msgstr ""
3891
3892#: wt-status.c:256
3893msgid "added by us:"
3894msgstr ""
3895
3896#: wt-status.c:258
3897msgid "deleted by them:"
3898msgstr ""
3899
3900#: wt-status.c:260
3901msgid "added by them:"
3902msgstr ""
3903
3904#: wt-status.c:262
3905msgid "deleted by us:"
3906msgstr ""
3907
3908#: wt-status.c:264
3909msgid "both added:"
3910msgstr ""
3911
3912#: wt-status.c:266
3913msgid "both modified:"
3914msgstr ""
3915
3916#: wt-status.c:276
3917msgid "new file:"
3918msgstr ""
3919
3920#: wt-status.c:278
3921msgid "copied:"
3922msgstr ""
3923
3924#: wt-status.c:280
3925msgid "deleted:"
3926msgstr ""
3927
3928#: wt-status.c:282
3929msgid "modified:"
3930msgstr ""
3931
3932#: wt-status.c:284
3933msgid "renamed:"
3934msgstr ""
3935
3936#: wt-status.c:286
3937msgid "typechange:"
3938msgstr ""
3939
3940#: wt-status.c:288
3941msgid "unknown:"
3942msgstr ""
3943
3944#: wt-status.c:290
3945msgid "unmerged:"
3946msgstr ""
3947
3948#: wt-status.c:372
3949msgid "new commits, "
3950msgstr ""
3951
3952#: wt-status.c:374
3953msgid "modified content, "
3954msgstr ""
3955
3956#: wt-status.c:376
3957msgid "untracked content, "
3958msgstr ""
3959
3960#: wt-status.c:821
3961#, c-format
3962msgid "Your stash currently has %d entry"
3963msgid_plural "Your stash currently has %d entries"
3964msgstr[0] ""
3965msgstr[1] ""
3966
3967#: wt-status.c:853
3968msgid "Submodules changed but not updated:"
3969msgstr ""
3970
3971#: wt-status.c:855
3972msgid "Submodule changes to be committed:"
3973msgstr ""
3974
3975#: wt-status.c:937
3976msgid ""
3977"Do not touch the line above.\n"
3978"Everything below will be removed."
3979msgstr ""
3980
3981#: wt-status.c:1049
3982msgid "You have unmerged paths."
3983msgstr ""
3984
3985#: wt-status.c:1052
3986msgid "  (fix conflicts and run \"git commit\")"
3987msgstr ""
3988
3989#: wt-status.c:1054
3990msgid "  (use \"git merge --abort\" to abort the merge)"
3991msgstr ""
3992
3993#: wt-status.c:1059
3994msgid "All conflicts fixed but you are still merging."
3995msgstr ""
3996
3997#: wt-status.c:1062
3998msgid "  (use \"git commit\" to conclude merge)"
3999msgstr ""
4000
4001#: wt-status.c:1072
4002msgid "You are in the middle of an am session."
4003msgstr ""
4004
4005#: wt-status.c:1075
4006msgid "The current patch is empty."
4007msgstr ""
4008
4009#: wt-status.c:1079
4010msgid "  (fix conflicts and then run \"git am --continue\")"
4011msgstr ""
4012
4013#: wt-status.c:1081
4014msgid "  (use \"git am --skip\" to skip this patch)"
4015msgstr ""
4016
4017#: wt-status.c:1083
4018msgid "  (use \"git am --abort\" to restore the original branch)"
4019msgstr ""
4020
4021#: wt-status.c:1214
4022msgid "git-rebase-todo is missing."
4023msgstr ""
4024
4025#: wt-status.c:1216
4026msgid "No commands done."
4027msgstr ""
4028
4029#: wt-status.c:1219
4030#, c-format
4031msgid "Last command done (%d command done):"
4032msgid_plural "Last commands done (%d commands done):"
4033msgstr[0] ""
4034msgstr[1] ""
4035
4036#: wt-status.c:1230
4037#, c-format
4038msgid "  (see more in file %s)"
4039msgstr ""
4040
4041#: wt-status.c:1235
4042msgid "No commands remaining."
4043msgstr ""
4044
4045#: wt-status.c:1238
4046#, c-format
4047msgid "Next command to do (%d remaining command):"
4048msgid_plural "Next commands to do (%d remaining commands):"
4049msgstr[0] ""
4050msgstr[1] ""
4051
4052#: wt-status.c:1246
4053msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4054msgstr ""
4055
4056#: wt-status.c:1259
4057#, c-format
4058msgid "You are currently rebasing branch '%s' on '%s'."
4059msgstr ""
4060
4061#: wt-status.c:1264
4062msgid "You are currently rebasing."
4063msgstr ""
4064
4065#: wt-status.c:1278
4066msgid "  (fix conflicts and then run \"git rebase --continue\")"
4067msgstr ""
4068
4069#: wt-status.c:1280
4070msgid "  (use \"git rebase --skip\" to skip this patch)"
4071msgstr ""
4072
4073#: wt-status.c:1282
4074msgid "  (use \"git rebase --abort\" to check out the original branch)"
4075msgstr ""
4076
4077#: wt-status.c:1288
4078msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4079msgstr ""
4080
4081#: wt-status.c:1292
4082#, c-format
4083msgid ""
4084"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4085msgstr ""
4086
4087#: wt-status.c:1297
4088msgid "You are currently splitting a commit during a rebase."
4089msgstr ""
4090
4091#: wt-status.c:1300
4092msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4093msgstr ""
4094
4095#: wt-status.c:1304
4096#, c-format
4097msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4098msgstr ""
4099
4100#: wt-status.c:1309
4101msgid "You are currently editing a commit during a rebase."
4102msgstr ""
4103
4104#: wt-status.c:1312
4105msgid "  (use \"git commit --amend\" to amend the current commit)"
4106msgstr ""
4107
4108#: wt-status.c:1314
4109msgid ""
4110"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4111msgstr ""
4112
4113#: wt-status.c:1324
4114#, c-format
4115msgid "You are currently cherry-picking commit %s."
4116msgstr ""
4117
4118#: wt-status.c:1329
4119msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4120msgstr ""
4121
4122#: wt-status.c:1332
4123msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4124msgstr ""
4125
4126#: wt-status.c:1334
4127msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4128msgstr ""
4129
4130#: wt-status.c:1343
4131#, c-format
4132msgid "You are currently reverting commit %s."
4133msgstr ""
4134
4135#: wt-status.c:1348
4136msgid "  (fix conflicts and run \"git revert --continue\")"
4137msgstr ""
4138
4139#: wt-status.c:1351
4140msgid "  (all conflicts fixed: run \"git revert --continue\")"
4141msgstr ""
4142
4143#: wt-status.c:1353
4144msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4145msgstr ""
4146
4147#: wt-status.c:1364
4148#, c-format
4149msgid "You are currently bisecting, started from branch '%s'."
4150msgstr ""
4151
4152#: wt-status.c:1368
4153msgid "You are currently bisecting."
4154msgstr ""
4155
4156#: wt-status.c:1371
4157msgid "  (use \"git bisect reset\" to get back to the original branch)"
4158msgstr ""
4159
4160#: wt-status.c:1568
4161msgid "On branch "
4162msgstr ""
4163
4164#: wt-status.c:1574
4165msgid "interactive rebase in progress; onto "
4166msgstr ""
4167
4168#: wt-status.c:1576
4169msgid "rebase in progress; onto "
4170msgstr ""
4171
4172#: wt-status.c:1581
4173msgid "HEAD detached at "
4174msgstr ""
4175
4176#: wt-status.c:1583
4177msgid "HEAD detached from "
4178msgstr ""
4179
4180#: wt-status.c:1586
4181msgid "Not currently on any branch."
4182msgstr ""
4183
4184#: wt-status.c:1606
4185msgid "Initial commit"
4186msgstr ""
4187
4188#: wt-status.c:1607
4189msgid "No commits yet"
4190msgstr ""
4191
4192#: wt-status.c:1621
4193msgid "Untracked files"
4194msgstr ""
4195
4196#: wt-status.c:1623
4197msgid "Ignored files"
4198msgstr ""
4199
4200#: wt-status.c:1627
4201#, c-format
4202msgid ""
4203"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4204"may speed it up, but you have to be careful not to forget to add\n"
4205"new files yourself (see 'git help status')."
4206msgstr ""
4207
4208#: wt-status.c:1633
4209#, c-format
4210msgid "Untracked files not listed%s"
4211msgstr ""
4212
4213#: wt-status.c:1635
4214msgid " (use -u option to show untracked files)"
4215msgstr ""
4216
4217#: wt-status.c:1641
4218msgid "No changes"
4219msgstr ""
4220
4221#: wt-status.c:1646
4222#, c-format
4223msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4224msgstr ""
4225
4226#: wt-status.c:1649
4227#, c-format
4228msgid "no changes added to commit\n"
4229msgstr ""
4230
4231#: wt-status.c:1652
4232#, c-format
4233msgid ""
4234"nothing added to commit but untracked files present (use \"git add\" to "
4235"track)\n"
4236msgstr ""
4237
4238#: wt-status.c:1655
4239#, c-format
4240msgid "nothing added to commit but untracked files present\n"
4241msgstr ""
4242
4243#: wt-status.c:1658
4244#, c-format
4245msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4246msgstr ""
4247
4248#: wt-status.c:1661 wt-status.c:1666
4249#, c-format
4250msgid "nothing to commit\n"
4251msgstr ""
4252
4253#: wt-status.c:1664
4254#, c-format
4255msgid "nothing to commit (use -u to show untracked files)\n"
4256msgstr ""
4257
4258#: wt-status.c:1668
4259#, c-format
4260msgid "nothing to commit, working tree clean\n"
4261msgstr ""
4262
4263#: wt-status.c:1780
4264msgid "No commits yet on "
4265msgstr ""
4266
4267#: wt-status.c:1784
4268msgid "HEAD (no branch)"
4269msgstr ""
4270
4271#: wt-status.c:1813 wt-status.c:1821
4272msgid "behind "
4273msgstr ""
4274
4275#: wt-status.c:1816 wt-status.c:1819
4276msgid "ahead "
4277msgstr ""
4278
4279#. TRANSLATORS: the action is e.g. "pull with rebase"
4280#: wt-status.c:2311
4281#, c-format
4282msgid "cannot %s: You have unstaged changes."
4283msgstr ""
4284
4285#: wt-status.c:2317
4286msgid "additionally, your index contains uncommitted changes."
4287msgstr ""
4288
4289#: wt-status.c:2319
4290#, c-format
4291msgid "cannot %s: Your index contains uncommitted changes."
4292msgstr ""
4293
4294#: compat/precompose_utf8.c:58 builtin/clone.c:436
4295#, c-format
4296msgid "failed to unlink '%s'"
4297msgstr ""
4298
4299#: builtin/add.c:24
4300msgid "git add [<options>] [--] <pathspec>..."
4301msgstr ""
4302
4303#: builtin/add.c:82
4304#, c-format
4305msgid "unexpected diff status %c"
4306msgstr ""
4307
4308#: builtin/add.c:87 builtin/commit.c:292
4309msgid "updating files failed"
4310msgstr ""
4311
4312#: builtin/add.c:97
4313#, c-format
4314msgid "remove '%s'\n"
4315msgstr ""
4316
4317#: builtin/add.c:151
4318msgid "Unstaged changes after refreshing the index:"
4319msgstr ""
4320
4321#: builtin/add.c:211 builtin/rev-parse.c:873
4322msgid "Could not read the index"
4323msgstr ""
4324
4325#: builtin/add.c:222
4326#, c-format
4327msgid "Could not open '%s' for writing."
4328msgstr ""
4329
4330#: builtin/add.c:226
4331msgid "Could not write patch"
4332msgstr ""
4333
4334#: builtin/add.c:229
4335msgid "editing patch failed"
4336msgstr ""
4337
4338#: builtin/add.c:232
4339#, c-format
4340msgid "Could not stat '%s'"
4341msgstr ""
4342
4343#: builtin/add.c:234
4344msgid "Empty patch. Aborted."
4345msgstr ""
4346
4347#: builtin/add.c:239
4348#, c-format
4349msgid "Could not apply '%s'"
4350msgstr ""
4351
4352#: builtin/add.c:249
4353msgid "The following paths are ignored by one of your .gitignore files:\n"
4354msgstr ""
4355
4356#: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4357#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4358#: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4359msgid "dry run"
4360msgstr ""
4361
4362#: builtin/add.c:272
4363msgid "interactive picking"
4364msgstr ""
4365
4366#: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4367msgid "select hunks interactively"
4368msgstr ""
4369
4370#: builtin/add.c:274
4371msgid "edit current diff and apply"
4372msgstr ""
4373
4374#: builtin/add.c:275
4375msgid "allow adding otherwise ignored files"
4376msgstr ""
4377
4378#: builtin/add.c:276
4379msgid "update tracked files"
4380msgstr ""
4381
4382#: builtin/add.c:277
4383msgid "record only the fact that the path will be added later"
4384msgstr ""
4385
4386#: builtin/add.c:278
4387msgid "add changes from all tracked and untracked files"
4388msgstr ""
4389
4390#: builtin/add.c:281
4391msgid "ignore paths removed in the working tree (same as --no-all)"
4392msgstr ""
4393
4394#: builtin/add.c:283
4395msgid "don't add, only refresh the index"
4396msgstr ""
4397
4398#: builtin/add.c:284
4399msgid "just skip files which cannot be added because of errors"
4400msgstr ""
4401
4402#: builtin/add.c:285
4403msgid "check if - even missing - files are ignored in dry run"
4404msgstr ""
4405
4406#: builtin/add.c:286 builtin/update-index.c:952
4407msgid "(+/-)x"
4408msgstr ""
4409
4410#: builtin/add.c:286 builtin/update-index.c:953
4411msgid "override the executable bit of the listed files"
4412msgstr ""
4413
4414#: builtin/add.c:288
4415msgid "warn when adding an embedded repository"
4416msgstr ""
4417
4418#: builtin/add.c:303
4419#, c-format
4420msgid ""
4421"You've added another git repository inside your current repository.\n"
4422"Clones of the outer repository will not contain the contents of\n"
4423"the embedded repository and will not know how to obtain it.\n"
4424"If you meant to add a submodule, use:\n"
4425"\n"
4426"\tgit submodule add <url> %s\n"
4427"\n"
4428"If you added this path by mistake, you can remove it from the\n"
4429"index with:\n"
4430"\n"
4431"\tgit rm --cached %s\n"
4432"\n"
4433"See \"git help submodule\" for more information."
4434msgstr ""
4435
4436#: builtin/add.c:331
4437#, c-format
4438msgid "adding embedded git repository: %s"
4439msgstr ""
4440
4441#: builtin/add.c:349
4442#, c-format
4443msgid "Use -f if you really want to add them.\n"
4444msgstr ""
4445
4446#: builtin/add.c:357
4447msgid "adding files failed"
4448msgstr ""
4449
4450#: builtin/add.c:394
4451msgid "-A and -u are mutually incompatible"
4452msgstr ""
4453
4454#: builtin/add.c:401
4455msgid "Option --ignore-missing can only be used together with --dry-run"
4456msgstr ""
4457
4458#: builtin/add.c:405
4459#, c-format
4460msgid "--chmod param '%s' must be either -x or +x"
4461msgstr ""
4462
4463#: builtin/add.c:420
4464#, c-format
4465msgid "Nothing specified, nothing added.\n"
4466msgstr ""
4467
4468#: builtin/add.c:421
4469#, c-format
4470msgid "Maybe you wanted to say 'git add .'?\n"
4471msgstr ""
4472
4473#: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4474#: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4475#: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4476#: builtin/submodule--helper.c:244
4477msgid "index file corrupt"
4478msgstr ""
4479
4480#: builtin/am.c:413
4481msgid "could not parse author script"
4482msgstr ""
4483
4484#: builtin/am.c:489
4485#, c-format
4486msgid "'%s' was deleted by the applypatch-msg hook"
4487msgstr ""
4488
4489#: builtin/am.c:530
4490#, c-format
4491msgid "Malformed input line: '%s'."
4492msgstr ""
4493
4494#: builtin/am.c:567
4495#, c-format
4496msgid "Failed to copy notes from '%s' to '%s'"
4497msgstr ""
4498
4499#: builtin/am.c:593
4500msgid "fseek failed"
4501msgstr ""
4502
4503#: builtin/am.c:777
4504#, c-format
4505msgid "could not parse patch '%s'"
4506msgstr ""
4507
4508#: builtin/am.c:842
4509msgid "Only one StGIT patch series can be applied at once"
4510msgstr ""
4511
4512#: builtin/am.c:889
4513msgid "invalid timestamp"
4514msgstr ""
4515
4516#: builtin/am.c:892 builtin/am.c:900
4517msgid "invalid Date line"
4518msgstr ""
4519
4520#: builtin/am.c:897
4521msgid "invalid timezone offset"
4522msgstr ""
4523
4524#: builtin/am.c:986
4525msgid "Patch format detection failed."
4526msgstr ""
4527
4528#: builtin/am.c:991 builtin/clone.c:401
4529#, c-format
4530msgid "failed to create directory '%s'"
4531msgstr ""
4532
4533#: builtin/am.c:995
4534msgid "Failed to split patches."
4535msgstr ""
4536
4537#: builtin/am.c:1120 builtin/commit.c:377
4538msgid "unable to write index file"
4539msgstr ""
4540
4541#: builtin/am.c:1171
4542#, c-format
4543msgid "When you have resolved this problem, run \"%s --continue\"."
4544msgstr ""
4545
4546#: builtin/am.c:1172
4547#, c-format
4548msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4549msgstr ""
4550
4551#: builtin/am.c:1173
4552#, c-format
4553msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4554msgstr ""
4555
4556#: builtin/am.c:1304
4557msgid "Patch is empty."
4558msgstr ""
4559
4560#: builtin/am.c:1370
4561#, c-format
4562msgid "invalid ident line: %.*s"
4563msgstr ""
4564
4565#: builtin/am.c:1392
4566#, c-format
4567msgid "unable to parse commit %s"
4568msgstr ""
4569
4570#: builtin/am.c:1586
4571msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4572msgstr ""
4573
4574#: builtin/am.c:1588
4575msgid "Using index info to reconstruct a base tree..."
4576msgstr ""
4577
4578#: builtin/am.c:1607
4579msgid ""
4580"Did you hand edit your patch?\n"
4581"It does not apply to blobs recorded in its index."
4582msgstr ""
4583
4584#: builtin/am.c:1613
4585msgid "Falling back to patching base and 3-way merge..."
4586msgstr ""
4587
4588#: builtin/am.c:1638
4589msgid "Failed to merge in the changes."
4590msgstr ""
4591
4592#: builtin/am.c:1662 builtin/merge.c:632
4593msgid "git write-tree failed to write a tree"
4594msgstr ""
4595
4596#: builtin/am.c:1669
4597msgid "applying to an empty history"
4598msgstr ""
4599
4600#: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
4601#: builtin/merge.c:828
4602msgid "failed to write commit object"
4603msgstr ""
4604
4605#: builtin/am.c:1715 builtin/am.c:1719
4606#, c-format
4607msgid "cannot resume: %s does not exist."
4608msgstr ""
4609
4610#: builtin/am.c:1735
4611msgid "cannot be interactive without stdin connected to a terminal."
4612msgstr ""
4613
4614#: builtin/am.c:1740
4615msgid "Commit Body is:"
4616msgstr ""
4617
4618#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4619#. in your translation. The program will only accept English
4620#. input at this point.
4621#.
4622#: builtin/am.c:1750
4623msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4624msgstr ""
4625
4626#: builtin/am.c:1800
4627#, c-format
4628msgid "Dirty index: cannot apply patches (dirty: %s)"
4629msgstr ""
4630
4631#: builtin/am.c:1840 builtin/am.c:1912
4632#, c-format
4633msgid "Applying: %.*s"
4634msgstr ""
4635
4636#: builtin/am.c:1856
4637msgid "No changes -- Patch already applied."
4638msgstr ""
4639
4640#: builtin/am.c:1864
4641#, c-format
4642msgid "Patch failed at %s %.*s"
4643msgstr ""
4644
4645#: builtin/am.c:1870
4646#, c-format
4647msgid "The copy of the patch that failed is found in: %s"
4648msgstr ""
4649
4650#: builtin/am.c:1915
4651msgid ""
4652"No changes - did you forget to use 'git add'?\n"
4653"If there is nothing left to stage, chances are that something else\n"
4654"already introduced the same changes; you might want to skip this patch."
4655msgstr ""
4656
4657#: builtin/am.c:1922
4658msgid ""
4659"You still have unmerged paths in your index.\n"
4660"You should 'git add' each file with resolved conflicts to mark them as "
4661"such.\n"
4662"You might run `git rm` on a file to accept \"deleted by them\" for it."
4663msgstr ""
4664
4665#: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
4666#: builtin/reset.c:331
4667#, c-format
4668msgid "Could not parse object '%s'."
4669msgstr ""
4670
4671#: builtin/am.c:2083
4672msgid "failed to clean index"
4673msgstr ""
4674
4675#: builtin/am.c:2117
4676msgid ""
4677"You seem to have moved HEAD since the last 'am' failure.\n"
4678"Not rewinding to ORIG_HEAD"
4679msgstr ""
4680
4681#: builtin/am.c:2180
4682#, c-format
4683msgid "Invalid value for --patch-format: %s"
4684msgstr ""
4685
4686#: builtin/am.c:2213
4687msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4688msgstr ""
4689
4690#: builtin/am.c:2214
4691msgid "git am [<options>] (--continue | --skip | --abort)"
4692msgstr ""
4693
4694#: builtin/am.c:2220
4695msgid "run interactively"
4696msgstr ""
4697
4698#: builtin/am.c:2222
4699msgid "historical option -- no-op"
4700msgstr ""
4701
4702#: builtin/am.c:2224
4703msgid "allow fall back on 3way merging if needed"
4704msgstr ""
4705
4706#: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4707#: builtin/repack.c:180
4708msgid "be quiet"
4709msgstr ""
4710
4711#: builtin/am.c:2227
4712msgid "add a Signed-off-by line to the commit message"
4713msgstr ""
4714
4715#: builtin/am.c:2230
4716msgid "recode into utf8 (default)"
4717msgstr ""
4718
4719#: builtin/am.c:2232
4720msgid "pass -k flag to git-mailinfo"
4721msgstr ""
4722
4723#: builtin/am.c:2234
4724msgid "pass -b flag to git-mailinfo"
4725msgstr ""
4726
4727#: builtin/am.c:2236
4728msgid "pass -m flag to git-mailinfo"
4729msgstr ""
4730
4731#: builtin/am.c:2238
4732msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4733msgstr ""
4734
4735#: builtin/am.c:2241
4736msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4737msgstr ""
4738
4739#: builtin/am.c:2244
4740msgid "strip everything before a scissors line"
4741msgstr ""
4742
4743#: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4744#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4745#: builtin/am.c:2273
4746msgid "pass it through git-apply"
4747msgstr ""
4748
4749#: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
4750#: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
4751#: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
4752#: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
4753#: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
4754#: parse-options.h:245
4755msgid "n"
4756msgstr ""
4757
4758#: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
4759#: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
4760msgid "format"
4761msgstr ""
4762
4763#: builtin/am.c:2270
4764msgid "format the patch(es) are in"
4765msgstr ""
4766
4767#: builtin/am.c:2276
4768msgid "override error message when patch failure occurs"
4769msgstr ""
4770
4771#: builtin/am.c:2278
4772msgid "continue applying patches after resolving a conflict"
4773msgstr ""
4774
4775#: builtin/am.c:2281
4776msgid "synonyms for --continue"
4777msgstr ""
4778
4779#: builtin/am.c:2284
4780msgid "skip the current patch"
4781msgstr ""
4782
4783#: builtin/am.c:2287
4784msgid "restore the original branch and abort the patching operation."
4785msgstr ""
4786
4787#: builtin/am.c:2291
4788msgid "lie about committer date"
4789msgstr ""
4790
4791#: builtin/am.c:2293
4792msgid "use current timestamp for author date"
4793msgstr ""
4794
4795#: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
4796#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
4797msgid "key-id"
4798msgstr ""
4799
4800#: builtin/am.c:2296
4801msgid "GPG-sign commits"
4802msgstr ""
4803
4804#: builtin/am.c:2299
4805msgid "(internal use for git-rebase)"
4806msgstr ""
4807
4808#: builtin/am.c:2317
4809msgid ""
4810"The -b/--binary option has been a no-op for long time, and\n"
4811"it will be removed. Please do not use it anymore."
4812msgstr ""
4813
4814#: builtin/am.c:2324
4815msgid "failed to read the index"
4816msgstr ""
4817
4818#: builtin/am.c:2339
4819#, c-format
4820msgid "previous rebase directory %s still exists but mbox given."
4821msgstr ""
4822
4823#: builtin/am.c:2363
4824#, c-format
4825msgid ""
4826"Stray %s directory found.\n"
4827"Use \"git am --abort\" to remove it."
4828msgstr ""
4829
4830#: builtin/am.c:2369
4831msgid "Resolve operation not in progress, we are not resuming."
4832msgstr ""
4833
4834#: builtin/apply.c:8
4835msgid "git apply [<options>] [<patch>...]"
4836msgstr ""
4837
4838#: builtin/archive.c:17
4839#, c-format
4840msgid "could not create archive file '%s'"
4841msgstr ""
4842
4843#: builtin/archive.c:20
4844msgid "could not redirect output"
4845msgstr ""
4846
4847#: builtin/archive.c:37
4848msgid "git archive: Remote with no URL"
4849msgstr ""
4850
4851#: builtin/archive.c:58
4852msgid "git archive: expected ACK/NAK, got EOF"
4853msgstr ""
4854
4855#: builtin/archive.c:61
4856#, c-format
4857msgid "git archive: NACK %s"
4858msgstr ""
4859
4860#: builtin/archive.c:64
4861msgid "git archive: protocol error"
4862msgstr ""
4863
4864#: builtin/archive.c:68
4865msgid "git archive: expected a flush"
4866msgstr ""
4867
4868#: builtin/bisect--helper.c:7
4869msgid "git bisect--helper --next-all [--no-checkout]"
4870msgstr ""
4871
4872#: builtin/bisect--helper.c:17
4873msgid "perform 'git bisect next'"
4874msgstr ""
4875
4876#: builtin/bisect--helper.c:19
4877msgid "update BISECT_HEAD instead of checking out the current commit"
4878msgstr ""
4879
4880#: builtin/blame.c:27
4881msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4882msgstr ""
4883
4884#: builtin/blame.c:32
4885msgid "<rev-opts> are documented in git-rev-list(1)"
4886msgstr ""
4887
4888#: builtin/blame.c:668
4889msgid "Show blame entries as we find them, incrementally"
4890msgstr ""
4891
4892#: builtin/blame.c:669
4893msgid "Show blank SHA-1 for boundary commits (Default: off)"
4894msgstr ""
4895
4896#: builtin/blame.c:670
4897msgid "Do not treat root commits as boundaries (Default: off)"
4898msgstr ""
4899
4900#: builtin/blame.c:671
4901msgid "Show work cost statistics"
4902msgstr ""
4903
4904#: builtin/blame.c:672
4905msgid "Force progress reporting"
4906msgstr ""
4907
4908#: builtin/blame.c:673
4909msgid "Show output score for blame entries"
4910msgstr ""
4911
4912#: builtin/blame.c:674
4913msgid "Show original filename (Default: auto)"
4914msgstr ""
4915
4916#: builtin/blame.c:675
4917msgid "Show original linenumber (Default: off)"
4918msgstr ""
4919
4920#: builtin/blame.c:676
4921msgid "Show in a format designed for machine consumption"
4922msgstr ""
4923
4924#: builtin/blame.c:677
4925msgid "Show porcelain format with per-line commit information"
4926msgstr ""
4927
4928#: builtin/blame.c:678
4929msgid "Use the same output mode as git-annotate (Default: off)"
4930msgstr ""
4931
4932#: builtin/blame.c:679
4933msgid "Show raw timestamp (Default: off)"
4934msgstr ""
4935
4936#: builtin/blame.c:680
4937msgid "Show long commit SHA1 (Default: off)"
4938msgstr ""
4939
4940#: builtin/blame.c:681
4941msgid "Suppress author name and timestamp (Default: off)"
4942msgstr ""
4943
4944#: builtin/blame.c:682
4945msgid "Show author email instead of name (Default: off)"
4946msgstr ""
4947
4948#: builtin/blame.c:683
4949msgid "Ignore whitespace differences"
4950msgstr ""
4951
4952#: builtin/blame.c:690
4953msgid "Use an experimental heuristic to improve diffs"
4954msgstr ""
4955
4956#: builtin/blame.c:692
4957msgid "Spend extra cycles to find better match"
4958msgstr ""
4959
4960#: builtin/blame.c:693
4961msgid "Use revisions from <file> instead of calling git-rev-list"
4962msgstr ""
4963
4964#: builtin/blame.c:694
4965msgid "Use <file>'s contents as the final image"
4966msgstr ""
4967
4968#: builtin/blame.c:695 builtin/blame.c:696
4969msgid "score"
4970msgstr ""
4971
4972#: builtin/blame.c:695
4973msgid "Find line copies within and across files"
4974msgstr ""
4975
4976#: builtin/blame.c:696
4977msgid "Find line movements within and across files"
4978msgstr ""
4979
4980#: builtin/blame.c:697
4981msgid "n,m"
4982msgstr ""
4983
4984#: builtin/blame.c:697
4985msgid "Process only line range n,m, counting from 1"
4986msgstr ""
4987
4988#: builtin/blame.c:744
4989msgid "--progress can't be used with --incremental or porcelain formats"
4990msgstr ""
4991
4992#. TRANSLATORS: This string is used to tell us the
4993#. maximum display width for a relative timestamp in
4994#. "git blame" output.  For C locale, "4 years, 11
4995#. months ago", which takes 22 places, is the longest
4996#. among various forms of relative timestamps, but
4997#. your language may need more or fewer display
4998#. columns.
4999#.
5000#: builtin/blame.c:795
5001msgid "4 years, 11 months ago"
5002msgstr ""
5003
5004#: builtin/blame.c:882
5005#, c-format
5006msgid "file %s has only %lu line"
5007msgid_plural "file %s has only %lu lines"
5008msgstr[0] ""
5009msgstr[1] ""
5010
5011#: builtin/blame.c:928
5012msgid "Blaming lines"
5013msgstr ""
5014
5015#: builtin/branch.c:27
5016msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5017msgstr ""
5018
5019#: builtin/branch.c:28
5020msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5021msgstr ""
5022
5023#: builtin/branch.c:29
5024msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5025msgstr ""
5026
5027#: builtin/branch.c:30
5028msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5029msgstr ""
5030
5031#: builtin/branch.c:31
5032msgid "git branch [<options>] [-r | -a] [--points-at]"
5033msgstr ""
5034
5035#: builtin/branch.c:32
5036msgid "git branch [<options>] [-r | -a] [--format]"
5037msgstr ""
5038
5039#: builtin/branch.c:145
5040#, c-format
5041msgid ""
5042"deleting branch '%s' that has been merged to\n"
5043"         '%s', but not yet merged to HEAD."
5044msgstr ""
5045
5046#: builtin/branch.c:149
5047#, c-format
5048msgid ""
5049"not deleting branch '%s' that is not yet merged to\n"
5050"         '%s', even though it is merged to HEAD."
5051msgstr ""
5052
5053#: builtin/branch.c:163
5054#, c-format
5055msgid "Couldn't look up commit object for '%s'"
5056msgstr ""
5057
5058#: builtin/branch.c:167
5059#, c-format
5060msgid ""
5061"The branch '%s' is not fully merged.\n"
5062"If you are sure you want to delete it, run 'git branch -D %s'."
5063msgstr ""
5064
5065#: builtin/branch.c:180
5066msgid "Update of config-file failed"
5067msgstr ""
5068
5069#: builtin/branch.c:211
5070msgid "cannot use -a with -d"
5071msgstr ""
5072
5073#: builtin/branch.c:217
5074msgid "Couldn't look up commit object for HEAD"
5075msgstr ""
5076
5077#: builtin/branch.c:231
5078#, c-format
5079msgid "Cannot delete branch '%s' checked out at '%s'"
5080msgstr ""
5081
5082#: builtin/branch.c:246
5083#, c-format
5084msgid "remote-tracking branch '%s' not found."
5085msgstr ""
5086
5087#: builtin/branch.c:247
5088#, c-format
5089msgid "branch '%s' not found."
5090msgstr ""
5091
5092#: builtin/branch.c:262
5093#, c-format
5094msgid "Error deleting remote-tracking branch '%s'"
5095msgstr ""
5096
5097#: builtin/branch.c:263
5098#, c-format
5099msgid "Error deleting branch '%s'"
5100msgstr ""
5101
5102#: builtin/branch.c:270
5103#, c-format
5104msgid "Deleted remote-tracking branch %s (was %s).\n"
5105msgstr ""
5106
5107#: builtin/branch.c:271
5108#, c-format
5109msgid "Deleted branch %s (was %s).\n"
5110msgstr ""
5111
5112#: builtin/branch.c:445
5113#, c-format
5114msgid "Branch %s is being rebased at %s"
5115msgstr ""
5116
5117#: builtin/branch.c:449
5118#, c-format
5119msgid "Branch %s is being bisected at %s"
5120msgstr ""
5121
5122#: builtin/branch.c:464
5123msgid "cannot rename the current branch while not on any."
5124msgstr ""
5125
5126#: builtin/branch.c:474
5127#, c-format
5128msgid "Invalid branch name: '%s'"
5129msgstr ""
5130
5131#: builtin/branch.c:491
5132msgid "Branch rename failed"
5133msgstr ""
5134
5135#: builtin/branch.c:494
5136#, c-format
5137msgid "Renamed a misnamed branch '%s' away"
5138msgstr ""
5139
5140#: builtin/branch.c:497
5141#, c-format
5142msgid "Branch renamed to %s, but HEAD is not updated!"
5143msgstr ""
5144
5145#: builtin/branch.c:506
5146msgid "Branch is renamed, but update of config-file failed"
5147msgstr ""
5148
5149#: builtin/branch.c:522
5150#, c-format
5151msgid ""
5152"Please edit the description for the branch\n"
5153"  %s\n"
5154"Lines starting with '%c' will be stripped.\n"
5155msgstr ""
5156
5157#: builtin/branch.c:555
5158msgid "Generic options"
5159msgstr ""
5160
5161#: builtin/branch.c:557
5162msgid "show hash and subject, give twice for upstream branch"
5163msgstr ""
5164
5165#: builtin/branch.c:558
5166msgid "suppress informational messages"
5167msgstr ""
5168
5169#: builtin/branch.c:559
5170msgid "set up tracking mode (see git-pull(1))"
5171msgstr ""
5172
5173#: builtin/branch.c:561
5174msgid "change upstream info"
5175msgstr ""
5176
5177#: builtin/branch.c:563
5178msgid "upstream"
5179msgstr ""
5180
5181#: builtin/branch.c:563
5182msgid "change the upstream info"
5183msgstr ""
5184
5185#: builtin/branch.c:564
5186msgid "Unset the upstream info"
5187msgstr ""
5188
5189#: builtin/branch.c:565
5190msgid "use colored output"
5191msgstr ""
5192
5193#: builtin/branch.c:566
5194msgid "act on remote-tracking branches"
5195msgstr ""
5196
5197#: builtin/branch.c:568 builtin/branch.c:570
5198msgid "print only branches that contain the commit"
5199msgstr ""
5200
5201#: builtin/branch.c:569 builtin/branch.c:571
5202msgid "print only branches that don't contain the commit"
5203msgstr ""
5204
5205#: builtin/branch.c:574
5206msgid "Specific git-branch actions:"
5207msgstr ""
5208
5209#: builtin/branch.c:575
5210msgid "list both remote-tracking and local branches"
5211msgstr ""
5212
5213#: builtin/branch.c:577
5214msgid "delete fully merged branch"
5215msgstr ""
5216
5217#: builtin/branch.c:578
5218msgid "delete branch (even if not merged)"
5219msgstr ""
5220
5221#: builtin/branch.c:579
5222msgid "move/rename a branch and its reflog"
5223msgstr ""
5224
5225#: builtin/branch.c:580
5226msgid "move/rename a branch, even if target exists"
5227msgstr ""
5228
5229#: builtin/branch.c:581
5230msgid "list branch names"
5231msgstr ""
5232
5233#: builtin/branch.c:582
5234msgid "create the branch's reflog"
5235msgstr ""
5236
5237#: builtin/branch.c:584
5238msgid "edit the description for the branch"
5239msgstr ""
5240
5241#: builtin/branch.c:585
5242msgid "force creation, move/rename, deletion"
5243msgstr ""
5244
5245#: builtin/branch.c:586
5246msgid "print only branches that are merged"
5247msgstr ""
5248
5249#: builtin/branch.c:587
5250msgid "print only branches that are not merged"
5251msgstr ""
5252
5253#: builtin/branch.c:588
5254msgid "list branches in columns"
5255msgstr ""
5256
5257#: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:427
5258msgid "key"
5259msgstr ""
5260
5261#: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:428
5262msgid "field name to sort on"
5263msgstr ""
5264
5265#: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:407
5266#: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:573
5267#: builtin/tag.c:430
5268msgid "object"
5269msgstr ""
5270
5271#: builtin/branch.c:593
5272msgid "print only branches of the object"
5273msgstr ""
5274
5275#: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:435
5276msgid "sorting and filtering are case insensitive"
5277msgstr ""
5278
5279#: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:434
5280#: builtin/verify-tag.c:39
5281msgid "format to use for the output"
5282msgstr ""
5283
5284#: builtin/branch.c:615
5285msgid "Failed to resolve HEAD as a valid ref."
5286msgstr ""
5287
5288#: builtin/branch.c:619 builtin/clone.c:728
5289msgid "HEAD not found below refs/heads!"
5290msgstr ""
5291
5292#: builtin/branch.c:642
5293msgid "--column and --verbose are incompatible"
5294msgstr ""
5295
5296#: builtin/branch.c:653 builtin/branch.c:705
5297msgid "branch name required"
5298msgstr ""
5299
5300#: builtin/branch.c:681
5301msgid "Cannot give description to detached HEAD"
5302msgstr ""
5303
5304#: builtin/branch.c:686
5305msgid "cannot edit description of more than one branch"
5306msgstr ""
5307
5308#: builtin/branch.c:693
5309#, c-format
5310msgid "No commit on branch '%s' yet."
5311msgstr ""
5312
5313#: builtin/branch.c:696
5314#, c-format
5315msgid "No branch named '%s'."
5316msgstr ""
5317
5318#: builtin/branch.c:711
5319msgid "too many branches for a rename operation"
5320msgstr ""
5321
5322#: builtin/branch.c:716
5323msgid "too many branches to set new upstream"
5324msgstr ""
5325
5326#: builtin/branch.c:720
5327#, c-format
5328msgid ""
5329"could not set upstream of HEAD to %s when it does not point to any branch."
5330msgstr ""
5331
5332#: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:766
5333#, c-format
5334msgid "no such branch '%s'"
5335msgstr ""
5336
5337#: builtin/branch.c:727
5338#, c-format
5339msgid "branch '%s' does not exist"
5340msgstr ""
5341
5342#: builtin/branch.c:739
5343msgid "too many branches to unset upstream"
5344msgstr ""
5345
5346#: builtin/branch.c:743
5347msgid "could not unset upstream of HEAD when it does not point to any branch."
5348msgstr ""
5349
5350#: builtin/branch.c:749
5351#, c-format
5352msgid "Branch '%s' has no upstream information"
5353msgstr ""
5354
5355#: builtin/branch.c:763
5356msgid "it does not make sense to create 'HEAD' manually"
5357msgstr ""
5358
5359#: builtin/branch.c:769
5360msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5361msgstr ""
5362
5363#: builtin/branch.c:772
5364#, c-format
5365msgid ""
5366"The --set-upstream flag is deprecated and will be removed. Consider using --"
5367"track or --set-upstream-to\n"
5368msgstr ""
5369
5370#: builtin/branch.c:789
5371#, c-format
5372msgid ""
5373"\n"
5374"If you wanted to make '%s' track '%s', do this:\n"
5375"\n"
5376msgstr ""
5377
5378#: builtin/bundle.c:45
5379#, c-format
5380msgid "%s is okay\n"
5381msgstr ""
5382
5383#: builtin/bundle.c:58
5384msgid "Need a repository to create a bundle."
5385msgstr ""
5386
5387#: builtin/bundle.c:62
5388msgid "Need a repository to unbundle."
5389msgstr ""
5390
5391#: builtin/cat-file.c:519
5392msgid ""
5393"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5394"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5395msgstr ""
5396
5397#: builtin/cat-file.c:520
5398msgid ""
5399"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5400"filters]"
5401msgstr ""
5402
5403#: builtin/cat-file.c:557
5404msgid "<type> can be one of: blob, tree, commit, tag"
5405msgstr ""
5406
5407#: builtin/cat-file.c:558
5408msgid "show object type"
5409msgstr ""
5410
5411#: builtin/cat-file.c:559
5412msgid "show object size"
5413msgstr ""
5414
5415#: builtin/cat-file.c:561
5416msgid "exit with zero when there's no error"
5417msgstr ""
5418
5419#: builtin/cat-file.c:562
5420msgid "pretty-print object's content"
5421msgstr ""
5422
5423#: builtin/cat-file.c:564
5424msgid "for blob objects, run textconv on object's content"
5425msgstr ""
5426
5427#: builtin/cat-file.c:566
5428msgid "for blob objects, run filters on object's content"
5429msgstr ""
5430
5431#: builtin/cat-file.c:567 git-submodule.sh:944
5432msgid "blob"
5433msgstr ""
5434
5435#: builtin/cat-file.c:568
5436msgid "use a specific path for --textconv/--filters"
5437msgstr ""
5438
5439#: builtin/cat-file.c:570
5440msgid "allow -s and -t to work with broken/corrupt objects"
5441msgstr ""
5442
5443#: builtin/cat-file.c:571
5444msgid "buffer --batch output"
5445msgstr ""
5446
5447#: builtin/cat-file.c:573
5448msgid "show info and content of objects fed from the standard input"
5449msgstr ""
5450
5451#: builtin/cat-file.c:576
5452msgid "show info about objects fed from the standard input"
5453msgstr ""
5454
5455#: builtin/cat-file.c:579
5456msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5457msgstr ""
5458
5459#: builtin/cat-file.c:581
5460msgid "show all objects with --batch or --batch-check"
5461msgstr ""
5462
5463#: builtin/check-attr.c:12
5464msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5465msgstr ""
5466
5467#: builtin/check-attr.c:13
5468msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5469msgstr ""
5470
5471#: builtin/check-attr.c:20
5472msgid "report all attributes set on file"
5473msgstr ""
5474
5475#: builtin/check-attr.c:21
5476msgid "use .gitattributes only from the index"
5477msgstr ""
5478
5479#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5480msgid "read file names from stdin"
5481msgstr ""
5482
5483#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5484msgid "terminate input and output records by a NUL character"
5485msgstr ""
5486
5487#: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:357
5488msgid "suppress progress reporting"
5489msgstr ""
5490
5491#: builtin/check-ignore.c:28
5492msgid "show non-matching input paths"
5493msgstr ""
5494
5495#: builtin/check-ignore.c:30
5496msgid "ignore index when checking"
5497msgstr ""
5498
5499#: builtin/check-ignore.c:158
5500msgid "cannot specify pathnames with --stdin"
5501msgstr ""
5502
5503#: builtin/check-ignore.c:161
5504msgid "-z only makes sense with --stdin"
5505msgstr ""
5506
5507#: builtin/check-ignore.c:163
5508msgid "no path specified"
5509msgstr ""
5510
5511#: builtin/check-ignore.c:167
5512msgid "--quiet is only valid with a single pathname"
5513msgstr ""
5514
5515#: builtin/check-ignore.c:169
5516msgid "cannot have both --quiet and --verbose"
5517msgstr ""
5518
5519#: builtin/check-ignore.c:172
5520msgid "--non-matching is only valid with --verbose"
5521msgstr ""
5522
5523#: builtin/check-mailmap.c:9
5524msgid "git check-mailmap [<options>] <contact>..."
5525msgstr ""
5526
5527#: builtin/check-mailmap.c:14
5528msgid "also read contacts from stdin"
5529msgstr ""
5530
5531#: builtin/check-mailmap.c:25
5532#, c-format
5533msgid "unable to parse contact: %s"
5534msgstr ""
5535
5536#: builtin/check-mailmap.c:48
5537msgid "no contacts specified"
5538msgstr ""
5539
5540#: builtin/checkout-index.c:128
5541msgid "git checkout-index [<options>] [--] [<file>...]"
5542msgstr ""
5543
5544#: builtin/checkout-index.c:145
5545msgid "stage should be between 1 and 3 or all"
5546msgstr ""
5547
5548#: builtin/checkout-index.c:161
5549msgid "check out all files in the index"
5550msgstr ""
5551
5552#: builtin/checkout-index.c:162
5553msgid "force overwrite of existing files"
5554msgstr ""
5555
5556#: builtin/checkout-index.c:164
5557msgid "no warning for existing files and files not in index"
5558msgstr ""
5559
5560#: builtin/checkout-index.c:166
5561msgid "don't checkout new files"
5562msgstr ""
5563
5564#: builtin/checkout-index.c:168
5565msgid "update stat information in the index file"
5566msgstr ""
5567
5568#: builtin/checkout-index.c:172
5569msgid "read list of paths from the standard input"
5570msgstr ""
5571
5572#: builtin/checkout-index.c:174
5573msgid "write the content to temporary files"
5574msgstr ""
5575
5576#: builtin/checkout-index.c:175 builtin/column.c:31
5577#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5578#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5579#: builtin/worktree.c:478
5580msgid "string"
5581msgstr ""
5582
5583#: builtin/checkout-index.c:176
5584msgid "when creating files, prepend <string>"
5585msgstr ""
5586
5587#: builtin/checkout-index.c:178
5588msgid "copy out the files from named stage"
5589msgstr ""
5590
5591#: builtin/checkout.c:26
5592msgid "git checkout [<options>] <branch>"
5593msgstr ""
5594
5595#: builtin/checkout.c:27
5596msgid "git checkout [<options>] [<branch>] -- <file>..."
5597msgstr ""
5598
5599#: builtin/checkout.c:135 builtin/checkout.c:168
5600#, c-format
5601msgid "path '%s' does not have our version"
5602msgstr ""
5603
5604#: builtin/checkout.c:137 builtin/checkout.c:170
5605#, c-format
5606msgid "path '%s' does not have their version"
5607msgstr ""
5608
5609#: builtin/checkout.c:153
5610#, c-format
5611msgid "path '%s' does not have all necessary versions"
5612msgstr ""
5613
5614#: builtin/checkout.c:197
5615#, c-format
5616msgid "path '%s' does not have necessary versions"
5617msgstr ""
5618
5619#: builtin/checkout.c:214
5620#, c-format
5621msgid "path '%s': cannot merge"
5622msgstr ""
5623
5624#: builtin/checkout.c:231
5625#, c-format
5626msgid "Unable to add merge result for '%s'"
5627msgstr ""
5628
5629#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5630#: builtin/checkout.c:262
5631#, c-format
5632msgid "'%s' cannot be used with updating paths"
5633msgstr ""
5634
5635#: builtin/checkout.c:265 builtin/checkout.c:268
5636#, c-format
5637msgid "'%s' cannot be used with %s"
5638msgstr ""
5639
5640#: builtin/checkout.c:271
5641#, c-format
5642msgid "Cannot update paths and switch to branch '%s' at the same time."
5643msgstr ""
5644
5645#: builtin/checkout.c:342 builtin/checkout.c:349
5646#, c-format
5647msgid "path '%s' is unmerged"
5648msgstr ""
5649
5650#: builtin/checkout.c:497
5651msgid "you need to resolve your current index first"
5652msgstr ""
5653
5654#: builtin/checkout.c:628
5655#, c-format
5656msgid "Can not do reflog for '%s': %s\n"
5657msgstr ""
5658
5659#: builtin/checkout.c:669
5660msgid "HEAD is now at"
5661msgstr ""
5662
5663#: builtin/checkout.c:673 builtin/clone.c:682
5664msgid "unable to update HEAD"
5665msgstr ""
5666
5667#: builtin/checkout.c:677
5668#, c-format
5669msgid "Reset branch '%s'\n"
5670msgstr ""
5671
5672#: builtin/checkout.c:680
5673#, c-format
5674msgid "Already on '%s'\n"
5675msgstr ""
5676
5677#: builtin/checkout.c:684
5678#, c-format
5679msgid "Switched to and reset branch '%s'\n"
5680msgstr ""
5681
5682#: builtin/checkout.c:686 builtin/checkout.c:1075
5683#, c-format
5684msgid "Switched to a new branch '%s'\n"
5685msgstr ""
5686
5687#: builtin/checkout.c:688
5688#, c-format
5689msgid "Switched to branch '%s'\n"
5690msgstr ""
5691
5692#: builtin/checkout.c:739
5693#, c-format
5694msgid " ... and %d more.\n"
5695msgstr ""
5696
5697#: builtin/checkout.c:745
5698#, c-format
5699msgid ""
5700"Warning: you are leaving %d commit behind, not connected to\n"
5701"any of your branches:\n"
5702"\n"
5703"%s\n"
5704msgid_plural ""
5705"Warning: you are leaving %d commits behind, not connected to\n"
5706"any of your branches:\n"
5707"\n"
5708"%s\n"
5709msgstr[0] ""
5710msgstr[1] ""
5711
5712#: builtin/checkout.c:764
5713#, c-format
5714msgid ""
5715"If you want to keep it by creating a new branch, this may be a good time\n"
5716"to do so with:\n"
5717"\n"
5718" git branch <new-branch-name> %s\n"
5719"\n"
5720msgid_plural ""
5721"If you want to keep them by creating a new branch, this may be a good time\n"
5722"to do so with:\n"
5723"\n"
5724" git branch <new-branch-name> %s\n"
5725"\n"
5726msgstr[0] ""
5727msgstr[1] ""
5728
5729#: builtin/checkout.c:800
5730msgid "internal error in revision walk"
5731msgstr ""
5732
5733#: builtin/checkout.c:804
5734msgid "Previous HEAD position was"
5735msgstr ""
5736
5737#: builtin/checkout.c:832 builtin/checkout.c:1070
5738msgid "You are on a branch yet to be born"
5739msgstr ""
5740
5741#: builtin/checkout.c:976
5742#, c-format
5743msgid "only one reference expected, %d given."
5744msgstr ""
5745
5746#: builtin/checkout.c:1016 builtin/worktree.c:215
5747#, c-format
5748msgid "invalid reference: %s"
5749msgstr ""
5750
5751#: builtin/checkout.c:1045
5752#, c-format
5753msgid "reference is not a tree: %s"
5754msgstr ""
5755
5756#: builtin/checkout.c:1084
5757msgid "paths cannot be used with switching branches"
5758msgstr ""
5759
5760#: builtin/checkout.c:1087 builtin/checkout.c:1091
5761#, c-format
5762msgid "'%s' cannot be used with switching branches"
5763msgstr ""
5764
5765#: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:1103
5766#: builtin/checkout.c:1106
5767#, c-format
5768msgid "'%s' cannot be used with '%s'"
5769msgstr ""
5770
5771#: builtin/checkout.c:1111
5772#, c-format
5773msgid "Cannot switch branch to a non-commit '%s'"
5774msgstr ""
5775
5776#: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:113
5777#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:328
5778#: builtin/worktree.c:330
5779msgid "branch"
5780msgstr ""
5781
5782#: builtin/checkout.c:1145
5783msgid "create and checkout a new branch"
5784msgstr ""
5785
5786#: builtin/checkout.c:1147
5787msgid "create/reset and checkout a branch"
5788msgstr ""
5789
5790#: builtin/checkout.c:1148
5791msgid "create reflog for new branch"
5792msgstr ""
5793
5794#: builtin/checkout.c:1149 builtin/worktree.c:332
5795msgid "detach HEAD at named commit"
5796msgstr ""
5797
5798#: builtin/checkout.c:1150
5799msgid "set upstream info for new branch"
5800msgstr ""
5801
5802#: builtin/checkout.c:1152
5803msgid "new-branch"
5804msgstr ""
5805
5806#: builtin/checkout.c:1152
5807msgid "new unparented branch"
5808msgstr ""
5809
5810#: builtin/checkout.c:1153
5811msgid "checkout our version for unmerged files"
5812msgstr ""
5813
5814#: builtin/checkout.c:1155
5815msgid "checkout their version for unmerged files"
5816msgstr ""
5817
5818#: builtin/checkout.c:1157
5819msgid "force checkout (throw away local modifications)"
5820msgstr ""
5821
5822#: builtin/checkout.c:1158
5823msgid "perform a 3-way merge with the new branch"
5824msgstr ""
5825
5826#: builtin/checkout.c:1159 builtin/merge.c:235
5827msgid "update ignored files (default)"
5828msgstr ""
5829
5830#: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:251
5831msgid "style"
5832msgstr ""
5833
5834#: builtin/checkout.c:1161
5835msgid "conflict style (merge or diff3)"
5836msgstr ""
5837
5838#: builtin/checkout.c:1164
5839msgid "do not limit pathspecs to sparse entries only"
5840msgstr ""
5841
5842#: builtin/checkout.c:1166
5843msgid "second guess 'git checkout <no-such-branch>'"
5844msgstr ""
5845
5846#: builtin/checkout.c:1168
5847msgid "do not check if another worktree is holding the given ref"
5848msgstr ""
5849
5850#: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:114
5851#: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:544
5852#: builtin/send-pack.c:173
5853msgid "force progress reporting"
5854msgstr ""
5855
5856#: builtin/checkout.c:1203
5857msgid "-b, -B and --orphan are mutually exclusive"
5858msgstr ""
5859
5860#: builtin/checkout.c:1220
5861msgid "--track needs a branch name"
5862msgstr ""
5863
5864#: builtin/checkout.c:1225
5865msgid "Missing branch name; try -b"
5866msgstr ""
5867
5868#: builtin/checkout.c:1261
5869msgid "invalid path specification"
5870msgstr ""
5871
5872#: builtin/checkout.c:1268
5873#, c-format
5874msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5875msgstr ""
5876
5877#: builtin/checkout.c:1272
5878#, c-format
5879msgid "git checkout: --detach does not take a path argument '%s'"
5880msgstr ""
5881
5882#: builtin/checkout.c:1276
5883msgid ""
5884"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5885"checking out of the index."
5886msgstr ""
5887
5888#: builtin/clean.c:26
5889msgid ""
5890"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5891msgstr ""
5892
5893#: builtin/clean.c:30
5894#, c-format
5895msgid "Removing %s\n"
5896msgstr ""
5897
5898#: builtin/clean.c:31
5899#, c-format
5900msgid "Would remove %s\n"
5901msgstr ""
5902
5903#: builtin/clean.c:32
5904#, c-format
5905msgid "Skipping repository %s\n"
5906msgstr ""
5907
5908#: builtin/clean.c:33
5909#, c-format
5910msgid "Would skip repository %s\n"
5911msgstr ""
5912
5913#: builtin/clean.c:34
5914#, c-format
5915msgid "failed to remove %s"
5916msgstr ""
5917
5918#: builtin/clean.c:298 git-add--interactive.perl:572
5919#, c-format
5920msgid ""
5921"Prompt help:\n"
5922"1          - select a numbered item\n"
5923"foo        - select item based on unique prefix\n"
5924"           - (empty) select nothing\n"
5925msgstr ""
5926
5927#: builtin/clean.c:302 git-add--interactive.perl:581
5928#, c-format
5929msgid ""
5930"Prompt help:\n"
5931"1          - select a single item\n"
5932"3-5        - select a range of items\n"
5933"2-3,6-9    - select multiple ranges\n"
5934"foo        - select item based on unique prefix\n"
5935"-...       - unselect specified items\n"
5936"*          - choose all items\n"
5937"           - (empty) finish selecting\n"
5938msgstr ""
5939
5940#: builtin/clean.c:518 git-add--interactive.perl:547
5941#: git-add--interactive.perl:552
5942#, c-format, perl-format
5943msgid "Huh (%s)?\n"
5944msgstr ""
5945
5946#: builtin/clean.c:660
5947#, c-format
5948msgid "Input ignore patterns>> "
5949msgstr ""
5950
5951#: builtin/clean.c:697
5952#, c-format
5953msgid "WARNING: Cannot find items matched by: %s"
5954msgstr ""
5955
5956#: builtin/clean.c:718
5957msgid "Select items to delete"
5958msgstr ""
5959
5960#. TRANSLATORS: Make sure to keep [y/N] as is
5961#: builtin/clean.c:759
5962#, c-format
5963msgid "Remove %s [y/N]? "
5964msgstr ""
5965
5966#: builtin/clean.c:784 git-add--interactive.perl:1616
5967#, c-format
5968msgid "Bye.\n"
5969msgstr ""
5970
5971#: builtin/clean.c:792
5972msgid ""
5973"clean               - start cleaning\n"
5974"filter by pattern   - exclude items from deletion\n"
5975"select by numbers   - select items to be deleted by numbers\n"
5976"ask each            - confirm each deletion (like \"rm -i\")\n"
5977"quit                - stop cleaning\n"
5978"help                - this screen\n"
5979"?                   - help for prompt selection"
5980msgstr ""
5981
5982#: builtin/clean.c:819 git-add--interactive.perl:1692
5983msgid "*** Commands ***"
5984msgstr ""
5985
5986#: builtin/clean.c:820 git-add--interactive.perl:1689
5987msgid "What now"
5988msgstr ""
5989
5990#: builtin/clean.c:828
5991msgid "Would remove the following item:"
5992msgid_plural "Would remove the following items:"
5993msgstr[0] ""
5994msgstr[1] ""
5995
5996#: builtin/clean.c:844
5997msgid "No more files to clean, exiting."
5998msgstr ""
5999
6000#: builtin/clean.c:906
6001msgid "do not print names of files removed"
6002msgstr ""
6003
6004#: builtin/clean.c:908
6005msgid "force"
6006msgstr ""
6007
6008#: builtin/clean.c:909
6009msgid "interactive cleaning"
6010msgstr ""
6011
6012#: builtin/clean.c:911
6013msgid "remove whole directories"
6014msgstr ""
6015
6016#: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:454
6017#: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:397
6018#: builtin/name-rev.c:399 builtin/show-ref.c:176
6019msgid "pattern"
6020msgstr ""
6021
6022#: builtin/clean.c:913
6023msgid "add <pattern> to ignore rules"
6024msgstr ""
6025
6026#: builtin/clean.c:914
6027msgid "remove ignored files, too"
6028msgstr ""
6029
6030#: builtin/clean.c:916
6031msgid "remove only ignored files"
6032msgstr ""
6033
6034#: builtin/clean.c:934
6035msgid "-x and -X cannot be used together"
6036msgstr ""
6037
6038#: builtin/clean.c:938
6039msgid ""
6040"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6041"clean"
6042msgstr ""
6043
6044#: builtin/clean.c:941
6045msgid ""
6046"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6047"refusing to clean"
6048msgstr ""
6049
6050#: builtin/clone.c:38
6051msgid "git clone [<options>] [--] <repo> [<dir>]"
6052msgstr ""
6053
6054#: builtin/clone.c:82
6055msgid "don't create a checkout"
6056msgstr ""
6057
6058#: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:479
6059msgid "create a bare repository"
6060msgstr ""
6061
6062#: builtin/clone.c:87
6063msgid "create a mirror repository (implies bare)"
6064msgstr ""
6065
6066#: builtin/clone.c:89
6067msgid "to clone from a local repository"
6068msgstr ""
6069
6070#: builtin/clone.c:91
6071msgid "don't use local hardlinks, always copy"
6072msgstr ""
6073
6074#: builtin/clone.c:93
6075msgid "setup as shared repository"
6076msgstr ""
6077
6078#: builtin/clone.c:95 builtin/clone.c:99
6079msgid "pathspec"
6080msgstr ""
6081
6082#: builtin/clone.c:95 builtin/clone.c:99
6083msgid "initialize submodules in the clone"
6084msgstr ""
6085
6086#: builtin/clone.c:102
6087msgid "number of submodules cloned in parallel"
6088msgstr ""
6089
6090#: builtin/clone.c:103 builtin/init-db.c:476
6091msgid "template-directory"
6092msgstr ""
6093
6094#: builtin/clone.c:104 builtin/init-db.c:477
6095msgid "directory from which templates will be used"
6096msgstr ""
6097
6098#: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:642
6099#: builtin/submodule--helper.c:983
6100msgid "reference repository"
6101msgstr ""
6102
6103#: builtin/clone.c:110
6104msgid "use --reference only while cloning"
6105msgstr ""
6106
6107#: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:44
6108msgid "name"
6109msgstr ""
6110
6111#: builtin/clone.c:112
6112msgid "use <name> instead of 'origin' to track upstream"
6113msgstr ""
6114
6115#: builtin/clone.c:114
6116msgid "checkout <branch> instead of the remote's HEAD"
6117msgstr ""
6118
6119#: builtin/clone.c:116
6120msgid "path to git-upload-pack on the remote"
6121msgstr ""
6122
6123#: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:1025
6124#: builtin/pull.c:205
6125msgid "depth"
6126msgstr ""
6127
6128#: builtin/clone.c:118
6129msgid "create a shallow clone of that depth"
6130msgstr ""
6131
6132#: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:2932
6133#: parse-options.h:142
6134msgid "time"
6135msgstr ""
6136
6137#: builtin/clone.c:120
6138msgid "create a shallow clone since a specific time"
6139msgstr ""
6140
6141#: builtin/clone.c:121 builtin/fetch.c:119
6142msgid "revision"
6143msgstr ""
6144
6145#: builtin/clone.c:122 builtin/fetch.c:120
6146msgid "deepen history of shallow clone, excluding rev"
6147msgstr ""
6148
6149#: builtin/clone.c:124
6150msgid "clone only one branch, HEAD or --branch"
6151msgstr ""
6152
6153#: builtin/clone.c:126
6154msgid "don't clone any tags, and make later fetches not to follow them"
6155msgstr ""
6156
6157#: builtin/clone.c:128
6158msgid "any cloned submodules will be shallow"
6159msgstr ""
6160
6161#: builtin/clone.c:129 builtin/init-db.c:485
6162msgid "gitdir"
6163msgstr ""
6164
6165#: builtin/clone.c:130 builtin/init-db.c:486
6166msgid "separate git dir from working tree"
6167msgstr ""
6168
6169#: builtin/clone.c:131
6170msgid "key=value"
6171msgstr ""
6172
6173#: builtin/clone.c:132
6174msgid "set config inside the new repository"
6175msgstr ""
6176
6177#: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:555
6178msgid "use IPv4 addresses only"
6179msgstr ""
6180
6181#: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:557
6182msgid "use IPv6 addresses only"
6183msgstr ""
6184
6185#: builtin/clone.c:272
6186msgid ""
6187"No directory name could be guessed.\n"
6188"Please specify a directory on the command line"
6189msgstr ""
6190
6191#: builtin/clone.c:325
6192#, c-format
6193msgid "info: Could not add alternate for '%s': %s\n"
6194msgstr ""
6195
6196#: builtin/clone.c:397
6197#, c-format
6198msgid "failed to open '%s'"
6199msgstr ""
6200
6201#: builtin/clone.c:405
6202#, c-format
6203msgid "%s exists and is not a directory"
6204msgstr ""
6205
6206#: builtin/clone.c:419
6207#, c-format
6208msgid "failed to stat %s\n"
6209msgstr ""
6210
6211#: builtin/clone.c:441
6212#, c-format
6213msgid "failed to create link '%s'"
6214msgstr ""
6215
6216#: builtin/clone.c:445
6217#, c-format
6218msgid "failed to copy file to '%s'"
6219msgstr ""
6220
6221#: builtin/clone.c:470
6222#, c-format
6223msgid "done.\n"
6224msgstr ""
6225
6226#: builtin/clone.c:482
6227msgid ""
6228"Clone succeeded, but checkout failed.\n"
6229"You can inspect what was checked out with 'git status'\n"
6230"and retry the checkout with 'git checkout -f HEAD'\n"
6231msgstr ""
6232
6233#: builtin/clone.c:559
6234#, c-format
6235msgid "Could not find remote branch %s to clone."
6236msgstr ""
6237
6238#: builtin/clone.c:654
6239msgid "remote did not send all necessary objects"
6240msgstr ""
6241
6242#: builtin/clone.c:670
6243#, c-format
6244msgid "unable to update %s"
6245msgstr ""
6246
6247#: builtin/clone.c:719
6248msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6249msgstr ""
6250
6251#: builtin/clone.c:750
6252msgid "unable to checkout working tree"
6253msgstr ""
6254
6255#: builtin/clone.c:792
6256msgid "unable to write parameters to config file"
6257msgstr ""
6258
6259#: builtin/clone.c:855
6260msgid "cannot repack to clean up"
6261msgstr ""
6262
6263#: builtin/clone.c:857
6264msgid "cannot unlink temporary alternates file"
6265msgstr ""
6266
6267#: builtin/clone.c:890 builtin/receive-pack.c:1945
6268msgid "Too many arguments."
6269msgstr ""
6270
6271#: builtin/clone.c:894
6272msgid "You must specify a repository to clone."
6273msgstr ""
6274
6275#: builtin/clone.c:907
6276#, c-format
6277msgid "--bare and --origin %s options are incompatible."
6278msgstr ""
6279
6280#: builtin/clone.c:910
6281msgid "--bare and --separate-git-dir are incompatible."
6282msgstr ""
6283
6284#: builtin/clone.c:923
6285#, c-format
6286msgid "repository '%s' does not exist"
6287msgstr ""
6288
6289#: builtin/clone.c:929 builtin/fetch.c:1337
6290#, c-format
6291msgid "depth %s is not a positive number"
6292msgstr ""
6293
6294#: builtin/clone.c:939
6295#, c-format
6296msgid "destination path '%s' already exists and is not an empty directory."
6297msgstr ""
6298
6299#: builtin/clone.c:949
6300#, c-format
6301msgid "working tree '%s' already exists."
6302msgstr ""
6303
6304#: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:260
6305#: builtin/worktree.c:222 builtin/worktree.c:252
6306#, c-format
6307msgid "could not create leading directories of '%s'"
6308msgstr ""
6309
6310#: builtin/clone.c:967
6311#, c-format
6312msgid "could not create work tree dir '%s'"
6313msgstr ""
6314
6315#: builtin/clone.c:979
6316#, c-format
6317msgid "Cloning into bare repository '%s'...\n"
6318msgstr ""
6319
6320#: builtin/clone.c:981
6321#, c-format
6322msgid "Cloning into '%s'...\n"
6323msgstr ""
6324
6325#: builtin/clone.c:1005
6326msgid ""
6327"clone --recursive is not compatible with both --reference and --reference-if-"
6328"able"
6329msgstr ""
6330
6331#: builtin/clone.c:1067
6332msgid "--depth is ignored in local clones; use file:// instead."
6333msgstr ""
6334
6335#: builtin/clone.c:1069
6336msgid "--shallow-since is ignored in local clones; use file:// instead."
6337msgstr ""
6338
6339#: builtin/clone.c:1071
6340msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6341msgstr ""
6342
6343#: builtin/clone.c:1074
6344msgid "source repository is shallow, ignoring --local"
6345msgstr ""
6346
6347#: builtin/clone.c:1079
6348msgid "--local is ignored"
6349msgstr ""
6350
6351#: builtin/clone.c:1083
6352#, c-format
6353msgid "Don't know how to clone %s"
6354msgstr ""
6355
6356#: builtin/clone.c:1138 builtin/clone.c:1146
6357#, c-format
6358msgid "Remote branch %s not found in upstream %s"
6359msgstr ""
6360
6361#: builtin/clone.c:1149
6362msgid "You appear to have cloned an empty repository."
6363msgstr ""
6364
6365#: builtin/column.c:10
6366msgid "git column [<options>]"
6367msgstr ""
6368
6369#: builtin/column.c:27
6370msgid "lookup config vars"
6371msgstr ""
6372
6373#: builtin/column.c:28 builtin/column.c:29
6374msgid "layout to use"
6375msgstr ""
6376
6377#: builtin/column.c:30
6378msgid "Maximum width"
6379msgstr ""
6380
6381#: builtin/column.c:31
6382msgid "Padding space on left border"
6383msgstr ""
6384
6385#: builtin/column.c:32
6386msgid "Padding space on right border"
6387msgstr ""
6388
6389#: builtin/column.c:33
6390msgid "Padding space between columns"
6391msgstr ""
6392
6393#: builtin/column.c:52
6394msgid "--command must be the first argument"
6395msgstr ""
6396
6397#: builtin/commit.c:39
6398msgid "git commit [<options>] [--] <pathspec>..."
6399msgstr ""
6400
6401#: builtin/commit.c:44
6402msgid "git status [<options>] [--] <pathspec>..."
6403msgstr ""
6404
6405#: builtin/commit.c:49
6406msgid ""
6407"Your name and email address were configured automatically based\n"
6408"on your username and hostname. Please check that they are accurate.\n"
6409"You can suppress this message by setting them explicitly. Run the\n"
6410"following command and follow the instructions in your editor to edit\n"
6411"your configuration file:\n"
6412"\n"
6413"    git config --global --edit\n"
6414"\n"
6415"After doing this, you may fix the identity used for this commit with:\n"
6416"\n"
6417"    git commit --amend --reset-author\n"
6418msgstr ""
6419
6420#: builtin/commit.c:62
6421msgid ""
6422"Your name and email address were configured automatically based\n"
6423"on your username and hostname. Please check that they are accurate.\n"
6424"You can suppress this message by setting them explicitly:\n"
6425"\n"
6426"    git config --global user.name \"Your Name\"\n"
6427"    git config --global user.email you@example.com\n"
6428"\n"
6429"After doing this, you may fix the identity used for this commit with:\n"
6430"\n"
6431"    git commit --amend --reset-author\n"
6432msgstr ""
6433
6434#: builtin/commit.c:74
6435msgid ""
6436"You asked to amend the most recent commit, but doing so would make\n"
6437"it empty. You can repeat your command with --allow-empty, or you can\n"
6438"remove the commit entirely with \"git reset HEAD^\".\n"
6439msgstr ""
6440
6441#: builtin/commit.c:79
6442msgid ""
6443"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6444"If you wish to commit it anyway, use:\n"
6445"\n"
6446"    git commit --allow-empty\n"
6447"\n"
6448msgstr ""
6449
6450#: builtin/commit.c:86
6451msgid "Otherwise, please use 'git reset'\n"
6452msgstr ""
6453
6454#: builtin/commit.c:89
6455msgid ""
6456"If you wish to skip this commit, use:\n"
6457"\n"
6458"    git reset\n"
6459"\n"
6460"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6461"the remaining commits.\n"
6462msgstr ""
6463
6464#: builtin/commit.c:319
6465msgid "failed to unpack HEAD tree object"
6466msgstr ""
6467
6468#: builtin/commit.c:360
6469msgid "unable to create temporary index"
6470msgstr ""
6471
6472#: builtin/commit.c:366
6473msgid "interactive add failed"
6474msgstr ""
6475
6476#: builtin/commit.c:379
6477msgid "unable to update temporary index"
6478msgstr ""
6479
6480#: builtin/commit.c:381
6481msgid "Failed to update main cache tree"
6482msgstr ""
6483
6484#: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:477
6485msgid "unable to write new_index file"
6486msgstr ""
6487
6488#: builtin/commit.c:459
6489msgid "cannot do a partial commit during a merge."
6490msgstr ""
6491
6492#: builtin/commit.c:461
6493msgid "cannot do a partial commit during a cherry-pick."
6494msgstr ""
6495
6496#: builtin/commit.c:470
6497msgid "cannot read the index"
6498msgstr ""
6499
6500#: builtin/commit.c:489
6501msgid "unable to write temporary index file"
6502msgstr ""
6503
6504#: builtin/commit.c:583
6505#, c-format
6506msgid "commit '%s' lacks author header"
6507msgstr ""
6508
6509#: builtin/commit.c:585
6510#, c-format
6511msgid "commit '%s' has malformed author line"
6512msgstr ""
6513
6514#: builtin/commit.c:604
6515msgid "malformed --author parameter"
6516msgstr ""
6517
6518#: builtin/commit.c:656
6519msgid ""
6520"unable to select a comment character that is not used\n"
6521"in the current commit message"
6522msgstr ""
6523
6524#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1093
6525#, c-format
6526msgid "could not lookup commit %s"
6527msgstr ""
6528
6529#: builtin/commit.c:705 builtin/shortlog.c:295
6530#, c-format
6531msgid "(reading log message from standard input)\n"
6532msgstr ""
6533
6534#: builtin/commit.c:707
6535msgid "could not read log from standard input"
6536msgstr ""
6537
6538#: builtin/commit.c:711
6539#, c-format
6540msgid "could not read log file '%s'"
6541msgstr ""
6542
6543#: builtin/commit.c:738 builtin/commit.c:746
6544msgid "could not read SQUASH_MSG"
6545msgstr ""
6546
6547#: builtin/commit.c:743
6548msgid "could not read MERGE_MSG"
6549msgstr ""
6550
6551#: builtin/commit.c:797
6552msgid "could not write commit template"
6553msgstr ""
6554
6555#: builtin/commit.c:815
6556#, c-format
6557msgid ""
6558"\n"
6559"It looks like you may be committing a merge.\n"
6560"If this is not correct, please remove the file\n"
6561"\t%s\n"
6562"and try again.\n"
6563msgstr ""
6564
6565#: builtin/commit.c:820
6566#, c-format
6567msgid ""
6568"\n"
6569"It looks like you may be committing a cherry-pick.\n"
6570"If this is not correct, please remove the file\n"
6571"\t%s\n"
6572"and try again.\n"
6573msgstr ""
6574
6575#: builtin/commit.c:833
6576#, c-format
6577msgid ""
6578"Please enter the commit message for your changes. Lines starting\n"
6579"with '%c' will be ignored, and an empty message aborts the commit.\n"
6580msgstr ""
6581
6582#: builtin/commit.c:840
6583#, c-format
6584msgid ""
6585"Please enter the commit message for your changes. Lines starting\n"
6586"with '%c' will be kept; you may remove them yourself if you want to.\n"
6587"An empty message aborts the commit.\n"
6588msgstr ""
6589
6590#: builtin/commit.c:857
6591#, c-format
6592msgid "%sAuthor:    %.*s <%.*s>"
6593msgstr ""
6594
6595#: builtin/commit.c:865
6596#, c-format
6597msgid "%sDate:      %s"
6598msgstr ""
6599
6600#: builtin/commit.c:872
6601#, c-format
6602msgid "%sCommitter: %.*s <%.*s>"
6603msgstr ""
6604
6605#: builtin/commit.c:889
6606msgid "Cannot read index"
6607msgstr ""
6608
6609#: builtin/commit.c:951
6610msgid "Error building trees"
6611msgstr ""
6612
6613#: builtin/commit.c:965 builtin/tag.c:274
6614#, c-format
6615msgid "Please supply the message using either -m or -F option.\n"
6616msgstr ""
6617
6618#: builtin/commit.c:1068
6619#, c-format
6620msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6621msgstr ""
6622
6623#: builtin/commit.c:1083 builtin/commit.c:1328
6624#, c-format
6625msgid "Invalid untracked files mode '%s'"
6626msgstr ""
6627
6628#: builtin/commit.c:1121
6629msgid "--long and -z are incompatible"
6630msgstr ""
6631
6632#: builtin/commit.c:1151
6633msgid "Using both --reset-author and --author does not make sense"
6634msgstr ""
6635
6636#: builtin/commit.c:1160
6637msgid "You have nothing to amend."
6638msgstr ""
6639
6640#: builtin/commit.c:1163
6641msgid "You are in the middle of a merge -- cannot amend."
6642msgstr ""
6643
6644#: builtin/commit.c:1165
6645msgid "You are in the middle of a cherry-pick -- cannot amend."
6646msgstr ""
6647
6648#: builtin/commit.c:1168
6649msgid "Options --squash and --fixup cannot be used together"
6650msgstr ""
6651
6652#: builtin/commit.c:1178
6653msgid "Only one of -c/-C/-F/--fixup can be used."
6654msgstr ""
6655
6656#: builtin/commit.c:1180
6657msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6658msgstr ""
6659
6660#: builtin/commit.c:1188
6661msgid "--reset-author can be used only with -C, -c or --amend."
6662msgstr ""
6663
6664#: builtin/commit.c:1205
6665msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6666msgstr ""
6667
6668#: builtin/commit.c:1207
6669msgid "No paths with --include/--only does not make sense."
6670msgstr ""
6671
6672#: builtin/commit.c:1219 builtin/tag.c:552
6673#, c-format
6674msgid "Invalid cleanup mode %s"
6675msgstr ""
6676
6677#: builtin/commit.c:1224
6678msgid "Paths with -a does not make sense."
6679msgstr ""
6680
6681#: builtin/commit.c:1342 builtin/commit.c:1617
6682msgid "show status concisely"
6683msgstr ""
6684
6685#: builtin/commit.c:1344 builtin/commit.c:1619
6686msgid "show branch information"
6687msgstr ""
6688
6689#: builtin/commit.c:1346
6690msgid "show stash information"
6691msgstr ""
6692
6693#: builtin/commit.c:1348
6694msgid "version"
6695msgstr ""
6696
6697#: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:530
6698#: builtin/worktree.c:449
6699msgid "machine-readable output"
6700msgstr ""
6701
6702#: builtin/commit.c:1351 builtin/commit.c:1623
6703msgid "show status in long format (default)"
6704msgstr ""
6705
6706#: builtin/commit.c:1354 builtin/commit.c:1626
6707msgid "terminate entries with NUL"
6708msgstr ""
6709
6710#: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:983
6711#: builtin/fast-export.c:986 builtin/tag.c:412
6712msgid "mode"
6713msgstr ""
6714
6715#: builtin/commit.c:1357 builtin/commit.c:1629
6716msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6717msgstr ""
6718
6719#: builtin/commit.c:1360
6720msgid "show ignored files"
6721msgstr ""
6722
6723#: builtin/commit.c:1361 parse-options.h:155
6724msgid "when"
6725msgstr ""
6726
6727#: builtin/commit.c:1362
6728msgid ""
6729"ignore changes to submodules, optional when: all, dirty, untracked. "
6730"(Default: all)"
6731msgstr ""
6732
6733#: builtin/commit.c:1364
6734msgid "list untracked files in columns"
6735msgstr ""
6736
6737#: builtin/commit.c:1440
6738msgid "couldn't look up newly created commit"
6739msgstr ""
6740
6741#: builtin/commit.c:1442
6742msgid "could not parse newly created commit"
6743msgstr ""
6744
6745#: builtin/commit.c:1487
6746msgid "detached HEAD"
6747msgstr ""
6748
6749#: builtin/commit.c:1490
6750msgid " (root-commit)"
6751msgstr ""
6752
6753#: builtin/commit.c:1587
6754msgid "suppress summary after successful commit"
6755msgstr ""
6756
6757#: builtin/commit.c:1588
6758msgid "show diff in commit message template"
6759msgstr ""
6760
6761#: builtin/commit.c:1590
6762msgid "Commit message options"
6763msgstr ""
6764
6765#: builtin/commit.c:1591 builtin/tag.c:410
6766msgid "read message from file"
6767msgstr ""
6768
6769#: builtin/commit.c:1592
6770msgid "author"
6771msgstr ""
6772
6773#: builtin/commit.c:1592
6774msgid "override author for commit"
6775msgstr ""
6776
6777#: builtin/commit.c:1593 builtin/gc.c:358
6778msgid "date"
6779msgstr ""
6780
6781#: builtin/commit.c:1593
6782msgid "override date for commit"
6783msgstr ""
6784
6785#: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:401
6786#: builtin/notes.c:564 builtin/tag.c:408
6787msgid "message"
6788msgstr ""
6789
6790#: builtin/commit.c:1594
6791msgid "commit message"
6792msgstr ""
6793
6794#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6795#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:77
6796msgid "commit"
6797msgstr ""
6798
6799#: builtin/commit.c:1595
6800msgid "reuse and edit message from specified commit"
6801msgstr ""
6802
6803#: builtin/commit.c:1596
6804msgid "reuse message from specified commit"
6805msgstr ""
6806
6807#: builtin/commit.c:1597
6808msgid "use autosquash formatted message to fixup specified commit"
6809msgstr ""
6810
6811#: builtin/commit.c:1598
6812msgid "use autosquash formatted message to squash specified commit"
6813msgstr ""
6814
6815#: builtin/commit.c:1599
6816msgid "the commit is authored by me now (used with -C/-c/--amend)"
6817msgstr ""
6818
6819#: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:105
6820msgid "add Signed-off-by:"
6821msgstr ""
6822
6823#: builtin/commit.c:1601
6824msgid "use specified template file"
6825msgstr ""
6826
6827#: builtin/commit.c:1602
6828msgid "force edit of commit"
6829msgstr ""
6830
6831#: builtin/commit.c:1603
6832msgid "default"
6833msgstr ""
6834
6835#: builtin/commit.c:1603 builtin/tag.c:413
6836msgid "how to strip spaces and #comments from message"
6837msgstr ""
6838
6839#: builtin/commit.c:1604
6840msgid "include status in commit message template"
6841msgstr ""
6842
6843#: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:173
6844#: builtin/revert.c:113
6845msgid "GPG sign commit"
6846msgstr ""
6847
6848#: builtin/commit.c:1609
6849msgid "Commit contents options"
6850msgstr ""
6851
6852#: builtin/commit.c:1610
6853msgid "commit all changed files"
6854msgstr ""
6855
6856#: builtin/commit.c:1611
6857msgid "add specified files to index for commit"
6858msgstr ""
6859
6860#: builtin/commit.c:1612
6861msgid "interactively add files"
6862msgstr ""
6863
6864#: builtin/commit.c:1613
6865msgid "interactively add changes"
6866msgstr ""
6867
6868#: builtin/commit.c:1614
6869msgid "commit only specified files"
6870msgstr ""
6871
6872#: builtin/commit.c:1615
6873msgid "bypass pre-commit and commit-msg hooks"
6874msgstr ""
6875
6876#: builtin/commit.c:1616
6877msgid "show what would be committed"
6878msgstr ""
6879
6880#: builtin/commit.c:1627
6881msgid "amend previous commit"
6882msgstr ""
6883
6884#: builtin/commit.c:1628
6885msgid "bypass post-rewrite hook"
6886msgstr ""
6887
6888#: builtin/commit.c:1633
6889msgid "ok to record an empty change"
6890msgstr ""
6891
6892#: builtin/commit.c:1635
6893msgid "ok to record a change with an empty message"
6894msgstr ""
6895
6896#: builtin/commit.c:1665
6897msgid "could not parse HEAD commit"
6898msgstr ""
6899
6900#: builtin/commit.c:1710
6901#, c-format
6902msgid "Corrupt MERGE_HEAD file (%s)"
6903msgstr ""
6904
6905#: builtin/commit.c:1717
6906msgid "could not read MERGE_MODE"
6907msgstr ""
6908
6909#: builtin/commit.c:1736
6910#, c-format
6911msgid "could not read commit message: %s"
6912msgstr ""
6913
6914#: builtin/commit.c:1747
6915#, c-format
6916msgid "Aborting commit; you did not edit the message.\n"
6917msgstr ""
6918
6919#: builtin/commit.c:1752
6920#, c-format
6921msgid "Aborting commit due to empty commit message.\n"
6922msgstr ""
6923
6924#: builtin/commit.c:1800
6925msgid ""
6926"Repository has been updated, but unable to write\n"
6927"new_index file. Check that disk is not full and quota is\n"
6928"not exceeded, and then \"git reset HEAD\" to recover."
6929msgstr ""
6930
6931#: builtin/config.c:10
6932msgid "git config [<options>]"
6933msgstr ""
6934
6935#: builtin/config.c:57
6936msgid "Config file location"
6937msgstr ""
6938
6939#: builtin/config.c:58
6940msgid "use global config file"
6941msgstr ""
6942
6943#: builtin/config.c:59
6944msgid "use system config file"
6945msgstr ""
6946
6947#: builtin/config.c:60
6948msgid "use repository config file"
6949msgstr ""
6950
6951#: builtin/config.c:61
6952msgid "use given config file"
6953msgstr ""
6954
6955#: builtin/config.c:62
6956msgid "blob-id"
6957msgstr ""
6958
6959#: builtin/config.c:62
6960msgid "read config from given blob object"
6961msgstr ""
6962
6963#: builtin/config.c:63
6964msgid "Action"
6965msgstr ""
6966
6967#: builtin/config.c:64
6968msgid "get value: name [value-regex]"
6969msgstr ""
6970
6971#: builtin/config.c:65
6972msgid "get all values: key [value-regex]"
6973msgstr ""
6974
6975#: builtin/config.c:66
6976msgid "get values for regexp: name-regex [value-regex]"
6977msgstr ""
6978
6979#: builtin/config.c:67
6980msgid "get value specific for the URL: section[.var] URL"
6981msgstr ""
6982
6983#: builtin/config.c:68
6984msgid "replace all matching variables: name value [value_regex]"
6985msgstr ""
6986
6987#: builtin/config.c:69
6988msgid "add a new variable: name value"
6989msgstr ""
6990
6991#: builtin/config.c:70
6992msgid "remove a variable: name [value-regex]"
6993msgstr ""
6994
6995#: builtin/config.c:71
6996msgid "remove all matches: name [value-regex]"
6997msgstr ""
6998
6999#: builtin/config.c:72
7000msgid "rename section: old-name new-name"
7001msgstr ""
7002
7003#: builtin/config.c:73
7004msgid "remove a section: name"
7005msgstr ""
7006
7007#: builtin/config.c:74
7008msgid "list all"
7009msgstr ""
7010
7011#: builtin/config.c:75
7012msgid "open an editor"
7013msgstr ""
7014
7015#: builtin/config.c:76
7016msgid "find the color configured: slot [default]"
7017msgstr ""
7018
7019#: builtin/config.c:77
7020msgid "find the color setting: slot [stdout-is-tty]"
7021msgstr ""
7022
7023#: builtin/config.c:78
7024msgid "Type"
7025msgstr ""
7026
7027#: builtin/config.c:79
7028msgid "value is \"true\" or \"false\""
7029msgstr ""
7030
7031#: builtin/config.c:80
7032msgid "value is decimal number"
7033msgstr ""
7034
7035#: builtin/config.c:81
7036msgid "value is --bool or --int"
7037msgstr ""
7038
7039#: builtin/config.c:82
7040msgid "value is a path (file or directory name)"
7041msgstr ""
7042
7043#: builtin/config.c:83
7044msgid "Other"
7045msgstr ""
7046
7047#: builtin/config.c:84
7048msgid "terminate values with NUL byte"
7049msgstr ""
7050
7051#: builtin/config.c:85
7052msgid "show variable names only"
7053msgstr ""
7054
7055#: builtin/config.c:86
7056msgid "respect include directives on lookup"
7057msgstr ""
7058
7059#: builtin/config.c:87
7060msgid "show origin of config (file, standard input, blob, command line)"
7061msgstr ""
7062
7063#: builtin/config.c:327
7064msgid "unable to parse default color value"
7065msgstr ""
7066
7067#: builtin/config.c:471
7068#, c-format
7069msgid ""
7070"# This is Git's per-user configuration file.\n"
7071"[user]\n"
7072"# Please adapt and uncomment the following lines:\n"
7073"#\tname = %s\n"
7074"#\temail = %s\n"
7075msgstr ""
7076
7077#: builtin/config.c:499
7078msgid "--local can only be used inside a git repository"
7079msgstr ""
7080
7081#: builtin/config.c:621
7082#, c-format
7083msgid "cannot create configuration file %s"
7084msgstr ""
7085
7086#: builtin/config.c:633
7087#, c-format
7088msgid ""
7089"cannot overwrite multiple values with a single value\n"
7090"       Use a regexp, --add or --replace-all to change %s."
7091msgstr ""
7092
7093#: builtin/count-objects.c:87
7094msgid "git count-objects [-v] [-H | --human-readable]"
7095msgstr ""
7096
7097#: builtin/count-objects.c:97
7098msgid "print sizes in human readable format"
7099msgstr ""
7100
7101#: builtin/describe.c:19
7102msgid "git describe [<options>] [<commit-ish>...]"
7103msgstr ""
7104
7105#: builtin/describe.c:20
7106msgid "git describe [<options>] --dirty"
7107msgstr ""
7108
7109#: builtin/describe.c:54
7110msgid "head"
7111msgstr ""
7112
7113#: builtin/describe.c:54
7114msgid "lightweight"
7115msgstr ""
7116
7117#: builtin/describe.c:54
7118msgid "annotated"
7119msgstr ""
7120
7121#: builtin/describe.c:253
7122#, c-format
7123msgid "annotated tag %s not available"
7124msgstr ""
7125
7126#: builtin/describe.c:257
7127#, c-format
7128msgid "annotated tag %s has no embedded name"
7129msgstr ""
7130
7131#: builtin/describe.c:259
7132#, c-format
7133msgid "tag '%s' is really '%s' here"
7134msgstr ""
7135
7136#: builtin/describe.c:286 builtin/log.c:489
7137#, c-format
7138msgid "Not a valid object name %s"
7139msgstr ""
7140
7141#: builtin/describe.c:289
7142#, c-format
7143msgid "%s is not a valid '%s' object"
7144msgstr ""
7145
7146#: builtin/describe.c:306
7147#, c-format
7148msgid "no tag exactly matches '%s'"
7149msgstr ""
7150
7151#: builtin/describe.c:308
7152#, c-format
7153msgid "searching to describe %s\n"
7154msgstr ""
7155
7156#: builtin/describe.c:355
7157#, c-format
7158msgid "finished search at %s\n"
7159msgstr ""
7160
7161#: builtin/describe.c:382
7162#, c-format
7163msgid ""
7164"No annotated tags can describe '%s'.\n"
7165"However, there were unannotated tags: try --tags."
7166msgstr ""
7167
7168#: builtin/describe.c:386
7169#, c-format
7170msgid ""
7171"No tags can describe '%s'.\n"
7172"Try --always, or create some tags."
7173msgstr ""
7174
7175#: builtin/describe.c:416
7176#, c-format
7177msgid "traversed %lu commits\n"
7178msgstr ""
7179
7180#: builtin/describe.c:419
7181#, c-format
7182msgid ""
7183"more than %i tags found; listed %i most recent\n"
7184"gave up search at %s\n"
7185msgstr ""
7186
7187#: builtin/describe.c:441
7188msgid "find the tag that comes after the commit"
7189msgstr ""
7190
7191#: builtin/describe.c:442
7192msgid "debug search strategy on stderr"
7193msgstr ""
7194
7195#: builtin/describe.c:443
7196msgid "use any ref"
7197msgstr ""
7198
7199#: builtin/describe.c:444
7200msgid "use any tag, even unannotated"
7201msgstr ""
7202
7203#: builtin/describe.c:445
7204msgid "always use long format"
7205msgstr ""
7206
7207#: builtin/describe.c:446
7208msgid "only follow first parent"
7209msgstr ""
7210
7211#: builtin/describe.c:449
7212msgid "only output exact matches"
7213msgstr ""
7214
7215#: builtin/describe.c:451
7216msgid "consider <n> most recent tags (default: 10)"
7217msgstr ""
7218
7219#: builtin/describe.c:453
7220msgid "only consider tags matching <pattern>"
7221msgstr ""
7222
7223#: builtin/describe.c:455
7224msgid "do not consider tags matching <pattern>"
7225msgstr ""
7226
7227#: builtin/describe.c:457 builtin/name-rev.c:406
7228msgid "show abbreviated commit object as fallback"
7229msgstr ""
7230
7231#: builtin/describe.c:458 builtin/describe.c:461
7232msgid "mark"
7233msgstr ""
7234
7235#: builtin/describe.c:459
7236msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7237msgstr ""
7238
7239#: builtin/describe.c:462
7240msgid "append <mark> on broken working tree (default: \"-broken\")"
7241msgstr ""
7242
7243#: builtin/describe.c:480
7244msgid "--long is incompatible with --abbrev=0"
7245msgstr ""
7246
7247#: builtin/describe.c:509
7248msgid "No names found, cannot describe anything."
7249msgstr ""
7250
7251#: builtin/describe.c:552
7252msgid "--dirty is incompatible with commit-ishes"
7253msgstr ""
7254
7255#: builtin/describe.c:554
7256msgid "--broken is incompatible with commit-ishes"
7257msgstr ""
7258
7259#: builtin/diff.c:83
7260#, c-format
7261msgid "'%s': not a regular file or symlink"
7262msgstr ""
7263
7264#: builtin/diff.c:235
7265#, c-format
7266msgid "invalid option: %s"
7267msgstr ""
7268
7269#: builtin/diff.c:359
7270msgid "Not a git repository"
7271msgstr ""
7272
7273#: builtin/diff.c:402
7274#, c-format
7275msgid "invalid object '%s' given."
7276msgstr ""
7277
7278#: builtin/diff.c:411
7279#, c-format
7280msgid "more than two blobs given: '%s'"
7281msgstr ""
7282
7283#: builtin/diff.c:416
7284#, c-format
7285msgid "unhandled object '%s' given."
7286msgstr ""
7287
7288#: builtin/difftool.c:29
7289msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7290msgstr ""
7291
7292#: builtin/difftool.c:249
7293#, c-format
7294msgid "failed: %d"
7295msgstr ""
7296
7297#: builtin/difftool.c:291
7298#, c-format
7299msgid "could not read symlink %s"
7300msgstr ""
7301
7302#: builtin/difftool.c:293
7303#, c-format
7304msgid "could not read symlink file %s"
7305msgstr ""
7306
7307#: builtin/difftool.c:301
7308#, c-format
7309msgid "could not read object %s for symlink %s"
7310msgstr ""
7311
7312#: builtin/difftool.c:403
7313msgid ""
7314"combined diff formats('-c' and '--cc') are not supported in\n"
7315"directory diff mode('-d' and '--dir-diff')."
7316msgstr ""
7317
7318#: builtin/difftool.c:626
7319#, c-format
7320msgid "both files modified: '%s' and '%s'."
7321msgstr ""
7322
7323#: builtin/difftool.c:628
7324msgid "working tree file has been left."
7325msgstr ""
7326
7327#: builtin/difftool.c:639
7328#, c-format
7329msgid "temporary files exist in '%s'."
7330msgstr ""
7331
7332#: builtin/difftool.c:640
7333msgid "you may want to cleanup or recover these."
7334msgstr ""
7335
7336#: builtin/difftool.c:689
7337msgid "use `diff.guitool` instead of `diff.tool`"
7338msgstr ""
7339
7340#: builtin/difftool.c:691
7341msgid "perform a full-directory diff"
7342msgstr ""
7343
7344#: builtin/difftool.c:693
7345msgid "do not prompt before launching a diff tool"
7346msgstr ""
7347
7348#: builtin/difftool.c:699
7349msgid "use symlinks in dir-diff mode"
7350msgstr ""
7351
7352#: builtin/difftool.c:700
7353msgid "<tool>"
7354msgstr ""
7355
7356#: builtin/difftool.c:701
7357msgid "use the specified diff tool"
7358msgstr ""
7359
7360#: builtin/difftool.c:703
7361msgid "print a list of diff tools that may be used with `--tool`"
7362msgstr ""
7363
7364#: builtin/difftool.c:706
7365msgid ""
7366"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7367"code"
7368msgstr ""
7369
7370#: builtin/difftool.c:708
7371msgid "<command>"
7372msgstr ""
7373
7374#: builtin/difftool.c:709
7375msgid "specify a custom command for viewing diffs"
7376msgstr ""
7377
7378#: builtin/difftool.c:733
7379msgid "no <tool> given for --tool=<tool>"
7380msgstr ""
7381
7382#: builtin/difftool.c:740
7383msgid "no <cmd> given for --extcmd=<cmd>"
7384msgstr ""
7385
7386#: builtin/fast-export.c:26
7387msgid "git fast-export [rev-list-opts]"
7388msgstr ""
7389
7390#: builtin/fast-export.c:982
7391msgid "show progress after <n> objects"
7392msgstr ""
7393
7394#: builtin/fast-export.c:984
7395msgid "select handling of signed tags"
7396msgstr ""
7397
7398#: builtin/fast-export.c:987
7399msgid "select handling of tags that tag filtered objects"
7400msgstr ""
7401
7402#: builtin/fast-export.c:990
7403msgid "Dump marks to this file"
7404msgstr ""
7405
7406#: builtin/fast-export.c:992
7407msgid "Import marks from this file"
7408msgstr ""
7409
7410#: builtin/fast-export.c:994
7411msgid "Fake a tagger when tags lack one"
7412msgstr ""
7413
7414#: builtin/fast-export.c:996
7415msgid "Output full tree for each commit"
7416msgstr ""
7417
7418#: builtin/fast-export.c:998
7419msgid "Use the done feature to terminate the stream"
7420msgstr ""
7421
7422#: builtin/fast-export.c:999
7423msgid "Skip output of blob data"
7424msgstr ""
7425
7426#: builtin/fast-export.c:1000
7427msgid "refspec"
7428msgstr ""
7429
7430#: builtin/fast-export.c:1001
7431msgid "Apply refspec to exported refs"
7432msgstr ""
7433
7434#: builtin/fast-export.c:1002
7435msgid "anonymize output"
7436msgstr ""
7437
7438#: builtin/fetch.c:22
7439msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7440msgstr ""
7441
7442#: builtin/fetch.c:23
7443msgid "git fetch [<options>] <group>"
7444msgstr ""
7445
7446#: builtin/fetch.c:24
7447msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7448msgstr ""
7449
7450#: builtin/fetch.c:25
7451msgid "git fetch --all [<options>]"
7452msgstr ""
7453
7454#: builtin/fetch.c:90 builtin/pull.c:182
7455msgid "fetch from all remotes"
7456msgstr ""
7457
7458#: builtin/fetch.c:92 builtin/pull.c:185
7459msgid "append to .git/FETCH_HEAD instead of overwriting"
7460msgstr ""
7461
7462#: builtin/fetch.c:94 builtin/pull.c:188
7463msgid "path to upload pack on remote end"
7464msgstr ""
7465
7466#: builtin/fetch.c:95 builtin/pull.c:190
7467msgid "force overwrite of local branch"
7468msgstr ""
7469
7470#: builtin/fetch.c:97
7471msgid "fetch from multiple remotes"
7472msgstr ""
7473
7474#: builtin/fetch.c:99 builtin/pull.c:192
7475msgid "fetch all tags and associated objects"
7476msgstr ""
7477
7478#: builtin/fetch.c:101
7479msgid "do not fetch all tags (--no-tags)"
7480msgstr ""
7481
7482#: builtin/fetch.c:103
7483msgid "number of submodules fetched in parallel"
7484msgstr ""
7485
7486#: builtin/fetch.c:105 builtin/pull.c:195
7487msgid "prune remote-tracking branches no longer on remote"
7488msgstr ""
7489
7490#: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:123
7491msgid "on-demand"
7492msgstr ""
7493
7494#: builtin/fetch.c:107
7495msgid "control recursive fetching of submodules"
7496msgstr ""
7497
7498#: builtin/fetch.c:111 builtin/pull.c:203
7499msgid "keep downloaded pack"
7500msgstr ""
7501
7502#: builtin/fetch.c:113
7503msgid "allow updating of HEAD ref"
7504msgstr ""
7505
7506#: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:206
7507msgid "deepen history of shallow clone"
7508msgstr ""
7509
7510#: builtin/fetch.c:118
7511msgid "deepen history of shallow repository based on time"
7512msgstr ""
7513
7514#: builtin/fetch.c:124 builtin/pull.c:209
7515msgid "convert to a complete repository"
7516msgstr ""
7517
7518#: builtin/fetch.c:126 builtin/log.c:1450
7519msgid "dir"
7520msgstr ""
7521
7522#: builtin/fetch.c:127
7523msgid "prepend this to submodule path output"
7524msgstr ""
7525
7526#: builtin/fetch.c:130
7527msgid ""
7528"default for recursive fetching of submodules (lower priority than config "
7529"files)"
7530msgstr ""
7531
7532#: builtin/fetch.c:134 builtin/pull.c:212
7533msgid "accept refs that update .git/shallow"
7534msgstr ""
7535
7536#: builtin/fetch.c:135 builtin/pull.c:214
7537msgid "refmap"
7538msgstr ""
7539
7540#: builtin/fetch.c:136 builtin/pull.c:215
7541msgid "specify fetch refmap"
7542msgstr ""
7543
7544#: builtin/fetch.c:394
7545msgid "Couldn't find remote ref HEAD"
7546msgstr ""
7547
7548#: builtin/fetch.c:512
7549#, c-format
7550msgid "configuration fetch.output contains invalid value %s"
7551msgstr ""
7552
7553#: builtin/fetch.c:605
7554#, c-format
7555msgid "object %s not found"
7556msgstr ""
7557
7558#: builtin/fetch.c:609
7559msgid "[up to date]"
7560msgstr ""
7561
7562#: builtin/fetch.c:622 builtin/fetch.c:702
7563msgid "[rejected]"
7564msgstr ""
7565
7566#: builtin/fetch.c:623
7567msgid "can't fetch in current branch"
7568msgstr ""
7569
7570#: builtin/fetch.c:632
7571msgid "[tag update]"
7572msgstr ""
7573
7574#: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:682
7575#: builtin/fetch.c:697
7576msgid "unable to update local ref"
7577msgstr ""
7578
7579#: builtin/fetch.c:652
7580msgid "[new tag]"
7581msgstr ""
7582
7583#: builtin/fetch.c:655
7584msgid "[new branch]"
7585msgstr ""
7586
7587#: builtin/fetch.c:658
7588msgid "[new ref]"
7589msgstr ""
7590
7591#: builtin/fetch.c:697
7592msgid "forced update"
7593msgstr ""
7594
7595#: builtin/fetch.c:702
7596msgid "non-fast-forward"
7597msgstr ""
7598
7599#: builtin/fetch.c:747
7600#, c-format
7601msgid "%s did not send all necessary objects\n"
7602msgstr ""
7603
7604#: builtin/fetch.c:767
7605#, c-format
7606msgid "reject %s because shallow roots are not allowed to be updated"
7607msgstr ""
7608
7609#: builtin/fetch.c:855 builtin/fetch.c:951
7610#, c-format
7611msgid "From %.*s\n"
7612msgstr ""
7613
7614#: builtin/fetch.c:866
7615#, c-format
7616msgid ""
7617"some local refs could not be updated; try running\n"
7618" 'git remote prune %s' to remove any old, conflicting branches"
7619msgstr ""
7620
7621#: builtin/fetch.c:921
7622#, c-format
7623msgid "   (%s will become dangling)"
7624msgstr ""
7625
7626#: builtin/fetch.c:922
7627#, c-format
7628msgid "   (%s has become dangling)"
7629msgstr ""
7630
7631#: builtin/fetch.c:954
7632msgid "[deleted]"
7633msgstr ""
7634
7635#: builtin/fetch.c:955 builtin/remote.c:1023
7636msgid "(none)"
7637msgstr ""
7638
7639#: builtin/fetch.c:978
7640#, c-format
7641msgid "Refusing to fetch into current branch %s of non-bare repository"
7642msgstr ""
7643
7644#: builtin/fetch.c:997
7645#, c-format
7646msgid "Option \"%s\" value \"%s\" is not valid for %s"
7647msgstr ""
7648
7649#: builtin/fetch.c:1000
7650#, c-format
7651msgid "Option \"%s\" is ignored for %s\n"
7652msgstr ""
7653
7654#: builtin/fetch.c:1076
7655#, c-format
7656msgid "Don't know how to fetch from %s"
7657msgstr ""
7658
7659#: builtin/fetch.c:1236
7660#, c-format
7661msgid "Fetching %s\n"
7662msgstr ""
7663
7664#: builtin/fetch.c:1238 builtin/remote.c:97
7665#, c-format
7666msgid "Could not fetch %s"
7667msgstr ""
7668
7669#: builtin/fetch.c:1256
7670msgid ""
7671"No remote repository specified.  Please, specify either a URL or a\n"
7672"remote name from which new revisions should be fetched."
7673msgstr ""
7674
7675#: builtin/fetch.c:1279
7676msgid "You need to specify a tag name."
7677msgstr ""
7678
7679#: builtin/fetch.c:1321
7680msgid "Negative depth in --deepen is not supported"
7681msgstr ""
7682
7683#: builtin/fetch.c:1323
7684msgid "--deepen and --depth are mutually exclusive"
7685msgstr ""
7686
7687#: builtin/fetch.c:1328
7688msgid "--depth and --unshallow cannot be used together"
7689msgstr ""
7690
7691#: builtin/fetch.c:1330
7692msgid "--unshallow on a complete repository does not make sense"
7693msgstr ""
7694
7695#: builtin/fetch.c:1349
7696msgid "fetch --all does not take a repository argument"
7697msgstr ""
7698
7699#: builtin/fetch.c:1351
7700msgid "fetch --all does not make sense with refspecs"
7701msgstr ""
7702
7703#: builtin/fetch.c:1362
7704#, c-format
7705msgid "No such remote or remote group: %s"
7706msgstr ""
7707
7708#: builtin/fetch.c:1370
7709msgid "Fetching a group and specifying refspecs does not make sense"
7710msgstr ""
7711
7712#: builtin/fmt-merge-msg.c:15
7713msgid ""
7714"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7715msgstr ""
7716
7717#: builtin/fmt-merge-msg.c:664
7718msgid "populate log with at most <n> entries from shortlog"
7719msgstr ""
7720
7721#: builtin/fmt-merge-msg.c:667
7722msgid "alias for --log (deprecated)"
7723msgstr ""
7724
7725#: builtin/fmt-merge-msg.c:670
7726msgid "text"
7727msgstr ""
7728
7729#: builtin/fmt-merge-msg.c:671
7730msgid "use <text> as start of message"
7731msgstr ""
7732
7733#: builtin/fmt-merge-msg.c:672
7734msgid "file to read from"
7735msgstr ""
7736
7737#: builtin/for-each-ref.c:10
7738msgid "git for-each-ref [<options>] [<pattern>]"
7739msgstr ""
7740
7741#: builtin/for-each-ref.c:11
7742msgid "git for-each-ref [--points-at <object>]"
7743msgstr ""
7744
7745#: builtin/for-each-ref.c:12
7746msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7747msgstr ""
7748
7749#: builtin/for-each-ref.c:13
7750msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7751msgstr ""
7752
7753#: builtin/for-each-ref.c:28
7754msgid "quote placeholders suitably for shells"
7755msgstr ""
7756
7757#: builtin/for-each-ref.c:30
7758msgid "quote placeholders suitably for perl"
7759msgstr ""
7760
7761#: builtin/for-each-ref.c:32
7762msgid "quote placeholders suitably for python"
7763msgstr ""
7764
7765#: builtin/for-each-ref.c:34
7766msgid "quote placeholders suitably for Tcl"
7767msgstr ""
7768
7769#: builtin/for-each-ref.c:37
7770msgid "show only <n> matched refs"
7771msgstr ""
7772
7773#: builtin/for-each-ref.c:42
7774msgid "print only refs which points at the given object"
7775msgstr ""
7776
7777#: builtin/for-each-ref.c:44
7778msgid "print only refs that are merged"
7779msgstr ""
7780
7781#: builtin/for-each-ref.c:45
7782msgid "print only refs that are not merged"
7783msgstr ""
7784
7785#: builtin/for-each-ref.c:46
7786msgid "print only refs which contain the commit"
7787msgstr ""
7788
7789#: builtin/for-each-ref.c:47
7790msgid "print only refs which don't contain the commit"
7791msgstr ""
7792
7793#: builtin/fsck.c:554
7794msgid "Checking object directories"
7795msgstr ""
7796
7797#: builtin/fsck.c:646
7798msgid "git fsck [<options>] [<object>...]"
7799msgstr ""
7800
7801#: builtin/fsck.c:652
7802msgid "show unreachable objects"
7803msgstr ""
7804
7805#: builtin/fsck.c:653
7806msgid "show dangling objects"
7807msgstr ""
7808
7809#: builtin/fsck.c:654
7810msgid "report tags"
7811msgstr ""
7812
7813#: builtin/fsck.c:655
7814msgid "report root nodes"
7815msgstr ""
7816
7817#: builtin/fsck.c:656
7818msgid "make index objects head nodes"
7819msgstr ""
7820
7821#: builtin/fsck.c:657
7822msgid "make reflogs head nodes (default)"
7823msgstr ""
7824
7825#: builtin/fsck.c:658
7826msgid "also consider packs and alternate objects"
7827msgstr ""
7828
7829#: builtin/fsck.c:659
7830msgid "check only connectivity"
7831msgstr ""
7832
7833#: builtin/fsck.c:660
7834msgid "enable more strict checking"
7835msgstr ""
7836
7837#: builtin/fsck.c:662
7838msgid "write dangling objects in .git/lost-found"
7839msgstr ""
7840
7841#: builtin/fsck.c:663 builtin/prune.c:107
7842msgid "show progress"
7843msgstr ""
7844
7845#: builtin/fsck.c:664
7846msgid "show verbose names for reachable objects"
7847msgstr ""
7848
7849#: builtin/fsck.c:725
7850msgid "Checking objects"
7851msgstr ""
7852
7853#: builtin/gc.c:26
7854msgid "git gc [<options>]"
7855msgstr ""
7856
7857#: builtin/gc.c:79
7858#, c-format
7859msgid "Failed to fstat %s: %s"
7860msgstr ""
7861
7862#: builtin/gc.c:311
7863#, c-format
7864msgid "Can't stat %s"
7865msgstr ""
7866
7867#: builtin/gc.c:320
7868#, c-format
7869msgid ""
7870"The last gc run reported the following. Please correct the root cause\n"
7871"and remove %s.\n"
7872"Automatic cleanup will not be performed until the file is removed.\n"
7873"\n"
7874"%s"
7875msgstr ""
7876
7877#: builtin/gc.c:359
7878msgid "prune unreferenced objects"
7879msgstr ""
7880
7881#: builtin/gc.c:361
7882msgid "be more thorough (increased runtime)"
7883msgstr ""
7884
7885#: builtin/gc.c:362
7886msgid "enable auto-gc mode"
7887msgstr ""
7888
7889#: builtin/gc.c:363
7890msgid "force running gc even if there may be another gc running"
7891msgstr ""
7892
7893#: builtin/gc.c:380
7894#, c-format
7895msgid "Failed to parse gc.logexpiry value %s"
7896msgstr ""
7897
7898#: builtin/gc.c:408
7899#, c-format
7900msgid "Auto packing the repository in background for optimum performance.\n"
7901msgstr ""
7902
7903#: builtin/gc.c:410
7904#, c-format
7905msgid "Auto packing the repository for optimum performance.\n"
7906msgstr ""
7907
7908#: builtin/gc.c:411
7909#, c-format
7910msgid "See \"git help gc\" for manual housekeeping.\n"
7911msgstr ""
7912
7913#: builtin/gc.c:436
7914#, c-format
7915msgid ""
7916"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7917msgstr ""
7918
7919#: builtin/gc.c:480
7920msgid ""
7921"There are too many unreachable loose objects; run 'git prune' to remove them."
7922msgstr ""
7923
7924#: builtin/grep.c:27
7925msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7926msgstr ""
7927
7928#: builtin/grep.c:235
7929#, c-format
7930msgid "grep: failed to create thread: %s"
7931msgstr ""
7932
7933#: builtin/grep.c:293
7934#, c-format
7935msgid "invalid number of threads specified (%d) for %s"
7936msgstr ""
7937
7938#. TRANSLATORS: %s is the configuration
7939#. variable for tweaking threads, currently
7940#. grep.threads
7941#.
7942#: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:1692
7943#, c-format
7944msgid "no threads support, ignoring %s"
7945msgstr ""
7946
7947#: builtin/grep.c:788 builtin/grep.c:829
7948#, c-format
7949msgid "unable to read tree (%s)"
7950msgstr ""
7951
7952#: builtin/grep.c:848
7953#, c-format
7954msgid "unable to grep from object of type %s"
7955msgstr ""
7956
7957#: builtin/grep.c:912
7958#, c-format
7959msgid "switch `%c' expects a numerical value"
7960msgstr ""
7961
7962#: builtin/grep.c:999
7963msgid "search in index instead of in the work tree"
7964msgstr ""
7965
7966#: builtin/grep.c:1001
7967msgid "find in contents not managed by git"
7968msgstr ""
7969
7970#: builtin/grep.c:1003
7971msgid "search in both tracked and untracked files"
7972msgstr ""
7973
7974#: builtin/grep.c:1005
7975msgid "ignore files specified via '.gitignore'"
7976msgstr ""
7977
7978#: builtin/grep.c:1007
7979msgid "recursively search in each submodule"
7980msgstr ""
7981
7982#: builtin/grep.c:1009
7983msgid "basename"
7984msgstr ""
7985
7986#: builtin/grep.c:1010
7987msgid "prepend parent project's basename to output"
7988msgstr ""
7989
7990#: builtin/grep.c:1013
7991msgid "show non-matching lines"
7992msgstr ""
7993
7994#: builtin/grep.c:1015
7995msgid "case insensitive matching"
7996msgstr ""
7997
7998#: builtin/grep.c:1017
7999msgid "match patterns only at word boundaries"
8000msgstr ""
8001
8002#: builtin/grep.c:1019
8003msgid "process binary files as text"
8004msgstr ""
8005
8006#: builtin/grep.c:1021
8007msgid "don't match patterns in binary files"
8008msgstr ""
8009
8010#: builtin/grep.c:1024
8011msgid "process binary files with textconv filters"
8012msgstr ""
8013
8014#: builtin/grep.c:1026
8015msgid "descend at most <depth> levels"
8016msgstr ""
8017
8018#: builtin/grep.c:1030
8019msgid "use extended POSIX regular expressions"
8020msgstr ""
8021
8022#: builtin/grep.c:1033
8023msgid "use basic POSIX regular expressions (default)"
8024msgstr ""
8025
8026#: builtin/grep.c:1036
8027msgid "interpret patterns as fixed strings"
8028msgstr ""
8029
8030#: builtin/grep.c:1039
8031msgid "use Perl-compatible regular expressions"
8032msgstr ""
8033
8034#: builtin/grep.c:1042
8035msgid "show line numbers"
8036msgstr ""
8037
8038#: builtin/grep.c:1043
8039msgid "don't show filenames"
8040msgstr ""
8041
8042#: builtin/grep.c:1044
8043msgid "show filenames"
8044msgstr ""
8045
8046#: builtin/grep.c:1046
8047msgid "show filenames relative to top directory"
8048msgstr ""
8049
8050#: builtin/grep.c:1048
8051msgid "show only filenames instead of matching lines"
8052msgstr ""
8053
8054#: builtin/grep.c:1050
8055msgid "synonym for --files-with-matches"
8056msgstr ""
8057
8058#: builtin/grep.c:1053
8059msgid "show only the names of files without match"
8060msgstr ""
8061
8062#: builtin/grep.c:1055
8063msgid "print NUL after filenames"
8064msgstr ""
8065
8066#: builtin/grep.c:1057
8067msgid "show the number of matches instead of matching lines"
8068msgstr ""
8069
8070#: builtin/grep.c:1058
8071msgid "highlight matches"
8072msgstr ""
8073
8074#: builtin/grep.c:1060
8075msgid "print empty line between matches from different files"
8076msgstr ""
8077
8078#: builtin/grep.c:1062
8079msgid "show filename only once above matches from same file"
8080msgstr ""
8081
8082#: builtin/grep.c:1065
8083msgid "show <n> context lines before and after matches"
8084msgstr ""
8085
8086#: builtin/grep.c:1068
8087msgid "show <n> context lines before matches"
8088msgstr ""
8089
8090#: builtin/grep.c:1070
8091msgid "show <n> context lines after matches"
8092msgstr ""
8093
8094#: builtin/grep.c:1072
8095msgid "use <n> worker threads"
8096msgstr ""
8097
8098#: builtin/grep.c:1073
8099msgid "shortcut for -C NUM"
8100msgstr ""
8101
8102#: builtin/grep.c:1076
8103msgid "show a line with the function name before matches"
8104msgstr ""
8105
8106#: builtin/grep.c:1078
8107msgid "show the surrounding function"
8108msgstr ""
8109
8110#: builtin/grep.c:1081
8111msgid "read patterns from file"
8112msgstr ""
8113
8114#: builtin/grep.c:1083
8115msgid "match <pattern>"
8116msgstr ""
8117
8118#: builtin/grep.c:1085
8119msgid "combine patterns specified with -e"
8120msgstr ""
8121
8122#: builtin/grep.c:1097
8123msgid "indicate hit with exit status without output"
8124msgstr ""
8125
8126#: builtin/grep.c:1099
8127msgid "show only matches from files that match all patterns"
8128msgstr ""
8129
8130#: builtin/grep.c:1101
8131msgid "show parse tree for grep expression"
8132msgstr ""
8133
8134#: builtin/grep.c:1105
8135msgid "pager"
8136msgstr ""
8137
8138#: builtin/grep.c:1105
8139msgid "show matching files in the pager"
8140msgstr ""
8141
8142#: builtin/grep.c:1108
8143msgid "allow calling of grep(1) (ignored by this build)"
8144msgstr ""
8145
8146#: builtin/grep.c:1172
8147msgid "no pattern given."
8148msgstr ""
8149
8150#: builtin/grep.c:1204
8151msgid "--no-index or --untracked cannot be used with revs"
8152msgstr ""
8153
8154#: builtin/grep.c:1211
8155#, c-format
8156msgid "unable to resolve revision: %s"
8157msgstr ""
8158
8159#: builtin/grep.c:1245 builtin/index-pack.c:1490
8160#, c-format
8161msgid "invalid number of threads specified (%d)"
8162msgstr ""
8163
8164#: builtin/grep.c:1250
8165msgid "no threads support, ignoring --threads"
8166msgstr ""
8167
8168#: builtin/grep.c:1281
8169msgid "--open-files-in-pager only works on the worktree"
8170msgstr ""
8171
8172#: builtin/grep.c:1304
8173msgid "option not supported with --recurse-submodules."
8174msgstr ""
8175
8176#: builtin/grep.c:1310
8177msgid "--cached or --untracked cannot be used with --no-index."
8178msgstr ""
8179
8180#: builtin/grep.c:1316
8181msgid "--[no-]exclude-standard cannot be used for tracked contents."
8182msgstr ""
8183
8184#: builtin/grep.c:1324
8185msgid "both --cached and trees are given."
8186msgstr ""
8187
8188#: builtin/hash-object.c:82
8189msgid ""
8190"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8191"[--] <file>..."
8192msgstr ""
8193
8194#: builtin/hash-object.c:83
8195msgid "git hash-object  --stdin-paths"
8196msgstr ""
8197
8198#: builtin/hash-object.c:95
8199msgid "type"
8200msgstr ""
8201
8202#: builtin/hash-object.c:95
8203msgid "object type"
8204msgstr ""
8205
8206#: builtin/hash-object.c:96
8207msgid "write the object into the object database"
8208msgstr ""
8209
8210#: builtin/hash-object.c:98
8211msgid "read the object from stdin"
8212msgstr ""
8213
8214#: builtin/hash-object.c:100
8215msgid "store file as is without filters"
8216msgstr ""
8217
8218#: builtin/hash-object.c:101
8219msgid ""
8220"just hash any random garbage to create corrupt objects for debugging Git"
8221msgstr ""
8222
8223#: builtin/hash-object.c:102
8224msgid "process file as it were from this path"
8225msgstr ""
8226
8227#: builtin/help.c:43
8228msgid "print all available commands"
8229msgstr ""
8230
8231#: builtin/help.c:44
8232msgid "exclude guides"
8233msgstr ""
8234
8235#: builtin/help.c:45
8236msgid "print list of useful guides"
8237msgstr ""
8238
8239#: builtin/help.c:46
8240msgid "show man page"
8241msgstr ""
8242
8243#: builtin/help.c:47
8244msgid "show manual in web browser"
8245msgstr ""
8246
8247#: builtin/help.c:49
8248msgid "show info page"
8249msgstr ""
8250
8251#: builtin/help.c:55
8252msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8253msgstr ""
8254
8255#: builtin/help.c:67
8256#, c-format
8257msgid "unrecognized help format '%s'"
8258msgstr ""
8259
8260#: builtin/help.c:94
8261msgid "Failed to start emacsclient."
8262msgstr ""
8263
8264#: builtin/help.c:107
8265msgid "Failed to parse emacsclient version."
8266msgstr ""
8267
8268#: builtin/help.c:115
8269#, c-format
8270msgid "emacsclient version '%d' too old (< 22)."
8271msgstr ""
8272
8273#: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:171
8274#, c-format
8275msgid "failed to exec '%s'"
8276msgstr ""
8277
8278#: builtin/help.c:208
8279#, c-format
8280msgid ""
8281"'%s': path for unsupported man viewer.\n"
8282"Please consider using 'man.<tool>.cmd' instead."
8283msgstr ""
8284
8285#: builtin/help.c:220
8286#, c-format
8287msgid ""
8288"'%s': cmd for supported man viewer.\n"
8289"Please consider using 'man.<tool>.path' instead."
8290msgstr ""
8291
8292#: builtin/help.c:337
8293#, c-format
8294msgid "'%s': unknown man viewer."
8295msgstr ""
8296
8297#: builtin/help.c:354
8298msgid "no man viewer handled the request"
8299msgstr ""
8300
8301#: builtin/help.c:362
8302msgid "no info viewer handled the request"
8303msgstr ""
8304
8305#: builtin/help.c:404
8306msgid "Defining attributes per path"
8307msgstr ""
8308
8309#: builtin/help.c:405
8310msgid "Everyday Git With 20 Commands Or So"
8311msgstr ""
8312
8313#: builtin/help.c:406
8314msgid "A Git glossary"
8315msgstr ""
8316
8317#: builtin/help.c:407
8318msgid "Specifies intentionally untracked files to ignore"
8319msgstr ""
8320
8321#: builtin/help.c:408
8322msgid "Defining submodule properties"
8323msgstr ""
8324
8325#: builtin/help.c:409
8326msgid "Specifying revisions and ranges for Git"
8327msgstr ""
8328
8329#: builtin/help.c:410
8330msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8331msgstr ""
8332
8333#: builtin/help.c:411
8334msgid "An overview of recommended workflows with Git"
8335msgstr ""
8336
8337#: builtin/help.c:423
8338msgid "The common Git guides are:\n"
8339msgstr ""
8340
8341#: builtin/help.c:441
8342#, c-format
8343msgid "`git %s' is aliased to `%s'"
8344msgstr ""
8345
8346#: builtin/help.c:463 builtin/help.c:480
8347#, c-format
8348msgid "usage: %s%s"
8349msgstr ""
8350
8351#: builtin/index-pack.c:155
8352#, c-format
8353msgid "unable to open %s"
8354msgstr ""
8355
8356#: builtin/index-pack.c:205
8357#, c-format
8358msgid "object type mismatch at %s"
8359msgstr ""
8360
8361#: builtin/index-pack.c:225
8362#, c-format
8363msgid "did not receive expected object %s"
8364msgstr ""
8365
8366#: builtin/index-pack.c:228
8367#, c-format
8368msgid "object %s: expected type %s, found %s"
8369msgstr ""
8370
8371#: builtin/index-pack.c:270
8372#, c-format
8373msgid "cannot fill %d byte"
8374msgid_plural "cannot fill %d bytes"
8375msgstr[0] ""
8376msgstr[1] ""
8377
8378#: builtin/index-pack.c:280
8379msgid "early EOF"
8380msgstr ""
8381
8382#: builtin/index-pack.c:281
8383msgid "read error on input"
8384msgstr ""
8385
8386#: builtin/index-pack.c:293
8387msgid "used more bytes than were available"
8388msgstr ""
8389
8390#: builtin/index-pack.c:300
8391msgid "pack too large for current definition of off_t"
8392msgstr ""
8393
8394#: builtin/index-pack.c:303 builtin/unpack-objects.c:93
8395msgid "pack exceeds maximum allowed size"
8396msgstr ""
8397
8398#: builtin/index-pack.c:318
8399#, c-format
8400msgid "unable to create '%s'"
8401msgstr ""
8402
8403#: builtin/index-pack.c:324
8404#, c-format
8405msgid "cannot open packfile '%s'"
8406msgstr ""
8407
8408#: builtin/index-pack.c:338
8409msgid "pack signature mismatch"
8410msgstr ""
8411
8412#: builtin/index-pack.c:340
8413#, c-format
8414msgid "pack version %<PRIu32> unsupported"
8415msgstr ""
8416
8417#: builtin/index-pack.c:358
8418#, c-format
8419msgid "pack has bad object at offset %<PRIuMAX>: %s"
8420msgstr ""
8421
8422#: builtin/index-pack.c:479
8423#, c-format
8424msgid "inflate returned %d"
8425msgstr ""
8426
8427#: builtin/index-pack.c:528
8428msgid "offset value overflow for delta base object"
8429msgstr ""
8430
8431#: builtin/index-pack.c:536
8432msgid "delta base offset is out of bound"
8433msgstr ""
8434
8435#: builtin/index-pack.c:544
8436#, c-format
8437msgid "unknown object type %d"
8438msgstr ""
8439
8440#: builtin/index-pack.c:575
8441msgid "cannot pread pack file"
8442msgstr ""
8443
8444#: builtin/index-pack.c:577
8445#, c-format
8446msgid "premature end of pack file, %<PRIuMAX> byte missing"
8447msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8448msgstr[0] ""
8449msgstr[1] ""
8450
8451#: builtin/index-pack.c:603
8452msgid "serious inflate inconsistency"
8453msgstr ""
8454
8455#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8456#: builtin/index-pack.c:816 builtin/index-pack.c:825
8457#, c-format
8458msgid "SHA1 COLLISION FOUND WITH %s !"
8459msgstr ""
8460
8461#: builtin/index-pack.c:751 builtin/pack-objects.c:167
8462#: builtin/pack-objects.c:261
8463#, c-format
8464msgid "unable to read %s"
8465msgstr ""
8466
8467#: builtin/index-pack.c:814
8468#, c-format
8469msgid "cannot read existing object info %s"
8470msgstr ""
8471
8472#: builtin/index-pack.c:822
8473#, c-format
8474msgid "cannot read existing object %s"
8475msgstr ""
8476
8477#: builtin/index-pack.c:836
8478#, c-format
8479msgid "invalid blob object %s"
8480msgstr ""
8481
8482#: builtin/index-pack.c:851
8483#, c-format
8484msgid "invalid %s"
8485msgstr ""
8486
8487#: builtin/index-pack.c:854
8488msgid "Error in object"
8489msgstr ""
8490
8491#: builtin/index-pack.c:856
8492#, c-format
8493msgid "Not all child objects of %s are reachable"
8494msgstr ""
8495
8496#: builtin/index-pack.c:928 builtin/index-pack.c:959
8497msgid "failed to apply delta"
8498msgstr ""
8499
8500#: builtin/index-pack.c:1130
8501msgid "Receiving objects"
8502msgstr ""
8503
8504#: builtin/index-pack.c:1130
8505msgid "Indexing objects"
8506msgstr ""
8507
8508#: builtin/index-pack.c:1164
8509msgid "pack is corrupted (SHA1 mismatch)"
8510msgstr ""
8511
8512#: builtin/index-pack.c:1169
8513msgid "cannot fstat packfile"
8514msgstr ""
8515
8516#: builtin/index-pack.c:1172
8517msgid "pack has junk at the end"
8518msgstr ""
8519
8520#: builtin/index-pack.c:1184
8521msgid "confusion beyond insanity in parse_pack_objects()"
8522msgstr ""
8523
8524#: builtin/index-pack.c:1207
8525msgid "Resolving deltas"
8526msgstr ""
8527
8528#: builtin/index-pack.c:1218
8529#, c-format
8530msgid "unable to create thread: %s"
8531msgstr ""
8532
8533#: builtin/index-pack.c:1260
8534msgid "confusion beyond insanity"
8535msgstr ""
8536
8537#: builtin/index-pack.c:1266
8538#, c-format
8539msgid "completed with %d local object"
8540msgid_plural "completed with %d local objects"
8541msgstr[0] ""
8542msgstr[1] ""
8543
8544#: builtin/index-pack.c:1278
8545#, c-format
8546msgid "Unexpected tail checksum for %s (disk corruption?)"
8547msgstr ""
8548
8549#: builtin/index-pack.c:1282
8550#, c-format
8551msgid "pack has %d unresolved delta"
8552msgid_plural "pack has %d unresolved deltas"
8553msgstr[0] ""
8554msgstr[1] ""
8555
8556#: builtin/index-pack.c:1306
8557#, c-format
8558msgid "unable to deflate appended object (%d)"
8559msgstr ""
8560
8561#: builtin/index-pack.c:1382
8562#, c-format
8563msgid "local object %s is corrupt"
8564msgstr ""
8565
8566#: builtin/index-pack.c:1408
8567msgid "error while closing pack file"
8568msgstr ""
8569
8570#: builtin/index-pack.c:1420
8571#, c-format
8572msgid "cannot write keep file '%s'"
8573msgstr ""
8574
8575#: builtin/index-pack.c:1428
8576#, c-format
8577msgid "cannot close written keep file '%s'"
8578msgstr ""
8579
8580#: builtin/index-pack.c:1438
8581msgid "cannot store pack file"
8582msgstr ""
8583
8584#: builtin/index-pack.c:1446
8585msgid "cannot store index file"
8586msgstr ""
8587
8588#: builtin/index-pack.c:1484
8589#, c-format
8590msgid "bad pack.indexversion=%<PRIu32>"
8591msgstr ""
8592
8593#: builtin/index-pack.c:1552
8594#, c-format
8595msgid "Cannot open existing pack file '%s'"
8596msgstr ""
8597
8598#: builtin/index-pack.c:1554
8599#, c-format
8600msgid "Cannot open existing pack idx file for '%s'"
8601msgstr ""
8602
8603#: builtin/index-pack.c:1602
8604#, c-format
8605msgid "non delta: %d object"
8606msgid_plural "non delta: %d objects"
8607msgstr[0] ""
8608msgstr[1] ""
8609
8610#: builtin/index-pack.c:1609
8611#, c-format
8612msgid "chain length = %d: %lu object"
8613msgid_plural "chain length = %d: %lu objects"
8614msgstr[0] ""
8615msgstr[1] ""
8616
8617#: builtin/index-pack.c:1622
8618#, c-format
8619msgid "packfile name '%s' does not end with '.pack'"
8620msgstr ""
8621
8622#: builtin/index-pack.c:1704 builtin/index-pack.c:1707
8623#: builtin/index-pack.c:1723 builtin/index-pack.c:1727
8624#, c-format
8625msgid "bad %s"
8626msgstr ""
8627
8628#: builtin/index-pack.c:1743
8629msgid "--fix-thin cannot be used without --stdin"
8630msgstr ""
8631
8632#: builtin/index-pack.c:1745
8633msgid "--stdin requires a git repository"
8634msgstr ""
8635
8636#: builtin/index-pack.c:1753
8637msgid "--verify with no packfile name given"
8638msgstr ""
8639
8640#: builtin/init-db.c:55
8641#, c-format
8642msgid "cannot stat '%s'"
8643msgstr ""
8644
8645#: builtin/init-db.c:61
8646#, c-format
8647msgid "cannot stat template '%s'"
8648msgstr ""
8649
8650#: builtin/init-db.c:66
8651#, c-format
8652msgid "cannot opendir '%s'"
8653msgstr ""
8654
8655#: builtin/init-db.c:77
8656#, c-format
8657msgid "cannot readlink '%s'"
8658msgstr ""
8659
8660#: builtin/init-db.c:79
8661#, c-format
8662msgid "cannot symlink '%s' '%s'"
8663msgstr ""
8664
8665#: builtin/init-db.c:85
8666#, c-format
8667msgid "cannot copy '%s' to '%s'"
8668msgstr ""
8669
8670#: builtin/init-db.c:89
8671#, c-format
8672msgid "ignoring template %s"
8673msgstr ""
8674
8675#: builtin/init-db.c:120
8676#, c-format
8677msgid "templates not found %s"
8678msgstr ""
8679
8680#: builtin/init-db.c:135
8681#, c-format
8682msgid "not copying templates from '%s': %s"
8683msgstr ""
8684
8685#: builtin/init-db.c:328
8686#, c-format
8687msgid "unable to handle file type %d"
8688msgstr ""
8689
8690#: builtin/init-db.c:331
8691#, c-format
8692msgid "unable to move %s to %s"
8693msgstr ""
8694
8695#: builtin/init-db.c:348 builtin/init-db.c:351
8696#, c-format
8697msgid "%s already exists"
8698msgstr ""
8699
8700#: builtin/init-db.c:404
8701#, c-format
8702msgid "Reinitialized existing shared Git repository in %s%s\n"
8703msgstr ""
8704
8705#: builtin/init-db.c:405
8706#, c-format
8707msgid "Reinitialized existing Git repository in %s%s\n"
8708msgstr ""
8709
8710#: builtin/init-db.c:409
8711#, c-format
8712msgid "Initialized empty shared Git repository in %s%s\n"
8713msgstr ""
8714
8715#: builtin/init-db.c:410
8716#, c-format
8717msgid "Initialized empty Git repository in %s%s\n"
8718msgstr ""
8719
8720#: builtin/init-db.c:458
8721msgid ""
8722"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8723"shared[=<permissions>]] [<directory>]"
8724msgstr ""
8725
8726#: builtin/init-db.c:481
8727msgid "permissions"
8728msgstr ""
8729
8730#: builtin/init-db.c:482
8731msgid "specify that the git repository is to be shared amongst several users"
8732msgstr ""
8733
8734#: builtin/init-db.c:516 builtin/init-db.c:521
8735#, c-format
8736msgid "cannot mkdir %s"
8737msgstr ""
8738
8739#: builtin/init-db.c:525
8740#, c-format
8741msgid "cannot chdir to %s"
8742msgstr ""
8743
8744#: builtin/init-db.c:546
8745#, c-format
8746msgid ""
8747"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8748"dir=<directory>)"
8749msgstr ""
8750
8751#: builtin/init-db.c:574
8752#, c-format
8753msgid "Cannot access work tree '%s'"
8754msgstr ""
8755
8756#: builtin/interpret-trailers.c:15
8757msgid ""
8758"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8759"<token>[(=|:)<value>])...] [<file>...]"
8760msgstr ""
8761
8762#: builtin/interpret-trailers.c:26
8763msgid "edit files in place"
8764msgstr ""
8765
8766#: builtin/interpret-trailers.c:27
8767msgid "trim empty trailers"
8768msgstr ""
8769
8770#: builtin/interpret-trailers.c:28
8771msgid "trailer"
8772msgstr ""
8773
8774#: builtin/interpret-trailers.c:29
8775msgid "trailer(s) to add"
8776msgstr ""
8777
8778#: builtin/interpret-trailers.c:42
8779msgid "no input file given for in-place editing"
8780msgstr ""
8781
8782#: builtin/log.c:45
8783msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8784msgstr ""
8785
8786#: builtin/log.c:46
8787msgid "git show [<options>] <object>..."
8788msgstr ""
8789
8790#: builtin/log.c:90
8791#, c-format
8792msgid "invalid --decorate option: %s"
8793msgstr ""
8794
8795#: builtin/log.c:147
8796msgid "suppress diff output"
8797msgstr ""
8798
8799#: builtin/log.c:148
8800msgid "show source"
8801msgstr ""
8802
8803#: builtin/log.c:149
8804msgid "Use mail map file"
8805msgstr ""
8806
8807#: builtin/log.c:150
8808msgid "decorate options"
8809msgstr ""
8810
8811#: builtin/log.c:153
8812msgid "Process line range n,m in file, counting from 1"
8813msgstr ""
8814
8815#: builtin/log.c:249
8816#, c-format
8817msgid "Final output: %d %s\n"
8818msgstr ""
8819
8820#: builtin/log.c:497
8821#, c-format
8822msgid "git show %s: bad file"
8823msgstr ""
8824
8825#: builtin/log.c:512 builtin/log.c:606
8826#, c-format
8827msgid "Could not read object %s"
8828msgstr ""
8829
8830#: builtin/log.c:630
8831#, c-format
8832msgid "Unknown type: %d"
8833msgstr ""
8834
8835#: builtin/log.c:751
8836msgid "format.headers without value"
8837msgstr ""
8838
8839#: builtin/log.c:852
8840msgid "name of output directory is too long"
8841msgstr ""
8842
8843#: builtin/log.c:868
8844#, c-format
8845msgid "Cannot open patch file %s"
8846msgstr ""
8847
8848#: builtin/log.c:885
8849msgid "Need exactly one range."
8850msgstr ""
8851
8852#: builtin/log.c:895
8853msgid "Not a range."
8854msgstr ""
8855
8856#: builtin/log.c:1001
8857msgid "Cover letter needs email format"
8858msgstr ""
8859
8860#: builtin/log.c:1081
8861#, c-format
8862msgid "insane in-reply-to: %s"
8863msgstr ""
8864
8865#: builtin/log.c:1108
8866msgid "git format-patch [<options>] [<since> | <revision-range>]"
8867msgstr ""
8868
8869#: builtin/log.c:1158
8870msgid "Two output directories?"
8871msgstr ""
8872
8873#: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:1922
8874#, c-format
8875msgid "Unknown commit %s"
8876msgstr ""
8877
8878#: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:533
8879#, c-format
8880msgid "Failed to resolve '%s' as a valid ref."
8881msgstr ""
8882
8883#: builtin/log.c:1280
8884msgid "Could not find exact merge base."
8885msgstr ""
8886
8887#: builtin/log.c:1284
8888msgid ""
8889"Failed to get upstream, if you want to record base commit automatically,\n"
8890"please use git branch --set-upstream-to to track a remote branch.\n"
8891"Or you could specify base commit by --base=<base-commit-id> manually."
8892msgstr ""
8893
8894#: builtin/log.c:1304
8895msgid "Failed to find exact merge base"
8896msgstr ""
8897
8898#: builtin/log.c:1315
8899msgid "base commit should be the ancestor of revision list"
8900msgstr ""
8901
8902#: builtin/log.c:1319
8903msgid "base commit shouldn't be in revision list"
8904msgstr ""
8905
8906#: builtin/log.c:1368
8907msgid "cannot get patch id"
8908msgstr ""
8909
8910#: builtin/log.c:1425
8911msgid "use [PATCH n/m] even with a single patch"
8912msgstr ""
8913
8914#: builtin/log.c:1428
8915msgid "use [PATCH] even with multiple patches"
8916msgstr ""
8917
8918#: builtin/log.c:1432
8919msgid "print patches to standard out"
8920msgstr ""
8921
8922#: builtin/log.c:1434
8923msgid "generate a cover letter"
8924msgstr ""
8925
8926#: builtin/log.c:1436
8927msgid "use simple number sequence for output file names"
8928msgstr ""
8929
8930#: builtin/log.c:1437
8931msgid "sfx"
8932msgstr ""
8933
8934#: builtin/log.c:1438
8935msgid "use <sfx> instead of '.patch'"
8936msgstr ""
8937
8938#: builtin/log.c:1440
8939msgid "start numbering patches at <n> instead of 1"
8940msgstr ""
8941
8942#: builtin/log.c:1442
8943msgid "mark the series as Nth re-roll"
8944msgstr ""
8945
8946#: builtin/log.c:1444
8947msgid "Use [RFC PATCH] instead of [PATCH]"
8948msgstr ""
8949
8950#: builtin/log.c:1447
8951msgid "Use [<prefix>] instead of [PATCH]"
8952msgstr ""
8953
8954#: builtin/log.c:1450
8955msgid "store resulting files in <dir>"
8956msgstr ""
8957
8958#: builtin/log.c:1453
8959msgid "don't strip/add [PATCH]"
8960msgstr ""
8961
8962#: builtin/log.c:1456
8963msgid "don't output binary diffs"
8964msgstr ""
8965
8966#: builtin/log.c:1458
8967msgid "output all-zero hash in From header"
8968msgstr ""
8969
8970#: builtin/log.c:1460
8971msgid "don't include a patch matching a commit upstream"
8972msgstr ""
8973
8974#: builtin/log.c:1462
8975msgid "show patch format instead of default (patch + stat)"
8976msgstr ""
8977
8978#: builtin/log.c:1464
8979msgid "Messaging"
8980msgstr ""
8981
8982#: builtin/log.c:1465
8983msgid "header"
8984msgstr ""
8985
8986#: builtin/log.c:1466
8987msgid "add email header"
8988msgstr ""
8989
8990#: builtin/log.c:1467 builtin/log.c:1469
8991msgid "email"
8992msgstr ""
8993
8994#: builtin/log.c:1467
8995msgid "add To: header"
8996msgstr ""
8997
8998#: builtin/log.c:1469
8999msgid "add Cc: header"
9000msgstr ""
9001
9002#: builtin/log.c:1471
9003msgid "ident"
9004msgstr ""
9005
9006#: builtin/log.c:1472
9007msgid "set From address to <ident> (or committer ident if absent)"
9008msgstr ""
9009
9010#: builtin/log.c:1474
9011msgid "message-id"
9012msgstr ""
9013
9014#: builtin/log.c:1475
9015msgid "make first mail a reply to <message-id>"
9016msgstr ""
9017
9018#: builtin/log.c:1476 builtin/log.c:1479
9019msgid "boundary"
9020msgstr ""
9021
9022#: builtin/log.c:1477
9023msgid "attach the patch"
9024msgstr ""
9025
9026#: builtin/log.c:1480
9027msgid "inline the patch"
9028msgstr ""
9029
9030#: builtin/log.c:1484
9031msgid "enable message threading, styles: shallow, deep"
9032msgstr ""
9033
9034#: builtin/log.c:1486
9035msgid "signature"
9036msgstr ""
9037
9038#: builtin/log.c:1487
9039msgid "add a signature"
9040msgstr ""
9041
9042#: builtin/log.c:1488
9043msgid "base-commit"
9044msgstr ""
9045
9046#: builtin/log.c:1489
9047msgid "add prerequisite tree info to the patch series"
9048msgstr ""
9049
9050#: builtin/log.c:1491
9051msgid "add a signature from a file"
9052msgstr ""
9053
9054#: builtin/log.c:1492
9055msgid "don't print the patch filenames"
9056msgstr ""
9057
9058#: builtin/log.c:1567
9059#, c-format
9060msgid "invalid ident line: %s"
9061msgstr ""
9062
9063#: builtin/log.c:1582
9064msgid "-n and -k are mutually exclusive."
9065msgstr ""
9066
9067#: builtin/log.c:1584
9068msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9069msgstr ""
9070
9071#: builtin/log.c:1592
9072msgid "--name-only does not make sense"
9073msgstr ""
9074
9075#: builtin/log.c:1594
9076msgid "--name-status does not make sense"
9077msgstr ""
9078
9079#: builtin/log.c:1596
9080msgid "--check does not make sense"
9081msgstr ""
9082
9083#: builtin/log.c:1626
9084msgid "standard output, or directory, which one?"
9085msgstr ""
9086
9087#: builtin/log.c:1628
9088#, c-format
9089msgid "Could not create directory '%s'"
9090msgstr ""
9091
9092#: builtin/log.c:1722
9093#, c-format
9094msgid "unable to read signature file '%s'"
9095msgstr ""
9096
9097#: builtin/log.c:1794
9098msgid "Failed to create output files"
9099msgstr ""
9100
9101#: builtin/log.c:1843
9102msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9103msgstr ""
9104
9105#: builtin/log.c:1897
9106#, c-format
9107msgid ""
9108"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9109msgstr ""
9110
9111#: builtin/ls-files.c:468
9112msgid "git ls-files [<options>] [<file>...]"
9113msgstr ""
9114
9115#: builtin/ls-files.c:517
9116msgid "identify the file status with tags"
9117msgstr ""
9118
9119#: builtin/ls-files.c:519
9120msgid "use lowercase letters for 'assume unchanged' files"
9121msgstr ""
9122
9123#: builtin/ls-files.c:521
9124msgid "show cached files in the output (default)"
9125msgstr ""
9126
9127#: builtin/ls-files.c:523
9128msgid "show deleted files in the output"
9129msgstr ""
9130
9131#: builtin/ls-files.c:525
9132msgid "show modified files in the output"
9133msgstr ""
9134
9135#: builtin/ls-files.c:527
9136msgid "show other files in the output"
9137msgstr ""
9138
9139#: builtin/ls-files.c:529
9140msgid "show ignored files in the output"
9141msgstr ""
9142
9143#: builtin/ls-files.c:532
9144msgid "show staged contents' object name in the output"
9145msgstr ""
9146
9147#: builtin/ls-files.c:534
9148msgid "show files on the filesystem that need to be removed"
9149msgstr ""
9150
9151#: builtin/ls-files.c:536
9152msgid "show 'other' directories' names only"
9153msgstr ""
9154
9155#: builtin/ls-files.c:538
9156msgid "show line endings of files"
9157msgstr ""
9158
9159#: builtin/ls-files.c:540
9160msgid "don't show empty directories"
9161msgstr ""
9162
9163#: builtin/ls-files.c:543
9164msgid "show unmerged files in the output"
9165msgstr ""
9166
9167#: builtin/ls-files.c:545
9168msgid "show resolve-undo information"
9169msgstr ""
9170
9171#: builtin/ls-files.c:547
9172msgid "skip files matching pattern"
9173msgstr ""
9174
9175#: builtin/ls-files.c:550
9176msgid "exclude patterns are read from <file>"
9177msgstr ""
9178
9179#: builtin/ls-files.c:553
9180msgid "read additional per-directory exclude patterns in <file>"
9181msgstr ""
9182
9183#: builtin/ls-files.c:555
9184msgid "add the standard git exclusions"
9185msgstr ""
9186
9187#: builtin/ls-files.c:558
9188msgid "make the output relative to the project top directory"
9189msgstr ""
9190
9191#: builtin/ls-files.c:561
9192msgid "recurse through submodules"
9193msgstr ""
9194
9195#: builtin/ls-files.c:563
9196msgid "if any <file> is not in the index, treat this as an error"
9197msgstr ""
9198
9199#: builtin/ls-files.c:564
9200msgid "tree-ish"
9201msgstr ""
9202
9203#: builtin/ls-files.c:565
9204msgid "pretend that paths removed since <tree-ish> are still present"
9205msgstr ""
9206
9207#: builtin/ls-files.c:567
9208msgid "show debugging data"
9209msgstr ""
9210
9211#: builtin/ls-remote.c:7
9212msgid ""
9213"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9214"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9215"                     [--symref] [<repository> [<refs>...]]"
9216msgstr ""
9217
9218#: builtin/ls-remote.c:52
9219msgid "do not print remote URL"
9220msgstr ""
9221
9222#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9223msgid "exec"
9224msgstr ""
9225
9226#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9227msgid "path of git-upload-pack on the remote host"
9228msgstr ""
9229
9230#: builtin/ls-remote.c:58
9231msgid "limit to tags"
9232msgstr ""
9233
9234#: builtin/ls-remote.c:59
9235msgid "limit to heads"
9236msgstr ""
9237
9238#: builtin/ls-remote.c:60
9239msgid "do not show peeled tags"
9240msgstr ""
9241
9242#: builtin/ls-remote.c:62
9243msgid "take url.<base>.insteadOf into account"
9244msgstr ""
9245
9246#: builtin/ls-remote.c:64
9247msgid "exit with exit code 2 if no matching refs are found"
9248msgstr ""
9249
9250#: builtin/ls-remote.c:66
9251msgid "show underlying ref in addition to the object pointed by it"
9252msgstr ""
9253
9254#: builtin/ls-tree.c:29
9255msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9256msgstr ""
9257
9258#: builtin/ls-tree.c:127
9259msgid "only show trees"
9260msgstr ""
9261
9262#: builtin/ls-tree.c:129
9263msgid "recurse into subtrees"
9264msgstr ""
9265
9266#: builtin/ls-tree.c:131
9267msgid "show trees when recursing"
9268msgstr ""
9269
9270#: builtin/ls-tree.c:134
9271msgid "terminate entries with NUL byte"
9272msgstr ""
9273
9274#: builtin/ls-tree.c:135
9275msgid "include object size"
9276msgstr ""
9277
9278#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9279msgid "list only filenames"
9280msgstr ""
9281
9282#: builtin/ls-tree.c:142
9283msgid "use full path names"
9284msgstr ""
9285
9286#: builtin/ls-tree.c:144
9287msgid "list entire tree; not just current directory (implies --full-name)"
9288msgstr ""
9289
9290#: builtin/mailsplit.c:241
9291#, c-format
9292msgid "empty mbox: '%s'"
9293msgstr ""
9294
9295#: builtin/merge.c:47
9296msgid "git merge [<options>] [<commit>...]"
9297msgstr ""
9298
9299#: builtin/merge.c:48
9300msgid "git merge --abort"
9301msgstr ""
9302
9303#: builtin/merge.c:49
9304msgid "git merge --continue"
9305msgstr ""
9306
9307#: builtin/merge.c:104
9308msgid "switch `m' requires a value"
9309msgstr ""
9310
9311#: builtin/merge.c:141
9312#, c-format
9313msgid "Could not find merge strategy '%s'.\n"
9314msgstr ""
9315
9316#: builtin/merge.c:142
9317#, c-format
9318msgid "Available strategies are:"
9319msgstr ""
9320
9321#: builtin/merge.c:147
9322#, c-format
9323msgid "Available custom strategies are:"
9324msgstr ""
9325
9326#: builtin/merge.c:197 builtin/pull.c:134
9327msgid "do not show a diffstat at the end of the merge"
9328msgstr ""
9329
9330#: builtin/merge.c:200 builtin/pull.c:137
9331msgid "show a diffstat at the end of the merge"
9332msgstr ""
9333
9334#: builtin/merge.c:201 builtin/pull.c:140
9335msgid "(synonym to --stat)"
9336msgstr ""
9337
9338#: builtin/merge.c:203 builtin/pull.c:143
9339msgid "add (at most <n>) entries from shortlog to merge commit message"
9340msgstr ""
9341
9342#: builtin/merge.c:206 builtin/pull.c:146
9343msgid "create a single commit instead of doing a merge"
9344msgstr ""
9345
9346#: builtin/merge.c:208 builtin/pull.c:149
9347msgid "perform a commit if the merge succeeds (default)"
9348msgstr ""
9349
9350#: builtin/merge.c:210 builtin/pull.c:152
9351msgid "edit message before committing"
9352msgstr ""
9353
9354#: builtin/merge.c:211
9355msgid "allow fast-forward (default)"
9356msgstr ""
9357
9358#: builtin/merge.c:213 builtin/pull.c:158
9359msgid "abort if fast-forward is not possible"
9360msgstr ""
9361
9362#: builtin/merge.c:217 builtin/pull.c:161
9363msgid "verify that the named commit has a valid GPG signature"
9364msgstr ""
9365
9366#: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:165
9367#: builtin/revert.c:109
9368msgid "strategy"
9369msgstr ""
9370
9371#: builtin/merge.c:219 builtin/pull.c:166
9372msgid "merge strategy to use"
9373msgstr ""
9374
9375#: builtin/merge.c:220 builtin/pull.c:169
9376msgid "option=value"
9377msgstr ""
9378
9379#: builtin/merge.c:221 builtin/pull.c:170
9380msgid "option for selected merge strategy"
9381msgstr ""
9382
9383#: builtin/merge.c:223
9384msgid "merge commit message (for a non-fast-forward merge)"
9385msgstr ""
9386
9387#: builtin/merge.c:227
9388msgid "abort the current in-progress merge"
9389msgstr ""
9390
9391#: builtin/merge.c:229
9392msgid "continue the current in-progress merge"
9393msgstr ""
9394
9395#: builtin/merge.c:231 builtin/pull.c:177
9396msgid "allow merging unrelated histories"
9397msgstr ""
9398
9399#: builtin/merge.c:259
9400msgid "could not run stash."
9401msgstr ""
9402
9403#: builtin/merge.c:264
9404msgid "stash failed"
9405msgstr ""
9406
9407#: builtin/merge.c:269
9408#, c-format
9409msgid "not a valid object: %s"
9410msgstr ""
9411
9412#: builtin/merge.c:288 builtin/merge.c:305
9413msgid "read-tree failed"
9414msgstr ""
9415
9416#: builtin/merge.c:335
9417msgid " (nothing to squash)"
9418msgstr ""
9419
9420#: builtin/merge.c:346
9421#, c-format
9422msgid "Squash commit -- not updating HEAD\n"
9423msgstr ""
9424
9425#: builtin/merge.c:396
9426#, c-format
9427msgid "No merge message -- not updating HEAD\n"
9428msgstr ""
9429
9430#: builtin/merge.c:447
9431#, c-format
9432msgid "'%s' does not point to a commit"
9433msgstr ""
9434
9435#: builtin/merge.c:537
9436#, c-format
9437msgid "Bad branch.%s.mergeoptions string: %s"
9438msgstr ""
9439
9440#: builtin/merge.c:657
9441msgid "Not handling anything other than two heads merge."
9442msgstr ""
9443
9444#: builtin/merge.c:671
9445#, c-format
9446msgid "Unknown option for merge-recursive: -X%s"
9447msgstr ""
9448
9449#: builtin/merge.c:686
9450#, c-format
9451msgid "unable to write %s"
9452msgstr ""
9453
9454#: builtin/merge.c:738
9455#, c-format
9456msgid "Could not read from '%s'"
9457msgstr ""
9458
9459#: builtin/merge.c:747
9460#, c-format
9461msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9462msgstr ""
9463
9464#: builtin/merge.c:753
9465#, c-format
9466msgid ""
9467"Please enter a commit message to explain why this merge is necessary,\n"
9468"especially if it merges an updated upstream into a topic branch.\n"
9469"\n"
9470"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9471"the commit.\n"
9472msgstr ""
9473
9474#: builtin/merge.c:777
9475msgid "Empty commit message."
9476msgstr ""
9477
9478#: builtin/merge.c:797
9479#, c-format
9480msgid "Wonderful.\n"
9481msgstr ""
9482
9483#: builtin/merge.c:850
9484#, c-format
9485msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9486msgstr ""
9487
9488#: builtin/merge.c:889
9489msgid "No current branch."
9490msgstr ""
9491
9492#: builtin/merge.c:891
9493msgid "No remote for the current branch."
9494msgstr ""
9495
9496#: builtin/merge.c:893
9497msgid "No default upstream defined for the current branch."
9498msgstr ""
9499
9500#: builtin/merge.c:898
9501#, c-format
9502msgid "No remote-tracking branch for %s from %s"
9503msgstr ""
9504
9505#: builtin/merge.c:945
9506#, c-format
9507msgid "Bad value '%s' in environment '%s'"
9508msgstr ""
9509
9510#: builtin/merge.c:1046
9511#, c-format
9512msgid "not something we can merge in %s: %s"
9513msgstr ""
9514
9515#: builtin/merge.c:1080
9516msgid "not something we can merge"
9517msgstr ""
9518
9519#: builtin/merge.c:1145
9520msgid "--abort expects no arguments"
9521msgstr ""
9522
9523#: builtin/merge.c:1149
9524msgid "There is no merge to abort (MERGE_HEAD missing)."
9525msgstr ""
9526
9527#: builtin/merge.c:1161
9528msgid "--continue expects no arguments"
9529msgstr ""
9530
9531#: builtin/merge.c:1165
9532msgid "There is no merge in progress (MERGE_HEAD missing)."
9533msgstr ""
9534
9535#: builtin/merge.c:1181
9536msgid ""
9537"You have not concluded your merge (MERGE_HEAD exists).\n"
9538"Please, commit your changes before you merge."
9539msgstr ""
9540
9541#: builtin/merge.c:1188
9542msgid ""
9543"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9544"Please, commit your changes before you merge."
9545msgstr ""
9546
9547#: builtin/merge.c:1191
9548msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9549msgstr ""
9550
9551#: builtin/merge.c:1200
9552msgid "You cannot combine --squash with --no-ff."
9553msgstr ""
9554
9555#: builtin/merge.c:1208
9556msgid "No commit specified and merge.defaultToUpstream not set."
9557msgstr ""
9558
9559#: builtin/merge.c:1225
9560msgid "Squash commit into empty head not supported yet"
9561msgstr ""
9562
9563#: builtin/merge.c:1227
9564msgid "Non-fast-forward commit does not make sense into an empty head"
9565msgstr ""
9566
9567#: builtin/merge.c:1232
9568#, c-format
9569msgid "%s - not something we can merge"
9570msgstr ""
9571
9572#: builtin/merge.c:1234
9573msgid "Can merge only exactly one commit into empty head"
9574msgstr ""
9575
9576#: builtin/merge.c:1268
9577#, c-format
9578msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9579msgstr ""
9580
9581#: builtin/merge.c:1271
9582#, c-format
9583msgid "Commit %s has a bad GPG signature allegedly by %s."
9584msgstr ""
9585
9586#: builtin/merge.c:1274
9587#, c-format
9588msgid "Commit %s does not have a GPG signature."
9589msgstr ""
9590
9591#: builtin/merge.c:1277
9592#, c-format
9593msgid "Commit %s has a good GPG signature by %s\n"
9594msgstr ""
9595
9596#: builtin/merge.c:1339
9597msgid "refusing to merge unrelated histories"
9598msgstr ""
9599
9600#: builtin/merge.c:1348
9601msgid "Already up-to-date."
9602msgstr ""
9603
9604#: builtin/merge.c:1358
9605#, c-format
9606msgid "Updating %s..%s\n"
9607msgstr ""
9608
9609#: builtin/merge.c:1399
9610#, c-format
9611msgid "Trying really trivial in-index merge...\n"
9612msgstr ""
9613
9614#: builtin/merge.c:1406
9615#, c-format
9616msgid "Nope.\n"
9617msgstr ""
9618
9619#: builtin/merge.c:1431
9620msgid "Already up-to-date. Yeeah!"
9621msgstr ""
9622
9623#: builtin/merge.c:1437
9624msgid "Not possible to fast-forward, aborting."
9625msgstr ""
9626
9627#: builtin/merge.c:1460 builtin/merge.c:1539
9628#, c-format
9629msgid "Rewinding the tree to pristine...\n"
9630msgstr ""
9631
9632#: builtin/merge.c:1464
9633#, c-format
9634msgid "Trying merge strategy %s...\n"
9635msgstr ""
9636
9637#: builtin/merge.c:1530
9638#, c-format
9639msgid "No merge strategy handled the merge.\n"
9640msgstr ""
9641
9642#: builtin/merge.c:1532
9643#, c-format
9644msgid "Merge with strategy %s failed.\n"
9645msgstr ""
9646
9647#: builtin/merge.c:1541
9648#, c-format
9649msgid "Using the %s to prepare resolving by hand.\n"
9650msgstr ""
9651
9652#: builtin/merge.c:1553
9653#, c-format
9654msgid "Automatic merge went well; stopped before committing as requested\n"
9655msgstr ""
9656
9657#: builtin/merge-base.c:30
9658msgid "git merge-base [-a | --all] <commit> <commit>..."
9659msgstr ""
9660
9661#: builtin/merge-base.c:31
9662msgid "git merge-base [-a | --all] --octopus <commit>..."
9663msgstr ""
9664
9665#: builtin/merge-base.c:32
9666msgid "git merge-base --independent <commit>..."
9667msgstr ""
9668
9669#: builtin/merge-base.c:33
9670msgid "git merge-base --is-ancestor <commit> <commit>"
9671msgstr ""
9672
9673#: builtin/merge-base.c:34
9674msgid "git merge-base --fork-point <ref> [<commit>]"
9675msgstr ""
9676
9677#: builtin/merge-base.c:218
9678msgid "output all common ancestors"
9679msgstr ""
9680
9681#: builtin/merge-base.c:220
9682msgid "find ancestors for a single n-way merge"
9683msgstr ""
9684
9685#: builtin/merge-base.c:222
9686msgid "list revs not reachable from others"
9687msgstr ""
9688
9689#: builtin/merge-base.c:224
9690msgid "is the first one ancestor of the other?"
9691msgstr ""
9692
9693#: builtin/merge-base.c:226
9694msgid "find where <commit> forked from reflog of <ref>"
9695msgstr ""
9696
9697#: builtin/merge-file.c:9
9698msgid ""
9699"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9700"<orig-file> <file2>"
9701msgstr ""
9702
9703#: builtin/merge-file.c:33
9704msgid "send results to standard output"
9705msgstr ""
9706
9707#: builtin/merge-file.c:34
9708msgid "use a diff3 based merge"
9709msgstr ""
9710
9711#: builtin/merge-file.c:35
9712msgid "for conflicts, use our version"
9713msgstr ""
9714
9715#: builtin/merge-file.c:37
9716msgid "for conflicts, use their version"
9717msgstr ""
9718
9719#: builtin/merge-file.c:39
9720msgid "for conflicts, use a union version"
9721msgstr ""
9722
9723#: builtin/merge-file.c:42
9724msgid "for conflicts, use this marker size"
9725msgstr ""
9726
9727#: builtin/merge-file.c:43
9728msgid "do not warn about conflicts"
9729msgstr ""
9730
9731#: builtin/merge-file.c:45
9732msgid "set labels for file1/orig-file/file2"
9733msgstr ""
9734
9735#: builtin/merge-recursive.c:45
9736#, c-format
9737msgid "unknown option %s"
9738msgstr ""
9739
9740#: builtin/merge-recursive.c:51
9741#, c-format
9742msgid "could not parse object '%s'"
9743msgstr ""
9744
9745#: builtin/merge-recursive.c:55
9746#, c-format
9747msgid "cannot handle more than %d base. Ignoring %s."
9748msgid_plural "cannot handle more than %d bases. Ignoring %s."
9749msgstr[0] ""
9750msgstr[1] ""
9751
9752#: builtin/merge-recursive.c:63
9753msgid "not handling anything other than two heads merge."
9754msgstr ""
9755
9756#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9757#, c-format
9758msgid "could not resolve ref '%s'"
9759msgstr ""
9760
9761#: builtin/merge-recursive.c:77
9762#, c-format
9763msgid "Merging %s with %s\n"
9764msgstr ""
9765
9766#: builtin/mktree.c:65
9767msgid "git mktree [-z] [--missing] [--batch]"
9768msgstr ""
9769
9770#: builtin/mktree.c:153
9771msgid "input is NUL terminated"
9772msgstr ""
9773
9774#: builtin/mktree.c:154 builtin/write-tree.c:25
9775msgid "allow missing objects"
9776msgstr ""
9777
9778#: builtin/mktree.c:155
9779msgid "allow creation of more than one tree"
9780msgstr ""
9781
9782#: builtin/mv.c:17
9783msgid "git mv [<options>] <source>... <destination>"
9784msgstr ""
9785
9786#: builtin/mv.c:83
9787#, c-format
9788msgid "Directory %s is in index and no submodule?"
9789msgstr ""
9790
9791#: builtin/mv.c:85 builtin/rm.c:290
9792msgid "Please stage your changes to .gitmodules or stash them to proceed"
9793msgstr ""
9794
9795#: builtin/mv.c:103
9796#, c-format
9797msgid "%.*s is in index"
9798msgstr ""
9799
9800#: builtin/mv.c:125
9801msgid "force move/rename even if target exists"
9802msgstr ""
9803
9804#: builtin/mv.c:126
9805msgid "skip move/rename errors"
9806msgstr ""
9807
9808#: builtin/mv.c:168
9809#, c-format
9810msgid "destination '%s' is not a directory"
9811msgstr ""
9812
9813#: builtin/mv.c:179
9814#, c-format
9815msgid "Checking rename of '%s' to '%s'\n"
9816msgstr ""
9817
9818#: builtin/mv.c:183
9819msgid "bad source"
9820msgstr ""
9821
9822#: builtin/mv.c:186
9823msgid "can not move directory into itself"
9824msgstr ""
9825
9826#: builtin/mv.c:189
9827msgid "cannot move directory over file"
9828msgstr ""
9829
9830#: builtin/mv.c:198
9831msgid "source directory is empty"
9832msgstr ""
9833
9834#: builtin/mv.c:223
9835msgid "not under version control"
9836msgstr ""
9837
9838#: builtin/mv.c:226
9839msgid "destination exists"
9840msgstr ""
9841
9842#: builtin/mv.c:234
9843#, c-format
9844msgid "overwriting '%s'"
9845msgstr ""
9846
9847#: builtin/mv.c:237
9848msgid "Cannot overwrite"
9849msgstr ""
9850
9851#: builtin/mv.c:240
9852msgid "multiple sources for the same target"
9853msgstr ""
9854
9855#: builtin/mv.c:242
9856msgid "destination directory does not exist"
9857msgstr ""
9858
9859#: builtin/mv.c:249
9860#, c-format
9861msgid "%s, source=%s, destination=%s"
9862msgstr ""
9863
9864#: builtin/mv.c:270
9865#, c-format
9866msgid "Renaming %s to %s\n"
9867msgstr ""
9868
9869#: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:390
9870#, c-format
9871msgid "renaming '%s' failed"
9872msgstr ""
9873
9874#: builtin/name-rev.c:338
9875msgid "git name-rev [<options>] <commit>..."
9876msgstr ""
9877
9878#: builtin/name-rev.c:339
9879msgid "git name-rev [<options>] --all"
9880msgstr ""
9881
9882#: builtin/name-rev.c:340
9883msgid "git name-rev [<options>] --stdin"
9884msgstr ""
9885
9886#: builtin/name-rev.c:395
9887msgid "print only names (no SHA-1)"
9888msgstr ""
9889
9890#: builtin/name-rev.c:396
9891msgid "only use tags to name the commits"
9892msgstr ""
9893
9894#: builtin/name-rev.c:398
9895msgid "only use refs matching <pattern>"
9896msgstr ""
9897
9898#: builtin/name-rev.c:400
9899msgid "ignore refs matching <pattern>"
9900msgstr ""
9901
9902#: builtin/name-rev.c:402
9903msgid "list all commits reachable from all refs"
9904msgstr ""
9905
9906#: builtin/name-rev.c:403
9907msgid "read from stdin"
9908msgstr ""
9909
9910#: builtin/name-rev.c:404
9911msgid "allow to print `undefined` names (default)"
9912msgstr ""
9913
9914#: builtin/name-rev.c:410
9915msgid "dereference tags in the input (internal use)"
9916msgstr ""
9917
9918#: builtin/notes.c:26
9919msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9920msgstr ""
9921
9922#: builtin/notes.c:27
9923msgid ""
9924"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9925"| (-c | -C) <object>] [<object>]"
9926msgstr ""
9927
9928#: builtin/notes.c:28
9929msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9930msgstr ""
9931
9932#: builtin/notes.c:29
9933msgid ""
9934"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9935"(-c | -C) <object>] [<object>]"
9936msgstr ""
9937
9938#: builtin/notes.c:30
9939msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9940msgstr ""
9941
9942#: builtin/notes.c:31
9943msgid "git notes [--ref <notes-ref>] show [<object>]"
9944msgstr ""
9945
9946#: builtin/notes.c:32
9947msgid ""
9948"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9949msgstr ""
9950
9951#: builtin/notes.c:33
9952msgid "git notes merge --commit [-v | -q]"
9953msgstr ""
9954
9955#: builtin/notes.c:34
9956msgid "git notes merge --abort [-v | -q]"
9957msgstr ""
9958
9959#: builtin/notes.c:35
9960msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9961msgstr ""
9962
9963#: builtin/notes.c:36
9964msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9965msgstr ""
9966
9967#: builtin/notes.c:37
9968msgid "git notes [--ref <notes-ref>] get-ref"
9969msgstr ""
9970
9971#: builtin/notes.c:42
9972msgid "git notes [list [<object>]]"
9973msgstr ""
9974
9975#: builtin/notes.c:47
9976msgid "git notes add [<options>] [<object>]"
9977msgstr ""
9978
9979#: builtin/notes.c:52
9980msgid "git notes copy [<options>] <from-object> <to-object>"
9981msgstr ""
9982
9983#: builtin/notes.c:53
9984msgid "git notes copy --stdin [<from-object> <to-object>]..."
9985msgstr ""
9986
9987#: builtin/notes.c:58
9988msgid "git notes append [<options>] [<object>]"
9989msgstr ""
9990
9991#: builtin/notes.c:63
9992msgid "git notes edit [<object>]"
9993msgstr ""
9994
9995#: builtin/notes.c:68
9996msgid "git notes show [<object>]"
9997msgstr ""
9998
9999#: builtin/notes.c:73
10000msgid "git notes merge [<options>] <notes-ref>"
10001msgstr ""
10002
10003#: builtin/notes.c:74
10004msgid "git notes merge --commit [<options>]"
10005msgstr ""
10006
10007#: builtin/notes.c:75
10008msgid "git notes merge --abort [<options>]"
10009msgstr ""
10010
10011#: builtin/notes.c:80
10012msgid "git notes remove [<object>]"
10013msgstr ""
10014
10015#: builtin/notes.c:85
10016msgid "git notes prune [<options>]"
10017msgstr ""
10018
10019#: builtin/notes.c:90
10020msgid "git notes get-ref"
10021msgstr ""
10022
10023#: builtin/notes.c:95
10024msgid "Write/edit the notes for the following object:"
10025msgstr ""
10026
10027#: builtin/notes.c:148
10028#, c-format
10029msgid "unable to start 'show' for object '%s'"
10030msgstr ""
10031
10032#: builtin/notes.c:152
10033msgid "could not read 'show' output"
10034msgstr ""
10035
10036#: builtin/notes.c:160
10037#, c-format
10038msgid "failed to finish 'show' for object '%s'"
10039msgstr ""
10040
10041#: builtin/notes.c:195
10042msgid "please supply the note contents using either -m or -F option"
10043msgstr ""
10044
10045#: builtin/notes.c:204
10046msgid "unable to write note object"
10047msgstr ""
10048
10049#: builtin/notes.c:206
10050#, c-format
10051msgid "the note contents have been left in %s"
10052msgstr ""
10053
10054#: builtin/notes.c:234 builtin/tag.c:517
10055#, c-format
10056msgid "cannot read '%s'"
10057msgstr ""
10058
10059#: builtin/notes.c:236 builtin/tag.c:520
10060#, c-format
10061msgid "could not open or read '%s'"
10062msgstr ""
10063
10064#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10065#: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:516
10066#: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:661
10067#, c-format
10068msgid "failed to resolve '%s' as a valid ref."
10069msgstr ""
10070
10071#: builtin/notes.c:258
10072#, c-format
10073msgid "failed to read object '%s'."
10074msgstr ""
10075
10076#: builtin/notes.c:262
10077#, c-format
10078msgid "cannot read note data from non-blob object '%s'."
10079msgstr ""
10080
10081#: builtin/notes.c:302
10082#, c-format
10083msgid "malformed input line: '%s'."
10084msgstr ""
10085
10086#: builtin/notes.c:317
10087#, c-format
10088msgid "failed to copy notes from '%s' to '%s'"
10089msgstr ""
10090
10091#. TRANSLATORS: the first %s will be replaced by a git
10092#. notes command: 'add', 'merge', 'remove', etc.
10093#.
10094#: builtin/notes.c:348
10095#, c-format
10096msgid "refusing to %s notes in %s (outside of refs/notes/)"
10097msgstr ""
10098
10099#: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:499
10100#: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:654
10101#: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:972
10102msgid "too many parameters"
10103msgstr ""
10104
10105#: builtin/notes.c:381 builtin/notes.c:667
10106#, c-format
10107msgid "no note found for object %s."
10108msgstr ""
10109
10110#: builtin/notes.c:402 builtin/notes.c:565
10111msgid "note contents as a string"
10112msgstr ""
10113
10114#: builtin/notes.c:405 builtin/notes.c:568
10115msgid "note contents in a file"
10116msgstr ""
10117
10118#: builtin/notes.c:408 builtin/notes.c:571
10119msgid "reuse and edit specified note object"
10120msgstr ""
10121
10122#: builtin/notes.c:411 builtin/notes.c:574
10123msgid "reuse specified note object"
10124msgstr ""
10125
10126#: builtin/notes.c:414 builtin/notes.c:577
10127msgid "allow storing empty note"
10128msgstr ""
10129
10130#: builtin/notes.c:415 builtin/notes.c:486
10131msgid "replace existing notes"
10132msgstr ""
10133
10134#: builtin/notes.c:440
10135#, c-format
10136msgid ""
10137"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10138"existing notes"
10139msgstr ""
10140
10141#: builtin/notes.c:455 builtin/notes.c:534
10142#, c-format
10143msgid "Overwriting existing notes for object %s\n"
10144msgstr ""
10145
10146#: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:891
10147#, c-format
10148msgid "Removing note for object %s\n"
10149msgstr ""
10150
10151#: builtin/notes.c:487
10152msgid "read objects from stdin"
10153msgstr ""
10154
10155#: builtin/notes.c:489
10156msgid "load rewriting config for <command> (implies --stdin)"
10157msgstr ""
10158
10159#: builtin/notes.c:507
10160msgid "too few parameters"
10161msgstr ""
10162
10163#: builtin/notes.c:528
10164#, c-format
10165msgid ""
10166"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10167"existing notes"
10168msgstr ""
10169
10170#: builtin/notes.c:540
10171#, c-format
10172msgid "missing notes on source object %s. Cannot copy."
10173msgstr ""
10174
10175#: builtin/notes.c:592
10176#, c-format
10177msgid ""
10178"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10179"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10180msgstr ""
10181
10182#: builtin/notes.c:687
10183msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10184msgstr ""
10185
10186#: builtin/notes.c:689
10187msgid "failed to delete ref NOTES_MERGE_REF"
10188msgstr ""
10189
10190#: builtin/notes.c:691
10191msgid "failed to remove 'git notes merge' worktree"
10192msgstr ""
10193
10194#: builtin/notes.c:711
10195msgid "failed to read ref NOTES_MERGE_PARTIAL"
10196msgstr ""
10197
10198#: builtin/notes.c:713
10199msgid "could not find commit from NOTES_MERGE_PARTIAL."
10200msgstr ""
10201
10202#: builtin/notes.c:715
10203msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10204msgstr ""
10205
10206#: builtin/notes.c:728
10207msgid "failed to resolve NOTES_MERGE_REF"
10208msgstr ""
10209
10210#: builtin/notes.c:731
10211msgid "failed to finalize notes merge"
10212msgstr ""
10213
10214#: builtin/notes.c:757
10215#, c-format
10216msgid "unknown notes merge strategy %s"
10217msgstr ""
10218
10219#: builtin/notes.c:773
10220msgid "General options"
10221msgstr ""
10222
10223#: builtin/notes.c:775
10224msgid "Merge options"
10225msgstr ""
10226
10227#: builtin/notes.c:777
10228msgid ""
10229"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10230"cat_sort_uniq)"
10231msgstr ""
10232
10233#: builtin/notes.c:779
10234msgid "Committing unmerged notes"
10235msgstr ""
10236
10237#: builtin/notes.c:781
10238msgid "finalize notes merge by committing unmerged notes"
10239msgstr ""
10240
10241#: builtin/notes.c:783
10242msgid "Aborting notes merge resolution"
10243msgstr ""
10244
10245#: builtin/notes.c:785
10246msgid "abort notes merge"
10247msgstr ""
10248
10249#: builtin/notes.c:796
10250msgid "cannot mix --commit, --abort or -s/--strategy"
10251msgstr ""
10252
10253#: builtin/notes.c:801
10254msgid "must specify a notes ref to merge"
10255msgstr ""
10256
10257#: builtin/notes.c:825
10258#, c-format
10259msgid "unknown -s/--strategy: %s"
10260msgstr ""
10261
10262#: builtin/notes.c:862
10263#, c-format
10264msgid "a notes merge into %s is already in-progress at %s"
10265msgstr ""
10266
10267#: builtin/notes.c:865
10268#, c-format
10269msgid "failed to store link to current notes ref (%s)"
10270msgstr ""
10271
10272#: builtin/notes.c:867
10273#, c-format
10274msgid ""
10275"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10276"'git notes merge --commit', or abort the merge with 'git notes merge --"
10277"abort'.\n"
10278msgstr ""
10279
10280#: builtin/notes.c:889
10281#, c-format
10282msgid "Object %s has no note\n"
10283msgstr ""
10284
10285#: builtin/notes.c:901
10286msgid "attempt to remove non-existent note is not an error"
10287msgstr ""
10288
10289#: builtin/notes.c:904
10290msgid "read object names from the standard input"
10291msgstr ""
10292
10293#: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:128
10294msgid "do not remove, show only"
10295msgstr ""
10296
10297#: builtin/notes.c:943
10298msgid "report pruned notes"
10299msgstr ""
10300
10301#: builtin/notes.c:985
10302msgid "notes-ref"
10303msgstr ""
10304
10305#: builtin/notes.c:986
10306msgid "use notes from <notes-ref>"
10307msgstr ""
10308
10309#: builtin/notes.c:1021
10310#, c-format
10311msgid "unknown subcommand: %s"
10312msgstr ""
10313
10314#: builtin/pack-objects.c:30
10315msgid ""
10316"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10317msgstr ""
10318
10319#: builtin/pack-objects.c:31
10320msgid ""
10321"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10322msgstr ""
10323
10324#: builtin/pack-objects.c:180 builtin/pack-objects.c:183
10325#, c-format
10326msgid "deflate error (%d)"
10327msgstr ""
10328
10329#: builtin/pack-objects.c:776
10330msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10331msgstr ""
10332
10333#: builtin/pack-objects.c:789
10334msgid "Writing objects"
10335msgstr ""
10336
10337#: builtin/pack-objects.c:1069
10338msgid "disabling bitmap writing, as some objects are not being packed"
10339msgstr ""
10340
10341#: builtin/pack-objects.c:2434
10342msgid "Compressing objects"
10343msgstr ""
10344
10345#: builtin/pack-objects.c:2843
10346#, c-format
10347msgid "unsupported index version %s"
10348msgstr ""
10349
10350#: builtin/pack-objects.c:2847
10351#, c-format
10352msgid "bad index version '%s'"
10353msgstr ""
10354
10355#: builtin/pack-objects.c:2877
10356msgid "do not show progress meter"
10357msgstr ""
10358
10359#: builtin/pack-objects.c:2879
10360msgid "show progress meter"
10361msgstr ""
10362
10363#: builtin/pack-objects.c:2881
10364msgid "show progress meter during object writing phase"
10365msgstr ""
10366
10367#: builtin/pack-objects.c:2884
10368msgid "similar to --all-progress when progress meter is shown"
10369msgstr ""
10370
10371#: builtin/pack-objects.c:2885
10372msgid "version[,offset]"
10373msgstr ""
10374
10375#: builtin/pack-objects.c:2886
10376msgid "write the pack index file in the specified idx format version"
10377msgstr ""
10378
10379#: builtin/pack-objects.c:2889
10380msgid "maximum size of each output pack file"
10381msgstr ""
10382
10383#: builtin/pack-objects.c:2891
10384msgid "ignore borrowed objects from alternate object store"
10385msgstr ""
10386
10387#: builtin/pack-objects.c:2893
10388msgid "ignore packed objects"
10389msgstr ""
10390
10391#: builtin/pack-objects.c:2895
10392msgid "limit pack window by objects"
10393msgstr ""
10394
10395#: builtin/pack-objects.c:2897
10396msgid "limit pack window by memory in addition to object limit"
10397msgstr ""
10398
10399#: builtin/pack-objects.c:2899
10400msgid "maximum length of delta chain allowed in the resulting pack"
10401msgstr ""
10402
10403#: builtin/pack-objects.c:2901
10404msgid "reuse existing deltas"
10405msgstr ""
10406
10407#: builtin/pack-objects.c:2903
10408msgid "reuse existing objects"
10409msgstr ""
10410
10411#: builtin/pack-objects.c:2905
10412msgid "use OFS_DELTA objects"
10413msgstr ""
10414
10415#: builtin/pack-objects.c:2907
10416msgid "use threads when searching for best delta matches"
10417msgstr ""
10418
10419#: builtin/pack-objects.c:2909
10420msgid "do not create an empty pack output"
10421msgstr ""
10422
10423#: builtin/pack-objects.c:2911
10424msgid "read revision arguments from standard input"
10425msgstr ""
10426
10427#: builtin/pack-objects.c:2913
10428msgid "limit the objects to those that are not yet packed"
10429msgstr ""
10430
10431#: builtin/pack-objects.c:2916
10432msgid "include objects reachable from any reference"
10433msgstr ""
10434
10435#: builtin/pack-objects.c:2919
10436msgid "include objects referred by reflog entries"
10437msgstr ""
10438
10439#: builtin/pack-objects.c:2922
10440msgid "include objects referred to by the index"
10441msgstr ""
10442
10443#: builtin/pack-objects.c:2925
10444msgid "output pack to stdout"
10445msgstr ""
10446
10447#: builtin/pack-objects.c:2927
10448msgid "include tag objects that refer to objects to be packed"
10449msgstr ""
10450
10451#: builtin/pack-objects.c:2929
10452msgid "keep unreachable objects"
10453msgstr ""
10454
10455#: builtin/pack-objects.c:2931
10456msgid "pack loose unreachable objects"
10457msgstr ""
10458
10459#: builtin/pack-objects.c:2933
10460msgid "unpack unreachable objects newer than <time>"
10461msgstr ""
10462
10463#: builtin/pack-objects.c:2936
10464msgid "create thin packs"
10465msgstr ""
10466
10467#: builtin/pack-objects.c:2938
10468msgid "create packs suitable for shallow fetches"
10469msgstr ""
10470
10471#: builtin/pack-objects.c:2940
10472msgid "ignore packs that have companion .keep file"
10473msgstr ""
10474
10475#: builtin/pack-objects.c:2942
10476msgid "pack compression level"
10477msgstr ""
10478
10479#: builtin/pack-objects.c:2944
10480msgid "do not hide commits by grafts"
10481msgstr ""
10482
10483#: builtin/pack-objects.c:2946
10484msgid "use a bitmap index if available to speed up counting objects"
10485msgstr ""
10486
10487#: builtin/pack-objects.c:2948
10488msgid "write a bitmap index together with the pack index"
10489msgstr ""
10490
10491#: builtin/pack-objects.c:3075
10492msgid "Counting objects"
10493msgstr ""
10494
10495#: builtin/pack-refs.c:6
10496msgid "git pack-refs [<options>]"
10497msgstr ""
10498
10499#: builtin/pack-refs.c:14
10500msgid "pack everything"
10501msgstr ""
10502
10503#: builtin/pack-refs.c:15
10504msgid "prune loose refs (default)"
10505msgstr ""
10506
10507#: builtin/prune-packed.c:7
10508msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10509msgstr ""
10510
10511#: builtin/prune-packed.c:40
10512msgid "Removing duplicate objects"
10513msgstr ""
10514
10515#: builtin/prune.c:11
10516msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10517msgstr ""
10518
10519#: builtin/prune.c:106
10520msgid "report pruned objects"
10521msgstr ""
10522
10523#: builtin/prune.c:109
10524msgid "expire objects older than <time>"
10525msgstr ""
10526
10527#: builtin/prune.c:123
10528msgid "cannot prune in a precious-objects repo"
10529msgstr ""
10530
10531#: builtin/pull.c:54 builtin/pull.c:56
10532#, c-format
10533msgid "Invalid value for %s: %s"
10534msgstr ""
10535
10536#: builtin/pull.c:76
10537msgid "git pull [<options>] [<repository> [<refspec>...]]"
10538msgstr ""
10539
10540#: builtin/pull.c:124
10541msgid "control for recursive fetching of submodules"
10542msgstr ""
10543
10544#: builtin/pull.c:128
10545msgid "Options related to merging"
10546msgstr ""
10547
10548#: builtin/pull.c:131
10549msgid "incorporate changes by rebasing rather than merging"
10550msgstr ""
10551
10552#: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:121
10553msgid "allow fast-forward"
10554msgstr ""
10555
10556#: builtin/pull.c:164
10557msgid "automatically stash/stash pop before and after rebase"
10558msgstr ""
10559
10560#: builtin/pull.c:180
10561msgid "Options related to fetching"
10562msgstr ""
10563
10564#: builtin/pull.c:198
10565msgid "number of submodules pulled in parallel"
10566msgstr ""
10567
10568#: builtin/pull.c:287
10569#, c-format
10570msgid "Invalid value for pull.ff: %s"
10571msgstr ""
10572
10573#: builtin/pull.c:399
10574msgid ""
10575"There is no candidate for rebasing against among the refs that you just "
10576"fetched."
10577msgstr ""
10578
10579#: builtin/pull.c:401
10580msgid ""
10581"There are no candidates for merging among the refs that you just fetched."
10582msgstr ""
10583
10584#: builtin/pull.c:402
10585msgid ""
10586"Generally this means that you provided a wildcard refspec which had no\n"
10587"matches on the remote end."
10588msgstr ""
10589
10590#: builtin/pull.c:405
10591#, c-format
10592msgid ""
10593"You asked to pull from the remote '%s', but did not specify\n"
10594"a branch. Because this is not the default configured remote\n"
10595"for your current branch, you must specify a branch on the command line."
10596msgstr ""
10597
10598#: builtin/pull.c:410 git-parse-remote.sh:73
10599msgid "You are not currently on a branch."
10600msgstr ""
10601
10602#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:79
10603msgid "Please specify which branch you want to rebase against."
10604msgstr ""
10605
10606#: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:82
10607msgid "Please specify which branch you want to merge with."
10608msgstr ""
10609
10610#: builtin/pull.c:415 builtin/pull.c:430
10611msgid "See git-pull(1) for details."
10612msgstr ""
10613
10614#: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:432
10615#: git-parse-remote.sh:64
10616msgid "<remote>"
10617msgstr ""
10618
10619#: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:456
10620#: git-parse-remote.sh:65
10621msgid "<branch>"
10622msgstr ""
10623
10624#: builtin/pull.c:425 git-parse-remote.sh:75
10625msgid "There is no tracking information for the current branch."
10626msgstr ""
10627
10628#: builtin/pull.c:434 git-parse-remote.sh:95
10629msgid ""
10630"If you wish to set tracking information for this branch you can do so with:"
10631msgstr ""
10632
10633#: builtin/pull.c:439
10634#, c-format
10635msgid ""
10636"Your configuration specifies to merge with the ref '%s'\n"
10637"from the remote, but no such ref was fetched."
10638msgstr ""
10639
10640#: builtin/pull.c:792
10641msgid "ignoring --verify-signatures for rebase"
10642msgstr ""
10643
10644#: builtin/pull.c:840
10645msgid "--[no-]autostash option is only valid with --rebase."
10646msgstr ""
10647
10648#: builtin/pull.c:848
10649msgid "Updating an unborn branch with changes added to the index."
10650msgstr ""
10651
10652#: builtin/pull.c:851
10653msgid "pull with rebase"
10654msgstr ""
10655
10656#: builtin/pull.c:852
10657msgid "please commit or stash them."
10658msgstr ""
10659
10660#: builtin/pull.c:877
10661#, c-format
10662msgid ""
10663"fetch updated the current branch head.\n"
10664"fast-forwarding your working tree from\n"
10665"commit %s."
10666msgstr ""
10667
10668#: builtin/pull.c:882
10669#, c-format
10670msgid ""
10671"Cannot fast-forward your working tree.\n"
10672"After making sure that you saved anything precious from\n"
10673"$ git diff %s\n"
10674"output, run\n"
10675"$ git reset --hard\n"
10676"to recover."
10677msgstr ""
10678
10679#: builtin/pull.c:897
10680msgid "Cannot merge multiple branches into empty head."
10681msgstr ""
10682
10683#: builtin/pull.c:901
10684msgid "Cannot rebase onto multiple branches."
10685msgstr ""
10686
10687#: builtin/pull.c:908
10688msgid "cannot rebase with locally recorded submodule modifications"
10689msgstr ""
10690
10691#: builtin/push.c:17
10692msgid "git push [<options>] [<repository> [<refspec>...]]"
10693msgstr ""
10694
10695#: builtin/push.c:90
10696msgid "tag shorthand without <tag>"
10697msgstr ""
10698
10699#: builtin/push.c:100
10700msgid "--delete only accepts plain target ref names"
10701msgstr ""
10702
10703#: builtin/push.c:144
10704msgid ""
10705"\n"
10706"To choose either option permanently, see push.default in 'git help config'."
10707msgstr ""
10708
10709#: builtin/push.c:147
10710#, c-format
10711msgid ""
10712"The upstream branch of your current branch does not match\n"
10713"the name of your current branch.  To push to the upstream branch\n"
10714"on the remote, use\n"
10715"\n"
10716"    git push %s HEAD:%s\n"
10717"\n"
10718"To push to the branch of the same name on the remote, use\n"
10719"\n"
10720"    git push %s %s\n"
10721"%s"
10722msgstr ""
10723
10724#: builtin/push.c:162
10725#, c-format
10726msgid ""
10727"You are not currently on a branch.\n"
10728"To push the history leading to the current (detached HEAD)\n"
10729"state now, use\n"
10730"\n"
10731"    git push %s HEAD:<name-of-remote-branch>\n"
10732msgstr ""
10733
10734#: builtin/push.c:176
10735#, c-format
10736msgid ""
10737"The current branch %s has no upstream branch.\n"
10738"To push the current branch and set the remote as upstream, use\n"
10739"\n"
10740"    git push --set-upstream %s %s\n"
10741msgstr ""
10742
10743#: builtin/push.c:184
10744#, c-format
10745msgid "The current branch %s has multiple upstream branches, refusing to push."
10746msgstr ""
10747
10748#: builtin/push.c:187
10749#, c-format
10750msgid ""
10751"You are pushing to remote '%s', which is not the upstream of\n"
10752"your current branch '%s', without telling me what to push\n"
10753"to update which remote branch."
10754msgstr ""
10755
10756#: builtin/push.c:246
10757msgid ""
10758"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10759msgstr ""
10760
10761#: builtin/push.c:253
10762msgid ""
10763"Updates were rejected because the tip of your current branch is behind\n"
10764"its remote counterpart. Integrate the remote changes (e.g.\n"
10765"'git pull ...') before pushing again.\n"
10766"See the 'Note about fast-forwards' in 'git push --help' for details."
10767msgstr ""
10768
10769#: builtin/push.c:259
10770msgid ""
10771"Updates were rejected because a pushed branch tip is behind its remote\n"
10772"counterpart. Check out this branch and integrate the remote changes\n"
10773"(e.g. 'git pull ...') before pushing again.\n"
10774"See the 'Note about fast-forwards' in 'git push --help' for details."
10775msgstr ""
10776
10777#: builtin/push.c:265
10778msgid ""
10779"Updates were rejected because the remote contains work that you do\n"
10780"not have locally. This is usually caused by another repository pushing\n"
10781"to the same ref. You may want to first integrate the remote changes\n"
10782"(e.g., 'git pull ...') before pushing again.\n"
10783"See the 'Note about fast-forwards' in 'git push --help' for details."
10784msgstr ""
10785
10786#: builtin/push.c:272
10787msgid "Updates were rejected because the tag already exists in the remote."
10788msgstr ""
10789
10790#: builtin/push.c:275
10791msgid ""
10792"You cannot update a remote ref that points at a non-commit object,\n"
10793"or update a remote ref to make it point at a non-commit object,\n"
10794"without using the '--force' option.\n"
10795msgstr ""
10796
10797#: builtin/push.c:335
10798#, c-format
10799msgid "Pushing to %s\n"
10800msgstr ""
10801
10802#: builtin/push.c:339
10803#, c-format
10804msgid "failed to push some refs to '%s'"
10805msgstr ""
10806
10807#: builtin/push.c:370
10808#, c-format
10809msgid "bad repository '%s'"
10810msgstr ""
10811
10812#: builtin/push.c:371
10813msgid ""
10814"No configured push destination.\n"
10815"Either specify the URL from the command-line or configure a remote "
10816"repository using\n"
10817"\n"
10818"    git remote add <name> <url>\n"
10819"\n"
10820"and then push using the remote name\n"
10821"\n"
10822"    git push <name>\n"
10823msgstr ""
10824
10825#: builtin/push.c:389
10826msgid "--all and --tags are incompatible"
10827msgstr ""
10828
10829#: builtin/push.c:390
10830msgid "--all can't be combined with refspecs"
10831msgstr ""
10832
10833#: builtin/push.c:395
10834msgid "--mirror and --tags are incompatible"
10835msgstr ""
10836
10837#: builtin/push.c:396
10838msgid "--mirror can't be combined with refspecs"
10839msgstr ""
10840
10841#: builtin/push.c:401
10842msgid "--all and --mirror are incompatible"
10843msgstr ""
10844
10845#: builtin/push.c:523
10846msgid "repository"
10847msgstr ""
10848
10849#: builtin/push.c:524 builtin/send-pack.c:163
10850msgid "push all refs"
10851msgstr ""
10852
10853#: builtin/push.c:525 builtin/send-pack.c:165
10854msgid "mirror all refs"
10855msgstr ""
10856
10857#: builtin/push.c:527
10858msgid "delete refs"
10859msgstr ""
10860
10861#: builtin/push.c:528
10862msgid "push tags (can't be used with --all or --mirror)"
10863msgstr ""
10864
10865#: builtin/push.c:531 builtin/send-pack.c:166
10866msgid "force updates"
10867msgstr ""
10868
10869#: builtin/push.c:533 builtin/send-pack.c:180
10870msgid "refname>:<expect"
10871msgstr ""
10872
10873#: builtin/push.c:534 builtin/send-pack.c:181
10874msgid "require old value of ref to be at this value"
10875msgstr ""
10876
10877#: builtin/push.c:537
10878msgid "control recursive pushing of submodules"
10879msgstr ""
10880
10881#: builtin/push.c:539 builtin/send-pack.c:174
10882msgid "use thin pack"
10883msgstr ""
10884
10885#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
10886#: builtin/send-pack.c:161
10887msgid "receive pack program"
10888msgstr ""
10889
10890#: builtin/push.c:542
10891msgid "set upstream for git pull/status"
10892msgstr ""
10893
10894#: builtin/push.c:545
10895msgid "prune locally removed refs"
10896msgstr ""
10897
10898#: builtin/push.c:547
10899msgid "bypass pre-push hook"
10900msgstr ""
10901
10902#: builtin/push.c:548
10903msgid "push missing but relevant tags"
10904msgstr ""
10905
10906#: builtin/push.c:551 builtin/send-pack.c:168
10907msgid "GPG sign the push"
10908msgstr ""
10909
10910#: builtin/push.c:553 builtin/send-pack.c:175
10911msgid "request atomic transaction on remote side"
10912msgstr ""
10913
10914#: builtin/push.c:554 builtin/send-pack.c:171
10915msgid "server-specific"
10916msgstr ""
10917
10918#: builtin/push.c:554 builtin/send-pack.c:172
10919msgid "option to transmit"
10920msgstr ""
10921
10922#: builtin/push.c:568
10923msgid "--delete is incompatible with --all, --mirror and --tags"
10924msgstr ""
10925
10926#: builtin/push.c:570
10927msgid "--delete doesn't make sense without any refs"
10928msgstr ""
10929
10930#: builtin/push.c:589
10931msgid "push options must not have new line characters"
10932msgstr ""
10933
10934#: builtin/read-tree.c:40
10935msgid ""
10936"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10937"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10938"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10939msgstr ""
10940
10941#: builtin/read-tree.c:121
10942msgid "write resulting index to <file>"
10943msgstr ""
10944
10945#: builtin/read-tree.c:124
10946msgid "only empty the index"
10947msgstr ""
10948
10949#: builtin/read-tree.c:126
10950msgid "Merging"
10951msgstr ""
10952
10953#: builtin/read-tree.c:128
10954msgid "perform a merge in addition to a read"
10955msgstr ""
10956
10957#: builtin/read-tree.c:130
10958msgid "3-way merge if no file level merging required"
10959msgstr ""
10960
10961#: builtin/read-tree.c:132
10962msgid "3-way merge in presence of adds and removes"
10963msgstr ""
10964
10965#: builtin/read-tree.c:134
10966msgid "same as -m, but discard unmerged entries"
10967msgstr ""
10968
10969#: builtin/read-tree.c:135
10970msgid "<subdirectory>/"
10971msgstr ""
10972
10973#: builtin/read-tree.c:136
10974msgid "read the tree into the index under <subdirectory>/"
10975msgstr ""
10976
10977#: builtin/read-tree.c:139
10978msgid "update working tree with merge result"
10979msgstr ""
10980
10981#: builtin/read-tree.c:141
10982msgid "gitignore"
10983msgstr ""
10984
10985#: builtin/read-tree.c:142
10986msgid "allow explicitly ignored files to be overwritten"
10987msgstr ""
10988
10989#: builtin/read-tree.c:145
10990msgid "don't check the working tree after merging"
10991msgstr ""
10992
10993#: builtin/read-tree.c:146
10994msgid "don't update the index or the work tree"
10995msgstr ""
10996
10997#: builtin/read-tree.c:148
10998msgid "skip applying sparse checkout filter"
10999msgstr ""
11000
11001#: builtin/read-tree.c:150
11002msgid "debug unpack-trees"
11003msgstr ""
11004
11005#: builtin/rebase--helper.c:8
11006msgid "git rebase--helper [<options>]"
11007msgstr ""
11008
11009#: builtin/rebase--helper.c:20
11010msgid "continue rebase"
11011msgstr ""
11012
11013#: builtin/rebase--helper.c:22
11014msgid "abort rebase"
11015msgstr ""
11016
11017#: builtin/receive-pack.c:28
11018msgid "git receive-pack <git-dir>"
11019msgstr ""
11020
11021#: builtin/receive-pack.c:838
11022msgid ""
11023"By default, updating the current branch in a non-bare repository\n"
11024"is denied, because it will make the index and work tree inconsistent\n"
11025"with what you pushed, and will require 'git reset --hard' to match\n"
11026"the work tree to HEAD.\n"
11027"\n"
11028"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11029"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11030"its current branch; however, this is not recommended unless you\n"
11031"arranged to update its work tree to match what you pushed in some\n"
11032"other way.\n"
11033"\n"
11034"To squelch this message and still keep the default behaviour, set\n"
11035"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11036msgstr ""
11037
11038#: builtin/receive-pack.c:858
11039msgid ""
11040"By default, deleting the current branch is denied, because the next\n"
11041"'git clone' won't result in any file checked out, causing confusion.\n"
11042"\n"
11043"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11044"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11045"current branch, with or without a warning message.\n"
11046"\n"
11047"To squelch this message, you can set it to 'refuse'."
11048msgstr ""
11049
11050#: builtin/receive-pack.c:1933
11051msgid "quiet"
11052msgstr ""
11053
11054#: builtin/receive-pack.c:1947
11055msgid "You must specify a directory."
11056msgstr ""
11057
11058#: builtin/reflog.c:424
11059#, c-format
11060msgid "'%s' for '%s' is not a valid timestamp"
11061msgstr ""
11062
11063#: builtin/reflog.c:541 builtin/reflog.c:546
11064#, c-format
11065msgid "'%s' is not a valid timestamp"
11066msgstr ""
11067
11068#: builtin/remote.c:13
11069msgid "git remote [-v | --verbose]"
11070msgstr ""
11071
11072#: builtin/remote.c:14
11073msgid ""
11074"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11075"mirror=<fetch|push>] <name> <url>"
11076msgstr ""
11077
11078#: builtin/remote.c:15 builtin/remote.c:35
11079msgid "git remote rename <old> <new>"
11080msgstr ""
11081
11082#: builtin/remote.c:16 builtin/remote.c:40
11083msgid "git remote remove <name>"
11084msgstr ""
11085
11086#: builtin/remote.c:17 builtin/remote.c:45
11087msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11088msgstr ""
11089
11090#: builtin/remote.c:18
11091msgid "git remote [-v | --verbose] show [-n] <name>"
11092msgstr ""
11093
11094#: builtin/remote.c:19
11095msgid "git remote prune [-n | --dry-run] <name>"
11096msgstr ""
11097
11098#: builtin/remote.c:20
11099msgid ""
11100"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11101msgstr ""
11102
11103#: builtin/remote.c:21
11104msgid "git remote set-branches [--add] <name> <branch>..."
11105msgstr ""
11106
11107#: builtin/remote.c:22 builtin/remote.c:71
11108msgid "git remote get-url [--push] [--all] <name>"
11109msgstr ""
11110
11111#: builtin/remote.c:23 builtin/remote.c:76
11112msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11113msgstr ""
11114
11115#: builtin/remote.c:24 builtin/remote.c:77
11116msgid "git remote set-url --add <name> <newurl>"
11117msgstr ""
11118
11119#: builtin/remote.c:25 builtin/remote.c:78
11120msgid "git remote set-url --delete <name> <url>"
11121msgstr ""
11122
11123#: builtin/remote.c:30
11124msgid "git remote add [<options>] <name> <url>"
11125msgstr ""
11126
11127#: builtin/remote.c:50
11128msgid "git remote set-branches <name> <branch>..."
11129msgstr ""
11130
11131#: builtin/remote.c:51
11132msgid "git remote set-branches --add <name> <branch>..."
11133msgstr ""
11134
11135#: builtin/remote.c:56
11136msgid "git remote show [<options>] <name>"
11137msgstr ""
11138
11139#: builtin/remote.c:61
11140msgid "git remote prune [<options>] <name>"
11141msgstr ""
11142
11143#: builtin/remote.c:66
11144msgid "git remote update [<options>] [<group> | <remote>]..."
11145msgstr ""
11146
11147#: builtin/remote.c:95
11148#, c-format
11149msgid "Updating %s"
11150msgstr ""
11151
11152#: builtin/remote.c:127
11153msgid ""
11154"--mirror is dangerous and deprecated; please\n"
11155"\t use --mirror=fetch or --mirror=push instead"
11156msgstr ""
11157
11158#: builtin/remote.c:144
11159#, c-format
11160msgid "unknown mirror argument: %s"
11161msgstr ""
11162
11163#: builtin/remote.c:160
11164msgid "fetch the remote branches"
11165msgstr ""
11166
11167#: builtin/remote.c:162
11168msgid "import all tags and associated objects when fetching"
11169msgstr ""
11170
11171#: builtin/remote.c:165
11172msgid "or do not fetch any tag at all (--no-tags)"
11173msgstr ""
11174
11175#: builtin/remote.c:167
11176msgid "branch(es) to track"
11177msgstr ""
11178
11179#: builtin/remote.c:168
11180msgid "master branch"
11181msgstr ""
11182
11183#: builtin/remote.c:169
11184msgid "push|fetch"
11185msgstr ""
11186
11187#: builtin/remote.c:170
11188msgid "set up remote as a mirror to push to or fetch from"
11189msgstr ""
11190
11191#: builtin/remote.c:182
11192msgid "specifying a master branch makes no sense with --mirror"
11193msgstr ""
11194
11195#: builtin/remote.c:184
11196msgid "specifying branches to track makes sense only with fetch mirrors"
11197msgstr ""
11198
11199#: builtin/remote.c:191 builtin/remote.c:630
11200#, c-format
11201msgid "remote %s already exists."
11202msgstr ""
11203
11204#: builtin/remote.c:195 builtin/remote.c:634
11205#, c-format
11206msgid "'%s' is not a valid remote name"
11207msgstr ""
11208
11209#: builtin/remote.c:235
11210#, c-format
11211msgid "Could not setup master '%s'"
11212msgstr ""
11213
11214#: builtin/remote.c:337
11215#, c-format
11216msgid "Could not get fetch map for refspec %s"
11217msgstr ""
11218
11219#: builtin/remote.c:438 builtin/remote.c:446
11220msgid "(matching)"
11221msgstr ""
11222
11223#: builtin/remote.c:450
11224msgid "(delete)"
11225msgstr ""
11226
11227#: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:857
11228#, c-format
11229msgid "No such remote: %s"
11230msgstr ""
11231
11232#: builtin/remote.c:640
11233#, c-format
11234msgid "Could not rename config section '%s' to '%s'"
11235msgstr ""
11236
11237#: builtin/remote.c:660
11238#, c-format
11239msgid ""
11240"Not updating non-default fetch refspec\n"
11241"\t%s\n"
11242"\tPlease update the configuration manually if necessary."
11243msgstr ""
11244
11245#: builtin/remote.c:696
11246#, c-format
11247msgid "deleting '%s' failed"
11248msgstr ""
11249
11250#: builtin/remote.c:730
11251#, c-format
11252msgid "creating '%s' failed"
11253msgstr ""
11254
11255#: builtin/remote.c:795
11256msgid ""
11257"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11258"to delete it, use:"
11259msgid_plural ""
11260"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11261"to delete them, use:"
11262msgstr[0] ""
11263msgstr[1] ""
11264
11265#: builtin/remote.c:809
11266#, c-format
11267msgid "Could not remove config section '%s'"
11268msgstr ""
11269
11270#: builtin/remote.c:910
11271#, c-format
11272msgid " new (next fetch will store in remotes/%s)"
11273msgstr ""
11274
11275#: builtin/remote.c:913
11276msgid " tracked"
11277msgstr ""
11278
11279#: builtin/remote.c:915
11280msgid " stale (use 'git remote prune' to remove)"
11281msgstr ""
11282
11283#: builtin/remote.c:917
11284msgid " ???"
11285msgstr ""
11286
11287#: builtin/remote.c:958
11288#, c-format
11289msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11290msgstr ""
11291
11292#: builtin/remote.c:966
11293#, c-format
11294msgid "rebases interactively onto remote %s"
11295msgstr ""
11296
11297#: builtin/remote.c:967
11298#, c-format
11299msgid "rebases onto remote %s"
11300msgstr ""
11301
11302#: builtin/remote.c:970
11303#, c-format
11304msgid " merges with remote %s"
11305msgstr ""
11306
11307#: builtin/remote.c:973
11308#, c-format
11309msgid "merges with remote %s"
11310msgstr ""
11311
11312#: builtin/remote.c:976
11313#, c-format
11314msgid "%-*s    and with remote %s\n"
11315msgstr ""
11316
11317#: builtin/remote.c:1019
11318msgid "create"
11319msgstr ""
11320
11321#: builtin/remote.c:1022
11322msgid "delete"
11323msgstr ""
11324
11325#: builtin/remote.c:1026
11326msgid "up to date"
11327msgstr ""
11328
11329#: builtin/remote.c:1029
11330msgid "fast-forwardable"
11331msgstr ""
11332
11333#: builtin/remote.c:1032
11334msgid "local out of date"
11335msgstr ""
11336
11337#: builtin/remote.c:1039
11338#, c-format
11339msgid "    %-*s forces to %-*s (%s)"
11340msgstr ""
11341
11342#: builtin/remote.c:1042
11343#, c-format
11344msgid "    %-*s pushes to %-*s (%s)"
11345msgstr ""
11346
11347#: builtin/remote.c:1046
11348#, c-format
11349msgid "    %-*s forces to %s"
11350msgstr ""
11351
11352#: builtin/remote.c:1049
11353#, c-format
11354msgid "    %-*s pushes to %s"
11355msgstr ""
11356
11357#: builtin/remote.c:1117
11358msgid "do not query remotes"
11359msgstr ""
11360
11361#: builtin/remote.c:1144
11362#, c-format
11363msgid "* remote %s"
11364msgstr ""
11365
11366#: builtin/remote.c:1145
11367#, c-format
11368msgid "  Fetch URL: %s"
11369msgstr ""
11370
11371#: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:1301
11372msgid "(no URL)"
11373msgstr ""
11374
11375#. TRANSLATORS: the colon ':' should align
11376#. with the one in " Fetch URL: %s"
11377#. translation.
11378#.
11379#: builtin/remote.c:1160 builtin/remote.c:1162
11380#, c-format
11381msgid "  Push  URL: %s"
11382msgstr ""
11383
11384#: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:1168
11385#, c-format
11386msgid "  HEAD branch: %s"
11387msgstr ""
11388
11389#: builtin/remote.c:1164
11390msgid "(not queried)"
11391msgstr ""
11392
11393#: builtin/remote.c:1166
11394msgid "(unknown)"
11395msgstr ""
11396
11397#: builtin/remote.c:1170
11398#, c-format
11399msgid ""
11400"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11401msgstr ""
11402
11403#: builtin/remote.c:1182
11404#, c-format
11405msgid "  Remote branch:%s"
11406msgid_plural "  Remote branches:%s"
11407msgstr[0] ""
11408msgstr[1] ""
11409
11410#: builtin/remote.c:1185 builtin/remote.c:1211
11411msgid " (status not queried)"
11412msgstr ""
11413
11414#: builtin/remote.c:1194
11415msgid "  Local branch configured for 'git pull':"
11416msgid_plural "  Local branches configured for 'git pull':"
11417msgstr[0] ""
11418msgstr[1] ""
11419
11420#: builtin/remote.c:1202
11421msgid "  Local refs will be mirrored by 'git push'"
11422msgstr ""
11423
11424#: builtin/remote.c:1208
11425#, c-format
11426msgid "  Local ref configured for 'git push'%s:"
11427msgid_plural "  Local refs configured for 'git push'%s:"
11428msgstr[0] ""
11429msgstr[1] ""
11430
11431#: builtin/remote.c:1229
11432msgid "set refs/remotes/<name>/HEAD according to remote"
11433msgstr ""
11434
11435#: builtin/remote.c:1231
11436msgid "delete refs/remotes/<name>/HEAD"
11437msgstr ""
11438
11439#: builtin/remote.c:1246
11440msgid "Cannot determine remote HEAD"
11441msgstr ""
11442
11443#: builtin/remote.c:1248
11444msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11445msgstr ""
11446
11447#: builtin/remote.c:1258
11448#, c-format
11449msgid "Could not delete %s"
11450msgstr ""
11451
11452#: builtin/remote.c:1266
11453#, c-format
11454msgid "Not a valid ref: %s"
11455msgstr ""
11456
11457#: builtin/remote.c:1268
11458#, c-format
11459msgid "Could not setup %s"
11460msgstr ""
11461
11462#: builtin/remote.c:1286
11463#, c-format
11464msgid " %s will become dangling!"
11465msgstr ""
11466
11467#: builtin/remote.c:1287
11468#, c-format
11469msgid " %s has become dangling!"
11470msgstr ""
11471
11472#: builtin/remote.c:1297
11473#, c-format
11474msgid "Pruning %s"
11475msgstr ""
11476
11477#: builtin/remote.c:1298
11478#, c-format
11479msgid "URL: %s"
11480msgstr ""
11481
11482#: builtin/remote.c:1314
11483#, c-format
11484msgid " * [would prune] %s"
11485msgstr ""
11486
11487#: builtin/remote.c:1317
11488#, c-format
11489msgid " * [pruned] %s"
11490msgstr ""
11491
11492#: builtin/remote.c:1362
11493msgid "prune remotes after fetching"
11494msgstr ""
11495
11496#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
11497#, c-format
11498msgid "No such remote '%s'"
11499msgstr ""
11500
11501#: builtin/remote.c:1441
11502msgid "add branch"
11503msgstr ""
11504
11505#: builtin/remote.c:1448
11506msgid "no remote specified"
11507msgstr ""
11508
11509#: builtin/remote.c:1465
11510msgid "query push URLs rather than fetch URLs"
11511msgstr ""
11512
11513#: builtin/remote.c:1467
11514msgid "return all URLs"
11515msgstr ""
11516
11517#: builtin/remote.c:1495
11518#, c-format
11519msgid "no URLs configured for remote '%s'"
11520msgstr ""
11521
11522#: builtin/remote.c:1521
11523msgid "manipulate push URLs"
11524msgstr ""
11525
11526#: builtin/remote.c:1523
11527msgid "add URL"
11528msgstr ""
11529
11530#: builtin/remote.c:1525
11531msgid "delete URLs"
11532msgstr ""
11533
11534#: builtin/remote.c:1532
11535msgid "--add --delete doesn't make sense"
11536msgstr ""
11537
11538#: builtin/remote.c:1573
11539#, c-format
11540msgid "Invalid old URL pattern: %s"
11541msgstr ""
11542
11543#: builtin/remote.c:1581
11544#, c-format
11545msgid "No such URL found: %s"
11546msgstr ""
11547
11548#: builtin/remote.c:1583
11549msgid "Will not delete all non-push URLs"
11550msgstr ""
11551
11552#: builtin/remote.c:1597
11553msgid "be verbose; must be placed before a subcommand"
11554msgstr ""
11555
11556#: builtin/remote.c:1628
11557#, c-format
11558msgid "Unknown subcommand: %s"
11559msgstr ""
11560
11561#: builtin/repack.c:18
11562msgid "git repack [<options>]"
11563msgstr ""
11564
11565#: builtin/repack.c:23
11566msgid ""
11567"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11568"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11569msgstr ""
11570
11571#: builtin/repack.c:168
11572msgid "pack everything in a single pack"
11573msgstr ""
11574
11575#: builtin/repack.c:170
11576msgid "same as -a, and turn unreachable objects loose"
11577msgstr ""
11578
11579#: builtin/repack.c:173
11580msgid "remove redundant packs, and run git-prune-packed"
11581msgstr ""
11582
11583#: builtin/repack.c:175
11584msgid "pass --no-reuse-delta to git-pack-objects"
11585msgstr ""
11586
11587#: builtin/repack.c:177
11588msgid "pass --no-reuse-object to git-pack-objects"
11589msgstr ""
11590
11591#: builtin/repack.c:179
11592msgid "do not run git-update-server-info"
11593msgstr ""
11594
11595#: builtin/repack.c:182
11596msgid "pass --local to git-pack-objects"
11597msgstr ""
11598
11599#: builtin/repack.c:184
11600msgid "write bitmap index"
11601msgstr ""
11602
11603#: builtin/repack.c:185
11604msgid "approxidate"
11605msgstr ""
11606
11607#: builtin/repack.c:186
11608msgid "with -A, do not loosen objects older than this"
11609msgstr ""
11610
11611#: builtin/repack.c:188
11612msgid "with -a, repack unreachable objects"
11613msgstr ""
11614
11615#: builtin/repack.c:190
11616msgid "size of the window used for delta compression"
11617msgstr ""
11618
11619#: builtin/repack.c:191 builtin/repack.c:197
11620msgid "bytes"
11621msgstr ""
11622
11623#: builtin/repack.c:192
11624msgid "same as the above, but limit memory size instead of entries count"
11625msgstr ""
11626
11627#: builtin/repack.c:194
11628msgid "limits the maximum delta depth"
11629msgstr ""
11630
11631#: builtin/repack.c:196
11632msgid "limits the maximum number of threads"
11633msgstr ""
11634
11635#: builtin/repack.c:198
11636msgid "maximum size of each packfile"
11637msgstr ""
11638
11639#: builtin/repack.c:200
11640msgid "repack objects in packs marked with .keep"
11641msgstr ""
11642
11643#: builtin/repack.c:210
11644msgid "cannot delete packs in a precious-objects repo"
11645msgstr ""
11646
11647#: builtin/repack.c:214
11648msgid "--keep-unreachable and -A are incompatible"
11649msgstr ""
11650
11651#: builtin/repack.c:406 builtin/worktree.c:116
11652#, c-format
11653msgid "failed to remove '%s'"
11654msgstr ""
11655
11656#: builtin/replace.c:20
11657msgid "git replace [-f] <object> <replacement>"
11658msgstr ""
11659
11660#: builtin/replace.c:21
11661msgid "git replace [-f] --edit <object>"
11662msgstr ""
11663
11664#: builtin/replace.c:22
11665msgid "git replace [-f] --graft <commit> [<parent>...]"
11666msgstr ""
11667
11668#: builtin/replace.c:23
11669msgid "git replace -d <object>..."
11670msgstr ""
11671
11672#: builtin/replace.c:24
11673msgid "git replace [--format=<format>] [-l [<pattern>]]"
11674msgstr ""
11675
11676#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11677#, c-format
11678msgid "Not a valid object name: '%s'"
11679msgstr ""
11680
11681#: builtin/replace.c:361
11682#, c-format
11683msgid "bad mergetag in commit '%s'"
11684msgstr ""
11685
11686#: builtin/replace.c:363
11687#, c-format
11688msgid "malformed mergetag in commit '%s'"
11689msgstr ""
11690
11691#: builtin/replace.c:374
11692#, c-format
11693msgid ""
11694"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11695"instead of --graft"
11696msgstr ""
11697
11698#: builtin/replace.c:407
11699#, c-format
11700msgid "the original commit '%s' has a gpg signature."
11701msgstr ""
11702
11703#: builtin/replace.c:408
11704msgid "the signature will be removed in the replacement commit!"
11705msgstr ""
11706
11707#: builtin/replace.c:414
11708#, c-format
11709msgid "could not write replacement commit for: '%s'"
11710msgstr ""
11711
11712#: builtin/replace.c:438
11713msgid "list replace refs"
11714msgstr ""
11715
11716#: builtin/replace.c:439
11717msgid "delete replace refs"
11718msgstr ""
11719
11720#: builtin/replace.c:440
11721msgid "edit existing object"
11722msgstr ""
11723
11724#: builtin/replace.c:441
11725msgid "change a commit's parents"
11726msgstr ""
11727
11728#: builtin/replace.c:442
11729msgid "replace the ref if it exists"
11730msgstr ""
11731
11732#: builtin/replace.c:443
11733msgid "do not pretty-print contents for --edit"
11734msgstr ""
11735
11736#: builtin/replace.c:444
11737msgid "use this format"
11738msgstr ""
11739
11740#: builtin/rerere.c:13
11741msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11742msgstr ""
11743
11744#: builtin/rerere.c:59
11745msgid "register clean resolutions in index"
11746msgstr ""
11747
11748#: builtin/reset.c:29
11749msgid ""
11750"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11751msgstr ""
11752
11753#: builtin/reset.c:30
11754msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11755msgstr ""
11756
11757#: builtin/reset.c:31
11758msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11759msgstr ""
11760
11761#: builtin/reset.c:37
11762msgid "mixed"
11763msgstr ""
11764
11765#: builtin/reset.c:37
11766msgid "soft"
11767msgstr ""
11768
11769#: builtin/reset.c:37
11770msgid "hard"
11771msgstr ""
11772
11773#: builtin/reset.c:37
11774msgid "merge"
11775msgstr ""
11776
11777#: builtin/reset.c:37
11778msgid "keep"
11779msgstr ""
11780
11781#: builtin/reset.c:77
11782msgid "You do not have a valid HEAD."
11783msgstr ""
11784
11785#: builtin/reset.c:79
11786msgid "Failed to find tree of HEAD."
11787msgstr ""
11788
11789#: builtin/reset.c:85
11790#, c-format
11791msgid "Failed to find tree of %s."
11792msgstr ""
11793
11794#: builtin/reset.c:103
11795#, c-format
11796msgid "HEAD is now at %s"
11797msgstr ""
11798
11799#: builtin/reset.c:186
11800#, c-format
11801msgid "Cannot do a %s reset in the middle of a merge."
11802msgstr ""
11803
11804#: builtin/reset.c:286
11805msgid "be quiet, only report errors"
11806msgstr ""
11807
11808#: builtin/reset.c:288
11809msgid "reset HEAD and index"
11810msgstr ""
11811
11812#: builtin/reset.c:289
11813msgid "reset only HEAD"
11814msgstr ""
11815
11816#: builtin/reset.c:291 builtin/reset.c:293
11817msgid "reset HEAD, index and working tree"
11818msgstr ""
11819
11820#: builtin/reset.c:295
11821msgid "reset HEAD but keep local changes"
11822msgstr ""
11823
11824#: builtin/reset.c:301
11825msgid "record only the fact that removed paths will be added later"
11826msgstr ""
11827
11828#: builtin/reset.c:320
11829#, c-format
11830msgid "Failed to resolve '%s' as a valid revision."
11831msgstr ""
11832
11833#: builtin/reset.c:328
11834#, c-format
11835msgid "Failed to resolve '%s' as a valid tree."
11836msgstr ""
11837
11838#: builtin/reset.c:337
11839msgid "--patch is incompatible with --{hard,mixed,soft}"
11840msgstr ""
11841
11842#: builtin/reset.c:346
11843msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11844msgstr ""
11845
11846#: builtin/reset.c:348
11847#, c-format
11848msgid "Cannot do %s reset with paths."
11849msgstr ""
11850
11851#: builtin/reset.c:358
11852#, c-format
11853msgid "%s reset is not allowed in a bare repository"
11854msgstr ""
11855
11856#: builtin/reset.c:362
11857msgid "-N can only be used with --mixed"
11858msgstr ""
11859
11860#: builtin/reset.c:379
11861msgid "Unstaged changes after reset:"
11862msgstr ""
11863
11864#: builtin/reset.c:385
11865#, c-format
11866msgid "Could not reset index file to revision '%s'."
11867msgstr ""
11868
11869#: builtin/reset.c:389
11870msgid "Could not write new index file."
11871msgstr ""
11872
11873#: builtin/rev-list.c:358
11874msgid "rev-list does not support display of notes"
11875msgstr ""
11876
11877#: builtin/rev-parse.c:394
11878msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11879msgstr ""
11880
11881#: builtin/rev-parse.c:399
11882msgid "keep the `--` passed as an arg"
11883msgstr ""
11884
11885#: builtin/rev-parse.c:401
11886msgid "stop parsing after the first non-option argument"
11887msgstr ""
11888
11889#: builtin/rev-parse.c:404
11890msgid "output in stuck long form"
11891msgstr ""
11892
11893#: builtin/rev-parse.c:535
11894msgid ""
11895"git rev-parse --parseopt [<options>] -- [<args>...]\n"
11896"   or: git rev-parse --sq-quote [<arg>...]\n"
11897"   or: git rev-parse [<options>] [<arg>...]\n"
11898"\n"
11899"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11900msgstr ""
11901
11902#: builtin/revert.c:23
11903msgid "git revert [<options>] <commit-ish>..."
11904msgstr ""
11905
11906#: builtin/revert.c:24
11907msgid "git revert <subcommand>"
11908msgstr ""
11909
11910#: builtin/revert.c:29
11911msgid "git cherry-pick [<options>] <commit-ish>..."
11912msgstr ""
11913
11914#: builtin/revert.c:30
11915msgid "git cherry-pick <subcommand>"
11916msgstr ""
11917
11918#: builtin/revert.c:90
11919#, c-format
11920msgid "%s: %s cannot be used with %s"
11921msgstr ""
11922
11923#: builtin/revert.c:99
11924msgid "end revert or cherry-pick sequence"
11925msgstr ""
11926
11927#: builtin/revert.c:100
11928msgid "resume revert or cherry-pick sequence"
11929msgstr ""
11930
11931#: builtin/revert.c:101
11932msgid "cancel revert or cherry-pick sequence"
11933msgstr ""
11934
11935#: builtin/revert.c:102
11936msgid "don't automatically commit"
11937msgstr ""
11938
11939#: builtin/revert.c:103
11940msgid "edit the commit message"
11941msgstr ""
11942
11943#: builtin/revert.c:106
11944msgid "parent-number"
11945msgstr ""
11946
11947#: builtin/revert.c:107
11948msgid "select mainline parent"
11949msgstr ""
11950
11951#: builtin/revert.c:109
11952msgid "merge strategy"
11953msgstr ""
11954
11955#: builtin/revert.c:110
11956msgid "option"
11957msgstr ""
11958
11959#: builtin/revert.c:111
11960msgid "option for merge strategy"
11961msgstr ""
11962
11963#: builtin/revert.c:120
11964msgid "append commit name"
11965msgstr ""
11966
11967#: builtin/revert.c:122
11968msgid "preserve initially empty commits"
11969msgstr ""
11970
11971#: builtin/revert.c:123
11972msgid "allow commits with empty messages"
11973msgstr ""
11974
11975#: builtin/revert.c:124
11976msgid "keep redundant, empty commits"
11977msgstr ""
11978
11979#: builtin/revert.c:212
11980msgid "revert failed"
11981msgstr ""
11982
11983#: builtin/revert.c:225
11984msgid "cherry-pick failed"
11985msgstr ""
11986
11987#: builtin/rm.c:18
11988msgid "git rm [<options>] [--] <file>..."
11989msgstr ""
11990
11991#: builtin/rm.c:206
11992msgid ""
11993"the following file has staged content different from both the\n"
11994"file and the HEAD:"
11995msgid_plural ""
11996"the following files have staged content different from both the\n"
11997"file and the HEAD:"
11998msgstr[0] ""
11999msgstr[1] ""
12000
12001#: builtin/rm.c:211
12002msgid ""
12003"\n"
12004"(use -f to force removal)"
12005msgstr ""
12006
12007#: builtin/rm.c:215
12008msgid "the following file has changes staged in the index:"
12009msgid_plural "the following files have changes staged in the index:"
12010msgstr[0] ""
12011msgstr[1] ""
12012
12013#: builtin/rm.c:219 builtin/rm.c:228
12014msgid ""
12015"\n"
12016"(use --cached to keep the file, or -f to force removal)"
12017msgstr ""
12018
12019#: builtin/rm.c:225
12020msgid "the following file has local modifications:"
12021msgid_plural "the following files have local modifications:"
12022msgstr[0] ""
12023msgstr[1] ""
12024
12025#: builtin/rm.c:243
12026msgid "do not list removed files"
12027msgstr ""
12028
12029#: builtin/rm.c:244
12030msgid "only remove from the index"
12031msgstr ""
12032
12033#: builtin/rm.c:245
12034msgid "override the up-to-date check"
12035msgstr ""
12036
12037#: builtin/rm.c:246
12038msgid "allow recursive removal"
12039msgstr ""
12040
12041#: builtin/rm.c:248
12042msgid "exit with a zero status even if nothing matched"
12043msgstr ""
12044
12045#: builtin/rm.c:308
12046#, c-format
12047msgid "not removing '%s' recursively without -r"
12048msgstr ""
12049
12050#: builtin/rm.c:347
12051#, c-format
12052msgid "git rm: unable to remove %s"
12053msgstr ""
12054
12055#: builtin/rm.c:370
12056#, c-format
12057msgid "could not remove '%s'"
12058msgstr ""
12059
12060#: builtin/send-pack.c:19
12061msgid ""
12062"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12063"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12064"[<ref>...]\n"
12065"  --all and explicit <ref> specification are mutually exclusive."
12066msgstr ""
12067
12068#: builtin/send-pack.c:162
12069msgid "remote name"
12070msgstr ""
12071
12072#: builtin/send-pack.c:176
12073msgid "use stateless RPC protocol"
12074msgstr ""
12075
12076#: builtin/send-pack.c:177
12077msgid "read refs from stdin"
12078msgstr ""
12079
12080#: builtin/send-pack.c:178
12081msgid "print status from remote helper"
12082msgstr ""
12083
12084#: builtin/shortlog.c:14
12085msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12086msgstr ""
12087
12088#: builtin/shortlog.c:249
12089msgid "Group by committer rather than author"
12090msgstr ""
12091
12092#: builtin/shortlog.c:251
12093msgid "sort output according to the number of commits per author"
12094msgstr ""
12095
12096#: builtin/shortlog.c:253
12097msgid "Suppress commit descriptions, only provides commit count"
12098msgstr ""
12099
12100#: builtin/shortlog.c:255
12101msgid "Show the email address of each author"
12102msgstr ""
12103
12104#: builtin/shortlog.c:256
12105msgid "w[,i1[,i2]]"
12106msgstr ""
12107
12108#: builtin/shortlog.c:257
12109msgid "Linewrap output"
12110msgstr ""
12111
12112#: builtin/show-branch.c:12
12113msgid ""
12114"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12115"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12116"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12117"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12118msgstr ""
12119
12120#: builtin/show-branch.c:16
12121msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12122msgstr ""
12123
12124#: builtin/show-branch.c:376
12125#, c-format
12126msgid "ignoring %s; cannot handle more than %d ref"
12127msgid_plural "ignoring %s; cannot handle more than %d refs"
12128msgstr[0] ""
12129msgstr[1] ""
12130
12131#: builtin/show-branch.c:530
12132#, c-format
12133msgid "no matching refs with %s"
12134msgstr ""
12135
12136#: builtin/show-branch.c:626
12137msgid "show remote-tracking and local branches"
12138msgstr ""
12139
12140#: builtin/show-branch.c:628
12141msgid "show remote-tracking branches"
12142msgstr ""
12143
12144#: builtin/show-branch.c:630
12145msgid "color '*!+-' corresponding to the branch"
12146msgstr ""
12147
12148#: builtin/show-branch.c:632
12149msgid "show <n> more commits after the common ancestor"
12150msgstr ""
12151
12152#: builtin/show-branch.c:634
12153msgid "synonym to more=-1"
12154msgstr ""
12155
12156#: builtin/show-branch.c:635
12157msgid "suppress naming strings"
12158msgstr ""
12159
12160#: builtin/show-branch.c:637
12161msgid "include the current branch"
12162msgstr ""
12163
12164#: builtin/show-branch.c:639
12165msgid "name commits with their object names"
12166msgstr ""
12167
12168#: builtin/show-branch.c:641
12169msgid "show possible merge bases"
12170msgstr ""
12171
12172#: builtin/show-branch.c:643
12173msgid "show refs unreachable from any other ref"
12174msgstr ""
12175
12176#: builtin/show-branch.c:645
12177msgid "show commits in topological order"
12178msgstr ""
12179
12180#: builtin/show-branch.c:648
12181msgid "show only commits not on the first branch"
12182msgstr ""
12183
12184#: builtin/show-branch.c:650
12185msgid "show merges reachable from only one tip"
12186msgstr ""
12187
12188#: builtin/show-branch.c:652
12189msgid "topologically sort, maintaining date order where possible"
12190msgstr ""
12191
12192#: builtin/show-branch.c:655
12193msgid "<n>[,<base>]"
12194msgstr ""
12195
12196#: builtin/show-branch.c:656
12197msgid "show <n> most recent ref-log entries starting at base"
12198msgstr ""
12199
12200#: builtin/show-branch.c:690
12201msgid ""
12202"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12203msgstr ""
12204
12205#: builtin/show-branch.c:714
12206msgid "no branches given, and HEAD is not valid"
12207msgstr ""
12208
12209#: builtin/show-branch.c:717
12210msgid "--reflog option needs one branch name"
12211msgstr ""
12212
12213#: builtin/show-branch.c:720
12214#, c-format
12215msgid "only %d entry can be shown at one time."
12216msgid_plural "only %d entries can be shown at one time."
12217msgstr[0] ""
12218msgstr[1] ""
12219
12220#: builtin/show-branch.c:724
12221#, c-format
12222msgid "no such ref %s"
12223msgstr ""
12224
12225#: builtin/show-branch.c:808
12226#, c-format
12227msgid "cannot handle more than %d rev."
12228msgid_plural "cannot handle more than %d revs."
12229msgstr[0] ""
12230msgstr[1] ""
12231
12232#: builtin/show-branch.c:812
12233#, c-format
12234msgid "'%s' is not a valid ref."
12235msgstr ""
12236
12237#: builtin/show-branch.c:815
12238#, c-format
12239msgid "cannot find commit %s (%s)"
12240msgstr ""
12241
12242#: builtin/show-ref.c:10
12243msgid ""
12244"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12245"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12246msgstr ""
12247
12248#: builtin/show-ref.c:11
12249msgid "git show-ref --exclude-existing[=<pattern>]"
12250msgstr ""
12251
12252#: builtin/show-ref.c:159
12253msgid "only show tags (can be combined with heads)"
12254msgstr ""
12255
12256#: builtin/show-ref.c:160
12257msgid "only show heads (can be combined with tags)"
12258msgstr ""
12259
12260#: builtin/show-ref.c:161
12261msgid "stricter reference checking, requires exact ref path"
12262msgstr ""
12263
12264#: builtin/show-ref.c:164 builtin/show-ref.c:166
12265msgid "show the HEAD reference, even if it would be filtered out"
12266msgstr ""
12267
12268#: builtin/show-ref.c:168
12269msgid "dereference tags into object IDs"
12270msgstr ""
12271
12272#: builtin/show-ref.c:170
12273msgid "only show SHA1 hash using <n> digits"
12274msgstr ""
12275
12276#: builtin/show-ref.c:174
12277msgid "do not print results to stdout (useful with --verify)"
12278msgstr ""
12279
12280#: builtin/show-ref.c:176
12281msgid "show refs from stdin that aren't in local repository"
12282msgstr ""
12283
12284#: builtin/stripspace.c:18
12285msgid "git stripspace [-s | --strip-comments]"
12286msgstr ""
12287
12288#: builtin/stripspace.c:19
12289msgid "git stripspace [-c | --comment-lines]"
12290msgstr ""
12291
12292#: builtin/stripspace.c:36
12293msgid "skip and remove all lines starting with comment character"
12294msgstr ""
12295
12296#: builtin/stripspace.c:39
12297msgid "prepend comment character and space to each line"
12298msgstr ""
12299
12300#: builtin/submodule--helper.c:25 builtin/submodule--helper.c:1075
12301#, c-format
12302msgid "No such ref: %s"
12303msgstr ""
12304
12305#: builtin/submodule--helper.c:32 builtin/submodule--helper.c:1084
12306#, c-format
12307msgid "Expecting a full ref name, got %s"
12308msgstr ""
12309
12310#: builtin/submodule--helper.c:72
12311#, c-format
12312msgid "cannot strip one component off url '%s'"
12313msgstr ""
12314
12315#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12316msgid "alternative anchor for relative paths"
12317msgstr ""
12318
12319#: builtin/submodule--helper.c:310
12320msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12321msgstr ""
12322
12323#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12324#, c-format
12325msgid "No url found for submodule path '%s' in .gitmodules"
12326msgstr ""
12327
12328#: builtin/submodule--helper.c:395
12329#, c-format
12330msgid ""
12331"could not lookup configuration '%s'. Assuming this repository is its own "
12332"authoritative upstream."
12333msgstr ""
12334
12335#: builtin/submodule--helper.c:406
12336#, c-format
12337msgid "Failed to register url for submodule path '%s'"
12338msgstr ""
12339
12340#: builtin/submodule--helper.c:410
12341#, c-format
12342msgid "Submodule '%s' (%s) registered for path '%s'\n"
12343msgstr ""
12344
12345#: builtin/submodule--helper.c:420
12346#, c-format
12347msgid "warning: command update mode suggested for submodule '%s'\n"
12348msgstr ""
12349
12350#: builtin/submodule--helper.c:427
12351#, c-format
12352msgid "Failed to register update mode for submodule path '%s'"
12353msgstr ""
12354
12355#: builtin/submodule--helper.c:443
12356msgid "Suppress output for initializing a submodule"
12357msgstr ""
12358
12359#: builtin/submodule--helper.c:448
12360msgid "git submodule--helper init [<path>]"
12361msgstr ""
12362
12363#: builtin/submodule--helper.c:476
12364msgid "git submodule--helper name <path>"
12365msgstr ""
12366
12367#: builtin/submodule--helper.c:482
12368#, c-format
12369msgid "no submodule mapping found in .gitmodules for path '%s'"
12370msgstr ""
12371
12372#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12373#, c-format
12374msgid "submodule '%s' cannot add alternate: %s"
12375msgstr ""
12376
12377#: builtin/submodule--helper.c:604
12378#, c-format
12379msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12380msgstr ""
12381
12382#: builtin/submodule--helper.c:611
12383#, c-format
12384msgid "Value '%s' for submodule.alternateLocation is not recognized"
12385msgstr ""
12386
12387#: builtin/submodule--helper.c:633
12388msgid "where the new submodule will be cloned to"
12389msgstr ""
12390
12391#: builtin/submodule--helper.c:636
12392msgid "name of the new submodule"
12393msgstr ""
12394
12395#: builtin/submodule--helper.c:639
12396msgid "url where to clone the submodule from"
12397msgstr ""
12398
12399#: builtin/submodule--helper.c:645
12400msgid "depth for shallow clones"
12401msgstr ""
12402
12403#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12404msgid "force cloning progress"
12405msgstr ""
12406
12407#: builtin/submodule--helper.c:653
12408msgid ""
12409"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12410"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12411msgstr ""
12412
12413#: builtin/submodule--helper.c:684
12414#, c-format
12415msgid "clone of '%s' into submodule path '%s' failed"
12416msgstr ""
12417
12418#: builtin/submodule--helper.c:699
12419#, c-format
12420msgid "could not get submodule directory for '%s'"
12421msgstr ""
12422
12423#: builtin/submodule--helper.c:764
12424#, c-format
12425msgid "Submodule path '%s' not initialized"
12426msgstr ""
12427
12428#: builtin/submodule--helper.c:768
12429msgid "Maybe you want to use 'update --init'?"
12430msgstr ""
12431
12432#: builtin/submodule--helper.c:793
12433#, c-format
12434msgid "Skipping unmerged submodule %s"
12435msgstr ""
12436
12437#: builtin/submodule--helper.c:814
12438#, c-format
12439msgid "Skipping submodule '%s'"
12440msgstr ""
12441
12442#: builtin/submodule--helper.c:942
12443#, c-format
12444msgid "Failed to clone '%s'. Retry scheduled"
12445msgstr ""
12446
12447#: builtin/submodule--helper.c:953
12448#, c-format
12449msgid "Failed to clone '%s' a second time, aborting"
12450msgstr ""
12451
12452#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12453msgid "path into the working tree"
12454msgstr ""
12455
12456#: builtin/submodule--helper.c:977
12457msgid "path into the working tree, across nested submodule boundaries"
12458msgstr ""
12459
12460#: builtin/submodule--helper.c:981
12461msgid "rebase, merge, checkout or none"
12462msgstr ""
12463
12464#: builtin/submodule--helper.c:985
12465msgid "Create a shallow clone truncated to the specified number of revisions"
12466msgstr ""
12467
12468#: builtin/submodule--helper.c:988
12469msgid "parallel jobs"
12470msgstr ""
12471
12472#: builtin/submodule--helper.c:990
12473msgid "whether the initial clone should follow the shallow recommendation"
12474msgstr ""
12475
12476#: builtin/submodule--helper.c:991
12477msgid "don't print cloning progress"
12478msgstr ""
12479
12480#: builtin/submodule--helper.c:998
12481msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12482msgstr ""
12483
12484#: builtin/submodule--helper.c:1008
12485msgid "bad value for update parameter"
12486msgstr ""
12487
12488#: builtin/submodule--helper.c:1079
12489#, c-format
12490msgid ""
12491"Submodule (%s) branch configured to inherit branch from superproject, but "
12492"the superproject is not on any branch"
12493msgstr ""
12494
12495#: builtin/submodule--helper.c:1163
12496msgid "recurse into submodules"
12497msgstr ""
12498
12499#: builtin/submodule--helper.c:1169
12500msgid "git submodule--helper embed-git-dir [<path>...]"
12501msgstr ""
12502
12503#: builtin/submodule--helper.c:1232
12504#, c-format
12505msgid "%s doesn't support --super-prefix"
12506msgstr ""
12507
12508#: builtin/submodule--helper.c:1238
12509#, c-format
12510msgid "'%s' is not a valid submodule--helper subcommand"
12511msgstr ""
12512
12513#: builtin/symbolic-ref.c:8
12514msgid "git symbolic-ref [<options>] <name> [<ref>]"
12515msgstr ""
12516
12517#: builtin/symbolic-ref.c:9
12518msgid "git symbolic-ref -d [-q] <name>"
12519msgstr ""
12520
12521#: builtin/symbolic-ref.c:41
12522msgid "suppress error message for non-symbolic (detached) refs"
12523msgstr ""
12524
12525#: builtin/symbolic-ref.c:42
12526msgid "delete symbolic ref"
12527msgstr ""
12528
12529#: builtin/symbolic-ref.c:43
12530msgid "shorten ref output"
12531msgstr ""
12532
12533#: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12534msgid "reason"
12535msgstr ""
12536
12537#: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12538msgid "reason of the update"
12539msgstr ""
12540
12541#: builtin/tag.c:24
12542msgid ""
12543"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12544"[<head>]"
12545msgstr ""
12546
12547#: builtin/tag.c:25
12548msgid "git tag -d <tagname>..."
12549msgstr ""
12550
12551#: builtin/tag.c:26
12552msgid ""
12553"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12554"points-at <object>]\n"
12555"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12556msgstr ""
12557
12558#: builtin/tag.c:28
12559msgid "git tag -v [--format=<format>] <tagname>..."
12560msgstr ""
12561
12562#: builtin/tag.c:84
12563#, c-format
12564msgid "tag '%s' not found."
12565msgstr ""
12566
12567#: builtin/tag.c:100
12568#, c-format
12569msgid "Deleted tag '%s' (was %s)\n"
12570msgstr ""
12571
12572#: builtin/tag.c:129
12573#, c-format
12574msgid ""
12575"\n"
12576"Write a message for tag:\n"
12577"  %s\n"
12578"Lines starting with '%c' will be ignored.\n"
12579msgstr ""
12580
12581#: builtin/tag.c:133
12582#, c-format
12583msgid ""
12584"\n"
12585"Write a message for tag:\n"
12586"  %s\n"
12587"Lines starting with '%c' will be kept; you may remove them yourself if you "
12588"want to.\n"
12589msgstr ""
12590
12591#: builtin/tag.c:211
12592msgid "unable to sign the tag"
12593msgstr ""
12594
12595#: builtin/tag.c:213
12596msgid "unable to write tag file"
12597msgstr ""
12598
12599#: builtin/tag.c:237
12600msgid "bad object type."
12601msgstr ""
12602
12603#: builtin/tag.c:283
12604msgid "no tag message?"
12605msgstr ""
12606
12607#: builtin/tag.c:290
12608#, c-format
12609msgid "The tag message has been left in %s\n"
12610msgstr ""
12611
12612#: builtin/tag.c:398
12613msgid "list tag names"
12614msgstr ""
12615
12616#: builtin/tag.c:400
12617msgid "print <n> lines of each tag message"
12618msgstr ""
12619
12620#: builtin/tag.c:402
12621msgid "delete tags"
12622msgstr ""
12623
12624#: builtin/tag.c:403
12625msgid "verify tags"
12626msgstr ""
12627
12628#: builtin/tag.c:405
12629msgid "Tag creation options"
12630msgstr ""
12631
12632#: builtin/tag.c:407
12633msgid "annotated tag, needs a message"
12634msgstr ""
12635
12636#: builtin/tag.c:409
12637msgid "tag message"
12638msgstr ""
12639
12640#: builtin/tag.c:411
12641msgid "annotated and GPG-signed tag"
12642msgstr ""
12643
12644#: builtin/tag.c:415
12645msgid "use another key to sign the tag"
12646msgstr ""
12647
12648#: builtin/tag.c:416
12649msgid "replace the tag if exists"
12650msgstr ""
12651
12652#: builtin/tag.c:417 builtin/update-ref.c:369
12653msgid "create a reflog"
12654msgstr ""
12655
12656#: builtin/tag.c:419
12657msgid "Tag listing options"
12658msgstr ""
12659
12660#: builtin/tag.c:420
12661msgid "show tag list in columns"
12662msgstr ""
12663
12664#: builtin/tag.c:421 builtin/tag.c:423
12665msgid "print only tags that contain the commit"
12666msgstr ""
12667
12668#: builtin/tag.c:422 builtin/tag.c:424
12669msgid "print only tags that don't contain the commit"
12670msgstr ""
12671
12672#: builtin/tag.c:425
12673msgid "print only tags that are merged"
12674msgstr ""
12675
12676#: builtin/tag.c:426
12677msgid "print only tags that are not merged"
12678msgstr ""
12679
12680#: builtin/tag.c:431
12681msgid "print only tags of the object"
12682msgstr ""
12683
12684#: builtin/tag.c:470
12685msgid "--column and -n are incompatible"
12686msgstr ""
12687
12688#: builtin/tag.c:492
12689msgid "-n option is only allowed in list mode"
12690msgstr ""
12691
12692#: builtin/tag.c:494
12693msgid "--contains option is only allowed in list mode"
12694msgstr ""
12695
12696#: builtin/tag.c:496
12697msgid "--no-contains option is only allowed in list mode"
12698msgstr ""
12699
12700#: builtin/tag.c:498
12701msgid "--points-at option is only allowed in list mode"
12702msgstr ""
12703
12704#: builtin/tag.c:500
12705msgid "--merged and --no-merged options are only allowed in list mode"
12706msgstr ""
12707
12708#: builtin/tag.c:511
12709msgid "only one -F or -m option is allowed."
12710msgstr ""
12711
12712#: builtin/tag.c:530
12713msgid "too many params"
12714msgstr ""
12715
12716#: builtin/tag.c:536
12717#, c-format
12718msgid "'%s' is not a valid tag name."
12719msgstr ""
12720
12721#: builtin/tag.c:541
12722#, c-format
12723msgid "tag '%s' already exists"
12724msgstr ""
12725
12726#: builtin/tag.c:571
12727#, c-format
12728msgid "Updated tag '%s' (was %s)\n"
12729msgstr ""
12730
12731#: builtin/unpack-objects.c:494
12732msgid "Unpacking objects"
12733msgstr ""
12734
12735#: builtin/update-index.c:80
12736#, c-format
12737msgid "failed to create directory %s"
12738msgstr ""
12739
12740#: builtin/update-index.c:86
12741#, c-format
12742msgid "failed to stat %s"
12743msgstr ""
12744
12745#: builtin/update-index.c:96
12746#, c-format
12747msgid "failed to create file %s"
12748msgstr ""
12749
12750#: builtin/update-index.c:104
12751#, c-format
12752msgid "failed to delete file %s"
12753msgstr ""
12754
12755#: builtin/update-index.c:111 builtin/update-index.c:217
12756#, c-format
12757msgid "failed to delete directory %s"
12758msgstr ""
12759
12760#: builtin/update-index.c:136
12761#, c-format
12762msgid "Testing mtime in '%s' "
12763msgstr ""
12764
12765#: builtin/update-index.c:150
12766msgid "directory stat info does not change after adding a new file"
12767msgstr ""
12768
12769#: builtin/update-index.c:163
12770msgid "directory stat info does not change after adding a new directory"
12771msgstr ""
12772
12773#: builtin/update-index.c:176
12774msgid "directory stat info changes after updating a file"
12775msgstr ""
12776
12777#: builtin/update-index.c:187
12778msgid "directory stat info changes after adding a file inside subdirectory"
12779msgstr ""
12780
12781#: builtin/update-index.c:198
12782msgid "directory stat info does not change after deleting a file"
12783msgstr ""
12784
12785#: builtin/update-index.c:211
12786msgid "directory stat info does not change after deleting a directory"
12787msgstr ""
12788
12789#: builtin/update-index.c:218
12790msgid " OK"
12791msgstr ""
12792
12793#: builtin/update-index.c:569
12794msgid "git update-index [<options>] [--] [<file>...]"
12795msgstr ""
12796
12797#: builtin/update-index.c:924
12798msgid "continue refresh even when index needs update"
12799msgstr ""
12800
12801#: builtin/update-index.c:927
12802msgid "refresh: ignore submodules"
12803msgstr ""
12804
12805#: builtin/update-index.c:930
12806msgid "do not ignore new files"
12807msgstr ""
12808
12809#: builtin/update-index.c:932
12810msgid "let files replace directories and vice-versa"
12811msgstr ""
12812
12813#: builtin/update-index.c:934
12814msgid "notice files missing from worktree"
12815msgstr ""
12816
12817#: builtin/update-index.c:936
12818msgid "refresh even if index contains unmerged entries"
12819msgstr ""
12820
12821#: builtin/update-index.c:939
12822msgid "refresh stat information"
12823msgstr ""
12824
12825#: builtin/update-index.c:943
12826msgid "like --refresh, but ignore assume-unchanged setting"
12827msgstr ""
12828
12829#: builtin/update-index.c:947
12830msgid "<mode>,<object>,<path>"
12831msgstr ""
12832
12833#: builtin/update-index.c:948
12834msgid "add the specified entry to the index"
12835msgstr ""
12836
12837#: builtin/update-index.c:957
12838msgid "mark files as \"not changing\""
12839msgstr ""
12840
12841#: builtin/update-index.c:960
12842msgid "clear assumed-unchanged bit"
12843msgstr ""
12844
12845#: builtin/update-index.c:963
12846msgid "mark files as \"index-only\""
12847msgstr ""
12848
12849#: builtin/update-index.c:966
12850msgid "clear skip-worktree bit"
12851msgstr ""
12852
12853#: builtin/update-index.c:969
12854msgid "add to index only; do not add content to object database"
12855msgstr ""
12856
12857#: builtin/update-index.c:971
12858msgid "remove named paths even if present in worktree"
12859msgstr ""
12860
12861#: builtin/update-index.c:973
12862msgid "with --stdin: input lines are terminated by null bytes"
12863msgstr ""
12864
12865#: builtin/update-index.c:975
12866msgid "read list of paths to be updated from standard input"
12867msgstr ""
12868
12869#: builtin/update-index.c:979
12870msgid "add entries from standard input to the index"
12871msgstr ""
12872
12873#: builtin/update-index.c:983
12874msgid "repopulate stages #2 and #3 for the listed paths"
12875msgstr ""
12876
12877#: builtin/update-index.c:987
12878msgid "only update entries that differ from HEAD"
12879msgstr ""
12880
12881#: builtin/update-index.c:991
12882msgid "ignore files missing from worktree"
12883msgstr ""
12884
12885#: builtin/update-index.c:994
12886msgid "report actions to standard output"
12887msgstr ""
12888
12889#: builtin/update-index.c:996
12890msgid "(for porcelains) forget saved unresolved conflicts"
12891msgstr ""
12892
12893#: builtin/update-index.c:1000
12894msgid "write index in this format"
12895msgstr ""
12896
12897#: builtin/update-index.c:1002
12898msgid "enable or disable split index"
12899msgstr ""
12900
12901#: builtin/update-index.c:1004
12902msgid "enable/disable untracked cache"
12903msgstr ""
12904
12905#: builtin/update-index.c:1006
12906msgid "test if the filesystem supports untracked cache"
12907msgstr ""
12908
12909#: builtin/update-index.c:1008
12910msgid "enable untracked cache without testing the filesystem"
12911msgstr ""
12912
12913#: builtin/update-index.c:1108
12914msgid ""
12915"core.splitIndex is set to false; remove or change it, if you really want to "
12916"enable split index"
12917msgstr ""
12918
12919#: builtin/update-index.c:1117
12920msgid ""
12921"core.splitIndex is set to true; remove or change it, if you really want to "
12922"disable split index"
12923msgstr ""
12924
12925#: builtin/update-index.c:1128
12926msgid ""
12927"core.untrackedCache is set to true; remove or change it, if you really want "
12928"to disable the untracked cache"
12929msgstr ""
12930
12931#: builtin/update-index.c:1132
12932msgid "Untracked cache disabled"
12933msgstr ""
12934
12935#: builtin/update-index.c:1140
12936msgid ""
12937"core.untrackedCache is set to false; remove or change it, if you really want "
12938"to enable the untracked cache"
12939msgstr ""
12940
12941#: builtin/update-index.c:1144
12942#, c-format
12943msgid "Untracked cache enabled for '%s'"
12944msgstr ""
12945
12946#: builtin/update-ref.c:10
12947msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12948msgstr ""
12949
12950#: builtin/update-ref.c:11
12951msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12952msgstr ""
12953
12954#: builtin/update-ref.c:12
12955msgid "git update-ref [<options>] --stdin [-z]"
12956msgstr ""
12957
12958#: builtin/update-ref.c:364
12959msgid "delete the reference"
12960msgstr ""
12961
12962#: builtin/update-ref.c:366
12963msgid "update <refname> not the one it points to"
12964msgstr ""
12965
12966#: builtin/update-ref.c:367
12967msgid "stdin has NUL-terminated arguments"
12968msgstr ""
12969
12970#: builtin/update-ref.c:368
12971msgid "read updates from stdin"
12972msgstr ""
12973
12974#: builtin/update-server-info.c:7
12975msgid "git update-server-info [--force]"
12976msgstr ""
12977
12978#: builtin/update-server-info.c:15
12979msgid "update the info files from scratch"
12980msgstr ""
12981
12982#: builtin/verify-commit.c:18
12983msgid "git verify-commit [-v | --verbose] <commit>..."
12984msgstr ""
12985
12986#: builtin/verify-commit.c:73
12987msgid "print commit contents"
12988msgstr ""
12989
12990#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
12991msgid "print raw gpg status output"
12992msgstr ""
12993
12994#: builtin/verify-pack.c:55
12995msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12996msgstr ""
12997
12998#: builtin/verify-pack.c:65
12999msgid "verbose"
13000msgstr ""
13001
13002#: builtin/verify-pack.c:67
13003msgid "show statistics only"
13004msgstr ""
13005
13006#: builtin/verify-tag.c:19
13007msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13008msgstr ""
13009
13010#: builtin/verify-tag.c:37
13011msgid "print tag contents"
13012msgstr ""
13013
13014#: builtin/worktree.c:16
13015msgid "git worktree add [<options>] <path> [<branch>]"
13016msgstr ""
13017
13018#: builtin/worktree.c:17
13019msgid "git worktree list [<options>]"
13020msgstr ""
13021
13022#: builtin/worktree.c:18
13023msgid "git worktree lock [<options>] <path>"
13024msgstr ""
13025
13026#: builtin/worktree.c:19
13027msgid "git worktree prune [<options>]"
13028msgstr ""
13029
13030#: builtin/worktree.c:20
13031msgid "git worktree unlock <path>"
13032msgstr ""
13033
13034#: builtin/worktree.c:44
13035#, c-format
13036msgid "Removing worktrees/%s: not a valid directory"
13037msgstr ""
13038
13039#: builtin/worktree.c:50
13040#, c-format
13041msgid "Removing worktrees/%s: gitdir file does not exist"
13042msgstr ""
13043
13044#: builtin/worktree.c:55
13045#, c-format
13046msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13047msgstr ""
13048
13049#: builtin/worktree.c:66
13050#, c-format
13051msgid "Removing worktrees/%s: invalid gitdir file"
13052msgstr ""
13053
13054#: builtin/worktree.c:82
13055#, c-format
13056msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13057msgstr ""
13058
13059#: builtin/worktree.c:129
13060msgid "report pruned working trees"
13061msgstr ""
13062
13063#: builtin/worktree.c:131
13064msgid "expire working trees older than <time>"
13065msgstr ""
13066
13067#: builtin/worktree.c:205
13068#, c-format
13069msgid "'%s' already exists"
13070msgstr ""
13071
13072#: builtin/worktree.c:236
13073#, c-format
13074msgid "could not create directory of '%s'"
13075msgstr ""
13076
13077#: builtin/worktree.c:275
13078#, c-format
13079msgid "Preparing %s (identifier %s)"
13080msgstr ""
13081
13082#: builtin/worktree.c:327
13083msgid "checkout <branch> even if already checked out in other worktree"
13084msgstr ""
13085
13086#: builtin/worktree.c:329
13087msgid "create a new branch"
13088msgstr ""
13089
13090#: builtin/worktree.c:331
13091msgid "create or reset a branch"
13092msgstr ""
13093
13094#: builtin/worktree.c:333
13095msgid "populate the new working tree"
13096msgstr ""
13097
13098#: builtin/worktree.c:334
13099msgid "keep the new working tree locked"
13100msgstr ""
13101
13102#: builtin/worktree.c:342
13103msgid "-b, -B, and --detach are mutually exclusive"
13104msgstr ""
13105
13106#: builtin/worktree.c:479
13107msgid "reason for locking"
13108msgstr ""
13109
13110#: builtin/worktree.c:491 builtin/worktree.c:524
13111#, c-format
13112msgid "'%s' is not a working tree"
13113msgstr ""
13114
13115#: builtin/worktree.c:493 builtin/worktree.c:526
13116msgid "The main working tree cannot be locked or unlocked"
13117msgstr ""
13118
13119#: builtin/worktree.c:498
13120#, c-format
13121msgid "'%s' is already locked, reason: %s"
13122msgstr ""
13123
13124#: builtin/worktree.c:500
13125#, c-format
13126msgid "'%s' is already locked"
13127msgstr ""
13128
13129#: builtin/worktree.c:528
13130#, c-format
13131msgid "'%s' is not locked"
13132msgstr ""
13133
13134#: builtin/write-tree.c:14
13135msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13136msgstr ""
13137
13138#: builtin/write-tree.c:27
13139msgid "<prefix>/"
13140msgstr ""
13141
13142#: builtin/write-tree.c:28
13143msgid "write tree object for a subdirectory <prefix>"
13144msgstr ""
13145
13146#: builtin/write-tree.c:31
13147msgid "only useful for debugging"
13148msgstr ""
13149
13150#: upload-pack.c:23
13151msgid "git upload-pack [<options>] <dir>"
13152msgstr ""
13153
13154#: upload-pack.c:1041
13155msgid "quit after a single request/response exchange"
13156msgstr ""
13157
13158#: upload-pack.c:1043
13159msgid "exit immediately after initial ref advertisement"
13160msgstr ""
13161
13162#: upload-pack.c:1045
13163msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13164msgstr ""
13165
13166#: upload-pack.c:1047
13167msgid "interrupt transfer after <n> seconds of inactivity"
13168msgstr ""
13169
13170#: credential-cache--daemon.c:224
13171#, c-format
13172msgid ""
13173"The permissions on your socket directory are too loose; other\n"
13174"users may be able to read your cached credentials. Consider running:\n"
13175"\n"
13176"\tchmod 0700 %s"
13177msgstr ""
13178
13179#: credential-cache--daemon.c:272
13180msgid "print debugging messages to stderr"
13181msgstr ""
13182
13183#: git.c:15
13184msgid ""
13185"'git help -a' and 'git help -g' list available subcommands and some\n"
13186"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13187"to read about a specific subcommand or concept."
13188msgstr ""
13189
13190#: http.c:337
13191#, c-format
13192msgid "negative value for http.postbuffer; defaulting to %d"
13193msgstr ""
13194
13195#: http.c:358
13196msgid "Delegation control is not supported with cURL < 7.22.0"
13197msgstr ""
13198
13199#: http.c:367
13200msgid "Public key pinning not supported with cURL < 7.44.0"
13201msgstr ""
13202
13203#: http.c:1764
13204#, c-format
13205msgid ""
13206"unable to update url base from redirection:\n"
13207"  asked for: %s\n"
13208"   redirect: %s"
13209msgstr ""
13210
13211#: remote-curl.c:324
13212#, c-format
13213msgid "redirecting to %s"
13214msgstr ""
13215
13216#: common-cmds.h:9
13217msgid "start a working area (see also: git help tutorial)"
13218msgstr ""
13219
13220#: common-cmds.h:10
13221msgid "work on the current change (see also: git help everyday)"
13222msgstr ""
13223
13224#: common-cmds.h:11
13225msgid "examine the history and state (see also: git help revisions)"
13226msgstr ""
13227
13228#: common-cmds.h:12
13229msgid "grow, mark and tweak your common history"
13230msgstr ""
13231
13232#: common-cmds.h:13
13233msgid "collaborate (see also: git help workflows)"
13234msgstr ""
13235
13236#: common-cmds.h:17
13237msgid "Add file contents to the index"
13238msgstr ""
13239
13240#: common-cmds.h:18
13241msgid "Use binary search to find the commit that introduced a bug"
13242msgstr ""
13243
13244#: common-cmds.h:19
13245msgid "List, create, or delete branches"
13246msgstr ""
13247
13248#: common-cmds.h:20
13249msgid "Switch branches or restore working tree files"
13250msgstr ""
13251
13252#: common-cmds.h:21
13253msgid "Clone a repository into a new directory"
13254msgstr ""
13255
13256#: common-cmds.h:22
13257msgid "Record changes to the repository"
13258msgstr ""
13259
13260#: common-cmds.h:23
13261msgid "Show changes between commits, commit and working tree, etc"
13262msgstr ""
13263
13264#: common-cmds.h:24
13265msgid "Download objects and refs from another repository"
13266msgstr ""
13267
13268#: common-cmds.h:25
13269msgid "Print lines matching a pattern"
13270msgstr ""
13271
13272#: common-cmds.h:26
13273msgid "Create an empty Git repository or reinitialize an existing one"
13274msgstr ""
13275
13276#: common-cmds.h:27
13277msgid "Show commit logs"
13278msgstr ""
13279
13280#: common-cmds.h:28
13281msgid "Join two or more development histories together"
13282msgstr ""
13283
13284#: common-cmds.h:29
13285msgid "Move or rename a file, a directory, or a symlink"
13286msgstr ""
13287
13288#: common-cmds.h:30
13289msgid "Fetch from and integrate with another repository or a local branch"
13290msgstr ""
13291
13292#: common-cmds.h:31
13293msgid "Update remote refs along with associated objects"
13294msgstr ""
13295
13296#: common-cmds.h:32
13297msgid "Reapply commits on top of another base tip"
13298msgstr ""
13299
13300#: common-cmds.h:33
13301msgid "Reset current HEAD to the specified state"
13302msgstr ""
13303
13304#: common-cmds.h:34
13305msgid "Remove files from the working tree and from the index"
13306msgstr ""
13307
13308#: common-cmds.h:35
13309msgid "Show various types of objects"
13310msgstr ""
13311
13312#: common-cmds.h:36
13313msgid "Show the working tree status"
13314msgstr ""
13315
13316#: common-cmds.h:37
13317msgid "Create, list, delete or verify a tag object signed with GPG"
13318msgstr ""
13319
13320#: parse-options.h:145
13321msgid "expiry-date"
13322msgstr ""
13323
13324#: parse-options.h:160
13325msgid "no-op (backward compatibility)"
13326msgstr ""
13327
13328#: parse-options.h:238
13329msgid "be more verbose"
13330msgstr ""
13331
13332#: parse-options.h:240
13333msgid "be more quiet"
13334msgstr ""
13335
13336#: parse-options.h:246
13337msgid "use <n> digits to display SHA-1s"
13338msgstr ""
13339
13340#: rerere.h:40
13341msgid "update the index with reused conflict resolution if possible"
13342msgstr ""
13343
13344#: git-bisect.sh:54
13345msgid "You need to start by \"git bisect start\""
13346msgstr ""
13347
13348#. TRANSLATORS: Make sure to include [Y] and [n] in your
13349#. translation. The program will only accept English input
13350#. at this point.
13351#: git-bisect.sh:60
13352msgid "Do you want me to do it for you [Y/n]? "
13353msgstr ""
13354
13355#: git-bisect.sh:121
13356#, sh-format
13357msgid "unrecognised option: '$arg'"
13358msgstr ""
13359
13360#: git-bisect.sh:125
13361#, sh-format
13362msgid "'$arg' does not appear to be a valid revision"
13363msgstr ""
13364
13365#: git-bisect.sh:154
13366msgid "Bad HEAD - I need a HEAD"
13367msgstr ""
13368
13369#: git-bisect.sh:167
13370#, sh-format
13371msgid ""
13372"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13373msgstr ""
13374
13375#: git-bisect.sh:177
13376msgid "won't bisect on cg-seek'ed tree"
13377msgstr ""
13378
13379#: git-bisect.sh:181
13380msgid "Bad HEAD - strange symbolic ref"
13381msgstr ""
13382
13383#: git-bisect.sh:233
13384#, sh-format
13385msgid "Bad bisect_write argument: $state"
13386msgstr ""
13387
13388#: git-bisect.sh:262
13389#, sh-format
13390msgid "Bad rev input: $arg"
13391msgstr ""
13392
13393#: git-bisect.sh:281
13394#, sh-format
13395msgid "Bad rev input: $bisected_head"
13396msgstr ""
13397
13398#: git-bisect.sh:290
13399#, sh-format
13400msgid "Bad rev input: $rev"
13401msgstr ""
13402
13403#: git-bisect.sh:299
13404#, sh-format
13405msgid "'git bisect $TERM_BAD' can take only one argument."
13406msgstr ""
13407
13408#: git-bisect.sh:322
13409#, sh-format
13410msgid "Warning: bisecting only with a $TERM_BAD commit."
13411msgstr ""
13412
13413#. TRANSLATORS: Make sure to include [Y] and [n] in your
13414#. translation. The program will only accept English input
13415#. at this point.
13416#: git-bisect.sh:328
13417msgid "Are you sure [Y/n]? "
13418msgstr ""
13419
13420#: git-bisect.sh:340
13421#, sh-format
13422msgid ""
13423"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13424"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13425msgstr ""
13426
13427#: git-bisect.sh:343
13428#, sh-format
13429msgid ""
13430"You need to start by \"git bisect start\".\n"
13431"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13432"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13433msgstr ""
13434
13435#: git-bisect.sh:414 git-bisect.sh:546
13436msgid "We are not bisecting."
13437msgstr ""
13438
13439#: git-bisect.sh:421
13440#, sh-format
13441msgid "'$invalid' is not a valid commit"
13442msgstr ""
13443
13444#: git-bisect.sh:430
13445#, sh-format
13446msgid ""
13447"Could not check out original HEAD '$branch'.\n"
13448"Try 'git bisect reset <commit>'."
13449msgstr ""
13450
13451#: git-bisect.sh:458
13452msgid "No logfile given"
13453msgstr ""
13454
13455#: git-bisect.sh:459
13456#, sh-format
13457msgid "cannot read $file for replaying"
13458msgstr ""
13459
13460#: git-bisect.sh:480
13461msgid "?? what are you talking about?"
13462msgstr ""
13463
13464#: git-bisect.sh:492
13465#, sh-format
13466msgid "running $command"
13467msgstr ""
13468
13469#: git-bisect.sh:499
13470#, sh-format
13471msgid ""
13472"bisect run failed:\n"
13473"exit code $res from '$command' is < 0 or >= 128"
13474msgstr ""
13475
13476#: git-bisect.sh:525
13477msgid "bisect run cannot continue any more"
13478msgstr ""
13479
13480#: git-bisect.sh:531
13481#, sh-format
13482msgid ""
13483"bisect run failed:\n"
13484"'bisect_state $state' exited with error code $res"
13485msgstr ""
13486
13487#: git-bisect.sh:538
13488msgid "bisect run success"
13489msgstr ""
13490
13491#: git-bisect.sh:565
13492msgid "please use two different terms"
13493msgstr ""
13494
13495#: git-bisect.sh:575
13496#, sh-format
13497msgid "'$term' is not a valid term"
13498msgstr ""
13499
13500#: git-bisect.sh:578
13501#, sh-format
13502msgid "can't use the builtin command '$term' as a term"
13503msgstr ""
13504
13505#: git-bisect.sh:587 git-bisect.sh:593
13506#, sh-format
13507msgid "can't change the meaning of term '$term'"
13508msgstr ""
13509
13510#: git-bisect.sh:606
13511#, sh-format
13512msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13513msgstr ""
13514
13515#: git-bisect.sh:636
13516msgid "no terms defined"
13517msgstr ""
13518
13519#: git-bisect.sh:653
13520#, sh-format
13521msgid ""
13522"invalid argument $arg for 'git bisect terms'.\n"
13523"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13524msgstr ""
13525
13526#: git-merge-octopus.sh:46
13527msgid ""
13528"Error: Your local changes to the following files would be overwritten by "
13529"merge"
13530msgstr ""
13531
13532#: git-merge-octopus.sh:61
13533msgid "Automated merge did not work."
13534msgstr ""
13535
13536#: git-merge-octopus.sh:62
13537msgid "Should not be doing an octopus."
13538msgstr ""
13539
13540#: git-merge-octopus.sh:73
13541#, sh-format
13542msgid "Unable to find common commit with $pretty_name"
13543msgstr ""
13544
13545#: git-merge-octopus.sh:77
13546#, sh-format
13547msgid "Already up-to-date with $pretty_name"
13548msgstr ""
13549
13550#: git-merge-octopus.sh:89
13551#, sh-format
13552msgid "Fast-forwarding to: $pretty_name"
13553msgstr ""
13554
13555#: git-merge-octopus.sh:97
13556#, sh-format
13557msgid "Trying simple merge with $pretty_name"
13558msgstr ""
13559
13560#: git-merge-octopus.sh:102
13561msgid "Simple merge did not work, trying automatic merge."
13562msgstr ""
13563
13564#: git-rebase.sh:58
13565msgid ""
13566"When you have resolved this problem, run \"git rebase --continue\".\n"
13567"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13568"To check out the original branch and stop rebasing, run \"git rebase --abort"
13569"\"."
13570msgstr ""
13571
13572#: git-rebase.sh:158 git-rebase.sh:397
13573#, sh-format
13574msgid "Could not move back to $head_name"
13575msgstr ""
13576
13577#: git-rebase.sh:169
13578msgid "Applied autostash."
13579msgstr ""
13580
13581#: git-rebase.sh:172
13582#, sh-format
13583msgid "Cannot store $stash_sha1"
13584msgstr ""
13585
13586#: git-rebase.sh:212
13587msgid "The pre-rebase hook refused to rebase."
13588msgstr ""
13589
13590#: git-rebase.sh:217
13591msgid "It looks like git-am is in progress. Cannot rebase."
13592msgstr ""
13593
13594#: git-rebase.sh:358
13595msgid "No rebase in progress?"
13596msgstr ""
13597
13598#: git-rebase.sh:369
13599msgid "The --edit-todo action can only be used during interactive rebase."
13600msgstr ""
13601
13602#: git-rebase.sh:376
13603msgid "Cannot read HEAD"
13604msgstr ""
13605
13606#: git-rebase.sh:379
13607msgid ""
13608"You must edit all merge conflicts and then\n"
13609"mark them as resolved using git add"
13610msgstr ""
13611
13612#: git-rebase.sh:419
13613#, sh-format
13614msgid ""
13615"It seems that there is already a $state_dir_base directory, and\n"
13616"I wonder if you are in the middle of another rebase.  If that is the\n"
13617"case, please try\n"
13618"\t$cmd_live_rebase\n"
13619"If that is not the case, please\n"
13620"\t$cmd_clear_stale_rebase\n"
13621"and run me again.  I am stopping in case you still have something\n"
13622"valuable there."
13623msgstr ""
13624
13625#: git-rebase.sh:470
13626#, sh-format
13627msgid "invalid upstream $upstream_name"
13628msgstr ""
13629
13630#: git-rebase.sh:494
13631#, sh-format
13632msgid "$onto_name: there are more than one merge bases"
13633msgstr ""
13634
13635#: git-rebase.sh:497 git-rebase.sh:501
13636#, sh-format
13637msgid "$onto_name: there is no merge base"
13638msgstr ""
13639
13640#: git-rebase.sh:506
13641#, sh-format
13642msgid "Does not point to a valid commit: $onto_name"
13643msgstr ""
13644
13645#: git-rebase.sh:529
13646#, sh-format
13647msgid "fatal: no such branch: $branch_name"
13648msgstr ""
13649
13650#: git-rebase.sh:562
13651msgid "Cannot autostash"
13652msgstr ""
13653
13654#: git-rebase.sh:567
13655#, sh-format
13656msgid "Created autostash: $stash_abbrev"
13657msgstr ""
13658
13659#: git-rebase.sh:571
13660msgid "Please commit or stash them."
13661msgstr ""
13662
13663#: git-rebase.sh:591
13664#, sh-format
13665msgid "Current branch $branch_name is up to date."
13666msgstr ""
13667
13668#: git-rebase.sh:595
13669#, sh-format
13670msgid "Current branch $branch_name is up to date, rebase forced."
13671msgstr ""
13672
13673#: git-rebase.sh:606
13674#, sh-format
13675msgid "Changes from $mb to $onto:"
13676msgstr ""
13677
13678#: git-rebase.sh:615
13679msgid "First, rewinding head to replay your work on top of it..."
13680msgstr ""
13681
13682#: git-rebase.sh:625
13683#, sh-format
13684msgid "Fast-forwarded $branch_name to $onto_name."
13685msgstr ""
13686
13687#: git-stash.sh:54
13688msgid "git stash clear with parameters is unimplemented"
13689msgstr ""
13690
13691#: git-stash.sh:95
13692msgid "You do not have the initial commit yet"
13693msgstr ""
13694
13695#: git-stash.sh:110
13696msgid "Cannot save the current index state"
13697msgstr ""
13698
13699#: git-stash.sh:125
13700msgid "Cannot save the untracked files"
13701msgstr ""
13702
13703#: git-stash.sh:145 git-stash.sh:158
13704msgid "Cannot save the current worktree state"
13705msgstr ""
13706
13707#: git-stash.sh:162
13708msgid "No changes selected"
13709msgstr ""
13710
13711#: git-stash.sh:165
13712msgid "Cannot remove temporary index (can't happen)"
13713msgstr ""
13714
13715#: git-stash.sh:178
13716msgid "Cannot record working tree state"
13717msgstr ""
13718
13719#: git-stash.sh:210
13720#, sh-format
13721msgid "Cannot update $ref_stash with $w_commit"
13722msgstr ""
13723
13724#. TRANSLATORS: $option is an invalid option, like
13725#. `--blah-blah'. The 7 spaces at the beginning of the
13726#. second line correspond to "error: ". So you should line
13727#. up the second line with however many characters the
13728#. translation of "error: " takes in your language. E.g. in
13729#. English this is:
13730#.
13731#. $ git stash save --blah-blah 2>&1 | head -n 2
13732#. error: unknown option for 'stash save': --blah-blah
13733#. To provide a message, use git stash save -- '--blah-blah'
13734#: git-stash.sh:266
13735#, sh-format
13736msgid ""
13737"error: unknown option for 'stash save': $option\n"
13738"       To provide a message, use git stash save -- '$option'"
13739msgstr ""
13740
13741#: git-stash.sh:281
13742msgid "Can't use --patch and --include-untracked or --all at the same time"
13743msgstr ""
13744
13745#: git-stash.sh:289
13746msgid "No local changes to save"
13747msgstr ""
13748
13749#: git-stash.sh:294
13750msgid "Cannot initialize stash"
13751msgstr ""
13752
13753#: git-stash.sh:298
13754msgid "Cannot save the current status"
13755msgstr ""
13756
13757#: git-stash.sh:299
13758#, sh-format
13759msgid "Saved working directory and index state $stash_msg"
13760msgstr ""
13761
13762#: git-stash.sh:326
13763msgid "Cannot remove worktree changes"
13764msgstr ""
13765
13766#: git-stash.sh:474
13767#, sh-format
13768msgid "unknown option: $opt"
13769msgstr ""
13770
13771#: git-stash.sh:487
13772msgid "No stash entries found."
13773msgstr ""
13774
13775#: git-stash.sh:494
13776#, sh-format
13777msgid "Too many revisions specified: $REV"
13778msgstr ""
13779
13780#: git-stash.sh:509
13781#, sh-format
13782msgid "$reference is not a valid reference"
13783msgstr ""
13784
13785#: git-stash.sh:537
13786#, sh-format
13787msgid "'$args' is not a stash-like commit"
13788msgstr ""
13789
13790#: git-stash.sh:548
13791#, sh-format
13792msgid "'$args' is not a stash reference"
13793msgstr ""
13794
13795#: git-stash.sh:556
13796msgid "unable to refresh index"
13797msgstr ""
13798
13799#: git-stash.sh:560
13800msgid "Cannot apply a stash in the middle of a merge"
13801msgstr ""
13802
13803#: git-stash.sh:568
13804msgid "Conflicts in index. Try without --index."
13805msgstr ""
13806
13807#: git-stash.sh:570
13808msgid "Could not save index tree"
13809msgstr ""
13810
13811#: git-stash.sh:579
13812msgid "Could not restore untracked files from stash entry"
13813msgstr ""
13814
13815#: git-stash.sh:604
13816msgid "Cannot unstage modified files"
13817msgstr ""
13818
13819#: git-stash.sh:619
13820msgid "Index was not unstashed."
13821msgstr ""
13822
13823#: git-stash.sh:633
13824msgid "The stash entry is kept in case you need it again."
13825msgstr ""
13826
13827#: git-stash.sh:642
13828#, sh-format
13829msgid "Dropped ${REV} ($s)"
13830msgstr ""
13831
13832#: git-stash.sh:643
13833#, sh-format
13834msgid "${REV}: Could not drop stash entry"
13835msgstr ""
13836
13837#: git-stash.sh:651
13838msgid "No branch name specified"
13839msgstr ""
13840
13841#: git-stash.sh:730
13842msgid "(To restore them type \"git stash apply\")"
13843msgstr ""
13844
13845#: git-submodule.sh:181
13846msgid "Relative path can only be used from the toplevel of the working tree"
13847msgstr ""
13848
13849#: git-submodule.sh:191
13850#, sh-format
13851msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13852msgstr ""
13853
13854#: git-submodule.sh:210
13855#, sh-format
13856msgid "'$sm_path' already exists in the index"
13857msgstr ""
13858
13859#: git-submodule.sh:213
13860#, sh-format
13861msgid "'$sm_path' already exists in the index and is not a submodule"
13862msgstr ""
13863
13864#: git-submodule.sh:219
13865#, sh-format
13866msgid ""
13867"The following path is ignored by one of your .gitignore files:\n"
13868"$sm_path\n"
13869"Use -f if you really want to add it."
13870msgstr ""
13871
13872#: git-submodule.sh:237
13873#, sh-format
13874msgid "Adding existing repo at '$sm_path' to the index"
13875msgstr ""
13876
13877#: git-submodule.sh:239
13878#, sh-format
13879msgid "'$sm_path' already exists and is not a valid git repo"
13880msgstr ""
13881
13882#: git-submodule.sh:247
13883#, sh-format
13884msgid "A git directory for '$sm_name' is found locally with remote(s):"
13885msgstr ""
13886
13887#: git-submodule.sh:249
13888#, sh-format
13889msgid ""
13890"If you want to reuse this local git directory instead of cloning again from\n"
13891"  $realrepo\n"
13892"use the '--force' option. If the local git directory is not the correct "
13893"repo\n"
13894"or you are unsure what this means choose another name with the '--name' "
13895"option."
13896msgstr ""
13897
13898#: git-submodule.sh:255
13899#, sh-format
13900msgid "Reactivating local git directory for submodule '$sm_name'."
13901msgstr ""
13902
13903#: git-submodule.sh:267
13904#, sh-format
13905msgid "Unable to checkout submodule '$sm_path'"
13906msgstr ""
13907
13908#: git-submodule.sh:272
13909#, sh-format
13910msgid "Failed to add submodule '$sm_path'"
13911msgstr ""
13912
13913#: git-submodule.sh:281
13914#, sh-format
13915msgid "Failed to register submodule '$sm_path'"
13916msgstr ""
13917
13918#: git-submodule.sh:342
13919#, sh-format
13920msgid "Entering '$displaypath'"
13921msgstr ""
13922
13923#: git-submodule.sh:362
13924#, sh-format
13925msgid "Stopping at '$displaypath'; script returned non-zero status."
13926msgstr ""
13927
13928#: git-submodule.sh:433
13929#, sh-format
13930msgid "pathspec and --all are incompatible"
13931msgstr ""
13932
13933#: git-submodule.sh:438
13934#, sh-format
13935msgid "Use '--all' if you really want to deinitialize all submodules"
13936msgstr ""
13937
13938#: git-submodule.sh:458
13939#, sh-format
13940msgid ""
13941"Submodule work tree '$displaypath' contains a .git directory\n"
13942"(use 'rm -rf' if you really want to remove it including all of its history)"
13943msgstr ""
13944
13945#: git-submodule.sh:466
13946#, sh-format
13947msgid ""
13948"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13949"discard them"
13950msgstr ""
13951
13952#: git-submodule.sh:469
13953#, sh-format
13954msgid "Cleared directory '$displaypath'"
13955msgstr ""
13956
13957#: git-submodule.sh:470
13958#, sh-format
13959msgid "Could not remove submodule work tree '$displaypath'"
13960msgstr ""
13961
13962#: git-submodule.sh:473
13963#, sh-format
13964msgid "Could not create empty submodule directory '$displaypath'"
13965msgstr ""
13966
13967#: git-submodule.sh:482
13968#, sh-format
13969msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13970msgstr ""
13971
13972#: git-submodule.sh:638
13973#, sh-format
13974msgid "Unable to find current revision in submodule path '$displaypath'"
13975msgstr ""
13976
13977#: git-submodule.sh:648
13978#, sh-format
13979msgid "Unable to fetch in submodule path '$sm_path'"
13980msgstr ""
13981
13982#: git-submodule.sh:653
13983#, sh-format
13984msgid ""
13985"Unable to find current ${remote_name}/${branch} revision in submodule path "
13986"'$sm_path'"
13987msgstr ""
13988
13989#: git-submodule.sh:671
13990#, sh-format
13991msgid "Unable to fetch in submodule path '$displaypath'"
13992msgstr ""
13993
13994#: git-submodule.sh:677
13995#, sh-format
13996msgid ""
13997"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13998"Direct fetching of that commit failed."
13999msgstr ""
14000
14001#: git-submodule.sh:684
14002#, sh-format
14003msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14004msgstr ""
14005
14006#: git-submodule.sh:685
14007#, sh-format
14008msgid "Submodule path '$displaypath': checked out '$sha1'"
14009msgstr ""
14010
14011#: git-submodule.sh:689
14012#, sh-format
14013msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14014msgstr ""
14015
14016#: git-submodule.sh:690
14017#, sh-format
14018msgid "Submodule path '$displaypath': rebased into '$sha1'"
14019msgstr ""
14020
14021#: git-submodule.sh:695
14022#, sh-format
14023msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14024msgstr ""
14025
14026#: git-submodule.sh:696
14027#, sh-format
14028msgid "Submodule path '$displaypath': merged in '$sha1'"
14029msgstr ""
14030
14031#: git-submodule.sh:701
14032#, sh-format
14033msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14034msgstr ""
14035
14036#: git-submodule.sh:702
14037#, sh-format
14038msgid "Submodule path '$displaypath': '$command $sha1'"
14039msgstr ""
14040
14041#: git-submodule.sh:733
14042#, sh-format
14043msgid "Failed to recurse into submodule path '$displaypath'"
14044msgstr ""
14045
14046#: git-submodule.sh:841
14047msgid "The --cached option cannot be used with the --files option"
14048msgstr ""
14049
14050#: git-submodule.sh:893
14051#, sh-format
14052msgid "unexpected mode $mod_dst"
14053msgstr ""
14054
14055#: git-submodule.sh:913
14056#, sh-format
14057msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14058msgstr ""
14059
14060#: git-submodule.sh:916
14061#, sh-format
14062msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14063msgstr ""
14064
14065#: git-submodule.sh:919
14066#, sh-format
14067msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14068msgstr ""
14069
14070#: git-submodule.sh:1065
14071#, sh-format
14072msgid "Failed to recurse into submodule path '$sm_path'"
14073msgstr ""
14074
14075#: git-submodule.sh:1137
14076#, sh-format
14077msgid "Synchronizing submodule url for '$displaypath'"
14078msgstr ""
14079
14080#: git-parse-remote.sh:89
14081#, sh-format
14082msgid "See git-${cmd}(1) for details."
14083msgstr ""
14084
14085#: git-rebase--interactive.sh:140
14086#, sh-format
14087msgid "Rebasing ($new_count/$total)"
14088msgstr ""
14089
14090#: git-rebase--interactive.sh:156
14091msgid ""
14092"\n"
14093"Commands:\n"
14094" p, pick = use commit\n"
14095" r, reword = use commit, but edit the commit message\n"
14096" e, edit = use commit, but stop for amending\n"
14097" s, squash = use commit, but meld into previous commit\n"
14098" f, fixup = like \"squash\", but discard this commit's log message\n"
14099" x, exec = run command (the rest of the line) using shell\n"
14100" d, drop = remove commit\n"
14101"\n"
14102"These lines can be re-ordered; they are executed from top to bottom.\n"
14103msgstr ""
14104
14105#: git-rebase--interactive.sh:171
14106msgid ""
14107"\n"
14108"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14109msgstr ""
14110
14111#: git-rebase--interactive.sh:175
14112msgid ""
14113"\n"
14114"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14115msgstr ""
14116
14117#: git-rebase--interactive.sh:211
14118#, sh-format
14119msgid ""
14120"You can amend the commit now, with\n"
14121"\n"
14122"\tgit commit --amend $gpg_sign_opt_quoted\n"
14123"\n"
14124"Once you are satisfied with your changes, run\n"
14125"\n"
14126"\tgit rebase --continue"
14127msgstr ""
14128
14129#: git-rebase--interactive.sh:236
14130#, sh-format
14131msgid "$sha1: not a commit that can be picked"
14132msgstr ""
14133
14134#: git-rebase--interactive.sh:275
14135#, sh-format
14136msgid "Invalid commit name: $sha1"
14137msgstr ""
14138
14139#: git-rebase--interactive.sh:317
14140msgid "Cannot write current commit's replacement sha1"
14141msgstr ""
14142
14143#: git-rebase--interactive.sh:369
14144#, sh-format
14145msgid "Fast-forward to $sha1"
14146msgstr ""
14147
14148#: git-rebase--interactive.sh:371
14149#, sh-format
14150msgid "Cannot fast-forward to $sha1"
14151msgstr ""
14152
14153#: git-rebase--interactive.sh:380
14154#, sh-format
14155msgid "Cannot move HEAD to $first_parent"
14156msgstr ""
14157
14158#: git-rebase--interactive.sh:385
14159#, sh-format
14160msgid "Refusing to squash a merge: $sha1"
14161msgstr ""
14162
14163#: git-rebase--interactive.sh:399
14164#, sh-format
14165msgid "Error redoing merge $sha1"
14166msgstr ""
14167
14168#: git-rebase--interactive.sh:407
14169#, sh-format
14170msgid "Could not pick $sha1"
14171msgstr ""
14172
14173#: git-rebase--interactive.sh:416
14174#, sh-format
14175msgid "This is the commit message #${n}:"
14176msgstr ""
14177
14178#: git-rebase--interactive.sh:421
14179#, sh-format
14180msgid "The commit message #${n} will be skipped:"
14181msgstr ""
14182
14183#: git-rebase--interactive.sh:432
14184#, sh-format
14185msgid "This is a combination of $count commit."
14186msgid_plural "This is a combination of $count commits."
14187msgstr[0] ""
14188msgstr[1] ""
14189
14190#: git-rebase--interactive.sh:441
14191#, sh-format
14192msgid "Cannot write $fixup_msg"
14193msgstr ""
14194
14195#: git-rebase--interactive.sh:444
14196msgid "This is a combination of 2 commits."
14197msgstr ""
14198
14199#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14200#: git-rebase--interactive.sh:531
14201#, sh-format
14202msgid "Could not apply $sha1... $rest"
14203msgstr ""
14204
14205#: git-rebase--interactive.sh:559
14206#, sh-format
14207msgid ""
14208"Could not amend commit after successfully picking $sha1... $rest\n"
14209"This is most likely due to an empty commit message, or the pre-commit hook\n"
14210"failed. If the pre-commit hook failed, you may need to resolve the issue "
14211"before\n"
14212"you are able to reword the commit."
14213msgstr ""
14214
14215#: git-rebase--interactive.sh:574
14216#, sh-format
14217msgid "Stopped at $sha1_abbrev... $rest"
14218msgstr ""
14219
14220#: git-rebase--interactive.sh:589
14221#, sh-format
14222msgid "Cannot '$squash_style' without a previous commit"
14223msgstr ""
14224
14225#: git-rebase--interactive.sh:631
14226#, sh-format
14227msgid "Executing: $rest"
14228msgstr ""
14229
14230#: git-rebase--interactive.sh:639
14231#, sh-format
14232msgid "Execution failed: $rest"
14233msgstr ""
14234
14235#: git-rebase--interactive.sh:641
14236msgid "and made changes to the index and/or the working tree"
14237msgstr ""
14238
14239#: git-rebase--interactive.sh:643
14240msgid ""
14241"You can fix the problem, and then run\n"
14242"\n"
14243"\tgit rebase --continue"
14244msgstr ""
14245
14246#. TRANSLATORS: after these lines is a command to be issued by the user
14247#: git-rebase--interactive.sh:656
14248#, sh-format
14249msgid ""
14250"Execution succeeded: $rest\n"
14251"but left changes to the index and/or the working tree\n"
14252"Commit or stash your changes, and then run\n"
14253"\n"
14254"\tgit rebase --continue"
14255msgstr ""
14256
14257#: git-rebase--interactive.sh:667
14258#, sh-format
14259msgid "Unknown command: $command $sha1 $rest"
14260msgstr ""
14261
14262#: git-rebase--interactive.sh:668
14263msgid "Please fix this using 'git rebase --edit-todo'."
14264msgstr ""
14265
14266#: git-rebase--interactive.sh:703
14267#, sh-format
14268msgid "Successfully rebased and updated $head_name."
14269msgstr ""
14270
14271#: git-rebase--interactive.sh:750
14272msgid "Could not skip unnecessary pick commands"
14273msgstr ""
14274
14275#: git-rebase--interactive.sh:908
14276#, sh-format
14277msgid ""
14278"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14279" - $line"
14280msgstr ""
14281
14282#: git-rebase--interactive.sh:941
14283#, sh-format
14284msgid ""
14285"Warning: the command isn't recognized in the following line:\n"
14286" - $line"
14287msgstr ""
14288
14289#: git-rebase--interactive.sh:980
14290msgid "could not detach HEAD"
14291msgstr ""
14292
14293#: git-rebase--interactive.sh:1018
14294msgid ""
14295"Warning: some commits may have been dropped accidentally.\n"
14296"Dropped commits (newer to older):"
14297msgstr ""
14298
14299#: git-rebase--interactive.sh:1026
14300msgid ""
14301"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14302"\n"
14303"Use 'git config rebase.missingCommitsCheck' to change the level of "
14304"warnings.\n"
14305"The possible behaviours are: ignore, warn, error."
14306msgstr ""
14307
14308#: git-rebase--interactive.sh:1037
14309#, sh-format
14310msgid ""
14311"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14312"Ignoring."
14313msgstr ""
14314
14315#: git-rebase--interactive.sh:1054
14316msgid ""
14317"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14318"continue'."
14319msgstr ""
14320
14321#: git-rebase--interactive.sh:1055
14322msgid "Or you can abort the rebase with 'git rebase --abort'."
14323msgstr ""
14324
14325#: git-rebase--interactive.sh:1083
14326msgid "Could not remove CHERRY_PICK_HEAD"
14327msgstr ""
14328
14329#: git-rebase--interactive.sh:1088
14330#, sh-format
14331msgid ""
14332"You have staged changes in your working tree.\n"
14333"If these changes are meant to be\n"
14334"squashed into the previous commit, run:\n"
14335"\n"
14336"  git commit --amend $gpg_sign_opt_quoted\n"
14337"\n"
14338"If they are meant to go into a new commit, run:\n"
14339"\n"
14340"  git commit $gpg_sign_opt_quoted\n"
14341"\n"
14342"In both cases, once you're done, continue with:\n"
14343"\n"
14344"  git rebase --continue\n"
14345msgstr ""
14346
14347#: git-rebase--interactive.sh:1105
14348msgid "Error trying to find the author identity to amend commit"
14349msgstr ""
14350
14351#: git-rebase--interactive.sh:1110
14352msgid ""
14353"You have uncommitted changes in your working tree. Please commit them\n"
14354"first and then run 'git rebase --continue' again."
14355msgstr ""
14356
14357#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14358msgid "Could not commit staged changes."
14359msgstr ""
14360
14361#: git-rebase--interactive.sh:1147
14362msgid ""
14363"\n"
14364"You are editing the todo file of an ongoing interactive rebase.\n"
14365"To continue rebase after editing, run:\n"
14366"    git rebase --continue\n"
14367"\n"
14368msgstr ""
14369
14370#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14371msgid "Could not execute editor"
14372msgstr ""
14373
14374#: git-rebase--interactive.sh:1168
14375#, sh-format
14376msgid "Could not checkout $switch_to"
14377msgstr ""
14378
14379#: git-rebase--interactive.sh:1173
14380msgid "No HEAD?"
14381msgstr ""
14382
14383#: git-rebase--interactive.sh:1174
14384#, sh-format
14385msgid "Could not create temporary $state_dir"
14386msgstr ""
14387
14388#: git-rebase--interactive.sh:1176
14389msgid "Could not mark as interactive"
14390msgstr ""
14391
14392#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14393msgid "Could not init rewritten commits"
14394msgstr ""
14395
14396#: git-rebase--interactive.sh:1291
14397#, sh-format
14398msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14399msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14400msgstr[0] ""
14401msgstr[1] ""
14402
14403#: git-rebase--interactive.sh:1296
14404msgid ""
14405"\n"
14406"However, if you remove everything, the rebase will be aborted.\n"
14407"\n"
14408msgstr ""
14409
14410#: git-rebase--interactive.sh:1303
14411msgid "Note that empty commits are commented out"
14412msgstr ""
14413
14414#: git-sh-setup.sh:89 git-sh-setup.sh:94
14415#, sh-format
14416msgid "usage: $dashless $USAGE"
14417msgstr ""
14418
14419#: git-sh-setup.sh:190
14420#, sh-format
14421msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14422msgstr ""
14423
14424#: git-sh-setup.sh:199 git-sh-setup.sh:206
14425#, sh-format
14426msgid "fatal: $program_name cannot be used without a working tree."
14427msgstr ""
14428
14429#: git-sh-setup.sh:220
14430msgid "Cannot rebase: You have unstaged changes."
14431msgstr ""
14432
14433#: git-sh-setup.sh:223
14434msgid "Cannot rewrite branches: You have unstaged changes."
14435msgstr ""
14436
14437#: git-sh-setup.sh:226
14438msgid "Cannot pull with rebase: You have unstaged changes."
14439msgstr ""
14440
14441#: git-sh-setup.sh:229
14442#, sh-format
14443msgid "Cannot $action: You have unstaged changes."
14444msgstr ""
14445
14446#: git-sh-setup.sh:242
14447msgid "Cannot rebase: Your index contains uncommitted changes."
14448msgstr ""
14449
14450#: git-sh-setup.sh:245
14451msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14452msgstr ""
14453
14454#: git-sh-setup.sh:248
14455#, sh-format
14456msgid "Cannot $action: Your index contains uncommitted changes."
14457msgstr ""
14458
14459#: git-sh-setup.sh:252
14460msgid "Additionally, your index contains uncommitted changes."
14461msgstr ""
14462
14463#: git-sh-setup.sh:372
14464msgid "You need to run this command from the toplevel of the working tree."
14465msgstr ""
14466
14467#: git-sh-setup.sh:377
14468msgid "Unable to determine absolute path of git directory"
14469msgstr ""
14470
14471#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14472#: git-add--interactive.perl:196
14473#, perl-format
14474msgid "%12s %12s %s"
14475msgstr ""
14476
14477#: git-add--interactive.perl:197
14478msgid "staged"
14479msgstr ""
14480
14481#: git-add--interactive.perl:197
14482msgid "unstaged"
14483msgstr ""
14484
14485#: git-add--interactive.perl:246 git-add--interactive.perl:271
14486msgid "binary"
14487msgstr ""
14488
14489#: git-add--interactive.perl:255 git-add--interactive.perl:309
14490msgid "nothing"
14491msgstr ""
14492
14493#: git-add--interactive.perl:291 git-add--interactive.perl:306
14494msgid "unchanged"
14495msgstr ""
14496
14497#: git-add--interactive.perl:602
14498#, perl-format
14499msgid "added %d path\n"
14500msgid_plural "added %d paths\n"
14501msgstr[0] ""
14502msgstr[1] ""
14503
14504#: git-add--interactive.perl:605
14505#, perl-format
14506msgid "updated %d path\n"
14507msgid_plural "updated %d paths\n"
14508msgstr[0] ""
14509msgstr[1] ""
14510
14511#: git-add--interactive.perl:608
14512#, perl-format
14513msgid "reverted %d path\n"
14514msgid_plural "reverted %d paths\n"
14515msgstr[0] ""
14516msgstr[1] ""
14517
14518#: git-add--interactive.perl:611
14519#, perl-format
14520msgid "touched %d path\n"
14521msgid_plural "touched %d paths\n"
14522msgstr[0] ""
14523msgstr[1] ""
14524
14525#: git-add--interactive.perl:620
14526msgid "Update"
14527msgstr ""
14528
14529#: git-add--interactive.perl:632
14530msgid "Revert"
14531msgstr ""
14532
14533#: git-add--interactive.perl:655
14534#, perl-format
14535msgid "note: %s is untracked now.\n"
14536msgstr ""
14537
14538#: git-add--interactive.perl:666
14539msgid "Add untracked"
14540msgstr ""
14541
14542#: git-add--interactive.perl:672
14543msgid "No untracked files.\n"
14544msgstr ""
14545
14546#: git-add--interactive.perl:985
14547msgid ""
14548"If the patch applies cleanly, the edited hunk will immediately be\n"
14549"marked for staging."
14550msgstr ""
14551
14552#: git-add--interactive.perl:988
14553msgid ""
14554"If the patch applies cleanly, the edited hunk will immediately be\n"
14555"marked for stashing."
14556msgstr ""
14557
14558#: git-add--interactive.perl:991
14559msgid ""
14560"If the patch applies cleanly, the edited hunk will immediately be\n"
14561"marked for unstaging."
14562msgstr ""
14563
14564#: git-add--interactive.perl:994 git-add--interactive.perl:1003
14565msgid ""
14566"If the patch applies cleanly, the edited hunk will immediately be\n"
14567"marked for applying."
14568msgstr ""
14569
14570#: git-add--interactive.perl:997 git-add--interactive.perl:1000
14571msgid ""
14572"If the patch applies cleanly, the edited hunk will immediately be\n"
14573"marked for discarding."
14574msgstr ""
14575
14576#: git-add--interactive.perl:1013
14577#, perl-format
14578msgid "failed to open hunk edit file for writing: %s"
14579msgstr ""
14580
14581#: git-add--interactive.perl:1014
14582msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14583msgstr ""
14584
14585#: git-add--interactive.perl:1020
14586#, perl-format
14587msgid ""
14588"---\n"
14589"To remove '%s' lines, make them ' ' lines (context).\n"
14590"To remove '%s' lines, delete them.\n"
14591"Lines starting with %s will be removed.\n"
14592msgstr ""
14593
14594#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14595#: git-add--interactive.perl:1028
14596msgid ""
14597"If it does not apply cleanly, you will be given an opportunity to\n"
14598"edit again.  If all lines of the hunk are removed, then the edit is\n"
14599"aborted and the hunk is left unchanged.\n"
14600msgstr ""
14601
14602#: git-add--interactive.perl:1042
14603#, perl-format
14604msgid "failed to open hunk edit file for reading: %s"
14605msgstr ""
14606
14607#. TRANSLATORS: do not translate [y/n]
14608#. The program will only accept that input
14609#. at this point.
14610#. Consider translating (saying "no" discards!) as
14611#. (saying "n" for "no" discards!) if the translation
14612#. of the word "no" does not start with n.
14613#: git-add--interactive.perl:1134
14614msgid ""
14615"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14616msgstr ""
14617
14618#: git-add--interactive.perl:1143
14619msgid ""
14620"y - stage this hunk\n"
14621"n - do not stage this hunk\n"
14622"q - quit; do not stage this hunk or any of the remaining ones\n"
14623"a - stage this hunk and all later hunks in the file\n"
14624"d - do not stage this hunk or any of the later hunks in the file"
14625msgstr ""
14626
14627#: git-add--interactive.perl:1149
14628msgid ""
14629"y - stash this hunk\n"
14630"n - do not stash this hunk\n"
14631"q - quit; do not stash this hunk or any of the remaining ones\n"
14632"a - stash this hunk and all later hunks in the file\n"
14633"d - do not stash this hunk or any of the later hunks in the file"
14634msgstr ""
14635
14636#: git-add--interactive.perl:1155
14637msgid ""
14638"y - unstage this hunk\n"
14639"n - do not unstage this hunk\n"
14640"q - quit; do not unstage this hunk or any of the remaining ones\n"
14641"a - unstage this hunk and all later hunks in the file\n"
14642"d - do not unstage this hunk or any of the later hunks in the file"
14643msgstr ""
14644
14645#: git-add--interactive.perl:1161
14646msgid ""
14647"y - apply this hunk to index\n"
14648"n - do not apply this hunk to index\n"
14649"q - quit; do not apply this hunk or any of the remaining ones\n"
14650"a - apply this hunk and all later hunks in the file\n"
14651"d - do not apply this hunk or any of the later hunks in the file"
14652msgstr ""
14653
14654#: git-add--interactive.perl:1167
14655msgid ""
14656"y - discard this hunk from worktree\n"
14657"n - do not discard this hunk from worktree\n"
14658"q - quit; do not discard this hunk or any of the remaining ones\n"
14659"a - discard this hunk and all later hunks in the file\n"
14660"d - do not discard this hunk or any of the later hunks in the file"
14661msgstr ""
14662
14663#: git-add--interactive.perl:1173
14664msgid ""
14665"y - discard this hunk from index and worktree\n"
14666"n - do not discard this hunk from index and worktree\n"
14667"q - quit; do not discard this hunk or any of the remaining ones\n"
14668"a - discard this hunk and all later hunks in the file\n"
14669"d - do not discard this hunk or any of the later hunks in the file"
14670msgstr ""
14671
14672#: git-add--interactive.perl:1179
14673msgid ""
14674"y - apply this hunk to index and worktree\n"
14675"n - do not apply this hunk to index and worktree\n"
14676"q - quit; do not apply this hunk or any of the remaining ones\n"
14677"a - apply this hunk and all later hunks in the file\n"
14678"d - do not apply this hunk or any of the later hunks in the file"
14679msgstr ""
14680
14681#: git-add--interactive.perl:1188
14682msgid ""
14683"g - select a hunk to go to\n"
14684"/ - search for a hunk matching the given regex\n"
14685"j - leave this hunk undecided, see next undecided hunk\n"
14686"J - leave this hunk undecided, see next hunk\n"
14687"k - leave this hunk undecided, see previous undecided hunk\n"
14688"K - leave this hunk undecided, see previous hunk\n"
14689"s - split the current hunk into smaller hunks\n"
14690"e - manually edit the current hunk\n"
14691"? - print help\n"
14692msgstr ""
14693
14694#: git-add--interactive.perl:1219
14695msgid "The selected hunks do not apply to the index!\n"
14696msgstr ""
14697
14698#: git-add--interactive.perl:1220
14699msgid "Apply them to the worktree anyway? "
14700msgstr ""
14701
14702#: git-add--interactive.perl:1223
14703msgid "Nothing was applied.\n"
14704msgstr ""
14705
14706#: git-add--interactive.perl:1234
14707#, perl-format
14708msgid "ignoring unmerged: %s\n"
14709msgstr ""
14710
14711#: git-add--interactive.perl:1243
14712msgid "Only binary files changed.\n"
14713msgstr ""
14714
14715#: git-add--interactive.perl:1245
14716msgid "No changes.\n"
14717msgstr ""
14718
14719#: git-add--interactive.perl:1253
14720msgid "Patch update"
14721msgstr ""
14722
14723#: git-add--interactive.perl:1305
14724#, perl-format
14725msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14726msgstr ""
14727
14728#: git-add--interactive.perl:1306
14729#, perl-format
14730msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14731msgstr ""
14732
14733#: git-add--interactive.perl:1307
14734#, perl-format
14735msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14736msgstr ""
14737
14738#: git-add--interactive.perl:1310
14739#, perl-format
14740msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14741msgstr ""
14742
14743#: git-add--interactive.perl:1311
14744#, perl-format
14745msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14746msgstr ""
14747
14748#: git-add--interactive.perl:1312
14749#, perl-format
14750msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14751msgstr ""
14752
14753#: git-add--interactive.perl:1315
14754#, perl-format
14755msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14756msgstr ""
14757
14758#: git-add--interactive.perl:1316
14759#, perl-format
14760msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14761msgstr ""
14762
14763#: git-add--interactive.perl:1317
14764#, perl-format
14765msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14766msgstr ""
14767
14768#: git-add--interactive.perl:1320
14769#, perl-format
14770msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14771msgstr ""
14772
14773#: git-add--interactive.perl:1321
14774#, perl-format
14775msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14776msgstr ""
14777
14778#: git-add--interactive.perl:1322
14779#, perl-format
14780msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14781msgstr ""
14782
14783#: git-add--interactive.perl:1325
14784#, perl-format
14785msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14786msgstr ""
14787
14788#: git-add--interactive.perl:1326
14789#, perl-format
14790msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14791msgstr ""
14792
14793#: git-add--interactive.perl:1327
14794#, perl-format
14795msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14796msgstr ""
14797
14798#: git-add--interactive.perl:1330
14799#, perl-format
14800msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14801msgstr ""
14802
14803#: git-add--interactive.perl:1331
14804#, perl-format
14805msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14806msgstr ""
14807
14808#: git-add--interactive.perl:1332
14809#, perl-format
14810msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14811msgstr ""
14812
14813#: git-add--interactive.perl:1335
14814#, perl-format
14815msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14816msgstr ""
14817
14818#: git-add--interactive.perl:1336
14819#, perl-format
14820msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14821msgstr ""
14822
14823#: git-add--interactive.perl:1337
14824#, perl-format
14825msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14826msgstr ""
14827
14828#: git-add--interactive.perl:1440
14829msgid "go to which hunk (<ret> to see more)? "
14830msgstr ""
14831
14832#: git-add--interactive.perl:1442
14833msgid "go to which hunk? "
14834msgstr ""
14835
14836#: git-add--interactive.perl:1451
14837#, perl-format
14838msgid "Invalid number: '%s'\n"
14839msgstr ""
14840
14841#: git-add--interactive.perl:1456
14842#, perl-format
14843msgid "Sorry, only %d hunk available.\n"
14844msgid_plural "Sorry, only %d hunks available.\n"
14845msgstr[0] ""
14846msgstr[1] ""
14847
14848#: git-add--interactive.perl:1482
14849msgid "search for regex? "
14850msgstr ""
14851
14852#: git-add--interactive.perl:1495
14853#, perl-format
14854msgid "Malformed search regexp %s: %s\n"
14855msgstr ""
14856
14857#: git-add--interactive.perl:1505
14858msgid "No hunk matches the given pattern\n"
14859msgstr ""
14860
14861#: git-add--interactive.perl:1517 git-add--interactive.perl:1539
14862msgid "No previous hunk\n"
14863msgstr ""
14864
14865#: git-add--interactive.perl:1526 git-add--interactive.perl:1545
14866msgid "No next hunk\n"
14867msgstr ""
14868
14869#: git-add--interactive.perl:1553
14870#, perl-format
14871msgid "Split into %d hunk.\n"
14872msgid_plural "Split into %d hunks.\n"
14873msgstr[0] ""
14874msgstr[1] ""
14875
14876#: git-add--interactive.perl:1605
14877msgid "Review diff"
14878msgstr ""
14879
14880#. TRANSLATORS: please do not translate the command names
14881#. 'status', 'update', 'revert', etc.
14882#: git-add--interactive.perl:1624
14883msgid ""
14884"status        - show paths with changes\n"
14885"update        - add working tree state to the staged set of changes\n"
14886"revert        - revert staged set of changes back to the HEAD version\n"
14887"patch         - pick hunks and update selectively\n"
14888"diff          - view diff between HEAD and index\n"
14889"add untracked - add contents of untracked files to the staged set of "
14890"changes\n"
14891msgstr ""
14892
14893#: git-add--interactive.perl:1641 git-add--interactive.perl:1646
14894#: git-add--interactive.perl:1649 git-add--interactive.perl:1656
14895#: git-add--interactive.perl:1660 git-add--interactive.perl:1666
14896msgid "missing --"
14897msgstr ""
14898
14899#: git-add--interactive.perl:1662
14900#, perl-format
14901msgid "unknown --patch mode: %s"
14902msgstr ""
14903
14904#: git-add--interactive.perl:1668 git-add--interactive.perl:1674
14905#, perl-format
14906msgid "invalid argument %s, expecting --"
14907msgstr ""
14908
14909#: git-send-email.perl:126
14910msgid "local zone differs from GMT by a non-minute interval\n"
14911msgstr ""
14912
14913#: git-send-email.perl:133 git-send-email.perl:139
14914msgid "local time offset greater than or equal to 24 hours\n"
14915msgstr ""
14916
14917#: git-send-email.perl:208 git-send-email.perl:214
14918msgid "the editor exited uncleanly, aborting everything"
14919msgstr ""
14920
14921#: git-send-email.perl:291
14922#, perl-format
14923msgid ""
14924"'%s' contains an intermediate version of the email you were composing.\n"
14925msgstr ""
14926
14927#: git-send-email.perl:296
14928#, perl-format
14929msgid "'%s.final' contains the composed email.\n"
14930msgstr ""
14931
14932#: git-send-email.perl:314
14933msgid "--dump-aliases incompatible with other options\n"
14934msgstr ""
14935
14936#: git-send-email.perl:379 git-send-email.perl:634
14937msgid "Cannot run git format-patch from outside a repository\n"
14938msgstr ""
14939
14940#: git-send-email.perl:448
14941#, perl-format
14942msgid "Unknown --suppress-cc field: '%s'\n"
14943msgstr ""
14944
14945#: git-send-email.perl:477
14946#, perl-format
14947msgid "Unknown --confirm setting: '%s'\n"
14948msgstr ""
14949
14950#: git-send-email.perl:509
14951#, perl-format
14952msgid "warning: sendmail alias with quotes is not supported: %s\n"
14953msgstr ""
14954
14955#: git-send-email.perl:511
14956#, perl-format
14957msgid "warning: `:include:` not supported: %s\n"
14958msgstr ""
14959
14960#: git-send-email.perl:513
14961#, perl-format
14962msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14963msgstr ""
14964
14965#: git-send-email.perl:518
14966#, perl-format
14967msgid "warning: sendmail line is not recognized: %s\n"
14968msgstr ""
14969
14970#: git-send-email.perl:600
14971#, perl-format
14972msgid ""
14973"File '%s' exists but it could also be the range of commits\n"
14974"to produce patches for.  Please disambiguate by...\n"
14975"\n"
14976"    * Saying \"./%s\" if you mean a file; or\n"
14977"    * Giving --format-patch option if you mean a range.\n"
14978msgstr ""
14979
14980#: git-send-email.perl:621
14981#, perl-format
14982msgid "Failed to opendir %s: %s"
14983msgstr ""
14984
14985#: git-send-email.perl:645
14986#, perl-format
14987msgid ""
14988"fatal: %s: %s\n"
14989"warning: no patches were sent\n"
14990msgstr ""
14991
14992#: git-send-email.perl:656
14993msgid ""
14994"\n"
14995"No patch files specified!\n"
14996"\n"
14997msgstr ""
14998
14999#: git-send-email.perl:669
15000#, perl-format
15001msgid "No subject line in %s?"
15002msgstr ""
15003
15004#: git-send-email.perl:679
15005#, perl-format
15006msgid "Failed to open for writing %s: %s"
15007msgstr ""
15008
15009#: git-send-email.perl:689
15010msgid ""
15011"Lines beginning in \"GIT:\" will be removed.\n"
15012"Consider including an overall diffstat or table of contents\n"
15013"for the patch you are writing.\n"
15014"\n"
15015"Clear the body content if you don't wish to send a summary.\n"
15016msgstr ""
15017
15018#: git-send-email.perl:712
15019#, perl-format
15020msgid "Failed to open %s.final: %s"
15021msgstr ""
15022
15023#: git-send-email.perl:715
15024#, perl-format
15025msgid "Failed to open %s: %s"
15026msgstr ""
15027
15028#: git-send-email.perl:750
15029msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15030msgstr ""
15031
15032#: git-send-email.perl:759
15033msgid "Summary email is empty, skipping it\n"
15034msgstr ""
15035
15036#. TRANSLATORS: please keep [y/N] as is.
15037#: git-send-email.perl:791
15038#, perl-format
15039msgid "Are you sure you want to use <%s> [y/N]? "
15040msgstr ""
15041
15042#: git-send-email.perl:820
15043msgid ""
15044"The following files are 8bit, but do not declare a Content-Transfer-"
15045"Encoding.\n"
15046msgstr ""
15047
15048#: git-send-email.perl:825
15049msgid "Which 8bit encoding should I declare [UTF-8]? "
15050msgstr ""
15051
15052#: git-send-email.perl:833
15053#, perl-format
15054msgid ""
15055"Refusing to send because the patch\n"
15056"\t%s\n"
15057"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15058"want to send.\n"
15059msgstr ""
15060
15061#: git-send-email.perl:852
15062msgid "To whom should the emails be sent (if anyone)?"
15063msgstr ""
15064
15065#: git-send-email.perl:870
15066#, perl-format
15067msgid "fatal: alias '%s' expands to itself\n"
15068msgstr ""
15069
15070#: git-send-email.perl:882
15071msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15072msgstr ""
15073
15074#: git-send-email.perl:932 git-send-email.perl:940
15075#, perl-format
15076msgid "error: unable to extract a valid address from: %s\n"
15077msgstr ""
15078
15079#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15080#. translation. The program will only accept English input
15081#. at this point.
15082#: git-send-email.perl:944
15083msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15084msgstr ""
15085
15086#: git-send-email.perl:1245
15087#, perl-format
15088msgid "CA path \"%s\" does not exist"
15089msgstr ""
15090
15091#: git-send-email.perl:1320
15092msgid ""
15093"    The Cc list above has been expanded by additional\n"
15094"    addresses found in the patch commit message. By default\n"
15095"    send-email prompts before sending whenever this occurs.\n"
15096"    This behavior is controlled by the sendemail.confirm\n"
15097"    configuration setting.\n"
15098"\n"
15099"    For additional information, run 'git send-email --help'.\n"
15100"    To retain the current behavior, but squelch this message,\n"
15101"    run 'git config --global sendemail.confirm auto'.\n"
15102"\n"
15103msgstr ""
15104
15105#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15106#. translation. The program will only accept English input
15107#. at this point.
15108#: git-send-email.perl:1335
15109msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15110msgstr ""
15111
15112#: git-send-email.perl:1338
15113msgid "Send this email reply required"
15114msgstr ""
15115
15116#: git-send-email.perl:1364
15117msgid "The required SMTP server is not properly defined."
15118msgstr ""
15119
15120#: git-send-email.perl:1411
15121#, perl-format
15122msgid "Server does not support STARTTLS! %s"
15123msgstr ""
15124
15125#: git-send-email.perl:1416 git-send-email.perl:1420
15126#, perl-format
15127msgid "STARTTLS failed! %s"
15128msgstr ""
15129
15130#: git-send-email.perl:1430
15131msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15132msgstr ""
15133
15134#: git-send-email.perl:1448
15135#, perl-format
15136msgid "Failed to send %s\n"
15137msgstr ""
15138
15139#: git-send-email.perl:1451
15140#, perl-format
15141msgid "Dry-Sent %s\n"
15142msgstr ""
15143
15144#: git-send-email.perl:1451
15145#, perl-format
15146msgid "Sent %s\n"
15147msgstr ""
15148
15149#: git-send-email.perl:1453
15150msgid "Dry-OK. Log says:\n"
15151msgstr ""
15152
15153#: git-send-email.perl:1453
15154msgid "OK. Log says:\n"
15155msgstr ""
15156
15157#: git-send-email.perl:1465
15158msgid "Result: "
15159msgstr ""
15160
15161#: git-send-email.perl:1468
15162msgid "Result: OK\n"
15163msgstr ""
15164
15165#: git-send-email.perl:1481
15166#, perl-format
15167msgid "can't open file %s"
15168msgstr ""
15169
15170#: git-send-email.perl:1528 git-send-email.perl:1548
15171#, perl-format
15172msgid "(mbox) Adding cc: %s from line '%s'\n"
15173msgstr ""
15174
15175#: git-send-email.perl:1534
15176#, perl-format
15177msgid "(mbox) Adding to: %s from line '%s'\n"
15178msgstr ""
15179
15180#: git-send-email.perl:1582
15181#, perl-format
15182msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15183msgstr ""
15184
15185#: git-send-email.perl:1605
15186#, perl-format
15187msgid "(body) Adding cc: %s from line '%s'\n"
15188msgstr ""
15189
15190#: git-send-email.perl:1711
15191#, perl-format
15192msgid "(%s) Could not execute '%s'"
15193msgstr ""
15194
15195#: git-send-email.perl:1718
15196#, perl-format
15197msgid "(%s) Adding %s: %s from: '%s'\n"
15198msgstr ""
15199
15200#: git-send-email.perl:1722
15201#, perl-format
15202msgid "(%s) failed to close pipe to '%s'"
15203msgstr ""
15204
15205#: git-send-email.perl:1749
15206msgid "cannot send message as 7bit"
15207msgstr ""
15208
15209#: git-send-email.perl:1757
15210msgid "invalid transfer encoding"
15211msgstr ""
15212
15213#: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:1856
15214#, perl-format
15215msgid "unable to open %s: %s\n"
15216msgstr ""
15217
15218#: git-send-email.perl:1798
15219#, perl-format
15220msgid "%s: patch contains a line longer than 998 characters"
15221msgstr ""
15222
15223#: git-send-email.perl:1814
15224#, perl-format
15225msgid "Skipping %s with backup suffix '%s'.\n"
15226msgstr ""
15227
15228#. TRANSLATORS: please keep "[y|N]" as is.
15229#: git-send-email.perl:1818
15230#, perl-format
15231msgid "Do you really want to send %s? [y|N]: "
15232msgstr ""