po / git.poton commit Merge branch 'master' of git://github.com/git-l10n/git-po (9212553)
   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-15 11:57+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 date.c:129 date.c:136 date.c:143 date.c:149 date.c:156 date.c:167
1395#: date.c:175 date.c:180
1396msgid "%"
1397msgid_plural "%"
1398msgstr[0] ""
1399msgstr[1] ""
1400
1401#. TRANSLATORS: "%s" is "<n> years"
1402#: date.c:170
1403msgid "%s, %"
1404msgid_plural "%s, %"
1405msgstr[0] ""
1406msgstr[1] ""
1407
1408#: diffcore-order.c:24
1409#, c-format
1410msgid "failed to read orderfile '%s'"
1411msgstr ""
1412
1413#: diffcore-rename.c:536
1414msgid "Performing inexact rename detection"
1415msgstr ""
1416
1417#: diff.c:63
1418#, c-format
1419msgid "option '%s' requires a value"
1420msgstr ""
1421
1422#: diff.c:125
1423#, c-format
1424msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1425msgstr ""
1426
1427#: diff.c:130
1428#, c-format
1429msgid "  Unknown dirstat parameter '%s'\n"
1430msgstr ""
1431
1432#: diff.c:282
1433#, c-format
1434msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1435msgstr ""
1436
1437#: diff.c:342
1438#, c-format
1439msgid ""
1440"Found errors in 'diff.dirstat' config variable:\n"
1441"%s"
1442msgstr ""
1443
1444#: diff.c:3101
1445#, c-format
1446msgid "external diff died, stopping at %s"
1447msgstr ""
1448
1449#: diff.c:3427
1450msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1451msgstr ""
1452
1453#: diff.c:3517
1454msgid "--follow requires exactly one pathspec"
1455msgstr ""
1456
1457#: diff.c:3680
1458#, c-format
1459msgid ""
1460"Failed to parse --dirstat/-X option parameter:\n"
1461"%s"
1462msgstr ""
1463
1464#: diff.c:3694
1465#, c-format
1466msgid "Failed to parse --submodule option parameter: '%s'"
1467msgstr ""
1468
1469#: diff.c:4716
1470msgid "inexact rename detection was skipped due to too many files."
1471msgstr ""
1472
1473#: diff.c:4719
1474msgid "only found copies from modified paths due to too many files."
1475msgstr ""
1476
1477#: diff.c:4722
1478#, c-format
1479msgid ""
1480"you may want to set your %s variable to at least %d and retry the command."
1481msgstr ""
1482
1483#: dir.c:1948
1484msgid "failed to get kernel name and information"
1485msgstr ""
1486
1487#: dir.c:2067
1488msgid "Untracked cache is disabled on this system or location."
1489msgstr ""
1490
1491#: dir.c:2846 dir.c:2851
1492#, c-format
1493msgid "could not create directories for %s"
1494msgstr ""
1495
1496#: dir.c:2876
1497#, c-format
1498msgid "could not migrate git directory from '%s' to '%s'"
1499msgstr ""
1500
1501#: entry.c:281
1502#, c-format
1503msgid "could not stat file '%s'"
1504msgstr ""
1505
1506#: fetch-pack.c:251
1507msgid "git fetch-pack: expected shallow list"
1508msgstr ""
1509
1510#: fetch-pack.c:263
1511msgid "git fetch-pack: expected ACK/NAK, got EOF"
1512msgstr ""
1513
1514#: fetch-pack.c:282 builtin/archive.c:63
1515#, c-format
1516msgid "remote error: %s"
1517msgstr ""
1518
1519#: fetch-pack.c:283
1520#, c-format
1521msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1522msgstr ""
1523
1524#: fetch-pack.c:335
1525msgid "--stateless-rpc requires multi_ack_detailed"
1526msgstr ""
1527
1528#: fetch-pack.c:421
1529#, c-format
1530msgid "invalid shallow line: %s"
1531msgstr ""
1532
1533#: fetch-pack.c:427
1534#, c-format
1535msgid "invalid unshallow line: %s"
1536msgstr ""
1537
1538#: fetch-pack.c:429
1539#, c-format
1540msgid "object not found: %s"
1541msgstr ""
1542
1543#: fetch-pack.c:432
1544#, c-format
1545msgid "error in object: %s"
1546msgstr ""
1547
1548#: fetch-pack.c:434
1549#, c-format
1550msgid "no shallow found: %s"
1551msgstr ""
1552
1553#: fetch-pack.c:437
1554#, c-format
1555msgid "expected shallow/unshallow, got %s"
1556msgstr ""
1557
1558#: fetch-pack.c:476
1559#, c-format
1560msgid "got %s %d %s"
1561msgstr ""
1562
1563#: fetch-pack.c:490
1564#, c-format
1565msgid "invalid commit %s"
1566msgstr ""
1567
1568#: fetch-pack.c:523
1569msgid "giving up"
1570msgstr ""
1571
1572#: fetch-pack.c:533 progress.c:235
1573msgid "done"
1574msgstr ""
1575
1576#: fetch-pack.c:545
1577#, c-format
1578msgid "got %s (%d) %s"
1579msgstr ""
1580
1581#: fetch-pack.c:591
1582#, c-format
1583msgid "Marking %s as complete"
1584msgstr ""
1585
1586#: fetch-pack.c:775
1587#, c-format
1588msgid "already have %s (%s)"
1589msgstr ""
1590
1591#: fetch-pack.c:813
1592msgid "fetch-pack: unable to fork off sideband demultiplexer"
1593msgstr ""
1594
1595#: fetch-pack.c:821
1596msgid "protocol error: bad pack header"
1597msgstr ""
1598
1599#: fetch-pack.c:877
1600#, c-format
1601msgid "fetch-pack: unable to fork off %s"
1602msgstr ""
1603
1604#: fetch-pack.c:893
1605#, c-format
1606msgid "%s failed"
1607msgstr ""
1608
1609#: fetch-pack.c:895
1610msgid "error in sideband demultiplexer"
1611msgstr ""
1612
1613#: fetch-pack.c:922
1614msgid "Server does not support shallow clients"
1615msgstr ""
1616
1617#: fetch-pack.c:926
1618msgid "Server supports multi_ack_detailed"
1619msgstr ""
1620
1621#: fetch-pack.c:929
1622msgid "Server supports no-done"
1623msgstr ""
1624
1625#: fetch-pack.c:935
1626msgid "Server supports multi_ack"
1627msgstr ""
1628
1629#: fetch-pack.c:939
1630msgid "Server supports side-band-64k"
1631msgstr ""
1632
1633#: fetch-pack.c:943
1634msgid "Server supports side-band"
1635msgstr ""
1636
1637#: fetch-pack.c:947
1638msgid "Server supports allow-tip-sha1-in-want"
1639msgstr ""
1640
1641#: fetch-pack.c:951
1642msgid "Server supports allow-reachable-sha1-in-want"
1643msgstr ""
1644
1645#: fetch-pack.c:961
1646msgid "Server supports ofs-delta"
1647msgstr ""
1648
1649#: fetch-pack.c:968
1650#, c-format
1651msgid "Server version is %.*s"
1652msgstr ""
1653
1654#: fetch-pack.c:974
1655msgid "Server does not support --shallow-since"
1656msgstr ""
1657
1658#: fetch-pack.c:978
1659msgid "Server does not support --shallow-exclude"
1660msgstr ""
1661
1662#: fetch-pack.c:980
1663msgid "Server does not support --deepen"
1664msgstr ""
1665
1666#: fetch-pack.c:991
1667msgid "no common commits"
1668msgstr ""
1669
1670#: fetch-pack.c:1003
1671msgid "git fetch-pack: fetch failed."
1672msgstr ""
1673
1674#: fetch-pack.c:1165
1675msgid "no matching remote head"
1676msgstr ""
1677
1678#: fetch-pack.c:1187
1679#, c-format
1680msgid "no such remote ref %s"
1681msgstr ""
1682
1683#: fetch-pack.c:1190
1684#, c-format
1685msgid "Server does not allow request for unadvertised object %s"
1686msgstr ""
1687
1688#: gpg-interface.c:181
1689msgid "gpg failed to sign the data"
1690msgstr ""
1691
1692#: gpg-interface.c:211
1693msgid "could not create temporary file"
1694msgstr ""
1695
1696#: gpg-interface.c:213
1697#, c-format
1698msgid "failed writing detached signature to '%s'"
1699msgstr ""
1700
1701#: graph.c:97
1702#, c-format
1703msgid "ignore invalid color '%.*s' in log.graphColors"
1704msgstr ""
1705
1706#: grep.c:1981
1707#, c-format
1708msgid "'%s': unable to read %s"
1709msgstr ""
1710
1711#: grep.c:1998 builtin/clone.c:403 builtin/diff.c:81 builtin/rm.c:134
1712#, c-format
1713msgid "failed to stat '%s'"
1714msgstr ""
1715
1716#: grep.c:2009
1717#, c-format
1718msgid "'%s': short read"
1719msgstr ""
1720
1721#: help.c:179
1722#, c-format
1723msgid "available git commands in '%s'"
1724msgstr ""
1725
1726#: help.c:186
1727msgid "git commands available from elsewhere on your $PATH"
1728msgstr ""
1729
1730#: help.c:217
1731msgid "These are common Git commands used in various situations:"
1732msgstr ""
1733
1734#: help.c:281
1735#, c-format
1736msgid ""
1737"'%s' appears to be a git command, but we were not\n"
1738"able to execute it. Maybe git-%s is broken?"
1739msgstr ""
1740
1741#: help.c:336
1742msgid "Uh oh. Your system reports no Git commands at all."
1743msgstr ""
1744
1745#: help.c:358
1746#, c-format
1747msgid "WARNING: You called a Git command named '%s', which does not exist."
1748msgstr ""
1749
1750#: help.c:363
1751#, c-format
1752msgid "Continuing under the assumption that you meant '%s'."
1753msgstr ""
1754
1755#: help.c:368
1756#, c-format
1757msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1758msgstr ""
1759
1760#: help.c:376
1761#, c-format
1762msgid "git: '%s' is not a git command. See 'git --help'."
1763msgstr ""
1764
1765#: help.c:380
1766msgid ""
1767"\n"
1768"The most similar command is"
1769msgid_plural ""
1770"\n"
1771"The most similar commands are"
1772msgstr[0] ""
1773msgstr[1] ""
1774
1775#: help.c:395
1776msgid "git version [<options>]"
1777msgstr ""
1778
1779#: help.c:456
1780#, c-format
1781msgid "%s: %s - %s"
1782msgstr ""
1783
1784#: help.c:460
1785msgid ""
1786"\n"
1787"Did you mean this?"
1788msgid_plural ""
1789"\n"
1790"Did you mean one of these?"
1791msgstr[0] ""
1792msgstr[1] ""
1793
1794#: ident.c:342
1795msgid ""
1796"\n"
1797"*** Please tell me who you are.\n"
1798"\n"
1799"Run\n"
1800"\n"
1801"  git config --global user.email \"you@example.com\"\n"
1802"  git config --global user.name \"Your Name\"\n"
1803"\n"
1804"to set your account's default identity.\n"
1805"Omit --global to set the identity only in this repository.\n"
1806"\n"
1807msgstr ""
1808
1809#: ident.c:366
1810msgid "no email was given and auto-detection is disabled"
1811msgstr ""
1812
1813#: ident.c:371
1814#, c-format
1815msgid "unable to auto-detect email address (got '%s')"
1816msgstr ""
1817
1818#: ident.c:381
1819msgid "no name was given and auto-detection is disabled"
1820msgstr ""
1821
1822#: ident.c:387
1823#, c-format
1824msgid "unable to auto-detect name (got '%s')"
1825msgstr ""
1826
1827#: ident.c:395
1828#, c-format
1829msgid "empty ident name (for <%s>) not allowed"
1830msgstr ""
1831
1832#: ident.c:401
1833#, c-format
1834msgid "name consists only of disallowed characters: %s"
1835msgstr ""
1836
1837#: ident.c:416 builtin/commit.c:612
1838#, c-format
1839msgid "invalid date format: %s"
1840msgstr ""
1841
1842#: lockfile.c:152
1843#, c-format
1844msgid ""
1845"Unable to create '%s.lock': %s.\n"
1846"\n"
1847"Another git process seems to be running in this repository, e.g.\n"
1848"an editor opened by 'git commit'. Please make sure all processes\n"
1849"are terminated then try again. If it still fails, a git process\n"
1850"may have crashed in this repository earlier:\n"
1851"remove the file manually to continue."
1852msgstr ""
1853
1854#: lockfile.c:160
1855#, c-format
1856msgid "Unable to create '%s.lock': %s"
1857msgstr ""
1858
1859#: merge.c:41
1860msgid "failed to read the cache"
1861msgstr ""
1862
1863#: merge.c:96 builtin/am.c:1980 builtin/am.c:2015 builtin/checkout.c:377
1864#: builtin/checkout.c:591 builtin/clone.c:753
1865msgid "unable to write new index file"
1866msgstr ""
1867
1868#: merge-recursive.c:210
1869msgid "(bad commit)\n"
1870msgstr ""
1871
1872#: merge-recursive.c:232 merge-recursive.c:240
1873#, c-format
1874msgid "addinfo_cache failed for path '%s'"
1875msgstr ""
1876
1877#: merge-recursive.c:304
1878msgid "error building trees"
1879msgstr ""
1880
1881#: merge-recursive.c:728
1882#, c-format
1883msgid "failed to create path '%s'%s"
1884msgstr ""
1885
1886#: merge-recursive.c:739
1887#, c-format
1888msgid "Removing %s to make room for subdirectory\n"
1889msgstr ""
1890
1891#: merge-recursive.c:753 merge-recursive.c:772
1892msgid ": perhaps a D/F conflict?"
1893msgstr ""
1894
1895#: merge-recursive.c:762
1896#, c-format
1897msgid "refusing to lose untracked file at '%s'"
1898msgstr ""
1899
1900#: merge-recursive.c:804 builtin/cat-file.c:36
1901#, c-format
1902msgid "cannot read object %s '%s'"
1903msgstr ""
1904
1905#: merge-recursive.c:806
1906#, c-format
1907msgid "blob expected for %s '%s'"
1908msgstr ""
1909
1910#: merge-recursive.c:830
1911#, c-format
1912msgid "failed to open '%s': %s"
1913msgstr ""
1914
1915#: merge-recursive.c:841
1916#, c-format
1917msgid "failed to symlink '%s': %s"
1918msgstr ""
1919
1920#: merge-recursive.c:846
1921#, c-format
1922msgid "do not know what to do with %06o %s '%s'"
1923msgstr ""
1924
1925#: merge-recursive.c:986
1926msgid "Failed to execute internal merge"
1927msgstr ""
1928
1929#: merge-recursive.c:990
1930#, c-format
1931msgid "Unable to add %s to database"
1932msgstr ""
1933
1934#: merge-recursive.c:1093
1935#, c-format
1936msgid ""
1937"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1938"in tree."
1939msgstr ""
1940
1941#: merge-recursive.c:1098
1942#, c-format
1943msgid ""
1944"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1945"left in tree."
1946msgstr ""
1947
1948#: merge-recursive.c:1105
1949#, c-format
1950msgid ""
1951"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1952"in tree at %s."
1953msgstr ""
1954
1955#: merge-recursive.c:1110
1956#, c-format
1957msgid ""
1958"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1959"left in tree at %s."
1960msgstr ""
1961
1962#: merge-recursive.c:1144
1963msgid "rename"
1964msgstr ""
1965
1966#: merge-recursive.c:1144
1967msgid "renamed"
1968msgstr ""
1969
1970#: merge-recursive.c:1201
1971#, c-format
1972msgid "%s is a directory in %s adding as %s instead"
1973msgstr ""
1974
1975#: merge-recursive.c:1226
1976#, c-format
1977msgid ""
1978"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1979"\"->\"%s\" in \"%s\"%s"
1980msgstr ""
1981
1982#: merge-recursive.c:1231
1983msgid " (left unresolved)"
1984msgstr ""
1985
1986#: merge-recursive.c:1293
1987#, c-format
1988msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1989msgstr ""
1990
1991#: merge-recursive.c:1326
1992#, c-format
1993msgid "Renaming %s to %s and %s to %s instead"
1994msgstr ""
1995
1996#: merge-recursive.c:1529
1997#, c-format
1998msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1999msgstr ""
2000
2001#: merge-recursive.c:1544
2002#, c-format
2003msgid "Adding merged %s"
2004msgstr ""
2005
2006#: merge-recursive.c:1551 merge-recursive.c:1781
2007#, c-format
2008msgid "Adding as %s instead"
2009msgstr ""
2010
2011#: merge-recursive.c:1608
2012#, c-format
2013msgid "cannot read object %s"
2014msgstr ""
2015
2016#: merge-recursive.c:1611
2017#, c-format
2018msgid "object %s is not a blob"
2019msgstr ""
2020
2021#: merge-recursive.c:1680
2022msgid "modify"
2023msgstr ""
2024
2025#: merge-recursive.c:1680
2026msgid "modified"
2027msgstr ""
2028
2029#: merge-recursive.c:1690
2030msgid "content"
2031msgstr ""
2032
2033#: merge-recursive.c:1697
2034msgid "add/add"
2035msgstr ""
2036
2037#: merge-recursive.c:1733
2038#, c-format
2039msgid "Skipped %s (merged same as existing)"
2040msgstr ""
2041
2042#: merge-recursive.c:1747
2043#, c-format
2044msgid "Auto-merging %s"
2045msgstr ""
2046
2047#: merge-recursive.c:1751 git-submodule.sh:945
2048msgid "submodule"
2049msgstr ""
2050
2051#: merge-recursive.c:1752
2052#, c-format
2053msgid "CONFLICT (%s): Merge conflict in %s"
2054msgstr ""
2055
2056#: merge-recursive.c:1846
2057#, c-format
2058msgid "Removing %s"
2059msgstr ""
2060
2061#: merge-recursive.c:1872
2062msgid "file/directory"
2063msgstr ""
2064
2065#: merge-recursive.c:1878
2066msgid "directory/file"
2067msgstr ""
2068
2069#: merge-recursive.c:1884
2070#, c-format
2071msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2072msgstr ""
2073
2074#: merge-recursive.c:1893
2075#, c-format
2076msgid "Adding %s"
2077msgstr ""
2078
2079#: merge-recursive.c:1930
2080msgid "Already up-to-date!"
2081msgstr ""
2082
2083#: merge-recursive.c:1939
2084#, c-format
2085msgid "merging of trees %s and %s failed"
2086msgstr ""
2087
2088#: merge-recursive.c:2022
2089msgid "Merging:"
2090msgstr ""
2091
2092#: merge-recursive.c:2035
2093#, c-format
2094msgid "found %u common ancestor:"
2095msgid_plural "found %u common ancestors:"
2096msgstr[0] ""
2097msgstr[1] ""
2098
2099#: merge-recursive.c:2074
2100msgid "merge returned no commit"
2101msgstr ""
2102
2103#: merge-recursive.c:2137
2104#, c-format
2105msgid "Could not parse object '%s'"
2106msgstr ""
2107
2108#: merge-recursive.c:2151 builtin/merge.c:646 builtin/merge.c:793
2109msgid "Unable to write index."
2110msgstr ""
2111
2112#: notes-merge.c:273
2113#, c-format
2114msgid ""
2115"You have not concluded your previous notes merge (%s exists).\n"
2116"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2117"commit/abort the previous merge before you start a new notes merge."
2118msgstr ""
2119
2120#: notes-merge.c:280
2121#, c-format
2122msgid "You have not concluded your notes merge (%s exists)."
2123msgstr ""
2124
2125#: notes-utils.c:42
2126msgid "Cannot commit uninitialized/unreferenced notes tree"
2127msgstr ""
2128
2129#: notes-utils.c:101
2130#, c-format
2131msgid "Bad notes.rewriteMode value: '%s'"
2132msgstr ""
2133
2134#: notes-utils.c:111
2135#, c-format
2136msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2137msgstr ""
2138
2139#. TRANSLATORS: The first %s is the name of
2140#. the environment variable, the second %s is
2141#. its value.
2142#.
2143#: notes-utils.c:141
2144#, c-format
2145msgid "Bad %s value: '%s'"
2146msgstr ""
2147
2148#: object.c:240
2149#, c-format
2150msgid "unable to parse object: %s"
2151msgstr ""
2152
2153#: parse-options.c:573
2154msgid "..."
2155msgstr ""
2156
2157#: parse-options.c:591
2158#, c-format
2159msgid "usage: %s"
2160msgstr ""
2161
2162#. TRANSLATORS: the colon here should align with the
2163#. one in "usage: %s" translation.
2164#.
2165#: parse-options.c:597
2166#, c-format
2167msgid "   or: %s"
2168msgstr ""
2169
2170#: parse-options.c:600
2171#, c-format
2172msgid "    %s"
2173msgstr ""
2174
2175#: parse-options.c:634
2176msgid "-NUM"
2177msgstr ""
2178
2179#: parse-options-cb.c:108
2180#, c-format
2181msgid "malformed object name '%s'"
2182msgstr ""
2183
2184#: path.c:890
2185#, c-format
2186msgid "Could not make %s writable by group"
2187msgstr ""
2188
2189#: pathspec.c:129
2190msgid "Escape character '\\' not allowed as last character in attr value"
2191msgstr ""
2192
2193#: pathspec.c:147
2194msgid "Only one 'attr:' specification is allowed."
2195msgstr ""
2196
2197#: pathspec.c:150
2198msgid "attr spec must not be empty"
2199msgstr ""
2200
2201#: pathspec.c:193
2202#, c-format
2203msgid "invalid attribute name %s"
2204msgstr ""
2205
2206#: pathspec.c:258
2207msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2208msgstr ""
2209
2210#: pathspec.c:265
2211msgid ""
2212"global 'literal' pathspec setting is incompatible with all other global "
2213"pathspec settings"
2214msgstr ""
2215
2216#: pathspec.c:305
2217msgid "invalid parameter for pathspec magic 'prefix'"
2218msgstr ""
2219
2220#: pathspec.c:326
2221#, c-format
2222msgid "Invalid pathspec magic '%.*s' in '%s'"
2223msgstr ""
2224
2225#: pathspec.c:331
2226#, c-format
2227msgid "Missing ')' at the end of pathspec magic in '%s'"
2228msgstr ""
2229
2230#: pathspec.c:369
2231#, c-format
2232msgid "Unimplemented pathspec magic '%c' in '%s'"
2233msgstr ""
2234
2235#: pathspec.c:428
2236#, c-format
2237msgid "%s: 'literal' and 'glob' are incompatible"
2238msgstr ""
2239
2240#: pathspec.c:441
2241#, c-format
2242msgid "%s: '%s' is outside repository"
2243msgstr ""
2244
2245#: pathspec.c:515
2246#, c-format
2247msgid "'%s' (mnemonic: '%c')"
2248msgstr ""
2249
2250#: pathspec.c:525
2251#, c-format
2252msgid "%s: pathspec magic not supported by this command: %s"
2253msgstr ""
2254
2255#: pathspec.c:575
2256msgid ""
2257"empty strings as pathspecs will be made invalid in upcoming releases. please "
2258"use . instead if you meant to match all paths"
2259msgstr ""
2260
2261#: pathspec.c:599
2262#, c-format
2263msgid "pathspec '%s' is beyond a symbolic link"
2264msgstr ""
2265
2266#: pretty.c:963
2267msgid "unable to parse --pretty format"
2268msgstr ""
2269
2270#: read-cache.c:1443
2271#, c-format
2272msgid ""
2273"index.version set, but the value is invalid.\n"
2274"Using version %i"
2275msgstr ""
2276
2277#: read-cache.c:1453
2278#, c-format
2279msgid ""
2280"GIT_INDEX_VERSION set, but the value is invalid.\n"
2281"Using version %i"
2282msgstr ""
2283
2284#: read-cache.c:2308 builtin/merge.c:1019
2285#, c-format
2286msgid "could not close '%s'"
2287msgstr ""
2288
2289#: read-cache.c:2383 sequencer.c:1353 sequencer.c:2054
2290#, c-format
2291msgid "could not stat '%s'"
2292msgstr ""
2293
2294#: read-cache.c:2396
2295#, c-format
2296msgid "unable to open git dir: %s"
2297msgstr ""
2298
2299#: read-cache.c:2408
2300#, c-format
2301msgid "unable to unlink: %s"
2302msgstr ""
2303
2304#: refs.c:622
2305#, c-format
2306msgid "Could not open '%s' for writing"
2307msgstr ""
2308
2309#: refs.c:1769
2310msgid "ref updates forbidden inside quarantine environment"
2311msgstr ""
2312
2313#: refs/files-backend.c:1664
2314#, c-format
2315msgid "could not delete reference %s: %s"
2316msgstr ""
2317
2318#: refs/files-backend.c:1667
2319#, c-format
2320msgid "could not delete references: %s"
2321msgstr ""
2322
2323#: refs/files-backend.c:1676
2324#, c-format
2325msgid "could not remove reference %s"
2326msgstr ""
2327
2328#: ref-filter.c:35 wt-status.c:1811
2329msgid "gone"
2330msgstr ""
2331
2332#: ref-filter.c:36
2333#, c-format
2334msgid "ahead %d"
2335msgstr ""
2336
2337#: ref-filter.c:37
2338#, c-format
2339msgid "behind %d"
2340msgstr ""
2341
2342#: ref-filter.c:38
2343#, c-format
2344msgid "ahead %d, behind %d"
2345msgstr ""
2346
2347#: ref-filter.c:105
2348#, c-format
2349msgid "expected format: %%(color:<color>)"
2350msgstr ""
2351
2352#: ref-filter.c:107
2353#, c-format
2354msgid "unrecognized color: %%(color:%s)"
2355msgstr ""
2356
2357#: ref-filter.c:121
2358#, c-format
2359msgid "Integer value expected refname:lstrip=%s"
2360msgstr ""
2361
2362#: ref-filter.c:125
2363#, c-format
2364msgid "Integer value expected refname:rstrip=%s"
2365msgstr ""
2366
2367#: ref-filter.c:127
2368#, c-format
2369msgid "unrecognized %%(%s) argument: %s"
2370msgstr ""
2371
2372#: ref-filter.c:167
2373#, c-format
2374msgid "%%(body) does not take arguments"
2375msgstr ""
2376
2377#: ref-filter.c:174
2378#, c-format
2379msgid "%%(subject) does not take arguments"
2380msgstr ""
2381
2382#: ref-filter.c:181
2383#, c-format
2384msgid "%%(trailers) does not take arguments"
2385msgstr ""
2386
2387#: ref-filter.c:200
2388#, c-format
2389msgid "positive value expected contents:lines=%s"
2390msgstr ""
2391
2392#: ref-filter.c:202
2393#, c-format
2394msgid "unrecognized %%(contents) argument: %s"
2395msgstr ""
2396
2397#: ref-filter.c:215
2398#, c-format
2399msgid "positive value expected objectname:short=%s"
2400msgstr ""
2401
2402#: ref-filter.c:219
2403#, c-format
2404msgid "unrecognized %%(objectname) argument: %s"
2405msgstr ""
2406
2407#: ref-filter.c:246
2408#, c-format
2409msgid "expected format: %%(align:<width>,<position>)"
2410msgstr ""
2411
2412#: ref-filter.c:258
2413#, c-format
2414msgid "unrecognized position:%s"
2415msgstr ""
2416
2417#: ref-filter.c:262
2418#, c-format
2419msgid "unrecognized width:%s"
2420msgstr ""
2421
2422#: ref-filter.c:268
2423#, c-format
2424msgid "unrecognized %%(align) argument: %s"
2425msgstr ""
2426
2427#: ref-filter.c:272
2428#, c-format
2429msgid "positive width expected with the %%(align) atom"
2430msgstr ""
2431
2432#: ref-filter.c:287
2433#, c-format
2434msgid "unrecognized %%(if) argument: %s"
2435msgstr ""
2436
2437#: ref-filter.c:378
2438#, c-format
2439msgid "malformed field name: %.*s"
2440msgstr ""
2441
2442#: ref-filter.c:404
2443#, c-format
2444msgid "unknown field name: %.*s"
2445msgstr ""
2446
2447#: ref-filter.c:508
2448#, c-format
2449msgid "format: %%(if) atom used without a %%(then) atom"
2450msgstr ""
2451
2452#: ref-filter.c:568
2453#, c-format
2454msgid "format: %%(then) atom used without an %%(if) atom"
2455msgstr ""
2456
2457#: ref-filter.c:570
2458#, c-format
2459msgid "format: %%(then) atom used more than once"
2460msgstr ""
2461
2462#: ref-filter.c:572
2463#, c-format
2464msgid "format: %%(then) atom used after %%(else)"
2465msgstr ""
2466
2467#: ref-filter.c:598
2468#, c-format
2469msgid "format: %%(else) atom used without an %%(if) atom"
2470msgstr ""
2471
2472#: ref-filter.c:600
2473#, c-format
2474msgid "format: %%(else) atom used without a %%(then) atom"
2475msgstr ""
2476
2477#: ref-filter.c:602
2478#, c-format
2479msgid "format: %%(else) atom used more than once"
2480msgstr ""
2481
2482#: ref-filter.c:615
2483#, c-format
2484msgid "format: %%(end) atom used without corresponding atom"
2485msgstr ""
2486
2487#: ref-filter.c:670
2488#, c-format
2489msgid "malformed format string %s"
2490msgstr ""
2491
2492#: ref-filter.c:1254
2493#, c-format
2494msgid "(no branch, rebasing %s)"
2495msgstr ""
2496
2497#: ref-filter.c:1257
2498#, c-format
2499msgid "(no branch, bisect started on %s)"
2500msgstr ""
2501
2502#. TRANSLATORS: make sure this matches "HEAD
2503#. detached at " in wt-status.c
2504#.
2505#: ref-filter.c:1265
2506#, c-format
2507msgid "(HEAD detached at %s)"
2508msgstr ""
2509
2510#. TRANSLATORS: make sure this matches "HEAD
2511#. detached from " in wt-status.c
2512#.
2513#: ref-filter.c:1272
2514#, c-format
2515msgid "(HEAD detached from %s)"
2516msgstr ""
2517
2518#: ref-filter.c:1276
2519msgid "(no branch)"
2520msgstr ""
2521
2522#: ref-filter.c:1426 ref-filter.c:1457
2523#, c-format
2524msgid "missing object %s for %s"
2525msgstr ""
2526
2527#: ref-filter.c:1429 ref-filter.c:1460
2528#, c-format
2529msgid "parse_object_buffer failed on %s for %s"
2530msgstr ""
2531
2532#: ref-filter.c:1760
2533#, c-format
2534msgid "malformed object at '%s'"
2535msgstr ""
2536
2537#: ref-filter.c:1827
2538#, c-format
2539msgid "ignoring ref with broken name %s"
2540msgstr ""
2541
2542#: ref-filter.c:1832
2543#, c-format
2544msgid "ignoring broken ref %s"
2545msgstr ""
2546
2547#: ref-filter.c:2095
2548#, c-format
2549msgid "format: %%(end) atom missing"
2550msgstr ""
2551
2552#: ref-filter.c:2176
2553#, c-format
2554msgid "malformed object name %s"
2555msgstr ""
2556
2557#: remote.c:747
2558#, c-format
2559msgid "Cannot fetch both %s and %s to %s"
2560msgstr ""
2561
2562#: remote.c:751
2563#, c-format
2564msgid "%s usually tracks %s, not %s"
2565msgstr ""
2566
2567#: remote.c:755
2568#, c-format
2569msgid "%s tracks both %s and %s"
2570msgstr ""
2571
2572#: remote.c:763
2573msgid "Internal error"
2574msgstr ""
2575
2576#: remote.c:1680 remote.c:1782
2577msgid "HEAD does not point to a branch"
2578msgstr ""
2579
2580#: remote.c:1689
2581#, c-format
2582msgid "no such branch: '%s'"
2583msgstr ""
2584
2585#: remote.c:1692
2586#, c-format
2587msgid "no upstream configured for branch '%s'"
2588msgstr ""
2589
2590#: remote.c:1698
2591#, c-format
2592msgid "upstream branch '%s' not stored as a remote-tracking branch"
2593msgstr ""
2594
2595#: remote.c:1713
2596#, c-format
2597msgid "push destination '%s' on remote '%s' has no local tracking branch"
2598msgstr ""
2599
2600#: remote.c:1725
2601#, c-format
2602msgid "branch '%s' has no remote for pushing"
2603msgstr ""
2604
2605#: remote.c:1736
2606#, c-format
2607msgid "push refspecs for '%s' do not include '%s'"
2608msgstr ""
2609
2610#: remote.c:1749
2611msgid "push has no destination (push.default is 'nothing')"
2612msgstr ""
2613
2614#: remote.c:1771
2615msgid "cannot resolve 'simple' push to a single destination"
2616msgstr ""
2617
2618#: remote.c:2076
2619#, c-format
2620msgid "Your branch is based on '%s', but the upstream is gone.\n"
2621msgstr ""
2622
2623#: remote.c:2080
2624msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2625msgstr ""
2626
2627#: remote.c:2083
2628#, c-format
2629msgid "Your branch is up-to-date with '%s'.\n"
2630msgstr ""
2631
2632#: remote.c:2087
2633#, c-format
2634msgid "Your branch is ahead of '%s' by %d commit.\n"
2635msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2636msgstr[0] ""
2637msgstr[1] ""
2638
2639#: remote.c:2093
2640msgid "  (use \"git push\" to publish your local commits)\n"
2641msgstr ""
2642
2643#: remote.c:2096
2644#, c-format
2645msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2646msgid_plural ""
2647"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2648msgstr[0] ""
2649msgstr[1] ""
2650
2651#: remote.c:2104
2652msgid "  (use \"git pull\" to update your local branch)\n"
2653msgstr ""
2654
2655#: remote.c:2107
2656#, c-format
2657msgid ""
2658"Your branch and '%s' have diverged,\n"
2659"and have %d and %d different commit each, respectively.\n"
2660msgid_plural ""
2661"Your branch and '%s' have diverged,\n"
2662"and have %d and %d different commits each, respectively.\n"
2663msgstr[0] ""
2664msgstr[1] ""
2665
2666#: remote.c:2117
2667msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2668msgstr ""
2669
2670#: revision.c:2187
2671msgid "your current branch appears to be broken"
2672msgstr ""
2673
2674#: revision.c:2190
2675#, c-format
2676msgid "your current branch '%s' does not have any commits yet"
2677msgstr ""
2678
2679#: revision.c:2384
2680msgid "--first-parent is incompatible with --bisect"
2681msgstr ""
2682
2683#: run-command.c:644
2684msgid "open /dev/null failed"
2685msgstr ""
2686
2687#: send-pack.c:151
2688#, c-format
2689msgid "unable to parse remote unpack status: %s"
2690msgstr ""
2691
2692#: send-pack.c:153
2693#, c-format
2694msgid "remote unpack failed: %s"
2695msgstr ""
2696
2697#: send-pack.c:316
2698msgid "failed to sign the push certificate"
2699msgstr ""
2700
2701#: send-pack.c:429
2702msgid "the receiving end does not support --signed push"
2703msgstr ""
2704
2705#: send-pack.c:431
2706msgid ""
2707"not sending a push certificate since the receiving end does not support --"
2708"signed push"
2709msgstr ""
2710
2711#: send-pack.c:443
2712msgid "the receiving end does not support --atomic push"
2713msgstr ""
2714
2715#: send-pack.c:448
2716msgid "the receiving end does not support push options"
2717msgstr ""
2718
2719#: sequencer.c:216
2720msgid "revert"
2721msgstr ""
2722
2723#: sequencer.c:218
2724msgid "cherry-pick"
2725msgstr ""
2726
2727#: sequencer.c:220
2728msgid "rebase -i"
2729msgstr ""
2730
2731#: sequencer.c:222
2732#, c-format
2733msgid "Unknown action: %d"
2734msgstr ""
2735
2736#: sequencer.c:279
2737msgid ""
2738"after resolving the conflicts, mark the corrected paths\n"
2739"with 'git add <paths>' or 'git rm <paths>'"
2740msgstr ""
2741
2742#: sequencer.c:282
2743msgid ""
2744"after resolving the conflicts, mark the corrected paths\n"
2745"with 'git add <paths>' or 'git rm <paths>'\n"
2746"and commit the result with 'git commit'"
2747msgstr ""
2748
2749#: sequencer.c:295 sequencer.c:1685
2750#, c-format
2751msgid "could not lock '%s'"
2752msgstr ""
2753
2754#: sequencer.c:298 sequencer.c:1563 sequencer.c:1690 sequencer.c:1704
2755#, c-format
2756msgid "could not write to '%s'"
2757msgstr ""
2758
2759#: sequencer.c:302
2760#, c-format
2761msgid "could not write eol to '%s'"
2762msgstr ""
2763
2764#: sequencer.c:306 sequencer.c:1568 sequencer.c:1692
2765#, c-format
2766msgid "failed to finalize '%s'."
2767msgstr ""
2768
2769#: sequencer.c:330 sequencer.c:817 sequencer.c:1589 builtin/am.c:258
2770#: builtin/commit.c:750 builtin/merge.c:1017
2771#, c-format
2772msgid "could not read '%s'"
2773msgstr ""
2774
2775#: sequencer.c:356
2776#, c-format
2777msgid "your local changes would be overwritten by %s."
2778msgstr ""
2779
2780#: sequencer.c:360
2781msgid "commit your changes or stash them to proceed."
2782msgstr ""
2783
2784#: sequencer.c:389
2785#, c-format
2786msgid "%s: fast-forward"
2787msgstr ""
2788
2789#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2790#. "rebase -i".
2791#.
2792#: sequencer.c:472
2793#, c-format
2794msgid "%s: Unable to write new index file"
2795msgstr ""
2796
2797#: sequencer.c:491
2798msgid "could not resolve HEAD commit\n"
2799msgstr ""
2800
2801#: sequencer.c:511
2802msgid "unable to update cache tree\n"
2803msgstr ""
2804
2805#: sequencer.c:595
2806#, c-format
2807msgid ""
2808"you have staged changes in your working tree\n"
2809"If these changes are meant to be squashed into the previous commit, run:\n"
2810"\n"
2811"  git commit --amend %s\n"
2812"\n"
2813"If they are meant to go into a new commit, run:\n"
2814"\n"
2815"  git commit %s\n"
2816"\n"
2817"In both cases, once you're done, continue with:\n"
2818"\n"
2819"  git rebase --continue\n"
2820msgstr ""
2821
2822#: sequencer.c:697
2823#, c-format
2824msgid "could not parse commit %s\n"
2825msgstr ""
2826
2827#: sequencer.c:702
2828#, c-format
2829msgid "could not parse parent commit %s\n"
2830msgstr ""
2831
2832#: sequencer.c:824
2833#, c-format
2834msgid ""
2835"unexpected 1st line of squash message:\n"
2836"\n"
2837"\t%.*s"
2838msgstr ""
2839
2840#: sequencer.c:830
2841#, c-format
2842msgid ""
2843"invalid 1st line of squash message:\n"
2844"\n"
2845"\t%.*s"
2846msgstr ""
2847
2848#: sequencer.c:836 sequencer.c:861
2849#, c-format
2850msgid "This is a combination of %d commits."
2851msgstr ""
2852
2853#: sequencer.c:845
2854msgid "need a HEAD to fixup"
2855msgstr ""
2856
2857#: sequencer.c:847
2858msgid "could not read HEAD"
2859msgstr ""
2860
2861#: sequencer.c:849
2862msgid "could not read HEAD's commit message"
2863msgstr ""
2864
2865#: sequencer.c:855
2866#, c-format
2867msgid "cannot write '%s'"
2868msgstr ""
2869
2870#: sequencer.c:864 git-rebase--interactive.sh:445
2871msgid "This is the 1st commit message:"
2872msgstr ""
2873
2874#: sequencer.c:872
2875#, c-format
2876msgid "could not read commit message of %s"
2877msgstr ""
2878
2879#: sequencer.c:879
2880#, c-format
2881msgid "This is the commit message #%d:"
2882msgstr ""
2883
2884#: sequencer.c:884
2885#, c-format
2886msgid "The commit message #%d will be skipped:"
2887msgstr ""
2888
2889#: sequencer.c:889
2890#, c-format
2891msgid "unknown command: %d"
2892msgstr ""
2893
2894#: sequencer.c:955
2895msgid "your index file is unmerged."
2896msgstr ""
2897
2898#: sequencer.c:973
2899#, c-format
2900msgid "commit %s is a merge but no -m option was given."
2901msgstr ""
2902
2903#: sequencer.c:981
2904#, c-format
2905msgid "commit %s does not have parent %d"
2906msgstr ""
2907
2908#: sequencer.c:985
2909#, c-format
2910msgid "mainline was specified but commit %s is not a merge."
2911msgstr ""
2912
2913#: sequencer.c:991
2914#, c-format
2915msgid "cannot get commit message for %s"
2916msgstr ""
2917
2918#. TRANSLATORS: The first %s will be a "todo" command like
2919#. "revert" or "pick", the second %s a SHA1.
2920#: sequencer.c:1012
2921#, c-format
2922msgid "%s: cannot parse parent commit %s"
2923msgstr ""
2924
2925#: sequencer.c:1075 sequencer.c:1830
2926#, c-format
2927msgid "could not rename '%s' to '%s'"
2928msgstr ""
2929
2930#: sequencer.c:1126
2931#, c-format
2932msgid "could not revert %s... %s"
2933msgstr ""
2934
2935#: sequencer.c:1127
2936#, c-format
2937msgid "could not apply %s... %s"
2938msgstr ""
2939
2940#: sequencer.c:1169
2941msgid "empty commit set passed"
2942msgstr ""
2943
2944#: sequencer.c:1179
2945#, c-format
2946msgid "git %s: failed to read the index"
2947msgstr ""
2948
2949#: sequencer.c:1186
2950#, c-format
2951msgid "git %s: failed to refresh the index"
2952msgstr ""
2953
2954#: sequencer.c:1306
2955#, c-format
2956msgid "invalid line %d: %.*s"
2957msgstr ""
2958
2959#: sequencer.c:1314
2960#, c-format
2961msgid "cannot '%s' without a previous commit"
2962msgstr ""
2963
2964#: sequencer.c:1347
2965#, c-format
2966msgid "could not read '%s'."
2967msgstr ""
2968
2969#: sequencer.c:1359
2970msgid "please fix this using 'git rebase --edit-todo'."
2971msgstr ""
2972
2973#: sequencer.c:1361
2974#, c-format
2975msgid "unusable instruction sheet: '%s'"
2976msgstr ""
2977
2978#: sequencer.c:1366
2979msgid "no commits parsed."
2980msgstr ""
2981
2982#: sequencer.c:1377
2983msgid "cannot cherry-pick during a revert."
2984msgstr ""
2985
2986#: sequencer.c:1379
2987msgid "cannot revert during a cherry-pick."
2988msgstr ""
2989
2990#: sequencer.c:1442
2991#, c-format
2992msgid "invalid key: %s"
2993msgstr ""
2994
2995#: sequencer.c:1445
2996#, c-format
2997msgid "invalid value for %s: %s"
2998msgstr ""
2999
3000#: sequencer.c:1502
3001#, c-format
3002msgid "malformed options sheet: '%s'"
3003msgstr ""
3004
3005#: sequencer.c:1540
3006msgid "a cherry-pick or revert is already in progress"
3007msgstr ""
3008
3009#: sequencer.c:1541
3010msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3011msgstr ""
3012
3013#: sequencer.c:1544
3014#, c-format
3015msgid "could not create sequencer directory '%s'"
3016msgstr ""
3017
3018#: sequencer.c:1558
3019msgid "could not lock HEAD"
3020msgstr ""
3021
3022#: sequencer.c:1614 sequencer.c:2188
3023msgid "no cherry-pick or revert in progress"
3024msgstr ""
3025
3026#: sequencer.c:1616
3027msgid "cannot resolve HEAD"
3028msgstr ""
3029
3030#: sequencer.c:1618 sequencer.c:1652
3031msgid "cannot abort from a branch yet to be born"
3032msgstr ""
3033
3034#: sequencer.c:1638 builtin/grep.c:929
3035#, c-format
3036msgid "cannot open '%s'"
3037msgstr ""
3038
3039#: sequencer.c:1640
3040#, c-format
3041msgid "cannot read '%s': %s"
3042msgstr ""
3043
3044#: sequencer.c:1641
3045msgid "unexpected end of file"
3046msgstr ""
3047
3048#: sequencer.c:1647
3049#, c-format
3050msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3051msgstr ""
3052
3053#: sequencer.c:1658
3054msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3055msgstr ""
3056
3057#: sequencer.c:1795 sequencer.c:2086
3058msgid "cannot read HEAD"
3059msgstr ""
3060
3061#: sequencer.c:1835 builtin/difftool.c:633
3062#, c-format
3063msgid "could not copy '%s' to '%s'"
3064msgstr ""
3065
3066#: sequencer.c:1851
3067msgid "could not read index"
3068msgstr ""
3069
3070#: sequencer.c:1856
3071#, c-format
3072msgid ""
3073"execution failed: %s\n"
3074"%sYou can fix the problem, and then run\n"
3075"\n"
3076"  git rebase --continue\n"
3077"\n"
3078msgstr ""
3079
3080#: sequencer.c:1862
3081msgid "and made changes to the index and/or the working tree\n"
3082msgstr ""
3083
3084#: sequencer.c:1868
3085#, c-format
3086msgid ""
3087"execution succeeded: %s\n"
3088"but left changes to the index and/or the working tree\n"
3089"Commit or stash your changes, and then run\n"
3090"\n"
3091"  git rebase --continue\n"
3092"\n"
3093msgstr ""
3094
3095#: sequencer.c:1925
3096#, c-format
3097msgid "Applied autostash.\n"
3098msgstr ""
3099
3100#: sequencer.c:1937
3101#, c-format
3102msgid "cannot store %s"
3103msgstr ""
3104
3105#: sequencer.c:1940 git-rebase.sh:173
3106#, c-format
3107msgid ""
3108"Applying autostash resulted in conflicts.\n"
3109"Your changes are safe in the stash.\n"
3110"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3111msgstr ""
3112
3113#: sequencer.c:2022
3114#, c-format
3115msgid "Stopped at %s...  %.*s\n"
3116msgstr ""
3117
3118#: sequencer.c:2064
3119#, c-format
3120msgid "unknown command %d"
3121msgstr ""
3122
3123#: sequencer.c:2094
3124msgid "could not read orig-head"
3125msgstr ""
3126
3127#: sequencer.c:2099
3128msgid "could not read 'onto'"
3129msgstr ""
3130
3131#: sequencer.c:2106
3132#, c-format
3133msgid "could not update %s"
3134msgstr ""
3135
3136#: sequencer.c:2113
3137#, c-format
3138msgid "could not update HEAD to %s"
3139msgstr ""
3140
3141#: sequencer.c:2197
3142msgid "cannot rebase: You have unstaged changes."
3143msgstr ""
3144
3145#: sequencer.c:2202
3146msgid "could not remove CHERRY_PICK_HEAD"
3147msgstr ""
3148
3149#: sequencer.c:2211
3150msgid "cannot amend non-existing commit"
3151msgstr ""
3152
3153#: sequencer.c:2213
3154#, c-format
3155msgid "invalid file: '%s'"
3156msgstr ""
3157
3158#: sequencer.c:2215
3159#, c-format
3160msgid "invalid contents: '%s'"
3161msgstr ""
3162
3163#: sequencer.c:2218
3164msgid ""
3165"\n"
3166"You have uncommitted changes in your working tree. Please, commit them\n"
3167"first and then run 'git rebase --continue' again."
3168msgstr ""
3169
3170#: sequencer.c:2228
3171msgid "could not commit staged changes."
3172msgstr ""
3173
3174#: sequencer.c:2308
3175#, c-format
3176msgid "%s: can't cherry-pick a %s"
3177msgstr ""
3178
3179#: sequencer.c:2312
3180#, c-format
3181msgid "%s: bad revision"
3182msgstr ""
3183
3184#: sequencer.c:2345
3185msgid "can't revert as initial commit"
3186msgstr ""
3187
3188#: setup.c:171
3189#, c-format
3190msgid ""
3191"%s: no such path in the working tree.\n"
3192"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3193msgstr ""
3194
3195#: setup.c:184
3196#, c-format
3197msgid ""
3198"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3199"Use '--' to separate paths from revisions, like this:\n"
3200"'git <command> [<revision>...] -- [<file>...]'"
3201msgstr ""
3202
3203#: setup.c:252
3204#, c-format
3205msgid ""
3206"ambiguous argument '%s': both revision and filename\n"
3207"Use '--' to separate paths from revisions, like this:\n"
3208"'git <command> [<revision>...] -- [<file>...]'"
3209msgstr ""
3210
3211#: setup.c:504
3212#, c-format
3213msgid "Expected git repo version <= %d, found %d"
3214msgstr ""
3215
3216#: setup.c:512
3217msgid "unknown repository extensions found:"
3218msgstr ""
3219
3220#: setup.c:810
3221#, c-format
3222msgid "Not a git repository (or any of the parent directories): %s"
3223msgstr ""
3224
3225#: setup.c:812 builtin/index-pack.c:1652
3226msgid "Cannot come back to cwd"
3227msgstr ""
3228
3229#: setup.c:1050
3230msgid "Unable to read current working directory"
3231msgstr ""
3232
3233#: setup.c:1062 setup.c:1068
3234#, c-format
3235msgid "Cannot change to '%s'"
3236msgstr ""
3237
3238#: setup.c:1081
3239#, c-format
3240msgid ""
3241"Not a git repository (or any parent up to mount point %s)\n"
3242"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3243msgstr ""
3244
3245#: setup.c:1173
3246#, c-format
3247msgid ""
3248"Problem with core.sharedRepository filemode value (0%.3o).\n"
3249"The owner of files must always have read and write permissions."
3250msgstr ""
3251
3252#: sha1_file.c:560
3253#, c-format
3254msgid "path '%s' does not exist"
3255msgstr ""
3256
3257#: sha1_file.c:586
3258#, c-format
3259msgid "reference repository '%s' as a linked checkout is not supported yet."
3260msgstr ""
3261
3262#: sha1_file.c:592
3263#, c-format
3264msgid "reference repository '%s' is not a local repository."
3265msgstr ""
3266
3267#: sha1_file.c:598
3268#, c-format
3269msgid "reference repository '%s' is shallow"
3270msgstr ""
3271
3272#: sha1_file.c:606
3273#, c-format
3274msgid "reference repository '%s' is grafted"
3275msgstr ""
3276
3277#: sha1_file.c:1245
3278msgid "offset before end of packfile (broken .idx?)"
3279msgstr ""
3280
3281#: sha1_file.c:2729
3282#, c-format
3283msgid "offset before start of pack index for %s (corrupt index?)"
3284msgstr ""
3285
3286#: sha1_file.c:2733
3287#, c-format
3288msgid "offset beyond end of pack index for %s (truncated index?)"
3289msgstr ""
3290
3291#: sha1_name.c:419
3292#, c-format
3293msgid "short SHA1 %s is ambiguous"
3294msgstr ""
3295
3296#: sha1_name.c:430
3297msgid "The candidates are:"
3298msgstr ""
3299
3300#: sha1_name.c:589
3301msgid ""
3302"Git normally never creates a ref that ends with 40 hex characters\n"
3303"because it will be ignored when you just specify 40-hex. These refs\n"
3304"may be created by mistake. For example,\n"
3305"\n"
3306"  git checkout -b $br $(git rev-parse ...)\n"
3307"\n"
3308"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3309"examine these refs and maybe delete them. Turn this message off by\n"
3310"running \"git config advice.objectNameWarning false\""
3311msgstr ""
3312
3313#: submodule.c:70 submodule.c:104
3314msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3315msgstr ""
3316
3317#: submodule.c:74 submodule.c:108
3318#, c-format
3319msgid "Could not find section in .gitmodules where path=%s"
3320msgstr ""
3321
3322#: submodule.c:82
3323#, c-format
3324msgid "Could not update .gitmodules entry %s"
3325msgstr ""
3326
3327#: submodule.c:115
3328#, c-format
3329msgid "Could not remove .gitmodules entry for %s"
3330msgstr ""
3331
3332#: submodule.c:126
3333msgid "staging updated .gitmodules failed"
3334msgstr ""
3335
3336#: submodule.c:165
3337msgid "negative values not allowed for submodule.fetchJobs"
3338msgstr ""
3339
3340#: submodule.c:376
3341#, c-format
3342msgid "in unpopulated submodule '%s'"
3343msgstr ""
3344
3345#: submodule.c:407
3346#, c-format
3347msgid "Pathspec '%s' is in submodule '%.*s'"
3348msgstr ""
3349
3350#: submodule.c:1337
3351#, c-format
3352msgid "'%s' not recognized as a git repository"
3353msgstr ""
3354
3355#: submodule.c:1475
3356#, c-format
3357msgid "could not start 'git status' in submodule '%s'"
3358msgstr ""
3359
3360#: submodule.c:1488
3361#, c-format
3362msgid "could not run 'git status' in submodule '%s'"
3363msgstr ""
3364
3365#: submodule.c:1581
3366#, c-format
3367msgid "submodule '%s' has dirty index"
3368msgstr ""
3369
3370#: submodule.c:1845
3371#, c-format
3372msgid ""
3373"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3374msgstr ""
3375
3376#: submodule.c:1857 submodule.c:1913
3377#, c-format
3378msgid "could not lookup name for submodule '%s'"
3379msgstr ""
3380
3381#: submodule.c:1861 builtin/submodule--helper.c:678
3382#: builtin/submodule--helper.c:688
3383#, c-format
3384msgid "could not create directory '%s'"
3385msgstr ""
3386
3387#: submodule.c:1864
3388#, c-format
3389msgid ""
3390"Migrating git directory of '%s%s' from\n"
3391"'%s' to\n"
3392"'%s'\n"
3393msgstr ""
3394
3395#: submodule.c:1948
3396#, c-format
3397msgid "could not recurse into submodule '%s'"
3398msgstr ""
3399
3400#: submodule.c:1992
3401msgid "could not start ls-files in .."
3402msgstr ""
3403
3404#: submodule.c:2012
3405msgid "BUG: returned path string doesn't match cwd?"
3406msgstr ""
3407
3408#: submodule.c:2031
3409#, c-format
3410msgid "ls-tree returned unexpected return code %d"
3411msgstr ""
3412
3413#: submodule-config.c:420
3414#, c-format
3415msgid "invalid value for %s"
3416msgstr ""
3417
3418#: trailer.c:241
3419#, c-format
3420msgid "running trailer command '%s' failed"
3421msgstr ""
3422
3423#: trailer.c:474 trailer.c:478 trailer.c:482 trailer.c:536 trailer.c:540
3424#: trailer.c:544
3425#, c-format
3426msgid "unknown value '%s' for key '%s'"
3427msgstr ""
3428
3429#: trailer.c:526 trailer.c:531 builtin/remote.c:290
3430#, c-format
3431msgid "more than one %s"
3432msgstr ""
3433
3434#: trailer.c:703
3435#, c-format
3436msgid "empty trailer token in trailer '%.*s'"
3437msgstr ""
3438
3439#: trailer.c:723
3440#, c-format
3441msgid "could not read input file '%s'"
3442msgstr ""
3443
3444#: trailer.c:726
3445msgid "could not read from stdin"
3446msgstr ""
3447
3448#: trailer.c:950 builtin/am.c:45
3449#, c-format
3450msgid "could not stat %s"
3451msgstr ""
3452
3453#: trailer.c:952
3454#, c-format
3455msgid "file %s is not a regular file"
3456msgstr ""
3457
3458#: trailer.c:954
3459#, c-format
3460msgid "file %s is not writable by user"
3461msgstr ""
3462
3463#: trailer.c:966
3464msgid "could not open temporary file"
3465msgstr ""
3466
3467#: trailer.c:1002
3468#, c-format
3469msgid "could not rename temporary file to %s"
3470msgstr ""
3471
3472#: transport.c:63
3473#, c-format
3474msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3475msgstr ""
3476
3477#: transport.c:152
3478#, c-format
3479msgid "transport: invalid depth option '%s'"
3480msgstr ""
3481
3482#: transport.c:890
3483#, c-format
3484msgid ""
3485"The following submodule paths contain changes that can\n"
3486"not be found on any remote:\n"
3487msgstr ""
3488
3489#: transport.c:894
3490#, c-format
3491msgid ""
3492"\n"
3493"Please try\n"
3494"\n"
3495"\tgit push --recurse-submodules=on-demand\n"
3496"\n"
3497"or cd to the path and use\n"
3498"\n"
3499"\tgit push\n"
3500"\n"
3501"to push them to a remote.\n"
3502"\n"
3503msgstr ""
3504
3505#: transport.c:902
3506msgid "Aborting."
3507msgstr ""
3508
3509#: transport-helper.c:1071
3510#, c-format
3511msgid "Could not read ref %s"
3512msgstr ""
3513
3514#: tree-walk.c:31
3515msgid "too-short tree object"
3516msgstr ""
3517
3518#: tree-walk.c:37
3519msgid "malformed mode in tree entry"
3520msgstr ""
3521
3522#: tree-walk.c:41
3523msgid "empty filename in tree entry"
3524msgstr ""
3525
3526#: tree-walk.c:113
3527msgid "too-short tree file"
3528msgstr ""
3529
3530#: unpack-trees.c:105
3531#, c-format
3532msgid ""
3533"Your local changes to the following files would be overwritten by checkout:\n"
3534"%%sPlease commit your changes or stash them before you switch branches."
3535msgstr ""
3536
3537#: unpack-trees.c:107
3538#, c-format
3539msgid ""
3540"Your local changes to the following files would be overwritten by checkout:\n"
3541"%%s"
3542msgstr ""
3543
3544#: unpack-trees.c:110
3545#, c-format
3546msgid ""
3547"Your local changes to the following files would be overwritten by merge:\n"
3548"%%sPlease commit your changes or stash them before you merge."
3549msgstr ""
3550
3551#: unpack-trees.c:112
3552#, c-format
3553msgid ""
3554"Your local changes to the following files would be overwritten by merge:\n"
3555"%%s"
3556msgstr ""
3557
3558#: unpack-trees.c:115
3559#, c-format
3560msgid ""
3561"Your local changes to the following files would be overwritten by %s:\n"
3562"%%sPlease commit your changes or stash them before you %s."
3563msgstr ""
3564
3565#: unpack-trees.c:117
3566#, c-format
3567msgid ""
3568"Your local changes to the following files would be overwritten by %s:\n"
3569"%%s"
3570msgstr ""
3571
3572#: unpack-trees.c:122
3573#, c-format
3574msgid ""
3575"Updating the following directories would lose untracked files in them:\n"
3576"%s"
3577msgstr ""
3578
3579#: unpack-trees.c:126
3580#, c-format
3581msgid ""
3582"The following untracked working tree files would be removed by checkout:\n"
3583"%%sPlease move or remove them before you switch branches."
3584msgstr ""
3585
3586#: unpack-trees.c:128
3587#, c-format
3588msgid ""
3589"The following untracked working tree files would be removed by checkout:\n"
3590"%%s"
3591msgstr ""
3592
3593#: unpack-trees.c:131
3594#, c-format
3595msgid ""
3596"The following untracked working tree files would be removed by merge:\n"
3597"%%sPlease move or remove them before you merge."
3598msgstr ""
3599
3600#: unpack-trees.c:133
3601#, c-format
3602msgid ""
3603"The following untracked working tree files would be removed by merge:\n"
3604"%%s"
3605msgstr ""
3606
3607#: unpack-trees.c:136
3608#, c-format
3609msgid ""
3610"The following untracked working tree files would be removed by %s:\n"
3611"%%sPlease move or remove them before you %s."
3612msgstr ""
3613
3614#: unpack-trees.c:138
3615#, c-format
3616msgid ""
3617"The following untracked working tree files would be removed by %s:\n"
3618"%%s"
3619msgstr ""
3620
3621#: unpack-trees.c:143
3622#, c-format
3623msgid ""
3624"The following untracked working tree files would be overwritten by "
3625"checkout:\n"
3626"%%sPlease move or remove them before you switch branches."
3627msgstr ""
3628
3629#: unpack-trees.c:145
3630#, c-format
3631msgid ""
3632"The following untracked working tree files would be overwritten by "
3633"checkout:\n"
3634"%%s"
3635msgstr ""
3636
3637#: unpack-trees.c:148
3638#, c-format
3639msgid ""
3640"The following untracked working tree files would be overwritten by merge:\n"
3641"%%sPlease move or remove them before you merge."
3642msgstr ""
3643
3644#: unpack-trees.c:150
3645#, c-format
3646msgid ""
3647"The following untracked working tree files would be overwritten by merge:\n"
3648"%%s"
3649msgstr ""
3650
3651#: unpack-trees.c:153
3652#, c-format
3653msgid ""
3654"The following untracked working tree files would be overwritten by %s:\n"
3655"%%sPlease move or remove them before you %s."
3656msgstr ""
3657
3658#: unpack-trees.c:155
3659#, c-format
3660msgid ""
3661"The following untracked working tree files would be overwritten by %s:\n"
3662"%%s"
3663msgstr ""
3664
3665#: unpack-trees.c:162
3666#, c-format
3667msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3668msgstr ""
3669
3670#: unpack-trees.c:165
3671#, c-format
3672msgid ""
3673"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3674"%s"
3675msgstr ""
3676
3677#: unpack-trees.c:167
3678#, c-format
3679msgid ""
3680"The following working tree files would be overwritten by sparse checkout "
3681"update:\n"
3682"%s"
3683msgstr ""
3684
3685#: unpack-trees.c:169
3686#, c-format
3687msgid ""
3688"The following working tree files would be removed by sparse checkout "
3689"update:\n"
3690"%s"
3691msgstr ""
3692
3693#: unpack-trees.c:171
3694#, c-format
3695msgid ""
3696"Cannot update submodule:\n"
3697"%s"
3698msgstr ""
3699
3700#: unpack-trees.c:248
3701#, c-format
3702msgid "Aborting\n"
3703msgstr ""
3704
3705#: unpack-trees.c:277
3706#, c-format
3707msgid "submodule update strategy not supported for submodule '%s'"
3708msgstr ""
3709
3710#: unpack-trees.c:346
3711msgid "Checking out files"
3712msgstr ""
3713
3714#: urlmatch.c:163
3715msgid "invalid URL scheme name or missing '://' suffix"
3716msgstr ""
3717
3718#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3719#, c-format
3720msgid "invalid %XX escape sequence"
3721msgstr ""
3722
3723#: urlmatch.c:215
3724msgid "missing host and scheme is not 'file:'"
3725msgstr ""
3726
3727#: urlmatch.c:232
3728msgid "a 'file:' URL may not have a port number"
3729msgstr ""
3730
3731#: urlmatch.c:247
3732msgid "invalid characters in host name"
3733msgstr ""
3734
3735#: urlmatch.c:292 urlmatch.c:303
3736msgid "invalid port number"
3737msgstr ""
3738
3739#: urlmatch.c:371
3740msgid "invalid '..' path segment"
3741msgstr ""
3742
3743#: worktree.c:245
3744#, c-format
3745msgid "failed to read '%s'"
3746msgstr ""
3747
3748#: wrapper.c:223 wrapper.c:393
3749#, c-format
3750msgid "could not open '%s' for reading and writing"
3751msgstr ""
3752
3753#: wrapper.c:225 wrapper.c:395 builtin/am.c:766
3754#, c-format
3755msgid "could not open '%s' for writing"
3756msgstr ""
3757
3758#: wrapper.c:227 wrapper.c:397 builtin/am.c:319 builtin/am.c:757
3759#: builtin/am.c:849 builtin/merge.c:1014
3760#, c-format
3761msgid "could not open '%s' for reading"
3762msgstr ""
3763
3764#: wrapper.c:424 wrapper.c:624
3765#, c-format
3766msgid "unable to access '%s'"
3767msgstr ""
3768
3769#: wrapper.c:632
3770msgid "unable to get current working directory"
3771msgstr ""
3772
3773#: wrapper.c:656
3774#, c-format
3775msgid "could not write to %s"
3776msgstr ""
3777
3778#: wrapper.c:658
3779#, c-format
3780msgid "could not close %s"
3781msgstr ""
3782
3783#: wt-status.c:152
3784msgid "Unmerged paths:"
3785msgstr ""
3786
3787#: wt-status.c:179 wt-status.c:206
3788#, c-format
3789msgid "  (use \"git reset %s <file>...\" to unstage)"
3790msgstr ""
3791
3792#: wt-status.c:181 wt-status.c:208
3793msgid "  (use \"git rm --cached <file>...\" to unstage)"
3794msgstr ""
3795
3796#: wt-status.c:185
3797msgid "  (use \"git add <file>...\" to mark resolution)"
3798msgstr ""
3799
3800#: wt-status.c:187 wt-status.c:191
3801msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3802msgstr ""
3803
3804#: wt-status.c:189
3805msgid "  (use \"git rm <file>...\" to mark resolution)"
3806msgstr ""
3807
3808#: wt-status.c:200 wt-status.c:981
3809msgid "Changes to be committed:"
3810msgstr ""
3811
3812#: wt-status.c:218 wt-status.c:990
3813msgid "Changes not staged for commit:"
3814msgstr ""
3815
3816#: wt-status.c:222
3817msgid "  (use \"git add <file>...\" to update what will be committed)"
3818msgstr ""
3819
3820#: wt-status.c:224
3821msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3822msgstr ""
3823
3824#: wt-status.c:225
3825msgid ""
3826"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3827msgstr ""
3828
3829#: wt-status.c:227
3830msgid "  (commit or discard the untracked or modified content in submodules)"
3831msgstr ""
3832
3833#: wt-status.c:239
3834#, c-format
3835msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3836msgstr ""
3837
3838#: wt-status.c:254
3839msgid "both deleted:"
3840msgstr ""
3841
3842#: wt-status.c:256
3843msgid "added by us:"
3844msgstr ""
3845
3846#: wt-status.c:258
3847msgid "deleted by them:"
3848msgstr ""
3849
3850#: wt-status.c:260
3851msgid "added by them:"
3852msgstr ""
3853
3854#: wt-status.c:262
3855msgid "deleted by us:"
3856msgstr ""
3857
3858#: wt-status.c:264
3859msgid "both added:"
3860msgstr ""
3861
3862#: wt-status.c:266
3863msgid "both modified:"
3864msgstr ""
3865
3866#: wt-status.c:276
3867msgid "new file:"
3868msgstr ""
3869
3870#: wt-status.c:278
3871msgid "copied:"
3872msgstr ""
3873
3874#: wt-status.c:280
3875msgid "deleted:"
3876msgstr ""
3877
3878#: wt-status.c:282
3879msgid "modified:"
3880msgstr ""
3881
3882#: wt-status.c:284
3883msgid "renamed:"
3884msgstr ""
3885
3886#: wt-status.c:286
3887msgid "typechange:"
3888msgstr ""
3889
3890#: wt-status.c:288
3891msgid "unknown:"
3892msgstr ""
3893
3894#: wt-status.c:290
3895msgid "unmerged:"
3896msgstr ""
3897
3898#: wt-status.c:372
3899msgid "new commits, "
3900msgstr ""
3901
3902#: wt-status.c:374
3903msgid "modified content, "
3904msgstr ""
3905
3906#: wt-status.c:376
3907msgid "untracked content, "
3908msgstr ""
3909
3910#: wt-status.c:821
3911#, c-format
3912msgid "Your stash currently has %d entry"
3913msgid_plural "Your stash currently has %d entries"
3914msgstr[0] ""
3915msgstr[1] ""
3916
3917#: wt-status.c:853
3918msgid "Submodules changed but not updated:"
3919msgstr ""
3920
3921#: wt-status.c:855
3922msgid "Submodule changes to be committed:"
3923msgstr ""
3924
3925#: wt-status.c:937
3926msgid ""
3927"Do not touch the line above.\n"
3928"Everything below will be removed."
3929msgstr ""
3930
3931#: wt-status.c:1049
3932msgid "You have unmerged paths."
3933msgstr ""
3934
3935#: wt-status.c:1052
3936msgid "  (fix conflicts and run \"git commit\")"
3937msgstr ""
3938
3939#: wt-status.c:1054
3940msgid "  (use \"git merge --abort\" to abort the merge)"
3941msgstr ""
3942
3943#: wt-status.c:1059
3944msgid "All conflicts fixed but you are still merging."
3945msgstr ""
3946
3947#: wt-status.c:1062
3948msgid "  (use \"git commit\" to conclude merge)"
3949msgstr ""
3950
3951#: wt-status.c:1072
3952msgid "You are in the middle of an am session."
3953msgstr ""
3954
3955#: wt-status.c:1075
3956msgid "The current patch is empty."
3957msgstr ""
3958
3959#: wt-status.c:1079
3960msgid "  (fix conflicts and then run \"git am --continue\")"
3961msgstr ""
3962
3963#: wt-status.c:1081
3964msgid "  (use \"git am --skip\" to skip this patch)"
3965msgstr ""
3966
3967#: wt-status.c:1083
3968msgid "  (use \"git am --abort\" to restore the original branch)"
3969msgstr ""
3970
3971#: wt-status.c:1214
3972msgid "git-rebase-todo is missing."
3973msgstr ""
3974
3975#: wt-status.c:1216
3976msgid "No commands done."
3977msgstr ""
3978
3979#: wt-status.c:1219
3980#, c-format
3981msgid "Last command done (%d command done):"
3982msgid_plural "Last commands done (%d commands done):"
3983msgstr[0] ""
3984msgstr[1] ""
3985
3986#: wt-status.c:1230
3987#, c-format
3988msgid "  (see more in file %s)"
3989msgstr ""
3990
3991#: wt-status.c:1235
3992msgid "No commands remaining."
3993msgstr ""
3994
3995#: wt-status.c:1238
3996#, c-format
3997msgid "Next command to do (%d remaining command):"
3998msgid_plural "Next commands to do (%d remaining commands):"
3999msgstr[0] ""
4000msgstr[1] ""
4001
4002#: wt-status.c:1246
4003msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4004msgstr ""
4005
4006#: wt-status.c:1259
4007#, c-format
4008msgid "You are currently rebasing branch '%s' on '%s'."
4009msgstr ""
4010
4011#: wt-status.c:1264
4012msgid "You are currently rebasing."
4013msgstr ""
4014
4015#: wt-status.c:1278
4016msgid "  (fix conflicts and then run \"git rebase --continue\")"
4017msgstr ""
4018
4019#: wt-status.c:1280
4020msgid "  (use \"git rebase --skip\" to skip this patch)"
4021msgstr ""
4022
4023#: wt-status.c:1282
4024msgid "  (use \"git rebase --abort\" to check out the original branch)"
4025msgstr ""
4026
4027#: wt-status.c:1288
4028msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4029msgstr ""
4030
4031#: wt-status.c:1292
4032#, c-format
4033msgid ""
4034"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4035msgstr ""
4036
4037#: wt-status.c:1297
4038msgid "You are currently splitting a commit during a rebase."
4039msgstr ""
4040
4041#: wt-status.c:1300
4042msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4043msgstr ""
4044
4045#: wt-status.c:1304
4046#, c-format
4047msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4048msgstr ""
4049
4050#: wt-status.c:1309
4051msgid "You are currently editing a commit during a rebase."
4052msgstr ""
4053
4054#: wt-status.c:1312
4055msgid "  (use \"git commit --amend\" to amend the current commit)"
4056msgstr ""
4057
4058#: wt-status.c:1314
4059msgid ""
4060"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4061msgstr ""
4062
4063#: wt-status.c:1324
4064#, c-format
4065msgid "You are currently cherry-picking commit %s."
4066msgstr ""
4067
4068#: wt-status.c:1329
4069msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4070msgstr ""
4071
4072#: wt-status.c:1332
4073msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4074msgstr ""
4075
4076#: wt-status.c:1334
4077msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4078msgstr ""
4079
4080#: wt-status.c:1343
4081#, c-format
4082msgid "You are currently reverting commit %s."
4083msgstr ""
4084
4085#: wt-status.c:1348
4086msgid "  (fix conflicts and run \"git revert --continue\")"
4087msgstr ""
4088
4089#: wt-status.c:1351
4090msgid "  (all conflicts fixed: run \"git revert --continue\")"
4091msgstr ""
4092
4093#: wt-status.c:1353
4094msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4095msgstr ""
4096
4097#: wt-status.c:1364
4098#, c-format
4099msgid "You are currently bisecting, started from branch '%s'."
4100msgstr ""
4101
4102#: wt-status.c:1368
4103msgid "You are currently bisecting."
4104msgstr ""
4105
4106#: wt-status.c:1371
4107msgid "  (use \"git bisect reset\" to get back to the original branch)"
4108msgstr ""
4109
4110#: wt-status.c:1568
4111msgid "On branch "
4112msgstr ""
4113
4114#: wt-status.c:1574
4115msgid "interactive rebase in progress; onto "
4116msgstr ""
4117
4118#: wt-status.c:1576
4119msgid "rebase in progress; onto "
4120msgstr ""
4121
4122#: wt-status.c:1581
4123msgid "HEAD detached at "
4124msgstr ""
4125
4126#: wt-status.c:1583
4127msgid "HEAD detached from "
4128msgstr ""
4129
4130#: wt-status.c:1586
4131msgid "Not currently on any branch."
4132msgstr ""
4133
4134#: wt-status.c:1606
4135msgid "Initial commit"
4136msgstr ""
4137
4138#: wt-status.c:1607
4139msgid "No commits yet"
4140msgstr ""
4141
4142#: wt-status.c:1621
4143msgid "Untracked files"
4144msgstr ""
4145
4146#: wt-status.c:1623
4147msgid "Ignored files"
4148msgstr ""
4149
4150#: wt-status.c:1627
4151#, c-format
4152msgid ""
4153"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4154"may speed it up, but you have to be careful not to forget to add\n"
4155"new files yourself (see 'git help status')."
4156msgstr ""
4157
4158#: wt-status.c:1633
4159#, c-format
4160msgid "Untracked files not listed%s"
4161msgstr ""
4162
4163#: wt-status.c:1635
4164msgid " (use -u option to show untracked files)"
4165msgstr ""
4166
4167#: wt-status.c:1641
4168msgid "No changes"
4169msgstr ""
4170
4171#: wt-status.c:1646
4172#, c-format
4173msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4174msgstr ""
4175
4176#: wt-status.c:1649
4177#, c-format
4178msgid "no changes added to commit\n"
4179msgstr ""
4180
4181#: wt-status.c:1652
4182#, c-format
4183msgid ""
4184"nothing added to commit but untracked files present (use \"git add\" to "
4185"track)\n"
4186msgstr ""
4187
4188#: wt-status.c:1655
4189#, c-format
4190msgid "nothing added to commit but untracked files present\n"
4191msgstr ""
4192
4193#: wt-status.c:1658
4194#, c-format
4195msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4196msgstr ""
4197
4198#: wt-status.c:1661 wt-status.c:1666
4199#, c-format
4200msgid "nothing to commit\n"
4201msgstr ""
4202
4203#: wt-status.c:1664
4204#, c-format
4205msgid "nothing to commit (use -u to show untracked files)\n"
4206msgstr ""
4207
4208#: wt-status.c:1668
4209#, c-format
4210msgid "nothing to commit, working tree clean\n"
4211msgstr ""
4212
4213#: wt-status.c:1780
4214msgid "No commits yet on "
4215msgstr ""
4216
4217#: wt-status.c:1784
4218msgid "HEAD (no branch)"
4219msgstr ""
4220
4221#: wt-status.c:1813 wt-status.c:1821
4222msgid "behind "
4223msgstr ""
4224
4225#: wt-status.c:1816 wt-status.c:1819
4226msgid "ahead "
4227msgstr ""
4228
4229#. TRANSLATORS: the action is e.g. "pull with rebase"
4230#: wt-status.c:2311
4231#, c-format
4232msgid "cannot %s: You have unstaged changes."
4233msgstr ""
4234
4235#: wt-status.c:2317
4236msgid "additionally, your index contains uncommitted changes."
4237msgstr ""
4238
4239#: wt-status.c:2319
4240#, c-format
4241msgid "cannot %s: Your index contains uncommitted changes."
4242msgstr ""
4243
4244#: compat/precompose_utf8.c:58 builtin/clone.c:436
4245#, c-format
4246msgid "failed to unlink '%s'"
4247msgstr ""
4248
4249#: builtin/add.c:24
4250msgid "git add [<options>] [--] <pathspec>..."
4251msgstr ""
4252
4253#: builtin/add.c:82
4254#, c-format
4255msgid "unexpected diff status %c"
4256msgstr ""
4257
4258#: builtin/add.c:87 builtin/commit.c:292
4259msgid "updating files failed"
4260msgstr ""
4261
4262#: builtin/add.c:97
4263#, c-format
4264msgid "remove '%s'\n"
4265msgstr ""
4266
4267#: builtin/add.c:151
4268msgid "Unstaged changes after refreshing the index:"
4269msgstr ""
4270
4271#: builtin/add.c:211 builtin/rev-parse.c:873
4272msgid "Could not read the index"
4273msgstr ""
4274
4275#: builtin/add.c:222
4276#, c-format
4277msgid "Could not open '%s' for writing."
4278msgstr ""
4279
4280#: builtin/add.c:226
4281msgid "Could not write patch"
4282msgstr ""
4283
4284#: builtin/add.c:229
4285msgid "editing patch failed"
4286msgstr ""
4287
4288#: builtin/add.c:232
4289#, c-format
4290msgid "Could not stat '%s'"
4291msgstr ""
4292
4293#: builtin/add.c:234
4294msgid "Empty patch. Aborted."
4295msgstr ""
4296
4297#: builtin/add.c:239
4298#, c-format
4299msgid "Could not apply '%s'"
4300msgstr ""
4301
4302#: builtin/add.c:249
4303msgid "The following paths are ignored by one of your .gitignore files:\n"
4304msgstr ""
4305
4306#: builtin/add.c:269 builtin/clean.c:907 builtin/fetch.c:110 builtin/mv.c:124
4307#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4308#: builtin/remote.c:1332 builtin/rm.c:242 builtin/send-pack.c:164
4309msgid "dry run"
4310msgstr ""
4311
4312#: builtin/add.c:272
4313msgid "interactive picking"
4314msgstr ""
4315
4316#: builtin/add.c:273 builtin/checkout.c:1162 builtin/reset.c:299
4317msgid "select hunks interactively"
4318msgstr ""
4319
4320#: builtin/add.c:274
4321msgid "edit current diff and apply"
4322msgstr ""
4323
4324#: builtin/add.c:275
4325msgid "allow adding otherwise ignored files"
4326msgstr ""
4327
4328#: builtin/add.c:276
4329msgid "update tracked files"
4330msgstr ""
4331
4332#: builtin/add.c:277
4333msgid "record only the fact that the path will be added later"
4334msgstr ""
4335
4336#: builtin/add.c:278
4337msgid "add changes from all tracked and untracked files"
4338msgstr ""
4339
4340#: builtin/add.c:281
4341msgid "ignore paths removed in the working tree (same as --no-all)"
4342msgstr ""
4343
4344#: builtin/add.c:283
4345msgid "don't add, only refresh the index"
4346msgstr ""
4347
4348#: builtin/add.c:284
4349msgid "just skip files which cannot be added because of errors"
4350msgstr ""
4351
4352#: builtin/add.c:285
4353msgid "check if - even missing - files are ignored in dry run"
4354msgstr ""
4355
4356#: builtin/add.c:286 builtin/update-index.c:952
4357msgid "(+/-)x"
4358msgstr ""
4359
4360#: builtin/add.c:286 builtin/update-index.c:953
4361msgid "override the executable bit of the listed files"
4362msgstr ""
4363
4364#: builtin/add.c:288
4365msgid "warn when adding an embedded repository"
4366msgstr ""
4367
4368#: builtin/add.c:303
4369#, c-format
4370msgid ""
4371"You've added another git repository inside your current repository.\n"
4372"Clones of the outer repository will not contain the contents of\n"
4373"the embedded repository and will not know how to obtain it.\n"
4374"If you meant to add a submodule, use:\n"
4375"\n"
4376"\tgit submodule add <url> %s\n"
4377"\n"
4378"If you added this path by mistake, you can remove it from the\n"
4379"index with:\n"
4380"\n"
4381"\tgit rm --cached %s\n"
4382"\n"
4383"See \"git help submodule\" for more information."
4384msgstr ""
4385
4386#: builtin/add.c:331
4387#, c-format
4388msgid "adding embedded git repository: %s"
4389msgstr ""
4390
4391#: builtin/add.c:349
4392#, c-format
4393msgid "Use -f if you really want to add them.\n"
4394msgstr ""
4395
4396#: builtin/add.c:357
4397msgid "adding files failed"
4398msgstr ""
4399
4400#: builtin/add.c:394
4401msgid "-A and -u are mutually incompatible"
4402msgstr ""
4403
4404#: builtin/add.c:401
4405msgid "Option --ignore-missing can only be used together with --dry-run"
4406msgstr ""
4407
4408#: builtin/add.c:405
4409#, c-format
4410msgid "--chmod param '%s' must be either -x or +x"
4411msgstr ""
4412
4413#: builtin/add.c:420
4414#, c-format
4415msgid "Nothing specified, nothing added.\n"
4416msgstr ""
4417
4418#: builtin/add.c:421
4419#, c-format
4420msgid "Maybe you wanted to say 'git add .'?\n"
4421msgstr ""
4422
4423#: builtin/add.c:426 builtin/check-ignore.c:176 builtin/checkout.c:282
4424#: builtin/checkout.c:475 builtin/clean.c:954 builtin/commit.c:351
4425#: builtin/mv.c:144 builtin/reset.c:238 builtin/rm.c:272
4426#: builtin/submodule--helper.c:244
4427msgid "index file corrupt"
4428msgstr ""
4429
4430#: builtin/am.c:413
4431msgid "could not parse author script"
4432msgstr ""
4433
4434#: builtin/am.c:489
4435#, c-format
4436msgid "'%s' was deleted by the applypatch-msg hook"
4437msgstr ""
4438
4439#: builtin/am.c:530
4440#, c-format
4441msgid "Malformed input line: '%s'."
4442msgstr ""
4443
4444#: builtin/am.c:567
4445#, c-format
4446msgid "Failed to copy notes from '%s' to '%s'"
4447msgstr ""
4448
4449#: builtin/am.c:593
4450msgid "fseek failed"
4451msgstr ""
4452
4453#: builtin/am.c:777
4454#, c-format
4455msgid "could not parse patch '%s'"
4456msgstr ""
4457
4458#: builtin/am.c:842
4459msgid "Only one StGIT patch series can be applied at once"
4460msgstr ""
4461
4462#: builtin/am.c:889
4463msgid "invalid timestamp"
4464msgstr ""
4465
4466#: builtin/am.c:892 builtin/am.c:900
4467msgid "invalid Date line"
4468msgstr ""
4469
4470#: builtin/am.c:897
4471msgid "invalid timezone offset"
4472msgstr ""
4473
4474#: builtin/am.c:986
4475msgid "Patch format detection failed."
4476msgstr ""
4477
4478#: builtin/am.c:991 builtin/clone.c:401
4479#, c-format
4480msgid "failed to create directory '%s'"
4481msgstr ""
4482
4483#: builtin/am.c:995
4484msgid "Failed to split patches."
4485msgstr ""
4486
4487#: builtin/am.c:1120 builtin/commit.c:377
4488msgid "unable to write index file"
4489msgstr ""
4490
4491#: builtin/am.c:1171
4492#, c-format
4493msgid "When you have resolved this problem, run \"%s --continue\"."
4494msgstr ""
4495
4496#: builtin/am.c:1172
4497#, c-format
4498msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4499msgstr ""
4500
4501#: builtin/am.c:1173
4502#, c-format
4503msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4504msgstr ""
4505
4506#: builtin/am.c:1304
4507msgid "Patch is empty."
4508msgstr ""
4509
4510#: builtin/am.c:1370
4511#, c-format
4512msgid "invalid ident line: %.*s"
4513msgstr ""
4514
4515#: builtin/am.c:1392
4516#, c-format
4517msgid "unable to parse commit %s"
4518msgstr ""
4519
4520#: builtin/am.c:1586
4521msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4522msgstr ""
4523
4524#: builtin/am.c:1588
4525msgid "Using index info to reconstruct a base tree..."
4526msgstr ""
4527
4528#: builtin/am.c:1607
4529msgid ""
4530"Did you hand edit your patch?\n"
4531"It does not apply to blobs recorded in its index."
4532msgstr ""
4533
4534#: builtin/am.c:1613
4535msgid "Falling back to patching base and 3-way merge..."
4536msgstr ""
4537
4538#: builtin/am.c:1638
4539msgid "Failed to merge in the changes."
4540msgstr ""
4541
4542#: builtin/am.c:1662 builtin/merge.c:632
4543msgid "git write-tree failed to write a tree"
4544msgstr ""
4545
4546#: builtin/am.c:1669
4547msgid "applying to an empty history"
4548msgstr ""
4549
4550#: builtin/am.c:1682 builtin/commit.c:1767 builtin/merge.c:803
4551#: builtin/merge.c:828
4552msgid "failed to write commit object"
4553msgstr ""
4554
4555#: builtin/am.c:1715 builtin/am.c:1719
4556#, c-format
4557msgid "cannot resume: %s does not exist."
4558msgstr ""
4559
4560#: builtin/am.c:1735
4561msgid "cannot be interactive without stdin connected to a terminal."
4562msgstr ""
4563
4564#: builtin/am.c:1740
4565msgid "Commit Body is:"
4566msgstr ""
4567
4568#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4569#. in your translation. The program will only accept English
4570#. input at this point.
4571#.
4572#: builtin/am.c:1750
4573msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4574msgstr ""
4575
4576#: builtin/am.c:1800
4577#, c-format
4578msgid "Dirty index: cannot apply patches (dirty: %s)"
4579msgstr ""
4580
4581#: builtin/am.c:1840 builtin/am.c:1912
4582#, c-format
4583msgid "Applying: %.*s"
4584msgstr ""
4585
4586#: builtin/am.c:1856
4587msgid "No changes -- Patch already applied."
4588msgstr ""
4589
4590#: builtin/am.c:1864
4591#, c-format
4592msgid "Patch failed at %s %.*s"
4593msgstr ""
4594
4595#: builtin/am.c:1870
4596#, c-format
4597msgid "The copy of the patch that failed is found in: %s"
4598msgstr ""
4599
4600#: builtin/am.c:1915
4601msgid ""
4602"No changes - did you forget to use 'git add'?\n"
4603"If there is nothing left to stage, chances are that something else\n"
4604"already introduced the same changes; you might want to skip this patch."
4605msgstr ""
4606
4607#: builtin/am.c:1922
4608msgid ""
4609"You still have unmerged paths in your index.\n"
4610"You should 'git add' each file with resolved conflicts to mark them as "
4611"such.\n"
4612"You might run `git rm` on a file to accept \"deleted by them\" for it."
4613msgstr ""
4614
4615#: builtin/am.c:2031 builtin/am.c:2035 builtin/am.c:2047 builtin/reset.c:323
4616#: builtin/reset.c:331
4617#, c-format
4618msgid "Could not parse object '%s'."
4619msgstr ""
4620
4621#: builtin/am.c:2083
4622msgid "failed to clean index"
4623msgstr ""
4624
4625#: builtin/am.c:2117
4626msgid ""
4627"You seem to have moved HEAD since the last 'am' failure.\n"
4628"Not rewinding to ORIG_HEAD"
4629msgstr ""
4630
4631#: builtin/am.c:2180
4632#, c-format
4633msgid "Invalid value for --patch-format: %s"
4634msgstr ""
4635
4636#: builtin/am.c:2213
4637msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4638msgstr ""
4639
4640#: builtin/am.c:2214
4641msgid "git am [<options>] (--continue | --skip | --abort)"
4642msgstr ""
4643
4644#: builtin/am.c:2220
4645msgid "run interactively"
4646msgstr ""
4647
4648#: builtin/am.c:2222
4649msgid "historical option -- no-op"
4650msgstr ""
4651
4652#: builtin/am.c:2224
4653msgid "allow fall back on 3way merging if needed"
4654msgstr ""
4655
4656#: builtin/am.c:2225 builtin/init-db.c:484 builtin/prune-packed.c:57
4657#: builtin/repack.c:180
4658msgid "be quiet"
4659msgstr ""
4660
4661#: builtin/am.c:2227
4662msgid "add a Signed-off-by line to the commit message"
4663msgstr ""
4664
4665#: builtin/am.c:2230
4666msgid "recode into utf8 (default)"
4667msgstr ""
4668
4669#: builtin/am.c:2232
4670msgid "pass -k flag to git-mailinfo"
4671msgstr ""
4672
4673#: builtin/am.c:2234
4674msgid "pass -b flag to git-mailinfo"
4675msgstr ""
4676
4677#: builtin/am.c:2236
4678msgid "pass -m flag to git-mailinfo"
4679msgstr ""
4680
4681#: builtin/am.c:2238
4682msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4683msgstr ""
4684
4685#: builtin/am.c:2241
4686msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4687msgstr ""
4688
4689#: builtin/am.c:2244
4690msgid "strip everything before a scissors line"
4691msgstr ""
4692
4693#: builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252 builtin/am.c:2255
4694#: builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264 builtin/am.c:2267
4695#: builtin/am.c:2273
4696msgid "pass it through git-apply"
4697msgstr ""
4698
4699#: builtin/am.c:2263 builtin/fmt-merge-msg.c:663 builtin/fmt-merge-msg.c:666
4700#: builtin/grep.c:1064 builtin/merge.c:202 builtin/pull.c:142
4701#: builtin/pull.c:197 builtin/repack.c:189 builtin/repack.c:193
4702#: builtin/repack.c:195 builtin/show-branch.c:631 builtin/show-ref.c:169
4703#: builtin/tag.c:399 parse-options.h:132 parse-options.h:134
4704#: parse-options.h:245
4705msgid "n"
4706msgstr ""
4707
4708#: builtin/am.c:2269 builtin/branch.c:596 builtin/for-each-ref.c:38
4709#: builtin/replace.c:444 builtin/tag.c:434 builtin/verify-tag.c:39
4710msgid "format"
4711msgstr ""
4712
4713#: builtin/am.c:2270
4714msgid "format the patch(es) are in"
4715msgstr ""
4716
4717#: builtin/am.c:2276
4718msgid "override error message when patch failure occurs"
4719msgstr ""
4720
4721#: builtin/am.c:2278
4722msgid "continue applying patches after resolving a conflict"
4723msgstr ""
4724
4725#: builtin/am.c:2281
4726msgid "synonyms for --continue"
4727msgstr ""
4728
4729#: builtin/am.c:2284
4730msgid "skip the current patch"
4731msgstr ""
4732
4733#: builtin/am.c:2287
4734msgid "restore the original branch and abort the patching operation."
4735msgstr ""
4736
4737#: builtin/am.c:2291
4738msgid "lie about committer date"
4739msgstr ""
4740
4741#: builtin/am.c:2293
4742msgid "use current timestamp for author date"
4743msgstr ""
4744
4745#: builtin/am.c:2295 builtin/commit.c:1605 builtin/merge.c:233
4746#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:414
4747msgid "key-id"
4748msgstr ""
4749
4750#: builtin/am.c:2296
4751msgid "GPG-sign commits"
4752msgstr ""
4753
4754#: builtin/am.c:2299
4755msgid "(internal use for git-rebase)"
4756msgstr ""
4757
4758#: builtin/am.c:2317
4759msgid ""
4760"The -b/--binary option has been a no-op for long time, and\n"
4761"it will be removed. Please do not use it anymore."
4762msgstr ""
4763
4764#: builtin/am.c:2324
4765msgid "failed to read the index"
4766msgstr ""
4767
4768#: builtin/am.c:2339
4769#, c-format
4770msgid "previous rebase directory %s still exists but mbox given."
4771msgstr ""
4772
4773#: builtin/am.c:2363
4774#, c-format
4775msgid ""
4776"Stray %s directory found.\n"
4777"Use \"git am --abort\" to remove it."
4778msgstr ""
4779
4780#: builtin/am.c:2369
4781msgid "Resolve operation not in progress, we are not resuming."
4782msgstr ""
4783
4784#: builtin/apply.c:8
4785msgid "git apply [<options>] [<patch>...]"
4786msgstr ""
4787
4788#: builtin/archive.c:17
4789#, c-format
4790msgid "could not create archive file '%s'"
4791msgstr ""
4792
4793#: builtin/archive.c:20
4794msgid "could not redirect output"
4795msgstr ""
4796
4797#: builtin/archive.c:37
4798msgid "git archive: Remote with no URL"
4799msgstr ""
4800
4801#: builtin/archive.c:58
4802msgid "git archive: expected ACK/NAK, got EOF"
4803msgstr ""
4804
4805#: builtin/archive.c:61
4806#, c-format
4807msgid "git archive: NACK %s"
4808msgstr ""
4809
4810#: builtin/archive.c:64
4811msgid "git archive: protocol error"
4812msgstr ""
4813
4814#: builtin/archive.c:68
4815msgid "git archive: expected a flush"
4816msgstr ""
4817
4818#: builtin/bisect--helper.c:7
4819msgid "git bisect--helper --next-all [--no-checkout]"
4820msgstr ""
4821
4822#: builtin/bisect--helper.c:17
4823msgid "perform 'git bisect next'"
4824msgstr ""
4825
4826#: builtin/bisect--helper.c:19
4827msgid "update BISECT_HEAD instead of checking out the current commit"
4828msgstr ""
4829
4830#: builtin/blame.c:27
4831msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4832msgstr ""
4833
4834#: builtin/blame.c:32
4835msgid "<rev-opts> are documented in git-rev-list(1)"
4836msgstr ""
4837
4838#: builtin/blame.c:668
4839msgid "Show blame entries as we find them, incrementally"
4840msgstr ""
4841
4842#: builtin/blame.c:669
4843msgid "Show blank SHA-1 for boundary commits (Default: off)"
4844msgstr ""
4845
4846#: builtin/blame.c:670
4847msgid "Do not treat root commits as boundaries (Default: off)"
4848msgstr ""
4849
4850#: builtin/blame.c:671
4851msgid "Show work cost statistics"
4852msgstr ""
4853
4854#: builtin/blame.c:672
4855msgid "Force progress reporting"
4856msgstr ""
4857
4858#: builtin/blame.c:673
4859msgid "Show output score for blame entries"
4860msgstr ""
4861
4862#: builtin/blame.c:674
4863msgid "Show original filename (Default: auto)"
4864msgstr ""
4865
4866#: builtin/blame.c:675
4867msgid "Show original linenumber (Default: off)"
4868msgstr ""
4869
4870#: builtin/blame.c:676
4871msgid "Show in a format designed for machine consumption"
4872msgstr ""
4873
4874#: builtin/blame.c:677
4875msgid "Show porcelain format with per-line commit information"
4876msgstr ""
4877
4878#: builtin/blame.c:678
4879msgid "Use the same output mode as git-annotate (Default: off)"
4880msgstr ""
4881
4882#: builtin/blame.c:679
4883msgid "Show raw timestamp (Default: off)"
4884msgstr ""
4885
4886#: builtin/blame.c:680
4887msgid "Show long commit SHA1 (Default: off)"
4888msgstr ""
4889
4890#: builtin/blame.c:681
4891msgid "Suppress author name and timestamp (Default: off)"
4892msgstr ""
4893
4894#: builtin/blame.c:682
4895msgid "Show author email instead of name (Default: off)"
4896msgstr ""
4897
4898#: builtin/blame.c:683
4899msgid "Ignore whitespace differences"
4900msgstr ""
4901
4902#: builtin/blame.c:690
4903msgid "Use an experimental heuristic to improve diffs"
4904msgstr ""
4905
4906#: builtin/blame.c:692
4907msgid "Spend extra cycles to find better match"
4908msgstr ""
4909
4910#: builtin/blame.c:693
4911msgid "Use revisions from <file> instead of calling git-rev-list"
4912msgstr ""
4913
4914#: builtin/blame.c:694
4915msgid "Use <file>'s contents as the final image"
4916msgstr ""
4917
4918#: builtin/blame.c:695 builtin/blame.c:696
4919msgid "score"
4920msgstr ""
4921
4922#: builtin/blame.c:695
4923msgid "Find line copies within and across files"
4924msgstr ""
4925
4926#: builtin/blame.c:696
4927msgid "Find line movements within and across files"
4928msgstr ""
4929
4930#: builtin/blame.c:697
4931msgid "n,m"
4932msgstr ""
4933
4934#: builtin/blame.c:697
4935msgid "Process only line range n,m, counting from 1"
4936msgstr ""
4937
4938#: builtin/blame.c:744
4939msgid "--progress can't be used with --incremental or porcelain formats"
4940msgstr ""
4941
4942#. TRANSLATORS: This string is used to tell us the
4943#. maximum display width for a relative timestamp in
4944#. "git blame" output.  For C locale, "4 years, 11
4945#. months ago", which takes 22 places, is the longest
4946#. among various forms of relative timestamps, but
4947#. your language may need more or fewer display
4948#. columns.
4949#.
4950#: builtin/blame.c:795
4951msgid "4 years, 11 months ago"
4952msgstr ""
4953
4954#: builtin/blame.c:882
4955#, c-format
4956msgid "file %s has only %lu line"
4957msgid_plural "file %s has only %lu lines"
4958msgstr[0] ""
4959msgstr[1] ""
4960
4961#: builtin/blame.c:928
4962msgid "Blaming lines"
4963msgstr ""
4964
4965#: builtin/branch.c:27
4966msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4967msgstr ""
4968
4969#: builtin/branch.c:28
4970msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4971msgstr ""
4972
4973#: builtin/branch.c:29
4974msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4975msgstr ""
4976
4977#: builtin/branch.c:30
4978msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4979msgstr ""
4980
4981#: builtin/branch.c:31
4982msgid "git branch [<options>] [-r | -a] [--points-at]"
4983msgstr ""
4984
4985#: builtin/branch.c:32
4986msgid "git branch [<options>] [-r | -a] [--format]"
4987msgstr ""
4988
4989#: builtin/branch.c:145
4990#, c-format
4991msgid ""
4992"deleting branch '%s' that has been merged to\n"
4993"         '%s', but not yet merged to HEAD."
4994msgstr ""
4995
4996#: builtin/branch.c:149
4997#, c-format
4998msgid ""
4999"not deleting branch '%s' that is not yet merged to\n"
5000"         '%s', even though it is merged to HEAD."
5001msgstr ""
5002
5003#: builtin/branch.c:163
5004#, c-format
5005msgid "Couldn't look up commit object for '%s'"
5006msgstr ""
5007
5008#: builtin/branch.c:167
5009#, c-format
5010msgid ""
5011"The branch '%s' is not fully merged.\n"
5012"If you are sure you want to delete it, run 'git branch -D %s'."
5013msgstr ""
5014
5015#: builtin/branch.c:180
5016msgid "Update of config-file failed"
5017msgstr ""
5018
5019#: builtin/branch.c:211
5020msgid "cannot use -a with -d"
5021msgstr ""
5022
5023#: builtin/branch.c:217
5024msgid "Couldn't look up commit object for HEAD"
5025msgstr ""
5026
5027#: builtin/branch.c:231
5028#, c-format
5029msgid "Cannot delete branch '%s' checked out at '%s'"
5030msgstr ""
5031
5032#: builtin/branch.c:246
5033#, c-format
5034msgid "remote-tracking branch '%s' not found."
5035msgstr ""
5036
5037#: builtin/branch.c:247
5038#, c-format
5039msgid "branch '%s' not found."
5040msgstr ""
5041
5042#: builtin/branch.c:262
5043#, c-format
5044msgid "Error deleting remote-tracking branch '%s'"
5045msgstr ""
5046
5047#: builtin/branch.c:263
5048#, c-format
5049msgid "Error deleting branch '%s'"
5050msgstr ""
5051
5052#: builtin/branch.c:270
5053#, c-format
5054msgid "Deleted remote-tracking branch %s (was %s).\n"
5055msgstr ""
5056
5057#: builtin/branch.c:271
5058#, c-format
5059msgid "Deleted branch %s (was %s).\n"
5060msgstr ""
5061
5062#: builtin/branch.c:445
5063#, c-format
5064msgid "Branch %s is being rebased at %s"
5065msgstr ""
5066
5067#: builtin/branch.c:449
5068#, c-format
5069msgid "Branch %s is being bisected at %s"
5070msgstr ""
5071
5072#: builtin/branch.c:464
5073msgid "cannot rename the current branch while not on any."
5074msgstr ""
5075
5076#: builtin/branch.c:474
5077#, c-format
5078msgid "Invalid branch name: '%s'"
5079msgstr ""
5080
5081#: builtin/branch.c:491
5082msgid "Branch rename failed"
5083msgstr ""
5084
5085#: builtin/branch.c:494
5086#, c-format
5087msgid "Renamed a misnamed branch '%s' away"
5088msgstr ""
5089
5090#: builtin/branch.c:497
5091#, c-format
5092msgid "Branch renamed to %s, but HEAD is not updated!"
5093msgstr ""
5094
5095#: builtin/branch.c:506
5096msgid "Branch is renamed, but update of config-file failed"
5097msgstr ""
5098
5099#: builtin/branch.c:522
5100#, c-format
5101msgid ""
5102"Please edit the description for the branch\n"
5103"  %s\n"
5104"Lines starting with '%c' will be stripped.\n"
5105msgstr ""
5106
5107#: builtin/branch.c:555
5108msgid "Generic options"
5109msgstr ""
5110
5111#: builtin/branch.c:557
5112msgid "show hash and subject, give twice for upstream branch"
5113msgstr ""
5114
5115#: builtin/branch.c:558
5116msgid "suppress informational messages"
5117msgstr ""
5118
5119#: builtin/branch.c:559
5120msgid "set up tracking mode (see git-pull(1))"
5121msgstr ""
5122
5123#: builtin/branch.c:561
5124msgid "change upstream info"
5125msgstr ""
5126
5127#: builtin/branch.c:563
5128msgid "upstream"
5129msgstr ""
5130
5131#: builtin/branch.c:563
5132msgid "change the upstream info"
5133msgstr ""
5134
5135#: builtin/branch.c:564
5136msgid "Unset the upstream info"
5137msgstr ""
5138
5139#: builtin/branch.c:565
5140msgid "use colored output"
5141msgstr ""
5142
5143#: builtin/branch.c:566
5144msgid "act on remote-tracking branches"
5145msgstr ""
5146
5147#: builtin/branch.c:568 builtin/branch.c:570
5148msgid "print only branches that contain the commit"
5149msgstr ""
5150
5151#: builtin/branch.c:569 builtin/branch.c:571
5152msgid "print only branches that don't contain the commit"
5153msgstr ""
5154
5155#: builtin/branch.c:574
5156msgid "Specific git-branch actions:"
5157msgstr ""
5158
5159#: builtin/branch.c:575
5160msgid "list both remote-tracking and local branches"
5161msgstr ""
5162
5163#: builtin/branch.c:577
5164msgid "delete fully merged branch"
5165msgstr ""
5166
5167#: builtin/branch.c:578
5168msgid "delete branch (even if not merged)"
5169msgstr ""
5170
5171#: builtin/branch.c:579
5172msgid "move/rename a branch and its reflog"
5173msgstr ""
5174
5175#: builtin/branch.c:580
5176msgid "move/rename a branch, even if target exists"
5177msgstr ""
5178
5179#: builtin/branch.c:581
5180msgid "list branch names"
5181msgstr ""
5182
5183#: builtin/branch.c:582
5184msgid "create the branch's reflog"
5185msgstr ""
5186
5187#: builtin/branch.c:584
5188msgid "edit the description for the branch"
5189msgstr ""
5190
5191#: builtin/branch.c:585
5192msgid "force creation, move/rename, deletion"
5193msgstr ""
5194
5195#: builtin/branch.c:586
5196msgid "print only branches that are merged"
5197msgstr ""
5198
5199#: builtin/branch.c:587
5200msgid "print only branches that are not merged"
5201msgstr ""
5202
5203#: builtin/branch.c:588
5204msgid "list branches in columns"
5205msgstr ""
5206
5207#: builtin/branch.c:589 builtin/for-each-ref.c:39 builtin/tag.c:427
5208msgid "key"
5209msgstr ""
5210
5211#: builtin/branch.c:590 builtin/for-each-ref.c:40 builtin/tag.c:428
5212msgid "field name to sort on"
5213msgstr ""
5214
5215#: builtin/branch.c:592 builtin/for-each-ref.c:42 builtin/notes.c:407
5216#: builtin/notes.c:410 builtin/notes.c:570 builtin/notes.c:573
5217#: builtin/tag.c:430
5218msgid "object"
5219msgstr ""
5220
5221#: builtin/branch.c:593
5222msgid "print only branches of the object"
5223msgstr ""
5224
5225#: builtin/branch.c:595 builtin/for-each-ref.c:48 builtin/tag.c:435
5226msgid "sorting and filtering are case insensitive"
5227msgstr ""
5228
5229#: builtin/branch.c:596 builtin/for-each-ref.c:38 builtin/tag.c:434
5230#: builtin/verify-tag.c:39
5231msgid "format to use for the output"
5232msgstr ""
5233
5234#: builtin/branch.c:615
5235msgid "Failed to resolve HEAD as a valid ref."
5236msgstr ""
5237
5238#: builtin/branch.c:619 builtin/clone.c:728
5239msgid "HEAD not found below refs/heads!"
5240msgstr ""
5241
5242#: builtin/branch.c:642
5243msgid "--column and --verbose are incompatible"
5244msgstr ""
5245
5246#: builtin/branch.c:653 builtin/branch.c:705
5247msgid "branch name required"
5248msgstr ""
5249
5250#: builtin/branch.c:681
5251msgid "Cannot give description to detached HEAD"
5252msgstr ""
5253
5254#: builtin/branch.c:686
5255msgid "cannot edit description of more than one branch"
5256msgstr ""
5257
5258#: builtin/branch.c:693
5259#, c-format
5260msgid "No commit on branch '%s' yet."
5261msgstr ""
5262
5263#: builtin/branch.c:696
5264#, c-format
5265msgid "No branch named '%s'."
5266msgstr ""
5267
5268#: builtin/branch.c:711
5269msgid "too many branches for a rename operation"
5270msgstr ""
5271
5272#: builtin/branch.c:716
5273msgid "too many branches to set new upstream"
5274msgstr ""
5275
5276#: builtin/branch.c:720
5277#, c-format
5278msgid ""
5279"could not set upstream of HEAD to %s when it does not point to any branch."
5280msgstr ""
5281
5282#: builtin/branch.c:723 builtin/branch.c:745 builtin/branch.c:766
5283#, c-format
5284msgid "no such branch '%s'"
5285msgstr ""
5286
5287#: builtin/branch.c:727
5288#, c-format
5289msgid "branch '%s' does not exist"
5290msgstr ""
5291
5292#: builtin/branch.c:739
5293msgid "too many branches to unset upstream"
5294msgstr ""
5295
5296#: builtin/branch.c:743
5297msgid "could not unset upstream of HEAD when it does not point to any branch."
5298msgstr ""
5299
5300#: builtin/branch.c:749
5301#, c-format
5302msgid "Branch '%s' has no upstream information"
5303msgstr ""
5304
5305#: builtin/branch.c:763
5306msgid "it does not make sense to create 'HEAD' manually"
5307msgstr ""
5308
5309#: builtin/branch.c:769
5310msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5311msgstr ""
5312
5313#: builtin/branch.c:772
5314#, c-format
5315msgid ""
5316"The --set-upstream flag is deprecated and will be removed. Consider using --"
5317"track or --set-upstream-to\n"
5318msgstr ""
5319
5320#: builtin/branch.c:789
5321#, c-format
5322msgid ""
5323"\n"
5324"If you wanted to make '%s' track '%s', do this:\n"
5325"\n"
5326msgstr ""
5327
5328#: builtin/bundle.c:45
5329#, c-format
5330msgid "%s is okay\n"
5331msgstr ""
5332
5333#: builtin/bundle.c:58
5334msgid "Need a repository to create a bundle."
5335msgstr ""
5336
5337#: builtin/bundle.c:62
5338msgid "Need a repository to unbundle."
5339msgstr ""
5340
5341#: builtin/cat-file.c:519
5342msgid ""
5343"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5344"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5345msgstr ""
5346
5347#: builtin/cat-file.c:520
5348msgid ""
5349"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5350"filters]"
5351msgstr ""
5352
5353#: builtin/cat-file.c:557
5354msgid "<type> can be one of: blob, tree, commit, tag"
5355msgstr ""
5356
5357#: builtin/cat-file.c:558
5358msgid "show object type"
5359msgstr ""
5360
5361#: builtin/cat-file.c:559
5362msgid "show object size"
5363msgstr ""
5364
5365#: builtin/cat-file.c:561
5366msgid "exit with zero when there's no error"
5367msgstr ""
5368
5369#: builtin/cat-file.c:562
5370msgid "pretty-print object's content"
5371msgstr ""
5372
5373#: builtin/cat-file.c:564
5374msgid "for blob objects, run textconv on object's content"
5375msgstr ""
5376
5377#: builtin/cat-file.c:566
5378msgid "for blob objects, run filters on object's content"
5379msgstr ""
5380
5381#: builtin/cat-file.c:567 git-submodule.sh:944
5382msgid "blob"
5383msgstr ""
5384
5385#: builtin/cat-file.c:568
5386msgid "use a specific path for --textconv/--filters"
5387msgstr ""
5388
5389#: builtin/cat-file.c:570
5390msgid "allow -s and -t to work with broken/corrupt objects"
5391msgstr ""
5392
5393#: builtin/cat-file.c:571
5394msgid "buffer --batch output"
5395msgstr ""
5396
5397#: builtin/cat-file.c:573
5398msgid "show info and content of objects fed from the standard input"
5399msgstr ""
5400
5401#: builtin/cat-file.c:576
5402msgid "show info about objects fed from the standard input"
5403msgstr ""
5404
5405#: builtin/cat-file.c:579
5406msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5407msgstr ""
5408
5409#: builtin/cat-file.c:581
5410msgid "show all objects with --batch or --batch-check"
5411msgstr ""
5412
5413#: builtin/check-attr.c:12
5414msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5415msgstr ""
5416
5417#: builtin/check-attr.c:13
5418msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5419msgstr ""
5420
5421#: builtin/check-attr.c:20
5422msgid "report all attributes set on file"
5423msgstr ""
5424
5425#: builtin/check-attr.c:21
5426msgid "use .gitattributes only from the index"
5427msgstr ""
5428
5429#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5430msgid "read file names from stdin"
5431msgstr ""
5432
5433#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5434msgid "terminate input and output records by a NUL character"
5435msgstr ""
5436
5437#: builtin/check-ignore.c:20 builtin/checkout.c:1143 builtin/gc.c:357
5438msgid "suppress progress reporting"
5439msgstr ""
5440
5441#: builtin/check-ignore.c:28
5442msgid "show non-matching input paths"
5443msgstr ""
5444
5445#: builtin/check-ignore.c:30
5446msgid "ignore index when checking"
5447msgstr ""
5448
5449#: builtin/check-ignore.c:158
5450msgid "cannot specify pathnames with --stdin"
5451msgstr ""
5452
5453#: builtin/check-ignore.c:161
5454msgid "-z only makes sense with --stdin"
5455msgstr ""
5456
5457#: builtin/check-ignore.c:163
5458msgid "no path specified"
5459msgstr ""
5460
5461#: builtin/check-ignore.c:167
5462msgid "--quiet is only valid with a single pathname"
5463msgstr ""
5464
5465#: builtin/check-ignore.c:169
5466msgid "cannot have both --quiet and --verbose"
5467msgstr ""
5468
5469#: builtin/check-ignore.c:172
5470msgid "--non-matching is only valid with --verbose"
5471msgstr ""
5472
5473#: builtin/check-mailmap.c:9
5474msgid "git check-mailmap [<options>] <contact>..."
5475msgstr ""
5476
5477#: builtin/check-mailmap.c:14
5478msgid "also read contacts from stdin"
5479msgstr ""
5480
5481#: builtin/check-mailmap.c:25
5482#, c-format
5483msgid "unable to parse contact: %s"
5484msgstr ""
5485
5486#: builtin/check-mailmap.c:48
5487msgid "no contacts specified"
5488msgstr ""
5489
5490#: builtin/checkout-index.c:128
5491msgid "git checkout-index [<options>] [--] [<file>...]"
5492msgstr ""
5493
5494#: builtin/checkout-index.c:145
5495msgid "stage should be between 1 and 3 or all"
5496msgstr ""
5497
5498#: builtin/checkout-index.c:161
5499msgid "check out all files in the index"
5500msgstr ""
5501
5502#: builtin/checkout-index.c:162
5503msgid "force overwrite of existing files"
5504msgstr ""
5505
5506#: builtin/checkout-index.c:164
5507msgid "no warning for existing files and files not in index"
5508msgstr ""
5509
5510#: builtin/checkout-index.c:166
5511msgid "don't checkout new files"
5512msgstr ""
5513
5514#: builtin/checkout-index.c:168
5515msgid "update stat information in the index file"
5516msgstr ""
5517
5518#: builtin/checkout-index.c:172
5519msgid "read list of paths from the standard input"
5520msgstr ""
5521
5522#: builtin/checkout-index.c:174
5523msgid "write the content to temporary files"
5524msgstr ""
5525
5526#: builtin/checkout-index.c:175 builtin/column.c:31
5527#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5528#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5529#: builtin/worktree.c:478
5530msgid "string"
5531msgstr ""
5532
5533#: builtin/checkout-index.c:176
5534msgid "when creating files, prepend <string>"
5535msgstr ""
5536
5537#: builtin/checkout-index.c:178
5538msgid "copy out the files from named stage"
5539msgstr ""
5540
5541#: builtin/checkout.c:26
5542msgid "git checkout [<options>] <branch>"
5543msgstr ""
5544
5545#: builtin/checkout.c:27
5546msgid "git checkout [<options>] [<branch>] -- <file>..."
5547msgstr ""
5548
5549#: builtin/checkout.c:135 builtin/checkout.c:168
5550#, c-format
5551msgid "path '%s' does not have our version"
5552msgstr ""
5553
5554#: builtin/checkout.c:137 builtin/checkout.c:170
5555#, c-format
5556msgid "path '%s' does not have their version"
5557msgstr ""
5558
5559#: builtin/checkout.c:153
5560#, c-format
5561msgid "path '%s' does not have all necessary versions"
5562msgstr ""
5563
5564#: builtin/checkout.c:197
5565#, c-format
5566msgid "path '%s' does not have necessary versions"
5567msgstr ""
5568
5569#: builtin/checkout.c:214
5570#, c-format
5571msgid "path '%s': cannot merge"
5572msgstr ""
5573
5574#: builtin/checkout.c:231
5575#, c-format
5576msgid "Unable to add merge result for '%s'"
5577msgstr ""
5578
5579#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5580#: builtin/checkout.c:262
5581#, c-format
5582msgid "'%s' cannot be used with updating paths"
5583msgstr ""
5584
5585#: builtin/checkout.c:265 builtin/checkout.c:268
5586#, c-format
5587msgid "'%s' cannot be used with %s"
5588msgstr ""
5589
5590#: builtin/checkout.c:271
5591#, c-format
5592msgid "Cannot update paths and switch to branch '%s' at the same time."
5593msgstr ""
5594
5595#: builtin/checkout.c:342 builtin/checkout.c:349
5596#, c-format
5597msgid "path '%s' is unmerged"
5598msgstr ""
5599
5600#: builtin/checkout.c:497
5601msgid "you need to resolve your current index first"
5602msgstr ""
5603
5604#: builtin/checkout.c:628
5605#, c-format
5606msgid "Can not do reflog for '%s': %s\n"
5607msgstr ""
5608
5609#: builtin/checkout.c:669
5610msgid "HEAD is now at"
5611msgstr ""
5612
5613#: builtin/checkout.c:673 builtin/clone.c:682
5614msgid "unable to update HEAD"
5615msgstr ""
5616
5617#: builtin/checkout.c:677
5618#, c-format
5619msgid "Reset branch '%s'\n"
5620msgstr ""
5621
5622#: builtin/checkout.c:680
5623#, c-format
5624msgid "Already on '%s'\n"
5625msgstr ""
5626
5627#: builtin/checkout.c:684
5628#, c-format
5629msgid "Switched to and reset branch '%s'\n"
5630msgstr ""
5631
5632#: builtin/checkout.c:686 builtin/checkout.c:1075
5633#, c-format
5634msgid "Switched to a new branch '%s'\n"
5635msgstr ""
5636
5637#: builtin/checkout.c:688
5638#, c-format
5639msgid "Switched to branch '%s'\n"
5640msgstr ""
5641
5642#: builtin/checkout.c:739
5643#, c-format
5644msgid " ... and %d more.\n"
5645msgstr ""
5646
5647#: builtin/checkout.c:745
5648#, c-format
5649msgid ""
5650"Warning: you are leaving %d commit behind, not connected to\n"
5651"any of your branches:\n"
5652"\n"
5653"%s\n"
5654msgid_plural ""
5655"Warning: you are leaving %d commits behind, not connected to\n"
5656"any of your branches:\n"
5657"\n"
5658"%s\n"
5659msgstr[0] ""
5660msgstr[1] ""
5661
5662#: builtin/checkout.c:764
5663#, c-format
5664msgid ""
5665"If you want to keep it by creating a new branch, this may be a good time\n"
5666"to do so with:\n"
5667"\n"
5668" git branch <new-branch-name> %s\n"
5669"\n"
5670msgid_plural ""
5671"If you want to keep them by creating a new branch, this may be a good time\n"
5672"to do so with:\n"
5673"\n"
5674" git branch <new-branch-name> %s\n"
5675"\n"
5676msgstr[0] ""
5677msgstr[1] ""
5678
5679#: builtin/checkout.c:800
5680msgid "internal error in revision walk"
5681msgstr ""
5682
5683#: builtin/checkout.c:804
5684msgid "Previous HEAD position was"
5685msgstr ""
5686
5687#: builtin/checkout.c:832 builtin/checkout.c:1070
5688msgid "You are on a branch yet to be born"
5689msgstr ""
5690
5691#: builtin/checkout.c:976
5692#, c-format
5693msgid "only one reference expected, %d given."
5694msgstr ""
5695
5696#: builtin/checkout.c:1016 builtin/worktree.c:215
5697#, c-format
5698msgid "invalid reference: %s"
5699msgstr ""
5700
5701#: builtin/checkout.c:1045
5702#, c-format
5703msgid "reference is not a tree: %s"
5704msgstr ""
5705
5706#: builtin/checkout.c:1084
5707msgid "paths cannot be used with switching branches"
5708msgstr ""
5709
5710#: builtin/checkout.c:1087 builtin/checkout.c:1091
5711#, c-format
5712msgid "'%s' cannot be used with switching branches"
5713msgstr ""
5714
5715#: builtin/checkout.c:1095 builtin/checkout.c:1098 builtin/checkout.c:1103
5716#: builtin/checkout.c:1106
5717#, c-format
5718msgid "'%s' cannot be used with '%s'"
5719msgstr ""
5720
5721#: builtin/checkout.c:1111
5722#, c-format
5723msgid "Cannot switch branch to a non-commit '%s'"
5724msgstr ""
5725
5726#: builtin/checkout.c:1144 builtin/checkout.c:1146 builtin/clone.c:113
5727#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:328
5728#: builtin/worktree.c:330
5729msgid "branch"
5730msgstr ""
5731
5732#: builtin/checkout.c:1145
5733msgid "create and checkout a new branch"
5734msgstr ""
5735
5736#: builtin/checkout.c:1147
5737msgid "create/reset and checkout a branch"
5738msgstr ""
5739
5740#: builtin/checkout.c:1148
5741msgid "create reflog for new branch"
5742msgstr ""
5743
5744#: builtin/checkout.c:1149 builtin/worktree.c:332
5745msgid "detach HEAD at named commit"
5746msgstr ""
5747
5748#: builtin/checkout.c:1150
5749msgid "set upstream info for new branch"
5750msgstr ""
5751
5752#: builtin/checkout.c:1152
5753msgid "new-branch"
5754msgstr ""
5755
5756#: builtin/checkout.c:1152
5757msgid "new unparented branch"
5758msgstr ""
5759
5760#: builtin/checkout.c:1153
5761msgid "checkout our version for unmerged files"
5762msgstr ""
5763
5764#: builtin/checkout.c:1155
5765msgid "checkout their version for unmerged files"
5766msgstr ""
5767
5768#: builtin/checkout.c:1157
5769msgid "force checkout (throw away local modifications)"
5770msgstr ""
5771
5772#: builtin/checkout.c:1158
5773msgid "perform a 3-way merge with the new branch"
5774msgstr ""
5775
5776#: builtin/checkout.c:1159 builtin/merge.c:235
5777msgid "update ignored files (default)"
5778msgstr ""
5779
5780#: builtin/checkout.c:1160 builtin/log.c:1483 parse-options.h:251
5781msgid "style"
5782msgstr ""
5783
5784#: builtin/checkout.c:1161
5785msgid "conflict style (merge or diff3)"
5786msgstr ""
5787
5788#: builtin/checkout.c:1164
5789msgid "do not limit pathspecs to sparse entries only"
5790msgstr ""
5791
5792#: builtin/checkout.c:1166
5793msgid "second guess 'git checkout <no-such-branch>'"
5794msgstr ""
5795
5796#: builtin/checkout.c:1168
5797msgid "do not check if another worktree is holding the given ref"
5798msgstr ""
5799
5800#: builtin/checkout.c:1172 builtin/clone.c:80 builtin/fetch.c:114
5801#: builtin/merge.c:232 builtin/pull.c:120 builtin/push.c:544
5802#: builtin/send-pack.c:173
5803msgid "force progress reporting"
5804msgstr ""
5805
5806#: builtin/checkout.c:1203
5807msgid "-b, -B and --orphan are mutually exclusive"
5808msgstr ""
5809
5810#: builtin/checkout.c:1220
5811msgid "--track needs a branch name"
5812msgstr ""
5813
5814#: builtin/checkout.c:1225
5815msgid "Missing branch name; try -b"
5816msgstr ""
5817
5818#: builtin/checkout.c:1261
5819msgid "invalid path specification"
5820msgstr ""
5821
5822#: builtin/checkout.c:1268
5823#, c-format
5824msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5825msgstr ""
5826
5827#: builtin/checkout.c:1272
5828#, c-format
5829msgid "git checkout: --detach does not take a path argument '%s'"
5830msgstr ""
5831
5832#: builtin/checkout.c:1276
5833msgid ""
5834"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5835"checking out of the index."
5836msgstr ""
5837
5838#: builtin/clean.c:26
5839msgid ""
5840"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5841msgstr ""
5842
5843#: builtin/clean.c:30
5844#, c-format
5845msgid "Removing %s\n"
5846msgstr ""
5847
5848#: builtin/clean.c:31
5849#, c-format
5850msgid "Would remove %s\n"
5851msgstr ""
5852
5853#: builtin/clean.c:32
5854#, c-format
5855msgid "Skipping repository %s\n"
5856msgstr ""
5857
5858#: builtin/clean.c:33
5859#, c-format
5860msgid "Would skip repository %s\n"
5861msgstr ""
5862
5863#: builtin/clean.c:34
5864#, c-format
5865msgid "failed to remove %s"
5866msgstr ""
5867
5868#: builtin/clean.c:298 git-add--interactive.perl:572
5869#, c-format
5870msgid ""
5871"Prompt help:\n"
5872"1          - select a numbered item\n"
5873"foo        - select item based on unique prefix\n"
5874"           - (empty) select nothing\n"
5875msgstr ""
5876
5877#: builtin/clean.c:302 git-add--interactive.perl:581
5878#, c-format
5879msgid ""
5880"Prompt help:\n"
5881"1          - select a single item\n"
5882"3-5        - select a range of items\n"
5883"2-3,6-9    - select multiple ranges\n"
5884"foo        - select item based on unique prefix\n"
5885"-...       - unselect specified items\n"
5886"*          - choose all items\n"
5887"           - (empty) finish selecting\n"
5888msgstr ""
5889
5890#: builtin/clean.c:518 git-add--interactive.perl:547
5891#: git-add--interactive.perl:552
5892#, c-format, perl-format
5893msgid "Huh (%s)?\n"
5894msgstr ""
5895
5896#: builtin/clean.c:660
5897#, c-format
5898msgid "Input ignore patterns>> "
5899msgstr ""
5900
5901#: builtin/clean.c:697
5902#, c-format
5903msgid "WARNING: Cannot find items matched by: %s"
5904msgstr ""
5905
5906#: builtin/clean.c:718
5907msgid "Select items to delete"
5908msgstr ""
5909
5910#. TRANSLATORS: Make sure to keep [y/N] as is
5911#: builtin/clean.c:759
5912#, c-format
5913msgid "Remove %s [y/N]? "
5914msgstr ""
5915
5916#: builtin/clean.c:784 git-add--interactive.perl:1616
5917#, c-format
5918msgid "Bye.\n"
5919msgstr ""
5920
5921#: builtin/clean.c:792
5922msgid ""
5923"clean               - start cleaning\n"
5924"filter by pattern   - exclude items from deletion\n"
5925"select by numbers   - select items to be deleted by numbers\n"
5926"ask each            - confirm each deletion (like \"rm -i\")\n"
5927"quit                - stop cleaning\n"
5928"help                - this screen\n"
5929"?                   - help for prompt selection"
5930msgstr ""
5931
5932#: builtin/clean.c:819 git-add--interactive.perl:1692
5933msgid "*** Commands ***"
5934msgstr ""
5935
5936#: builtin/clean.c:820 git-add--interactive.perl:1689
5937msgid "What now"
5938msgstr ""
5939
5940#: builtin/clean.c:828
5941msgid "Would remove the following item:"
5942msgid_plural "Would remove the following items:"
5943msgstr[0] ""
5944msgstr[1] ""
5945
5946#: builtin/clean.c:844
5947msgid "No more files to clean, exiting."
5948msgstr ""
5949
5950#: builtin/clean.c:906
5951msgid "do not print names of files removed"
5952msgstr ""
5953
5954#: builtin/clean.c:908
5955msgid "force"
5956msgstr ""
5957
5958#: builtin/clean.c:909
5959msgid "interactive cleaning"
5960msgstr ""
5961
5962#: builtin/clean.c:911
5963msgid "remove whole directories"
5964msgstr ""
5965
5966#: builtin/clean.c:912 builtin/describe.c:452 builtin/describe.c:454
5967#: builtin/grep.c:1082 builtin/ls-files.c:546 builtin/name-rev.c:397
5968#: builtin/name-rev.c:399 builtin/show-ref.c:176
5969msgid "pattern"
5970msgstr ""
5971
5972#: builtin/clean.c:913
5973msgid "add <pattern> to ignore rules"
5974msgstr ""
5975
5976#: builtin/clean.c:914
5977msgid "remove ignored files, too"
5978msgstr ""
5979
5980#: builtin/clean.c:916
5981msgid "remove only ignored files"
5982msgstr ""
5983
5984#: builtin/clean.c:934
5985msgid "-x and -X cannot be used together"
5986msgstr ""
5987
5988#: builtin/clean.c:938
5989msgid ""
5990"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5991"clean"
5992msgstr ""
5993
5994#: builtin/clean.c:941
5995msgid ""
5996"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5997"refusing to clean"
5998msgstr ""
5999
6000#: builtin/clone.c:38
6001msgid "git clone [<options>] [--] <repo> [<dir>]"
6002msgstr ""
6003
6004#: builtin/clone.c:82
6005msgid "don't create a checkout"
6006msgstr ""
6007
6008#: builtin/clone.c:83 builtin/clone.c:85 builtin/init-db.c:479
6009msgid "create a bare repository"
6010msgstr ""
6011
6012#: builtin/clone.c:87
6013msgid "create a mirror repository (implies bare)"
6014msgstr ""
6015
6016#: builtin/clone.c:89
6017msgid "to clone from a local repository"
6018msgstr ""
6019
6020#: builtin/clone.c:91
6021msgid "don't use local hardlinks, always copy"
6022msgstr ""
6023
6024#: builtin/clone.c:93
6025msgid "setup as shared repository"
6026msgstr ""
6027
6028#: builtin/clone.c:95 builtin/clone.c:99
6029msgid "pathspec"
6030msgstr ""
6031
6032#: builtin/clone.c:95 builtin/clone.c:99
6033msgid "initialize submodules in the clone"
6034msgstr ""
6035
6036#: builtin/clone.c:102
6037msgid "number of submodules cloned in parallel"
6038msgstr ""
6039
6040#: builtin/clone.c:103 builtin/init-db.c:476
6041msgid "template-directory"
6042msgstr ""
6043
6044#: builtin/clone.c:104 builtin/init-db.c:477
6045msgid "directory from which templates will be used"
6046msgstr ""
6047
6048#: builtin/clone.c:106 builtin/clone.c:108 builtin/submodule--helper.c:642
6049#: builtin/submodule--helper.c:983
6050msgid "reference repository"
6051msgstr ""
6052
6053#: builtin/clone.c:110
6054msgid "use --reference only while cloning"
6055msgstr ""
6056
6057#: builtin/clone.c:111 builtin/column.c:27 builtin/merge-file.c:44
6058msgid "name"
6059msgstr ""
6060
6061#: builtin/clone.c:112
6062msgid "use <name> instead of 'origin' to track upstream"
6063msgstr ""
6064
6065#: builtin/clone.c:114
6066msgid "checkout <branch> instead of the remote's HEAD"
6067msgstr ""
6068
6069#: builtin/clone.c:116
6070msgid "path to git-upload-pack on the remote"
6071msgstr ""
6072
6073#: builtin/clone.c:117 builtin/fetch.c:115 builtin/grep.c:1025
6074#: builtin/pull.c:205
6075msgid "depth"
6076msgstr ""
6077
6078#: builtin/clone.c:118
6079msgid "create a shallow clone of that depth"
6080msgstr ""
6081
6082#: builtin/clone.c:119 builtin/fetch.c:117 builtin/pack-objects.c:2932
6083#: parse-options.h:142
6084msgid "time"
6085msgstr ""
6086
6087#: builtin/clone.c:120
6088msgid "create a shallow clone since a specific time"
6089msgstr ""
6090
6091#: builtin/clone.c:121 builtin/fetch.c:119
6092msgid "revision"
6093msgstr ""
6094
6095#: builtin/clone.c:122 builtin/fetch.c:120
6096msgid "deepen history of shallow clone, excluding rev"
6097msgstr ""
6098
6099#: builtin/clone.c:124
6100msgid "clone only one branch, HEAD or --branch"
6101msgstr ""
6102
6103#: builtin/clone.c:126
6104msgid "don't clone any tags, and make later fetches not to follow them"
6105msgstr ""
6106
6107#: builtin/clone.c:128
6108msgid "any cloned submodules will be shallow"
6109msgstr ""
6110
6111#: builtin/clone.c:129 builtin/init-db.c:485
6112msgid "gitdir"
6113msgstr ""
6114
6115#: builtin/clone.c:130 builtin/init-db.c:486
6116msgid "separate git dir from working tree"
6117msgstr ""
6118
6119#: builtin/clone.c:131
6120msgid "key=value"
6121msgstr ""
6122
6123#: builtin/clone.c:132
6124msgid "set config inside the new repository"
6125msgstr ""
6126
6127#: builtin/clone.c:133 builtin/fetch.c:137 builtin/push.c:555
6128msgid "use IPv4 addresses only"
6129msgstr ""
6130
6131#: builtin/clone.c:135 builtin/fetch.c:139 builtin/push.c:557
6132msgid "use IPv6 addresses only"
6133msgstr ""
6134
6135#: builtin/clone.c:272
6136msgid ""
6137"No directory name could be guessed.\n"
6138"Please specify a directory on the command line"
6139msgstr ""
6140
6141#: builtin/clone.c:325
6142#, c-format
6143msgid "info: Could not add alternate for '%s': %s\n"
6144msgstr ""
6145
6146#: builtin/clone.c:397
6147#, c-format
6148msgid "failed to open '%s'"
6149msgstr ""
6150
6151#: builtin/clone.c:405
6152#, c-format
6153msgid "%s exists and is not a directory"
6154msgstr ""
6155
6156#: builtin/clone.c:419
6157#, c-format
6158msgid "failed to stat %s\n"
6159msgstr ""
6160
6161#: builtin/clone.c:441
6162#, c-format
6163msgid "failed to create link '%s'"
6164msgstr ""
6165
6166#: builtin/clone.c:445
6167#, c-format
6168msgid "failed to copy file to '%s'"
6169msgstr ""
6170
6171#: builtin/clone.c:470
6172#, c-format
6173msgid "done.\n"
6174msgstr ""
6175
6176#: builtin/clone.c:482
6177msgid ""
6178"Clone succeeded, but checkout failed.\n"
6179"You can inspect what was checked out with 'git status'\n"
6180"and retry the checkout with 'git checkout -f HEAD'\n"
6181msgstr ""
6182
6183#: builtin/clone.c:559
6184#, c-format
6185msgid "Could not find remote branch %s to clone."
6186msgstr ""
6187
6188#: builtin/clone.c:654
6189msgid "remote did not send all necessary objects"
6190msgstr ""
6191
6192#: builtin/clone.c:670
6193#, c-format
6194msgid "unable to update %s"
6195msgstr ""
6196
6197#: builtin/clone.c:719
6198msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6199msgstr ""
6200
6201#: builtin/clone.c:750
6202msgid "unable to checkout working tree"
6203msgstr ""
6204
6205#: builtin/clone.c:792
6206msgid "unable to write parameters to config file"
6207msgstr ""
6208
6209#: builtin/clone.c:855
6210msgid "cannot repack to clean up"
6211msgstr ""
6212
6213#: builtin/clone.c:857
6214msgid "cannot unlink temporary alternates file"
6215msgstr ""
6216
6217#: builtin/clone.c:890 builtin/receive-pack.c:1945
6218msgid "Too many arguments."
6219msgstr ""
6220
6221#: builtin/clone.c:894
6222msgid "You must specify a repository to clone."
6223msgstr ""
6224
6225#: builtin/clone.c:907
6226#, c-format
6227msgid "--bare and --origin %s options are incompatible."
6228msgstr ""
6229
6230#: builtin/clone.c:910
6231msgid "--bare and --separate-git-dir are incompatible."
6232msgstr ""
6233
6234#: builtin/clone.c:923
6235#, c-format
6236msgid "repository '%s' does not exist"
6237msgstr ""
6238
6239#: builtin/clone.c:929 builtin/fetch.c:1337
6240#, c-format
6241msgid "depth %s is not a positive number"
6242msgstr ""
6243
6244#: builtin/clone.c:939
6245#, c-format
6246msgid "destination path '%s' already exists and is not an empty directory."
6247msgstr ""
6248
6249#: builtin/clone.c:949
6250#, c-format
6251msgid "working tree '%s' already exists."
6252msgstr ""
6253
6254#: builtin/clone.c:964 builtin/clone.c:975 builtin/difftool.c:260
6255#: builtin/worktree.c:222 builtin/worktree.c:252
6256#, c-format
6257msgid "could not create leading directories of '%s'"
6258msgstr ""
6259
6260#: builtin/clone.c:967
6261#, c-format
6262msgid "could not create work tree dir '%s'"
6263msgstr ""
6264
6265#: builtin/clone.c:979
6266#, c-format
6267msgid "Cloning into bare repository '%s'...\n"
6268msgstr ""
6269
6270#: builtin/clone.c:981
6271#, c-format
6272msgid "Cloning into '%s'...\n"
6273msgstr ""
6274
6275#: builtin/clone.c:1005
6276msgid ""
6277"clone --recursive is not compatible with both --reference and --reference-if-"
6278"able"
6279msgstr ""
6280
6281#: builtin/clone.c:1067
6282msgid "--depth is ignored in local clones; use file:// instead."
6283msgstr ""
6284
6285#: builtin/clone.c:1069
6286msgid "--shallow-since is ignored in local clones; use file:// instead."
6287msgstr ""
6288
6289#: builtin/clone.c:1071
6290msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6291msgstr ""
6292
6293#: builtin/clone.c:1074
6294msgid "source repository is shallow, ignoring --local"
6295msgstr ""
6296
6297#: builtin/clone.c:1079
6298msgid "--local is ignored"
6299msgstr ""
6300
6301#: builtin/clone.c:1083
6302#, c-format
6303msgid "Don't know how to clone %s"
6304msgstr ""
6305
6306#: builtin/clone.c:1138 builtin/clone.c:1146
6307#, c-format
6308msgid "Remote branch %s not found in upstream %s"
6309msgstr ""
6310
6311#: builtin/clone.c:1149
6312msgid "You appear to have cloned an empty repository."
6313msgstr ""
6314
6315#: builtin/column.c:10
6316msgid "git column [<options>]"
6317msgstr ""
6318
6319#: builtin/column.c:27
6320msgid "lookup config vars"
6321msgstr ""
6322
6323#: builtin/column.c:28 builtin/column.c:29
6324msgid "layout to use"
6325msgstr ""
6326
6327#: builtin/column.c:30
6328msgid "Maximum width"
6329msgstr ""
6330
6331#: builtin/column.c:31
6332msgid "Padding space on left border"
6333msgstr ""
6334
6335#: builtin/column.c:32
6336msgid "Padding space on right border"
6337msgstr ""
6338
6339#: builtin/column.c:33
6340msgid "Padding space between columns"
6341msgstr ""
6342
6343#: builtin/column.c:52
6344msgid "--command must be the first argument"
6345msgstr ""
6346
6347#: builtin/commit.c:39
6348msgid "git commit [<options>] [--] <pathspec>..."
6349msgstr ""
6350
6351#: builtin/commit.c:44
6352msgid "git status [<options>] [--] <pathspec>..."
6353msgstr ""
6354
6355#: builtin/commit.c:49
6356msgid ""
6357"Your name and email address were configured automatically based\n"
6358"on your username and hostname. Please check that they are accurate.\n"
6359"You can suppress this message by setting them explicitly. Run the\n"
6360"following command and follow the instructions in your editor to edit\n"
6361"your configuration file:\n"
6362"\n"
6363"    git config --global --edit\n"
6364"\n"
6365"After doing this, you may fix the identity used for this commit with:\n"
6366"\n"
6367"    git commit --amend --reset-author\n"
6368msgstr ""
6369
6370#: builtin/commit.c:62
6371msgid ""
6372"Your name and email address were configured automatically based\n"
6373"on your username and hostname. Please check that they are accurate.\n"
6374"You can suppress this message by setting them explicitly:\n"
6375"\n"
6376"    git config --global user.name \"Your Name\"\n"
6377"    git config --global user.email you@example.com\n"
6378"\n"
6379"After doing this, you may fix the identity used for this commit with:\n"
6380"\n"
6381"    git commit --amend --reset-author\n"
6382msgstr ""
6383
6384#: builtin/commit.c:74
6385msgid ""
6386"You asked to amend the most recent commit, but doing so would make\n"
6387"it empty. You can repeat your command with --allow-empty, or you can\n"
6388"remove the commit entirely with \"git reset HEAD^\".\n"
6389msgstr ""
6390
6391#: builtin/commit.c:79
6392msgid ""
6393"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6394"If you wish to commit it anyway, use:\n"
6395"\n"
6396"    git commit --allow-empty\n"
6397"\n"
6398msgstr ""
6399
6400#: builtin/commit.c:86
6401msgid "Otherwise, please use 'git reset'\n"
6402msgstr ""
6403
6404#: builtin/commit.c:89
6405msgid ""
6406"If you wish to skip this commit, use:\n"
6407"\n"
6408"    git reset\n"
6409"\n"
6410"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6411"the remaining commits.\n"
6412msgstr ""
6413
6414#: builtin/commit.c:319
6415msgid "failed to unpack HEAD tree object"
6416msgstr ""
6417
6418#: builtin/commit.c:360
6419msgid "unable to create temporary index"
6420msgstr ""
6421
6422#: builtin/commit.c:366
6423msgid "interactive add failed"
6424msgstr ""
6425
6426#: builtin/commit.c:379
6427msgid "unable to update temporary index"
6428msgstr ""
6429
6430#: builtin/commit.c:381
6431msgid "Failed to update main cache tree"
6432msgstr ""
6433
6434#: builtin/commit.c:405 builtin/commit.c:428 builtin/commit.c:477
6435msgid "unable to write new_index file"
6436msgstr ""
6437
6438#: builtin/commit.c:459
6439msgid "cannot do a partial commit during a merge."
6440msgstr ""
6441
6442#: builtin/commit.c:461
6443msgid "cannot do a partial commit during a cherry-pick."
6444msgstr ""
6445
6446#: builtin/commit.c:470
6447msgid "cannot read the index"
6448msgstr ""
6449
6450#: builtin/commit.c:489
6451msgid "unable to write temporary index file"
6452msgstr ""
6453
6454#: builtin/commit.c:583
6455#, c-format
6456msgid "commit '%s' lacks author header"
6457msgstr ""
6458
6459#: builtin/commit.c:585
6460#, c-format
6461msgid "commit '%s' has malformed author line"
6462msgstr ""
6463
6464#: builtin/commit.c:604
6465msgid "malformed --author parameter"
6466msgstr ""
6467
6468#: builtin/commit.c:656
6469msgid ""
6470"unable to select a comment character that is not used\n"
6471"in the current commit message"
6472msgstr ""
6473
6474#: builtin/commit.c:693 builtin/commit.c:726 builtin/commit.c:1093
6475#, c-format
6476msgid "could not lookup commit %s"
6477msgstr ""
6478
6479#: builtin/commit.c:705 builtin/shortlog.c:295
6480#, c-format
6481msgid "(reading log message from standard input)\n"
6482msgstr ""
6483
6484#: builtin/commit.c:707
6485msgid "could not read log from standard input"
6486msgstr ""
6487
6488#: builtin/commit.c:711
6489#, c-format
6490msgid "could not read log file '%s'"
6491msgstr ""
6492
6493#: builtin/commit.c:738 builtin/commit.c:746
6494msgid "could not read SQUASH_MSG"
6495msgstr ""
6496
6497#: builtin/commit.c:743
6498msgid "could not read MERGE_MSG"
6499msgstr ""
6500
6501#: builtin/commit.c:797
6502msgid "could not write commit template"
6503msgstr ""
6504
6505#: builtin/commit.c:815
6506#, c-format
6507msgid ""
6508"\n"
6509"It looks like you may be committing a merge.\n"
6510"If this is not correct, please remove the file\n"
6511"\t%s\n"
6512"and try again.\n"
6513msgstr ""
6514
6515#: builtin/commit.c:820
6516#, c-format
6517msgid ""
6518"\n"
6519"It looks like you may be committing a cherry-pick.\n"
6520"If this is not correct, please remove the file\n"
6521"\t%s\n"
6522"and try again.\n"
6523msgstr ""
6524
6525#: builtin/commit.c:833
6526#, c-format
6527msgid ""
6528"Please enter the commit message for your changes. Lines starting\n"
6529"with '%c' will be ignored, and an empty message aborts the commit.\n"
6530msgstr ""
6531
6532#: builtin/commit.c:840
6533#, c-format
6534msgid ""
6535"Please enter the commit message for your changes. Lines starting\n"
6536"with '%c' will be kept; you may remove them yourself if you want to.\n"
6537"An empty message aborts the commit.\n"
6538msgstr ""
6539
6540#: builtin/commit.c:857
6541#, c-format
6542msgid "%sAuthor:    %.*s <%.*s>"
6543msgstr ""
6544
6545#: builtin/commit.c:865
6546#, c-format
6547msgid "%sDate:      %s"
6548msgstr ""
6549
6550#: builtin/commit.c:872
6551#, c-format
6552msgid "%sCommitter: %.*s <%.*s>"
6553msgstr ""
6554
6555#: builtin/commit.c:889
6556msgid "Cannot read index"
6557msgstr ""
6558
6559#: builtin/commit.c:951
6560msgid "Error building trees"
6561msgstr ""
6562
6563#: builtin/commit.c:965 builtin/tag.c:274
6564#, c-format
6565msgid "Please supply the message using either -m or -F option.\n"
6566msgstr ""
6567
6568#: builtin/commit.c:1068
6569#, c-format
6570msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6571msgstr ""
6572
6573#: builtin/commit.c:1083 builtin/commit.c:1328
6574#, c-format
6575msgid "Invalid untracked files mode '%s'"
6576msgstr ""
6577
6578#: builtin/commit.c:1121
6579msgid "--long and -z are incompatible"
6580msgstr ""
6581
6582#: builtin/commit.c:1151
6583msgid "Using both --reset-author and --author does not make sense"
6584msgstr ""
6585
6586#: builtin/commit.c:1160
6587msgid "You have nothing to amend."
6588msgstr ""
6589
6590#: builtin/commit.c:1163
6591msgid "You are in the middle of a merge -- cannot amend."
6592msgstr ""
6593
6594#: builtin/commit.c:1165
6595msgid "You are in the middle of a cherry-pick -- cannot amend."
6596msgstr ""
6597
6598#: builtin/commit.c:1168
6599msgid "Options --squash and --fixup cannot be used together"
6600msgstr ""
6601
6602#: builtin/commit.c:1178
6603msgid "Only one of -c/-C/-F/--fixup can be used."
6604msgstr ""
6605
6606#: builtin/commit.c:1180
6607msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6608msgstr ""
6609
6610#: builtin/commit.c:1188
6611msgid "--reset-author can be used only with -C, -c or --amend."
6612msgstr ""
6613
6614#: builtin/commit.c:1205
6615msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6616msgstr ""
6617
6618#: builtin/commit.c:1207
6619msgid "No paths with --include/--only does not make sense."
6620msgstr ""
6621
6622#: builtin/commit.c:1219 builtin/tag.c:552
6623#, c-format
6624msgid "Invalid cleanup mode %s"
6625msgstr ""
6626
6627#: builtin/commit.c:1224
6628msgid "Paths with -a does not make sense."
6629msgstr ""
6630
6631#: builtin/commit.c:1342 builtin/commit.c:1617
6632msgid "show status concisely"
6633msgstr ""
6634
6635#: builtin/commit.c:1344 builtin/commit.c:1619
6636msgid "show branch information"
6637msgstr ""
6638
6639#: builtin/commit.c:1346
6640msgid "show stash information"
6641msgstr ""
6642
6643#: builtin/commit.c:1348
6644msgid "version"
6645msgstr ""
6646
6647#: builtin/commit.c:1348 builtin/commit.c:1621 builtin/push.c:530
6648#: builtin/worktree.c:449
6649msgid "machine-readable output"
6650msgstr ""
6651
6652#: builtin/commit.c:1351 builtin/commit.c:1623
6653msgid "show status in long format (default)"
6654msgstr ""
6655
6656#: builtin/commit.c:1354 builtin/commit.c:1626
6657msgid "terminate entries with NUL"
6658msgstr ""
6659
6660#: builtin/commit.c:1356 builtin/commit.c:1629 builtin/fast-export.c:983
6661#: builtin/fast-export.c:986 builtin/tag.c:412
6662msgid "mode"
6663msgstr ""
6664
6665#: builtin/commit.c:1357 builtin/commit.c:1629
6666msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6667msgstr ""
6668
6669#: builtin/commit.c:1360
6670msgid "show ignored files"
6671msgstr ""
6672
6673#: builtin/commit.c:1361 parse-options.h:155
6674msgid "when"
6675msgstr ""
6676
6677#: builtin/commit.c:1362
6678msgid ""
6679"ignore changes to submodules, optional when: all, dirty, untracked. "
6680"(Default: all)"
6681msgstr ""
6682
6683#: builtin/commit.c:1364
6684msgid "list untracked files in columns"
6685msgstr ""
6686
6687#: builtin/commit.c:1440
6688msgid "couldn't look up newly created commit"
6689msgstr ""
6690
6691#: builtin/commit.c:1442
6692msgid "could not parse newly created commit"
6693msgstr ""
6694
6695#: builtin/commit.c:1487
6696msgid "detached HEAD"
6697msgstr ""
6698
6699#: builtin/commit.c:1490
6700msgid " (root-commit)"
6701msgstr ""
6702
6703#: builtin/commit.c:1587
6704msgid "suppress summary after successful commit"
6705msgstr ""
6706
6707#: builtin/commit.c:1588
6708msgid "show diff in commit message template"
6709msgstr ""
6710
6711#: builtin/commit.c:1590
6712msgid "Commit message options"
6713msgstr ""
6714
6715#: builtin/commit.c:1591 builtin/tag.c:410
6716msgid "read message from file"
6717msgstr ""
6718
6719#: builtin/commit.c:1592
6720msgid "author"
6721msgstr ""
6722
6723#: builtin/commit.c:1592
6724msgid "override author for commit"
6725msgstr ""
6726
6727#: builtin/commit.c:1593 builtin/gc.c:358
6728msgid "date"
6729msgstr ""
6730
6731#: builtin/commit.c:1593
6732msgid "override date for commit"
6733msgstr ""
6734
6735#: builtin/commit.c:1594 builtin/merge.c:222 builtin/notes.c:401
6736#: builtin/notes.c:564 builtin/tag.c:408
6737msgid "message"
6738msgstr ""
6739
6740#: builtin/commit.c:1594
6741msgid "commit message"
6742msgstr ""
6743
6744#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6745#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:77
6746msgid "commit"
6747msgstr ""
6748
6749#: builtin/commit.c:1595
6750msgid "reuse and edit message from specified commit"
6751msgstr ""
6752
6753#: builtin/commit.c:1596
6754msgid "reuse message from specified commit"
6755msgstr ""
6756
6757#: builtin/commit.c:1597
6758msgid "use autosquash formatted message to fixup specified commit"
6759msgstr ""
6760
6761#: builtin/commit.c:1598
6762msgid "use autosquash formatted message to squash specified commit"
6763msgstr ""
6764
6765#: builtin/commit.c:1599
6766msgid "the commit is authored by me now (used with -C/-c/--amend)"
6767msgstr ""
6768
6769#: builtin/commit.c:1600 builtin/log.c:1430 builtin/revert.c:105
6770msgid "add Signed-off-by:"
6771msgstr ""
6772
6773#: builtin/commit.c:1601
6774msgid "use specified template file"
6775msgstr ""
6776
6777#: builtin/commit.c:1602
6778msgid "force edit of commit"
6779msgstr ""
6780
6781#: builtin/commit.c:1603
6782msgid "default"
6783msgstr ""
6784
6785#: builtin/commit.c:1603 builtin/tag.c:413
6786msgid "how to strip spaces and #comments from message"
6787msgstr ""
6788
6789#: builtin/commit.c:1604
6790msgid "include status in commit message template"
6791msgstr ""
6792
6793#: builtin/commit.c:1606 builtin/merge.c:234 builtin/pull.c:173
6794#: builtin/revert.c:113
6795msgid "GPG sign commit"
6796msgstr ""
6797
6798#: builtin/commit.c:1609
6799msgid "Commit contents options"
6800msgstr ""
6801
6802#: builtin/commit.c:1610
6803msgid "commit all changed files"
6804msgstr ""
6805
6806#: builtin/commit.c:1611
6807msgid "add specified files to index for commit"
6808msgstr ""
6809
6810#: builtin/commit.c:1612
6811msgid "interactively add files"
6812msgstr ""
6813
6814#: builtin/commit.c:1613
6815msgid "interactively add changes"
6816msgstr ""
6817
6818#: builtin/commit.c:1614
6819msgid "commit only specified files"
6820msgstr ""
6821
6822#: builtin/commit.c:1615
6823msgid "bypass pre-commit and commit-msg hooks"
6824msgstr ""
6825
6826#: builtin/commit.c:1616
6827msgid "show what would be committed"
6828msgstr ""
6829
6830#: builtin/commit.c:1627
6831msgid "amend previous commit"
6832msgstr ""
6833
6834#: builtin/commit.c:1628
6835msgid "bypass post-rewrite hook"
6836msgstr ""
6837
6838#: builtin/commit.c:1633
6839msgid "ok to record an empty change"
6840msgstr ""
6841
6842#: builtin/commit.c:1635
6843msgid "ok to record a change with an empty message"
6844msgstr ""
6845
6846#: builtin/commit.c:1665
6847msgid "could not parse HEAD commit"
6848msgstr ""
6849
6850#: builtin/commit.c:1710
6851#, c-format
6852msgid "Corrupt MERGE_HEAD file (%s)"
6853msgstr ""
6854
6855#: builtin/commit.c:1717
6856msgid "could not read MERGE_MODE"
6857msgstr ""
6858
6859#: builtin/commit.c:1736
6860#, c-format
6861msgid "could not read commit message: %s"
6862msgstr ""
6863
6864#: builtin/commit.c:1747
6865#, c-format
6866msgid "Aborting commit; you did not edit the message.\n"
6867msgstr ""
6868
6869#: builtin/commit.c:1752
6870#, c-format
6871msgid "Aborting commit due to empty commit message.\n"
6872msgstr ""
6873
6874#: builtin/commit.c:1800
6875msgid ""
6876"Repository has been updated, but unable to write\n"
6877"new_index file. Check that disk is not full and quota is\n"
6878"not exceeded, and then \"git reset HEAD\" to recover."
6879msgstr ""
6880
6881#: builtin/config.c:10
6882msgid "git config [<options>]"
6883msgstr ""
6884
6885#: builtin/config.c:57
6886msgid "Config file location"
6887msgstr ""
6888
6889#: builtin/config.c:58
6890msgid "use global config file"
6891msgstr ""
6892
6893#: builtin/config.c:59
6894msgid "use system config file"
6895msgstr ""
6896
6897#: builtin/config.c:60
6898msgid "use repository config file"
6899msgstr ""
6900
6901#: builtin/config.c:61
6902msgid "use given config file"
6903msgstr ""
6904
6905#: builtin/config.c:62
6906msgid "blob-id"
6907msgstr ""
6908
6909#: builtin/config.c:62
6910msgid "read config from given blob object"
6911msgstr ""
6912
6913#: builtin/config.c:63
6914msgid "Action"
6915msgstr ""
6916
6917#: builtin/config.c:64
6918msgid "get value: name [value-regex]"
6919msgstr ""
6920
6921#: builtin/config.c:65
6922msgid "get all values: key [value-regex]"
6923msgstr ""
6924
6925#: builtin/config.c:66
6926msgid "get values for regexp: name-regex [value-regex]"
6927msgstr ""
6928
6929#: builtin/config.c:67
6930msgid "get value specific for the URL: section[.var] URL"
6931msgstr ""
6932
6933#: builtin/config.c:68
6934msgid "replace all matching variables: name value [value_regex]"
6935msgstr ""
6936
6937#: builtin/config.c:69
6938msgid "add a new variable: name value"
6939msgstr ""
6940
6941#: builtin/config.c:70
6942msgid "remove a variable: name [value-regex]"
6943msgstr ""
6944
6945#: builtin/config.c:71
6946msgid "remove all matches: name [value-regex]"
6947msgstr ""
6948
6949#: builtin/config.c:72
6950msgid "rename section: old-name new-name"
6951msgstr ""
6952
6953#: builtin/config.c:73
6954msgid "remove a section: name"
6955msgstr ""
6956
6957#: builtin/config.c:74
6958msgid "list all"
6959msgstr ""
6960
6961#: builtin/config.c:75
6962msgid "open an editor"
6963msgstr ""
6964
6965#: builtin/config.c:76
6966msgid "find the color configured: slot [default]"
6967msgstr ""
6968
6969#: builtin/config.c:77
6970msgid "find the color setting: slot [stdout-is-tty]"
6971msgstr ""
6972
6973#: builtin/config.c:78
6974msgid "Type"
6975msgstr ""
6976
6977#: builtin/config.c:79
6978msgid "value is \"true\" or \"false\""
6979msgstr ""
6980
6981#: builtin/config.c:80
6982msgid "value is decimal number"
6983msgstr ""
6984
6985#: builtin/config.c:81
6986msgid "value is --bool or --int"
6987msgstr ""
6988
6989#: builtin/config.c:82
6990msgid "value is a path (file or directory name)"
6991msgstr ""
6992
6993#: builtin/config.c:83
6994msgid "Other"
6995msgstr ""
6996
6997#: builtin/config.c:84
6998msgid "terminate values with NUL byte"
6999msgstr ""
7000
7001#: builtin/config.c:85
7002msgid "show variable names only"
7003msgstr ""
7004
7005#: builtin/config.c:86
7006msgid "respect include directives on lookup"
7007msgstr ""
7008
7009#: builtin/config.c:87
7010msgid "show origin of config (file, standard input, blob, command line)"
7011msgstr ""
7012
7013#: builtin/config.c:327
7014msgid "unable to parse default color value"
7015msgstr ""
7016
7017#: builtin/config.c:471
7018#, c-format
7019msgid ""
7020"# This is Git's per-user configuration file.\n"
7021"[user]\n"
7022"# Please adapt and uncomment the following lines:\n"
7023"#\tname = %s\n"
7024"#\temail = %s\n"
7025msgstr ""
7026
7027#: builtin/config.c:499
7028msgid "--local can only be used inside a git repository"
7029msgstr ""
7030
7031#: builtin/config.c:621
7032#, c-format
7033msgid "cannot create configuration file %s"
7034msgstr ""
7035
7036#: builtin/config.c:633
7037#, c-format
7038msgid ""
7039"cannot overwrite multiple values with a single value\n"
7040"       Use a regexp, --add or --replace-all to change %s."
7041msgstr ""
7042
7043#: builtin/count-objects.c:87
7044msgid "git count-objects [-v] [-H | --human-readable]"
7045msgstr ""
7046
7047#: builtin/count-objects.c:97
7048msgid "print sizes in human readable format"
7049msgstr ""
7050
7051#: builtin/describe.c:19
7052msgid "git describe [<options>] [<commit-ish>...]"
7053msgstr ""
7054
7055#: builtin/describe.c:20
7056msgid "git describe [<options>] --dirty"
7057msgstr ""
7058
7059#: builtin/describe.c:54
7060msgid "head"
7061msgstr ""
7062
7063#: builtin/describe.c:54
7064msgid "lightweight"
7065msgstr ""
7066
7067#: builtin/describe.c:54
7068msgid "annotated"
7069msgstr ""
7070
7071#: builtin/describe.c:253
7072#, c-format
7073msgid "annotated tag %s not available"
7074msgstr ""
7075
7076#: builtin/describe.c:257
7077#, c-format
7078msgid "annotated tag %s has no embedded name"
7079msgstr ""
7080
7081#: builtin/describe.c:259
7082#, c-format
7083msgid "tag '%s' is really '%s' here"
7084msgstr ""
7085
7086#: builtin/describe.c:286 builtin/log.c:489
7087#, c-format
7088msgid "Not a valid object name %s"
7089msgstr ""
7090
7091#: builtin/describe.c:289
7092#, c-format
7093msgid "%s is not a valid '%s' object"
7094msgstr ""
7095
7096#: builtin/describe.c:306
7097#, c-format
7098msgid "no tag exactly matches '%s'"
7099msgstr ""
7100
7101#: builtin/describe.c:308
7102#, c-format
7103msgid "searching to describe %s\n"
7104msgstr ""
7105
7106#: builtin/describe.c:355
7107#, c-format
7108msgid "finished search at %s\n"
7109msgstr ""
7110
7111#: builtin/describe.c:382
7112#, c-format
7113msgid ""
7114"No annotated tags can describe '%s'.\n"
7115"However, there were unannotated tags: try --tags."
7116msgstr ""
7117
7118#: builtin/describe.c:386
7119#, c-format
7120msgid ""
7121"No tags can describe '%s'.\n"
7122"Try --always, or create some tags."
7123msgstr ""
7124
7125#: builtin/describe.c:416
7126#, c-format
7127msgid "traversed %lu commits\n"
7128msgstr ""
7129
7130#: builtin/describe.c:419
7131#, c-format
7132msgid ""
7133"more than %i tags found; listed %i most recent\n"
7134"gave up search at %s\n"
7135msgstr ""
7136
7137#: builtin/describe.c:441
7138msgid "find the tag that comes after the commit"
7139msgstr ""
7140
7141#: builtin/describe.c:442
7142msgid "debug search strategy on stderr"
7143msgstr ""
7144
7145#: builtin/describe.c:443
7146msgid "use any ref"
7147msgstr ""
7148
7149#: builtin/describe.c:444
7150msgid "use any tag, even unannotated"
7151msgstr ""
7152
7153#: builtin/describe.c:445
7154msgid "always use long format"
7155msgstr ""
7156
7157#: builtin/describe.c:446
7158msgid "only follow first parent"
7159msgstr ""
7160
7161#: builtin/describe.c:449
7162msgid "only output exact matches"
7163msgstr ""
7164
7165#: builtin/describe.c:451
7166msgid "consider <n> most recent tags (default: 10)"
7167msgstr ""
7168
7169#: builtin/describe.c:453
7170msgid "only consider tags matching <pattern>"
7171msgstr ""
7172
7173#: builtin/describe.c:455
7174msgid "do not consider tags matching <pattern>"
7175msgstr ""
7176
7177#: builtin/describe.c:457 builtin/name-rev.c:406
7178msgid "show abbreviated commit object as fallback"
7179msgstr ""
7180
7181#: builtin/describe.c:458 builtin/describe.c:461
7182msgid "mark"
7183msgstr ""
7184
7185#: builtin/describe.c:459
7186msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7187msgstr ""
7188
7189#: builtin/describe.c:462
7190msgid "append <mark> on broken working tree (default: \"-broken\")"
7191msgstr ""
7192
7193#: builtin/describe.c:480
7194msgid "--long is incompatible with --abbrev=0"
7195msgstr ""
7196
7197#: builtin/describe.c:509
7198msgid "No names found, cannot describe anything."
7199msgstr ""
7200
7201#: builtin/describe.c:552
7202msgid "--dirty is incompatible with commit-ishes"
7203msgstr ""
7204
7205#: builtin/describe.c:554
7206msgid "--broken is incompatible with commit-ishes"
7207msgstr ""
7208
7209#: builtin/diff.c:83
7210#, c-format
7211msgid "'%s': not a regular file or symlink"
7212msgstr ""
7213
7214#: builtin/diff.c:235
7215#, c-format
7216msgid "invalid option: %s"
7217msgstr ""
7218
7219#: builtin/diff.c:359
7220msgid "Not a git repository"
7221msgstr ""
7222
7223#: builtin/diff.c:402
7224#, c-format
7225msgid "invalid object '%s' given."
7226msgstr ""
7227
7228#: builtin/diff.c:411
7229#, c-format
7230msgid "more than two blobs given: '%s'"
7231msgstr ""
7232
7233#: builtin/diff.c:416
7234#, c-format
7235msgid "unhandled object '%s' given."
7236msgstr ""
7237
7238#: builtin/difftool.c:29
7239msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7240msgstr ""
7241
7242#: builtin/difftool.c:249
7243#, c-format
7244msgid "failed: %d"
7245msgstr ""
7246
7247#: builtin/difftool.c:291
7248#, c-format
7249msgid "could not read symlink %s"
7250msgstr ""
7251
7252#: builtin/difftool.c:293
7253#, c-format
7254msgid "could not read symlink file %s"
7255msgstr ""
7256
7257#: builtin/difftool.c:301
7258#, c-format
7259msgid "could not read object %s for symlink %s"
7260msgstr ""
7261
7262#: builtin/difftool.c:403
7263msgid ""
7264"combined diff formats('-c' and '--cc') are not supported in\n"
7265"directory diff mode('-d' and '--dir-diff')."
7266msgstr ""
7267
7268#: builtin/difftool.c:626
7269#, c-format
7270msgid "both files modified: '%s' and '%s'."
7271msgstr ""
7272
7273#: builtin/difftool.c:628
7274msgid "working tree file has been left."
7275msgstr ""
7276
7277#: builtin/difftool.c:639
7278#, c-format
7279msgid "temporary files exist in '%s'."
7280msgstr ""
7281
7282#: builtin/difftool.c:640
7283msgid "you may want to cleanup or recover these."
7284msgstr ""
7285
7286#: builtin/difftool.c:689
7287msgid "use `diff.guitool` instead of `diff.tool`"
7288msgstr ""
7289
7290#: builtin/difftool.c:691
7291msgid "perform a full-directory diff"
7292msgstr ""
7293
7294#: builtin/difftool.c:693
7295msgid "do not prompt before launching a diff tool"
7296msgstr ""
7297
7298#: builtin/difftool.c:699
7299msgid "use symlinks in dir-diff mode"
7300msgstr ""
7301
7302#: builtin/difftool.c:700
7303msgid "<tool>"
7304msgstr ""
7305
7306#: builtin/difftool.c:701
7307msgid "use the specified diff tool"
7308msgstr ""
7309
7310#: builtin/difftool.c:703
7311msgid "print a list of diff tools that may be used with `--tool`"
7312msgstr ""
7313
7314#: builtin/difftool.c:706
7315msgid ""
7316"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7317"code"
7318msgstr ""
7319
7320#: builtin/difftool.c:708
7321msgid "<command>"
7322msgstr ""
7323
7324#: builtin/difftool.c:709
7325msgid "specify a custom command for viewing diffs"
7326msgstr ""
7327
7328#: builtin/difftool.c:733
7329msgid "no <tool> given for --tool=<tool>"
7330msgstr ""
7331
7332#: builtin/difftool.c:740
7333msgid "no <cmd> given for --extcmd=<cmd>"
7334msgstr ""
7335
7336#: builtin/fast-export.c:26
7337msgid "git fast-export [rev-list-opts]"
7338msgstr ""
7339
7340#: builtin/fast-export.c:982
7341msgid "show progress after <n> objects"
7342msgstr ""
7343
7344#: builtin/fast-export.c:984
7345msgid "select handling of signed tags"
7346msgstr ""
7347
7348#: builtin/fast-export.c:987
7349msgid "select handling of tags that tag filtered objects"
7350msgstr ""
7351
7352#: builtin/fast-export.c:990
7353msgid "Dump marks to this file"
7354msgstr ""
7355
7356#: builtin/fast-export.c:992
7357msgid "Import marks from this file"
7358msgstr ""
7359
7360#: builtin/fast-export.c:994
7361msgid "Fake a tagger when tags lack one"
7362msgstr ""
7363
7364#: builtin/fast-export.c:996
7365msgid "Output full tree for each commit"
7366msgstr ""
7367
7368#: builtin/fast-export.c:998
7369msgid "Use the done feature to terminate the stream"
7370msgstr ""
7371
7372#: builtin/fast-export.c:999
7373msgid "Skip output of blob data"
7374msgstr ""
7375
7376#: builtin/fast-export.c:1000
7377msgid "refspec"
7378msgstr ""
7379
7380#: builtin/fast-export.c:1001
7381msgid "Apply refspec to exported refs"
7382msgstr ""
7383
7384#: builtin/fast-export.c:1002
7385msgid "anonymize output"
7386msgstr ""
7387
7388#: builtin/fetch.c:22
7389msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7390msgstr ""
7391
7392#: builtin/fetch.c:23
7393msgid "git fetch [<options>] <group>"
7394msgstr ""
7395
7396#: builtin/fetch.c:24
7397msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7398msgstr ""
7399
7400#: builtin/fetch.c:25
7401msgid "git fetch --all [<options>]"
7402msgstr ""
7403
7404#: builtin/fetch.c:90 builtin/pull.c:182
7405msgid "fetch from all remotes"
7406msgstr ""
7407
7408#: builtin/fetch.c:92 builtin/pull.c:185
7409msgid "append to .git/FETCH_HEAD instead of overwriting"
7410msgstr ""
7411
7412#: builtin/fetch.c:94 builtin/pull.c:188
7413msgid "path to upload pack on remote end"
7414msgstr ""
7415
7416#: builtin/fetch.c:95 builtin/pull.c:190
7417msgid "force overwrite of local branch"
7418msgstr ""
7419
7420#: builtin/fetch.c:97
7421msgid "fetch from multiple remotes"
7422msgstr ""
7423
7424#: builtin/fetch.c:99 builtin/pull.c:192
7425msgid "fetch all tags and associated objects"
7426msgstr ""
7427
7428#: builtin/fetch.c:101
7429msgid "do not fetch all tags (--no-tags)"
7430msgstr ""
7431
7432#: builtin/fetch.c:103
7433msgid "number of submodules fetched in parallel"
7434msgstr ""
7435
7436#: builtin/fetch.c:105 builtin/pull.c:195
7437msgid "prune remote-tracking branches no longer on remote"
7438msgstr ""
7439
7440#: builtin/fetch.c:106 builtin/fetch.c:129 builtin/pull.c:123
7441msgid "on-demand"
7442msgstr ""
7443
7444#: builtin/fetch.c:107
7445msgid "control recursive fetching of submodules"
7446msgstr ""
7447
7448#: builtin/fetch.c:111 builtin/pull.c:203
7449msgid "keep downloaded pack"
7450msgstr ""
7451
7452#: builtin/fetch.c:113
7453msgid "allow updating of HEAD ref"
7454msgstr ""
7455
7456#: builtin/fetch.c:116 builtin/fetch.c:122 builtin/pull.c:206
7457msgid "deepen history of shallow clone"
7458msgstr ""
7459
7460#: builtin/fetch.c:118
7461msgid "deepen history of shallow repository based on time"
7462msgstr ""
7463
7464#: builtin/fetch.c:124 builtin/pull.c:209
7465msgid "convert to a complete repository"
7466msgstr ""
7467
7468#: builtin/fetch.c:126 builtin/log.c:1450
7469msgid "dir"
7470msgstr ""
7471
7472#: builtin/fetch.c:127
7473msgid "prepend this to submodule path output"
7474msgstr ""
7475
7476#: builtin/fetch.c:130
7477msgid ""
7478"default for recursive fetching of submodules (lower priority than config "
7479"files)"
7480msgstr ""
7481
7482#: builtin/fetch.c:134 builtin/pull.c:212
7483msgid "accept refs that update .git/shallow"
7484msgstr ""
7485
7486#: builtin/fetch.c:135 builtin/pull.c:214
7487msgid "refmap"
7488msgstr ""
7489
7490#: builtin/fetch.c:136 builtin/pull.c:215
7491msgid "specify fetch refmap"
7492msgstr ""
7493
7494#: builtin/fetch.c:394
7495msgid "Couldn't find remote ref HEAD"
7496msgstr ""
7497
7498#: builtin/fetch.c:512
7499#, c-format
7500msgid "configuration fetch.output contains invalid value %s"
7501msgstr ""
7502
7503#: builtin/fetch.c:605
7504#, c-format
7505msgid "object %s not found"
7506msgstr ""
7507
7508#: builtin/fetch.c:609
7509msgid "[up to date]"
7510msgstr ""
7511
7512#: builtin/fetch.c:622 builtin/fetch.c:702
7513msgid "[rejected]"
7514msgstr ""
7515
7516#: builtin/fetch.c:623
7517msgid "can't fetch in current branch"
7518msgstr ""
7519
7520#: builtin/fetch.c:632
7521msgid "[tag update]"
7522msgstr ""
7523
7524#: builtin/fetch.c:633 builtin/fetch.c:666 builtin/fetch.c:682
7525#: builtin/fetch.c:697
7526msgid "unable to update local ref"
7527msgstr ""
7528
7529#: builtin/fetch.c:652
7530msgid "[new tag]"
7531msgstr ""
7532
7533#: builtin/fetch.c:655
7534msgid "[new branch]"
7535msgstr ""
7536
7537#: builtin/fetch.c:658
7538msgid "[new ref]"
7539msgstr ""
7540
7541#: builtin/fetch.c:697
7542msgid "forced update"
7543msgstr ""
7544
7545#: builtin/fetch.c:702
7546msgid "non-fast-forward"
7547msgstr ""
7548
7549#: builtin/fetch.c:747
7550#, c-format
7551msgid "%s did not send all necessary objects\n"
7552msgstr ""
7553
7554#: builtin/fetch.c:767
7555#, c-format
7556msgid "reject %s because shallow roots are not allowed to be updated"
7557msgstr ""
7558
7559#: builtin/fetch.c:855 builtin/fetch.c:951
7560#, c-format
7561msgid "From %.*s\n"
7562msgstr ""
7563
7564#: builtin/fetch.c:866
7565#, c-format
7566msgid ""
7567"some local refs could not be updated; try running\n"
7568" 'git remote prune %s' to remove any old, conflicting branches"
7569msgstr ""
7570
7571#: builtin/fetch.c:921
7572#, c-format
7573msgid "   (%s will become dangling)"
7574msgstr ""
7575
7576#: builtin/fetch.c:922
7577#, c-format
7578msgid "   (%s has become dangling)"
7579msgstr ""
7580
7581#: builtin/fetch.c:954
7582msgid "[deleted]"
7583msgstr ""
7584
7585#: builtin/fetch.c:955 builtin/remote.c:1023
7586msgid "(none)"
7587msgstr ""
7588
7589#: builtin/fetch.c:978
7590#, c-format
7591msgid "Refusing to fetch into current branch %s of non-bare repository"
7592msgstr ""
7593
7594#: builtin/fetch.c:997
7595#, c-format
7596msgid "Option \"%s\" value \"%s\" is not valid for %s"
7597msgstr ""
7598
7599#: builtin/fetch.c:1000
7600#, c-format
7601msgid "Option \"%s\" is ignored for %s\n"
7602msgstr ""
7603
7604#: builtin/fetch.c:1076
7605#, c-format
7606msgid "Don't know how to fetch from %s"
7607msgstr ""
7608
7609#: builtin/fetch.c:1236
7610#, c-format
7611msgid "Fetching %s\n"
7612msgstr ""
7613
7614#: builtin/fetch.c:1238 builtin/remote.c:97
7615#, c-format
7616msgid "Could not fetch %s"
7617msgstr ""
7618
7619#: builtin/fetch.c:1256
7620msgid ""
7621"No remote repository specified.  Please, specify either a URL or a\n"
7622"remote name from which new revisions should be fetched."
7623msgstr ""
7624
7625#: builtin/fetch.c:1279
7626msgid "You need to specify a tag name."
7627msgstr ""
7628
7629#: builtin/fetch.c:1321
7630msgid "Negative depth in --deepen is not supported"
7631msgstr ""
7632
7633#: builtin/fetch.c:1323
7634msgid "--deepen and --depth are mutually exclusive"
7635msgstr ""
7636
7637#: builtin/fetch.c:1328
7638msgid "--depth and --unshallow cannot be used together"
7639msgstr ""
7640
7641#: builtin/fetch.c:1330
7642msgid "--unshallow on a complete repository does not make sense"
7643msgstr ""
7644
7645#: builtin/fetch.c:1349
7646msgid "fetch --all does not take a repository argument"
7647msgstr ""
7648
7649#: builtin/fetch.c:1351
7650msgid "fetch --all does not make sense with refspecs"
7651msgstr ""
7652
7653#: builtin/fetch.c:1362
7654#, c-format
7655msgid "No such remote or remote group: %s"
7656msgstr ""
7657
7658#: builtin/fetch.c:1370
7659msgid "Fetching a group and specifying refspecs does not make sense"
7660msgstr ""
7661
7662#: builtin/fmt-merge-msg.c:15
7663msgid ""
7664"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7665msgstr ""
7666
7667#: builtin/fmt-merge-msg.c:664
7668msgid "populate log with at most <n> entries from shortlog"
7669msgstr ""
7670
7671#: builtin/fmt-merge-msg.c:667
7672msgid "alias for --log (deprecated)"
7673msgstr ""
7674
7675#: builtin/fmt-merge-msg.c:670
7676msgid "text"
7677msgstr ""
7678
7679#: builtin/fmt-merge-msg.c:671
7680msgid "use <text> as start of message"
7681msgstr ""
7682
7683#: builtin/fmt-merge-msg.c:672
7684msgid "file to read from"
7685msgstr ""
7686
7687#: builtin/for-each-ref.c:10
7688msgid "git for-each-ref [<options>] [<pattern>]"
7689msgstr ""
7690
7691#: builtin/for-each-ref.c:11
7692msgid "git for-each-ref [--points-at <object>]"
7693msgstr ""
7694
7695#: builtin/for-each-ref.c:12
7696msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7697msgstr ""
7698
7699#: builtin/for-each-ref.c:13
7700msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7701msgstr ""
7702
7703#: builtin/for-each-ref.c:28
7704msgid "quote placeholders suitably for shells"
7705msgstr ""
7706
7707#: builtin/for-each-ref.c:30
7708msgid "quote placeholders suitably for perl"
7709msgstr ""
7710
7711#: builtin/for-each-ref.c:32
7712msgid "quote placeholders suitably for python"
7713msgstr ""
7714
7715#: builtin/for-each-ref.c:34
7716msgid "quote placeholders suitably for Tcl"
7717msgstr ""
7718
7719#: builtin/for-each-ref.c:37
7720msgid "show only <n> matched refs"
7721msgstr ""
7722
7723#: builtin/for-each-ref.c:42
7724msgid "print only refs which points at the given object"
7725msgstr ""
7726
7727#: builtin/for-each-ref.c:44
7728msgid "print only refs that are merged"
7729msgstr ""
7730
7731#: builtin/for-each-ref.c:45
7732msgid "print only refs that are not merged"
7733msgstr ""
7734
7735#: builtin/for-each-ref.c:46
7736msgid "print only refs which contain the commit"
7737msgstr ""
7738
7739#: builtin/for-each-ref.c:47
7740msgid "print only refs which don't contain the commit"
7741msgstr ""
7742
7743#: builtin/fsck.c:554
7744msgid "Checking object directories"
7745msgstr ""
7746
7747#: builtin/fsck.c:646
7748msgid "git fsck [<options>] [<object>...]"
7749msgstr ""
7750
7751#: builtin/fsck.c:652
7752msgid "show unreachable objects"
7753msgstr ""
7754
7755#: builtin/fsck.c:653
7756msgid "show dangling objects"
7757msgstr ""
7758
7759#: builtin/fsck.c:654
7760msgid "report tags"
7761msgstr ""
7762
7763#: builtin/fsck.c:655
7764msgid "report root nodes"
7765msgstr ""
7766
7767#: builtin/fsck.c:656
7768msgid "make index objects head nodes"
7769msgstr ""
7770
7771#: builtin/fsck.c:657
7772msgid "make reflogs head nodes (default)"
7773msgstr ""
7774
7775#: builtin/fsck.c:658
7776msgid "also consider packs and alternate objects"
7777msgstr ""
7778
7779#: builtin/fsck.c:659
7780msgid "check only connectivity"
7781msgstr ""
7782
7783#: builtin/fsck.c:660
7784msgid "enable more strict checking"
7785msgstr ""
7786
7787#: builtin/fsck.c:662
7788msgid "write dangling objects in .git/lost-found"
7789msgstr ""
7790
7791#: builtin/fsck.c:663 builtin/prune.c:107
7792msgid "show progress"
7793msgstr ""
7794
7795#: builtin/fsck.c:664
7796msgid "show verbose names for reachable objects"
7797msgstr ""
7798
7799#: builtin/fsck.c:725
7800msgid "Checking objects"
7801msgstr ""
7802
7803#: builtin/gc.c:26
7804msgid "git gc [<options>]"
7805msgstr ""
7806
7807#: builtin/gc.c:79
7808#, c-format
7809msgid "Failed to fstat %s: %s"
7810msgstr ""
7811
7812#: builtin/gc.c:311
7813#, c-format
7814msgid "Can't stat %s"
7815msgstr ""
7816
7817#: builtin/gc.c:320
7818#, c-format
7819msgid ""
7820"The last gc run reported the following. Please correct the root cause\n"
7821"and remove %s.\n"
7822"Automatic cleanup will not be performed until the file is removed.\n"
7823"\n"
7824"%s"
7825msgstr ""
7826
7827#: builtin/gc.c:359
7828msgid "prune unreferenced objects"
7829msgstr ""
7830
7831#: builtin/gc.c:361
7832msgid "be more thorough (increased runtime)"
7833msgstr ""
7834
7835#: builtin/gc.c:362
7836msgid "enable auto-gc mode"
7837msgstr ""
7838
7839#: builtin/gc.c:363
7840msgid "force running gc even if there may be another gc running"
7841msgstr ""
7842
7843#: builtin/gc.c:380
7844#, c-format
7845msgid "Failed to parse gc.logexpiry value %s"
7846msgstr ""
7847
7848#: builtin/gc.c:408
7849#, c-format
7850msgid "Auto packing the repository in background for optimum performance.\n"
7851msgstr ""
7852
7853#: builtin/gc.c:410
7854#, c-format
7855msgid "Auto packing the repository for optimum performance.\n"
7856msgstr ""
7857
7858#: builtin/gc.c:411
7859#, c-format
7860msgid "See \"git help gc\" for manual housekeeping.\n"
7861msgstr ""
7862
7863#: builtin/gc.c:432
7864#, c-format
7865msgid ""
7866"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7867msgstr ""
7868
7869#: builtin/gc.c:476
7870msgid ""
7871"There are too many unreachable loose objects; run 'git prune' to remove them."
7872msgstr ""
7873
7874#: builtin/grep.c:27
7875msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7876msgstr ""
7877
7878#: builtin/grep.c:235
7879#, c-format
7880msgid "grep: failed to create thread: %s"
7881msgstr ""
7882
7883#: builtin/grep.c:293
7884#, c-format
7885msgid "invalid number of threads specified (%d) for %s"
7886msgstr ""
7887
7888#. TRANSLATORS: %s is the configuration
7889#. variable for tweaking threads, currently
7890#. grep.threads
7891#.
7892#: builtin/grep.c:302 builtin/index-pack.c:1494 builtin/index-pack.c:1692
7893#, c-format
7894msgid "no threads support, ignoring %s"
7895msgstr ""
7896
7897#: builtin/grep.c:788 builtin/grep.c:829
7898#, c-format
7899msgid "unable to read tree (%s)"
7900msgstr ""
7901
7902#: builtin/grep.c:848
7903#, c-format
7904msgid "unable to grep from object of type %s"
7905msgstr ""
7906
7907#: builtin/grep.c:912
7908#, c-format
7909msgid "switch `%c' expects a numerical value"
7910msgstr ""
7911
7912#: builtin/grep.c:999
7913msgid "search in index instead of in the work tree"
7914msgstr ""
7915
7916#: builtin/grep.c:1001
7917msgid "find in contents not managed by git"
7918msgstr ""
7919
7920#: builtin/grep.c:1003
7921msgid "search in both tracked and untracked files"
7922msgstr ""
7923
7924#: builtin/grep.c:1005
7925msgid "ignore files specified via '.gitignore'"
7926msgstr ""
7927
7928#: builtin/grep.c:1007
7929msgid "recursively search in each submodule"
7930msgstr ""
7931
7932#: builtin/grep.c:1009
7933msgid "basename"
7934msgstr ""
7935
7936#: builtin/grep.c:1010
7937msgid "prepend parent project's basename to output"
7938msgstr ""
7939
7940#: builtin/grep.c:1013
7941msgid "show non-matching lines"
7942msgstr ""
7943
7944#: builtin/grep.c:1015
7945msgid "case insensitive matching"
7946msgstr ""
7947
7948#: builtin/grep.c:1017
7949msgid "match patterns only at word boundaries"
7950msgstr ""
7951
7952#: builtin/grep.c:1019
7953msgid "process binary files as text"
7954msgstr ""
7955
7956#: builtin/grep.c:1021
7957msgid "don't match patterns in binary files"
7958msgstr ""
7959
7960#: builtin/grep.c:1024
7961msgid "process binary files with textconv filters"
7962msgstr ""
7963
7964#: builtin/grep.c:1026
7965msgid "descend at most <depth> levels"
7966msgstr ""
7967
7968#: builtin/grep.c:1030
7969msgid "use extended POSIX regular expressions"
7970msgstr ""
7971
7972#: builtin/grep.c:1033
7973msgid "use basic POSIX regular expressions (default)"
7974msgstr ""
7975
7976#: builtin/grep.c:1036
7977msgid "interpret patterns as fixed strings"
7978msgstr ""
7979
7980#: builtin/grep.c:1039
7981msgid "use Perl-compatible regular expressions"
7982msgstr ""
7983
7984#: builtin/grep.c:1042
7985msgid "show line numbers"
7986msgstr ""
7987
7988#: builtin/grep.c:1043
7989msgid "don't show filenames"
7990msgstr ""
7991
7992#: builtin/grep.c:1044
7993msgid "show filenames"
7994msgstr ""
7995
7996#: builtin/grep.c:1046
7997msgid "show filenames relative to top directory"
7998msgstr ""
7999
8000#: builtin/grep.c:1048
8001msgid "show only filenames instead of matching lines"
8002msgstr ""
8003
8004#: builtin/grep.c:1050
8005msgid "synonym for --files-with-matches"
8006msgstr ""
8007
8008#: builtin/grep.c:1053
8009msgid "show only the names of files without match"
8010msgstr ""
8011
8012#: builtin/grep.c:1055
8013msgid "print NUL after filenames"
8014msgstr ""
8015
8016#: builtin/grep.c:1057
8017msgid "show the number of matches instead of matching lines"
8018msgstr ""
8019
8020#: builtin/grep.c:1058
8021msgid "highlight matches"
8022msgstr ""
8023
8024#: builtin/grep.c:1060
8025msgid "print empty line between matches from different files"
8026msgstr ""
8027
8028#: builtin/grep.c:1062
8029msgid "show filename only once above matches from same file"
8030msgstr ""
8031
8032#: builtin/grep.c:1065
8033msgid "show <n> context lines before and after matches"
8034msgstr ""
8035
8036#: builtin/grep.c:1068
8037msgid "show <n> context lines before matches"
8038msgstr ""
8039
8040#: builtin/grep.c:1070
8041msgid "show <n> context lines after matches"
8042msgstr ""
8043
8044#: builtin/grep.c:1072
8045msgid "use <n> worker threads"
8046msgstr ""
8047
8048#: builtin/grep.c:1073
8049msgid "shortcut for -C NUM"
8050msgstr ""
8051
8052#: builtin/grep.c:1076
8053msgid "show a line with the function name before matches"
8054msgstr ""
8055
8056#: builtin/grep.c:1078
8057msgid "show the surrounding function"
8058msgstr ""
8059
8060#: builtin/grep.c:1081
8061msgid "read patterns from file"
8062msgstr ""
8063
8064#: builtin/grep.c:1083
8065msgid "match <pattern>"
8066msgstr ""
8067
8068#: builtin/grep.c:1085
8069msgid "combine patterns specified with -e"
8070msgstr ""
8071
8072#: builtin/grep.c:1097
8073msgid "indicate hit with exit status without output"
8074msgstr ""
8075
8076#: builtin/grep.c:1099
8077msgid "show only matches from files that match all patterns"
8078msgstr ""
8079
8080#: builtin/grep.c:1101
8081msgid "show parse tree for grep expression"
8082msgstr ""
8083
8084#: builtin/grep.c:1105
8085msgid "pager"
8086msgstr ""
8087
8088#: builtin/grep.c:1105
8089msgid "show matching files in the pager"
8090msgstr ""
8091
8092#: builtin/grep.c:1108
8093msgid "allow calling of grep(1) (ignored by this build)"
8094msgstr ""
8095
8096#: builtin/grep.c:1172
8097msgid "no pattern given."
8098msgstr ""
8099
8100#: builtin/grep.c:1204
8101msgid "--no-index or --untracked cannot be used with revs"
8102msgstr ""
8103
8104#: builtin/grep.c:1211
8105#, c-format
8106msgid "unable to resolve revision: %s"
8107msgstr ""
8108
8109#: builtin/grep.c:1245 builtin/index-pack.c:1490
8110#, c-format
8111msgid "invalid number of threads specified (%d)"
8112msgstr ""
8113
8114#: builtin/grep.c:1250
8115msgid "no threads support, ignoring --threads"
8116msgstr ""
8117
8118#: builtin/grep.c:1281
8119msgid "--open-files-in-pager only works on the worktree"
8120msgstr ""
8121
8122#: builtin/grep.c:1304
8123msgid "option not supported with --recurse-submodules."
8124msgstr ""
8125
8126#: builtin/grep.c:1310
8127msgid "--cached or --untracked cannot be used with --no-index."
8128msgstr ""
8129
8130#: builtin/grep.c:1316
8131msgid "--[no-]exclude-standard cannot be used for tracked contents."
8132msgstr ""
8133
8134#: builtin/grep.c:1324
8135msgid "both --cached and trees are given."
8136msgstr ""
8137
8138#: builtin/hash-object.c:82
8139msgid ""
8140"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8141"[--] <file>..."
8142msgstr ""
8143
8144#: builtin/hash-object.c:83
8145msgid "git hash-object  --stdin-paths"
8146msgstr ""
8147
8148#: builtin/hash-object.c:95
8149msgid "type"
8150msgstr ""
8151
8152#: builtin/hash-object.c:95
8153msgid "object type"
8154msgstr ""
8155
8156#: builtin/hash-object.c:96
8157msgid "write the object into the object database"
8158msgstr ""
8159
8160#: builtin/hash-object.c:98
8161msgid "read the object from stdin"
8162msgstr ""
8163
8164#: builtin/hash-object.c:100
8165msgid "store file as is without filters"
8166msgstr ""
8167
8168#: builtin/hash-object.c:101
8169msgid ""
8170"just hash any random garbage to create corrupt objects for debugging Git"
8171msgstr ""
8172
8173#: builtin/hash-object.c:102
8174msgid "process file as it were from this path"
8175msgstr ""
8176
8177#: builtin/help.c:43
8178msgid "print all available commands"
8179msgstr ""
8180
8181#: builtin/help.c:44
8182msgid "exclude guides"
8183msgstr ""
8184
8185#: builtin/help.c:45
8186msgid "print list of useful guides"
8187msgstr ""
8188
8189#: builtin/help.c:46
8190msgid "show man page"
8191msgstr ""
8192
8193#: builtin/help.c:47
8194msgid "show manual in web browser"
8195msgstr ""
8196
8197#: builtin/help.c:49
8198msgid "show info page"
8199msgstr ""
8200
8201#: builtin/help.c:55
8202msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8203msgstr ""
8204
8205#: builtin/help.c:67
8206#, c-format
8207msgid "unrecognized help format '%s'"
8208msgstr ""
8209
8210#: builtin/help.c:94
8211msgid "Failed to start emacsclient."
8212msgstr ""
8213
8214#: builtin/help.c:107
8215msgid "Failed to parse emacsclient version."
8216msgstr ""
8217
8218#: builtin/help.c:115
8219#, c-format
8220msgid "emacsclient version '%d' too old (< 22)."
8221msgstr ""
8222
8223#: builtin/help.c:133 builtin/help.c:154 builtin/help.c:163 builtin/help.c:171
8224#, c-format
8225msgid "failed to exec '%s'"
8226msgstr ""
8227
8228#: builtin/help.c:208
8229#, c-format
8230msgid ""
8231"'%s': path for unsupported man viewer.\n"
8232"Please consider using 'man.<tool>.cmd' instead."
8233msgstr ""
8234
8235#: builtin/help.c:220
8236#, c-format
8237msgid ""
8238"'%s': cmd for supported man viewer.\n"
8239"Please consider using 'man.<tool>.path' instead."
8240msgstr ""
8241
8242#: builtin/help.c:337
8243#, c-format
8244msgid "'%s': unknown man viewer."
8245msgstr ""
8246
8247#: builtin/help.c:354
8248msgid "no man viewer handled the request"
8249msgstr ""
8250
8251#: builtin/help.c:362
8252msgid "no info viewer handled the request"
8253msgstr ""
8254
8255#: builtin/help.c:404
8256msgid "Defining attributes per path"
8257msgstr ""
8258
8259#: builtin/help.c:405
8260msgid "Everyday Git With 20 Commands Or So"
8261msgstr ""
8262
8263#: builtin/help.c:406
8264msgid "A Git glossary"
8265msgstr ""
8266
8267#: builtin/help.c:407
8268msgid "Specifies intentionally untracked files to ignore"
8269msgstr ""
8270
8271#: builtin/help.c:408
8272msgid "Defining submodule properties"
8273msgstr ""
8274
8275#: builtin/help.c:409
8276msgid "Specifying revisions and ranges for Git"
8277msgstr ""
8278
8279#: builtin/help.c:410
8280msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8281msgstr ""
8282
8283#: builtin/help.c:411
8284msgid "An overview of recommended workflows with Git"
8285msgstr ""
8286
8287#: builtin/help.c:423
8288msgid "The common Git guides are:\n"
8289msgstr ""
8290
8291#: builtin/help.c:441
8292#, c-format
8293msgid "`git %s' is aliased to `%s'"
8294msgstr ""
8295
8296#: builtin/help.c:463 builtin/help.c:480
8297#, c-format
8298msgid "usage: %s%s"
8299msgstr ""
8300
8301#: builtin/index-pack.c:155
8302#, c-format
8303msgid "unable to open %s"
8304msgstr ""
8305
8306#: builtin/index-pack.c:205
8307#, c-format
8308msgid "object type mismatch at %s"
8309msgstr ""
8310
8311#: builtin/index-pack.c:225
8312#, c-format
8313msgid "did not receive expected object %s"
8314msgstr ""
8315
8316#: builtin/index-pack.c:228
8317#, c-format
8318msgid "object %s: expected type %s, found %s"
8319msgstr ""
8320
8321#: builtin/index-pack.c:270
8322#, c-format
8323msgid "cannot fill %d byte"
8324msgid_plural "cannot fill %d bytes"
8325msgstr[0] ""
8326msgstr[1] ""
8327
8328#: builtin/index-pack.c:280
8329msgid "early EOF"
8330msgstr ""
8331
8332#: builtin/index-pack.c:281
8333msgid "read error on input"
8334msgstr ""
8335
8336#: builtin/index-pack.c:293
8337msgid "used more bytes than were available"
8338msgstr ""
8339
8340#: builtin/index-pack.c:300
8341msgid "pack too large for current definition of off_t"
8342msgstr ""
8343
8344#: builtin/index-pack.c:303 builtin/unpack-objects.c:93
8345msgid "pack exceeds maximum allowed size"
8346msgstr ""
8347
8348#: builtin/index-pack.c:318
8349#, c-format
8350msgid "unable to create '%s'"
8351msgstr ""
8352
8353#: builtin/index-pack.c:324
8354#, c-format
8355msgid "cannot open packfile '%s'"
8356msgstr ""
8357
8358#: builtin/index-pack.c:338
8359msgid "pack signature mismatch"
8360msgstr ""
8361
8362#: builtin/index-pack.c:340
8363#, c-format
8364msgid "pack version %<PRIu32> unsupported"
8365msgstr ""
8366
8367#: builtin/index-pack.c:358
8368#, c-format
8369msgid "pack has bad object at offset %<PRIuMAX>: %s"
8370msgstr ""
8371
8372#: builtin/index-pack.c:479
8373#, c-format
8374msgid "inflate returned %d"
8375msgstr ""
8376
8377#: builtin/index-pack.c:528
8378msgid "offset value overflow for delta base object"
8379msgstr ""
8380
8381#: builtin/index-pack.c:536
8382msgid "delta base offset is out of bound"
8383msgstr ""
8384
8385#: builtin/index-pack.c:544
8386#, c-format
8387msgid "unknown object type %d"
8388msgstr ""
8389
8390#: builtin/index-pack.c:575
8391msgid "cannot pread pack file"
8392msgstr ""
8393
8394#: builtin/index-pack.c:577
8395#, c-format
8396msgid "premature end of pack file, %<PRIuMAX> byte missing"
8397msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8398msgstr[0] ""
8399msgstr[1] ""
8400
8401#: builtin/index-pack.c:603
8402msgid "serious inflate inconsistency"
8403msgstr ""
8404
8405#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8406#: builtin/index-pack.c:816 builtin/index-pack.c:825
8407#, c-format
8408msgid "SHA1 COLLISION FOUND WITH %s !"
8409msgstr ""
8410
8411#: builtin/index-pack.c:751 builtin/pack-objects.c:167
8412#: builtin/pack-objects.c:261
8413#, c-format
8414msgid "unable to read %s"
8415msgstr ""
8416
8417#: builtin/index-pack.c:814
8418#, c-format
8419msgid "cannot read existing object info %s"
8420msgstr ""
8421
8422#: builtin/index-pack.c:822
8423#, c-format
8424msgid "cannot read existing object %s"
8425msgstr ""
8426
8427#: builtin/index-pack.c:836
8428#, c-format
8429msgid "invalid blob object %s"
8430msgstr ""
8431
8432#: builtin/index-pack.c:851
8433#, c-format
8434msgid "invalid %s"
8435msgstr ""
8436
8437#: builtin/index-pack.c:854
8438msgid "Error in object"
8439msgstr ""
8440
8441#: builtin/index-pack.c:856
8442#, c-format
8443msgid "Not all child objects of %s are reachable"
8444msgstr ""
8445
8446#: builtin/index-pack.c:928 builtin/index-pack.c:959
8447msgid "failed to apply delta"
8448msgstr ""
8449
8450#: builtin/index-pack.c:1130
8451msgid "Receiving objects"
8452msgstr ""
8453
8454#: builtin/index-pack.c:1130
8455msgid "Indexing objects"
8456msgstr ""
8457
8458#: builtin/index-pack.c:1164
8459msgid "pack is corrupted (SHA1 mismatch)"
8460msgstr ""
8461
8462#: builtin/index-pack.c:1169
8463msgid "cannot fstat packfile"
8464msgstr ""
8465
8466#: builtin/index-pack.c:1172
8467msgid "pack has junk at the end"
8468msgstr ""
8469
8470#: builtin/index-pack.c:1184
8471msgid "confusion beyond insanity in parse_pack_objects()"
8472msgstr ""
8473
8474#: builtin/index-pack.c:1207
8475msgid "Resolving deltas"
8476msgstr ""
8477
8478#: builtin/index-pack.c:1218
8479#, c-format
8480msgid "unable to create thread: %s"
8481msgstr ""
8482
8483#: builtin/index-pack.c:1260
8484msgid "confusion beyond insanity"
8485msgstr ""
8486
8487#: builtin/index-pack.c:1266
8488#, c-format
8489msgid "completed with %d local object"
8490msgid_plural "completed with %d local objects"
8491msgstr[0] ""
8492msgstr[1] ""
8493
8494#: builtin/index-pack.c:1278
8495#, c-format
8496msgid "Unexpected tail checksum for %s (disk corruption?)"
8497msgstr ""
8498
8499#: builtin/index-pack.c:1282
8500#, c-format
8501msgid "pack has %d unresolved delta"
8502msgid_plural "pack has %d unresolved deltas"
8503msgstr[0] ""
8504msgstr[1] ""
8505
8506#: builtin/index-pack.c:1306
8507#, c-format
8508msgid "unable to deflate appended object (%d)"
8509msgstr ""
8510
8511#: builtin/index-pack.c:1382
8512#, c-format
8513msgid "local object %s is corrupt"
8514msgstr ""
8515
8516#: builtin/index-pack.c:1408
8517msgid "error while closing pack file"
8518msgstr ""
8519
8520#: builtin/index-pack.c:1420
8521#, c-format
8522msgid "cannot write keep file '%s'"
8523msgstr ""
8524
8525#: builtin/index-pack.c:1428
8526#, c-format
8527msgid "cannot close written keep file '%s'"
8528msgstr ""
8529
8530#: builtin/index-pack.c:1438
8531msgid "cannot store pack file"
8532msgstr ""
8533
8534#: builtin/index-pack.c:1446
8535msgid "cannot store index file"
8536msgstr ""
8537
8538#: builtin/index-pack.c:1484
8539#, c-format
8540msgid "bad pack.indexversion=%<PRIu32>"
8541msgstr ""
8542
8543#: builtin/index-pack.c:1552
8544#, c-format
8545msgid "Cannot open existing pack file '%s'"
8546msgstr ""
8547
8548#: builtin/index-pack.c:1554
8549#, c-format
8550msgid "Cannot open existing pack idx file for '%s'"
8551msgstr ""
8552
8553#: builtin/index-pack.c:1602
8554#, c-format
8555msgid "non delta: %d object"
8556msgid_plural "non delta: %d objects"
8557msgstr[0] ""
8558msgstr[1] ""
8559
8560#: builtin/index-pack.c:1609
8561#, c-format
8562msgid "chain length = %d: %lu object"
8563msgid_plural "chain length = %d: %lu objects"
8564msgstr[0] ""
8565msgstr[1] ""
8566
8567#: builtin/index-pack.c:1622
8568#, c-format
8569msgid "packfile name '%s' does not end with '.pack'"
8570msgstr ""
8571
8572#: builtin/index-pack.c:1704 builtin/index-pack.c:1707
8573#: builtin/index-pack.c:1723 builtin/index-pack.c:1727
8574#, c-format
8575msgid "bad %s"
8576msgstr ""
8577
8578#: builtin/index-pack.c:1743
8579msgid "--fix-thin cannot be used without --stdin"
8580msgstr ""
8581
8582#: builtin/index-pack.c:1745
8583msgid "--stdin requires a git repository"
8584msgstr ""
8585
8586#: builtin/index-pack.c:1753
8587msgid "--verify with no packfile name given"
8588msgstr ""
8589
8590#: builtin/init-db.c:55
8591#, c-format
8592msgid "cannot stat '%s'"
8593msgstr ""
8594
8595#: builtin/init-db.c:61
8596#, c-format
8597msgid "cannot stat template '%s'"
8598msgstr ""
8599
8600#: builtin/init-db.c:66
8601#, c-format
8602msgid "cannot opendir '%s'"
8603msgstr ""
8604
8605#: builtin/init-db.c:77
8606#, c-format
8607msgid "cannot readlink '%s'"
8608msgstr ""
8609
8610#: builtin/init-db.c:79
8611#, c-format
8612msgid "cannot symlink '%s' '%s'"
8613msgstr ""
8614
8615#: builtin/init-db.c:85
8616#, c-format
8617msgid "cannot copy '%s' to '%s'"
8618msgstr ""
8619
8620#: builtin/init-db.c:89
8621#, c-format
8622msgid "ignoring template %s"
8623msgstr ""
8624
8625#: builtin/init-db.c:120
8626#, c-format
8627msgid "templates not found %s"
8628msgstr ""
8629
8630#: builtin/init-db.c:135
8631#, c-format
8632msgid "not copying templates from '%s': %s"
8633msgstr ""
8634
8635#: builtin/init-db.c:328
8636#, c-format
8637msgid "unable to handle file type %d"
8638msgstr ""
8639
8640#: builtin/init-db.c:331
8641#, c-format
8642msgid "unable to move %s to %s"
8643msgstr ""
8644
8645#: builtin/init-db.c:348 builtin/init-db.c:351
8646#, c-format
8647msgid "%s already exists"
8648msgstr ""
8649
8650#: builtin/init-db.c:404
8651#, c-format
8652msgid "Reinitialized existing shared Git repository in %s%s\n"
8653msgstr ""
8654
8655#: builtin/init-db.c:405
8656#, c-format
8657msgid "Reinitialized existing Git repository in %s%s\n"
8658msgstr ""
8659
8660#: builtin/init-db.c:409
8661#, c-format
8662msgid "Initialized empty shared Git repository in %s%s\n"
8663msgstr ""
8664
8665#: builtin/init-db.c:410
8666#, c-format
8667msgid "Initialized empty Git repository in %s%s\n"
8668msgstr ""
8669
8670#: builtin/init-db.c:458
8671msgid ""
8672"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8673"shared[=<permissions>]] [<directory>]"
8674msgstr ""
8675
8676#: builtin/init-db.c:481
8677msgid "permissions"
8678msgstr ""
8679
8680#: builtin/init-db.c:482
8681msgid "specify that the git repository is to be shared amongst several users"
8682msgstr ""
8683
8684#: builtin/init-db.c:516 builtin/init-db.c:521
8685#, c-format
8686msgid "cannot mkdir %s"
8687msgstr ""
8688
8689#: builtin/init-db.c:525
8690#, c-format
8691msgid "cannot chdir to %s"
8692msgstr ""
8693
8694#: builtin/init-db.c:546
8695#, c-format
8696msgid ""
8697"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8698"dir=<directory>)"
8699msgstr ""
8700
8701#: builtin/init-db.c:574
8702#, c-format
8703msgid "Cannot access work tree '%s'"
8704msgstr ""
8705
8706#: builtin/interpret-trailers.c:15
8707msgid ""
8708"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8709"<token>[(=|:)<value>])...] [<file>...]"
8710msgstr ""
8711
8712#: builtin/interpret-trailers.c:26
8713msgid "edit files in place"
8714msgstr ""
8715
8716#: builtin/interpret-trailers.c:27
8717msgid "trim empty trailers"
8718msgstr ""
8719
8720#: builtin/interpret-trailers.c:28
8721msgid "trailer"
8722msgstr ""
8723
8724#: builtin/interpret-trailers.c:29
8725msgid "trailer(s) to add"
8726msgstr ""
8727
8728#: builtin/interpret-trailers.c:42
8729msgid "no input file given for in-place editing"
8730msgstr ""
8731
8732#: builtin/log.c:45
8733msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8734msgstr ""
8735
8736#: builtin/log.c:46
8737msgid "git show [<options>] <object>..."
8738msgstr ""
8739
8740#: builtin/log.c:90
8741#, c-format
8742msgid "invalid --decorate option: %s"
8743msgstr ""
8744
8745#: builtin/log.c:147
8746msgid "suppress diff output"
8747msgstr ""
8748
8749#: builtin/log.c:148
8750msgid "show source"
8751msgstr ""
8752
8753#: builtin/log.c:149
8754msgid "Use mail map file"
8755msgstr ""
8756
8757#: builtin/log.c:150
8758msgid "decorate options"
8759msgstr ""
8760
8761#: builtin/log.c:153
8762msgid "Process line range n,m in file, counting from 1"
8763msgstr ""
8764
8765#: builtin/log.c:249
8766#, c-format
8767msgid "Final output: %d %s\n"
8768msgstr ""
8769
8770#: builtin/log.c:497
8771#, c-format
8772msgid "git show %s: bad file"
8773msgstr ""
8774
8775#: builtin/log.c:512 builtin/log.c:606
8776#, c-format
8777msgid "Could not read object %s"
8778msgstr ""
8779
8780#: builtin/log.c:630
8781#, c-format
8782msgid "Unknown type: %d"
8783msgstr ""
8784
8785#: builtin/log.c:751
8786msgid "format.headers without value"
8787msgstr ""
8788
8789#: builtin/log.c:852
8790msgid "name of output directory is too long"
8791msgstr ""
8792
8793#: builtin/log.c:868
8794#, c-format
8795msgid "Cannot open patch file %s"
8796msgstr ""
8797
8798#: builtin/log.c:885
8799msgid "Need exactly one range."
8800msgstr ""
8801
8802#: builtin/log.c:895
8803msgid "Not a range."
8804msgstr ""
8805
8806#: builtin/log.c:1001
8807msgid "Cover letter needs email format"
8808msgstr ""
8809
8810#: builtin/log.c:1081
8811#, c-format
8812msgid "insane in-reply-to: %s"
8813msgstr ""
8814
8815#: builtin/log.c:1108
8816msgid "git format-patch [<options>] [<since> | <revision-range>]"
8817msgstr ""
8818
8819#: builtin/log.c:1158
8820msgid "Two output directories?"
8821msgstr ""
8822
8823#: builtin/log.c:1265 builtin/log.c:1908 builtin/log.c:1910 builtin/log.c:1922
8824#, c-format
8825msgid "Unknown commit %s"
8826msgstr ""
8827
8828#: builtin/log.c:1275 builtin/notes.c:886 builtin/tag.c:533
8829#, c-format
8830msgid "Failed to resolve '%s' as a valid ref."
8831msgstr ""
8832
8833#: builtin/log.c:1280
8834msgid "Could not find exact merge base."
8835msgstr ""
8836
8837#: builtin/log.c:1284
8838msgid ""
8839"Failed to get upstream, if you want to record base commit automatically,\n"
8840"please use git branch --set-upstream-to to track a remote branch.\n"
8841"Or you could specify base commit by --base=<base-commit-id> manually."
8842msgstr ""
8843
8844#: builtin/log.c:1304
8845msgid "Failed to find exact merge base"
8846msgstr ""
8847
8848#: builtin/log.c:1315
8849msgid "base commit should be the ancestor of revision list"
8850msgstr ""
8851
8852#: builtin/log.c:1319
8853msgid "base commit shouldn't be in revision list"
8854msgstr ""
8855
8856#: builtin/log.c:1368
8857msgid "cannot get patch id"
8858msgstr ""
8859
8860#: builtin/log.c:1425
8861msgid "use [PATCH n/m] even with a single patch"
8862msgstr ""
8863
8864#: builtin/log.c:1428
8865msgid "use [PATCH] even with multiple patches"
8866msgstr ""
8867
8868#: builtin/log.c:1432
8869msgid "print patches to standard out"
8870msgstr ""
8871
8872#: builtin/log.c:1434
8873msgid "generate a cover letter"
8874msgstr ""
8875
8876#: builtin/log.c:1436
8877msgid "use simple number sequence for output file names"
8878msgstr ""
8879
8880#: builtin/log.c:1437
8881msgid "sfx"
8882msgstr ""
8883
8884#: builtin/log.c:1438
8885msgid "use <sfx> instead of '.patch'"
8886msgstr ""
8887
8888#: builtin/log.c:1440
8889msgid "start numbering patches at <n> instead of 1"
8890msgstr ""
8891
8892#: builtin/log.c:1442
8893msgid "mark the series as Nth re-roll"
8894msgstr ""
8895
8896#: builtin/log.c:1444
8897msgid "Use [RFC PATCH] instead of [PATCH]"
8898msgstr ""
8899
8900#: builtin/log.c:1447
8901msgid "Use [<prefix>] instead of [PATCH]"
8902msgstr ""
8903
8904#: builtin/log.c:1450
8905msgid "store resulting files in <dir>"
8906msgstr ""
8907
8908#: builtin/log.c:1453
8909msgid "don't strip/add [PATCH]"
8910msgstr ""
8911
8912#: builtin/log.c:1456
8913msgid "don't output binary diffs"
8914msgstr ""
8915
8916#: builtin/log.c:1458
8917msgid "output all-zero hash in From header"
8918msgstr ""
8919
8920#: builtin/log.c:1460
8921msgid "don't include a patch matching a commit upstream"
8922msgstr ""
8923
8924#: builtin/log.c:1462
8925msgid "show patch format instead of default (patch + stat)"
8926msgstr ""
8927
8928#: builtin/log.c:1464
8929msgid "Messaging"
8930msgstr ""
8931
8932#: builtin/log.c:1465
8933msgid "header"
8934msgstr ""
8935
8936#: builtin/log.c:1466
8937msgid "add email header"
8938msgstr ""
8939
8940#: builtin/log.c:1467 builtin/log.c:1469
8941msgid "email"
8942msgstr ""
8943
8944#: builtin/log.c:1467
8945msgid "add To: header"
8946msgstr ""
8947
8948#: builtin/log.c:1469
8949msgid "add Cc: header"
8950msgstr ""
8951
8952#: builtin/log.c:1471
8953msgid "ident"
8954msgstr ""
8955
8956#: builtin/log.c:1472
8957msgid "set From address to <ident> (or committer ident if absent)"
8958msgstr ""
8959
8960#: builtin/log.c:1474
8961msgid "message-id"
8962msgstr ""
8963
8964#: builtin/log.c:1475
8965msgid "make first mail a reply to <message-id>"
8966msgstr ""
8967
8968#: builtin/log.c:1476 builtin/log.c:1479
8969msgid "boundary"
8970msgstr ""
8971
8972#: builtin/log.c:1477
8973msgid "attach the patch"
8974msgstr ""
8975
8976#: builtin/log.c:1480
8977msgid "inline the patch"
8978msgstr ""
8979
8980#: builtin/log.c:1484
8981msgid "enable message threading, styles: shallow, deep"
8982msgstr ""
8983
8984#: builtin/log.c:1486
8985msgid "signature"
8986msgstr ""
8987
8988#: builtin/log.c:1487
8989msgid "add a signature"
8990msgstr ""
8991
8992#: builtin/log.c:1488
8993msgid "base-commit"
8994msgstr ""
8995
8996#: builtin/log.c:1489
8997msgid "add prerequisite tree info to the patch series"
8998msgstr ""
8999
9000#: builtin/log.c:1491
9001msgid "add a signature from a file"
9002msgstr ""
9003
9004#: builtin/log.c:1492
9005msgid "don't print the patch filenames"
9006msgstr ""
9007
9008#: builtin/log.c:1567
9009#, c-format
9010msgid "invalid ident line: %s"
9011msgstr ""
9012
9013#: builtin/log.c:1582
9014msgid "-n and -k are mutually exclusive."
9015msgstr ""
9016
9017#: builtin/log.c:1584
9018msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9019msgstr ""
9020
9021#: builtin/log.c:1592
9022msgid "--name-only does not make sense"
9023msgstr ""
9024
9025#: builtin/log.c:1594
9026msgid "--name-status does not make sense"
9027msgstr ""
9028
9029#: builtin/log.c:1596
9030msgid "--check does not make sense"
9031msgstr ""
9032
9033#: builtin/log.c:1626
9034msgid "standard output, or directory, which one?"
9035msgstr ""
9036
9037#: builtin/log.c:1628
9038#, c-format
9039msgid "Could not create directory '%s'"
9040msgstr ""
9041
9042#: builtin/log.c:1722
9043#, c-format
9044msgid "unable to read signature file '%s'"
9045msgstr ""
9046
9047#: builtin/log.c:1794
9048msgid "Failed to create output files"
9049msgstr ""
9050
9051#: builtin/log.c:1843
9052msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9053msgstr ""
9054
9055#: builtin/log.c:1897
9056#, c-format
9057msgid ""
9058"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9059msgstr ""
9060
9061#: builtin/ls-files.c:468
9062msgid "git ls-files [<options>] [<file>...]"
9063msgstr ""
9064
9065#: builtin/ls-files.c:517
9066msgid "identify the file status with tags"
9067msgstr ""
9068
9069#: builtin/ls-files.c:519
9070msgid "use lowercase letters for 'assume unchanged' files"
9071msgstr ""
9072
9073#: builtin/ls-files.c:521
9074msgid "show cached files in the output (default)"
9075msgstr ""
9076
9077#: builtin/ls-files.c:523
9078msgid "show deleted files in the output"
9079msgstr ""
9080
9081#: builtin/ls-files.c:525
9082msgid "show modified files in the output"
9083msgstr ""
9084
9085#: builtin/ls-files.c:527
9086msgid "show other files in the output"
9087msgstr ""
9088
9089#: builtin/ls-files.c:529
9090msgid "show ignored files in the output"
9091msgstr ""
9092
9093#: builtin/ls-files.c:532
9094msgid "show staged contents' object name in the output"
9095msgstr ""
9096
9097#: builtin/ls-files.c:534
9098msgid "show files on the filesystem that need to be removed"
9099msgstr ""
9100
9101#: builtin/ls-files.c:536
9102msgid "show 'other' directories' names only"
9103msgstr ""
9104
9105#: builtin/ls-files.c:538
9106msgid "show line endings of files"
9107msgstr ""
9108
9109#: builtin/ls-files.c:540
9110msgid "don't show empty directories"
9111msgstr ""
9112
9113#: builtin/ls-files.c:543
9114msgid "show unmerged files in the output"
9115msgstr ""
9116
9117#: builtin/ls-files.c:545
9118msgid "show resolve-undo information"
9119msgstr ""
9120
9121#: builtin/ls-files.c:547
9122msgid "skip files matching pattern"
9123msgstr ""
9124
9125#: builtin/ls-files.c:550
9126msgid "exclude patterns are read from <file>"
9127msgstr ""
9128
9129#: builtin/ls-files.c:553
9130msgid "read additional per-directory exclude patterns in <file>"
9131msgstr ""
9132
9133#: builtin/ls-files.c:555
9134msgid "add the standard git exclusions"
9135msgstr ""
9136
9137#: builtin/ls-files.c:558
9138msgid "make the output relative to the project top directory"
9139msgstr ""
9140
9141#: builtin/ls-files.c:561
9142msgid "recurse through submodules"
9143msgstr ""
9144
9145#: builtin/ls-files.c:563
9146msgid "if any <file> is not in the index, treat this as an error"
9147msgstr ""
9148
9149#: builtin/ls-files.c:564
9150msgid "tree-ish"
9151msgstr ""
9152
9153#: builtin/ls-files.c:565
9154msgid "pretend that paths removed since <tree-ish> are still present"
9155msgstr ""
9156
9157#: builtin/ls-files.c:567
9158msgid "show debugging data"
9159msgstr ""
9160
9161#: builtin/ls-remote.c:7
9162msgid ""
9163"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9164"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9165"                     [--symref] [<repository> [<refs>...]]"
9166msgstr ""
9167
9168#: builtin/ls-remote.c:52
9169msgid "do not print remote URL"
9170msgstr ""
9171
9172#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9173msgid "exec"
9174msgstr ""
9175
9176#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9177msgid "path of git-upload-pack on the remote host"
9178msgstr ""
9179
9180#: builtin/ls-remote.c:58
9181msgid "limit to tags"
9182msgstr ""
9183
9184#: builtin/ls-remote.c:59
9185msgid "limit to heads"
9186msgstr ""
9187
9188#: builtin/ls-remote.c:60
9189msgid "do not show peeled tags"
9190msgstr ""
9191
9192#: builtin/ls-remote.c:62
9193msgid "take url.<base>.insteadOf into account"
9194msgstr ""
9195
9196#: builtin/ls-remote.c:64
9197msgid "exit with exit code 2 if no matching refs are found"
9198msgstr ""
9199
9200#: builtin/ls-remote.c:66
9201msgid "show underlying ref in addition to the object pointed by it"
9202msgstr ""
9203
9204#: builtin/ls-tree.c:29
9205msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9206msgstr ""
9207
9208#: builtin/ls-tree.c:127
9209msgid "only show trees"
9210msgstr ""
9211
9212#: builtin/ls-tree.c:129
9213msgid "recurse into subtrees"
9214msgstr ""
9215
9216#: builtin/ls-tree.c:131
9217msgid "show trees when recursing"
9218msgstr ""
9219
9220#: builtin/ls-tree.c:134
9221msgid "terminate entries with NUL byte"
9222msgstr ""
9223
9224#: builtin/ls-tree.c:135
9225msgid "include object size"
9226msgstr ""
9227
9228#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9229msgid "list only filenames"
9230msgstr ""
9231
9232#: builtin/ls-tree.c:142
9233msgid "use full path names"
9234msgstr ""
9235
9236#: builtin/ls-tree.c:144
9237msgid "list entire tree; not just current directory (implies --full-name)"
9238msgstr ""
9239
9240#: builtin/mailsplit.c:241
9241#, c-format
9242msgid "empty mbox: '%s'"
9243msgstr ""
9244
9245#: builtin/merge.c:47
9246msgid "git merge [<options>] [<commit>...]"
9247msgstr ""
9248
9249#: builtin/merge.c:48
9250msgid "git merge --abort"
9251msgstr ""
9252
9253#: builtin/merge.c:49
9254msgid "git merge --continue"
9255msgstr ""
9256
9257#: builtin/merge.c:104
9258msgid "switch `m' requires a value"
9259msgstr ""
9260
9261#: builtin/merge.c:141
9262#, c-format
9263msgid "Could not find merge strategy '%s'.\n"
9264msgstr ""
9265
9266#: builtin/merge.c:142
9267#, c-format
9268msgid "Available strategies are:"
9269msgstr ""
9270
9271#: builtin/merge.c:147
9272#, c-format
9273msgid "Available custom strategies are:"
9274msgstr ""
9275
9276#: builtin/merge.c:197 builtin/pull.c:134
9277msgid "do not show a diffstat at the end of the merge"
9278msgstr ""
9279
9280#: builtin/merge.c:200 builtin/pull.c:137
9281msgid "show a diffstat at the end of the merge"
9282msgstr ""
9283
9284#: builtin/merge.c:201 builtin/pull.c:140
9285msgid "(synonym to --stat)"
9286msgstr ""
9287
9288#: builtin/merge.c:203 builtin/pull.c:143
9289msgid "add (at most <n>) entries from shortlog to merge commit message"
9290msgstr ""
9291
9292#: builtin/merge.c:206 builtin/pull.c:146
9293msgid "create a single commit instead of doing a merge"
9294msgstr ""
9295
9296#: builtin/merge.c:208 builtin/pull.c:149
9297msgid "perform a commit if the merge succeeds (default)"
9298msgstr ""
9299
9300#: builtin/merge.c:210 builtin/pull.c:152
9301msgid "edit message before committing"
9302msgstr ""
9303
9304#: builtin/merge.c:211
9305msgid "allow fast-forward (default)"
9306msgstr ""
9307
9308#: builtin/merge.c:213 builtin/pull.c:158
9309msgid "abort if fast-forward is not possible"
9310msgstr ""
9311
9312#: builtin/merge.c:217 builtin/pull.c:161
9313msgid "verify that the named commit has a valid GPG signature"
9314msgstr ""
9315
9316#: builtin/merge.c:218 builtin/notes.c:776 builtin/pull.c:165
9317#: builtin/revert.c:109
9318msgid "strategy"
9319msgstr ""
9320
9321#: builtin/merge.c:219 builtin/pull.c:166
9322msgid "merge strategy to use"
9323msgstr ""
9324
9325#: builtin/merge.c:220 builtin/pull.c:169
9326msgid "option=value"
9327msgstr ""
9328
9329#: builtin/merge.c:221 builtin/pull.c:170
9330msgid "option for selected merge strategy"
9331msgstr ""
9332
9333#: builtin/merge.c:223
9334msgid "merge commit message (for a non-fast-forward merge)"
9335msgstr ""
9336
9337#: builtin/merge.c:227
9338msgid "abort the current in-progress merge"
9339msgstr ""
9340
9341#: builtin/merge.c:229
9342msgid "continue the current in-progress merge"
9343msgstr ""
9344
9345#: builtin/merge.c:231 builtin/pull.c:177
9346msgid "allow merging unrelated histories"
9347msgstr ""
9348
9349#: builtin/merge.c:259
9350msgid "could not run stash."
9351msgstr ""
9352
9353#: builtin/merge.c:264
9354msgid "stash failed"
9355msgstr ""
9356
9357#: builtin/merge.c:269
9358#, c-format
9359msgid "not a valid object: %s"
9360msgstr ""
9361
9362#: builtin/merge.c:288 builtin/merge.c:305
9363msgid "read-tree failed"
9364msgstr ""
9365
9366#: builtin/merge.c:335
9367msgid " (nothing to squash)"
9368msgstr ""
9369
9370#: builtin/merge.c:346
9371#, c-format
9372msgid "Squash commit -- not updating HEAD\n"
9373msgstr ""
9374
9375#: builtin/merge.c:396
9376#, c-format
9377msgid "No merge message -- not updating HEAD\n"
9378msgstr ""
9379
9380#: builtin/merge.c:447
9381#, c-format
9382msgid "'%s' does not point to a commit"
9383msgstr ""
9384
9385#: builtin/merge.c:537
9386#, c-format
9387msgid "Bad branch.%s.mergeoptions string: %s"
9388msgstr ""
9389
9390#: builtin/merge.c:657
9391msgid "Not handling anything other than two heads merge."
9392msgstr ""
9393
9394#: builtin/merge.c:671
9395#, c-format
9396msgid "Unknown option for merge-recursive: -X%s"
9397msgstr ""
9398
9399#: builtin/merge.c:686
9400#, c-format
9401msgid "unable to write %s"
9402msgstr ""
9403
9404#: builtin/merge.c:738
9405#, c-format
9406msgid "Could not read from '%s'"
9407msgstr ""
9408
9409#: builtin/merge.c:747
9410#, c-format
9411msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9412msgstr ""
9413
9414#: builtin/merge.c:753
9415#, c-format
9416msgid ""
9417"Please enter a commit message to explain why this merge is necessary,\n"
9418"especially if it merges an updated upstream into a topic branch.\n"
9419"\n"
9420"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9421"the commit.\n"
9422msgstr ""
9423
9424#: builtin/merge.c:777
9425msgid "Empty commit message."
9426msgstr ""
9427
9428#: builtin/merge.c:797
9429#, c-format
9430msgid "Wonderful.\n"
9431msgstr ""
9432
9433#: builtin/merge.c:850
9434#, c-format
9435msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9436msgstr ""
9437
9438#: builtin/merge.c:889
9439msgid "No current branch."
9440msgstr ""
9441
9442#: builtin/merge.c:891
9443msgid "No remote for the current branch."
9444msgstr ""
9445
9446#: builtin/merge.c:893
9447msgid "No default upstream defined for the current branch."
9448msgstr ""
9449
9450#: builtin/merge.c:898
9451#, c-format
9452msgid "No remote-tracking branch for %s from %s"
9453msgstr ""
9454
9455#: builtin/merge.c:945
9456#, c-format
9457msgid "Bad value '%s' in environment '%s'"
9458msgstr ""
9459
9460#: builtin/merge.c:1046
9461#, c-format
9462msgid "not something we can merge in %s: %s"
9463msgstr ""
9464
9465#: builtin/merge.c:1080
9466msgid "not something we can merge"
9467msgstr ""
9468
9469#: builtin/merge.c:1145
9470msgid "--abort expects no arguments"
9471msgstr ""
9472
9473#: builtin/merge.c:1149
9474msgid "There is no merge to abort (MERGE_HEAD missing)."
9475msgstr ""
9476
9477#: builtin/merge.c:1161
9478msgid "--continue expects no arguments"
9479msgstr ""
9480
9481#: builtin/merge.c:1165
9482msgid "There is no merge in progress (MERGE_HEAD missing)."
9483msgstr ""
9484
9485#: builtin/merge.c:1181
9486msgid ""
9487"You have not concluded your merge (MERGE_HEAD exists).\n"
9488"Please, commit your changes before you merge."
9489msgstr ""
9490
9491#: builtin/merge.c:1188
9492msgid ""
9493"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9494"Please, commit your changes before you merge."
9495msgstr ""
9496
9497#: builtin/merge.c:1191
9498msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9499msgstr ""
9500
9501#: builtin/merge.c:1200
9502msgid "You cannot combine --squash with --no-ff."
9503msgstr ""
9504
9505#: builtin/merge.c:1208
9506msgid "No commit specified and merge.defaultToUpstream not set."
9507msgstr ""
9508
9509#: builtin/merge.c:1225
9510msgid "Squash commit into empty head not supported yet"
9511msgstr ""
9512
9513#: builtin/merge.c:1227
9514msgid "Non-fast-forward commit does not make sense into an empty head"
9515msgstr ""
9516
9517#: builtin/merge.c:1232
9518#, c-format
9519msgid "%s - not something we can merge"
9520msgstr ""
9521
9522#: builtin/merge.c:1234
9523msgid "Can merge only exactly one commit into empty head"
9524msgstr ""
9525
9526#: builtin/merge.c:1268
9527#, c-format
9528msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9529msgstr ""
9530
9531#: builtin/merge.c:1271
9532#, c-format
9533msgid "Commit %s has a bad GPG signature allegedly by %s."
9534msgstr ""
9535
9536#: builtin/merge.c:1274
9537#, c-format
9538msgid "Commit %s does not have a GPG signature."
9539msgstr ""
9540
9541#: builtin/merge.c:1277
9542#, c-format
9543msgid "Commit %s has a good GPG signature by %s\n"
9544msgstr ""
9545
9546#: builtin/merge.c:1339
9547msgid "refusing to merge unrelated histories"
9548msgstr ""
9549
9550#: builtin/merge.c:1348
9551msgid "Already up-to-date."
9552msgstr ""
9553
9554#: builtin/merge.c:1358
9555#, c-format
9556msgid "Updating %s..%s\n"
9557msgstr ""
9558
9559#: builtin/merge.c:1399
9560#, c-format
9561msgid "Trying really trivial in-index merge...\n"
9562msgstr ""
9563
9564#: builtin/merge.c:1406
9565#, c-format
9566msgid "Nope.\n"
9567msgstr ""
9568
9569#: builtin/merge.c:1431
9570msgid "Already up-to-date. Yeeah!"
9571msgstr ""
9572
9573#: builtin/merge.c:1437
9574msgid "Not possible to fast-forward, aborting."
9575msgstr ""
9576
9577#: builtin/merge.c:1460 builtin/merge.c:1539
9578#, c-format
9579msgid "Rewinding the tree to pristine...\n"
9580msgstr ""
9581
9582#: builtin/merge.c:1464
9583#, c-format
9584msgid "Trying merge strategy %s...\n"
9585msgstr ""
9586
9587#: builtin/merge.c:1530
9588#, c-format
9589msgid "No merge strategy handled the merge.\n"
9590msgstr ""
9591
9592#: builtin/merge.c:1532
9593#, c-format
9594msgid "Merge with strategy %s failed.\n"
9595msgstr ""
9596
9597#: builtin/merge.c:1541
9598#, c-format
9599msgid "Using the %s to prepare resolving by hand.\n"
9600msgstr ""
9601
9602#: builtin/merge.c:1553
9603#, c-format
9604msgid "Automatic merge went well; stopped before committing as requested\n"
9605msgstr ""
9606
9607#: builtin/merge-base.c:30
9608msgid "git merge-base [-a | --all] <commit> <commit>..."
9609msgstr ""
9610
9611#: builtin/merge-base.c:31
9612msgid "git merge-base [-a | --all] --octopus <commit>..."
9613msgstr ""
9614
9615#: builtin/merge-base.c:32
9616msgid "git merge-base --independent <commit>..."
9617msgstr ""
9618
9619#: builtin/merge-base.c:33
9620msgid "git merge-base --is-ancestor <commit> <commit>"
9621msgstr ""
9622
9623#: builtin/merge-base.c:34
9624msgid "git merge-base --fork-point <ref> [<commit>]"
9625msgstr ""
9626
9627#: builtin/merge-base.c:218
9628msgid "output all common ancestors"
9629msgstr ""
9630
9631#: builtin/merge-base.c:220
9632msgid "find ancestors for a single n-way merge"
9633msgstr ""
9634
9635#: builtin/merge-base.c:222
9636msgid "list revs not reachable from others"
9637msgstr ""
9638
9639#: builtin/merge-base.c:224
9640msgid "is the first one ancestor of the other?"
9641msgstr ""
9642
9643#: builtin/merge-base.c:226
9644msgid "find where <commit> forked from reflog of <ref>"
9645msgstr ""
9646
9647#: builtin/merge-file.c:9
9648msgid ""
9649"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9650"<orig-file> <file2>"
9651msgstr ""
9652
9653#: builtin/merge-file.c:33
9654msgid "send results to standard output"
9655msgstr ""
9656
9657#: builtin/merge-file.c:34
9658msgid "use a diff3 based merge"
9659msgstr ""
9660
9661#: builtin/merge-file.c:35
9662msgid "for conflicts, use our version"
9663msgstr ""
9664
9665#: builtin/merge-file.c:37
9666msgid "for conflicts, use their version"
9667msgstr ""
9668
9669#: builtin/merge-file.c:39
9670msgid "for conflicts, use a union version"
9671msgstr ""
9672
9673#: builtin/merge-file.c:42
9674msgid "for conflicts, use this marker size"
9675msgstr ""
9676
9677#: builtin/merge-file.c:43
9678msgid "do not warn about conflicts"
9679msgstr ""
9680
9681#: builtin/merge-file.c:45
9682msgid "set labels for file1/orig-file/file2"
9683msgstr ""
9684
9685#: builtin/merge-recursive.c:45
9686#, c-format
9687msgid "unknown option %s"
9688msgstr ""
9689
9690#: builtin/merge-recursive.c:51
9691#, c-format
9692msgid "could not parse object '%s'"
9693msgstr ""
9694
9695#: builtin/merge-recursive.c:55
9696#, c-format
9697msgid "cannot handle more than %d base. Ignoring %s."
9698msgid_plural "cannot handle more than %d bases. Ignoring %s."
9699msgstr[0] ""
9700msgstr[1] ""
9701
9702#: builtin/merge-recursive.c:63
9703msgid "not handling anything other than two heads merge."
9704msgstr ""
9705
9706#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9707#, c-format
9708msgid "could not resolve ref '%s'"
9709msgstr ""
9710
9711#: builtin/merge-recursive.c:77
9712#, c-format
9713msgid "Merging %s with %s\n"
9714msgstr ""
9715
9716#: builtin/mktree.c:65
9717msgid "git mktree [-z] [--missing] [--batch]"
9718msgstr ""
9719
9720#: builtin/mktree.c:153
9721msgid "input is NUL terminated"
9722msgstr ""
9723
9724#: builtin/mktree.c:154 builtin/write-tree.c:25
9725msgid "allow missing objects"
9726msgstr ""
9727
9728#: builtin/mktree.c:155
9729msgid "allow creation of more than one tree"
9730msgstr ""
9731
9732#: builtin/mv.c:17
9733msgid "git mv [<options>] <source>... <destination>"
9734msgstr ""
9735
9736#: builtin/mv.c:83
9737#, c-format
9738msgid "Directory %s is in index and no submodule?"
9739msgstr ""
9740
9741#: builtin/mv.c:85 builtin/rm.c:290
9742msgid "Please stage your changes to .gitmodules or stash them to proceed"
9743msgstr ""
9744
9745#: builtin/mv.c:103
9746#, c-format
9747msgid "%.*s is in index"
9748msgstr ""
9749
9750#: builtin/mv.c:125
9751msgid "force move/rename even if target exists"
9752msgstr ""
9753
9754#: builtin/mv.c:126
9755msgid "skip move/rename errors"
9756msgstr ""
9757
9758#: builtin/mv.c:168
9759#, c-format
9760msgid "destination '%s' is not a directory"
9761msgstr ""
9762
9763#: builtin/mv.c:179
9764#, c-format
9765msgid "Checking rename of '%s' to '%s'\n"
9766msgstr ""
9767
9768#: builtin/mv.c:183
9769msgid "bad source"
9770msgstr ""
9771
9772#: builtin/mv.c:186
9773msgid "can not move directory into itself"
9774msgstr ""
9775
9776#: builtin/mv.c:189
9777msgid "cannot move directory over file"
9778msgstr ""
9779
9780#: builtin/mv.c:198
9781msgid "source directory is empty"
9782msgstr ""
9783
9784#: builtin/mv.c:223
9785msgid "not under version control"
9786msgstr ""
9787
9788#: builtin/mv.c:226
9789msgid "destination exists"
9790msgstr ""
9791
9792#: builtin/mv.c:234
9793#, c-format
9794msgid "overwriting '%s'"
9795msgstr ""
9796
9797#: builtin/mv.c:237
9798msgid "Cannot overwrite"
9799msgstr ""
9800
9801#: builtin/mv.c:240
9802msgid "multiple sources for the same target"
9803msgstr ""
9804
9805#: builtin/mv.c:242
9806msgid "destination directory does not exist"
9807msgstr ""
9808
9809#: builtin/mv.c:249
9810#, c-format
9811msgid "%s, source=%s, destination=%s"
9812msgstr ""
9813
9814#: builtin/mv.c:270
9815#, c-format
9816msgid "Renaming %s to %s\n"
9817msgstr ""
9818
9819#: builtin/mv.c:276 builtin/remote.c:711 builtin/repack.c:390
9820#, c-format
9821msgid "renaming '%s' failed"
9822msgstr ""
9823
9824#: builtin/name-rev.c:338
9825msgid "git name-rev [<options>] <commit>..."
9826msgstr ""
9827
9828#: builtin/name-rev.c:339
9829msgid "git name-rev [<options>] --all"
9830msgstr ""
9831
9832#: builtin/name-rev.c:340
9833msgid "git name-rev [<options>] --stdin"
9834msgstr ""
9835
9836#: builtin/name-rev.c:395
9837msgid "print only names (no SHA-1)"
9838msgstr ""
9839
9840#: builtin/name-rev.c:396
9841msgid "only use tags to name the commits"
9842msgstr ""
9843
9844#: builtin/name-rev.c:398
9845msgid "only use refs matching <pattern>"
9846msgstr ""
9847
9848#: builtin/name-rev.c:400
9849msgid "ignore refs matching <pattern>"
9850msgstr ""
9851
9852#: builtin/name-rev.c:402
9853msgid "list all commits reachable from all refs"
9854msgstr ""
9855
9856#: builtin/name-rev.c:403
9857msgid "read from stdin"
9858msgstr ""
9859
9860#: builtin/name-rev.c:404
9861msgid "allow to print `undefined` names (default)"
9862msgstr ""
9863
9864#: builtin/name-rev.c:410
9865msgid "dereference tags in the input (internal use)"
9866msgstr ""
9867
9868#: builtin/notes.c:26
9869msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9870msgstr ""
9871
9872#: builtin/notes.c:27
9873msgid ""
9874"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9875"| (-c | -C) <object>] [<object>]"
9876msgstr ""
9877
9878#: builtin/notes.c:28
9879msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9880msgstr ""
9881
9882#: builtin/notes.c:29
9883msgid ""
9884"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9885"(-c | -C) <object>] [<object>]"
9886msgstr ""
9887
9888#: builtin/notes.c:30
9889msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9890msgstr ""
9891
9892#: builtin/notes.c:31
9893msgid "git notes [--ref <notes-ref>] show [<object>]"
9894msgstr ""
9895
9896#: builtin/notes.c:32
9897msgid ""
9898"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9899msgstr ""
9900
9901#: builtin/notes.c:33
9902msgid "git notes merge --commit [-v | -q]"
9903msgstr ""
9904
9905#: builtin/notes.c:34
9906msgid "git notes merge --abort [-v | -q]"
9907msgstr ""
9908
9909#: builtin/notes.c:35
9910msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9911msgstr ""
9912
9913#: builtin/notes.c:36
9914msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9915msgstr ""
9916
9917#: builtin/notes.c:37
9918msgid "git notes [--ref <notes-ref>] get-ref"
9919msgstr ""
9920
9921#: builtin/notes.c:42
9922msgid "git notes [list [<object>]]"
9923msgstr ""
9924
9925#: builtin/notes.c:47
9926msgid "git notes add [<options>] [<object>]"
9927msgstr ""
9928
9929#: builtin/notes.c:52
9930msgid "git notes copy [<options>] <from-object> <to-object>"
9931msgstr ""
9932
9933#: builtin/notes.c:53
9934msgid "git notes copy --stdin [<from-object> <to-object>]..."
9935msgstr ""
9936
9937#: builtin/notes.c:58
9938msgid "git notes append [<options>] [<object>]"
9939msgstr ""
9940
9941#: builtin/notes.c:63
9942msgid "git notes edit [<object>]"
9943msgstr ""
9944
9945#: builtin/notes.c:68
9946msgid "git notes show [<object>]"
9947msgstr ""
9948
9949#: builtin/notes.c:73
9950msgid "git notes merge [<options>] <notes-ref>"
9951msgstr ""
9952
9953#: builtin/notes.c:74
9954msgid "git notes merge --commit [<options>]"
9955msgstr ""
9956
9957#: builtin/notes.c:75
9958msgid "git notes merge --abort [<options>]"
9959msgstr ""
9960
9961#: builtin/notes.c:80
9962msgid "git notes remove [<object>]"
9963msgstr ""
9964
9965#: builtin/notes.c:85
9966msgid "git notes prune [<options>]"
9967msgstr ""
9968
9969#: builtin/notes.c:90
9970msgid "git notes get-ref"
9971msgstr ""
9972
9973#: builtin/notes.c:95
9974msgid "Write/edit the notes for the following object:"
9975msgstr ""
9976
9977#: builtin/notes.c:148
9978#, c-format
9979msgid "unable to start 'show' for object '%s'"
9980msgstr ""
9981
9982#: builtin/notes.c:152
9983msgid "could not read 'show' output"
9984msgstr ""
9985
9986#: builtin/notes.c:160
9987#, c-format
9988msgid "failed to finish 'show' for object '%s'"
9989msgstr ""
9990
9991#: builtin/notes.c:195
9992msgid "please supply the note contents using either -m or -F option"
9993msgstr ""
9994
9995#: builtin/notes.c:204
9996msgid "unable to write note object"
9997msgstr ""
9998
9999#: builtin/notes.c:206
10000#, c-format
10001msgid "the note contents have been left in %s"
10002msgstr ""
10003
10004#: builtin/notes.c:234 builtin/tag.c:517
10005#, c-format
10006msgid "cannot read '%s'"
10007msgstr ""
10008
10009#: builtin/notes.c:236 builtin/tag.c:520
10010#, c-format
10011msgid "could not open or read '%s'"
10012msgstr ""
10013
10014#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10015#: builtin/notes.c:375 builtin/notes.c:430 builtin/notes.c:516
10016#: builtin/notes.c:521 builtin/notes.c:599 builtin/notes.c:661
10017#, c-format
10018msgid "failed to resolve '%s' as a valid ref."
10019msgstr ""
10020
10021#: builtin/notes.c:258
10022#, c-format
10023msgid "failed to read object '%s'."
10024msgstr ""
10025
10026#: builtin/notes.c:262
10027#, c-format
10028msgid "cannot read note data from non-blob object '%s'."
10029msgstr ""
10030
10031#: builtin/notes.c:302
10032#, c-format
10033msgid "malformed input line: '%s'."
10034msgstr ""
10035
10036#: builtin/notes.c:317
10037#, c-format
10038msgid "failed to copy notes from '%s' to '%s'"
10039msgstr ""
10040
10041#. TRANSLATORS: the first %s will be replaced by a git
10042#. notes command: 'add', 'merge', 'remove', etc.
10043#.
10044#: builtin/notes.c:348
10045#, c-format
10046msgid "refusing to %s notes in %s (outside of refs/notes/)"
10047msgstr ""
10048
10049#: builtin/notes.c:368 builtin/notes.c:423 builtin/notes.c:499
10050#: builtin/notes.c:511 builtin/notes.c:587 builtin/notes.c:654
10051#: builtin/notes.c:804 builtin/notes.c:951 builtin/notes.c:972
10052msgid "too many parameters"
10053msgstr ""
10054
10055#: builtin/notes.c:381 builtin/notes.c:667
10056#, c-format
10057msgid "no note found for object %s."
10058msgstr ""
10059
10060#: builtin/notes.c:402 builtin/notes.c:565
10061msgid "note contents as a string"
10062msgstr ""
10063
10064#: builtin/notes.c:405 builtin/notes.c:568
10065msgid "note contents in a file"
10066msgstr ""
10067
10068#: builtin/notes.c:408 builtin/notes.c:571
10069msgid "reuse and edit specified note object"
10070msgstr ""
10071
10072#: builtin/notes.c:411 builtin/notes.c:574
10073msgid "reuse specified note object"
10074msgstr ""
10075
10076#: builtin/notes.c:414 builtin/notes.c:577
10077msgid "allow storing empty note"
10078msgstr ""
10079
10080#: builtin/notes.c:415 builtin/notes.c:486
10081msgid "replace existing notes"
10082msgstr ""
10083
10084#: builtin/notes.c:440
10085#, c-format
10086msgid ""
10087"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10088"existing notes"
10089msgstr ""
10090
10091#: builtin/notes.c:455 builtin/notes.c:534
10092#, c-format
10093msgid "Overwriting existing notes for object %s\n"
10094msgstr ""
10095
10096#: builtin/notes.c:466 builtin/notes.c:626 builtin/notes.c:891
10097#, c-format
10098msgid "Removing note for object %s\n"
10099msgstr ""
10100
10101#: builtin/notes.c:487
10102msgid "read objects from stdin"
10103msgstr ""
10104
10105#: builtin/notes.c:489
10106msgid "load rewriting config for <command> (implies --stdin)"
10107msgstr ""
10108
10109#: builtin/notes.c:507
10110msgid "too few parameters"
10111msgstr ""
10112
10113#: builtin/notes.c:528
10114#, c-format
10115msgid ""
10116"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10117"existing notes"
10118msgstr ""
10119
10120#: builtin/notes.c:540
10121#, c-format
10122msgid "missing notes on source object %s. Cannot copy."
10123msgstr ""
10124
10125#: builtin/notes.c:592
10126#, c-format
10127msgid ""
10128"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10129"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10130msgstr ""
10131
10132#: builtin/notes.c:687
10133msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10134msgstr ""
10135
10136#: builtin/notes.c:689
10137msgid "failed to delete ref NOTES_MERGE_REF"
10138msgstr ""
10139
10140#: builtin/notes.c:691
10141msgid "failed to remove 'git notes merge' worktree"
10142msgstr ""
10143
10144#: builtin/notes.c:711
10145msgid "failed to read ref NOTES_MERGE_PARTIAL"
10146msgstr ""
10147
10148#: builtin/notes.c:713
10149msgid "could not find commit from NOTES_MERGE_PARTIAL."
10150msgstr ""
10151
10152#: builtin/notes.c:715
10153msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10154msgstr ""
10155
10156#: builtin/notes.c:728
10157msgid "failed to resolve NOTES_MERGE_REF"
10158msgstr ""
10159
10160#: builtin/notes.c:731
10161msgid "failed to finalize notes merge"
10162msgstr ""
10163
10164#: builtin/notes.c:757
10165#, c-format
10166msgid "unknown notes merge strategy %s"
10167msgstr ""
10168
10169#: builtin/notes.c:773
10170msgid "General options"
10171msgstr ""
10172
10173#: builtin/notes.c:775
10174msgid "Merge options"
10175msgstr ""
10176
10177#: builtin/notes.c:777
10178msgid ""
10179"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10180"cat_sort_uniq)"
10181msgstr ""
10182
10183#: builtin/notes.c:779
10184msgid "Committing unmerged notes"
10185msgstr ""
10186
10187#: builtin/notes.c:781
10188msgid "finalize notes merge by committing unmerged notes"
10189msgstr ""
10190
10191#: builtin/notes.c:783
10192msgid "Aborting notes merge resolution"
10193msgstr ""
10194
10195#: builtin/notes.c:785
10196msgid "abort notes merge"
10197msgstr ""
10198
10199#: builtin/notes.c:796
10200msgid "cannot mix --commit, --abort or -s/--strategy"
10201msgstr ""
10202
10203#: builtin/notes.c:801
10204msgid "must specify a notes ref to merge"
10205msgstr ""
10206
10207#: builtin/notes.c:825
10208#, c-format
10209msgid "unknown -s/--strategy: %s"
10210msgstr ""
10211
10212#: builtin/notes.c:862
10213#, c-format
10214msgid "a notes merge into %s is already in-progress at %s"
10215msgstr ""
10216
10217#: builtin/notes.c:865
10218#, c-format
10219msgid "failed to store link to current notes ref (%s)"
10220msgstr ""
10221
10222#: builtin/notes.c:867
10223#, c-format
10224msgid ""
10225"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10226"'git notes merge --commit', or abort the merge with 'git notes merge --"
10227"abort'.\n"
10228msgstr ""
10229
10230#: builtin/notes.c:889
10231#, c-format
10232msgid "Object %s has no note\n"
10233msgstr ""
10234
10235#: builtin/notes.c:901
10236msgid "attempt to remove non-existent note is not an error"
10237msgstr ""
10238
10239#: builtin/notes.c:904
10240msgid "read object names from the standard input"
10241msgstr ""
10242
10243#: builtin/notes.c:942 builtin/prune.c:105 builtin/worktree.c:128
10244msgid "do not remove, show only"
10245msgstr ""
10246
10247#: builtin/notes.c:943
10248msgid "report pruned notes"
10249msgstr ""
10250
10251#: builtin/notes.c:985
10252msgid "notes-ref"
10253msgstr ""
10254
10255#: builtin/notes.c:986
10256msgid "use notes from <notes-ref>"
10257msgstr ""
10258
10259#: builtin/notes.c:1021
10260#, c-format
10261msgid "unknown subcommand: %s"
10262msgstr ""
10263
10264#: builtin/pack-objects.c:30
10265msgid ""
10266"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10267msgstr ""
10268
10269#: builtin/pack-objects.c:31
10270msgid ""
10271"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10272msgstr ""
10273
10274#: builtin/pack-objects.c:180 builtin/pack-objects.c:183
10275#, c-format
10276msgid "deflate error (%d)"
10277msgstr ""
10278
10279#: builtin/pack-objects.c:776
10280msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10281msgstr ""
10282
10283#: builtin/pack-objects.c:789
10284msgid "Writing objects"
10285msgstr ""
10286
10287#: builtin/pack-objects.c:1069
10288msgid "disabling bitmap writing, as some objects are not being packed"
10289msgstr ""
10290
10291#: builtin/pack-objects.c:2434
10292msgid "Compressing objects"
10293msgstr ""
10294
10295#: builtin/pack-objects.c:2843
10296#, c-format
10297msgid "unsupported index version %s"
10298msgstr ""
10299
10300#: builtin/pack-objects.c:2847
10301#, c-format
10302msgid "bad index version '%s'"
10303msgstr ""
10304
10305#: builtin/pack-objects.c:2877
10306msgid "do not show progress meter"
10307msgstr ""
10308
10309#: builtin/pack-objects.c:2879
10310msgid "show progress meter"
10311msgstr ""
10312
10313#: builtin/pack-objects.c:2881
10314msgid "show progress meter during object writing phase"
10315msgstr ""
10316
10317#: builtin/pack-objects.c:2884
10318msgid "similar to --all-progress when progress meter is shown"
10319msgstr ""
10320
10321#: builtin/pack-objects.c:2885
10322msgid "version[,offset]"
10323msgstr ""
10324
10325#: builtin/pack-objects.c:2886
10326msgid "write the pack index file in the specified idx format version"
10327msgstr ""
10328
10329#: builtin/pack-objects.c:2889
10330msgid "maximum size of each output pack file"
10331msgstr ""
10332
10333#: builtin/pack-objects.c:2891
10334msgid "ignore borrowed objects from alternate object store"
10335msgstr ""
10336
10337#: builtin/pack-objects.c:2893
10338msgid "ignore packed objects"
10339msgstr ""
10340
10341#: builtin/pack-objects.c:2895
10342msgid "limit pack window by objects"
10343msgstr ""
10344
10345#: builtin/pack-objects.c:2897
10346msgid "limit pack window by memory in addition to object limit"
10347msgstr ""
10348
10349#: builtin/pack-objects.c:2899
10350msgid "maximum length of delta chain allowed in the resulting pack"
10351msgstr ""
10352
10353#: builtin/pack-objects.c:2901
10354msgid "reuse existing deltas"
10355msgstr ""
10356
10357#: builtin/pack-objects.c:2903
10358msgid "reuse existing objects"
10359msgstr ""
10360
10361#: builtin/pack-objects.c:2905
10362msgid "use OFS_DELTA objects"
10363msgstr ""
10364
10365#: builtin/pack-objects.c:2907
10366msgid "use threads when searching for best delta matches"
10367msgstr ""
10368
10369#: builtin/pack-objects.c:2909
10370msgid "do not create an empty pack output"
10371msgstr ""
10372
10373#: builtin/pack-objects.c:2911
10374msgid "read revision arguments from standard input"
10375msgstr ""
10376
10377#: builtin/pack-objects.c:2913
10378msgid "limit the objects to those that are not yet packed"
10379msgstr ""
10380
10381#: builtin/pack-objects.c:2916
10382msgid "include objects reachable from any reference"
10383msgstr ""
10384
10385#: builtin/pack-objects.c:2919
10386msgid "include objects referred by reflog entries"
10387msgstr ""
10388
10389#: builtin/pack-objects.c:2922
10390msgid "include objects referred to by the index"
10391msgstr ""
10392
10393#: builtin/pack-objects.c:2925
10394msgid "output pack to stdout"
10395msgstr ""
10396
10397#: builtin/pack-objects.c:2927
10398msgid "include tag objects that refer to objects to be packed"
10399msgstr ""
10400
10401#: builtin/pack-objects.c:2929
10402msgid "keep unreachable objects"
10403msgstr ""
10404
10405#: builtin/pack-objects.c:2931
10406msgid "pack loose unreachable objects"
10407msgstr ""
10408
10409#: builtin/pack-objects.c:2933
10410msgid "unpack unreachable objects newer than <time>"
10411msgstr ""
10412
10413#: builtin/pack-objects.c:2936
10414msgid "create thin packs"
10415msgstr ""
10416
10417#: builtin/pack-objects.c:2938
10418msgid "create packs suitable for shallow fetches"
10419msgstr ""
10420
10421#: builtin/pack-objects.c:2940
10422msgid "ignore packs that have companion .keep file"
10423msgstr ""
10424
10425#: builtin/pack-objects.c:2942
10426msgid "pack compression level"
10427msgstr ""
10428
10429#: builtin/pack-objects.c:2944
10430msgid "do not hide commits by grafts"
10431msgstr ""
10432
10433#: builtin/pack-objects.c:2946
10434msgid "use a bitmap index if available to speed up counting objects"
10435msgstr ""
10436
10437#: builtin/pack-objects.c:2948
10438msgid "write a bitmap index together with the pack index"
10439msgstr ""
10440
10441#: builtin/pack-objects.c:3075
10442msgid "Counting objects"
10443msgstr ""
10444
10445#: builtin/pack-refs.c:6
10446msgid "git pack-refs [<options>]"
10447msgstr ""
10448
10449#: builtin/pack-refs.c:14
10450msgid "pack everything"
10451msgstr ""
10452
10453#: builtin/pack-refs.c:15
10454msgid "prune loose refs (default)"
10455msgstr ""
10456
10457#: builtin/prune-packed.c:7
10458msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10459msgstr ""
10460
10461#: builtin/prune-packed.c:40
10462msgid "Removing duplicate objects"
10463msgstr ""
10464
10465#: builtin/prune.c:11
10466msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10467msgstr ""
10468
10469#: builtin/prune.c:106
10470msgid "report pruned objects"
10471msgstr ""
10472
10473#: builtin/prune.c:109
10474msgid "expire objects older than <time>"
10475msgstr ""
10476
10477#: builtin/prune.c:123
10478msgid "cannot prune in a precious-objects repo"
10479msgstr ""
10480
10481#: builtin/pull.c:54 builtin/pull.c:56
10482#, c-format
10483msgid "Invalid value for %s: %s"
10484msgstr ""
10485
10486#: builtin/pull.c:76
10487msgid "git pull [<options>] [<repository> [<refspec>...]]"
10488msgstr ""
10489
10490#: builtin/pull.c:124
10491msgid "control for recursive fetching of submodules"
10492msgstr ""
10493
10494#: builtin/pull.c:128
10495msgid "Options related to merging"
10496msgstr ""
10497
10498#: builtin/pull.c:131
10499msgid "incorporate changes by rebasing rather than merging"
10500msgstr ""
10501
10502#: builtin/pull.c:155 builtin/rebase--helper.c:19 builtin/revert.c:121
10503msgid "allow fast-forward"
10504msgstr ""
10505
10506#: builtin/pull.c:164
10507msgid "automatically stash/stash pop before and after rebase"
10508msgstr ""
10509
10510#: builtin/pull.c:180
10511msgid "Options related to fetching"
10512msgstr ""
10513
10514#: builtin/pull.c:198
10515msgid "number of submodules pulled in parallel"
10516msgstr ""
10517
10518#: builtin/pull.c:287
10519#, c-format
10520msgid "Invalid value for pull.ff: %s"
10521msgstr ""
10522
10523#: builtin/pull.c:399
10524msgid ""
10525"There is no candidate for rebasing against among the refs that you just "
10526"fetched."
10527msgstr ""
10528
10529#: builtin/pull.c:401
10530msgid ""
10531"There are no candidates for merging among the refs that you just fetched."
10532msgstr ""
10533
10534#: builtin/pull.c:402
10535msgid ""
10536"Generally this means that you provided a wildcard refspec which had no\n"
10537"matches on the remote end."
10538msgstr ""
10539
10540#: builtin/pull.c:405
10541#, c-format
10542msgid ""
10543"You asked to pull from the remote '%s', but did not specify\n"
10544"a branch. Because this is not the default configured remote\n"
10545"for your current branch, you must specify a branch on the command line."
10546msgstr ""
10547
10548#: builtin/pull.c:410 git-parse-remote.sh:73
10549msgid "You are not currently on a branch."
10550msgstr ""
10551
10552#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:79
10553msgid "Please specify which branch you want to rebase against."
10554msgstr ""
10555
10556#: builtin/pull.c:414 builtin/pull.c:429 git-parse-remote.sh:82
10557msgid "Please specify which branch you want to merge with."
10558msgstr ""
10559
10560#: builtin/pull.c:415 builtin/pull.c:430
10561msgid "See git-pull(1) for details."
10562msgstr ""
10563
10564#: builtin/pull.c:417 builtin/pull.c:423 builtin/pull.c:432
10565#: git-parse-remote.sh:64
10566msgid "<remote>"
10567msgstr ""
10568
10569#: builtin/pull.c:417 builtin/pull.c:432 builtin/pull.c:437 git-rebase.sh:456
10570#: git-parse-remote.sh:65
10571msgid "<branch>"
10572msgstr ""
10573
10574#: builtin/pull.c:425 git-parse-remote.sh:75
10575msgid "There is no tracking information for the current branch."
10576msgstr ""
10577
10578#: builtin/pull.c:434 git-parse-remote.sh:95
10579msgid ""
10580"If you wish to set tracking information for this branch you can do so with:"
10581msgstr ""
10582
10583#: builtin/pull.c:439
10584#, c-format
10585msgid ""
10586"Your configuration specifies to merge with the ref '%s'\n"
10587"from the remote, but no such ref was fetched."
10588msgstr ""
10589
10590#: builtin/pull.c:792
10591msgid "ignoring --verify-signatures for rebase"
10592msgstr ""
10593
10594#: builtin/pull.c:840
10595msgid "--[no-]autostash option is only valid with --rebase."
10596msgstr ""
10597
10598#: builtin/pull.c:848
10599msgid "Updating an unborn branch with changes added to the index."
10600msgstr ""
10601
10602#: builtin/pull.c:851
10603msgid "pull with rebase"
10604msgstr ""
10605
10606#: builtin/pull.c:852
10607msgid "please commit or stash them."
10608msgstr ""
10609
10610#: builtin/pull.c:877
10611#, c-format
10612msgid ""
10613"fetch updated the current branch head.\n"
10614"fast-forwarding your working tree from\n"
10615"commit %s."
10616msgstr ""
10617
10618#: builtin/pull.c:882
10619#, c-format
10620msgid ""
10621"Cannot fast-forward your working tree.\n"
10622"After making sure that you saved anything precious from\n"
10623"$ git diff %s\n"
10624"output, run\n"
10625"$ git reset --hard\n"
10626"to recover."
10627msgstr ""
10628
10629#: builtin/pull.c:897
10630msgid "Cannot merge multiple branches into empty head."
10631msgstr ""
10632
10633#: builtin/pull.c:901
10634msgid "Cannot rebase onto multiple branches."
10635msgstr ""
10636
10637#: builtin/pull.c:908
10638msgid "cannot rebase with locally recorded submodule modifications"
10639msgstr ""
10640
10641#: builtin/push.c:17
10642msgid "git push [<options>] [<repository> [<refspec>...]]"
10643msgstr ""
10644
10645#: builtin/push.c:90
10646msgid "tag shorthand without <tag>"
10647msgstr ""
10648
10649#: builtin/push.c:100
10650msgid "--delete only accepts plain target ref names"
10651msgstr ""
10652
10653#: builtin/push.c:144
10654msgid ""
10655"\n"
10656"To choose either option permanently, see push.default in 'git help config'."
10657msgstr ""
10658
10659#: builtin/push.c:147
10660#, c-format
10661msgid ""
10662"The upstream branch of your current branch does not match\n"
10663"the name of your current branch.  To push to the upstream branch\n"
10664"on the remote, use\n"
10665"\n"
10666"    git push %s HEAD:%s\n"
10667"\n"
10668"To push to the branch of the same name on the remote, use\n"
10669"\n"
10670"    git push %s %s\n"
10671"%s"
10672msgstr ""
10673
10674#: builtin/push.c:162
10675#, c-format
10676msgid ""
10677"You are not currently on a branch.\n"
10678"To push the history leading to the current (detached HEAD)\n"
10679"state now, use\n"
10680"\n"
10681"    git push %s HEAD:<name-of-remote-branch>\n"
10682msgstr ""
10683
10684#: builtin/push.c:176
10685#, c-format
10686msgid ""
10687"The current branch %s has no upstream branch.\n"
10688"To push the current branch and set the remote as upstream, use\n"
10689"\n"
10690"    git push --set-upstream %s %s\n"
10691msgstr ""
10692
10693#: builtin/push.c:184
10694#, c-format
10695msgid "The current branch %s has multiple upstream branches, refusing to push."
10696msgstr ""
10697
10698#: builtin/push.c:187
10699#, c-format
10700msgid ""
10701"You are pushing to remote '%s', which is not the upstream of\n"
10702"your current branch '%s', without telling me what to push\n"
10703"to update which remote branch."
10704msgstr ""
10705
10706#: builtin/push.c:246
10707msgid ""
10708"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10709msgstr ""
10710
10711#: builtin/push.c:253
10712msgid ""
10713"Updates were rejected because the tip of your current branch is behind\n"
10714"its remote counterpart. Integrate the remote changes (e.g.\n"
10715"'git pull ...') before pushing again.\n"
10716"See the 'Note about fast-forwards' in 'git push --help' for details."
10717msgstr ""
10718
10719#: builtin/push.c:259
10720msgid ""
10721"Updates were rejected because a pushed branch tip is behind its remote\n"
10722"counterpart. Check out this branch and integrate the remote changes\n"
10723"(e.g. 'git pull ...') before pushing again.\n"
10724"See the 'Note about fast-forwards' in 'git push --help' for details."
10725msgstr ""
10726
10727#: builtin/push.c:265
10728msgid ""
10729"Updates were rejected because the remote contains work that you do\n"
10730"not have locally. This is usually caused by another repository pushing\n"
10731"to the same ref. You may want to first integrate the remote changes\n"
10732"(e.g., 'git pull ...') before pushing again.\n"
10733"See the 'Note about fast-forwards' in 'git push --help' for details."
10734msgstr ""
10735
10736#: builtin/push.c:272
10737msgid "Updates were rejected because the tag already exists in the remote."
10738msgstr ""
10739
10740#: builtin/push.c:275
10741msgid ""
10742"You cannot update a remote ref that points at a non-commit object,\n"
10743"or update a remote ref to make it point at a non-commit object,\n"
10744"without using the '--force' option.\n"
10745msgstr ""
10746
10747#: builtin/push.c:335
10748#, c-format
10749msgid "Pushing to %s\n"
10750msgstr ""
10751
10752#: builtin/push.c:339
10753#, c-format
10754msgid "failed to push some refs to '%s'"
10755msgstr ""
10756
10757#: builtin/push.c:370
10758#, c-format
10759msgid "bad repository '%s'"
10760msgstr ""
10761
10762#: builtin/push.c:371
10763msgid ""
10764"No configured push destination.\n"
10765"Either specify the URL from the command-line or configure a remote "
10766"repository using\n"
10767"\n"
10768"    git remote add <name> <url>\n"
10769"\n"
10770"and then push using the remote name\n"
10771"\n"
10772"    git push <name>\n"
10773msgstr ""
10774
10775#: builtin/push.c:389
10776msgid "--all and --tags are incompatible"
10777msgstr ""
10778
10779#: builtin/push.c:390
10780msgid "--all can't be combined with refspecs"
10781msgstr ""
10782
10783#: builtin/push.c:395
10784msgid "--mirror and --tags are incompatible"
10785msgstr ""
10786
10787#: builtin/push.c:396
10788msgid "--mirror can't be combined with refspecs"
10789msgstr ""
10790
10791#: builtin/push.c:401
10792msgid "--all and --mirror are incompatible"
10793msgstr ""
10794
10795#: builtin/push.c:523
10796msgid "repository"
10797msgstr ""
10798
10799#: builtin/push.c:524 builtin/send-pack.c:163
10800msgid "push all refs"
10801msgstr ""
10802
10803#: builtin/push.c:525 builtin/send-pack.c:165
10804msgid "mirror all refs"
10805msgstr ""
10806
10807#: builtin/push.c:527
10808msgid "delete refs"
10809msgstr ""
10810
10811#: builtin/push.c:528
10812msgid "push tags (can't be used with --all or --mirror)"
10813msgstr ""
10814
10815#: builtin/push.c:531 builtin/send-pack.c:166
10816msgid "force updates"
10817msgstr ""
10818
10819#: builtin/push.c:533 builtin/send-pack.c:180
10820msgid "refname>:<expect"
10821msgstr ""
10822
10823#: builtin/push.c:534 builtin/send-pack.c:181
10824msgid "require old value of ref to be at this value"
10825msgstr ""
10826
10827#: builtin/push.c:537
10828msgid "control recursive pushing of submodules"
10829msgstr ""
10830
10831#: builtin/push.c:539 builtin/send-pack.c:174
10832msgid "use thin pack"
10833msgstr ""
10834
10835#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
10836#: builtin/send-pack.c:161
10837msgid "receive pack program"
10838msgstr ""
10839
10840#: builtin/push.c:542
10841msgid "set upstream for git pull/status"
10842msgstr ""
10843
10844#: builtin/push.c:545
10845msgid "prune locally removed refs"
10846msgstr ""
10847
10848#: builtin/push.c:547
10849msgid "bypass pre-push hook"
10850msgstr ""
10851
10852#: builtin/push.c:548
10853msgid "push missing but relevant tags"
10854msgstr ""
10855
10856#: builtin/push.c:551 builtin/send-pack.c:168
10857msgid "GPG sign the push"
10858msgstr ""
10859
10860#: builtin/push.c:553 builtin/send-pack.c:175
10861msgid "request atomic transaction on remote side"
10862msgstr ""
10863
10864#: builtin/push.c:554 builtin/send-pack.c:171
10865msgid "server-specific"
10866msgstr ""
10867
10868#: builtin/push.c:554 builtin/send-pack.c:172
10869msgid "option to transmit"
10870msgstr ""
10871
10872#: builtin/push.c:568
10873msgid "--delete is incompatible with --all, --mirror and --tags"
10874msgstr ""
10875
10876#: builtin/push.c:570
10877msgid "--delete doesn't make sense without any refs"
10878msgstr ""
10879
10880#: builtin/push.c:589
10881msgid "push options must not have new line characters"
10882msgstr ""
10883
10884#: builtin/read-tree.c:40
10885msgid ""
10886"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10887"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10888"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10889msgstr ""
10890
10891#: builtin/read-tree.c:121
10892msgid "write resulting index to <file>"
10893msgstr ""
10894
10895#: builtin/read-tree.c:124
10896msgid "only empty the index"
10897msgstr ""
10898
10899#: builtin/read-tree.c:126
10900msgid "Merging"
10901msgstr ""
10902
10903#: builtin/read-tree.c:128
10904msgid "perform a merge in addition to a read"
10905msgstr ""
10906
10907#: builtin/read-tree.c:130
10908msgid "3-way merge if no file level merging required"
10909msgstr ""
10910
10911#: builtin/read-tree.c:132
10912msgid "3-way merge in presence of adds and removes"
10913msgstr ""
10914
10915#: builtin/read-tree.c:134
10916msgid "same as -m, but discard unmerged entries"
10917msgstr ""
10918
10919#: builtin/read-tree.c:135
10920msgid "<subdirectory>/"
10921msgstr ""
10922
10923#: builtin/read-tree.c:136
10924msgid "read the tree into the index under <subdirectory>/"
10925msgstr ""
10926
10927#: builtin/read-tree.c:139
10928msgid "update working tree with merge result"
10929msgstr ""
10930
10931#: builtin/read-tree.c:141
10932msgid "gitignore"
10933msgstr ""
10934
10935#: builtin/read-tree.c:142
10936msgid "allow explicitly ignored files to be overwritten"
10937msgstr ""
10938
10939#: builtin/read-tree.c:145
10940msgid "don't check the working tree after merging"
10941msgstr ""
10942
10943#: builtin/read-tree.c:146
10944msgid "don't update the index or the work tree"
10945msgstr ""
10946
10947#: builtin/read-tree.c:148
10948msgid "skip applying sparse checkout filter"
10949msgstr ""
10950
10951#: builtin/read-tree.c:150
10952msgid "debug unpack-trees"
10953msgstr ""
10954
10955#: builtin/rebase--helper.c:8
10956msgid "git rebase--helper [<options>]"
10957msgstr ""
10958
10959#: builtin/rebase--helper.c:20
10960msgid "continue rebase"
10961msgstr ""
10962
10963#: builtin/rebase--helper.c:22
10964msgid "abort rebase"
10965msgstr ""
10966
10967#: builtin/receive-pack.c:28
10968msgid "git receive-pack <git-dir>"
10969msgstr ""
10970
10971#: builtin/receive-pack.c:838
10972msgid ""
10973"By default, updating the current branch in a non-bare repository\n"
10974"is denied, because it will make the index and work tree inconsistent\n"
10975"with what you pushed, and will require 'git reset --hard' to match\n"
10976"the work tree to HEAD.\n"
10977"\n"
10978"You can set the 'receive.denyCurrentBranch' configuration variable\n"
10979"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10980"its current branch; however, this is not recommended unless you\n"
10981"arranged to update its work tree to match what you pushed in some\n"
10982"other way.\n"
10983"\n"
10984"To squelch this message and still keep the default behaviour, set\n"
10985"'receive.denyCurrentBranch' configuration variable to 'refuse'."
10986msgstr ""
10987
10988#: builtin/receive-pack.c:858
10989msgid ""
10990"By default, deleting the current branch is denied, because the next\n"
10991"'git clone' won't result in any file checked out, causing confusion.\n"
10992"\n"
10993"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10994"'warn' or 'ignore' in the remote repository to allow deleting the\n"
10995"current branch, with or without a warning message.\n"
10996"\n"
10997"To squelch this message, you can set it to 'refuse'."
10998msgstr ""
10999
11000#: builtin/receive-pack.c:1933
11001msgid "quiet"
11002msgstr ""
11003
11004#: builtin/receive-pack.c:1947
11005msgid "You must specify a directory."
11006msgstr ""
11007
11008#: builtin/reflog.c:424
11009#, c-format
11010msgid "'%s' for '%s' is not a valid timestamp"
11011msgstr ""
11012
11013#: builtin/reflog.c:541 builtin/reflog.c:546
11014#, c-format
11015msgid "'%s' is not a valid timestamp"
11016msgstr ""
11017
11018#: builtin/remote.c:13
11019msgid "git remote [-v | --verbose]"
11020msgstr ""
11021
11022#: builtin/remote.c:14
11023msgid ""
11024"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11025"mirror=<fetch|push>] <name> <url>"
11026msgstr ""
11027
11028#: builtin/remote.c:15 builtin/remote.c:35
11029msgid "git remote rename <old> <new>"
11030msgstr ""
11031
11032#: builtin/remote.c:16 builtin/remote.c:40
11033msgid "git remote remove <name>"
11034msgstr ""
11035
11036#: builtin/remote.c:17 builtin/remote.c:45
11037msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11038msgstr ""
11039
11040#: builtin/remote.c:18
11041msgid "git remote [-v | --verbose] show [-n] <name>"
11042msgstr ""
11043
11044#: builtin/remote.c:19
11045msgid "git remote prune [-n | --dry-run] <name>"
11046msgstr ""
11047
11048#: builtin/remote.c:20
11049msgid ""
11050"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11051msgstr ""
11052
11053#: builtin/remote.c:21
11054msgid "git remote set-branches [--add] <name> <branch>..."
11055msgstr ""
11056
11057#: builtin/remote.c:22 builtin/remote.c:71
11058msgid "git remote get-url [--push] [--all] <name>"
11059msgstr ""
11060
11061#: builtin/remote.c:23 builtin/remote.c:76
11062msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11063msgstr ""
11064
11065#: builtin/remote.c:24 builtin/remote.c:77
11066msgid "git remote set-url --add <name> <newurl>"
11067msgstr ""
11068
11069#: builtin/remote.c:25 builtin/remote.c:78
11070msgid "git remote set-url --delete <name> <url>"
11071msgstr ""
11072
11073#: builtin/remote.c:30
11074msgid "git remote add [<options>] <name> <url>"
11075msgstr ""
11076
11077#: builtin/remote.c:50
11078msgid "git remote set-branches <name> <branch>..."
11079msgstr ""
11080
11081#: builtin/remote.c:51
11082msgid "git remote set-branches --add <name> <branch>..."
11083msgstr ""
11084
11085#: builtin/remote.c:56
11086msgid "git remote show [<options>] <name>"
11087msgstr ""
11088
11089#: builtin/remote.c:61
11090msgid "git remote prune [<options>] <name>"
11091msgstr ""
11092
11093#: builtin/remote.c:66
11094msgid "git remote update [<options>] [<group> | <remote>]..."
11095msgstr ""
11096
11097#: builtin/remote.c:95
11098#, c-format
11099msgid "Updating %s"
11100msgstr ""
11101
11102#: builtin/remote.c:127
11103msgid ""
11104"--mirror is dangerous and deprecated; please\n"
11105"\t use --mirror=fetch or --mirror=push instead"
11106msgstr ""
11107
11108#: builtin/remote.c:144
11109#, c-format
11110msgid "unknown mirror argument: %s"
11111msgstr ""
11112
11113#: builtin/remote.c:160
11114msgid "fetch the remote branches"
11115msgstr ""
11116
11117#: builtin/remote.c:162
11118msgid "import all tags and associated objects when fetching"
11119msgstr ""
11120
11121#: builtin/remote.c:165
11122msgid "or do not fetch any tag at all (--no-tags)"
11123msgstr ""
11124
11125#: builtin/remote.c:167
11126msgid "branch(es) to track"
11127msgstr ""
11128
11129#: builtin/remote.c:168
11130msgid "master branch"
11131msgstr ""
11132
11133#: builtin/remote.c:169
11134msgid "push|fetch"
11135msgstr ""
11136
11137#: builtin/remote.c:170
11138msgid "set up remote as a mirror to push to or fetch from"
11139msgstr ""
11140
11141#: builtin/remote.c:182
11142msgid "specifying a master branch makes no sense with --mirror"
11143msgstr ""
11144
11145#: builtin/remote.c:184
11146msgid "specifying branches to track makes sense only with fetch mirrors"
11147msgstr ""
11148
11149#: builtin/remote.c:191 builtin/remote.c:630
11150#, c-format
11151msgid "remote %s already exists."
11152msgstr ""
11153
11154#: builtin/remote.c:195 builtin/remote.c:634
11155#, c-format
11156msgid "'%s' is not a valid remote name"
11157msgstr ""
11158
11159#: builtin/remote.c:235
11160#, c-format
11161msgid "Could not setup master '%s'"
11162msgstr ""
11163
11164#: builtin/remote.c:337
11165#, c-format
11166msgid "Could not get fetch map for refspec %s"
11167msgstr ""
11168
11169#: builtin/remote.c:438 builtin/remote.c:446
11170msgid "(matching)"
11171msgstr ""
11172
11173#: builtin/remote.c:450
11174msgid "(delete)"
11175msgstr ""
11176
11177#: builtin/remote.c:623 builtin/remote.c:758 builtin/remote.c:857
11178#, c-format
11179msgid "No such remote: %s"
11180msgstr ""
11181
11182#: builtin/remote.c:640
11183#, c-format
11184msgid "Could not rename config section '%s' to '%s'"
11185msgstr ""
11186
11187#: builtin/remote.c:660
11188#, c-format
11189msgid ""
11190"Not updating non-default fetch refspec\n"
11191"\t%s\n"
11192"\tPlease update the configuration manually if necessary."
11193msgstr ""
11194
11195#: builtin/remote.c:696
11196#, c-format
11197msgid "deleting '%s' failed"
11198msgstr ""
11199
11200#: builtin/remote.c:730
11201#, c-format
11202msgid "creating '%s' failed"
11203msgstr ""
11204
11205#: builtin/remote.c:795
11206msgid ""
11207"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11208"to delete it, use:"
11209msgid_plural ""
11210"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11211"to delete them, use:"
11212msgstr[0] ""
11213msgstr[1] ""
11214
11215#: builtin/remote.c:809
11216#, c-format
11217msgid "Could not remove config section '%s'"
11218msgstr ""
11219
11220#: builtin/remote.c:910
11221#, c-format
11222msgid " new (next fetch will store in remotes/%s)"
11223msgstr ""
11224
11225#: builtin/remote.c:913
11226msgid " tracked"
11227msgstr ""
11228
11229#: builtin/remote.c:915
11230msgid " stale (use 'git remote prune' to remove)"
11231msgstr ""
11232
11233#: builtin/remote.c:917
11234msgid " ???"
11235msgstr ""
11236
11237#: builtin/remote.c:958
11238#, c-format
11239msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11240msgstr ""
11241
11242#: builtin/remote.c:966
11243#, c-format
11244msgid "rebases interactively onto remote %s"
11245msgstr ""
11246
11247#: builtin/remote.c:967
11248#, c-format
11249msgid "rebases onto remote %s"
11250msgstr ""
11251
11252#: builtin/remote.c:970
11253#, c-format
11254msgid " merges with remote %s"
11255msgstr ""
11256
11257#: builtin/remote.c:973
11258#, c-format
11259msgid "merges with remote %s"
11260msgstr ""
11261
11262#: builtin/remote.c:976
11263#, c-format
11264msgid "%-*s    and with remote %s\n"
11265msgstr ""
11266
11267#: builtin/remote.c:1019
11268msgid "create"
11269msgstr ""
11270
11271#: builtin/remote.c:1022
11272msgid "delete"
11273msgstr ""
11274
11275#: builtin/remote.c:1026
11276msgid "up to date"
11277msgstr ""
11278
11279#: builtin/remote.c:1029
11280msgid "fast-forwardable"
11281msgstr ""
11282
11283#: builtin/remote.c:1032
11284msgid "local out of date"
11285msgstr ""
11286
11287#: builtin/remote.c:1039
11288#, c-format
11289msgid "    %-*s forces to %-*s (%s)"
11290msgstr ""
11291
11292#: builtin/remote.c:1042
11293#, c-format
11294msgid "    %-*s pushes to %-*s (%s)"
11295msgstr ""
11296
11297#: builtin/remote.c:1046
11298#, c-format
11299msgid "    %-*s forces to %s"
11300msgstr ""
11301
11302#: builtin/remote.c:1049
11303#, c-format
11304msgid "    %-*s pushes to %s"
11305msgstr ""
11306
11307#: builtin/remote.c:1117
11308msgid "do not query remotes"
11309msgstr ""
11310
11311#: builtin/remote.c:1144
11312#, c-format
11313msgid "* remote %s"
11314msgstr ""
11315
11316#: builtin/remote.c:1145
11317#, c-format
11318msgid "  Fetch URL: %s"
11319msgstr ""
11320
11321#: builtin/remote.c:1146 builtin/remote.c:1162 builtin/remote.c:1301
11322msgid "(no URL)"
11323msgstr ""
11324
11325#. TRANSLATORS: the colon ':' should align
11326#. with the one in " Fetch URL: %s"
11327#. translation.
11328#.
11329#: builtin/remote.c:1160 builtin/remote.c:1162
11330#, c-format
11331msgid "  Push  URL: %s"
11332msgstr ""
11333
11334#: builtin/remote.c:1164 builtin/remote.c:1166 builtin/remote.c:1168
11335#, c-format
11336msgid "  HEAD branch: %s"
11337msgstr ""
11338
11339#: builtin/remote.c:1164
11340msgid "(not queried)"
11341msgstr ""
11342
11343#: builtin/remote.c:1166
11344msgid "(unknown)"
11345msgstr ""
11346
11347#: builtin/remote.c:1170
11348#, c-format
11349msgid ""
11350"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11351msgstr ""
11352
11353#: builtin/remote.c:1182
11354#, c-format
11355msgid "  Remote branch:%s"
11356msgid_plural "  Remote branches:%s"
11357msgstr[0] ""
11358msgstr[1] ""
11359
11360#: builtin/remote.c:1185 builtin/remote.c:1211
11361msgid " (status not queried)"
11362msgstr ""
11363
11364#: builtin/remote.c:1194
11365msgid "  Local branch configured for 'git pull':"
11366msgid_plural "  Local branches configured for 'git pull':"
11367msgstr[0] ""
11368msgstr[1] ""
11369
11370#: builtin/remote.c:1202
11371msgid "  Local refs will be mirrored by 'git push'"
11372msgstr ""
11373
11374#: builtin/remote.c:1208
11375#, c-format
11376msgid "  Local ref configured for 'git push'%s:"
11377msgid_plural "  Local refs configured for 'git push'%s:"
11378msgstr[0] ""
11379msgstr[1] ""
11380
11381#: builtin/remote.c:1229
11382msgid "set refs/remotes/<name>/HEAD according to remote"
11383msgstr ""
11384
11385#: builtin/remote.c:1231
11386msgid "delete refs/remotes/<name>/HEAD"
11387msgstr ""
11388
11389#: builtin/remote.c:1246
11390msgid "Cannot determine remote HEAD"
11391msgstr ""
11392
11393#: builtin/remote.c:1248
11394msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11395msgstr ""
11396
11397#: builtin/remote.c:1258
11398#, c-format
11399msgid "Could not delete %s"
11400msgstr ""
11401
11402#: builtin/remote.c:1266
11403#, c-format
11404msgid "Not a valid ref: %s"
11405msgstr ""
11406
11407#: builtin/remote.c:1268
11408#, c-format
11409msgid "Could not setup %s"
11410msgstr ""
11411
11412#: builtin/remote.c:1286
11413#, c-format
11414msgid " %s will become dangling!"
11415msgstr ""
11416
11417#: builtin/remote.c:1287
11418#, c-format
11419msgid " %s has become dangling!"
11420msgstr ""
11421
11422#: builtin/remote.c:1297
11423#, c-format
11424msgid "Pruning %s"
11425msgstr ""
11426
11427#: builtin/remote.c:1298
11428#, c-format
11429msgid "URL: %s"
11430msgstr ""
11431
11432#: builtin/remote.c:1314
11433#, c-format
11434msgid " * [would prune] %s"
11435msgstr ""
11436
11437#: builtin/remote.c:1317
11438#, c-format
11439msgid " * [pruned] %s"
11440msgstr ""
11441
11442#: builtin/remote.c:1362
11443msgid "prune remotes after fetching"
11444msgstr ""
11445
11446#: builtin/remote.c:1425 builtin/remote.c:1479 builtin/remote.c:1547
11447#, c-format
11448msgid "No such remote '%s'"
11449msgstr ""
11450
11451#: builtin/remote.c:1441
11452msgid "add branch"
11453msgstr ""
11454
11455#: builtin/remote.c:1448
11456msgid "no remote specified"
11457msgstr ""
11458
11459#: builtin/remote.c:1465
11460msgid "query push URLs rather than fetch URLs"
11461msgstr ""
11462
11463#: builtin/remote.c:1467
11464msgid "return all URLs"
11465msgstr ""
11466
11467#: builtin/remote.c:1495
11468#, c-format
11469msgid "no URLs configured for remote '%s'"
11470msgstr ""
11471
11472#: builtin/remote.c:1521
11473msgid "manipulate push URLs"
11474msgstr ""
11475
11476#: builtin/remote.c:1523
11477msgid "add URL"
11478msgstr ""
11479
11480#: builtin/remote.c:1525
11481msgid "delete URLs"
11482msgstr ""
11483
11484#: builtin/remote.c:1532
11485msgid "--add --delete doesn't make sense"
11486msgstr ""
11487
11488#: builtin/remote.c:1573
11489#, c-format
11490msgid "Invalid old URL pattern: %s"
11491msgstr ""
11492
11493#: builtin/remote.c:1581
11494#, c-format
11495msgid "No such URL found: %s"
11496msgstr ""
11497
11498#: builtin/remote.c:1583
11499msgid "Will not delete all non-push URLs"
11500msgstr ""
11501
11502#: builtin/remote.c:1597
11503msgid "be verbose; must be placed before a subcommand"
11504msgstr ""
11505
11506#: builtin/remote.c:1628
11507#, c-format
11508msgid "Unknown subcommand: %s"
11509msgstr ""
11510
11511#: builtin/repack.c:18
11512msgid "git repack [<options>]"
11513msgstr ""
11514
11515#: builtin/repack.c:23
11516msgid ""
11517"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11518"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11519msgstr ""
11520
11521#: builtin/repack.c:168
11522msgid "pack everything in a single pack"
11523msgstr ""
11524
11525#: builtin/repack.c:170
11526msgid "same as -a, and turn unreachable objects loose"
11527msgstr ""
11528
11529#: builtin/repack.c:173
11530msgid "remove redundant packs, and run git-prune-packed"
11531msgstr ""
11532
11533#: builtin/repack.c:175
11534msgid "pass --no-reuse-delta to git-pack-objects"
11535msgstr ""
11536
11537#: builtin/repack.c:177
11538msgid "pass --no-reuse-object to git-pack-objects"
11539msgstr ""
11540
11541#: builtin/repack.c:179
11542msgid "do not run git-update-server-info"
11543msgstr ""
11544
11545#: builtin/repack.c:182
11546msgid "pass --local to git-pack-objects"
11547msgstr ""
11548
11549#: builtin/repack.c:184
11550msgid "write bitmap index"
11551msgstr ""
11552
11553#: builtin/repack.c:185
11554msgid "approxidate"
11555msgstr ""
11556
11557#: builtin/repack.c:186
11558msgid "with -A, do not loosen objects older than this"
11559msgstr ""
11560
11561#: builtin/repack.c:188
11562msgid "with -a, repack unreachable objects"
11563msgstr ""
11564
11565#: builtin/repack.c:190
11566msgid "size of the window used for delta compression"
11567msgstr ""
11568
11569#: builtin/repack.c:191 builtin/repack.c:197
11570msgid "bytes"
11571msgstr ""
11572
11573#: builtin/repack.c:192
11574msgid "same as the above, but limit memory size instead of entries count"
11575msgstr ""
11576
11577#: builtin/repack.c:194
11578msgid "limits the maximum delta depth"
11579msgstr ""
11580
11581#: builtin/repack.c:196
11582msgid "limits the maximum number of threads"
11583msgstr ""
11584
11585#: builtin/repack.c:198
11586msgid "maximum size of each packfile"
11587msgstr ""
11588
11589#: builtin/repack.c:200
11590msgid "repack objects in packs marked with .keep"
11591msgstr ""
11592
11593#: builtin/repack.c:210
11594msgid "cannot delete packs in a precious-objects repo"
11595msgstr ""
11596
11597#: builtin/repack.c:214
11598msgid "--keep-unreachable and -A are incompatible"
11599msgstr ""
11600
11601#: builtin/repack.c:406 builtin/worktree.c:116
11602#, c-format
11603msgid "failed to remove '%s'"
11604msgstr ""
11605
11606#: builtin/replace.c:20
11607msgid "git replace [-f] <object> <replacement>"
11608msgstr ""
11609
11610#: builtin/replace.c:21
11611msgid "git replace [-f] --edit <object>"
11612msgstr ""
11613
11614#: builtin/replace.c:22
11615msgid "git replace [-f] --graft <commit> [<parent>...]"
11616msgstr ""
11617
11618#: builtin/replace.c:23
11619msgid "git replace -d <object>..."
11620msgstr ""
11621
11622#: builtin/replace.c:24
11623msgid "git replace [--format=<format>] [-l [<pattern>]]"
11624msgstr ""
11625
11626#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11627#, c-format
11628msgid "Not a valid object name: '%s'"
11629msgstr ""
11630
11631#: builtin/replace.c:361
11632#, c-format
11633msgid "bad mergetag in commit '%s'"
11634msgstr ""
11635
11636#: builtin/replace.c:363
11637#, c-format
11638msgid "malformed mergetag in commit '%s'"
11639msgstr ""
11640
11641#: builtin/replace.c:374
11642#, c-format
11643msgid ""
11644"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11645"instead of --graft"
11646msgstr ""
11647
11648#: builtin/replace.c:407
11649#, c-format
11650msgid "the original commit '%s' has a gpg signature."
11651msgstr ""
11652
11653#: builtin/replace.c:408
11654msgid "the signature will be removed in the replacement commit!"
11655msgstr ""
11656
11657#: builtin/replace.c:414
11658#, c-format
11659msgid "could not write replacement commit for: '%s'"
11660msgstr ""
11661
11662#: builtin/replace.c:438
11663msgid "list replace refs"
11664msgstr ""
11665
11666#: builtin/replace.c:439
11667msgid "delete replace refs"
11668msgstr ""
11669
11670#: builtin/replace.c:440
11671msgid "edit existing object"
11672msgstr ""
11673
11674#: builtin/replace.c:441
11675msgid "change a commit's parents"
11676msgstr ""
11677
11678#: builtin/replace.c:442
11679msgid "replace the ref if it exists"
11680msgstr ""
11681
11682#: builtin/replace.c:443
11683msgid "do not pretty-print contents for --edit"
11684msgstr ""
11685
11686#: builtin/replace.c:444
11687msgid "use this format"
11688msgstr ""
11689
11690#: builtin/rerere.c:13
11691msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11692msgstr ""
11693
11694#: builtin/rerere.c:59
11695msgid "register clean resolutions in index"
11696msgstr ""
11697
11698#: builtin/reset.c:29
11699msgid ""
11700"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11701msgstr ""
11702
11703#: builtin/reset.c:30
11704msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11705msgstr ""
11706
11707#: builtin/reset.c:31
11708msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11709msgstr ""
11710
11711#: builtin/reset.c:37
11712msgid "mixed"
11713msgstr ""
11714
11715#: builtin/reset.c:37
11716msgid "soft"
11717msgstr ""
11718
11719#: builtin/reset.c:37
11720msgid "hard"
11721msgstr ""
11722
11723#: builtin/reset.c:37
11724msgid "merge"
11725msgstr ""
11726
11727#: builtin/reset.c:37
11728msgid "keep"
11729msgstr ""
11730
11731#: builtin/reset.c:77
11732msgid "You do not have a valid HEAD."
11733msgstr ""
11734
11735#: builtin/reset.c:79
11736msgid "Failed to find tree of HEAD."
11737msgstr ""
11738
11739#: builtin/reset.c:85
11740#, c-format
11741msgid "Failed to find tree of %s."
11742msgstr ""
11743
11744#: builtin/reset.c:103
11745#, c-format
11746msgid "HEAD is now at %s"
11747msgstr ""
11748
11749#: builtin/reset.c:186
11750#, c-format
11751msgid "Cannot do a %s reset in the middle of a merge."
11752msgstr ""
11753
11754#: builtin/reset.c:286
11755msgid "be quiet, only report errors"
11756msgstr ""
11757
11758#: builtin/reset.c:288
11759msgid "reset HEAD and index"
11760msgstr ""
11761
11762#: builtin/reset.c:289
11763msgid "reset only HEAD"
11764msgstr ""
11765
11766#: builtin/reset.c:291 builtin/reset.c:293
11767msgid "reset HEAD, index and working tree"
11768msgstr ""
11769
11770#: builtin/reset.c:295
11771msgid "reset HEAD but keep local changes"
11772msgstr ""
11773
11774#: builtin/reset.c:301
11775msgid "record only the fact that removed paths will be added later"
11776msgstr ""
11777
11778#: builtin/reset.c:320
11779#, c-format
11780msgid "Failed to resolve '%s' as a valid revision."
11781msgstr ""
11782
11783#: builtin/reset.c:328
11784#, c-format
11785msgid "Failed to resolve '%s' as a valid tree."
11786msgstr ""
11787
11788#: builtin/reset.c:337
11789msgid "--patch is incompatible with --{hard,mixed,soft}"
11790msgstr ""
11791
11792#: builtin/reset.c:346
11793msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11794msgstr ""
11795
11796#: builtin/reset.c:348
11797#, c-format
11798msgid "Cannot do %s reset with paths."
11799msgstr ""
11800
11801#: builtin/reset.c:358
11802#, c-format
11803msgid "%s reset is not allowed in a bare repository"
11804msgstr ""
11805
11806#: builtin/reset.c:362
11807msgid "-N can only be used with --mixed"
11808msgstr ""
11809
11810#: builtin/reset.c:379
11811msgid "Unstaged changes after reset:"
11812msgstr ""
11813
11814#: builtin/reset.c:385
11815#, c-format
11816msgid "Could not reset index file to revision '%s'."
11817msgstr ""
11818
11819#: builtin/reset.c:389
11820msgid "Could not write new index file."
11821msgstr ""
11822
11823#: builtin/rev-list.c:358
11824msgid "rev-list does not support display of notes"
11825msgstr ""
11826
11827#: builtin/rev-parse.c:394
11828msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11829msgstr ""
11830
11831#: builtin/rev-parse.c:399
11832msgid "keep the `--` passed as an arg"
11833msgstr ""
11834
11835#: builtin/rev-parse.c:401
11836msgid "stop parsing after the first non-option argument"
11837msgstr ""
11838
11839#: builtin/rev-parse.c:404
11840msgid "output in stuck long form"
11841msgstr ""
11842
11843#: builtin/rev-parse.c:535
11844msgid ""
11845"git rev-parse --parseopt [<options>] -- [<args>...]\n"
11846"   or: git rev-parse --sq-quote [<arg>...]\n"
11847"   or: git rev-parse [<options>] [<arg>...]\n"
11848"\n"
11849"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11850msgstr ""
11851
11852#: builtin/revert.c:23
11853msgid "git revert [<options>] <commit-ish>..."
11854msgstr ""
11855
11856#: builtin/revert.c:24
11857msgid "git revert <subcommand>"
11858msgstr ""
11859
11860#: builtin/revert.c:29
11861msgid "git cherry-pick [<options>] <commit-ish>..."
11862msgstr ""
11863
11864#: builtin/revert.c:30
11865msgid "git cherry-pick <subcommand>"
11866msgstr ""
11867
11868#: builtin/revert.c:90
11869#, c-format
11870msgid "%s: %s cannot be used with %s"
11871msgstr ""
11872
11873#: builtin/revert.c:99
11874msgid "end revert or cherry-pick sequence"
11875msgstr ""
11876
11877#: builtin/revert.c:100
11878msgid "resume revert or cherry-pick sequence"
11879msgstr ""
11880
11881#: builtin/revert.c:101
11882msgid "cancel revert or cherry-pick sequence"
11883msgstr ""
11884
11885#: builtin/revert.c:102
11886msgid "don't automatically commit"
11887msgstr ""
11888
11889#: builtin/revert.c:103
11890msgid "edit the commit message"
11891msgstr ""
11892
11893#: builtin/revert.c:106
11894msgid "parent-number"
11895msgstr ""
11896
11897#: builtin/revert.c:107
11898msgid "select mainline parent"
11899msgstr ""
11900
11901#: builtin/revert.c:109
11902msgid "merge strategy"
11903msgstr ""
11904
11905#: builtin/revert.c:110
11906msgid "option"
11907msgstr ""
11908
11909#: builtin/revert.c:111
11910msgid "option for merge strategy"
11911msgstr ""
11912
11913#: builtin/revert.c:120
11914msgid "append commit name"
11915msgstr ""
11916
11917#: builtin/revert.c:122
11918msgid "preserve initially empty commits"
11919msgstr ""
11920
11921#: builtin/revert.c:123
11922msgid "allow commits with empty messages"
11923msgstr ""
11924
11925#: builtin/revert.c:124
11926msgid "keep redundant, empty commits"
11927msgstr ""
11928
11929#: builtin/revert.c:212
11930msgid "revert failed"
11931msgstr ""
11932
11933#: builtin/revert.c:225
11934msgid "cherry-pick failed"
11935msgstr ""
11936
11937#: builtin/rm.c:18
11938msgid "git rm [<options>] [--] <file>..."
11939msgstr ""
11940
11941#: builtin/rm.c:206
11942msgid ""
11943"the following file has staged content different from both the\n"
11944"file and the HEAD:"
11945msgid_plural ""
11946"the following files have staged content different from both the\n"
11947"file and the HEAD:"
11948msgstr[0] ""
11949msgstr[1] ""
11950
11951#: builtin/rm.c:211
11952msgid ""
11953"\n"
11954"(use -f to force removal)"
11955msgstr ""
11956
11957#: builtin/rm.c:215
11958msgid "the following file has changes staged in the index:"
11959msgid_plural "the following files have changes staged in the index:"
11960msgstr[0] ""
11961msgstr[1] ""
11962
11963#: builtin/rm.c:219 builtin/rm.c:228
11964msgid ""
11965"\n"
11966"(use --cached to keep the file, or -f to force removal)"
11967msgstr ""
11968
11969#: builtin/rm.c:225
11970msgid "the following file has local modifications:"
11971msgid_plural "the following files have local modifications:"
11972msgstr[0] ""
11973msgstr[1] ""
11974
11975#: builtin/rm.c:243
11976msgid "do not list removed files"
11977msgstr ""
11978
11979#: builtin/rm.c:244
11980msgid "only remove from the index"
11981msgstr ""
11982
11983#: builtin/rm.c:245
11984msgid "override the up-to-date check"
11985msgstr ""
11986
11987#: builtin/rm.c:246
11988msgid "allow recursive removal"
11989msgstr ""
11990
11991#: builtin/rm.c:248
11992msgid "exit with a zero status even if nothing matched"
11993msgstr ""
11994
11995#: builtin/rm.c:308
11996#, c-format
11997msgid "not removing '%s' recursively without -r"
11998msgstr ""
11999
12000#: builtin/rm.c:347
12001#, c-format
12002msgid "git rm: unable to remove %s"
12003msgstr ""
12004
12005#: builtin/rm.c:370
12006#, c-format
12007msgid "could not remove '%s'"
12008msgstr ""
12009
12010#: builtin/send-pack.c:19
12011msgid ""
12012"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12013"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12014"[<ref>...]\n"
12015"  --all and explicit <ref> specification are mutually exclusive."
12016msgstr ""
12017
12018#: builtin/send-pack.c:162
12019msgid "remote name"
12020msgstr ""
12021
12022#: builtin/send-pack.c:176
12023msgid "use stateless RPC protocol"
12024msgstr ""
12025
12026#: builtin/send-pack.c:177
12027msgid "read refs from stdin"
12028msgstr ""
12029
12030#: builtin/send-pack.c:178
12031msgid "print status from remote helper"
12032msgstr ""
12033
12034#: builtin/shortlog.c:14
12035msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12036msgstr ""
12037
12038#: builtin/shortlog.c:249
12039msgid "Group by committer rather than author"
12040msgstr ""
12041
12042#: builtin/shortlog.c:251
12043msgid "sort output according to the number of commits per author"
12044msgstr ""
12045
12046#: builtin/shortlog.c:253
12047msgid "Suppress commit descriptions, only provides commit count"
12048msgstr ""
12049
12050#: builtin/shortlog.c:255
12051msgid "Show the email address of each author"
12052msgstr ""
12053
12054#: builtin/shortlog.c:256
12055msgid "w[,i1[,i2]]"
12056msgstr ""
12057
12058#: builtin/shortlog.c:257
12059msgid "Linewrap output"
12060msgstr ""
12061
12062#: builtin/show-branch.c:12
12063msgid ""
12064"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12065"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12066"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12067"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12068msgstr ""
12069
12070#: builtin/show-branch.c:16
12071msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12072msgstr ""
12073
12074#: builtin/show-branch.c:376
12075#, c-format
12076msgid "ignoring %s; cannot handle more than %d ref"
12077msgid_plural "ignoring %s; cannot handle more than %d refs"
12078msgstr[0] ""
12079msgstr[1] ""
12080
12081#: builtin/show-branch.c:530
12082#, c-format
12083msgid "no matching refs with %s"
12084msgstr ""
12085
12086#: builtin/show-branch.c:626
12087msgid "show remote-tracking and local branches"
12088msgstr ""
12089
12090#: builtin/show-branch.c:628
12091msgid "show remote-tracking branches"
12092msgstr ""
12093
12094#: builtin/show-branch.c:630
12095msgid "color '*!+-' corresponding to the branch"
12096msgstr ""
12097
12098#: builtin/show-branch.c:632
12099msgid "show <n> more commits after the common ancestor"
12100msgstr ""
12101
12102#: builtin/show-branch.c:634
12103msgid "synonym to more=-1"
12104msgstr ""
12105
12106#: builtin/show-branch.c:635
12107msgid "suppress naming strings"
12108msgstr ""
12109
12110#: builtin/show-branch.c:637
12111msgid "include the current branch"
12112msgstr ""
12113
12114#: builtin/show-branch.c:639
12115msgid "name commits with their object names"
12116msgstr ""
12117
12118#: builtin/show-branch.c:641
12119msgid "show possible merge bases"
12120msgstr ""
12121
12122#: builtin/show-branch.c:643
12123msgid "show refs unreachable from any other ref"
12124msgstr ""
12125
12126#: builtin/show-branch.c:645
12127msgid "show commits in topological order"
12128msgstr ""
12129
12130#: builtin/show-branch.c:648
12131msgid "show only commits not on the first branch"
12132msgstr ""
12133
12134#: builtin/show-branch.c:650
12135msgid "show merges reachable from only one tip"
12136msgstr ""
12137
12138#: builtin/show-branch.c:652
12139msgid "topologically sort, maintaining date order where possible"
12140msgstr ""
12141
12142#: builtin/show-branch.c:655
12143msgid "<n>[,<base>]"
12144msgstr ""
12145
12146#: builtin/show-branch.c:656
12147msgid "show <n> most recent ref-log entries starting at base"
12148msgstr ""
12149
12150#: builtin/show-branch.c:690
12151msgid ""
12152"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12153msgstr ""
12154
12155#: builtin/show-branch.c:714
12156msgid "no branches given, and HEAD is not valid"
12157msgstr ""
12158
12159#: builtin/show-branch.c:717
12160msgid "--reflog option needs one branch name"
12161msgstr ""
12162
12163#: builtin/show-branch.c:720
12164#, c-format
12165msgid "only %d entry can be shown at one time."
12166msgid_plural "only %d entries can be shown at one time."
12167msgstr[0] ""
12168msgstr[1] ""
12169
12170#: builtin/show-branch.c:724
12171#, c-format
12172msgid "no such ref %s"
12173msgstr ""
12174
12175#: builtin/show-branch.c:808
12176#, c-format
12177msgid "cannot handle more than %d rev."
12178msgid_plural "cannot handle more than %d revs."
12179msgstr[0] ""
12180msgstr[1] ""
12181
12182#: builtin/show-branch.c:812
12183#, c-format
12184msgid "'%s' is not a valid ref."
12185msgstr ""
12186
12187#: builtin/show-branch.c:815
12188#, c-format
12189msgid "cannot find commit %s (%s)"
12190msgstr ""
12191
12192#: builtin/show-ref.c:10
12193msgid ""
12194"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12195"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12196msgstr ""
12197
12198#: builtin/show-ref.c:11
12199msgid "git show-ref --exclude-existing[=<pattern>]"
12200msgstr ""
12201
12202#: builtin/show-ref.c:159
12203msgid "only show tags (can be combined with heads)"
12204msgstr ""
12205
12206#: builtin/show-ref.c:160
12207msgid "only show heads (can be combined with tags)"
12208msgstr ""
12209
12210#: builtin/show-ref.c:161
12211msgid "stricter reference checking, requires exact ref path"
12212msgstr ""
12213
12214#: builtin/show-ref.c:164 builtin/show-ref.c:166
12215msgid "show the HEAD reference, even if it would be filtered out"
12216msgstr ""
12217
12218#: builtin/show-ref.c:168
12219msgid "dereference tags into object IDs"
12220msgstr ""
12221
12222#: builtin/show-ref.c:170
12223msgid "only show SHA1 hash using <n> digits"
12224msgstr ""
12225
12226#: builtin/show-ref.c:174
12227msgid "do not print results to stdout (useful with --verify)"
12228msgstr ""
12229
12230#: builtin/show-ref.c:176
12231msgid "show refs from stdin that aren't in local repository"
12232msgstr ""
12233
12234#: builtin/stripspace.c:18
12235msgid "git stripspace [-s | --strip-comments]"
12236msgstr ""
12237
12238#: builtin/stripspace.c:19
12239msgid "git stripspace [-c | --comment-lines]"
12240msgstr ""
12241
12242#: builtin/stripspace.c:36
12243msgid "skip and remove all lines starting with comment character"
12244msgstr ""
12245
12246#: builtin/stripspace.c:39
12247msgid "prepend comment character and space to each line"
12248msgstr ""
12249
12250#: builtin/submodule--helper.c:25 builtin/submodule--helper.c:1075
12251#, c-format
12252msgid "No such ref: %s"
12253msgstr ""
12254
12255#: builtin/submodule--helper.c:32 builtin/submodule--helper.c:1084
12256#, c-format
12257msgid "Expecting a full ref name, got %s"
12258msgstr ""
12259
12260#: builtin/submodule--helper.c:72
12261#, c-format
12262msgid "cannot strip one component off url '%s'"
12263msgstr ""
12264
12265#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12266msgid "alternative anchor for relative paths"
12267msgstr ""
12268
12269#: builtin/submodule--helper.c:310
12270msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12271msgstr ""
12272
12273#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:380
12274#, c-format
12275msgid "No url found for submodule path '%s' in .gitmodules"
12276msgstr ""
12277
12278#: builtin/submodule--helper.c:395
12279#, c-format
12280msgid ""
12281"could not lookup configuration '%s'. Assuming this repository is its own "
12282"authoritative upstream."
12283msgstr ""
12284
12285#: builtin/submodule--helper.c:406
12286#, c-format
12287msgid "Failed to register url for submodule path '%s'"
12288msgstr ""
12289
12290#: builtin/submodule--helper.c:410
12291#, c-format
12292msgid "Submodule '%s' (%s) registered for path '%s'\n"
12293msgstr ""
12294
12295#: builtin/submodule--helper.c:420
12296#, c-format
12297msgid "warning: command update mode suggested for submodule '%s'\n"
12298msgstr ""
12299
12300#: builtin/submodule--helper.c:427
12301#, c-format
12302msgid "Failed to register update mode for submodule path '%s'"
12303msgstr ""
12304
12305#: builtin/submodule--helper.c:443
12306msgid "Suppress output for initializing a submodule"
12307msgstr ""
12308
12309#: builtin/submodule--helper.c:448
12310msgid "git submodule--helper init [<path>]"
12311msgstr ""
12312
12313#: builtin/submodule--helper.c:476
12314msgid "git submodule--helper name <path>"
12315msgstr ""
12316
12317#: builtin/submodule--helper.c:482
12318#, c-format
12319msgid "no submodule mapping found in .gitmodules for path '%s'"
12320msgstr ""
12321
12322#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12323#, c-format
12324msgid "submodule '%s' cannot add alternate: %s"
12325msgstr ""
12326
12327#: builtin/submodule--helper.c:604
12328#, c-format
12329msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12330msgstr ""
12331
12332#: builtin/submodule--helper.c:611
12333#, c-format
12334msgid "Value '%s' for submodule.alternateLocation is not recognized"
12335msgstr ""
12336
12337#: builtin/submodule--helper.c:633
12338msgid "where the new submodule will be cloned to"
12339msgstr ""
12340
12341#: builtin/submodule--helper.c:636
12342msgid "name of the new submodule"
12343msgstr ""
12344
12345#: builtin/submodule--helper.c:639
12346msgid "url where to clone the submodule from"
12347msgstr ""
12348
12349#: builtin/submodule--helper.c:645
12350msgid "depth for shallow clones"
12351msgstr ""
12352
12353#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12354msgid "force cloning progress"
12355msgstr ""
12356
12357#: builtin/submodule--helper.c:653
12358msgid ""
12359"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12360"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12361msgstr ""
12362
12363#: builtin/submodule--helper.c:684
12364#, c-format
12365msgid "clone of '%s' into submodule path '%s' failed"
12366msgstr ""
12367
12368#: builtin/submodule--helper.c:699
12369#, c-format
12370msgid "could not get submodule directory for '%s'"
12371msgstr ""
12372
12373#: builtin/submodule--helper.c:764
12374#, c-format
12375msgid "Submodule path '%s' not initialized"
12376msgstr ""
12377
12378#: builtin/submodule--helper.c:768
12379msgid "Maybe you want to use 'update --init'?"
12380msgstr ""
12381
12382#: builtin/submodule--helper.c:793
12383#, c-format
12384msgid "Skipping unmerged submodule %s"
12385msgstr ""
12386
12387#: builtin/submodule--helper.c:814
12388#, c-format
12389msgid "Skipping submodule '%s'"
12390msgstr ""
12391
12392#: builtin/submodule--helper.c:942
12393#, c-format
12394msgid "Failed to clone '%s'. Retry scheduled"
12395msgstr ""
12396
12397#: builtin/submodule--helper.c:953
12398#, c-format
12399msgid "Failed to clone '%s' a second time, aborting"
12400msgstr ""
12401
12402#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12403msgid "path into the working tree"
12404msgstr ""
12405
12406#: builtin/submodule--helper.c:977
12407msgid "path into the working tree, across nested submodule boundaries"
12408msgstr ""
12409
12410#: builtin/submodule--helper.c:981
12411msgid "rebase, merge, checkout or none"
12412msgstr ""
12413
12414#: builtin/submodule--helper.c:985
12415msgid "Create a shallow clone truncated to the specified number of revisions"
12416msgstr ""
12417
12418#: builtin/submodule--helper.c:988
12419msgid "parallel jobs"
12420msgstr ""
12421
12422#: builtin/submodule--helper.c:990
12423msgid "whether the initial clone should follow the shallow recommendation"
12424msgstr ""
12425
12426#: builtin/submodule--helper.c:991
12427msgid "don't print cloning progress"
12428msgstr ""
12429
12430#: builtin/submodule--helper.c:998
12431msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12432msgstr ""
12433
12434#: builtin/submodule--helper.c:1008
12435msgid "bad value for update parameter"
12436msgstr ""
12437
12438#: builtin/submodule--helper.c:1079
12439#, c-format
12440msgid ""
12441"Submodule (%s) branch configured to inherit branch from superproject, but "
12442"the superproject is not on any branch"
12443msgstr ""
12444
12445#: builtin/submodule--helper.c:1163
12446msgid "recurse into submodules"
12447msgstr ""
12448
12449#: builtin/submodule--helper.c:1169
12450msgid "git submodule--helper embed-git-dir [<path>...]"
12451msgstr ""
12452
12453#: builtin/submodule--helper.c:1232
12454#, c-format
12455msgid "%s doesn't support --super-prefix"
12456msgstr ""
12457
12458#: builtin/submodule--helper.c:1238
12459#, c-format
12460msgid "'%s' is not a valid submodule--helper subcommand"
12461msgstr ""
12462
12463#: builtin/symbolic-ref.c:8
12464msgid "git symbolic-ref [<options>] <name> [<ref>]"
12465msgstr ""
12466
12467#: builtin/symbolic-ref.c:9
12468msgid "git symbolic-ref -d [-q] <name>"
12469msgstr ""
12470
12471#: builtin/symbolic-ref.c:41
12472msgid "suppress error message for non-symbolic (detached) refs"
12473msgstr ""
12474
12475#: builtin/symbolic-ref.c:42
12476msgid "delete symbolic ref"
12477msgstr ""
12478
12479#: builtin/symbolic-ref.c:43
12480msgid "shorten ref output"
12481msgstr ""
12482
12483#: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12484msgid "reason"
12485msgstr ""
12486
12487#: builtin/symbolic-ref.c:44 builtin/update-ref.c:363
12488msgid "reason of the update"
12489msgstr ""
12490
12491#: builtin/tag.c:24
12492msgid ""
12493"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12494"[<head>]"
12495msgstr ""
12496
12497#: builtin/tag.c:25
12498msgid "git tag -d <tagname>..."
12499msgstr ""
12500
12501#: builtin/tag.c:26
12502msgid ""
12503"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12504"points-at <object>]\n"
12505"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12506msgstr ""
12507
12508#: builtin/tag.c:28
12509msgid "git tag -v [--format=<format>] <tagname>..."
12510msgstr ""
12511
12512#: builtin/tag.c:84
12513#, c-format
12514msgid "tag '%s' not found."
12515msgstr ""
12516
12517#: builtin/tag.c:100
12518#, c-format
12519msgid "Deleted tag '%s' (was %s)\n"
12520msgstr ""
12521
12522#: builtin/tag.c:129
12523#, c-format
12524msgid ""
12525"\n"
12526"Write a message for tag:\n"
12527"  %s\n"
12528"Lines starting with '%c' will be ignored.\n"
12529msgstr ""
12530
12531#: builtin/tag.c:133
12532#, c-format
12533msgid ""
12534"\n"
12535"Write a message for tag:\n"
12536"  %s\n"
12537"Lines starting with '%c' will be kept; you may remove them yourself if you "
12538"want to.\n"
12539msgstr ""
12540
12541#: builtin/tag.c:211
12542msgid "unable to sign the tag"
12543msgstr ""
12544
12545#: builtin/tag.c:213
12546msgid "unable to write tag file"
12547msgstr ""
12548
12549#: builtin/tag.c:237
12550msgid "bad object type."
12551msgstr ""
12552
12553#: builtin/tag.c:283
12554msgid "no tag message?"
12555msgstr ""
12556
12557#: builtin/tag.c:290
12558#, c-format
12559msgid "The tag message has been left in %s\n"
12560msgstr ""
12561
12562#: builtin/tag.c:398
12563msgid "list tag names"
12564msgstr ""
12565
12566#: builtin/tag.c:400
12567msgid "print <n> lines of each tag message"
12568msgstr ""
12569
12570#: builtin/tag.c:402
12571msgid "delete tags"
12572msgstr ""
12573
12574#: builtin/tag.c:403
12575msgid "verify tags"
12576msgstr ""
12577
12578#: builtin/tag.c:405
12579msgid "Tag creation options"
12580msgstr ""
12581
12582#: builtin/tag.c:407
12583msgid "annotated tag, needs a message"
12584msgstr ""
12585
12586#: builtin/tag.c:409
12587msgid "tag message"
12588msgstr ""
12589
12590#: builtin/tag.c:411
12591msgid "annotated and GPG-signed tag"
12592msgstr ""
12593
12594#: builtin/tag.c:415
12595msgid "use another key to sign the tag"
12596msgstr ""
12597
12598#: builtin/tag.c:416
12599msgid "replace the tag if exists"
12600msgstr ""
12601
12602#: builtin/tag.c:417 builtin/update-ref.c:369
12603msgid "create a reflog"
12604msgstr ""
12605
12606#: builtin/tag.c:419
12607msgid "Tag listing options"
12608msgstr ""
12609
12610#: builtin/tag.c:420
12611msgid "show tag list in columns"
12612msgstr ""
12613
12614#: builtin/tag.c:421 builtin/tag.c:423
12615msgid "print only tags that contain the commit"
12616msgstr ""
12617
12618#: builtin/tag.c:422 builtin/tag.c:424
12619msgid "print only tags that don't contain the commit"
12620msgstr ""
12621
12622#: builtin/tag.c:425
12623msgid "print only tags that are merged"
12624msgstr ""
12625
12626#: builtin/tag.c:426
12627msgid "print only tags that are not merged"
12628msgstr ""
12629
12630#: builtin/tag.c:431
12631msgid "print only tags of the object"
12632msgstr ""
12633
12634#: builtin/tag.c:470
12635msgid "--column and -n are incompatible"
12636msgstr ""
12637
12638#: builtin/tag.c:492
12639msgid "-n option is only allowed in list mode"
12640msgstr ""
12641
12642#: builtin/tag.c:494
12643msgid "--contains option is only allowed in list mode"
12644msgstr ""
12645
12646#: builtin/tag.c:496
12647msgid "--no-contains option is only allowed in list mode"
12648msgstr ""
12649
12650#: builtin/tag.c:498
12651msgid "--points-at option is only allowed in list mode"
12652msgstr ""
12653
12654#: builtin/tag.c:500
12655msgid "--merged and --no-merged options are only allowed in list mode"
12656msgstr ""
12657
12658#: builtin/tag.c:511
12659msgid "only one -F or -m option is allowed."
12660msgstr ""
12661
12662#: builtin/tag.c:530
12663msgid "too many params"
12664msgstr ""
12665
12666#: builtin/tag.c:536
12667#, c-format
12668msgid "'%s' is not a valid tag name."
12669msgstr ""
12670
12671#: builtin/tag.c:541
12672#, c-format
12673msgid "tag '%s' already exists"
12674msgstr ""
12675
12676#: builtin/tag.c:571
12677#, c-format
12678msgid "Updated tag '%s' (was %s)\n"
12679msgstr ""
12680
12681#: builtin/unpack-objects.c:494
12682msgid "Unpacking objects"
12683msgstr ""
12684
12685#: builtin/update-index.c:80
12686#, c-format
12687msgid "failed to create directory %s"
12688msgstr ""
12689
12690#: builtin/update-index.c:86
12691#, c-format
12692msgid "failed to stat %s"
12693msgstr ""
12694
12695#: builtin/update-index.c:96
12696#, c-format
12697msgid "failed to create file %s"
12698msgstr ""
12699
12700#: builtin/update-index.c:104
12701#, c-format
12702msgid "failed to delete file %s"
12703msgstr ""
12704
12705#: builtin/update-index.c:111 builtin/update-index.c:217
12706#, c-format
12707msgid "failed to delete directory %s"
12708msgstr ""
12709
12710#: builtin/update-index.c:136
12711#, c-format
12712msgid "Testing mtime in '%s' "
12713msgstr ""
12714
12715#: builtin/update-index.c:150
12716msgid "directory stat info does not change after adding a new file"
12717msgstr ""
12718
12719#: builtin/update-index.c:163
12720msgid "directory stat info does not change after adding a new directory"
12721msgstr ""
12722
12723#: builtin/update-index.c:176
12724msgid "directory stat info changes after updating a file"
12725msgstr ""
12726
12727#: builtin/update-index.c:187
12728msgid "directory stat info changes after adding a file inside subdirectory"
12729msgstr ""
12730
12731#: builtin/update-index.c:198
12732msgid "directory stat info does not change after deleting a file"
12733msgstr ""
12734
12735#: builtin/update-index.c:211
12736msgid "directory stat info does not change after deleting a directory"
12737msgstr ""
12738
12739#: builtin/update-index.c:218
12740msgid " OK"
12741msgstr ""
12742
12743#: builtin/update-index.c:569
12744msgid "git update-index [<options>] [--] [<file>...]"
12745msgstr ""
12746
12747#: builtin/update-index.c:924
12748msgid "continue refresh even when index needs update"
12749msgstr ""
12750
12751#: builtin/update-index.c:927
12752msgid "refresh: ignore submodules"
12753msgstr ""
12754
12755#: builtin/update-index.c:930
12756msgid "do not ignore new files"
12757msgstr ""
12758
12759#: builtin/update-index.c:932
12760msgid "let files replace directories and vice-versa"
12761msgstr ""
12762
12763#: builtin/update-index.c:934
12764msgid "notice files missing from worktree"
12765msgstr ""
12766
12767#: builtin/update-index.c:936
12768msgid "refresh even if index contains unmerged entries"
12769msgstr ""
12770
12771#: builtin/update-index.c:939
12772msgid "refresh stat information"
12773msgstr ""
12774
12775#: builtin/update-index.c:943
12776msgid "like --refresh, but ignore assume-unchanged setting"
12777msgstr ""
12778
12779#: builtin/update-index.c:947
12780msgid "<mode>,<object>,<path>"
12781msgstr ""
12782
12783#: builtin/update-index.c:948
12784msgid "add the specified entry to the index"
12785msgstr ""
12786
12787#: builtin/update-index.c:957
12788msgid "mark files as \"not changing\""
12789msgstr ""
12790
12791#: builtin/update-index.c:960
12792msgid "clear assumed-unchanged bit"
12793msgstr ""
12794
12795#: builtin/update-index.c:963
12796msgid "mark files as \"index-only\""
12797msgstr ""
12798
12799#: builtin/update-index.c:966
12800msgid "clear skip-worktree bit"
12801msgstr ""
12802
12803#: builtin/update-index.c:969
12804msgid "add to index only; do not add content to object database"
12805msgstr ""
12806
12807#: builtin/update-index.c:971
12808msgid "remove named paths even if present in worktree"
12809msgstr ""
12810
12811#: builtin/update-index.c:973
12812msgid "with --stdin: input lines are terminated by null bytes"
12813msgstr ""
12814
12815#: builtin/update-index.c:975
12816msgid "read list of paths to be updated from standard input"
12817msgstr ""
12818
12819#: builtin/update-index.c:979
12820msgid "add entries from standard input to the index"
12821msgstr ""
12822
12823#: builtin/update-index.c:983
12824msgid "repopulate stages #2 and #3 for the listed paths"
12825msgstr ""
12826
12827#: builtin/update-index.c:987
12828msgid "only update entries that differ from HEAD"
12829msgstr ""
12830
12831#: builtin/update-index.c:991
12832msgid "ignore files missing from worktree"
12833msgstr ""
12834
12835#: builtin/update-index.c:994
12836msgid "report actions to standard output"
12837msgstr ""
12838
12839#: builtin/update-index.c:996
12840msgid "(for porcelains) forget saved unresolved conflicts"
12841msgstr ""
12842
12843#: builtin/update-index.c:1000
12844msgid "write index in this format"
12845msgstr ""
12846
12847#: builtin/update-index.c:1002
12848msgid "enable or disable split index"
12849msgstr ""
12850
12851#: builtin/update-index.c:1004
12852msgid "enable/disable untracked cache"
12853msgstr ""
12854
12855#: builtin/update-index.c:1006
12856msgid "test if the filesystem supports untracked cache"
12857msgstr ""
12858
12859#: builtin/update-index.c:1008
12860msgid "enable untracked cache without testing the filesystem"
12861msgstr ""
12862
12863#: builtin/update-index.c:1108
12864msgid ""
12865"core.splitIndex is set to false; remove or change it, if you really want to "
12866"enable split index"
12867msgstr ""
12868
12869#: builtin/update-index.c:1117
12870msgid ""
12871"core.splitIndex is set to true; remove or change it, if you really want to "
12872"disable split index"
12873msgstr ""
12874
12875#: builtin/update-index.c:1128
12876msgid ""
12877"core.untrackedCache is set to true; remove or change it, if you really want "
12878"to disable the untracked cache"
12879msgstr ""
12880
12881#: builtin/update-index.c:1132
12882msgid "Untracked cache disabled"
12883msgstr ""
12884
12885#: builtin/update-index.c:1140
12886msgid ""
12887"core.untrackedCache is set to false; remove or change it, if you really want "
12888"to enable the untracked cache"
12889msgstr ""
12890
12891#: builtin/update-index.c:1144
12892#, c-format
12893msgid "Untracked cache enabled for '%s'"
12894msgstr ""
12895
12896#: builtin/update-ref.c:10
12897msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12898msgstr ""
12899
12900#: builtin/update-ref.c:11
12901msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12902msgstr ""
12903
12904#: builtin/update-ref.c:12
12905msgid "git update-ref [<options>] --stdin [-z]"
12906msgstr ""
12907
12908#: builtin/update-ref.c:364
12909msgid "delete the reference"
12910msgstr ""
12911
12912#: builtin/update-ref.c:366
12913msgid "update <refname> not the one it points to"
12914msgstr ""
12915
12916#: builtin/update-ref.c:367
12917msgid "stdin has NUL-terminated arguments"
12918msgstr ""
12919
12920#: builtin/update-ref.c:368
12921msgid "read updates from stdin"
12922msgstr ""
12923
12924#: builtin/update-server-info.c:7
12925msgid "git update-server-info [--force]"
12926msgstr ""
12927
12928#: builtin/update-server-info.c:15
12929msgid "update the info files from scratch"
12930msgstr ""
12931
12932#: builtin/verify-commit.c:18
12933msgid "git verify-commit [-v | --verbose] <commit>..."
12934msgstr ""
12935
12936#: builtin/verify-commit.c:73
12937msgid "print commit contents"
12938msgstr ""
12939
12940#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
12941msgid "print raw gpg status output"
12942msgstr ""
12943
12944#: builtin/verify-pack.c:55
12945msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12946msgstr ""
12947
12948#: builtin/verify-pack.c:65
12949msgid "verbose"
12950msgstr ""
12951
12952#: builtin/verify-pack.c:67
12953msgid "show statistics only"
12954msgstr ""
12955
12956#: builtin/verify-tag.c:19
12957msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12958msgstr ""
12959
12960#: builtin/verify-tag.c:37
12961msgid "print tag contents"
12962msgstr ""
12963
12964#: builtin/worktree.c:16
12965msgid "git worktree add [<options>] <path> [<branch>]"
12966msgstr ""
12967
12968#: builtin/worktree.c:17
12969msgid "git worktree list [<options>]"
12970msgstr ""
12971
12972#: builtin/worktree.c:18
12973msgid "git worktree lock [<options>] <path>"
12974msgstr ""
12975
12976#: builtin/worktree.c:19
12977msgid "git worktree prune [<options>]"
12978msgstr ""
12979
12980#: builtin/worktree.c:20
12981msgid "git worktree unlock <path>"
12982msgstr ""
12983
12984#: builtin/worktree.c:44
12985#, c-format
12986msgid "Removing worktrees/%s: not a valid directory"
12987msgstr ""
12988
12989#: builtin/worktree.c:50
12990#, c-format
12991msgid "Removing worktrees/%s: gitdir file does not exist"
12992msgstr ""
12993
12994#: builtin/worktree.c:55
12995#, c-format
12996msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12997msgstr ""
12998
12999#: builtin/worktree.c:66
13000#, c-format
13001msgid "Removing worktrees/%s: invalid gitdir file"
13002msgstr ""
13003
13004#: builtin/worktree.c:82
13005#, c-format
13006msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13007msgstr ""
13008
13009#: builtin/worktree.c:129
13010msgid "report pruned working trees"
13011msgstr ""
13012
13013#: builtin/worktree.c:131
13014msgid "expire working trees older than <time>"
13015msgstr ""
13016
13017#: builtin/worktree.c:205
13018#, c-format
13019msgid "'%s' already exists"
13020msgstr ""
13021
13022#: builtin/worktree.c:236
13023#, c-format
13024msgid "could not create directory of '%s'"
13025msgstr ""
13026
13027#: builtin/worktree.c:275
13028#, c-format
13029msgid "Preparing %s (identifier %s)"
13030msgstr ""
13031
13032#: builtin/worktree.c:327
13033msgid "checkout <branch> even if already checked out in other worktree"
13034msgstr ""
13035
13036#: builtin/worktree.c:329
13037msgid "create a new branch"
13038msgstr ""
13039
13040#: builtin/worktree.c:331
13041msgid "create or reset a branch"
13042msgstr ""
13043
13044#: builtin/worktree.c:333
13045msgid "populate the new working tree"
13046msgstr ""
13047
13048#: builtin/worktree.c:334
13049msgid "keep the new working tree locked"
13050msgstr ""
13051
13052#: builtin/worktree.c:342
13053msgid "-b, -B, and --detach are mutually exclusive"
13054msgstr ""
13055
13056#: builtin/worktree.c:479
13057msgid "reason for locking"
13058msgstr ""
13059
13060#: builtin/worktree.c:491 builtin/worktree.c:524
13061#, c-format
13062msgid "'%s' is not a working tree"
13063msgstr ""
13064
13065#: builtin/worktree.c:493 builtin/worktree.c:526
13066msgid "The main working tree cannot be locked or unlocked"
13067msgstr ""
13068
13069#: builtin/worktree.c:498
13070#, c-format
13071msgid "'%s' is already locked, reason: %s"
13072msgstr ""
13073
13074#: builtin/worktree.c:500
13075#, c-format
13076msgid "'%s' is already locked"
13077msgstr ""
13078
13079#: builtin/worktree.c:528
13080#, c-format
13081msgid "'%s' is not locked"
13082msgstr ""
13083
13084#: builtin/write-tree.c:14
13085msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13086msgstr ""
13087
13088#: builtin/write-tree.c:27
13089msgid "<prefix>/"
13090msgstr ""
13091
13092#: builtin/write-tree.c:28
13093msgid "write tree object for a subdirectory <prefix>"
13094msgstr ""
13095
13096#: builtin/write-tree.c:31
13097msgid "only useful for debugging"
13098msgstr ""
13099
13100#: upload-pack.c:23
13101msgid "git upload-pack [<options>] <dir>"
13102msgstr ""
13103
13104#: upload-pack.c:1041
13105msgid "quit after a single request/response exchange"
13106msgstr ""
13107
13108#: upload-pack.c:1043
13109msgid "exit immediately after initial ref advertisement"
13110msgstr ""
13111
13112#: upload-pack.c:1045
13113msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13114msgstr ""
13115
13116#: upload-pack.c:1047
13117msgid "interrupt transfer after <n> seconds of inactivity"
13118msgstr ""
13119
13120#: credential-cache--daemon.c:224
13121#, c-format
13122msgid ""
13123"The permissions on your socket directory are too loose; other\n"
13124"users may be able to read your cached credentials. Consider running:\n"
13125"\n"
13126"\tchmod 0700 %s"
13127msgstr ""
13128
13129#: credential-cache--daemon.c:272
13130msgid "print debugging messages to stderr"
13131msgstr ""
13132
13133#: git.c:15
13134msgid ""
13135"'git help -a' and 'git help -g' list available subcommands and some\n"
13136"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13137"to read about a specific subcommand or concept."
13138msgstr ""
13139
13140#: http.c:337
13141#, c-format
13142msgid "negative value for http.postbuffer; defaulting to %d"
13143msgstr ""
13144
13145#: http.c:358
13146msgid "Delegation control is not supported with cURL < 7.22.0"
13147msgstr ""
13148
13149#: http.c:367
13150msgid "Public key pinning not supported with cURL < 7.44.0"
13151msgstr ""
13152
13153#: http.c:1764
13154#, c-format
13155msgid ""
13156"unable to update url base from redirection:\n"
13157"  asked for: %s\n"
13158"   redirect: %s"
13159msgstr ""
13160
13161#: remote-curl.c:324
13162#, c-format
13163msgid "redirecting to %s"
13164msgstr ""
13165
13166#: common-cmds.h:9
13167msgid "start a working area (see also: git help tutorial)"
13168msgstr ""
13169
13170#: common-cmds.h:10
13171msgid "work on the current change (see also: git help everyday)"
13172msgstr ""
13173
13174#: common-cmds.h:11
13175msgid "examine the history and state (see also: git help revisions)"
13176msgstr ""
13177
13178#: common-cmds.h:12
13179msgid "grow, mark and tweak your common history"
13180msgstr ""
13181
13182#: common-cmds.h:13
13183msgid "collaborate (see also: git help workflows)"
13184msgstr ""
13185
13186#: common-cmds.h:17
13187msgid "Add file contents to the index"
13188msgstr ""
13189
13190#: common-cmds.h:18
13191msgid "Use binary search to find the commit that introduced a bug"
13192msgstr ""
13193
13194#: common-cmds.h:19
13195msgid "List, create, or delete branches"
13196msgstr ""
13197
13198#: common-cmds.h:20
13199msgid "Switch branches or restore working tree files"
13200msgstr ""
13201
13202#: common-cmds.h:21
13203msgid "Clone a repository into a new directory"
13204msgstr ""
13205
13206#: common-cmds.h:22
13207msgid "Record changes to the repository"
13208msgstr ""
13209
13210#: common-cmds.h:23
13211msgid "Show changes between commits, commit and working tree, etc"
13212msgstr ""
13213
13214#: common-cmds.h:24
13215msgid "Download objects and refs from another repository"
13216msgstr ""
13217
13218#: common-cmds.h:25
13219msgid "Print lines matching a pattern"
13220msgstr ""
13221
13222#: common-cmds.h:26
13223msgid "Create an empty Git repository or reinitialize an existing one"
13224msgstr ""
13225
13226#: common-cmds.h:27
13227msgid "Show commit logs"
13228msgstr ""
13229
13230#: common-cmds.h:28
13231msgid "Join two or more development histories together"
13232msgstr ""
13233
13234#: common-cmds.h:29
13235msgid "Move or rename a file, a directory, or a symlink"
13236msgstr ""
13237
13238#: common-cmds.h:30
13239msgid "Fetch from and integrate with another repository or a local branch"
13240msgstr ""
13241
13242#: common-cmds.h:31
13243msgid "Update remote refs along with associated objects"
13244msgstr ""
13245
13246#: common-cmds.h:32
13247msgid "Reapply commits on top of another base tip"
13248msgstr ""
13249
13250#: common-cmds.h:33
13251msgid "Reset current HEAD to the specified state"
13252msgstr ""
13253
13254#: common-cmds.h:34
13255msgid "Remove files from the working tree and from the index"
13256msgstr ""
13257
13258#: common-cmds.h:35
13259msgid "Show various types of objects"
13260msgstr ""
13261
13262#: common-cmds.h:36
13263msgid "Show the working tree status"
13264msgstr ""
13265
13266#: common-cmds.h:37
13267msgid "Create, list, delete or verify a tag object signed with GPG"
13268msgstr ""
13269
13270#: parse-options.h:145
13271msgid "expiry-date"
13272msgstr ""
13273
13274#: parse-options.h:160
13275msgid "no-op (backward compatibility)"
13276msgstr ""
13277
13278#: parse-options.h:238
13279msgid "be more verbose"
13280msgstr ""
13281
13282#: parse-options.h:240
13283msgid "be more quiet"
13284msgstr ""
13285
13286#: parse-options.h:246
13287msgid "use <n> digits to display SHA-1s"
13288msgstr ""
13289
13290#: rerere.h:40
13291msgid "update the index with reused conflict resolution if possible"
13292msgstr ""
13293
13294#: git-bisect.sh:54
13295msgid "You need to start by \"git bisect start\""
13296msgstr ""
13297
13298#. TRANSLATORS: Make sure to include [Y] and [n] in your
13299#. translation. The program will only accept English input
13300#. at this point.
13301#: git-bisect.sh:60
13302msgid "Do you want me to do it for you [Y/n]? "
13303msgstr ""
13304
13305#: git-bisect.sh:121
13306#, sh-format
13307msgid "unrecognised option: '$arg'"
13308msgstr ""
13309
13310#: git-bisect.sh:125
13311#, sh-format
13312msgid "'$arg' does not appear to be a valid revision"
13313msgstr ""
13314
13315#: git-bisect.sh:154
13316msgid "Bad HEAD - I need a HEAD"
13317msgstr ""
13318
13319#: git-bisect.sh:167
13320#, sh-format
13321msgid ""
13322"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13323msgstr ""
13324
13325#: git-bisect.sh:177
13326msgid "won't bisect on cg-seek'ed tree"
13327msgstr ""
13328
13329#: git-bisect.sh:181
13330msgid "Bad HEAD - strange symbolic ref"
13331msgstr ""
13332
13333#: git-bisect.sh:233
13334#, sh-format
13335msgid "Bad bisect_write argument: $state"
13336msgstr ""
13337
13338#: git-bisect.sh:262
13339#, sh-format
13340msgid "Bad rev input: $arg"
13341msgstr ""
13342
13343#: git-bisect.sh:281
13344#, sh-format
13345msgid "Bad rev input: $bisected_head"
13346msgstr ""
13347
13348#: git-bisect.sh:290
13349#, sh-format
13350msgid "Bad rev input: $rev"
13351msgstr ""
13352
13353#: git-bisect.sh:299
13354#, sh-format
13355msgid "'git bisect $TERM_BAD' can take only one argument."
13356msgstr ""
13357
13358#: git-bisect.sh:322
13359#, sh-format
13360msgid "Warning: bisecting only with a $TERM_BAD commit."
13361msgstr ""
13362
13363#. TRANSLATORS: Make sure to include [Y] and [n] in your
13364#. translation. The program will only accept English input
13365#. at this point.
13366#: git-bisect.sh:328
13367msgid "Are you sure [Y/n]? "
13368msgstr ""
13369
13370#: git-bisect.sh:340
13371#, sh-format
13372msgid ""
13373"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13374"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13375msgstr ""
13376
13377#: git-bisect.sh:343
13378#, sh-format
13379msgid ""
13380"You need to start by \"git bisect start\".\n"
13381"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13382"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13383msgstr ""
13384
13385#: git-bisect.sh:414 git-bisect.sh:546
13386msgid "We are not bisecting."
13387msgstr ""
13388
13389#: git-bisect.sh:421
13390#, sh-format
13391msgid "'$invalid' is not a valid commit"
13392msgstr ""
13393
13394#: git-bisect.sh:430
13395#, sh-format
13396msgid ""
13397"Could not check out original HEAD '$branch'.\n"
13398"Try 'git bisect reset <commit>'."
13399msgstr ""
13400
13401#: git-bisect.sh:458
13402msgid "No logfile given"
13403msgstr ""
13404
13405#: git-bisect.sh:459
13406#, sh-format
13407msgid "cannot read $file for replaying"
13408msgstr ""
13409
13410#: git-bisect.sh:480
13411msgid "?? what are you talking about?"
13412msgstr ""
13413
13414#: git-bisect.sh:492
13415#, sh-format
13416msgid "running $command"
13417msgstr ""
13418
13419#: git-bisect.sh:499
13420#, sh-format
13421msgid ""
13422"bisect run failed:\n"
13423"exit code $res from '$command' is < 0 or >= 128"
13424msgstr ""
13425
13426#: git-bisect.sh:525
13427msgid "bisect run cannot continue any more"
13428msgstr ""
13429
13430#: git-bisect.sh:531
13431#, sh-format
13432msgid ""
13433"bisect run failed:\n"
13434"'bisect_state $state' exited with error code $res"
13435msgstr ""
13436
13437#: git-bisect.sh:538
13438msgid "bisect run success"
13439msgstr ""
13440
13441#: git-bisect.sh:565
13442msgid "please use two different terms"
13443msgstr ""
13444
13445#: git-bisect.sh:575
13446#, sh-format
13447msgid "'$term' is not a valid term"
13448msgstr ""
13449
13450#: git-bisect.sh:578
13451#, sh-format
13452msgid "can't use the builtin command '$term' as a term"
13453msgstr ""
13454
13455#: git-bisect.sh:587 git-bisect.sh:593
13456#, sh-format
13457msgid "can't change the meaning of term '$term'"
13458msgstr ""
13459
13460#: git-bisect.sh:606
13461#, sh-format
13462msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13463msgstr ""
13464
13465#: git-bisect.sh:636
13466msgid "no terms defined"
13467msgstr ""
13468
13469#: git-bisect.sh:653
13470#, sh-format
13471msgid ""
13472"invalid argument $arg for 'git bisect terms'.\n"
13473"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13474msgstr ""
13475
13476#: git-merge-octopus.sh:46
13477msgid ""
13478"Error: Your local changes to the following files would be overwritten by "
13479"merge"
13480msgstr ""
13481
13482#: git-merge-octopus.sh:61
13483msgid "Automated merge did not work."
13484msgstr ""
13485
13486#: git-merge-octopus.sh:62
13487msgid "Should not be doing an octopus."
13488msgstr ""
13489
13490#: git-merge-octopus.sh:73
13491#, sh-format
13492msgid "Unable to find common commit with $pretty_name"
13493msgstr ""
13494
13495#: git-merge-octopus.sh:77
13496#, sh-format
13497msgid "Already up-to-date with $pretty_name"
13498msgstr ""
13499
13500#: git-merge-octopus.sh:89
13501#, sh-format
13502msgid "Fast-forwarding to: $pretty_name"
13503msgstr ""
13504
13505#: git-merge-octopus.sh:97
13506#, sh-format
13507msgid "Trying simple merge with $pretty_name"
13508msgstr ""
13509
13510#: git-merge-octopus.sh:102
13511msgid "Simple merge did not work, trying automatic merge."
13512msgstr ""
13513
13514#: git-rebase.sh:58
13515msgid ""
13516"When you have resolved this problem, run \"git rebase --continue\".\n"
13517"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13518"To check out the original branch and stop rebasing, run \"git rebase --abort"
13519"\"."
13520msgstr ""
13521
13522#: git-rebase.sh:158 git-rebase.sh:397
13523#, sh-format
13524msgid "Could not move back to $head_name"
13525msgstr ""
13526
13527#: git-rebase.sh:169
13528msgid "Applied autostash."
13529msgstr ""
13530
13531#: git-rebase.sh:172
13532#, sh-format
13533msgid "Cannot store $stash_sha1"
13534msgstr ""
13535
13536#: git-rebase.sh:212
13537msgid "The pre-rebase hook refused to rebase."
13538msgstr ""
13539
13540#: git-rebase.sh:217
13541msgid "It looks like git-am is in progress. Cannot rebase."
13542msgstr ""
13543
13544#: git-rebase.sh:358
13545msgid "No rebase in progress?"
13546msgstr ""
13547
13548#: git-rebase.sh:369
13549msgid "The --edit-todo action can only be used during interactive rebase."
13550msgstr ""
13551
13552#: git-rebase.sh:376
13553msgid "Cannot read HEAD"
13554msgstr ""
13555
13556#: git-rebase.sh:379
13557msgid ""
13558"You must edit all merge conflicts and then\n"
13559"mark them as resolved using git add"
13560msgstr ""
13561
13562#: git-rebase.sh:419
13563#, sh-format
13564msgid ""
13565"It seems that there is already a $state_dir_base directory, and\n"
13566"I wonder if you are in the middle of another rebase.  If that is the\n"
13567"case, please try\n"
13568"\t$cmd_live_rebase\n"
13569"If that is not the case, please\n"
13570"\t$cmd_clear_stale_rebase\n"
13571"and run me again.  I am stopping in case you still have something\n"
13572"valuable there."
13573msgstr ""
13574
13575#: git-rebase.sh:470
13576#, sh-format
13577msgid "invalid upstream $upstream_name"
13578msgstr ""
13579
13580#: git-rebase.sh:494
13581#, sh-format
13582msgid "$onto_name: there are more than one merge bases"
13583msgstr ""
13584
13585#: git-rebase.sh:497 git-rebase.sh:501
13586#, sh-format
13587msgid "$onto_name: there is no merge base"
13588msgstr ""
13589
13590#: git-rebase.sh:506
13591#, sh-format
13592msgid "Does not point to a valid commit: $onto_name"
13593msgstr ""
13594
13595#: git-rebase.sh:529
13596#, sh-format
13597msgid "fatal: no such branch: $branch_name"
13598msgstr ""
13599
13600#: git-rebase.sh:562
13601msgid "Cannot autostash"
13602msgstr ""
13603
13604#: git-rebase.sh:567
13605#, sh-format
13606msgid "Created autostash: $stash_abbrev"
13607msgstr ""
13608
13609#: git-rebase.sh:571
13610msgid "Please commit or stash them."
13611msgstr ""
13612
13613#: git-rebase.sh:591
13614#, sh-format
13615msgid "Current branch $branch_name is up to date."
13616msgstr ""
13617
13618#: git-rebase.sh:595
13619#, sh-format
13620msgid "Current branch $branch_name is up to date, rebase forced."
13621msgstr ""
13622
13623#: git-rebase.sh:606
13624#, sh-format
13625msgid "Changes from $mb to $onto:"
13626msgstr ""
13627
13628#: git-rebase.sh:615
13629msgid "First, rewinding head to replay your work on top of it..."
13630msgstr ""
13631
13632#: git-rebase.sh:625
13633#, sh-format
13634msgid "Fast-forwarded $branch_name to $onto_name."
13635msgstr ""
13636
13637#: git-stash.sh:54
13638msgid "git stash clear with parameters is unimplemented"
13639msgstr ""
13640
13641#: git-stash.sh:95
13642msgid "You do not have the initial commit yet"
13643msgstr ""
13644
13645#: git-stash.sh:110
13646msgid "Cannot save the current index state"
13647msgstr ""
13648
13649#: git-stash.sh:125
13650msgid "Cannot save the untracked files"
13651msgstr ""
13652
13653#: git-stash.sh:145 git-stash.sh:158
13654msgid "Cannot save the current worktree state"
13655msgstr ""
13656
13657#: git-stash.sh:162
13658msgid "No changes selected"
13659msgstr ""
13660
13661#: git-stash.sh:165
13662msgid "Cannot remove temporary index (can't happen)"
13663msgstr ""
13664
13665#: git-stash.sh:178
13666msgid "Cannot record working tree state"
13667msgstr ""
13668
13669#: git-stash.sh:210
13670#, sh-format
13671msgid "Cannot update $ref_stash with $w_commit"
13672msgstr ""
13673
13674#. TRANSLATORS: $option is an invalid option, like
13675#. `--blah-blah'. The 7 spaces at the beginning of the
13676#. second line correspond to "error: ". So you should line
13677#. up the second line with however many characters the
13678#. translation of "error: " takes in your language. E.g. in
13679#. English this is:
13680#.
13681#. $ git stash save --blah-blah 2>&1 | head -n 2
13682#. error: unknown option for 'stash save': --blah-blah
13683#. To provide a message, use git stash save -- '--blah-blah'
13684#: git-stash.sh:266
13685#, sh-format
13686msgid ""
13687"error: unknown option for 'stash save': $option\n"
13688"       To provide a message, use git stash save -- '$option'"
13689msgstr ""
13690
13691#: git-stash.sh:281
13692msgid "Can't use --patch and --include-untracked or --all at the same time"
13693msgstr ""
13694
13695#: git-stash.sh:289
13696msgid "No local changes to save"
13697msgstr ""
13698
13699#: git-stash.sh:294
13700msgid "Cannot initialize stash"
13701msgstr ""
13702
13703#: git-stash.sh:298
13704msgid "Cannot save the current status"
13705msgstr ""
13706
13707#: git-stash.sh:299
13708#, sh-format
13709msgid "Saved working directory and index state $stash_msg"
13710msgstr ""
13711
13712#: git-stash.sh:326
13713msgid "Cannot remove worktree changes"
13714msgstr ""
13715
13716#: git-stash.sh:474
13717#, sh-format
13718msgid "unknown option: $opt"
13719msgstr ""
13720
13721#: git-stash.sh:487
13722msgid "No stash entries found."
13723msgstr ""
13724
13725#: git-stash.sh:494
13726#, sh-format
13727msgid "Too many revisions specified: $REV"
13728msgstr ""
13729
13730#: git-stash.sh:509
13731#, sh-format
13732msgid "$reference is not a valid reference"
13733msgstr ""
13734
13735#: git-stash.sh:537
13736#, sh-format
13737msgid "'$args' is not a stash-like commit"
13738msgstr ""
13739
13740#: git-stash.sh:548
13741#, sh-format
13742msgid "'$args' is not a stash reference"
13743msgstr ""
13744
13745#: git-stash.sh:556
13746msgid "unable to refresh index"
13747msgstr ""
13748
13749#: git-stash.sh:560
13750msgid "Cannot apply a stash in the middle of a merge"
13751msgstr ""
13752
13753#: git-stash.sh:568
13754msgid "Conflicts in index. Try without --index."
13755msgstr ""
13756
13757#: git-stash.sh:570
13758msgid "Could not save index tree"
13759msgstr ""
13760
13761#: git-stash.sh:579
13762msgid "Could not restore untracked files from stash entry"
13763msgstr ""
13764
13765#: git-stash.sh:604
13766msgid "Cannot unstage modified files"
13767msgstr ""
13768
13769#: git-stash.sh:619
13770msgid "Index was not unstashed."
13771msgstr ""
13772
13773#: git-stash.sh:633
13774msgid "The stash entry is kept in case you need it again."
13775msgstr ""
13776
13777#: git-stash.sh:642
13778#, sh-format
13779msgid "Dropped ${REV} ($s)"
13780msgstr ""
13781
13782#: git-stash.sh:643
13783#, sh-format
13784msgid "${REV}: Could not drop stash entry"
13785msgstr ""
13786
13787#: git-stash.sh:651
13788msgid "No branch name specified"
13789msgstr ""
13790
13791#: git-stash.sh:730
13792msgid "(To restore them type \"git stash apply\")"
13793msgstr ""
13794
13795#: git-submodule.sh:181
13796msgid "Relative path can only be used from the toplevel of the working tree"
13797msgstr ""
13798
13799#: git-submodule.sh:191
13800#, sh-format
13801msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13802msgstr ""
13803
13804#: git-submodule.sh:210
13805#, sh-format
13806msgid "'$sm_path' already exists in the index"
13807msgstr ""
13808
13809#: git-submodule.sh:213
13810#, sh-format
13811msgid "'$sm_path' already exists in the index and is not a submodule"
13812msgstr ""
13813
13814#: git-submodule.sh:219
13815#, sh-format
13816msgid ""
13817"The following path is ignored by one of your .gitignore files:\n"
13818"$sm_path\n"
13819"Use -f if you really want to add it."
13820msgstr ""
13821
13822#: git-submodule.sh:237
13823#, sh-format
13824msgid "Adding existing repo at '$sm_path' to the index"
13825msgstr ""
13826
13827#: git-submodule.sh:239
13828#, sh-format
13829msgid "'$sm_path' already exists and is not a valid git repo"
13830msgstr ""
13831
13832#: git-submodule.sh:247
13833#, sh-format
13834msgid "A git directory for '$sm_name' is found locally with remote(s):"
13835msgstr ""
13836
13837#: git-submodule.sh:249
13838#, sh-format
13839msgid ""
13840"If you want to reuse this local git directory instead of cloning again from\n"
13841"  $realrepo\n"
13842"use the '--force' option. If the local git directory is not the correct "
13843"repo\n"
13844"or you are unsure what this means choose another name with the '--name' "
13845"option."
13846msgstr ""
13847
13848#: git-submodule.sh:255
13849#, sh-format
13850msgid "Reactivating local git directory for submodule '$sm_name'."
13851msgstr ""
13852
13853#: git-submodule.sh:267
13854#, sh-format
13855msgid "Unable to checkout submodule '$sm_path'"
13856msgstr ""
13857
13858#: git-submodule.sh:272
13859#, sh-format
13860msgid "Failed to add submodule '$sm_path'"
13861msgstr ""
13862
13863#: git-submodule.sh:281
13864#, sh-format
13865msgid "Failed to register submodule '$sm_path'"
13866msgstr ""
13867
13868#: git-submodule.sh:342
13869#, sh-format
13870msgid "Entering '$displaypath'"
13871msgstr ""
13872
13873#: git-submodule.sh:362
13874#, sh-format
13875msgid "Stopping at '$displaypath'; script returned non-zero status."
13876msgstr ""
13877
13878#: git-submodule.sh:433
13879#, sh-format
13880msgid "pathspec and --all are incompatible"
13881msgstr ""
13882
13883#: git-submodule.sh:438
13884#, sh-format
13885msgid "Use '--all' if you really want to deinitialize all submodules"
13886msgstr ""
13887
13888#: git-submodule.sh:458
13889#, sh-format
13890msgid ""
13891"Submodule work tree '$displaypath' contains a .git directory\n"
13892"(use 'rm -rf' if you really want to remove it including all of its history)"
13893msgstr ""
13894
13895#: git-submodule.sh:466
13896#, sh-format
13897msgid ""
13898"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13899"discard them"
13900msgstr ""
13901
13902#: git-submodule.sh:469
13903#, sh-format
13904msgid "Cleared directory '$displaypath'"
13905msgstr ""
13906
13907#: git-submodule.sh:470
13908#, sh-format
13909msgid "Could not remove submodule work tree '$displaypath'"
13910msgstr ""
13911
13912#: git-submodule.sh:473
13913#, sh-format
13914msgid "Could not create empty submodule directory '$displaypath'"
13915msgstr ""
13916
13917#: git-submodule.sh:482
13918#, sh-format
13919msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13920msgstr ""
13921
13922#: git-submodule.sh:638
13923#, sh-format
13924msgid "Unable to find current revision in submodule path '$displaypath'"
13925msgstr ""
13926
13927#: git-submodule.sh:648
13928#, sh-format
13929msgid "Unable to fetch in submodule path '$sm_path'"
13930msgstr ""
13931
13932#: git-submodule.sh:653
13933#, sh-format
13934msgid ""
13935"Unable to find current ${remote_name}/${branch} revision in submodule path "
13936"'$sm_path'"
13937msgstr ""
13938
13939#: git-submodule.sh:671
13940#, sh-format
13941msgid "Unable to fetch in submodule path '$displaypath'"
13942msgstr ""
13943
13944#: git-submodule.sh:677
13945#, sh-format
13946msgid ""
13947"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13948"Direct fetching of that commit failed."
13949msgstr ""
13950
13951#: git-submodule.sh:684
13952#, sh-format
13953msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13954msgstr ""
13955
13956#: git-submodule.sh:685
13957#, sh-format
13958msgid "Submodule path '$displaypath': checked out '$sha1'"
13959msgstr ""
13960
13961#: git-submodule.sh:689
13962#, sh-format
13963msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13964msgstr ""
13965
13966#: git-submodule.sh:690
13967#, sh-format
13968msgid "Submodule path '$displaypath': rebased into '$sha1'"
13969msgstr ""
13970
13971#: git-submodule.sh:695
13972#, sh-format
13973msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13974msgstr ""
13975
13976#: git-submodule.sh:696
13977#, sh-format
13978msgid "Submodule path '$displaypath': merged in '$sha1'"
13979msgstr ""
13980
13981#: git-submodule.sh:701
13982#, sh-format
13983msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13984msgstr ""
13985
13986#: git-submodule.sh:702
13987#, sh-format
13988msgid "Submodule path '$displaypath': '$command $sha1'"
13989msgstr ""
13990
13991#: git-submodule.sh:733
13992#, sh-format
13993msgid "Failed to recurse into submodule path '$displaypath'"
13994msgstr ""
13995
13996#: git-submodule.sh:841
13997msgid "The --cached option cannot be used with the --files option"
13998msgstr ""
13999
14000#: git-submodule.sh:893
14001#, sh-format
14002msgid "unexpected mode $mod_dst"
14003msgstr ""
14004
14005#: git-submodule.sh:913
14006#, sh-format
14007msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14008msgstr ""
14009
14010#: git-submodule.sh:916
14011#, sh-format
14012msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14013msgstr ""
14014
14015#: git-submodule.sh:919
14016#, sh-format
14017msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14018msgstr ""
14019
14020#: git-submodule.sh:1065
14021#, sh-format
14022msgid "Failed to recurse into submodule path '$sm_path'"
14023msgstr ""
14024
14025#: git-submodule.sh:1137
14026#, sh-format
14027msgid "Synchronizing submodule url for '$displaypath'"
14028msgstr ""
14029
14030#: git-parse-remote.sh:89
14031#, sh-format
14032msgid "See git-${cmd}(1) for details."
14033msgstr ""
14034
14035#: git-rebase--interactive.sh:140
14036#, sh-format
14037msgid "Rebasing ($new_count/$total)"
14038msgstr ""
14039
14040#: git-rebase--interactive.sh:156
14041msgid ""
14042"\n"
14043"Commands:\n"
14044" p, pick = use commit\n"
14045" r, reword = use commit, but edit the commit message\n"
14046" e, edit = use commit, but stop for amending\n"
14047" s, squash = use commit, but meld into previous commit\n"
14048" f, fixup = like \"squash\", but discard this commit's log message\n"
14049" x, exec = run command (the rest of the line) using shell\n"
14050" d, drop = remove commit\n"
14051"\n"
14052"These lines can be re-ordered; they are executed from top to bottom.\n"
14053msgstr ""
14054
14055#: git-rebase--interactive.sh:171
14056msgid ""
14057"\n"
14058"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14059msgstr ""
14060
14061#: git-rebase--interactive.sh:175
14062msgid ""
14063"\n"
14064"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14065msgstr ""
14066
14067#: git-rebase--interactive.sh:211
14068#, sh-format
14069msgid ""
14070"You can amend the commit now, with\n"
14071"\n"
14072"\tgit commit --amend $gpg_sign_opt_quoted\n"
14073"\n"
14074"Once you are satisfied with your changes, run\n"
14075"\n"
14076"\tgit rebase --continue"
14077msgstr ""
14078
14079#: git-rebase--interactive.sh:236
14080#, sh-format
14081msgid "$sha1: not a commit that can be picked"
14082msgstr ""
14083
14084#: git-rebase--interactive.sh:275
14085#, sh-format
14086msgid "Invalid commit name: $sha1"
14087msgstr ""
14088
14089#: git-rebase--interactive.sh:317
14090msgid "Cannot write current commit's replacement sha1"
14091msgstr ""
14092
14093#: git-rebase--interactive.sh:369
14094#, sh-format
14095msgid "Fast-forward to $sha1"
14096msgstr ""
14097
14098#: git-rebase--interactive.sh:371
14099#, sh-format
14100msgid "Cannot fast-forward to $sha1"
14101msgstr ""
14102
14103#: git-rebase--interactive.sh:380
14104#, sh-format
14105msgid "Cannot move HEAD to $first_parent"
14106msgstr ""
14107
14108#: git-rebase--interactive.sh:385
14109#, sh-format
14110msgid "Refusing to squash a merge: $sha1"
14111msgstr ""
14112
14113#: git-rebase--interactive.sh:399
14114#, sh-format
14115msgid "Error redoing merge $sha1"
14116msgstr ""
14117
14118#: git-rebase--interactive.sh:407
14119#, sh-format
14120msgid "Could not pick $sha1"
14121msgstr ""
14122
14123#: git-rebase--interactive.sh:416
14124#, sh-format
14125msgid "This is the commit message #${n}:"
14126msgstr ""
14127
14128#: git-rebase--interactive.sh:421
14129#, sh-format
14130msgid "The commit message #${n} will be skipped:"
14131msgstr ""
14132
14133#: git-rebase--interactive.sh:432
14134#, sh-format
14135msgid "This is a combination of $count commit."
14136msgid_plural "This is a combination of $count commits."
14137msgstr[0] ""
14138msgstr[1] ""
14139
14140#: git-rebase--interactive.sh:441
14141#, sh-format
14142msgid "Cannot write $fixup_msg"
14143msgstr ""
14144
14145#: git-rebase--interactive.sh:444
14146msgid "This is a combination of 2 commits."
14147msgstr ""
14148
14149#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14150#: git-rebase--interactive.sh:531
14151#, sh-format
14152msgid "Could not apply $sha1... $rest"
14153msgstr ""
14154
14155#: git-rebase--interactive.sh:559
14156#, sh-format
14157msgid ""
14158"Could not amend commit after successfully picking $sha1... $rest\n"
14159"This is most likely due to an empty commit message, or the pre-commit hook\n"
14160"failed. If the pre-commit hook failed, you may need to resolve the issue "
14161"before\n"
14162"you are able to reword the commit."
14163msgstr ""
14164
14165#: git-rebase--interactive.sh:574
14166#, sh-format
14167msgid "Stopped at $sha1_abbrev... $rest"
14168msgstr ""
14169
14170#: git-rebase--interactive.sh:589
14171#, sh-format
14172msgid "Cannot '$squash_style' without a previous commit"
14173msgstr ""
14174
14175#: git-rebase--interactive.sh:631
14176#, sh-format
14177msgid "Executing: $rest"
14178msgstr ""
14179
14180#: git-rebase--interactive.sh:639
14181#, sh-format
14182msgid "Execution failed: $rest"
14183msgstr ""
14184
14185#: git-rebase--interactive.sh:641
14186msgid "and made changes to the index and/or the working tree"
14187msgstr ""
14188
14189#: git-rebase--interactive.sh:643
14190msgid ""
14191"You can fix the problem, and then run\n"
14192"\n"
14193"\tgit rebase --continue"
14194msgstr ""
14195
14196#. TRANSLATORS: after these lines is a command to be issued by the user
14197#: git-rebase--interactive.sh:656
14198#, sh-format
14199msgid ""
14200"Execution succeeded: $rest\n"
14201"but left changes to the index and/or the working tree\n"
14202"Commit or stash your changes, and then run\n"
14203"\n"
14204"\tgit rebase --continue"
14205msgstr ""
14206
14207#: git-rebase--interactive.sh:667
14208#, sh-format
14209msgid "Unknown command: $command $sha1 $rest"
14210msgstr ""
14211
14212#: git-rebase--interactive.sh:668
14213msgid "Please fix this using 'git rebase --edit-todo'."
14214msgstr ""
14215
14216#: git-rebase--interactive.sh:703
14217#, sh-format
14218msgid "Successfully rebased and updated $head_name."
14219msgstr ""
14220
14221#: git-rebase--interactive.sh:750
14222msgid "Could not skip unnecessary pick commands"
14223msgstr ""
14224
14225#: git-rebase--interactive.sh:908
14226#, sh-format
14227msgid ""
14228"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14229" - $line"
14230msgstr ""
14231
14232#: git-rebase--interactive.sh:941
14233#, sh-format
14234msgid ""
14235"Warning: the command isn't recognized in the following line:\n"
14236" - $line"
14237msgstr ""
14238
14239#: git-rebase--interactive.sh:980
14240msgid "could not detach HEAD"
14241msgstr ""
14242
14243#: git-rebase--interactive.sh:1018
14244msgid ""
14245"Warning: some commits may have been dropped accidentally.\n"
14246"Dropped commits (newer to older):"
14247msgstr ""
14248
14249#: git-rebase--interactive.sh:1026
14250msgid ""
14251"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14252"\n"
14253"Use 'git config rebase.missingCommitsCheck' to change the level of "
14254"warnings.\n"
14255"The possible behaviours are: ignore, warn, error."
14256msgstr ""
14257
14258#: git-rebase--interactive.sh:1037
14259#, sh-format
14260msgid ""
14261"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14262"Ignoring."
14263msgstr ""
14264
14265#: git-rebase--interactive.sh:1054
14266msgid ""
14267"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14268"continue'."
14269msgstr ""
14270
14271#: git-rebase--interactive.sh:1055
14272msgid "Or you can abort the rebase with 'git rebase --abort'."
14273msgstr ""
14274
14275#: git-rebase--interactive.sh:1083
14276msgid "Could not remove CHERRY_PICK_HEAD"
14277msgstr ""
14278
14279#: git-rebase--interactive.sh:1088
14280#, sh-format
14281msgid ""
14282"You have staged changes in your working tree.\n"
14283"If these changes are meant to be\n"
14284"squashed into the previous commit, run:\n"
14285"\n"
14286"  git commit --amend $gpg_sign_opt_quoted\n"
14287"\n"
14288"If they are meant to go into a new commit, run:\n"
14289"\n"
14290"  git commit $gpg_sign_opt_quoted\n"
14291"\n"
14292"In both cases, once you're done, continue with:\n"
14293"\n"
14294"  git rebase --continue\n"
14295msgstr ""
14296
14297#: git-rebase--interactive.sh:1105
14298msgid "Error trying to find the author identity to amend commit"
14299msgstr ""
14300
14301#: git-rebase--interactive.sh:1110
14302msgid ""
14303"You have uncommitted changes in your working tree. Please commit them\n"
14304"first and then run 'git rebase --continue' again."
14305msgstr ""
14306
14307#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14308msgid "Could not commit staged changes."
14309msgstr ""
14310
14311#: git-rebase--interactive.sh:1147
14312msgid ""
14313"\n"
14314"You are editing the todo file of an ongoing interactive rebase.\n"
14315"To continue rebase after editing, run:\n"
14316"    git rebase --continue\n"
14317"\n"
14318msgstr ""
14319
14320#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14321msgid "Could not execute editor"
14322msgstr ""
14323
14324#: git-rebase--interactive.sh:1168
14325#, sh-format
14326msgid "Could not checkout $switch_to"
14327msgstr ""
14328
14329#: git-rebase--interactive.sh:1173
14330msgid "No HEAD?"
14331msgstr ""
14332
14333#: git-rebase--interactive.sh:1174
14334#, sh-format
14335msgid "Could not create temporary $state_dir"
14336msgstr ""
14337
14338#: git-rebase--interactive.sh:1176
14339msgid "Could not mark as interactive"
14340msgstr ""
14341
14342#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14343msgid "Could not init rewritten commits"
14344msgstr ""
14345
14346#: git-rebase--interactive.sh:1291
14347#, sh-format
14348msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14349msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14350msgstr[0] ""
14351msgstr[1] ""
14352
14353#: git-rebase--interactive.sh:1296
14354msgid ""
14355"\n"
14356"However, if you remove everything, the rebase will be aborted.\n"
14357"\n"
14358msgstr ""
14359
14360#: git-rebase--interactive.sh:1303
14361msgid "Note that empty commits are commented out"
14362msgstr ""
14363
14364#: git-sh-setup.sh:89 git-sh-setup.sh:94
14365#, sh-format
14366msgid "usage: $dashless $USAGE"
14367msgstr ""
14368
14369#: git-sh-setup.sh:190
14370#, sh-format
14371msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14372msgstr ""
14373
14374#: git-sh-setup.sh:199 git-sh-setup.sh:206
14375#, sh-format
14376msgid "fatal: $program_name cannot be used without a working tree."
14377msgstr ""
14378
14379#: git-sh-setup.sh:220
14380msgid "Cannot rebase: You have unstaged changes."
14381msgstr ""
14382
14383#: git-sh-setup.sh:223
14384msgid "Cannot rewrite branches: You have unstaged changes."
14385msgstr ""
14386
14387#: git-sh-setup.sh:226
14388msgid "Cannot pull with rebase: You have unstaged changes."
14389msgstr ""
14390
14391#: git-sh-setup.sh:229
14392#, sh-format
14393msgid "Cannot $action: You have unstaged changes."
14394msgstr ""
14395
14396#: git-sh-setup.sh:242
14397msgid "Cannot rebase: Your index contains uncommitted changes."
14398msgstr ""
14399
14400#: git-sh-setup.sh:245
14401msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14402msgstr ""
14403
14404#: git-sh-setup.sh:248
14405#, sh-format
14406msgid "Cannot $action: Your index contains uncommitted changes."
14407msgstr ""
14408
14409#: git-sh-setup.sh:252
14410msgid "Additionally, your index contains uncommitted changes."
14411msgstr ""
14412
14413#: git-sh-setup.sh:372
14414msgid "You need to run this command from the toplevel of the working tree."
14415msgstr ""
14416
14417#: git-sh-setup.sh:377
14418msgid "Unable to determine absolute path of git directory"
14419msgstr ""
14420
14421#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14422#: git-add--interactive.perl:196
14423#, perl-format
14424msgid "%12s %12s %s"
14425msgstr ""
14426
14427#: git-add--interactive.perl:197
14428msgid "staged"
14429msgstr ""
14430
14431#: git-add--interactive.perl:197
14432msgid "unstaged"
14433msgstr ""
14434
14435#: git-add--interactive.perl:246 git-add--interactive.perl:271
14436msgid "binary"
14437msgstr ""
14438
14439#: git-add--interactive.perl:255 git-add--interactive.perl:309
14440msgid "nothing"
14441msgstr ""
14442
14443#: git-add--interactive.perl:291 git-add--interactive.perl:306
14444msgid "unchanged"
14445msgstr ""
14446
14447#: git-add--interactive.perl:602
14448#, perl-format
14449msgid "added %d path\n"
14450msgid_plural "added %d paths\n"
14451msgstr[0] ""
14452msgstr[1] ""
14453
14454#: git-add--interactive.perl:605
14455#, perl-format
14456msgid "updated %d path\n"
14457msgid_plural "updated %d paths\n"
14458msgstr[0] ""
14459msgstr[1] ""
14460
14461#: git-add--interactive.perl:608
14462#, perl-format
14463msgid "reverted %d path\n"
14464msgid_plural "reverted %d paths\n"
14465msgstr[0] ""
14466msgstr[1] ""
14467
14468#: git-add--interactive.perl:611
14469#, perl-format
14470msgid "touched %d path\n"
14471msgid_plural "touched %d paths\n"
14472msgstr[0] ""
14473msgstr[1] ""
14474
14475#: git-add--interactive.perl:620
14476msgid "Update"
14477msgstr ""
14478
14479#: git-add--interactive.perl:632
14480msgid "Revert"
14481msgstr ""
14482
14483#: git-add--interactive.perl:655
14484#, perl-format
14485msgid "note: %s is untracked now.\n"
14486msgstr ""
14487
14488#: git-add--interactive.perl:666
14489msgid "Add untracked"
14490msgstr ""
14491
14492#: git-add--interactive.perl:672
14493msgid "No untracked files.\n"
14494msgstr ""
14495
14496#: git-add--interactive.perl:985
14497msgid ""
14498"If the patch applies cleanly, the edited hunk will immediately be\n"
14499"marked for staging."
14500msgstr ""
14501
14502#: git-add--interactive.perl:988
14503msgid ""
14504"If the patch applies cleanly, the edited hunk will immediately be\n"
14505"marked for stashing."
14506msgstr ""
14507
14508#: git-add--interactive.perl:991
14509msgid ""
14510"If the patch applies cleanly, the edited hunk will immediately be\n"
14511"marked for unstaging."
14512msgstr ""
14513
14514#: git-add--interactive.perl:994 git-add--interactive.perl:1003
14515msgid ""
14516"If the patch applies cleanly, the edited hunk will immediately be\n"
14517"marked for applying."
14518msgstr ""
14519
14520#: git-add--interactive.perl:997 git-add--interactive.perl:1000
14521msgid ""
14522"If the patch applies cleanly, the edited hunk will immediately be\n"
14523"marked for discarding."
14524msgstr ""
14525
14526#: git-add--interactive.perl:1013
14527#, perl-format
14528msgid "failed to open hunk edit file for writing: %s"
14529msgstr ""
14530
14531#: git-add--interactive.perl:1014
14532msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14533msgstr ""
14534
14535#: git-add--interactive.perl:1020
14536#, perl-format
14537msgid ""
14538"---\n"
14539"To remove '%s' lines, make them ' ' lines (context).\n"
14540"To remove '%s' lines, delete them.\n"
14541"Lines starting with %s will be removed.\n"
14542msgstr ""
14543
14544#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14545#: git-add--interactive.perl:1028
14546msgid ""
14547"If it does not apply cleanly, you will be given an opportunity to\n"
14548"edit again.  If all lines of the hunk are removed, then the edit is\n"
14549"aborted and the hunk is left unchanged.\n"
14550msgstr ""
14551
14552#: git-add--interactive.perl:1042
14553#, perl-format
14554msgid "failed to open hunk edit file for reading: %s"
14555msgstr ""
14556
14557#. TRANSLATORS: do not translate [y/n]
14558#. The program will only accept that input
14559#. at this point.
14560#. Consider translating (saying "no" discards!) as
14561#. (saying "n" for "no" discards!) if the translation
14562#. of the word "no" does not start with n.
14563#: git-add--interactive.perl:1134
14564msgid ""
14565"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14566msgstr ""
14567
14568#: git-add--interactive.perl:1143
14569msgid ""
14570"y - stage this hunk\n"
14571"n - do not stage this hunk\n"
14572"q - quit; do not stage this hunk or any of the remaining ones\n"
14573"a - stage this hunk and all later hunks in the file\n"
14574"d - do not stage this hunk or any of the later hunks in the file"
14575msgstr ""
14576
14577#: git-add--interactive.perl:1149
14578msgid ""
14579"y - stash this hunk\n"
14580"n - do not stash this hunk\n"
14581"q - quit; do not stash this hunk or any of the remaining ones\n"
14582"a - stash this hunk and all later hunks in the file\n"
14583"d - do not stash this hunk or any of the later hunks in the file"
14584msgstr ""
14585
14586#: git-add--interactive.perl:1155
14587msgid ""
14588"y - unstage this hunk\n"
14589"n - do not unstage this hunk\n"
14590"q - quit; do not unstage this hunk or any of the remaining ones\n"
14591"a - unstage this hunk and all later hunks in the file\n"
14592"d - do not unstage this hunk or any of the later hunks in the file"
14593msgstr ""
14594
14595#: git-add--interactive.perl:1161
14596msgid ""
14597"y - apply this hunk to index\n"
14598"n - do not apply this hunk to index\n"
14599"q - quit; do not apply this hunk or any of the remaining ones\n"
14600"a - apply this hunk and all later hunks in the file\n"
14601"d - do not apply this hunk or any of the later hunks in the file"
14602msgstr ""
14603
14604#: git-add--interactive.perl:1167
14605msgid ""
14606"y - discard this hunk from worktree\n"
14607"n - do not discard this hunk from worktree\n"
14608"q - quit; do not discard this hunk or any of the remaining ones\n"
14609"a - discard this hunk and all later hunks in the file\n"
14610"d - do not discard this hunk or any of the later hunks in the file"
14611msgstr ""
14612
14613#: git-add--interactive.perl:1173
14614msgid ""
14615"y - discard this hunk from index and worktree\n"
14616"n - do not discard this hunk from index and worktree\n"
14617"q - quit; do not discard this hunk or any of the remaining ones\n"
14618"a - discard this hunk and all later hunks in the file\n"
14619"d - do not discard this hunk or any of the later hunks in the file"
14620msgstr ""
14621
14622#: git-add--interactive.perl:1179
14623msgid ""
14624"y - apply this hunk to index and worktree\n"
14625"n - do not apply this hunk to index and worktree\n"
14626"q - quit; do not apply this hunk or any of the remaining ones\n"
14627"a - apply this hunk and all later hunks in the file\n"
14628"d - do not apply this hunk or any of the later hunks in the file"
14629msgstr ""
14630
14631#: git-add--interactive.perl:1188
14632msgid ""
14633"g - select a hunk to go to\n"
14634"/ - search for a hunk matching the given regex\n"
14635"j - leave this hunk undecided, see next undecided hunk\n"
14636"J - leave this hunk undecided, see next hunk\n"
14637"k - leave this hunk undecided, see previous undecided hunk\n"
14638"K - leave this hunk undecided, see previous hunk\n"
14639"s - split the current hunk into smaller hunks\n"
14640"e - manually edit the current hunk\n"
14641"? - print help\n"
14642msgstr ""
14643
14644#: git-add--interactive.perl:1219
14645msgid "The selected hunks do not apply to the index!\n"
14646msgstr ""
14647
14648#: git-add--interactive.perl:1220
14649msgid "Apply them to the worktree anyway? "
14650msgstr ""
14651
14652#: git-add--interactive.perl:1223
14653msgid "Nothing was applied.\n"
14654msgstr ""
14655
14656#: git-add--interactive.perl:1234
14657#, perl-format
14658msgid "ignoring unmerged: %s\n"
14659msgstr ""
14660
14661#: git-add--interactive.perl:1243
14662msgid "Only binary files changed.\n"
14663msgstr ""
14664
14665#: git-add--interactive.perl:1245
14666msgid "No changes.\n"
14667msgstr ""
14668
14669#: git-add--interactive.perl:1253
14670msgid "Patch update"
14671msgstr ""
14672
14673#: git-add--interactive.perl:1305
14674#, perl-format
14675msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14676msgstr ""
14677
14678#: git-add--interactive.perl:1306
14679#, perl-format
14680msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14681msgstr ""
14682
14683#: git-add--interactive.perl:1307
14684#, perl-format
14685msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14686msgstr ""
14687
14688#: git-add--interactive.perl:1310
14689#, perl-format
14690msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14691msgstr ""
14692
14693#: git-add--interactive.perl:1311
14694#, perl-format
14695msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14696msgstr ""
14697
14698#: git-add--interactive.perl:1312
14699#, perl-format
14700msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14701msgstr ""
14702
14703#: git-add--interactive.perl:1315
14704#, perl-format
14705msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14706msgstr ""
14707
14708#: git-add--interactive.perl:1316
14709#, perl-format
14710msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14711msgstr ""
14712
14713#: git-add--interactive.perl:1317
14714#, perl-format
14715msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14716msgstr ""
14717
14718#: git-add--interactive.perl:1320
14719#, perl-format
14720msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14721msgstr ""
14722
14723#: git-add--interactive.perl:1321
14724#, perl-format
14725msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14726msgstr ""
14727
14728#: git-add--interactive.perl:1322
14729#, perl-format
14730msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14731msgstr ""
14732
14733#: git-add--interactive.perl:1325
14734#, perl-format
14735msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14736msgstr ""
14737
14738#: git-add--interactive.perl:1326
14739#, perl-format
14740msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14741msgstr ""
14742
14743#: git-add--interactive.perl:1327
14744#, perl-format
14745msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14746msgstr ""
14747
14748#: git-add--interactive.perl:1330
14749#, perl-format
14750msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14751msgstr ""
14752
14753#: git-add--interactive.perl:1331
14754#, perl-format
14755msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14756msgstr ""
14757
14758#: git-add--interactive.perl:1332
14759#, perl-format
14760msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14761msgstr ""
14762
14763#: git-add--interactive.perl:1335
14764#, perl-format
14765msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14766msgstr ""
14767
14768#: git-add--interactive.perl:1336
14769#, perl-format
14770msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14771msgstr ""
14772
14773#: git-add--interactive.perl:1337
14774#, perl-format
14775msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14776msgstr ""
14777
14778#: git-add--interactive.perl:1440
14779msgid "go to which hunk (<ret> to see more)? "
14780msgstr ""
14781
14782#: git-add--interactive.perl:1442
14783msgid "go to which hunk? "
14784msgstr ""
14785
14786#: git-add--interactive.perl:1451
14787#, perl-format
14788msgid "Invalid number: '%s'\n"
14789msgstr ""
14790
14791#: git-add--interactive.perl:1456
14792#, perl-format
14793msgid "Sorry, only %d hunk available.\n"
14794msgid_plural "Sorry, only %d hunks available.\n"
14795msgstr[0] ""
14796msgstr[1] ""
14797
14798#: git-add--interactive.perl:1482
14799msgid "search for regex? "
14800msgstr ""
14801
14802#: git-add--interactive.perl:1495
14803#, perl-format
14804msgid "Malformed search regexp %s: %s\n"
14805msgstr ""
14806
14807#: git-add--interactive.perl:1505
14808msgid "No hunk matches the given pattern\n"
14809msgstr ""
14810
14811#: git-add--interactive.perl:1517 git-add--interactive.perl:1539
14812msgid "No previous hunk\n"
14813msgstr ""
14814
14815#: git-add--interactive.perl:1526 git-add--interactive.perl:1545
14816msgid "No next hunk\n"
14817msgstr ""
14818
14819#: git-add--interactive.perl:1553
14820#, perl-format
14821msgid "Split into %d hunk.\n"
14822msgid_plural "Split into %d hunks.\n"
14823msgstr[0] ""
14824msgstr[1] ""
14825
14826#: git-add--interactive.perl:1605
14827msgid "Review diff"
14828msgstr ""
14829
14830#. TRANSLATORS: please do not translate the command names
14831#. 'status', 'update', 'revert', etc.
14832#: git-add--interactive.perl:1624
14833msgid ""
14834"status        - show paths with changes\n"
14835"update        - add working tree state to the staged set of changes\n"
14836"revert        - revert staged set of changes back to the HEAD version\n"
14837"patch         - pick hunks and update selectively\n"
14838"diff          - view diff between HEAD and index\n"
14839"add untracked - add contents of untracked files to the staged set of "
14840"changes\n"
14841msgstr ""
14842
14843#: git-add--interactive.perl:1641 git-add--interactive.perl:1646
14844#: git-add--interactive.perl:1649 git-add--interactive.perl:1656
14845#: git-add--interactive.perl:1660 git-add--interactive.perl:1666
14846msgid "missing --"
14847msgstr ""
14848
14849#: git-add--interactive.perl:1662
14850#, perl-format
14851msgid "unknown --patch mode: %s"
14852msgstr ""
14853
14854#: git-add--interactive.perl:1668 git-add--interactive.perl:1674
14855#, perl-format
14856msgid "invalid argument %s, expecting --"
14857msgstr ""
14858
14859#: git-send-email.perl:126
14860msgid "local zone differs from GMT by a non-minute interval\n"
14861msgstr ""
14862
14863#: git-send-email.perl:133 git-send-email.perl:139
14864msgid "local time offset greater than or equal to 24 hours\n"
14865msgstr ""
14866
14867#: git-send-email.perl:208 git-send-email.perl:214
14868msgid "the editor exited uncleanly, aborting everything"
14869msgstr ""
14870
14871#: git-send-email.perl:291
14872#, perl-format
14873msgid ""
14874"'%s' contains an intermediate version of the email you were composing.\n"
14875msgstr ""
14876
14877#: git-send-email.perl:296
14878#, perl-format
14879msgid "'%s.final' contains the composed email.\n"
14880msgstr ""
14881
14882#: git-send-email.perl:314
14883msgid "--dump-aliases incompatible with other options\n"
14884msgstr ""
14885
14886#: git-send-email.perl:379 git-send-email.perl:634
14887msgid "Cannot run git format-patch from outside a repository\n"
14888msgstr ""
14889
14890#: git-send-email.perl:448
14891#, perl-format
14892msgid "Unknown --suppress-cc field: '%s'\n"
14893msgstr ""
14894
14895#: git-send-email.perl:477
14896#, perl-format
14897msgid "Unknown --confirm setting: '%s'\n"
14898msgstr ""
14899
14900#: git-send-email.perl:509
14901#, perl-format
14902msgid "warning: sendmail alias with quotes is not supported: %s\n"
14903msgstr ""
14904
14905#: git-send-email.perl:511
14906#, perl-format
14907msgid "warning: `:include:` not supported: %s\n"
14908msgstr ""
14909
14910#: git-send-email.perl:513
14911#, perl-format
14912msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14913msgstr ""
14914
14915#: git-send-email.perl:518
14916#, perl-format
14917msgid "warning: sendmail line is not recognized: %s\n"
14918msgstr ""
14919
14920#: git-send-email.perl:600
14921#, perl-format
14922msgid ""
14923"File '%s' exists but it could also be the range of commits\n"
14924"to produce patches for.  Please disambiguate by...\n"
14925"\n"
14926"    * Saying \"./%s\" if you mean a file; or\n"
14927"    * Giving --format-patch option if you mean a range.\n"
14928msgstr ""
14929
14930#: git-send-email.perl:621
14931#, perl-format
14932msgid "Failed to opendir %s: %s"
14933msgstr ""
14934
14935#: git-send-email.perl:645
14936#, perl-format
14937msgid ""
14938"fatal: %s: %s\n"
14939"warning: no patches were sent\n"
14940msgstr ""
14941
14942#: git-send-email.perl:656
14943msgid ""
14944"\n"
14945"No patch files specified!\n"
14946"\n"
14947msgstr ""
14948
14949#: git-send-email.perl:669
14950#, perl-format
14951msgid "No subject line in %s?"
14952msgstr ""
14953
14954#: git-send-email.perl:679
14955#, perl-format
14956msgid "Failed to open for writing %s: %s"
14957msgstr ""
14958
14959#: git-send-email.perl:689
14960msgid ""
14961"Lines beginning in \"GIT:\" will be removed.\n"
14962"Consider including an overall diffstat or table of contents\n"
14963"for the patch you are writing.\n"
14964"\n"
14965"Clear the body content if you don't wish to send a summary.\n"
14966msgstr ""
14967
14968#: git-send-email.perl:712
14969#, perl-format
14970msgid "Failed to open %s.final: %s"
14971msgstr ""
14972
14973#: git-send-email.perl:715
14974#, perl-format
14975msgid "Failed to open %s: %s"
14976msgstr ""
14977
14978#: git-send-email.perl:750
14979msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14980msgstr ""
14981
14982#: git-send-email.perl:759
14983msgid "Summary email is empty, skipping it\n"
14984msgstr ""
14985
14986#. TRANSLATORS: please keep [y/N] as is.
14987#: git-send-email.perl:791
14988#, perl-format
14989msgid "Are you sure you want to use <%s> [y/N]? "
14990msgstr ""
14991
14992#: git-send-email.perl:820
14993msgid ""
14994"The following files are 8bit, but do not declare a Content-Transfer-"
14995"Encoding.\n"
14996msgstr ""
14997
14998#: git-send-email.perl:825
14999msgid "Which 8bit encoding should I declare [UTF-8]? "
15000msgstr ""
15001
15002#: git-send-email.perl:833
15003#, perl-format
15004msgid ""
15005"Refusing to send because the patch\n"
15006"\t%s\n"
15007"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15008"want to send.\n"
15009msgstr ""
15010
15011#: git-send-email.perl:852
15012msgid "To whom should the emails be sent (if anyone)?"
15013msgstr ""
15014
15015#: git-send-email.perl:870
15016#, perl-format
15017msgid "fatal: alias '%s' expands to itself\n"
15018msgstr ""
15019
15020#: git-send-email.perl:882
15021msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15022msgstr ""
15023
15024#: git-send-email.perl:932 git-send-email.perl:940
15025#, perl-format
15026msgid "error: unable to extract a valid address from: %s\n"
15027msgstr ""
15028
15029#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15030#. translation. The program will only accept English input
15031#. at this point.
15032#: git-send-email.perl:944
15033msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15034msgstr ""
15035
15036#: git-send-email.perl:1245
15037#, perl-format
15038msgid "CA path \"%s\" does not exist"
15039msgstr ""
15040
15041#: git-send-email.perl:1320
15042msgid ""
15043"    The Cc list above has been expanded by additional\n"
15044"    addresses found in the patch commit message. By default\n"
15045"    send-email prompts before sending whenever this occurs.\n"
15046"    This behavior is controlled by the sendemail.confirm\n"
15047"    configuration setting.\n"
15048"\n"
15049"    For additional information, run 'git send-email --help'.\n"
15050"    To retain the current behavior, but squelch this message,\n"
15051"    run 'git config --global sendemail.confirm auto'.\n"
15052"\n"
15053msgstr ""
15054
15055#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15056#. translation. The program will only accept English input
15057#. at this point.
15058#: git-send-email.perl:1335
15059msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15060msgstr ""
15061
15062#: git-send-email.perl:1338
15063msgid "Send this email reply required"
15064msgstr ""
15065
15066#: git-send-email.perl:1364
15067msgid "The required SMTP server is not properly defined."
15068msgstr ""
15069
15070#: git-send-email.perl:1411
15071#, perl-format
15072msgid "Server does not support STARTTLS! %s"
15073msgstr ""
15074
15075#: git-send-email.perl:1416 git-send-email.perl:1420
15076#, perl-format
15077msgid "STARTTLS failed! %s"
15078msgstr ""
15079
15080#: git-send-email.perl:1430
15081msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15082msgstr ""
15083
15084#: git-send-email.perl:1448
15085#, perl-format
15086msgid "Failed to send %s\n"
15087msgstr ""
15088
15089#: git-send-email.perl:1451
15090#, perl-format
15091msgid "Dry-Sent %s\n"
15092msgstr ""
15093
15094#: git-send-email.perl:1451
15095#, perl-format
15096msgid "Sent %s\n"
15097msgstr ""
15098
15099#: git-send-email.perl:1453
15100msgid "Dry-OK. Log says:\n"
15101msgstr ""
15102
15103#: git-send-email.perl:1453
15104msgid "OK. Log says:\n"
15105msgstr ""
15106
15107#: git-send-email.perl:1465
15108msgid "Result: "
15109msgstr ""
15110
15111#: git-send-email.perl:1468
15112msgid "Result: OK\n"
15113msgstr ""
15114
15115#: git-send-email.perl:1481
15116#, perl-format
15117msgid "can't open file %s"
15118msgstr ""
15119
15120#: git-send-email.perl:1528 git-send-email.perl:1548
15121#, perl-format
15122msgid "(mbox) Adding cc: %s from line '%s'\n"
15123msgstr ""
15124
15125#: git-send-email.perl:1534
15126#, perl-format
15127msgid "(mbox) Adding to: %s from line '%s'\n"
15128msgstr ""
15129
15130#: git-send-email.perl:1582
15131#, perl-format
15132msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15133msgstr ""
15134
15135#: git-send-email.perl:1605
15136#, perl-format
15137msgid "(body) Adding cc: %s from line '%s'\n"
15138msgstr ""
15139
15140#: git-send-email.perl:1711
15141#, perl-format
15142msgid "(%s) Could not execute '%s'"
15143msgstr ""
15144
15145#: git-send-email.perl:1718
15146#, perl-format
15147msgid "(%s) Adding %s: %s from: '%s'\n"
15148msgstr ""
15149
15150#: git-send-email.perl:1722
15151#, perl-format
15152msgid "(%s) failed to close pipe to '%s'"
15153msgstr ""
15154
15155#: git-send-email.perl:1749
15156msgid "cannot send message as 7bit"
15157msgstr ""
15158
15159#: git-send-email.perl:1757
15160msgid "invalid transfer encoding"
15161msgstr ""
15162
15163#: git-send-email.perl:1795 git-send-email.perl:1846 git-send-email.perl:1856
15164#, perl-format
15165msgid "unable to open %s: %s\n"
15166msgstr ""
15167
15168#: git-send-email.perl:1798
15169#, perl-format
15170msgid "%s: patch contains a line longer than 998 characters"
15171msgstr ""
15172
15173#: git-send-email.perl:1814
15174#, perl-format
15175msgid "Skipping %s with backup suffix '%s'.\n"
15176msgstr ""
15177
15178#. TRANSLATORS: please keep "[y|N]" as is.
15179#: git-send-email.perl:1818
15180#, perl-format
15181msgid "Do you really want to send %s? [y|N]: "
15182msgstr ""