po / git.poton commit p5302: create repositories for index-pack results explicitly (c86000c)
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2016-11-25 22:50+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c:55
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:83
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:85
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:87
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:89
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:91
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:93
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:101
  52msgid ""
  53"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  54"as appropriate to mark resolution and make a commit."
  55msgstr ""
  56
  57#: advice.c:109
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:114 builtin/merge.c:1181
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:116
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:117
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:123
  74#, c-format
  75msgid ""
  76"Note: checking out '%s'.\n"
  77"\n"
  78"You are in 'detached HEAD' state. You can look around, make experimental\n"
  79"changes and commit them, and you can discard any commits you make in this\n"
  80"state without impacting any branches by performing another checkout.\n"
  81"\n"
  82"If you want to create a new branch to retain commits you create, you may\n"
  83"do so (now or later) by using -b with the checkout command again. Example:\n"
  84"\n"
  85"  git checkout -b <new-branch-name>\n"
  86"\n"
  87msgstr ""
  88
  89#: apply.c:57
  90#, c-format
  91msgid "unrecognized whitespace option '%s'"
  92msgstr ""
  93
  94#: apply.c:73
  95#, c-format
  96msgid "unrecognized whitespace ignore option '%s'"
  97msgstr ""
  98
  99#: apply.c:125
 100msgid "--reject and --3way cannot be used together."
 101msgstr ""
 102
 103#: apply.c:127
 104msgid "--cached and --3way cannot be used together."
 105msgstr ""
 106
 107#: apply.c:130
 108msgid "--3way outside a repository"
 109msgstr ""
 110
 111#: apply.c:141
 112msgid "--index outside a repository"
 113msgstr ""
 114
 115#: apply.c:144
 116msgid "--cached outside a repository"
 117msgstr ""
 118
 119#: apply.c:845
 120#, c-format
 121msgid "Cannot prepare timestamp regexp %s"
 122msgstr ""
 123
 124#: apply.c:854
 125#, c-format
 126msgid "regexec returned %d for input: %s"
 127msgstr ""
 128
 129#: apply.c:938
 130#, c-format
 131msgid "unable to find filename in patch at line %d"
 132msgstr ""
 133
 134#: apply.c:977
 135#, c-format
 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 137msgstr ""
 138
 139#: apply.c:983
 140#, c-format
 141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 142msgstr ""
 143
 144#: apply.c:984
 145#, c-format
 146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 147msgstr ""
 148
 149#: apply.c:990
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null on line %d"
 152msgstr ""
 153
 154#: apply.c:1488
 155#, c-format
 156msgid "recount: unexpected line: %.*s"
 157msgstr ""
 158
 159#: apply.c:1557
 160#, c-format
 161msgid "patch fragment without header at line %d: %.*s"
 162msgstr ""
 163
 164#: apply.c:1577
 165#, c-format
 166msgid ""
 167"git diff header lacks filename information when removing %d leading pathname "
 168"component (line %d)"
 169msgid_plural ""
 170"git diff header lacks filename information when removing %d leading pathname "
 171"components (line %d)"
 172msgstr[0] ""
 173msgstr[1] ""
 174
 175#: apply.c:1589
 176#, c-format
 177msgid "git diff header lacks filename information (line %d)"
 178msgstr ""
 179
 180#: apply.c:1759
 181msgid "new file depends on old contents"
 182msgstr ""
 183
 184#: apply.c:1761
 185msgid "deleted file still has contents"
 186msgstr ""
 187
 188#: apply.c:1795
 189#, c-format
 190msgid "corrupt patch at line %d"
 191msgstr ""
 192
 193#: apply.c:1832
 194#, c-format
 195msgid "new file %s depends on old contents"
 196msgstr ""
 197
 198#: apply.c:1834
 199#, c-format
 200msgid "deleted file %s still has contents"
 201msgstr ""
 202
 203#: apply.c:1837
 204#, c-format
 205msgid "** warning: file %s becomes empty but is not deleted"
 206msgstr ""
 207
 208#: apply.c:1984
 209#, c-format
 210msgid "corrupt binary patch at line %d: %.*s"
 211msgstr ""
 212
 213#: apply.c:2021
 214#, c-format
 215msgid "unrecognized binary patch at line %d"
 216msgstr ""
 217
 218#: apply.c:2182
 219#, c-format
 220msgid "patch with only garbage at line %d"
 221msgstr ""
 222
 223#: apply.c:2274
 224#, c-format
 225msgid "unable to read symlink %s"
 226msgstr ""
 227
 228#: apply.c:2278
 229#, c-format
 230msgid "unable to open or read %s"
 231msgstr ""
 232
 233#: apply.c:2931
 234#, c-format
 235msgid "invalid start of line: '%c'"
 236msgstr ""
 237
 238#: apply.c:3050
 239#, c-format
 240msgid "Hunk #%d succeeded at %d (offset %d line)."
 241msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 242msgstr[0] ""
 243msgstr[1] ""
 244
 245#: apply.c:3062
 246#, c-format
 247msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 248msgstr ""
 249
 250#: apply.c:3068
 251#, c-format
 252msgid ""
 253"while searching for:\n"
 254"%.*s"
 255msgstr ""
 256
 257#: apply.c:3090
 258#, c-format
 259msgid "missing binary patch data for '%s'"
 260msgstr ""
 261
 262#: apply.c:3098
 263#, c-format
 264msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 265msgstr ""
 266
 267#: apply.c:3144
 268#, c-format
 269msgid "cannot apply binary patch to '%s' without full index line"
 270msgstr ""
 271
 272#: apply.c:3154
 273#, c-format
 274msgid ""
 275"the patch applies to '%s' (%s), which does not match the current contents."
 276msgstr ""
 277
 278#: apply.c:3162
 279#, c-format
 280msgid "the patch applies to an empty '%s' but it is not empty"
 281msgstr ""
 282
 283#: apply.c:3180
 284#, c-format
 285msgid "the necessary postimage %s for '%s' cannot be read"
 286msgstr ""
 287
 288#: apply.c:3193
 289#, c-format
 290msgid "binary patch does not apply to '%s'"
 291msgstr ""
 292
 293#: apply.c:3199
 294#, c-format
 295msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 296msgstr ""
 297
 298#: apply.c:3220
 299#, c-format
 300msgid "patch failed: %s:%ld"
 301msgstr ""
 302
 303#: apply.c:3342
 304#, c-format
 305msgid "cannot checkout %s"
 306msgstr ""
 307
 308#: apply.c:3390 apply.c:3401 apply.c:3447 setup.c:248
 309#, c-format
 310msgid "failed to read %s"
 311msgstr ""
 312
 313#: apply.c:3398
 314#, c-format
 315msgid "reading from '%s' beyond a symbolic link"
 316msgstr ""
 317
 318#: apply.c:3427 apply.c:3667
 319#, c-format
 320msgid "path %s has been renamed/deleted"
 321msgstr ""
 322
 323#: apply.c:3510 apply.c:3681
 324#, c-format
 325msgid "%s: does not exist in index"
 326msgstr ""
 327
 328#: apply.c:3519 apply.c:3689
 329#, c-format
 330msgid "%s: does not match index"
 331msgstr ""
 332
 333#: apply.c:3554
 334msgid "repository lacks the necessary blob to fall back on 3-way merge."
 335msgstr ""
 336
 337#: apply.c:3557
 338#, c-format
 339msgid "Falling back to three-way merge...\n"
 340msgstr ""
 341
 342#: apply.c:3573 apply.c:3577
 343#, c-format
 344msgid "cannot read the current contents of '%s'"
 345msgstr ""
 346
 347#: apply.c:3589
 348#, c-format
 349msgid "Failed to fall back on three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3603
 353#, c-format
 354msgid "Applied patch to '%s' with conflicts.\n"
 355msgstr ""
 356
 357#: apply.c:3608
 358#, c-format
 359msgid "Applied patch to '%s' cleanly.\n"
 360msgstr ""
 361
 362#: apply.c:3634
 363msgid "removal patch leaves file contents"
 364msgstr ""
 365
 366#: apply.c:3706
 367#, c-format
 368msgid "%s: wrong type"
 369msgstr ""
 370
 371#: apply.c:3708
 372#, c-format
 373msgid "%s has type %o, expected %o"
 374msgstr ""
 375
 376#: apply.c:3859 apply.c:3861
 377#, c-format
 378msgid "invalid path '%s'"
 379msgstr ""
 380
 381#: apply.c:3917
 382#, c-format
 383msgid "%s: already exists in index"
 384msgstr ""
 385
 386#: apply.c:3920
 387#, c-format
 388msgid "%s: already exists in working directory"
 389msgstr ""
 390
 391#: apply.c:3940
 392#, c-format
 393msgid "new mode (%o) of %s does not match old mode (%o)"
 394msgstr ""
 395
 396#: apply.c:3945
 397#, c-format
 398msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 399msgstr ""
 400
 401#: apply.c:3965
 402#, c-format
 403msgid "affected file '%s' is beyond a symbolic link"
 404msgstr ""
 405
 406#: apply.c:3969
 407#, c-format
 408msgid "%s: patch does not apply"
 409msgstr ""
 410
 411#: apply.c:3984
 412#, c-format
 413msgid "Checking patch %s..."
 414msgstr ""
 415
 416#: apply.c:4075
 417#, c-format
 418msgid "sha1 information is lacking or useless for submodule %s"
 419msgstr ""
 420
 421#: apply.c:4082
 422#, c-format
 423msgid "mode change for %s, which is not in current HEAD"
 424msgstr ""
 425
 426#: apply.c:4085
 427#, c-format
 428msgid "sha1 information is lacking or useless (%s)."
 429msgstr ""
 430
 431#: apply.c:4090 builtin/checkout.c:233 builtin/reset.c:135
 432#, c-format
 433msgid "make_cache_entry failed for path '%s'"
 434msgstr ""
 435
 436#: apply.c:4094
 437#, c-format
 438msgid "could not add %s to temporary index"
 439msgstr ""
 440
 441#: apply.c:4104
 442#, c-format
 443msgid "could not write temporary index to %s"
 444msgstr ""
 445
 446#: apply.c:4242
 447#, c-format
 448msgid "unable to remove %s from index"
 449msgstr ""
 450
 451#: apply.c:4277
 452#, c-format
 453msgid "corrupt patch for submodule %s"
 454msgstr ""
 455
 456#: apply.c:4283
 457#, c-format
 458msgid "unable to stat newly created file '%s'"
 459msgstr ""
 460
 461#: apply.c:4291
 462#, c-format
 463msgid "unable to create backing store for newly created file %s"
 464msgstr ""
 465
 466#: apply.c:4297 apply.c:4441
 467#, c-format
 468msgid "unable to add cache entry for %s"
 469msgstr ""
 470
 471#: apply.c:4338
 472#, c-format
 473msgid "failed to write to '%s'"
 474msgstr ""
 475
 476#: apply.c:4342
 477#, c-format
 478msgid "closing file '%s'"
 479msgstr ""
 480
 481#: apply.c:4412
 482#, c-format
 483msgid "unable to write file '%s' mode %o"
 484msgstr ""
 485
 486#: apply.c:4510
 487#, c-format
 488msgid "Applied patch %s cleanly."
 489msgstr ""
 490
 491#: apply.c:4518
 492msgid "internal error"
 493msgstr ""
 494
 495#: apply.c:4521
 496#, c-format
 497msgid "Applying patch %%s with %d reject..."
 498msgid_plural "Applying patch %%s with %d rejects..."
 499msgstr[0] ""
 500msgstr[1] ""
 501
 502#: apply.c:4532
 503#, c-format
 504msgid "truncating .rej filename to %.*s.rej"
 505msgstr ""
 506
 507#: apply.c:4540 builtin/fetch.c:740 builtin/fetch.c:989
 508#, c-format
 509msgid "cannot open %s"
 510msgstr ""
 511
 512#: apply.c:4554
 513#, c-format
 514msgid "Hunk #%d applied cleanly."
 515msgstr ""
 516
 517#: apply.c:4558
 518#, c-format
 519msgid "Rejected hunk #%d."
 520msgstr ""
 521
 522#: apply.c:4668
 523#, c-format
 524msgid "Skipped patch '%s'."
 525msgstr ""
 526
 527#: apply.c:4676
 528msgid "unrecognized input"
 529msgstr ""
 530
 531#: apply.c:4695
 532msgid "unable to read index file"
 533msgstr ""
 534
 535#: apply.c:4833
 536#, c-format
 537msgid "can't open patch '%s': %s"
 538msgstr ""
 539
 540#: apply.c:4858
 541#, c-format
 542msgid "squelched %d whitespace error"
 543msgid_plural "squelched %d whitespace errors"
 544msgstr[0] ""
 545msgstr[1] ""
 546
 547#: apply.c:4864 apply.c:4879
 548#, c-format
 549msgid "%d line adds whitespace errors."
 550msgid_plural "%d lines add whitespace errors."
 551msgstr[0] ""
 552msgstr[1] ""
 553
 554#: apply.c:4872
 555#, c-format
 556msgid "%d line applied after fixing whitespace errors."
 557msgid_plural "%d lines applied after fixing whitespace errors."
 558msgstr[0] ""
 559msgstr[1] ""
 560
 561#: apply.c:4888 builtin/add.c:463 builtin/mv.c:286 builtin/rm.c:431
 562msgid "Unable to write new index file"
 563msgstr ""
 564
 565#: apply.c:4919 apply.c:4922 builtin/am.c:2277 builtin/am.c:2280
 566#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
 567#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:407
 568#: builtin/submodule--helper.c:589 builtin/submodule--helper.c:592
 569#: builtin/submodule--helper.c:944 builtin/submodule--helper.c:947
 570msgid "path"
 571msgstr ""
 572
 573#: apply.c:4920
 574msgid "don't apply changes matching the given path"
 575msgstr ""
 576
 577#: apply.c:4923
 578msgid "apply changes matching the given path"
 579msgstr ""
 580
 581#: apply.c:4925 builtin/am.c:2286
 582msgid "num"
 583msgstr ""
 584
 585#: apply.c:4926
 586msgid "remove <num> leading slashes from traditional diff paths"
 587msgstr ""
 588
 589#: apply.c:4929
 590msgid "ignore additions made by the patch"
 591msgstr ""
 592
 593#: apply.c:4931
 594msgid "instead of applying the patch, output diffstat for the input"
 595msgstr ""
 596
 597#: apply.c:4935
 598msgid "show number of added and deleted lines in decimal notation"
 599msgstr ""
 600
 601#: apply.c:4937
 602msgid "instead of applying the patch, output a summary for the input"
 603msgstr ""
 604
 605#: apply.c:4939
 606msgid "instead of applying the patch, see if the patch is applicable"
 607msgstr ""
 608
 609#: apply.c:4941
 610msgid "make sure the patch is applicable to the current index"
 611msgstr ""
 612
 613#: apply.c:4943
 614msgid "apply a patch without touching the working tree"
 615msgstr ""
 616
 617#: apply.c:4945
 618msgid "accept a patch that touches outside the working area"
 619msgstr ""
 620
 621#: apply.c:4947
 622msgid "also apply the patch (use with --stat/--summary/--check)"
 623msgstr ""
 624
 625#: apply.c:4949
 626msgid "attempt three-way merge if a patch does not apply"
 627msgstr ""
 628
 629#: apply.c:4951
 630msgid "build a temporary index based on embedded index information"
 631msgstr ""
 632
 633#: apply.c:4954 builtin/checkout-index.c:169 builtin/ls-files.c:505
 634msgid "paths are separated with NUL character"
 635msgstr ""
 636
 637#: apply.c:4956
 638msgid "ensure at least <n> lines of context match"
 639msgstr ""
 640
 641#: apply.c:4957 builtin/am.c:2265
 642msgid "action"
 643msgstr ""
 644
 645#: apply.c:4958
 646msgid "detect new or modified lines that have whitespace errors"
 647msgstr ""
 648
 649#: apply.c:4961 apply.c:4964
 650msgid "ignore changes in whitespace when finding context"
 651msgstr ""
 652
 653#: apply.c:4967
 654msgid "apply the patch in reverse"
 655msgstr ""
 656
 657#: apply.c:4969
 658msgid "don't expect at least one line of context"
 659msgstr ""
 660
 661#: apply.c:4971
 662msgid "leave the rejected hunks in corresponding *.rej files"
 663msgstr ""
 664
 665#: apply.c:4973
 666msgid "allow overlapping hunks"
 667msgstr ""
 668
 669#: apply.c:4974 builtin/add.c:267 builtin/check-ignore.c:19
 670#: builtin/commit.c:1339 builtin/count-objects.c:94 builtin/fsck.c:593
 671#: builtin/log.c:1860 builtin/mv.c:110 builtin/read-tree.c:114
 672msgid "be verbose"
 673msgstr ""
 674
 675#: apply.c:4976
 676msgid "tolerate incorrectly detected missing new-line at the end of file"
 677msgstr ""
 678
 679#: apply.c:4979
 680msgid "do not trust the line counts in the hunk headers"
 681msgstr ""
 682
 683#: apply.c:4981 builtin/am.c:2274
 684msgid "root"
 685msgstr ""
 686
 687#: apply.c:4982
 688msgid "prepend <root> to all filenames"
 689msgstr ""
 690
 691#: archive.c:12
 692msgid "git archive [<options>] <tree-ish> [<path>...]"
 693msgstr ""
 694
 695#: archive.c:13
 696msgid "git archive --list"
 697msgstr ""
 698
 699#: archive.c:14
 700msgid ""
 701"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 702msgstr ""
 703
 704#: archive.c:15
 705msgid "git archive --remote <repo> [--exec <cmd>] --list"
 706msgstr ""
 707
 708#: archive.c:344 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:327
 709#, c-format
 710msgid "pathspec '%s' did not match any files"
 711msgstr ""
 712
 713#: archive.c:429
 714msgid "fmt"
 715msgstr ""
 716
 717#: archive.c:429
 718msgid "archive format"
 719msgstr ""
 720
 721#: archive.c:430 builtin/log.c:1429
 722msgid "prefix"
 723msgstr ""
 724
 725#: archive.c:431
 726msgid "prepend prefix to each pathname in the archive"
 727msgstr ""
 728
 729#: archive.c:432 builtin/blame.c:2603 builtin/blame.c:2604 builtin/config.c:59
 730#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:723
 731#: builtin/hash-object.c:101 builtin/ls-files.c:539 builtin/ls-files.c:542
 732#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
 733#: parse-options.h:153
 734msgid "file"
 735msgstr ""
 736
 737#: archive.c:433 builtin/archive.c:89
 738msgid "write the archive to this file"
 739msgstr ""
 740
 741#: archive.c:435
 742msgid "read .gitattributes in working directory"
 743msgstr ""
 744
 745#: archive.c:436
 746msgid "report archived files on stderr"
 747msgstr ""
 748
 749#: archive.c:437
 750msgid "store only"
 751msgstr ""
 752
 753#: archive.c:438
 754msgid "compress faster"
 755msgstr ""
 756
 757#: archive.c:446
 758msgid "compress better"
 759msgstr ""
 760
 761#: archive.c:449
 762msgid "list supported archive formats"
 763msgstr ""
 764
 765#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
 766#: builtin/submodule--helper.c:601 builtin/submodule--helper.c:953
 767msgid "repo"
 768msgstr ""
 769
 770#: archive.c:452 builtin/archive.c:91
 771msgid "retrieve the archive from remote repository <repo>"
 772msgstr ""
 773
 774#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
 775msgid "command"
 776msgstr ""
 777
 778#: archive.c:454 builtin/archive.c:93
 779msgid "path to the remote git-upload-archive command"
 780msgstr ""
 781
 782#: archive.c:461
 783msgid "Unexpected option --remote"
 784msgstr ""
 785
 786#: archive.c:463
 787msgid "Option --exec can only be used together with --remote"
 788msgstr ""
 789
 790#: archive.c:465
 791msgid "Unexpected option --output"
 792msgstr ""
 793
 794#: archive.c:487
 795#, c-format
 796msgid "Unknown archive format '%s'"
 797msgstr ""
 798
 799#: archive.c:494
 800#, c-format
 801msgid "Argument not supported for format '%s': -%d"
 802msgstr ""
 803
 804#: attr.c:263
 805msgid ""
 806"Negative patterns are ignored in git attributes\n"
 807"Use '\\!' for literal leading exclamation."
 808msgstr ""
 809
 810#: bisect.c:441
 811#, c-format
 812msgid "Could not open file '%s'"
 813msgstr ""
 814
 815#: bisect.c:446
 816#, c-format
 817msgid "Badly quoted content in file '%s': %s"
 818msgstr ""
 819
 820#: bisect.c:655
 821#, c-format
 822msgid "We cannot bisect more!\n"
 823msgstr ""
 824
 825#: bisect.c:708
 826#, c-format
 827msgid "Not a valid commit name %s"
 828msgstr ""
 829
 830#: bisect.c:732
 831#, c-format
 832msgid ""
 833"The merge base %s is bad.\n"
 834"This means the bug has been fixed between %s and [%s].\n"
 835msgstr ""
 836
 837#: bisect.c:737
 838#, c-format
 839msgid ""
 840"The merge base %s is new.\n"
 841"The property has changed between %s and [%s].\n"
 842msgstr ""
 843
 844#: bisect.c:742
 845#, c-format
 846msgid ""
 847"The merge base %s is %s.\n"
 848"This means the first '%s' commit is between %s and [%s].\n"
 849msgstr ""
 850
 851#: bisect.c:750
 852#, c-format
 853msgid ""
 854"Some %s revs are not ancestor of the %s rev.\n"
 855"git bisect cannot work properly in this case.\n"
 856"Maybe you mistook %s and %s revs?\n"
 857msgstr ""
 858
 859#: bisect.c:763
 860#, c-format
 861msgid ""
 862"the merge base between %s and [%s] must be skipped.\n"
 863"So we cannot be sure the first %s commit is between %s and %s.\n"
 864"We continue anyway."
 865msgstr ""
 866
 867#: bisect.c:798
 868#, c-format
 869msgid "Bisecting: a merge base must be tested\n"
 870msgstr ""
 871
 872#: bisect.c:849
 873#, c-format
 874msgid "a %s revision is needed"
 875msgstr ""
 876
 877#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:248
 878#, c-format
 879msgid "could not create file '%s'"
 880msgstr ""
 881
 882#: bisect.c:917
 883#, c-format
 884msgid "could not read file '%s'"
 885msgstr ""
 886
 887#: bisect.c:947
 888msgid "reading bisect refs failed"
 889msgstr ""
 890
 891#: bisect.c:967
 892#, c-format
 893msgid "%s was both %s and %s\n"
 894msgstr ""
 895
 896#: bisect.c:975
 897#, c-format
 898msgid ""
 899"No testable commit found.\n"
 900"Maybe you started with bad path parameters?\n"
 901msgstr ""
 902
 903#: bisect.c:994
 904#, c-format
 905msgid "(roughly %d step)"
 906msgid_plural "(roughly %d steps)"
 907msgstr[0] ""
 908msgstr[1] ""
 909
 910#. TRANSLATORS: the last %s will be replaced with
 911#. "(roughly %d steps)" translation
 912#: bisect.c:998
 913#, c-format
 914msgid "Bisecting: %d revision left to test after this %s\n"
 915msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 916msgstr[0] ""
 917msgstr[1] ""
 918
 919#: branch.c:53
 920#, c-format
 921msgid ""
 922"\n"
 923"After fixing the error cause you may try to fix up\n"
 924"the remote tracking information by invoking\n"
 925"\"git branch --set-upstream-to=%s%s%s\"."
 926msgstr ""
 927
 928#: branch.c:67
 929#, c-format
 930msgid "Not setting branch %s as its own upstream."
 931msgstr ""
 932
 933#: branch.c:93
 934#, c-format
 935msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 936msgstr ""
 937
 938#: branch.c:94
 939#, c-format
 940msgid "Branch %s set up to track remote branch %s from %s."
 941msgstr ""
 942
 943#: branch.c:98
 944#, c-format
 945msgid "Branch %s set up to track local branch %s by rebasing."
 946msgstr ""
 947
 948#: branch.c:99
 949#, c-format
 950msgid "Branch %s set up to track local branch %s."
 951msgstr ""
 952
 953#: branch.c:104
 954#, c-format
 955msgid "Branch %s set up to track remote ref %s by rebasing."
 956msgstr ""
 957
 958#: branch.c:105
 959#, c-format
 960msgid "Branch %s set up to track remote ref %s."
 961msgstr ""
 962
 963#: branch.c:109
 964#, c-format
 965msgid "Branch %s set up to track local ref %s by rebasing."
 966msgstr ""
 967
 968#: branch.c:110
 969#, c-format
 970msgid "Branch %s set up to track local ref %s."
 971msgstr ""
 972
 973#: branch.c:119
 974msgid "Unable to write upstream branch configuration"
 975msgstr ""
 976
 977#: branch.c:156
 978#, c-format
 979msgid "Not tracking: ambiguous information for ref %s"
 980msgstr ""
 981
 982#: branch.c:185
 983#, c-format
 984msgid "'%s' is not a valid branch name."
 985msgstr ""
 986
 987#: branch.c:190
 988#, c-format
 989msgid "A branch named '%s' already exists."
 990msgstr ""
 991
 992#: branch.c:198
 993msgid "Cannot force update the current branch."
 994msgstr ""
 995
 996#: branch.c:218
 997#, c-format
 998msgid "Cannot setup tracking information; starting point '%s' is not a branch."
 999msgstr ""
1000
1001#: branch.c:220
1002#, c-format
1003msgid "the requested upstream branch '%s' does not exist"
1004msgstr ""
1005
1006#: branch.c:222
1007msgid ""
1008"\n"
1009"If you are planning on basing your work on an upstream\n"
1010"branch that already exists at the remote, you may need to\n"
1011"run \"git fetch\" to retrieve it.\n"
1012"\n"
1013"If you are planning to push out a new local branch that\n"
1014"will track its remote counterpart, you may want to use\n"
1015"\"git push -u\" to set the upstream config as you push."
1016msgstr ""
1017
1018#: branch.c:265
1019#, c-format
1020msgid "Not a valid object name: '%s'."
1021msgstr ""
1022
1023#: branch.c:285
1024#, c-format
1025msgid "Ambiguous object name: '%s'."
1026msgstr ""
1027
1028#: branch.c:290
1029#, c-format
1030msgid "Not a valid branch point: '%s'."
1031msgstr ""
1032
1033#: branch.c:344
1034#, c-format
1035msgid "'%s' is already checked out at '%s'"
1036msgstr ""
1037
1038#: branch.c:363
1039#, c-format
1040msgid "HEAD of working tree %s is not updated"
1041msgstr ""
1042
1043#: bundle.c:34
1044#, c-format
1045msgid "'%s' does not look like a v2 bundle file"
1046msgstr ""
1047
1048#: bundle.c:61
1049#, c-format
1050msgid "unrecognized header: %s%s (%d)"
1051msgstr ""
1052
1053#: bundle.c:87 sequencer.c:963 builtin/commit.c:777
1054#, c-format
1055msgid "could not open '%s'"
1056msgstr ""
1057
1058#: bundle.c:139
1059msgid "Repository lacks these prerequisite commits:"
1060msgstr ""
1061
1062#: bundle.c:163 ref-filter.c:1462 sequencer.c:830 sequencer.c:1374
1063#: builtin/blame.c:2814 builtin/commit.c:1061 builtin/log.c:348
1064#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1065#: builtin/merge.c:356 builtin/shortlog.c:170
1066msgid "revision walk setup failed"
1067msgstr ""
1068
1069#: bundle.c:185
1070#, c-format
1071msgid "The bundle contains this ref:"
1072msgid_plural "The bundle contains these %d refs:"
1073msgstr[0] ""
1074msgstr[1] ""
1075
1076#: bundle.c:192
1077msgid "The bundle records a complete history."
1078msgstr ""
1079
1080#: bundle.c:194
1081#, c-format
1082msgid "The bundle requires this ref:"
1083msgid_plural "The bundle requires these %d refs:"
1084msgstr[0] ""
1085msgstr[1] ""
1086
1087#: bundle.c:253
1088msgid "Could not spawn pack-objects"
1089msgstr ""
1090
1091#: bundle.c:264
1092msgid "pack-objects died"
1093msgstr ""
1094
1095#: bundle.c:304
1096msgid "rev-list died"
1097msgstr ""
1098
1099#: bundle.c:353
1100#, c-format
1101msgid "ref '%s' is excluded by the rev-list options"
1102msgstr ""
1103
1104#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:273
1105#, c-format
1106msgid "unrecognized argument: %s"
1107msgstr ""
1108
1109#: bundle.c:451
1110msgid "Refusing to create empty bundle."
1111msgstr ""
1112
1113#: bundle.c:463
1114#, c-format
1115msgid "cannot create '%s'"
1116msgstr ""
1117
1118#: bundle.c:491
1119msgid "index-pack died"
1120msgstr ""
1121
1122#: color.c:290
1123#, c-format
1124msgid "invalid color value: %.*s"
1125msgstr ""
1126
1127#: commit.c:40 builtin/am.c:421 builtin/am.c:457 builtin/am.c:1493
1128#: builtin/am.c:2127
1129#, c-format
1130msgid "could not parse %s"
1131msgstr ""
1132
1133#: commit.c:42
1134#, c-format
1135msgid "%s %s is not a commit!"
1136msgstr ""
1137
1138#: commit.c:1514
1139msgid ""
1140"Warning: commit message did not conform to UTF-8.\n"
1141"You may want to amend it after fixing the message, or set the config\n"
1142"variable i18n.commitencoding to the encoding your project uses.\n"
1143msgstr ""
1144
1145#: compat/obstack.c:406 compat/obstack.c:408
1146msgid "memory exhausted"
1147msgstr ""
1148
1149#: config.c:516
1150#, c-format
1151msgid "bad config line %d in blob %s"
1152msgstr ""
1153
1154#: config.c:520
1155#, c-format
1156msgid "bad config line %d in file %s"
1157msgstr ""
1158
1159#: config.c:524
1160#, c-format
1161msgid "bad config line %d in standard input"
1162msgstr ""
1163
1164#: config.c:528
1165#, c-format
1166msgid "bad config line %d in submodule-blob %s"
1167msgstr ""
1168
1169#: config.c:532
1170#, c-format
1171msgid "bad config line %d in command line %s"
1172msgstr ""
1173
1174#: config.c:536
1175#, c-format
1176msgid "bad config line %d in %s"
1177msgstr ""
1178
1179#: config.c:655
1180msgid "out of range"
1181msgstr ""
1182
1183#: config.c:655
1184msgid "invalid unit"
1185msgstr ""
1186
1187#: config.c:661
1188#, c-format
1189msgid "bad numeric config value '%s' for '%s': %s"
1190msgstr ""
1191
1192#: config.c:666
1193#, c-format
1194msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1195msgstr ""
1196
1197#: config.c:669
1198#, c-format
1199msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1200msgstr ""
1201
1202#: config.c:672
1203#, c-format
1204msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1205msgstr ""
1206
1207#: config.c:675
1208#, c-format
1209msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1210msgstr ""
1211
1212#: config.c:678
1213#, c-format
1214msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1215msgstr ""
1216
1217#: config.c:681
1218#, c-format
1219msgid "bad numeric config value '%s' for '%s' in %s: %s"
1220msgstr ""
1221
1222#: config.c:768
1223#, c-format
1224msgid "failed to expand user dir in: '%s'"
1225msgstr ""
1226
1227#: config.c:852 config.c:863
1228#, c-format
1229msgid "bad zlib compression level %d"
1230msgstr ""
1231
1232#: config.c:978
1233#, c-format
1234msgid "invalid mode for object creation: %s"
1235msgstr ""
1236
1237#: config.c:1312
1238msgid "unable to parse command-line config"
1239msgstr ""
1240
1241#: config.c:1362
1242msgid "unknown error occurred while reading the configuration files"
1243msgstr ""
1244
1245#: config.c:1716
1246#, c-format
1247msgid "unable to parse '%s' from command-line config"
1248msgstr ""
1249
1250#: config.c:1718
1251#, c-format
1252msgid "bad config variable '%s' in file '%s' at line %d"
1253msgstr ""
1254
1255#: config.c:1777
1256#, c-format
1257msgid "%s has multiple values"
1258msgstr ""
1259
1260#: config.c:2311
1261#, c-format
1262msgid "could not set '%s' to '%s'"
1263msgstr ""
1264
1265#: config.c:2313
1266#, c-format
1267msgid "could not unset '%s'"
1268msgstr ""
1269
1270#: connect.c:49
1271msgid "The remote end hung up upon initial contact"
1272msgstr ""
1273
1274#: connect.c:51
1275msgid ""
1276"Could not read from remote repository.\n"
1277"\n"
1278"Please make sure you have the correct access rights\n"
1279"and the repository exists."
1280msgstr ""
1281
1282#: connected.c:63 builtin/fsck.c:173 builtin/prune.c:140
1283msgid "Checking connectivity"
1284msgstr ""
1285
1286#: connected.c:75
1287msgid "Could not run 'git rev-list'"
1288msgstr ""
1289
1290#: connected.c:95
1291msgid "failed write to rev-list"
1292msgstr ""
1293
1294#: connected.c:102
1295msgid "failed to close rev-list's stdin"
1296msgstr ""
1297
1298#: convert.c:201
1299#, c-format
1300msgid ""
1301"CRLF will be replaced by LF in %s.\n"
1302"The file will have its original line endings in your working directory."
1303msgstr ""
1304
1305#: convert.c:205
1306#, c-format
1307msgid "CRLF would be replaced by LF in %s."
1308msgstr ""
1309
1310#: convert.c:211
1311#, c-format
1312msgid ""
1313"LF will be replaced by CRLF in %s.\n"
1314"The file will have its original line endings in your working directory."
1315msgstr ""
1316
1317#: convert.c:215
1318#, c-format
1319msgid "LF would be replaced by CRLF in %s"
1320msgstr ""
1321
1322#: date.c:97
1323msgid "in the future"
1324msgstr ""
1325
1326#: date.c:103
1327#, c-format
1328msgid "%lu second ago"
1329msgid_plural "%lu seconds ago"
1330msgstr[0] ""
1331msgstr[1] ""
1332
1333#: date.c:110
1334#, c-format
1335msgid "%lu minute ago"
1336msgid_plural "%lu minutes ago"
1337msgstr[0] ""
1338msgstr[1] ""
1339
1340#: date.c:117
1341#, c-format
1342msgid "%lu hour ago"
1343msgid_plural "%lu hours ago"
1344msgstr[0] ""
1345msgstr[1] ""
1346
1347#: date.c:124
1348#, c-format
1349msgid "%lu day ago"
1350msgid_plural "%lu days ago"
1351msgstr[0] ""
1352msgstr[1] ""
1353
1354#: date.c:130
1355#, c-format
1356msgid "%lu week ago"
1357msgid_plural "%lu weeks ago"
1358msgstr[0] ""
1359msgstr[1] ""
1360
1361#: date.c:137
1362#, c-format
1363msgid "%lu month ago"
1364msgid_plural "%lu months ago"
1365msgstr[0] ""
1366msgstr[1] ""
1367
1368#: date.c:148
1369#, c-format
1370msgid "%lu year"
1371msgid_plural "%lu years"
1372msgstr[0] ""
1373msgstr[1] ""
1374
1375#. TRANSLATORS: "%s" is "<n> years"
1376#: date.c:151
1377#, c-format
1378msgid "%s, %lu month ago"
1379msgid_plural "%s, %lu months ago"
1380msgstr[0] ""
1381msgstr[1] ""
1382
1383#: date.c:156 date.c:161
1384#, c-format
1385msgid "%lu year ago"
1386msgid_plural "%lu years ago"
1387msgstr[0] ""
1388msgstr[1] ""
1389
1390#: diffcore-order.c:24
1391#, c-format
1392msgid "failed to read orderfile '%s'"
1393msgstr ""
1394
1395#: diffcore-rename.c:536
1396msgid "Performing inexact rename detection"
1397msgstr ""
1398
1399#: diff.c:62
1400#, c-format
1401msgid "option '%s' requires a value"
1402msgstr ""
1403
1404#: diff.c:124
1405#, c-format
1406msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1407msgstr ""
1408
1409#: diff.c:129
1410#, c-format
1411msgid "  Unknown dirstat parameter '%s'\n"
1412msgstr ""
1413
1414#: diff.c:283
1415#, c-format
1416msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1417msgstr ""
1418
1419#: diff.c:346
1420#, c-format
1421msgid ""
1422"Found errors in 'diff.dirstat' config variable:\n"
1423"%s"
1424msgstr ""
1425
1426#: diff.c:3087
1427#, c-format
1428msgid "external diff died, stopping at %s"
1429msgstr ""
1430
1431#: diff.c:3412
1432msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1433msgstr ""
1434
1435#: diff.c:3502
1436msgid "--follow requires exactly one pathspec"
1437msgstr ""
1438
1439#: diff.c:3665
1440#, c-format
1441msgid ""
1442"Failed to parse --dirstat/-X option parameter:\n"
1443"%s"
1444msgstr ""
1445
1446#: diff.c:3679
1447#, c-format
1448msgid "Failed to parse --submodule option parameter: '%s'"
1449msgstr ""
1450
1451#: diff.c:4700
1452msgid "inexact rename detection was skipped due to too many files."
1453msgstr ""
1454
1455#: diff.c:4703
1456msgid "only found copies from modified paths due to too many files."
1457msgstr ""
1458
1459#: diff.c:4706
1460#, c-format
1461msgid ""
1462"you may want to set your %s variable to at least %d and retry the command."
1463msgstr ""
1464
1465#: dir.c:1866
1466msgid "failed to get kernel name and information"
1467msgstr ""
1468
1469#: dir.c:1985
1470msgid "Untracked cache is disabled on this system or location."
1471msgstr ""
1472
1473#: fetch-pack.c:213
1474msgid "git fetch-pack: expected shallow list"
1475msgstr ""
1476
1477#: fetch-pack.c:225
1478msgid "git fetch-pack: expected ACK/NAK, got EOF"
1479msgstr ""
1480
1481#: fetch-pack.c:243
1482#, c-format
1483msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1484msgstr ""
1485
1486#: fetch-pack.c:295
1487msgid "--stateless-rpc requires multi_ack_detailed"
1488msgstr ""
1489
1490#: fetch-pack.c:381
1491#, c-format
1492msgid "invalid shallow line: %s"
1493msgstr ""
1494
1495#: fetch-pack.c:387
1496#, c-format
1497msgid "invalid unshallow line: %s"
1498msgstr ""
1499
1500#: fetch-pack.c:389
1501#, c-format
1502msgid "object not found: %s"
1503msgstr ""
1504
1505#: fetch-pack.c:392
1506#, c-format
1507msgid "error in object: %s"
1508msgstr ""
1509
1510#: fetch-pack.c:394
1511#, c-format
1512msgid "no shallow found: %s"
1513msgstr ""
1514
1515#: fetch-pack.c:397
1516#, c-format
1517msgid "expected shallow/unshallow, got %s"
1518msgstr ""
1519
1520#: fetch-pack.c:436
1521#, c-format
1522msgid "got %s %d %s"
1523msgstr ""
1524
1525#: fetch-pack.c:450
1526#, c-format
1527msgid "invalid commit %s"
1528msgstr ""
1529
1530#: fetch-pack.c:483
1531msgid "giving up"
1532msgstr ""
1533
1534#: fetch-pack.c:493 progress.c:235
1535msgid "done"
1536msgstr ""
1537
1538#: fetch-pack.c:505
1539#, c-format
1540msgid "got %s (%d) %s"
1541msgstr ""
1542
1543#: fetch-pack.c:551
1544#, c-format
1545msgid "Marking %s as complete"
1546msgstr ""
1547
1548#: fetch-pack.c:697
1549#, c-format
1550msgid "already have %s (%s)"
1551msgstr ""
1552
1553#: fetch-pack.c:735
1554msgid "fetch-pack: unable to fork off sideband demultiplexer"
1555msgstr ""
1556
1557#: fetch-pack.c:743
1558msgid "protocol error: bad pack header"
1559msgstr ""
1560
1561#: fetch-pack.c:799
1562#, c-format
1563msgid "fetch-pack: unable to fork off %s"
1564msgstr ""
1565
1566#: fetch-pack.c:815
1567#, c-format
1568msgid "%s failed"
1569msgstr ""
1570
1571#: fetch-pack.c:817
1572msgid "error in sideband demultiplexer"
1573msgstr ""
1574
1575#: fetch-pack.c:844
1576msgid "Server does not support shallow clients"
1577msgstr ""
1578
1579#: fetch-pack.c:848
1580msgid "Server supports multi_ack_detailed"
1581msgstr ""
1582
1583#: fetch-pack.c:851
1584msgid "Server supports no-done"
1585msgstr ""
1586
1587#: fetch-pack.c:857
1588msgid "Server supports multi_ack"
1589msgstr ""
1590
1591#: fetch-pack.c:861
1592msgid "Server supports side-band-64k"
1593msgstr ""
1594
1595#: fetch-pack.c:865
1596msgid "Server supports side-band"
1597msgstr ""
1598
1599#: fetch-pack.c:869
1600msgid "Server supports allow-tip-sha1-in-want"
1601msgstr ""
1602
1603#: fetch-pack.c:873
1604msgid "Server supports allow-reachable-sha1-in-want"
1605msgstr ""
1606
1607#: fetch-pack.c:883
1608msgid "Server supports ofs-delta"
1609msgstr ""
1610
1611#: fetch-pack.c:890
1612#, c-format
1613msgid "Server version is %.*s"
1614msgstr ""
1615
1616#: fetch-pack.c:896
1617msgid "Server does not support --shallow-since"
1618msgstr ""
1619
1620#: fetch-pack.c:900
1621msgid "Server does not support --shallow-exclude"
1622msgstr ""
1623
1624#: fetch-pack.c:902
1625msgid "Server does not support --deepen"
1626msgstr ""
1627
1628#: fetch-pack.c:913
1629msgid "no common commits"
1630msgstr ""
1631
1632#: fetch-pack.c:925
1633msgid "git fetch-pack: fetch failed."
1634msgstr ""
1635
1636#: fetch-pack.c:1087
1637msgid "no matching remote head"
1638msgstr ""
1639
1640#: gpg-interface.c:185
1641msgid "gpg failed to sign the data"
1642msgstr ""
1643
1644#: gpg-interface.c:215
1645msgid "could not create temporary file"
1646msgstr ""
1647
1648#: gpg-interface.c:217
1649#, c-format
1650msgid "failed writing detached signature to '%s'"
1651msgstr ""
1652
1653#: grep.c:1782
1654#, c-format
1655msgid "'%s': unable to read %s"
1656msgstr ""
1657
1658#: grep.c:1799 builtin/clone.c:381 builtin/diff.c:84 builtin/rm.c:155
1659#, c-format
1660msgid "failed to stat '%s'"
1661msgstr ""
1662
1663#: grep.c:1810
1664#, c-format
1665msgid "'%s': short read"
1666msgstr ""
1667
1668#: help.c:203
1669#, c-format
1670msgid "available git commands in '%s'"
1671msgstr ""
1672
1673#: help.c:210
1674msgid "git commands available from elsewhere on your $PATH"
1675msgstr ""
1676
1677#: help.c:241
1678msgid "These are common Git commands used in various situations:"
1679msgstr ""
1680
1681#: help.c:306
1682#, c-format
1683msgid ""
1684"'%s' appears to be a git command, but we were not\n"
1685"able to execute it. Maybe git-%s is broken?"
1686msgstr ""
1687
1688#: help.c:361
1689msgid "Uh oh. Your system reports no Git commands at all."
1690msgstr ""
1691
1692#: help.c:383
1693#, c-format
1694msgid ""
1695"WARNING: You called a Git command named '%s', which does not exist.\n"
1696"Continuing under the assumption that you meant '%s'"
1697msgstr ""
1698
1699#: help.c:388
1700#, c-format
1701msgid "in %0.1f seconds automatically..."
1702msgstr ""
1703
1704#: help.c:395
1705#, c-format
1706msgid "git: '%s' is not a git command. See 'git --help'."
1707msgstr ""
1708
1709#: help.c:399 help.c:465
1710msgid ""
1711"\n"
1712"Did you mean this?"
1713msgid_plural ""
1714"\n"
1715"Did you mean one of these?"
1716msgstr[0] ""
1717msgstr[1] ""
1718
1719#: help.c:461
1720#, c-format
1721msgid "%s: %s - %s"
1722msgstr ""
1723
1724#: ident.c:334
1725msgid ""
1726"\n"
1727"*** Please tell me who you are.\n"
1728"\n"
1729"Run\n"
1730"\n"
1731"  git config --global user.email \"you@example.com\"\n"
1732"  git config --global user.name \"Your Name\"\n"
1733"\n"
1734"to set your account's default identity.\n"
1735"Omit --global to set the identity only in this repository.\n"
1736"\n"
1737msgstr ""
1738
1739#: lockfile.c:152
1740#, c-format
1741msgid ""
1742"Unable to create '%s.lock': %s.\n"
1743"\n"
1744"Another git process seems to be running in this repository, e.g.\n"
1745"an editor opened by 'git commit'. Please make sure all processes\n"
1746"are terminated then try again. If it still fails, a git process\n"
1747"may have crashed in this repository earlier:\n"
1748"remove the file manually to continue."
1749msgstr ""
1750
1751#: lockfile.c:160
1752#, c-format
1753msgid "Unable to create '%s.lock': %s"
1754msgstr ""
1755
1756#: merge.c:41
1757msgid "failed to read the cache"
1758msgstr ""
1759
1760#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1761#: builtin/checkout.c:588 builtin/clone.c:731
1762msgid "unable to write new index file"
1763msgstr ""
1764
1765#: merge-recursive.c:209
1766msgid "(bad commit)\n"
1767msgstr ""
1768
1769#: merge-recursive.c:231
1770#, c-format
1771msgid "addinfo_cache failed for path '%s'"
1772msgstr ""
1773
1774#: merge-recursive.c:301
1775msgid "error building trees"
1776msgstr ""
1777
1778#: merge-recursive.c:720
1779#, c-format
1780msgid "failed to create path '%s'%s"
1781msgstr ""
1782
1783#: merge-recursive.c:731
1784#, c-format
1785msgid "Removing %s to make room for subdirectory\n"
1786msgstr ""
1787
1788#: merge-recursive.c:745 merge-recursive.c:764
1789msgid ": perhaps a D/F conflict?"
1790msgstr ""
1791
1792#: merge-recursive.c:754
1793#, c-format
1794msgid "refusing to lose untracked file at '%s'"
1795msgstr ""
1796
1797#: merge-recursive.c:796 builtin/cat-file.c:34
1798#, c-format
1799msgid "cannot read object %s '%s'"
1800msgstr ""
1801
1802#: merge-recursive.c:798
1803#, c-format
1804msgid "blob expected for %s '%s'"
1805msgstr ""
1806
1807#: merge-recursive.c:822
1808#, c-format
1809msgid "failed to open '%s': %s"
1810msgstr ""
1811
1812#: merge-recursive.c:833
1813#, c-format
1814msgid "failed to symlink '%s': %s"
1815msgstr ""
1816
1817#: merge-recursive.c:838
1818#, c-format
1819msgid "do not know what to do with %06o %s '%s'"
1820msgstr ""
1821
1822#: merge-recursive.c:978
1823msgid "Failed to execute internal merge"
1824msgstr ""
1825
1826#: merge-recursive.c:982
1827#, c-format
1828msgid "Unable to add %s to database"
1829msgstr ""
1830
1831#: merge-recursive.c:1081 merge-recursive.c:1095
1832#, c-format
1833msgid ""
1834"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1835"in tree."
1836msgstr ""
1837
1838#: merge-recursive.c:1087 merge-recursive.c:1100
1839#, c-format
1840msgid ""
1841"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1842"in tree at %s."
1843msgstr ""
1844
1845#: merge-recursive.c:1143
1846msgid "rename"
1847msgstr ""
1848
1849#: merge-recursive.c:1143
1850msgid "renamed"
1851msgstr ""
1852
1853#: merge-recursive.c:1200
1854#, c-format
1855msgid "%s is a directory in %s adding as %s instead"
1856msgstr ""
1857
1858#: merge-recursive.c:1225
1859#, c-format
1860msgid ""
1861"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1862"\"->\"%s\" in \"%s\"%s"
1863msgstr ""
1864
1865#: merge-recursive.c:1230
1866msgid " (left unresolved)"
1867msgstr ""
1868
1869#: merge-recursive.c:1292
1870#, c-format
1871msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1872msgstr ""
1873
1874#: merge-recursive.c:1325
1875#, c-format
1876msgid "Renaming %s to %s and %s to %s instead"
1877msgstr ""
1878
1879#: merge-recursive.c:1531
1880#, c-format
1881msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1882msgstr ""
1883
1884#: merge-recursive.c:1546
1885#, c-format
1886msgid "Adding merged %s"
1887msgstr ""
1888
1889#: merge-recursive.c:1553 merge-recursive.c:1766
1890#, c-format
1891msgid "Adding as %s instead"
1892msgstr ""
1893
1894#: merge-recursive.c:1610
1895#, c-format
1896msgid "cannot read object %s"
1897msgstr ""
1898
1899#: merge-recursive.c:1613
1900#, c-format
1901msgid "object %s is not a blob"
1902msgstr ""
1903
1904#: merge-recursive.c:1666
1905msgid "modify"
1906msgstr ""
1907
1908#: merge-recursive.c:1666
1909msgid "modified"
1910msgstr ""
1911
1912#: merge-recursive.c:1676
1913msgid "content"
1914msgstr ""
1915
1916#: merge-recursive.c:1683
1917msgid "add/add"
1918msgstr ""
1919
1920#: merge-recursive.c:1718
1921#, c-format
1922msgid "Skipped %s (merged same as existing)"
1923msgstr ""
1924
1925#: merge-recursive.c:1732
1926#, c-format
1927msgid "Auto-merging %s"
1928msgstr ""
1929
1930#: merge-recursive.c:1736 git-submodule.sh:924
1931msgid "submodule"
1932msgstr ""
1933
1934#: merge-recursive.c:1737
1935#, c-format
1936msgid "CONFLICT (%s): Merge conflict in %s"
1937msgstr ""
1938
1939#: merge-recursive.c:1831
1940#, c-format
1941msgid "Removing %s"
1942msgstr ""
1943
1944#: merge-recursive.c:1857
1945msgid "file/directory"
1946msgstr ""
1947
1948#: merge-recursive.c:1863
1949msgid "directory/file"
1950msgstr ""
1951
1952#: merge-recursive.c:1868
1953#, c-format
1954msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1955msgstr ""
1956
1957#: merge-recursive.c:1877
1958#, c-format
1959msgid "Adding %s"
1960msgstr ""
1961
1962#: merge-recursive.c:1914
1963msgid "Already up-to-date!"
1964msgstr ""
1965
1966#: merge-recursive.c:1923
1967#, c-format
1968msgid "merging of trees %s and %s failed"
1969msgstr ""
1970
1971#: merge-recursive.c:2006
1972msgid "Merging:"
1973msgstr ""
1974
1975#: merge-recursive.c:2019
1976#, c-format
1977msgid "found %u common ancestor:"
1978msgid_plural "found %u common ancestors:"
1979msgstr[0] ""
1980msgstr[1] ""
1981
1982#: merge-recursive.c:2058
1983msgid "merge returned no commit"
1984msgstr ""
1985
1986#: merge-recursive.c:2121
1987#, c-format
1988msgid "Could not parse object '%s'"
1989msgstr ""
1990
1991#: merge-recursive.c:2135 builtin/merge.c:641 builtin/merge.c:788
1992msgid "Unable to write index."
1993msgstr ""
1994
1995#: notes-merge.c:273
1996#, c-format
1997msgid ""
1998"You have not concluded your previous notes merge (%s exists).\n"
1999"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2000"commit/abort the previous merge before you start a new notes merge."
2001msgstr ""
2002
2003#: notes-merge.c:280
2004#, c-format
2005msgid "You have not concluded your notes merge (%s exists)."
2006msgstr ""
2007
2008#: notes-utils.c:41
2009msgid "Cannot commit uninitialized/unreferenced notes tree"
2010msgstr ""
2011
2012#: notes-utils.c:100
2013#, c-format
2014msgid "Bad notes.rewriteMode value: '%s'"
2015msgstr ""
2016
2017#: notes-utils.c:110
2018#, c-format
2019msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2020msgstr ""
2021
2022#. TRANSLATORS: The first %s is the name of the
2023#. environment variable, the second %s is its value
2024#: notes-utils.c:137
2025#, c-format
2026msgid "Bad %s value: '%s'"
2027msgstr ""
2028
2029#: object.c:242
2030#, c-format
2031msgid "unable to parse object: %s"
2032msgstr ""
2033
2034#: parse-options.c:572
2035msgid "..."
2036msgstr ""
2037
2038#: parse-options.c:590
2039#, c-format
2040msgid "usage: %s"
2041msgstr ""
2042
2043#. TRANSLATORS: the colon here should align with the
2044#. one in "usage: %s" translation
2045#: parse-options.c:594
2046#, c-format
2047msgid "   or: %s"
2048msgstr ""
2049
2050#: parse-options.c:597
2051#, c-format
2052msgid "    %s"
2053msgstr ""
2054
2055#: parse-options.c:631
2056msgid "-NUM"
2057msgstr ""
2058
2059#: parse-options-cb.c:108
2060#, c-format
2061msgid "malformed object name '%s'"
2062msgstr ""
2063
2064#: path.c:826
2065#, c-format
2066msgid "Could not make %s writable by group"
2067msgstr ""
2068
2069#: pathspec.c:133
2070msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2071msgstr ""
2072
2073#: pathspec.c:143
2074msgid ""
2075"global 'literal' pathspec setting is incompatible with all other global "
2076"pathspec settings"
2077msgstr ""
2078
2079#: pathspec.c:177
2080msgid "invalid parameter for pathspec magic 'prefix'"
2081msgstr ""
2082
2083#: pathspec.c:183
2084#, c-format
2085msgid "Invalid pathspec magic '%.*s' in '%s'"
2086msgstr ""
2087
2088#: pathspec.c:187
2089#, c-format
2090msgid "Missing ')' at the end of pathspec magic in '%s'"
2091msgstr ""
2092
2093#: pathspec.c:205
2094#, c-format
2095msgid "Unimplemented pathspec magic '%c' in '%s'"
2096msgstr ""
2097
2098#: pathspec.c:230
2099#, c-format
2100msgid "%s: 'literal' and 'glob' are incompatible"
2101msgstr ""
2102
2103#: pathspec.c:241
2104#, c-format
2105msgid "%s: '%s' is outside repository"
2106msgstr ""
2107
2108#: pathspec.c:291
2109#, c-format
2110msgid "Pathspec '%s' is in submodule '%.*s'"
2111msgstr ""
2112
2113#: pathspec.c:353
2114#, c-format
2115msgid "%s: pathspec magic not supported by this command: %s"
2116msgstr ""
2117
2118#: pathspec.c:408
2119msgid ""
2120"empty strings as pathspecs will be made invalid in upcoming releases. please "
2121"use . instead if you meant to match all paths"
2122msgstr ""
2123
2124#: pathspec.c:440
2125#, c-format
2126msgid "pathspec '%s' is beyond a symbolic link"
2127msgstr ""
2128
2129#: pathspec.c:449
2130msgid ""
2131"There is nothing to exclude from by :(exclude) patterns.\n"
2132"Perhaps you forgot to add either ':/' or '.' ?"
2133msgstr ""
2134
2135#: pretty.c:971
2136msgid "unable to parse --pretty format"
2137msgstr ""
2138
2139#: read-cache.c:1315
2140#, c-format
2141msgid ""
2142"index.version set, but the value is invalid.\n"
2143"Using version %i"
2144msgstr ""
2145
2146#: read-cache.c:1325
2147#, c-format
2148msgid ""
2149"GIT_INDEX_VERSION set, but the value is invalid.\n"
2150"Using version %i"
2151msgstr ""
2152
2153#: refs.c:576 builtin/merge.c:840
2154#, c-format
2155msgid "Could not open '%s' for writing"
2156msgstr ""
2157
2158#: refs/files-backend.c:2481
2159#, c-format
2160msgid "could not delete reference %s: %s"
2161msgstr ""
2162
2163#: refs/files-backend.c:2484
2164#, c-format
2165msgid "could not delete references: %s"
2166msgstr ""
2167
2168#: refs/files-backend.c:2493
2169#, c-format
2170msgid "could not remove reference %s"
2171msgstr ""
2172
2173#: ref-filter.c:55
2174#, c-format
2175msgid "expected format: %%(color:<color>)"
2176msgstr ""
2177
2178#: ref-filter.c:57
2179#, c-format
2180msgid "unrecognized color: %%(color:%s)"
2181msgstr ""
2182
2183#: ref-filter.c:71
2184#, c-format
2185msgid "unrecognized format: %%(%s)"
2186msgstr ""
2187
2188#: ref-filter.c:77
2189#, c-format
2190msgid "%%(body) does not take arguments"
2191msgstr ""
2192
2193#: ref-filter.c:84
2194#, c-format
2195msgid "%%(subject) does not take arguments"
2196msgstr ""
2197
2198#: ref-filter.c:101
2199#, c-format
2200msgid "positive value expected contents:lines=%s"
2201msgstr ""
2202
2203#: ref-filter.c:103
2204#, c-format
2205msgid "unrecognized %%(contents) argument: %s"
2206msgstr ""
2207
2208#: ref-filter.c:113
2209#, c-format
2210msgid "unrecognized %%(objectname) argument: %s"
2211msgstr ""
2212
2213#: ref-filter.c:135
2214#, c-format
2215msgid "expected format: %%(align:<width>,<position>)"
2216msgstr ""
2217
2218#: ref-filter.c:147
2219#, c-format
2220msgid "unrecognized position:%s"
2221msgstr ""
2222
2223#: ref-filter.c:151
2224#, c-format
2225msgid "unrecognized width:%s"
2226msgstr ""
2227
2228#: ref-filter.c:157
2229#, c-format
2230msgid "unrecognized %%(align) argument: %s"
2231msgstr ""
2232
2233#: ref-filter.c:161
2234#, c-format
2235msgid "positive width expected with the %%(align) atom"
2236msgstr ""
2237
2238#: ref-filter.c:244
2239#, c-format
2240msgid "malformed field name: %.*s"
2241msgstr ""
2242
2243#: ref-filter.c:270
2244#, c-format
2245msgid "unknown field name: %.*s"
2246msgstr ""
2247
2248#: ref-filter.c:372
2249#, c-format
2250msgid "format: %%(end) atom used without corresponding atom"
2251msgstr ""
2252
2253#: ref-filter.c:424
2254#, c-format
2255msgid "malformed format string %s"
2256msgstr ""
2257
2258#: ref-filter.c:878
2259msgid ":strip= requires a positive integer argument"
2260msgstr ""
2261
2262#: ref-filter.c:883
2263#, c-format
2264msgid "ref '%s' does not have %ld components to :strip"
2265msgstr ""
2266
2267#: ref-filter.c:1046
2268#, c-format
2269msgid "unknown %.*s format %s"
2270msgstr ""
2271
2272#: ref-filter.c:1066 ref-filter.c:1097
2273#, c-format
2274msgid "missing object %s for %s"
2275msgstr ""
2276
2277#: ref-filter.c:1069 ref-filter.c:1100
2278#, c-format
2279msgid "parse_object_buffer failed on %s for %s"
2280msgstr ""
2281
2282#: ref-filter.c:1311
2283#, c-format
2284msgid "malformed object at '%s'"
2285msgstr ""
2286
2287#: ref-filter.c:1373
2288#, c-format
2289msgid "ignoring ref with broken name %s"
2290msgstr ""
2291
2292#: ref-filter.c:1378
2293#, c-format
2294msgid "ignoring broken ref %s"
2295msgstr ""
2296
2297#: ref-filter.c:1633
2298#, c-format
2299msgid "format: %%(end) atom missing"
2300msgstr ""
2301
2302#: ref-filter.c:1687
2303#, c-format
2304msgid "malformed object name %s"
2305msgstr ""
2306
2307#: remote.c:746
2308#, c-format
2309msgid "Cannot fetch both %s and %s to %s"
2310msgstr ""
2311
2312#: remote.c:750
2313#, c-format
2314msgid "%s usually tracks %s, not %s"
2315msgstr ""
2316
2317#: remote.c:754
2318#, c-format
2319msgid "%s tracks both %s and %s"
2320msgstr ""
2321
2322#: remote.c:762
2323msgid "Internal error"
2324msgstr ""
2325
2326#: remote.c:1677 remote.c:1720
2327msgid "HEAD does not point to a branch"
2328msgstr ""
2329
2330#: remote.c:1686
2331#, c-format
2332msgid "no such branch: '%s'"
2333msgstr ""
2334
2335#: remote.c:1689
2336#, c-format
2337msgid "no upstream configured for branch '%s'"
2338msgstr ""
2339
2340#: remote.c:1695
2341#, c-format
2342msgid "upstream branch '%s' not stored as a remote-tracking branch"
2343msgstr ""
2344
2345#: remote.c:1710
2346#, c-format
2347msgid "push destination '%s' on remote '%s' has no local tracking branch"
2348msgstr ""
2349
2350#: remote.c:1725
2351#, c-format
2352msgid "branch '%s' has no remote for pushing"
2353msgstr ""
2354
2355#: remote.c:1736
2356#, c-format
2357msgid "push refspecs for '%s' do not include '%s'"
2358msgstr ""
2359
2360#: remote.c:1749
2361msgid "push has no destination (push.default is 'nothing')"
2362msgstr ""
2363
2364#: remote.c:1771
2365msgid "cannot resolve 'simple' push to a single destination"
2366msgstr ""
2367
2368#: remote.c:2073
2369#, c-format
2370msgid "Your branch is based on '%s', but the upstream is gone.\n"
2371msgstr ""
2372
2373#: remote.c:2077
2374msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2375msgstr ""
2376
2377#: remote.c:2080
2378#, c-format
2379msgid "Your branch is up-to-date with '%s'.\n"
2380msgstr ""
2381
2382#: remote.c:2084
2383#, c-format
2384msgid "Your branch is ahead of '%s' by %d commit.\n"
2385msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2386msgstr[0] ""
2387msgstr[1] ""
2388
2389#: remote.c:2090
2390msgid "  (use \"git push\" to publish your local commits)\n"
2391msgstr ""
2392
2393#: remote.c:2093
2394#, c-format
2395msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2396msgid_plural ""
2397"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2398msgstr[0] ""
2399msgstr[1] ""
2400
2401#: remote.c:2101
2402msgid "  (use \"git pull\" to update your local branch)\n"
2403msgstr ""
2404
2405#: remote.c:2104
2406#, c-format
2407msgid ""
2408"Your branch and '%s' have diverged,\n"
2409"and have %d and %d different commit each, respectively.\n"
2410msgid_plural ""
2411"Your branch and '%s' have diverged,\n"
2412"and have %d and %d different commits each, respectively.\n"
2413msgstr[0] ""
2414msgstr[1] ""
2415
2416#: remote.c:2114
2417msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2418msgstr ""
2419
2420#: revision.c:2158
2421msgid "your current branch appears to be broken"
2422msgstr ""
2423
2424#: revision.c:2161
2425#, c-format
2426msgid "your current branch '%s' does not have any commits yet"
2427msgstr ""
2428
2429#: revision.c:2355
2430msgid "--first-parent is incompatible with --bisect"
2431msgstr ""
2432
2433#: run-command.c:106
2434msgid "open /dev/null failed"
2435msgstr ""
2436
2437#: run-command.c:108
2438#, c-format
2439msgid "dup2(%d,%d) failed"
2440msgstr ""
2441
2442#: send-pack.c:297
2443msgid "failed to sign the push certificate"
2444msgstr ""
2445
2446#: send-pack.c:410
2447msgid "the receiving end does not support --signed push"
2448msgstr ""
2449
2450#: send-pack.c:412
2451msgid ""
2452"not sending a push certificate since the receiving end does not support --"
2453"signed push"
2454msgstr ""
2455
2456#: send-pack.c:424
2457msgid "the receiving end does not support --atomic push"
2458msgstr ""
2459
2460#: send-pack.c:429
2461msgid "the receiving end does not support push options"
2462msgstr ""
2463
2464#: sequencer.c:171
2465msgid "revert"
2466msgstr ""
2467
2468#: sequencer.c:171
2469msgid "cherry-pick"
2470msgstr ""
2471
2472#: sequencer.c:228
2473msgid ""
2474"after resolving the conflicts, mark the corrected paths\n"
2475"with 'git add <paths>' or 'git rm <paths>'"
2476msgstr ""
2477
2478#: sequencer.c:231
2479msgid ""
2480"after resolving the conflicts, mark the corrected paths\n"
2481"with 'git add <paths>' or 'git rm <paths>'\n"
2482"and commit the result with 'git commit'"
2483msgstr ""
2484
2485#: sequencer.c:244 sequencer.c:1209
2486#, c-format
2487msgid "could not lock '%s'"
2488msgstr ""
2489
2490#: sequencer.c:247 sequencer.c:1125 sequencer.c:1214
2491#, c-format
2492msgid "could not write to '%s'"
2493msgstr ""
2494
2495#: sequencer.c:251
2496#, c-format
2497msgid "could not write eol to '%s'"
2498msgstr ""
2499
2500#: sequencer.c:255 sequencer.c:1130 sequencer.c:1216
2501#, c-format
2502msgid "failed to finalize '%s'."
2503msgstr ""
2504
2505#: sequencer.c:279 builtin/am.c:259 builtin/commit.c:749 builtin/merge.c:1032
2506#, c-format
2507msgid "could not read '%s'"
2508msgstr ""
2509
2510#: sequencer.c:305
2511#, c-format
2512msgid "your local changes would be overwritten by %s."
2513msgstr ""
2514
2515#: sequencer.c:309
2516msgid "commit your changes or stash them to proceed."
2517msgstr ""
2518
2519#: sequencer.c:324
2520#, c-format
2521msgid "%s: fast-forward"
2522msgstr ""
2523
2524#. TRANSLATORS: %s will be "revert" or "cherry-pick"
2525#: sequencer.c:399
2526#, c-format
2527msgid "%s: Unable to write new index file"
2528msgstr ""
2529
2530#: sequencer.c:418
2531msgid "could not resolve HEAD commit\n"
2532msgstr ""
2533
2534#: sequencer.c:438
2535msgid "unable to update cache tree\n"
2536msgstr ""
2537
2538#: sequencer.c:483
2539#, c-format
2540msgid ""
2541"you have staged changes in your working tree\n"
2542"If these changes are meant to be squashed into the previous commit, run:\n"
2543"\n"
2544"  git commit --amend %s\n"
2545"\n"
2546"If they are meant to go into a new commit, run:\n"
2547"\n"
2548"  git commit %s\n"
2549"\n"
2550"In both cases, once you're done, continue with:\n"
2551"\n"
2552"  git rebase --continue\n"
2553msgstr ""
2554
2555#: sequencer.c:567
2556#, c-format
2557msgid "could not parse commit %s\n"
2558msgstr ""
2559
2560#: sequencer.c:572
2561#, c-format
2562msgid "could not parse parent commit %s\n"
2563msgstr ""
2564
2565#: sequencer.c:656
2566msgid "your index file is unmerged."
2567msgstr ""
2568
2569#: sequencer.c:675
2570#, c-format
2571msgid "commit %s is a merge but no -m option was given."
2572msgstr ""
2573
2574#: sequencer.c:683
2575#, c-format
2576msgid "commit %s does not have parent %d"
2577msgstr ""
2578
2579#: sequencer.c:687
2580#, c-format
2581msgid "mainline was specified but commit %s is not a merge."
2582msgstr ""
2583
2584#. TRANSLATORS: The first %s will be a "todo" command like
2585#. "revert" or "pick", the second %s a SHA1.
2586#: sequencer.c:700
2587#, c-format
2588msgid "%s: cannot parse parent commit %s"
2589msgstr ""
2590
2591#: sequencer.c:705
2592#, c-format
2593msgid "cannot get commit message for %s"
2594msgstr ""
2595
2596#: sequencer.c:797
2597#, c-format
2598msgid "could not revert %s... %s"
2599msgstr ""
2600
2601#: sequencer.c:798
2602#, c-format
2603msgid "could not apply %s... %s"
2604msgstr ""
2605
2606#: sequencer.c:833
2607msgid "empty commit set passed"
2608msgstr ""
2609
2610#: sequencer.c:843
2611#, c-format
2612msgid "git %s: failed to read the index"
2613msgstr ""
2614
2615#: sequencer.c:850
2616#, c-format
2617msgid "git %s: failed to refresh the index"
2618msgstr ""
2619
2620#: sequencer.c:944
2621#, c-format
2622msgid "invalid line %d: %.*s"
2623msgstr ""
2624
2625#: sequencer.c:950
2626msgid "no commits parsed."
2627msgstr ""
2628
2629#: sequencer.c:966
2630#, c-format
2631msgid "could not read '%s'."
2632msgstr ""
2633
2634#: sequencer.c:972
2635#, c-format
2636msgid "unusable instruction sheet: '%s'"
2637msgstr ""
2638
2639#: sequencer.c:983
2640msgid "cannot cherry-pick during a revert."
2641msgstr ""
2642
2643#: sequencer.c:985
2644msgid "cannot revert during a cherry-pick."
2645msgstr ""
2646
2647#: sequencer.c:1028
2648#, c-format
2649msgid "invalid key: %s"
2650msgstr ""
2651
2652#: sequencer.c:1031
2653#, c-format
2654msgid "invalid value for %s: %s"
2655msgstr ""
2656
2657#: sequencer.c:1063
2658#, c-format
2659msgid "malformed options sheet: '%s'"
2660msgstr ""
2661
2662#: sequencer.c:1101
2663msgid "a cherry-pick or revert is already in progress"
2664msgstr ""
2665
2666#: sequencer.c:1102
2667msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2668msgstr ""
2669
2670#: sequencer.c:1106
2671#, c-format
2672msgid "could not create sequencer directory '%s'"
2673msgstr ""
2674
2675#: sequencer.c:1120
2676msgid "could not lock HEAD"
2677msgstr ""
2678
2679#: sequencer.c:1151 sequencer.c:1289
2680msgid "no cherry-pick or revert in progress"
2681msgstr ""
2682
2683#: sequencer.c:1153
2684msgid "cannot resolve HEAD"
2685msgstr ""
2686
2687#: sequencer.c:1155 sequencer.c:1189
2688msgid "cannot abort from a branch yet to be born"
2689msgstr ""
2690
2691#: sequencer.c:1175 builtin/grep.c:578
2692#, c-format
2693msgid "cannot open '%s'"
2694msgstr ""
2695
2696#: sequencer.c:1177
2697#, c-format
2698msgid "cannot read '%s': %s"
2699msgstr ""
2700
2701#: sequencer.c:1178
2702msgid "unexpected end of file"
2703msgstr ""
2704
2705#: sequencer.c:1184
2706#, c-format
2707msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2708msgstr ""
2709
2710#: sequencer.c:1354
2711#, c-format
2712msgid "%s: can't cherry-pick a %s"
2713msgstr ""
2714
2715#: sequencer.c:1358
2716#, c-format
2717msgid "%s: bad revision"
2718msgstr ""
2719
2720#: sequencer.c:1391
2721msgid "can't revert as initial commit"
2722msgstr ""
2723
2724#: setup.c:160
2725#, c-format
2726msgid ""
2727"%s: no such path in the working tree.\n"
2728"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
2729msgstr ""
2730
2731#: setup.c:173
2732#, c-format
2733msgid ""
2734"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2735"Use '--' to separate paths from revisions, like this:\n"
2736"'git <command> [<revision>...] -- [<file>...]'"
2737msgstr ""
2738
2739#: setup.c:223
2740#, c-format
2741msgid ""
2742"ambiguous argument '%s': both revision and filename\n"
2743"Use '--' to separate paths from revisions, like this:\n"
2744"'git <command> [<revision>...] -- [<file>...]'"
2745msgstr ""
2746
2747#: setup.c:468
2748#, c-format
2749msgid "Expected git repo version <= %d, found %d"
2750msgstr ""
2751
2752#: setup.c:476
2753msgid "unknown repository extensions found:"
2754msgstr ""
2755
2756#: setup.c:762
2757#, c-format
2758msgid "Not a git repository (or any of the parent directories): %s"
2759msgstr ""
2760
2761#: setup.c:764 setup.c:915 builtin/index-pack.c:1641
2762msgid "Cannot come back to cwd"
2763msgstr ""
2764
2765#: setup.c:845
2766msgid "Unable to read current working directory"
2767msgstr ""
2768
2769#: setup.c:920
2770#, c-format
2771msgid ""
2772"Not a git repository (or any parent up to mount point %s)\n"
2773"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
2774msgstr ""
2775
2776#: setup.c:927
2777#, c-format
2778msgid "Cannot change to '%s/..'"
2779msgstr ""
2780
2781#: setup.c:989
2782#, c-format
2783msgid ""
2784"Problem with core.sharedRepository filemode value (0%.3o).\n"
2785"The owner of files must always have read and write permissions."
2786msgstr ""
2787
2788#: sha1_file.c:473
2789#, c-format
2790msgid "path '%s' does not exist"
2791msgstr ""
2792
2793#: sha1_file.c:499
2794#, c-format
2795msgid "reference repository '%s' as a linked checkout is not supported yet."
2796msgstr ""
2797
2798#: sha1_file.c:505
2799#, c-format
2800msgid "reference repository '%s' is not a local repository."
2801msgstr ""
2802
2803#: sha1_file.c:511
2804#, c-format
2805msgid "reference repository '%s' is shallow"
2806msgstr ""
2807
2808#: sha1_file.c:519
2809#, c-format
2810msgid "reference repository '%s' is grafted"
2811msgstr ""
2812
2813#: sha1_file.c:1159
2814msgid "offset before end of packfile (broken .idx?)"
2815msgstr ""
2816
2817#: sha1_file.c:2592
2818#, c-format
2819msgid "offset before start of pack index for %s (corrupt index?)"
2820msgstr ""
2821
2822#: sha1_file.c:2596
2823#, c-format
2824msgid "offset beyond end of pack index for %s (truncated index?)"
2825msgstr ""
2826
2827#: sha1_name.c:407
2828#, c-format
2829msgid "short SHA1 %s is ambiguous"
2830msgstr ""
2831
2832#: sha1_name.c:418
2833msgid "The candidates are:"
2834msgstr ""
2835
2836#: sha1_name.c:578
2837msgid ""
2838"Git normally never creates a ref that ends with 40 hex characters\n"
2839"because it will be ignored when you just specify 40-hex. These refs\n"
2840"may be created by mistake. For example,\n"
2841"\n"
2842"  git checkout -b $br $(git rev-parse ...)\n"
2843"\n"
2844"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
2845"examine these refs and maybe delete them. Turn this message off by\n"
2846"running \"git config advice.objectNameWarning false\""
2847msgstr ""
2848
2849#: submodule.c:64 submodule.c:98
2850msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
2851msgstr ""
2852
2853#: submodule.c:68 submodule.c:102
2854#, c-format
2855msgid "Could not find section in .gitmodules where path=%s"
2856msgstr ""
2857
2858#: submodule.c:76
2859#, c-format
2860msgid "Could not update .gitmodules entry %s"
2861msgstr ""
2862
2863#: submodule.c:109
2864#, c-format
2865msgid "Could not remove .gitmodules entry for %s"
2866msgstr ""
2867
2868#: submodule.c:120
2869msgid "staging updated .gitmodules failed"
2870msgstr ""
2871
2872#: submodule.c:158
2873msgid "negative values not allowed for submodule.fetchJobs"
2874msgstr ""
2875
2876#: submodule-config.c:358
2877#, c-format
2878msgid "invalid value for %s"
2879msgstr ""
2880
2881#: trailer.c:238
2882#, c-format
2883msgid "running trailer command '%s' failed"
2884msgstr ""
2885
2886#: trailer.c:471 trailer.c:475 trailer.c:479 trailer.c:533 trailer.c:537
2887#: trailer.c:541
2888#, c-format
2889msgid "unknown value '%s' for key '%s'"
2890msgstr ""
2891
2892#: trailer.c:523 trailer.c:528 builtin/remote.c:289
2893#, c-format
2894msgid "more than one %s"
2895msgstr ""
2896
2897#: trailer.c:672
2898#, c-format
2899msgid "empty trailer token in trailer '%.*s'"
2900msgstr ""
2901
2902#: trailer.c:695
2903#, c-format
2904msgid "could not read input file '%s'"
2905msgstr ""
2906
2907#: trailer.c:698
2908msgid "could not read from stdin"
2909msgstr ""
2910
2911#: trailer.c:929 builtin/am.c:44
2912#, c-format
2913msgid "could not stat %s"
2914msgstr ""
2915
2916#: trailer.c:931
2917#, c-format
2918msgid "file %s is not a regular file"
2919msgstr ""
2920
2921#: trailer.c:933
2922#, c-format
2923msgid "file %s is not writable by user"
2924msgstr ""
2925
2926#: trailer.c:945
2927msgid "could not open temporary file"
2928msgstr ""
2929
2930#: trailer.c:983
2931#, c-format
2932msgid "could not rename temporary file to %s"
2933msgstr ""
2934
2935#: transport.c:62
2936#, c-format
2937msgid "Would set upstream of '%s' to '%s' of '%s'\n"
2938msgstr ""
2939
2940#: transport.c:151
2941#, c-format
2942msgid "transport: invalid depth option '%s'"
2943msgstr ""
2944
2945#: transport.c:817
2946#, c-format
2947msgid ""
2948"The following submodule paths contain changes that can\n"
2949"not be found on any remote:\n"
2950msgstr ""
2951
2952#: transport.c:821
2953#, c-format
2954msgid ""
2955"\n"
2956"Please try\n"
2957"\n"
2958"\tgit push --recurse-submodules=on-demand\n"
2959"\n"
2960"or cd to the path and use\n"
2961"\n"
2962"\tgit push\n"
2963"\n"
2964"to push them to a remote.\n"
2965"\n"
2966msgstr ""
2967
2968#: transport.c:829
2969msgid "Aborting."
2970msgstr ""
2971
2972#: transport-helper.c:1075
2973#, c-format
2974msgid "Could not read ref %s"
2975msgstr ""
2976
2977#: tree-walk.c:31
2978msgid "too-short tree object"
2979msgstr ""
2980
2981#: tree-walk.c:37
2982msgid "malformed mode in tree entry"
2983msgstr ""
2984
2985#: tree-walk.c:41
2986msgid "empty filename in tree entry"
2987msgstr ""
2988
2989#: tree-walk.c:113
2990msgid "too-short tree file"
2991msgstr ""
2992
2993#: unpack-trees.c:64
2994#, c-format
2995msgid ""
2996"Your local changes to the following files would be overwritten by checkout:\n"
2997"%%sPlease commit your changes or stash them before you switch branches."
2998msgstr ""
2999
3000#: unpack-trees.c:66
3001#, c-format
3002msgid ""
3003"Your local changes to the following files would be overwritten by checkout:\n"
3004"%%s"
3005msgstr ""
3006
3007#: unpack-trees.c:69
3008#, c-format
3009msgid ""
3010"Your local changes to the following files would be overwritten by merge:\n"
3011"%%sPlease commit your changes or stash them before you merge."
3012msgstr ""
3013
3014#: unpack-trees.c:71
3015#, c-format
3016msgid ""
3017"Your local changes to the following files would be overwritten by merge:\n"
3018"%%s"
3019msgstr ""
3020
3021#: unpack-trees.c:74
3022#, c-format
3023msgid ""
3024"Your local changes to the following files would be overwritten by %s:\n"
3025"%%sPlease commit your changes or stash them before you %s."
3026msgstr ""
3027
3028#: unpack-trees.c:76
3029#, c-format
3030msgid ""
3031"Your local changes to the following files would be overwritten by %s:\n"
3032"%%s"
3033msgstr ""
3034
3035#: unpack-trees.c:81
3036#, c-format
3037msgid ""
3038"Updating the following directories would lose untracked files in it:\n"
3039"%s"
3040msgstr ""
3041
3042#: unpack-trees.c:85
3043#, c-format
3044msgid ""
3045"The following untracked working tree files would be removed by checkout:\n"
3046"%%sPlease move or remove them before you switch branches."
3047msgstr ""
3048
3049#: unpack-trees.c:87
3050#, c-format
3051msgid ""
3052"The following untracked working tree files would be removed by checkout:\n"
3053"%%s"
3054msgstr ""
3055
3056#: unpack-trees.c:90
3057#, c-format
3058msgid ""
3059"The following untracked working tree files would be removed by merge:\n"
3060"%%sPlease move or remove them before you merge."
3061msgstr ""
3062
3063#: unpack-trees.c:92
3064#, c-format
3065msgid ""
3066"The following untracked working tree files would be removed by merge:\n"
3067"%%s"
3068msgstr ""
3069
3070#: unpack-trees.c:95
3071#, c-format
3072msgid ""
3073"The following untracked working tree files would be removed by %s:\n"
3074"%%sPlease move or remove them before you %s."
3075msgstr ""
3076
3077#: unpack-trees.c:97
3078#, c-format
3079msgid ""
3080"The following untracked working tree files would be removed by %s:\n"
3081"%%s"
3082msgstr ""
3083
3084#: unpack-trees.c:102
3085#, c-format
3086msgid ""
3087"The following untracked working tree files would be overwritten by "
3088"checkout:\n"
3089"%%sPlease move or remove them before you switch branches."
3090msgstr ""
3091
3092#: unpack-trees.c:104
3093#, c-format
3094msgid ""
3095"The following untracked working tree files would be overwritten by "
3096"checkout:\n"
3097"%%s"
3098msgstr ""
3099
3100#: unpack-trees.c:107
3101#, c-format
3102msgid ""
3103"The following untracked working tree files would be overwritten by merge:\n"
3104"%%sPlease move or remove them before you merge."
3105msgstr ""
3106
3107#: unpack-trees.c:109
3108#, c-format
3109msgid ""
3110"The following untracked working tree files would be overwritten by merge:\n"
3111"%%s"
3112msgstr ""
3113
3114#: unpack-trees.c:112
3115#, c-format
3116msgid ""
3117"The following untracked working tree files would be overwritten by %s:\n"
3118"%%sPlease move or remove them before you %s."
3119msgstr ""
3120
3121#: unpack-trees.c:114
3122#, c-format
3123msgid ""
3124"The following untracked working tree files would be overwritten by %s:\n"
3125"%%s"
3126msgstr ""
3127
3128#: unpack-trees.c:121
3129#, c-format
3130msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3131msgstr ""
3132
3133#: unpack-trees.c:124
3134#, c-format
3135msgid ""
3136"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3137"%s"
3138msgstr ""
3139
3140#: unpack-trees.c:126
3141#, c-format
3142msgid ""
3143"The following working tree files would be overwritten by sparse checkout "
3144"update:\n"
3145"%s"
3146msgstr ""
3147
3148#: unpack-trees.c:128
3149#, c-format
3150msgid ""
3151"The following working tree files would be removed by sparse checkout "
3152"update:\n"
3153"%s"
3154msgstr ""
3155
3156#: unpack-trees.c:205
3157#, c-format
3158msgid "Aborting\n"
3159msgstr ""
3160
3161#: unpack-trees.c:237
3162msgid "Checking out files"
3163msgstr ""
3164
3165#: urlmatch.c:120
3166msgid "invalid URL scheme name or missing '://' suffix"
3167msgstr ""
3168
3169#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
3170#, c-format
3171msgid "invalid %XX escape sequence"
3172msgstr ""
3173
3174#: urlmatch.c:172
3175msgid "missing host and scheme is not 'file:'"
3176msgstr ""
3177
3178#: urlmatch.c:189
3179msgid "a 'file:' URL may not have a port number"
3180msgstr ""
3181
3182#: urlmatch.c:199
3183msgid "invalid characters in host name"
3184msgstr ""
3185
3186#: urlmatch.c:244 urlmatch.c:255
3187msgid "invalid port number"
3188msgstr ""
3189
3190#: urlmatch.c:322
3191msgid "invalid '..' path segment"
3192msgstr ""
3193
3194#: worktree.c:282
3195#, c-format
3196msgid "failed to read '%s'"
3197msgstr ""
3198
3199#: wrapper.c:222 wrapper.c:392
3200#, c-format
3201msgid "could not open '%s' for reading and writing"
3202msgstr ""
3203
3204#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3205#, c-format
3206msgid "could not open '%s' for writing"
3207msgstr ""
3208
3209#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3210#: builtin/am.c:847 builtin/commit.c:1705 builtin/merge.c:1029
3211#: builtin/pull.c:341
3212#, c-format
3213msgid "could not open '%s' for reading"
3214msgstr ""
3215
3216#: wrapper.c:605 wrapper.c:626
3217#, c-format
3218msgid "unable to access '%s'"
3219msgstr ""
3220
3221#: wrapper.c:634
3222msgid "unable to get current working directory"
3223msgstr ""
3224
3225#: wrapper.c:658
3226#, c-format
3227msgid "could not write to %s"
3228msgstr ""
3229
3230#: wrapper.c:660
3231#, c-format
3232msgid "could not close %s"
3233msgstr ""
3234
3235#: wt-status.c:151
3236msgid "Unmerged paths:"
3237msgstr ""
3238
3239#: wt-status.c:178 wt-status.c:205
3240#, c-format
3241msgid "  (use \"git reset %s <file>...\" to unstage)"
3242msgstr ""
3243
3244#: wt-status.c:180 wt-status.c:207
3245msgid "  (use \"git rm --cached <file>...\" to unstage)"
3246msgstr ""
3247
3248#: wt-status.c:184
3249msgid "  (use \"git add <file>...\" to mark resolution)"
3250msgstr ""
3251
3252#: wt-status.c:186 wt-status.c:190
3253msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3254msgstr ""
3255
3256#: wt-status.c:188
3257msgid "  (use \"git rm <file>...\" to mark resolution)"
3258msgstr ""
3259
3260#: wt-status.c:199 wt-status.c:945
3261msgid "Changes to be committed:"
3262msgstr ""
3263
3264#: wt-status.c:217 wt-status.c:954
3265msgid "Changes not staged for commit:"
3266msgstr ""
3267
3268#: wt-status.c:221
3269msgid "  (use \"git add <file>...\" to update what will be committed)"
3270msgstr ""
3271
3272#: wt-status.c:223
3273msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3274msgstr ""
3275
3276#: wt-status.c:224
3277msgid ""
3278"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3279msgstr ""
3280
3281#: wt-status.c:226
3282msgid "  (commit or discard the untracked or modified content in submodules)"
3283msgstr ""
3284
3285#: wt-status.c:238
3286#, c-format
3287msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3288msgstr ""
3289
3290#: wt-status.c:253
3291msgid "both deleted:"
3292msgstr ""
3293
3294#: wt-status.c:255
3295msgid "added by us:"
3296msgstr ""
3297
3298#: wt-status.c:257
3299msgid "deleted by them:"
3300msgstr ""
3301
3302#: wt-status.c:259
3303msgid "added by them:"
3304msgstr ""
3305
3306#: wt-status.c:261
3307msgid "deleted by us:"
3308msgstr ""
3309
3310#: wt-status.c:263
3311msgid "both added:"
3312msgstr ""
3313
3314#: wt-status.c:265
3315msgid "both modified:"
3316msgstr ""
3317
3318#: wt-status.c:275
3319msgid "new file:"
3320msgstr ""
3321
3322#: wt-status.c:277
3323msgid "copied:"
3324msgstr ""
3325
3326#: wt-status.c:279
3327msgid "deleted:"
3328msgstr ""
3329
3330#: wt-status.c:281
3331msgid "modified:"
3332msgstr ""
3333
3334#: wt-status.c:283
3335msgid "renamed:"
3336msgstr ""
3337
3338#: wt-status.c:285
3339msgid "typechange:"
3340msgstr ""
3341
3342#: wt-status.c:287
3343msgid "unknown:"
3344msgstr ""
3345
3346#: wt-status.c:289
3347msgid "unmerged:"
3348msgstr ""
3349
3350#: wt-status.c:371
3351msgid "new commits, "
3352msgstr ""
3353
3354#: wt-status.c:373
3355msgid "modified content, "
3356msgstr ""
3357
3358#: wt-status.c:375
3359msgid "untracked content, "
3360msgstr ""
3361
3362#: wt-status.c:818
3363msgid "Submodules changed but not updated:"
3364msgstr ""
3365
3366#: wt-status.c:820
3367msgid "Submodule changes to be committed:"
3368msgstr ""
3369
3370#: wt-status.c:901
3371msgid ""
3372"Do not touch the line above.\n"
3373"Everything below will be removed."
3374msgstr ""
3375
3376#: wt-status.c:1013
3377msgid "You have unmerged paths."
3378msgstr ""
3379
3380#: wt-status.c:1016
3381msgid "  (fix conflicts and run \"git commit\")"
3382msgstr ""
3383
3384#: wt-status.c:1018
3385msgid "  (use \"git merge --abort\" to abort the merge)"
3386msgstr ""
3387
3388#: wt-status.c:1023
3389msgid "All conflicts fixed but you are still merging."
3390msgstr ""
3391
3392#: wt-status.c:1026
3393msgid "  (use \"git commit\" to conclude merge)"
3394msgstr ""
3395
3396#: wt-status.c:1036
3397msgid "You are in the middle of an am session."
3398msgstr ""
3399
3400#: wt-status.c:1039
3401msgid "The current patch is empty."
3402msgstr ""
3403
3404#: wt-status.c:1043
3405msgid "  (fix conflicts and then run \"git am --continue\")"
3406msgstr ""
3407
3408#: wt-status.c:1045
3409msgid "  (use \"git am --skip\" to skip this patch)"
3410msgstr ""
3411
3412#: wt-status.c:1047
3413msgid "  (use \"git am --abort\" to restore the original branch)"
3414msgstr ""
3415
3416#: wt-status.c:1172
3417msgid "No commands done."
3418msgstr ""
3419
3420#: wt-status.c:1175
3421#, c-format
3422msgid "Last command done (%d command done):"
3423msgid_plural "Last commands done (%d commands done):"
3424msgstr[0] ""
3425msgstr[1] ""
3426
3427#: wt-status.c:1186
3428#, c-format
3429msgid "  (see more in file %s)"
3430msgstr ""
3431
3432#: wt-status.c:1191
3433msgid "No commands remaining."
3434msgstr ""
3435
3436#: wt-status.c:1194
3437#, c-format
3438msgid "Next command to do (%d remaining command):"
3439msgid_plural "Next commands to do (%d remaining commands):"
3440msgstr[0] ""
3441msgstr[1] ""
3442
3443#: wt-status.c:1202
3444msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3445msgstr ""
3446
3447#: wt-status.c:1215
3448#, c-format
3449msgid "You are currently rebasing branch '%s' on '%s'."
3450msgstr ""
3451
3452#: wt-status.c:1220
3453msgid "You are currently rebasing."
3454msgstr ""
3455
3456#: wt-status.c:1234
3457msgid "  (fix conflicts and then run \"git rebase --continue\")"
3458msgstr ""
3459
3460#: wt-status.c:1236
3461msgid "  (use \"git rebase --skip\" to skip this patch)"
3462msgstr ""
3463
3464#: wt-status.c:1238
3465msgid "  (use \"git rebase --abort\" to check out the original branch)"
3466msgstr ""
3467
3468#: wt-status.c:1244
3469msgid "  (all conflicts fixed: run \"git rebase --continue\")"
3470msgstr ""
3471
3472#: wt-status.c:1248
3473#, c-format
3474msgid ""
3475"You are currently splitting a commit while rebasing branch '%s' on '%s'."
3476msgstr ""
3477
3478#: wt-status.c:1253
3479msgid "You are currently splitting a commit during a rebase."
3480msgstr ""
3481
3482#: wt-status.c:1256
3483msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
3484msgstr ""
3485
3486#: wt-status.c:1260
3487#, c-format
3488msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
3489msgstr ""
3490
3491#: wt-status.c:1265
3492msgid "You are currently editing a commit during a rebase."
3493msgstr ""
3494
3495#: wt-status.c:1268
3496msgid "  (use \"git commit --amend\" to amend the current commit)"
3497msgstr ""
3498
3499#: wt-status.c:1270
3500msgid ""
3501"  (use \"git rebase --continue\" once you are satisfied with your changes)"
3502msgstr ""
3503
3504#: wt-status.c:1280
3505#, c-format
3506msgid "You are currently cherry-picking commit %s."
3507msgstr ""
3508
3509#: wt-status.c:1285
3510msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
3511msgstr ""
3512
3513#: wt-status.c:1288
3514msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
3515msgstr ""
3516
3517#: wt-status.c:1290
3518msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
3519msgstr ""
3520
3521#: wt-status.c:1299
3522#, c-format
3523msgid "You are currently reverting commit %s."
3524msgstr ""
3525
3526#: wt-status.c:1304
3527msgid "  (fix conflicts and run \"git revert --continue\")"
3528msgstr ""
3529
3530#: wt-status.c:1307
3531msgid "  (all conflicts fixed: run \"git revert --continue\")"
3532msgstr ""
3533
3534#: wt-status.c:1309
3535msgid "  (use \"git revert --abort\" to cancel the revert operation)"
3536msgstr ""
3537
3538#: wt-status.c:1320
3539#, c-format
3540msgid "You are currently bisecting, started from branch '%s'."
3541msgstr ""
3542
3543#: wt-status.c:1324
3544msgid "You are currently bisecting."
3545msgstr ""
3546
3547#: wt-status.c:1327
3548msgid "  (use \"git bisect reset\" to get back to the original branch)"
3549msgstr ""
3550
3551#: wt-status.c:1524
3552msgid "On branch "
3553msgstr ""
3554
3555#: wt-status.c:1530
3556msgid "interactive rebase in progress; onto "
3557msgstr ""
3558
3559#: wt-status.c:1532
3560msgid "rebase in progress; onto "
3561msgstr ""
3562
3563#: wt-status.c:1537
3564msgid "HEAD detached at "
3565msgstr ""
3566
3567#: wt-status.c:1539
3568msgid "HEAD detached from "
3569msgstr ""
3570
3571#: wt-status.c:1542
3572msgid "Not currently on any branch."
3573msgstr ""
3574
3575#: wt-status.c:1560
3576msgid "Initial commit"
3577msgstr ""
3578
3579#: wt-status.c:1574
3580msgid "Untracked files"
3581msgstr ""
3582
3583#: wt-status.c:1576
3584msgid "Ignored files"
3585msgstr ""
3586
3587#: wt-status.c:1580
3588#, c-format
3589msgid ""
3590"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
3591"may speed it up, but you have to be careful not to forget to add\n"
3592"new files yourself (see 'git help status')."
3593msgstr ""
3594
3595#: wt-status.c:1586
3596#, c-format
3597msgid "Untracked files not listed%s"
3598msgstr ""
3599
3600#: wt-status.c:1588
3601msgid " (use -u option to show untracked files)"
3602msgstr ""
3603
3604#: wt-status.c:1594
3605msgid "No changes"
3606msgstr ""
3607
3608#: wt-status.c:1599
3609#, c-format
3610msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
3611msgstr ""
3612
3613#: wt-status.c:1602
3614#, c-format
3615msgid "no changes added to commit\n"
3616msgstr ""
3617
3618#: wt-status.c:1605
3619#, c-format
3620msgid ""
3621"nothing added to commit but untracked files present (use \"git add\" to "
3622"track)\n"
3623msgstr ""
3624
3625#: wt-status.c:1608
3626#, c-format
3627msgid "nothing added to commit but untracked files present\n"
3628msgstr ""
3629
3630#: wt-status.c:1611
3631#, c-format
3632msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
3633msgstr ""
3634
3635#: wt-status.c:1614 wt-status.c:1619
3636#, c-format
3637msgid "nothing to commit\n"
3638msgstr ""
3639
3640#: wt-status.c:1617
3641#, c-format
3642msgid "nothing to commit (use -u to show untracked files)\n"
3643msgstr ""
3644
3645#: wt-status.c:1621
3646#, c-format
3647msgid "nothing to commit, working tree clean\n"
3648msgstr ""
3649
3650#: wt-status.c:1728
3651msgid "Initial commit on "
3652msgstr ""
3653
3654#: wt-status.c:1732
3655msgid "HEAD (no branch)"
3656msgstr ""
3657
3658#: wt-status.c:1761
3659msgid "gone"
3660msgstr ""
3661
3662#: wt-status.c:1763 wt-status.c:1771
3663msgid "behind "
3664msgstr ""
3665
3666#: wt-status.c:1766 wt-status.c:1769
3667msgid "ahead "
3668msgstr ""
3669
3670#. TRANSLATORS: the action is e.g. "pull with rebase"
3671#: wt-status.c:2270
3672#, c-format
3673msgid "cannot %s: You have unstaged changes."
3674msgstr ""
3675
3676#: wt-status.c:2276
3677msgid "additionally, your index contains uncommitted changes."
3678msgstr ""
3679
3680#: wt-status.c:2278
3681#, c-format
3682msgid "cannot %s: Your index contains uncommitted changes."
3683msgstr ""
3684
3685#: compat/precompose_utf8.c:57 builtin/clone.c:414
3686#, c-format
3687msgid "failed to unlink '%s'"
3688msgstr ""
3689
3690#: builtin/add.c:22
3691msgid "git add [<options>] [--] <pathspec>..."
3692msgstr ""
3693
3694#: builtin/add.c:80
3695#, c-format
3696msgid "unexpected diff status %c"
3697msgstr ""
3698
3699#: builtin/add.c:85 builtin/commit.c:291
3700msgid "updating files failed"
3701msgstr ""
3702
3703#: builtin/add.c:95
3704#, c-format
3705msgid "remove '%s'\n"
3706msgstr ""
3707
3708#: builtin/add.c:149
3709msgid "Unstaged changes after refreshing the index:"
3710msgstr ""
3711
3712#: builtin/add.c:209 builtin/rev-parse.c:840
3713msgid "Could not read the index"
3714msgstr ""
3715
3716#: builtin/add.c:220
3717#, c-format
3718msgid "Could not open '%s' for writing."
3719msgstr ""
3720
3721#: builtin/add.c:224
3722msgid "Could not write patch"
3723msgstr ""
3724
3725#: builtin/add.c:227
3726msgid "editing patch failed"
3727msgstr ""
3728
3729#: builtin/add.c:230
3730#, c-format
3731msgid "Could not stat '%s'"
3732msgstr ""
3733
3734#: builtin/add.c:232
3735msgid "Empty patch. Aborted."
3736msgstr ""
3737
3738#: builtin/add.c:237
3739#, c-format
3740msgid "Could not apply '%s'"
3741msgstr ""
3742
3743#: builtin/add.c:247
3744msgid "The following paths are ignored by one of your .gitignore files:\n"
3745msgstr ""
3746
3747#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:111
3748#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:521
3749#: builtin/remote.c:1326 builtin/rm.c:268 builtin/send-pack.c:162
3750msgid "dry run"
3751msgstr ""
3752
3753#: builtin/add.c:269
3754msgid "interactive picking"
3755msgstr ""
3756
3757#: builtin/add.c:270 builtin/checkout.c:1156 builtin/reset.c:286
3758msgid "select hunks interactively"
3759msgstr ""
3760
3761#: builtin/add.c:271
3762msgid "edit current diff and apply"
3763msgstr ""
3764
3765#: builtin/add.c:272
3766msgid "allow adding otherwise ignored files"
3767msgstr ""
3768
3769#: builtin/add.c:273
3770msgid "update tracked files"
3771msgstr ""
3772
3773#: builtin/add.c:274
3774msgid "record only the fact that the path will be added later"
3775msgstr ""
3776
3777#: builtin/add.c:275
3778msgid "add changes from all tracked and untracked files"
3779msgstr ""
3780
3781#: builtin/add.c:278
3782msgid "ignore paths removed in the working tree (same as --no-all)"
3783msgstr ""
3784
3785#: builtin/add.c:280
3786msgid "don't add, only refresh the index"
3787msgstr ""
3788
3789#: builtin/add.c:281
3790msgid "just skip files which cannot be added because of errors"
3791msgstr ""
3792
3793#: builtin/add.c:282
3794msgid "check if - even missing - files are ignored in dry run"
3795msgstr ""
3796
3797#: builtin/add.c:283 builtin/update-index.c:947
3798msgid "(+/-)x"
3799msgstr ""
3800
3801#: builtin/add.c:283 builtin/update-index.c:948
3802msgid "override the executable bit of the listed files"
3803msgstr ""
3804
3805#: builtin/add.c:305
3806#, c-format
3807msgid "Use -f if you really want to add them.\n"
3808msgstr ""
3809
3810#: builtin/add.c:312
3811msgid "adding files failed"
3812msgstr ""
3813
3814#: builtin/add.c:348
3815msgid "-A and -u are mutually incompatible"
3816msgstr ""
3817
3818#: builtin/add.c:355
3819msgid "Option --ignore-missing can only be used together with --dry-run"
3820msgstr ""
3821
3822#: builtin/add.c:359
3823#, c-format
3824msgid "--chmod param '%s' must be either -x or +x"
3825msgstr ""
3826
3827#: builtin/add.c:374
3828#, c-format
3829msgid "Nothing specified, nothing added.\n"
3830msgstr ""
3831
3832#: builtin/add.c:375
3833#, c-format
3834msgid "Maybe you wanted to say 'git add .'?\n"
3835msgstr ""
3836
3837#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
3838#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
3839#: builtin/mv.c:131 builtin/reset.c:235 builtin/rm.c:298
3840#: builtin/submodule--helper.c:244
3841msgid "index file corrupt"
3842msgstr ""
3843
3844#: builtin/am.c:414
3845msgid "could not parse author script"
3846msgstr ""
3847
3848#: builtin/am.c:491
3849#, c-format
3850msgid "'%s' was deleted by the applypatch-msg hook"
3851msgstr ""
3852
3853#: builtin/am.c:532
3854#, c-format
3855msgid "Malformed input line: '%s'."
3856msgstr ""
3857
3858#: builtin/am.c:569
3859#, c-format
3860msgid "Failed to copy notes from '%s' to '%s'"
3861msgstr ""
3862
3863#: builtin/am.c:595
3864msgid "fseek failed"
3865msgstr ""
3866
3867#: builtin/am.c:775
3868#, c-format
3869msgid "could not parse patch '%s'"
3870msgstr ""
3871
3872#: builtin/am.c:840
3873msgid "Only one StGIT patch series can be applied at once"
3874msgstr ""
3875
3876#: builtin/am.c:887
3877msgid "invalid timestamp"
3878msgstr ""
3879
3880#: builtin/am.c:890 builtin/am.c:898
3881msgid "invalid Date line"
3882msgstr ""
3883
3884#: builtin/am.c:895
3885msgid "invalid timezone offset"
3886msgstr ""
3887
3888#: builtin/am.c:984
3889msgid "Patch format detection failed."
3890msgstr ""
3891
3892#: builtin/am.c:989 builtin/clone.c:379
3893#, c-format
3894msgid "failed to create directory '%s'"
3895msgstr ""
3896
3897#: builtin/am.c:993
3898msgid "Failed to split patches."
3899msgstr ""
3900
3901#: builtin/am.c:1125 builtin/commit.c:376
3902msgid "unable to write index file"
3903msgstr ""
3904
3905#: builtin/am.c:1176
3906#, c-format
3907msgid "When you have resolved this problem, run \"%s --continue\"."
3908msgstr ""
3909
3910#: builtin/am.c:1177
3911#, c-format
3912msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
3913msgstr ""
3914
3915#: builtin/am.c:1178
3916#, c-format
3917msgid "To restore the original branch and stop patching, run \"%s --abort\"."
3918msgstr ""
3919
3920#: builtin/am.c:1316
3921msgid "Patch is empty. Was it split wrong?"
3922msgstr ""
3923
3924#: builtin/am.c:1390 builtin/log.c:1550
3925#, c-format
3926msgid "invalid ident line: %s"
3927msgstr ""
3928
3929#: builtin/am.c:1417
3930#, c-format
3931msgid "unable to parse commit %s"
3932msgstr ""
3933
3934#: builtin/am.c:1610
3935msgid "Repository lacks necessary blobs to fall back on 3-way merge."
3936msgstr ""
3937
3938#: builtin/am.c:1612
3939msgid "Using index info to reconstruct a base tree..."
3940msgstr ""
3941
3942#: builtin/am.c:1631
3943msgid ""
3944"Did you hand edit your patch?\n"
3945"It does not apply to blobs recorded in its index."
3946msgstr ""
3947
3948#: builtin/am.c:1637
3949msgid "Falling back to patching base and 3-way merge..."
3950msgstr ""
3951
3952#: builtin/am.c:1662
3953msgid "Failed to merge in the changes."
3954msgstr ""
3955
3956#: builtin/am.c:1686 builtin/merge.c:628
3957msgid "git write-tree failed to write a tree"
3958msgstr ""
3959
3960#: builtin/am.c:1693
3961msgid "applying to an empty history"
3962msgstr ""
3963
3964#: builtin/am.c:1706 builtin/commit.c:1769 builtin/merge.c:798
3965#: builtin/merge.c:823
3966msgid "failed to write commit object"
3967msgstr ""
3968
3969#: builtin/am.c:1739 builtin/am.c:1743
3970#, c-format
3971msgid "cannot resume: %s does not exist."
3972msgstr ""
3973
3974#: builtin/am.c:1759
3975msgid "cannot be interactive without stdin connected to a terminal."
3976msgstr ""
3977
3978#: builtin/am.c:1764
3979msgid "Commit Body is:"
3980msgstr ""
3981
3982#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
3983#. in your translation. The program will only accept English
3984#. input at this point.
3985#.
3986#: builtin/am.c:1774
3987msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
3988msgstr ""
3989
3990#: builtin/am.c:1824
3991#, c-format
3992msgid "Dirty index: cannot apply patches (dirty: %s)"
3993msgstr ""
3994
3995#: builtin/am.c:1861 builtin/am.c:1933
3996#, c-format
3997msgid "Applying: %.*s"
3998msgstr ""
3999
4000#: builtin/am.c:1877
4001msgid "No changes -- Patch already applied."
4002msgstr ""
4003
4004#: builtin/am.c:1885
4005#, c-format
4006msgid "Patch failed at %s %.*s"
4007msgstr ""
4008
4009#: builtin/am.c:1891
4010#, c-format
4011msgid "The copy of the patch that failed is found in: %s"
4012msgstr ""
4013
4014#: builtin/am.c:1936
4015msgid ""
4016"No changes - did you forget to use 'git add'?\n"
4017"If there is nothing left to stage, chances are that something else\n"
4018"already introduced the same changes; you might want to skip this patch."
4019msgstr ""
4020
4021#: builtin/am.c:1943
4022msgid ""
4023"You still have unmerged paths in your index.\n"
4024"Did you forget to use 'git add'?"
4025msgstr ""
4026
4027#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
4028#: builtin/reset.c:316
4029#, c-format
4030msgid "Could not parse object '%s'."
4031msgstr ""
4032
4033#: builtin/am.c:2103
4034msgid "failed to clean index"
4035msgstr ""
4036
4037#: builtin/am.c:2137
4038msgid ""
4039"You seem to have moved HEAD since the last 'am' failure.\n"
4040"Not rewinding to ORIG_HEAD"
4041msgstr ""
4042
4043#: builtin/am.c:2200
4044#, c-format
4045msgid "Invalid value for --patch-format: %s"
4046msgstr ""
4047
4048#: builtin/am.c:2233
4049msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4050msgstr ""
4051
4052#: builtin/am.c:2234
4053msgid "git am [<options>] (--continue | --skip | --abort)"
4054msgstr ""
4055
4056#: builtin/am.c:2240
4057msgid "run interactively"
4058msgstr ""
4059
4060#: builtin/am.c:2242
4061msgid "historical option -- no-op"
4062msgstr ""
4063
4064#: builtin/am.c:2244
4065msgid "allow fall back on 3way merging if needed"
4066msgstr ""
4067
4068#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4069#: builtin/repack.c:172
4070msgid "be quiet"
4071msgstr ""
4072
4073#: builtin/am.c:2247
4074msgid "add a Signed-off-by line to the commit message"
4075msgstr ""
4076
4077#: builtin/am.c:2250
4078msgid "recode into utf8 (default)"
4079msgstr ""
4080
4081#: builtin/am.c:2252
4082msgid "pass -k flag to git-mailinfo"
4083msgstr ""
4084
4085#: builtin/am.c:2254
4086msgid "pass -b flag to git-mailinfo"
4087msgstr ""
4088
4089#: builtin/am.c:2256
4090msgid "pass -m flag to git-mailinfo"
4091msgstr ""
4092
4093#: builtin/am.c:2258
4094msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4095msgstr ""
4096
4097#: builtin/am.c:2261
4098msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4099msgstr ""
4100
4101#: builtin/am.c:2264
4102msgid "strip everything before a scissors line"
4103msgstr ""
4104
4105#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4106#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4107#: builtin/am.c:2293
4108msgid "pass it through git-apply"
4109msgstr ""
4110
4111#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4112#: builtin/grep.c:707 builtin/merge.c:200 builtin/pull.c:135
4113#: builtin/pull.c:194 builtin/repack.c:181 builtin/repack.c:185
4114#: builtin/show-branch.c:644 builtin/show-ref.c:175 builtin/tag.c:340
4115#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4116msgid "n"
4117msgstr ""
4118
4119#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4120#: builtin/tag.c:372
4121msgid "format"
4122msgstr ""
4123
4124#: builtin/am.c:2290
4125msgid "format the patch(es) are in"
4126msgstr ""
4127
4128#: builtin/am.c:2296
4129msgid "override error message when patch failure occurs"
4130msgstr ""
4131
4132#: builtin/am.c:2298
4133msgid "continue applying patches after resolving a conflict"
4134msgstr ""
4135
4136#: builtin/am.c:2301
4137msgid "synonyms for --continue"
4138msgstr ""
4139
4140#: builtin/am.c:2304
4141msgid "skip the current patch"
4142msgstr ""
4143
4144#: builtin/am.c:2307
4145msgid "restore the original branch and abort the patching operation."
4146msgstr ""
4147
4148#: builtin/am.c:2311
4149msgid "lie about committer date"
4150msgstr ""
4151
4152#: builtin/am.c:2313
4153msgid "use current timestamp for author date"
4154msgstr ""
4155
4156#: builtin/am.c:2315 builtin/commit.c:1605 builtin/merge.c:229
4157#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:355
4158msgid "key-id"
4159msgstr ""
4160
4161#: builtin/am.c:2316
4162msgid "GPG-sign commits"
4163msgstr ""
4164
4165#: builtin/am.c:2319
4166msgid "(internal use for git-rebase)"
4167msgstr ""
4168
4169#: builtin/am.c:2334
4170msgid ""
4171"The -b/--binary option has been a no-op for long time, and\n"
4172"it will be removed. Please do not use it anymore."
4173msgstr ""
4174
4175#: builtin/am.c:2341
4176msgid "failed to read the index"
4177msgstr ""
4178
4179#: builtin/am.c:2356
4180#, c-format
4181msgid "previous rebase directory %s still exists but mbox given."
4182msgstr ""
4183
4184#: builtin/am.c:2380
4185#, c-format
4186msgid ""
4187"Stray %s directory found.\n"
4188"Use \"git am --abort\" to remove it."
4189msgstr ""
4190
4191#: builtin/am.c:2386
4192msgid "Resolve operation not in progress, we are not resuming."
4193msgstr ""
4194
4195#: builtin/apply.c:8
4196msgid "git apply [<options>] [<patch>...]"
4197msgstr ""
4198
4199#: builtin/archive.c:17
4200#, c-format
4201msgid "could not create archive file '%s'"
4202msgstr ""
4203
4204#: builtin/archive.c:20
4205msgid "could not redirect output"
4206msgstr ""
4207
4208#: builtin/archive.c:37
4209msgid "git archive: Remote with no URL"
4210msgstr ""
4211
4212#: builtin/archive.c:58
4213msgid "git archive: expected ACK/NAK, got EOF"
4214msgstr ""
4215
4216#: builtin/archive.c:61
4217#, c-format
4218msgid "git archive: NACK %s"
4219msgstr ""
4220
4221#: builtin/archive.c:63
4222#, c-format
4223msgid "remote error: %s"
4224msgstr ""
4225
4226#: builtin/archive.c:64
4227msgid "git archive: protocol error"
4228msgstr ""
4229
4230#: builtin/archive.c:68
4231msgid "git archive: expected a flush"
4232msgstr ""
4233
4234#: builtin/bisect--helper.c:7
4235msgid "git bisect--helper --next-all [--no-checkout]"
4236msgstr ""
4237
4238#: builtin/bisect--helper.c:17
4239msgid "perform 'git bisect next'"
4240msgstr ""
4241
4242#: builtin/bisect--helper.c:19
4243msgid "update BISECT_HEAD instead of checking out the current commit"
4244msgstr ""
4245
4246#: builtin/blame.c:33
4247msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4248msgstr ""
4249
4250#: builtin/blame.c:38
4251msgid "<rev-opts> are documented in git-rev-list(1)"
4252msgstr ""
4253
4254#: builtin/blame.c:1781
4255msgid "Blaming lines"
4256msgstr ""
4257
4258#: builtin/blame.c:2577
4259msgid "Show blame entries as we find them, incrementally"
4260msgstr ""
4261
4262#: builtin/blame.c:2578
4263msgid "Show blank SHA-1 for boundary commits (Default: off)"
4264msgstr ""
4265
4266#: builtin/blame.c:2579
4267msgid "Do not treat root commits as boundaries (Default: off)"
4268msgstr ""
4269
4270#: builtin/blame.c:2580
4271msgid "Show work cost statistics"
4272msgstr ""
4273
4274#: builtin/blame.c:2581
4275msgid "Force progress reporting"
4276msgstr ""
4277
4278#: builtin/blame.c:2582
4279msgid "Show output score for blame entries"
4280msgstr ""
4281
4282#: builtin/blame.c:2583
4283msgid "Show original filename (Default: auto)"
4284msgstr ""
4285
4286#: builtin/blame.c:2584
4287msgid "Show original linenumber (Default: off)"
4288msgstr ""
4289
4290#: builtin/blame.c:2585
4291msgid "Show in a format designed for machine consumption"
4292msgstr ""
4293
4294#: builtin/blame.c:2586
4295msgid "Show porcelain format with per-line commit information"
4296msgstr ""
4297
4298#: builtin/blame.c:2587
4299msgid "Use the same output mode as git-annotate (Default: off)"
4300msgstr ""
4301
4302#: builtin/blame.c:2588
4303msgid "Show raw timestamp (Default: off)"
4304msgstr ""
4305
4306#: builtin/blame.c:2589
4307msgid "Show long commit SHA1 (Default: off)"
4308msgstr ""
4309
4310#: builtin/blame.c:2590
4311msgid "Suppress author name and timestamp (Default: off)"
4312msgstr ""
4313
4314#: builtin/blame.c:2591
4315msgid "Show author email instead of name (Default: off)"
4316msgstr ""
4317
4318#: builtin/blame.c:2592
4319msgid "Ignore whitespace differences"
4320msgstr ""
4321
4322#: builtin/blame.c:2599
4323msgid "Use an experimental indent-based heuristic to improve diffs"
4324msgstr ""
4325
4326#: builtin/blame.c:2600
4327msgid "Use an experimental blank-line-based heuristic to improve diffs"
4328msgstr ""
4329
4330#: builtin/blame.c:2602
4331msgid "Spend extra cycles to find better match"
4332msgstr ""
4333
4334#: builtin/blame.c:2603
4335msgid "Use revisions from <file> instead of calling git-rev-list"
4336msgstr ""
4337
4338#: builtin/blame.c:2604
4339msgid "Use <file>'s contents as the final image"
4340msgstr ""
4341
4342#: builtin/blame.c:2605 builtin/blame.c:2606
4343msgid "score"
4344msgstr ""
4345
4346#: builtin/blame.c:2605
4347msgid "Find line copies within and across files"
4348msgstr ""
4349
4350#: builtin/blame.c:2606
4351msgid "Find line movements within and across files"
4352msgstr ""
4353
4354#: builtin/blame.c:2607
4355msgid "n,m"
4356msgstr ""
4357
4358#: builtin/blame.c:2607
4359msgid "Process only line range n,m, counting from 1"
4360msgstr ""
4361
4362#: builtin/blame.c:2654
4363msgid "--progress can't be used with --incremental or porcelain formats"
4364msgstr ""
4365
4366#. TRANSLATORS: This string is used to tell us the maximum
4367#. display width for a relative timestamp in "git blame"
4368#. output.  For C locale, "4 years, 11 months ago", which
4369#. takes 22 places, is the longest among various forms of
4370#. relative timestamps, but your language may need more or
4371#. fewer display columns.
4372#: builtin/blame.c:2700
4373msgid "4 years, 11 months ago"
4374msgstr ""
4375
4376#: builtin/blame.c:2780
4377msgid "--contents and --reverse do not blend well."
4378msgstr ""
4379
4380#: builtin/blame.c:2800
4381msgid "cannot use --contents with final commit object name"
4382msgstr ""
4383
4384#: builtin/blame.c:2805
4385msgid "--reverse and --first-parent together require specified latest commit"
4386msgstr ""
4387
4388#: builtin/blame.c:2832
4389msgid ""
4390"--reverse --first-parent together require range along first-parent chain"
4391msgstr ""
4392
4393#: builtin/blame.c:2843
4394#, c-format
4395msgid "no such path %s in %s"
4396msgstr ""
4397
4398#: builtin/blame.c:2854
4399#, c-format
4400msgid "cannot read blob %s for path %s"
4401msgstr ""
4402
4403#: builtin/blame.c:2873
4404#, c-format
4405msgid "file %s has only %lu line"
4406msgid_plural "file %s has only %lu lines"
4407msgstr[0] ""
4408msgstr[1] ""
4409
4410#: builtin/branch.c:26
4411msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4412msgstr ""
4413
4414#: builtin/branch.c:27
4415msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4416msgstr ""
4417
4418#: builtin/branch.c:28
4419msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4420msgstr ""
4421
4422#: builtin/branch.c:29
4423msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4424msgstr ""
4425
4426#: builtin/branch.c:30
4427msgid "git branch [<options>] [-r | -a] [--points-at]"
4428msgstr ""
4429
4430#: builtin/branch.c:143
4431#, c-format
4432msgid ""
4433"deleting branch '%s' that has been merged to\n"
4434"         '%s', but not yet merged to HEAD."
4435msgstr ""
4436
4437#: builtin/branch.c:147
4438#, c-format
4439msgid ""
4440"not deleting branch '%s' that is not yet merged to\n"
4441"         '%s', even though it is merged to HEAD."
4442msgstr ""
4443
4444#: builtin/branch.c:161
4445#, c-format
4446msgid "Couldn't look up commit object for '%s'"
4447msgstr ""
4448
4449#: builtin/branch.c:165
4450#, c-format
4451msgid ""
4452"The branch '%s' is not fully merged.\n"
4453"If you are sure you want to delete it, run 'git branch -D %s'."
4454msgstr ""
4455
4456#: builtin/branch.c:178
4457msgid "Update of config-file failed"
4458msgstr ""
4459
4460#: builtin/branch.c:206
4461msgid "cannot use -a with -d"
4462msgstr ""
4463
4464#: builtin/branch.c:212
4465msgid "Couldn't look up commit object for HEAD"
4466msgstr ""
4467
4468#: builtin/branch.c:226
4469#, c-format
4470msgid "Cannot delete branch '%s' checked out at '%s'"
4471msgstr ""
4472
4473#: builtin/branch.c:241
4474#, c-format
4475msgid "remote-tracking branch '%s' not found."
4476msgstr ""
4477
4478#: builtin/branch.c:242
4479#, c-format
4480msgid "branch '%s' not found."
4481msgstr ""
4482
4483#: builtin/branch.c:257
4484#, c-format
4485msgid "Error deleting remote-tracking branch '%s'"
4486msgstr ""
4487
4488#: builtin/branch.c:258
4489#, c-format
4490msgid "Error deleting branch '%s'"
4491msgstr ""
4492
4493#: builtin/branch.c:265
4494#, c-format
4495msgid "Deleted remote-tracking branch %s (was %s).\n"
4496msgstr ""
4497
4498#: builtin/branch.c:266
4499#, c-format
4500msgid "Deleted branch %s (was %s).\n"
4501msgstr ""
4502
4503#: builtin/branch.c:312
4504#, c-format
4505msgid "[%s: gone]"
4506msgstr ""
4507
4508#: builtin/branch.c:317
4509#, c-format
4510msgid "[%s]"
4511msgstr ""
4512
4513#: builtin/branch.c:322
4514#, c-format
4515msgid "[%s: behind %d]"
4516msgstr ""
4517
4518#: builtin/branch.c:324
4519#, c-format
4520msgid "[behind %d]"
4521msgstr ""
4522
4523#: builtin/branch.c:328
4524#, c-format
4525msgid "[%s: ahead %d]"
4526msgstr ""
4527
4528#: builtin/branch.c:330
4529#, c-format
4530msgid "[ahead %d]"
4531msgstr ""
4532
4533#: builtin/branch.c:333
4534#, c-format
4535msgid "[%s: ahead %d, behind %d]"
4536msgstr ""
4537
4538#: builtin/branch.c:336
4539#, c-format
4540msgid "[ahead %d, behind %d]"
4541msgstr ""
4542
4543#: builtin/branch.c:349
4544msgid " **** invalid ref ****"
4545msgstr ""
4546
4547#: builtin/branch.c:375
4548#, c-format
4549msgid "(no branch, rebasing %s)"
4550msgstr ""
4551
4552#: builtin/branch.c:378
4553#, c-format
4554msgid "(no branch, bisect started on %s)"
4555msgstr ""
4556
4557#. TRANSLATORS: make sure this matches
4558#. "HEAD detached at " in wt-status.c
4559#: builtin/branch.c:384
4560#, c-format
4561msgid "(HEAD detached at %s)"
4562msgstr ""
4563
4564#. TRANSLATORS: make sure this matches
4565#. "HEAD detached from " in wt-status.c
4566#: builtin/branch.c:389
4567#, c-format
4568msgid "(HEAD detached from %s)"
4569msgstr ""
4570
4571#: builtin/branch.c:393
4572msgid "(no branch)"
4573msgstr ""
4574
4575#: builtin/branch.c:544
4576#, c-format
4577msgid "Branch %s is being rebased at %s"
4578msgstr ""
4579
4580#: builtin/branch.c:548
4581#, c-format
4582msgid "Branch %s is being bisected at %s"
4583msgstr ""
4584
4585#: builtin/branch.c:563
4586msgid "cannot rename the current branch while not on any."
4587msgstr ""
4588
4589#: builtin/branch.c:573
4590#, c-format
4591msgid "Invalid branch name: '%s'"
4592msgstr ""
4593
4594#: builtin/branch.c:590
4595msgid "Branch rename failed"
4596msgstr ""
4597
4598#: builtin/branch.c:594
4599#, c-format
4600msgid "Renamed a misnamed branch '%s' away"
4601msgstr ""
4602
4603#: builtin/branch.c:597
4604#, c-format
4605msgid "Branch renamed to %s, but HEAD is not updated!"
4606msgstr ""
4607
4608#: builtin/branch.c:604
4609msgid "Branch is renamed, but update of config-file failed"
4610msgstr ""
4611
4612#: builtin/branch.c:620
4613#, c-format
4614msgid ""
4615"Please edit the description for the branch\n"
4616"  %s\n"
4617"Lines starting with '%c' will be stripped.\n"
4618msgstr ""
4619
4620#: builtin/branch.c:651
4621msgid "Generic options"
4622msgstr ""
4623
4624#: builtin/branch.c:653
4625msgid "show hash and subject, give twice for upstream branch"
4626msgstr ""
4627
4628#: builtin/branch.c:654
4629msgid "suppress informational messages"
4630msgstr ""
4631
4632#: builtin/branch.c:655
4633msgid "set up tracking mode (see git-pull(1))"
4634msgstr ""
4635
4636#: builtin/branch.c:657
4637msgid "change upstream info"
4638msgstr ""
4639
4640#: builtin/branch.c:659
4641msgid "upstream"
4642msgstr ""
4643
4644#: builtin/branch.c:659
4645msgid "change the upstream info"
4646msgstr ""
4647
4648#: builtin/branch.c:660
4649msgid "Unset the upstream info"
4650msgstr ""
4651
4652#: builtin/branch.c:661
4653msgid "use colored output"
4654msgstr ""
4655
4656#: builtin/branch.c:662
4657msgid "act on remote-tracking branches"
4658msgstr ""
4659
4660#: builtin/branch.c:664 builtin/branch.c:665
4661msgid "print only branches that contain the commit"
4662msgstr ""
4663
4664#: builtin/branch.c:668
4665msgid "Specific git-branch actions:"
4666msgstr ""
4667
4668#: builtin/branch.c:669
4669msgid "list both remote-tracking and local branches"
4670msgstr ""
4671
4672#: builtin/branch.c:671
4673msgid "delete fully merged branch"
4674msgstr ""
4675
4676#: builtin/branch.c:672
4677msgid "delete branch (even if not merged)"
4678msgstr ""
4679
4680#: builtin/branch.c:673
4681msgid "move/rename a branch and its reflog"
4682msgstr ""
4683
4684#: builtin/branch.c:674
4685msgid "move/rename a branch, even if target exists"
4686msgstr ""
4687
4688#: builtin/branch.c:675
4689msgid "list branch names"
4690msgstr ""
4691
4692#: builtin/branch.c:676
4693msgid "create the branch's reflog"
4694msgstr ""
4695
4696#: builtin/branch.c:678
4697msgid "edit the description for the branch"
4698msgstr ""
4699
4700#: builtin/branch.c:679
4701msgid "force creation, move/rename, deletion"
4702msgstr ""
4703
4704#: builtin/branch.c:680
4705msgid "print only branches that are merged"
4706msgstr ""
4707
4708#: builtin/branch.c:681
4709msgid "print only branches that are not merged"
4710msgstr ""
4711
4712#: builtin/branch.c:682
4713msgid "list branches in columns"
4714msgstr ""
4715
4716#: builtin/branch.c:683 builtin/for-each-ref.c:38 builtin/tag.c:366
4717msgid "key"
4718msgstr ""
4719
4720#: builtin/branch.c:684 builtin/for-each-ref.c:39 builtin/tag.c:367
4721msgid "field name to sort on"
4722msgstr ""
4723
4724#: builtin/branch.c:686 builtin/for-each-ref.c:41 builtin/notes.c:404
4725#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
4726#: builtin/tag.c:369
4727msgid "object"
4728msgstr ""
4729
4730#: builtin/branch.c:687
4731msgid "print only branches of the object"
4732msgstr ""
4733
4734#: builtin/branch.c:705
4735msgid "Failed to resolve HEAD as a valid ref."
4736msgstr ""
4737
4738#: builtin/branch.c:709 builtin/clone.c:706
4739msgid "HEAD not found below refs/heads!"
4740msgstr ""
4741
4742#: builtin/branch.c:729
4743msgid "--column and --verbose are incompatible"
4744msgstr ""
4745
4746#: builtin/branch.c:740 builtin/branch.c:782
4747msgid "branch name required"
4748msgstr ""
4749
4750#: builtin/branch.c:758
4751msgid "Cannot give description to detached HEAD"
4752msgstr ""
4753
4754#: builtin/branch.c:763
4755msgid "cannot edit description of more than one branch"
4756msgstr ""
4757
4758#: builtin/branch.c:770
4759#, c-format
4760msgid "No commit on branch '%s' yet."
4761msgstr ""
4762
4763#: builtin/branch.c:773
4764#, c-format
4765msgid "No branch named '%s'."
4766msgstr ""
4767
4768#: builtin/branch.c:788
4769msgid "too many branches for a rename operation"
4770msgstr ""
4771
4772#: builtin/branch.c:793
4773msgid "too many branches to set new upstream"
4774msgstr ""
4775
4776#: builtin/branch.c:797
4777#, c-format
4778msgid ""
4779"could not set upstream of HEAD to %s when it does not point to any branch."
4780msgstr ""
4781
4782#: builtin/branch.c:800 builtin/branch.c:822 builtin/branch.c:843
4783#, c-format
4784msgid "no such branch '%s'"
4785msgstr ""
4786
4787#: builtin/branch.c:804
4788#, c-format
4789msgid "branch '%s' does not exist"
4790msgstr ""
4791
4792#: builtin/branch.c:816
4793msgid "too many branches to unset upstream"
4794msgstr ""
4795
4796#: builtin/branch.c:820
4797msgid "could not unset upstream of HEAD when it does not point to any branch."
4798msgstr ""
4799
4800#: builtin/branch.c:826
4801#, c-format
4802msgid "Branch '%s' has no upstream information"
4803msgstr ""
4804
4805#: builtin/branch.c:840
4806msgid "it does not make sense to create 'HEAD' manually"
4807msgstr ""
4808
4809#: builtin/branch.c:846
4810msgid "-a and -r options to 'git branch' do not make sense with a branch name"
4811msgstr ""
4812
4813#: builtin/branch.c:849
4814#, c-format
4815msgid ""
4816"The --set-upstream flag is deprecated and will be removed. Consider using --"
4817"track or --set-upstream-to\n"
4818msgstr ""
4819
4820#: builtin/branch.c:866
4821#, c-format
4822msgid ""
4823"\n"
4824"If you wanted to make '%s' track '%s', do this:\n"
4825"\n"
4826msgstr ""
4827
4828#: builtin/bundle.c:51
4829#, c-format
4830msgid "%s is okay\n"
4831msgstr ""
4832
4833#: builtin/bundle.c:64
4834msgid "Need a repository to create a bundle."
4835msgstr ""
4836
4837#: builtin/bundle.c:68
4838msgid "Need a repository to unbundle."
4839msgstr ""
4840
4841#: builtin/cat-file.c:513
4842msgid ""
4843"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
4844"p | <type> | --textconv | --filters) [--path=<path>] <object>"
4845msgstr ""
4846
4847#: builtin/cat-file.c:514
4848msgid ""
4849"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
4850"filters]"
4851msgstr ""
4852
4853#: builtin/cat-file.c:551
4854msgid "<type> can be one of: blob, tree, commit, tag"
4855msgstr ""
4856
4857#: builtin/cat-file.c:552
4858msgid "show object type"
4859msgstr ""
4860
4861#: builtin/cat-file.c:553
4862msgid "show object size"
4863msgstr ""
4864
4865#: builtin/cat-file.c:555
4866msgid "exit with zero when there's no error"
4867msgstr ""
4868
4869#: builtin/cat-file.c:556
4870msgid "pretty-print object's content"
4871msgstr ""
4872
4873#: builtin/cat-file.c:558
4874msgid "for blob objects, run textconv on object's content"
4875msgstr ""
4876
4877#: builtin/cat-file.c:560
4878msgid "for blob objects, run filters on object's content"
4879msgstr ""
4880
4881#: builtin/cat-file.c:561 git-submodule.sh:923
4882msgid "blob"
4883msgstr ""
4884
4885#: builtin/cat-file.c:562
4886msgid "use a specific path for --textconv/--filters"
4887msgstr ""
4888
4889#: builtin/cat-file.c:564
4890msgid "allow -s and -t to work with broken/corrupt objects"
4891msgstr ""
4892
4893#: builtin/cat-file.c:565
4894msgid "buffer --batch output"
4895msgstr ""
4896
4897#: builtin/cat-file.c:567
4898msgid "show info and content of objects fed from the standard input"
4899msgstr ""
4900
4901#: builtin/cat-file.c:570
4902msgid "show info about objects fed from the standard input"
4903msgstr ""
4904
4905#: builtin/cat-file.c:573
4906msgid "follow in-tree symlinks (used with --batch or --batch-check)"
4907msgstr ""
4908
4909#: builtin/cat-file.c:575
4910msgid "show all objects with --batch or --batch-check"
4911msgstr ""
4912
4913#: builtin/check-attr.c:11
4914msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
4915msgstr ""
4916
4917#: builtin/check-attr.c:12
4918msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
4919msgstr ""
4920
4921#: builtin/check-attr.c:19
4922msgid "report all attributes set on file"
4923msgstr ""
4924
4925#: builtin/check-attr.c:20
4926msgid "use .gitattributes only from the index"
4927msgstr ""
4928
4929#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
4930msgid "read file names from stdin"
4931msgstr ""
4932
4933#: builtin/check-attr.c:23 builtin/check-ignore.c:24
4934msgid "terminate input and output records by a NUL character"
4935msgstr ""
4936
4937#: builtin/check-ignore.c:18 builtin/checkout.c:1137 builtin/gc.c:325
4938msgid "suppress progress reporting"
4939msgstr ""
4940
4941#: builtin/check-ignore.c:26
4942msgid "show non-matching input paths"
4943msgstr ""
4944
4945#: builtin/check-ignore.c:28
4946msgid "ignore index when checking"
4947msgstr ""
4948
4949#: builtin/check-ignore.c:154
4950msgid "cannot specify pathnames with --stdin"
4951msgstr ""
4952
4953#: builtin/check-ignore.c:157
4954msgid "-z only makes sense with --stdin"
4955msgstr ""
4956
4957#: builtin/check-ignore.c:159
4958msgid "no path specified"
4959msgstr ""
4960
4961#: builtin/check-ignore.c:163
4962msgid "--quiet is only valid with a single pathname"
4963msgstr ""
4964
4965#: builtin/check-ignore.c:165
4966msgid "cannot have both --quiet and --verbose"
4967msgstr ""
4968
4969#: builtin/check-ignore.c:168
4970msgid "--non-matching is only valid with --verbose"
4971msgstr ""
4972
4973#: builtin/check-mailmap.c:8
4974msgid "git check-mailmap [<options>] <contact>..."
4975msgstr ""
4976
4977#: builtin/check-mailmap.c:13
4978msgid "also read contacts from stdin"
4979msgstr ""
4980
4981#: builtin/check-mailmap.c:24
4982#, c-format
4983msgid "unable to parse contact: %s"
4984msgstr ""
4985
4986#: builtin/check-mailmap.c:47
4987msgid "no contacts specified"
4988msgstr ""
4989
4990#: builtin/checkout-index.c:127
4991msgid "git checkout-index [<options>] [--] [<file>...]"
4992msgstr ""
4993
4994#: builtin/checkout-index.c:144
4995msgid "stage should be between 1 and 3 or all"
4996msgstr ""
4997
4998#: builtin/checkout-index.c:160
4999msgid "check out all files in the index"
5000msgstr ""
5001
5002#: builtin/checkout-index.c:161
5003msgid "force overwrite of existing files"
5004msgstr ""
5005
5006#: builtin/checkout-index.c:163
5007msgid "no warning for existing files and files not in index"
5008msgstr ""
5009
5010#: builtin/checkout-index.c:165
5011msgid "don't checkout new files"
5012msgstr ""
5013
5014#: builtin/checkout-index.c:167
5015msgid "update stat information in the index file"
5016msgstr ""
5017
5018#: builtin/checkout-index.c:171
5019msgid "read list of paths from the standard input"
5020msgstr ""
5021
5022#: builtin/checkout-index.c:173
5023msgid "write the content to temporary files"
5024msgstr ""
5025
5026#: builtin/checkout-index.c:174 builtin/column.c:30
5027#: builtin/submodule--helper.c:595 builtin/submodule--helper.c:598
5028#: builtin/submodule--helper.c:604 builtin/submodule--helper.c:951
5029#: builtin/worktree.c:469
5030msgid "string"
5031msgstr ""
5032
5033#: builtin/checkout-index.c:175
5034msgid "when creating files, prepend <string>"
5035msgstr ""
5036
5037#: builtin/checkout-index.c:177
5038msgid "copy out the files from named stage"
5039msgstr ""
5040
5041#: builtin/checkout.c:25
5042msgid "git checkout [<options>] <branch>"
5043msgstr ""
5044
5045#: builtin/checkout.c:26
5046msgid "git checkout [<options>] [<branch>] -- <file>..."
5047msgstr ""
5048
5049#: builtin/checkout.c:134 builtin/checkout.c:167
5050#, c-format
5051msgid "path '%s' does not have our version"
5052msgstr ""
5053
5054#: builtin/checkout.c:136 builtin/checkout.c:169
5055#, c-format
5056msgid "path '%s' does not have their version"
5057msgstr ""
5058
5059#: builtin/checkout.c:152
5060#, c-format
5061msgid "path '%s' does not have all necessary versions"
5062msgstr ""
5063
5064#: builtin/checkout.c:196
5065#, c-format
5066msgid "path '%s' does not have necessary versions"
5067msgstr ""
5068
5069#: builtin/checkout.c:213
5070#, c-format
5071msgid "path '%s': cannot merge"
5072msgstr ""
5073
5074#: builtin/checkout.c:230
5075#, c-format
5076msgid "Unable to add merge result for '%s'"
5077msgstr ""
5078
5079#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
5080#: builtin/checkout.c:259
5081#, c-format
5082msgid "'%s' cannot be used with updating paths"
5083msgstr ""
5084
5085#: builtin/checkout.c:262 builtin/checkout.c:265
5086#, c-format
5087msgid "'%s' cannot be used with %s"
5088msgstr ""
5089
5090#: builtin/checkout.c:268
5091#, c-format
5092msgid "Cannot update paths and switch to branch '%s' at the same time."
5093msgstr ""
5094
5095#: builtin/checkout.c:339 builtin/checkout.c:346
5096#, c-format
5097msgid "path '%s' is unmerged"
5098msgstr ""
5099
5100#: builtin/checkout.c:494
5101msgid "you need to resolve your current index first"
5102msgstr ""
5103
5104#: builtin/checkout.c:624
5105#, c-format
5106msgid "Can not do reflog for '%s': %s\n"
5107msgstr ""
5108
5109#: builtin/checkout.c:663
5110msgid "HEAD is now at"
5111msgstr ""
5112
5113#: builtin/checkout.c:667 builtin/clone.c:660
5114msgid "unable to update HEAD"
5115msgstr ""
5116
5117#: builtin/checkout.c:671
5118#, c-format
5119msgid "Reset branch '%s'\n"
5120msgstr ""
5121
5122#: builtin/checkout.c:674
5123#, c-format
5124msgid "Already on '%s'\n"
5125msgstr ""
5126
5127#: builtin/checkout.c:678
5128#, c-format
5129msgid "Switched to and reset branch '%s'\n"
5130msgstr ""
5131
5132#: builtin/checkout.c:680 builtin/checkout.c:1069
5133#, c-format
5134msgid "Switched to a new branch '%s'\n"
5135msgstr ""
5136
5137#: builtin/checkout.c:682
5138#, c-format
5139msgid "Switched to branch '%s'\n"
5140msgstr ""
5141
5142#: builtin/checkout.c:733
5143#, c-format
5144msgid " ... and %d more.\n"
5145msgstr ""
5146
5147#: builtin/checkout.c:739
5148#, c-format
5149msgid ""
5150"Warning: you are leaving %d commit behind, not connected to\n"
5151"any of your branches:\n"
5152"\n"
5153"%s\n"
5154msgid_plural ""
5155"Warning: you are leaving %d commits behind, not connected to\n"
5156"any of your branches:\n"
5157"\n"
5158"%s\n"
5159msgstr[0] ""
5160msgstr[1] ""
5161
5162#: builtin/checkout.c:758
5163#, c-format
5164msgid ""
5165"If you want to keep it by creating a new branch, this may be a good time\n"
5166"to do so with:\n"
5167"\n"
5168" git branch <new-branch-name> %s\n"
5169"\n"
5170msgid_plural ""
5171"If you want to keep them by creating a new branch, this may be a good time\n"
5172"to do so with:\n"
5173"\n"
5174" git branch <new-branch-name> %s\n"
5175"\n"
5176msgstr[0] ""
5177msgstr[1] ""
5178
5179#: builtin/checkout.c:794
5180msgid "internal error in revision walk"
5181msgstr ""
5182
5183#: builtin/checkout.c:798
5184msgid "Previous HEAD position was"
5185msgstr ""
5186
5187#: builtin/checkout.c:825 builtin/checkout.c:1064
5188msgid "You are on a branch yet to be born"
5189msgstr ""
5190
5191#: builtin/checkout.c:970
5192#, c-format
5193msgid "only one reference expected, %d given."
5194msgstr ""
5195
5196#: builtin/checkout.c:1010 builtin/worktree.c:214
5197#, c-format
5198msgid "invalid reference: %s"
5199msgstr ""
5200
5201#: builtin/checkout.c:1039
5202#, c-format
5203msgid "reference is not a tree: %s"
5204msgstr ""
5205
5206#: builtin/checkout.c:1078
5207msgid "paths cannot be used with switching branches"
5208msgstr ""
5209
5210#: builtin/checkout.c:1081 builtin/checkout.c:1085
5211#, c-format
5212msgid "'%s' cannot be used with switching branches"
5213msgstr ""
5214
5215#: builtin/checkout.c:1089 builtin/checkout.c:1092 builtin/checkout.c:1097
5216#: builtin/checkout.c:1100
5217#, c-format
5218msgid "'%s' cannot be used with '%s'"
5219msgstr ""
5220
5221#: builtin/checkout.c:1105
5222#, c-format
5223msgid "Cannot switch branch to a non-commit '%s'"
5224msgstr ""
5225
5226#: builtin/checkout.c:1138 builtin/checkout.c:1140 builtin/clone.c:93
5227#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5228#: builtin/worktree.c:326
5229msgid "branch"
5230msgstr ""
5231
5232#: builtin/checkout.c:1139
5233msgid "create and checkout a new branch"
5234msgstr ""
5235
5236#: builtin/checkout.c:1141
5237msgid "create/reset and checkout a branch"
5238msgstr ""
5239
5240#: builtin/checkout.c:1142
5241msgid "create reflog for new branch"
5242msgstr ""
5243
5244#: builtin/checkout.c:1143 builtin/worktree.c:328
5245msgid "detach HEAD at named commit"
5246msgstr ""
5247
5248#: builtin/checkout.c:1144
5249msgid "set upstream info for new branch"
5250msgstr ""
5251
5252#: builtin/checkout.c:1146
5253msgid "new-branch"
5254msgstr ""
5255
5256#: builtin/checkout.c:1146
5257msgid "new unparented branch"
5258msgstr ""
5259
5260#: builtin/checkout.c:1147
5261msgid "checkout our version for unmerged files"
5262msgstr ""
5263
5264#: builtin/checkout.c:1149
5265msgid "checkout their version for unmerged files"
5266msgstr ""
5267
5268#: builtin/checkout.c:1151
5269msgid "force checkout (throw away local modifications)"
5270msgstr ""
5271
5272#: builtin/checkout.c:1152
5273msgid "perform a 3-way merge with the new branch"
5274msgstr ""
5275
5276#: builtin/checkout.c:1153 builtin/merge.c:231
5277msgid "update ignored files (default)"
5278msgstr ""
5279
5280#: builtin/checkout.c:1154 builtin/log.c:1466 parse-options.h:251
5281msgid "style"
5282msgstr ""
5283
5284#: builtin/checkout.c:1155
5285msgid "conflict style (merge or diff3)"
5286msgstr ""
5287
5288#: builtin/checkout.c:1158
5289msgid "do not limit pathspecs to sparse entries only"
5290msgstr ""
5291
5292#: builtin/checkout.c:1160
5293msgid "second guess 'git checkout <no-such-branch>'"
5294msgstr ""
5295
5296#: builtin/checkout.c:1162
5297msgid "do not check if another worktree is holding the given ref"
5298msgstr ""
5299
5300#: builtin/checkout.c:1163 builtin/clone.c:63 builtin/fetch.c:119
5301#: builtin/merge.c:228 builtin/pull.c:117 builtin/push.c:536
5302#: builtin/send-pack.c:168
5303msgid "force progress reporting"
5304msgstr ""
5305
5306#: builtin/checkout.c:1194
5307msgid "-b, -B and --orphan are mutually exclusive"
5308msgstr ""
5309
5310#: builtin/checkout.c:1211
5311msgid "--track needs a branch name"
5312msgstr ""
5313
5314#: builtin/checkout.c:1216
5315msgid "Missing branch name; try -b"
5316msgstr ""
5317
5318#: builtin/checkout.c:1252
5319msgid "invalid path specification"
5320msgstr ""
5321
5322#: builtin/checkout.c:1259
5323#, c-format
5324msgid ""
5325"Cannot update paths and switch to branch '%s' at the same time.\n"
5326"Did you intend to checkout '%s' which can not be resolved as commit?"
5327msgstr ""
5328
5329#: builtin/checkout.c:1264
5330#, c-format
5331msgid "git checkout: --detach does not take a path argument '%s'"
5332msgstr ""
5333
5334#: builtin/checkout.c:1268
5335msgid ""
5336"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5337"checking out of the index."
5338msgstr ""
5339
5340#: builtin/clean.c:25
5341msgid ""
5342"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5343msgstr ""
5344
5345#: builtin/clean.c:29
5346#, c-format
5347msgid "Removing %s\n"
5348msgstr ""
5349
5350#: builtin/clean.c:30
5351#, c-format
5352msgid "Would remove %s\n"
5353msgstr ""
5354
5355#: builtin/clean.c:31
5356#, c-format
5357msgid "Skipping repository %s\n"
5358msgstr ""
5359
5360#: builtin/clean.c:32
5361#, c-format
5362msgid "Would skip repository %s\n"
5363msgstr ""
5364
5365#: builtin/clean.c:33
5366#, c-format
5367msgid "failed to remove %s"
5368msgstr ""
5369
5370#: builtin/clean.c:291
5371msgid ""
5372"Prompt help:\n"
5373"1          - select a numbered item\n"
5374"foo        - select item based on unique prefix\n"
5375"           - (empty) select nothing"
5376msgstr ""
5377
5378#: builtin/clean.c:295
5379msgid ""
5380"Prompt help:\n"
5381"1          - select a single item\n"
5382"3-5        - select a range of items\n"
5383"2-3,6-9    - select multiple ranges\n"
5384"foo        - select item based on unique prefix\n"
5385"-...       - unselect specified items\n"
5386"*          - choose all items\n"
5387"           - (empty) finish selecting"
5388msgstr ""
5389
5390#: builtin/clean.c:511
5391#, c-format
5392msgid "Huh (%s)?"
5393msgstr ""
5394
5395#: builtin/clean.c:653
5396#, c-format
5397msgid "Input ignore patterns>> "
5398msgstr ""
5399
5400#: builtin/clean.c:690
5401#, c-format
5402msgid "WARNING: Cannot find items matched by: %s"
5403msgstr ""
5404
5405#: builtin/clean.c:711
5406msgid "Select items to delete"
5407msgstr ""
5408
5409#. TRANSLATORS: Make sure to keep [y/N] as is
5410#: builtin/clean.c:752
5411#, c-format
5412msgid "Remove %s [y/N]? "
5413msgstr ""
5414
5415#: builtin/clean.c:777
5416msgid "Bye."
5417msgstr ""
5418
5419#: builtin/clean.c:785
5420msgid ""
5421"clean               - start cleaning\n"
5422"filter by pattern   - exclude items from deletion\n"
5423"select by numbers   - select items to be deleted by numbers\n"
5424"ask each            - confirm each deletion (like \"rm -i\")\n"
5425"quit                - stop cleaning\n"
5426"help                - this screen\n"
5427"?                   - help for prompt selection"
5428msgstr ""
5429
5430#: builtin/clean.c:812
5431msgid "*** Commands ***"
5432msgstr ""
5433
5434#: builtin/clean.c:813
5435msgid "What now"
5436msgstr ""
5437
5438#: builtin/clean.c:821
5439msgid "Would remove the following item:"
5440msgid_plural "Would remove the following items:"
5441msgstr[0] ""
5442msgstr[1] ""
5443
5444#: builtin/clean.c:838
5445msgid "No more files to clean, exiting."
5446msgstr ""
5447
5448#: builtin/clean.c:869
5449msgid "do not print names of files removed"
5450msgstr ""
5451
5452#: builtin/clean.c:871
5453msgid "force"
5454msgstr ""
5455
5456#: builtin/clean.c:872
5457msgid "interactive cleaning"
5458msgstr ""
5459
5460#: builtin/clean.c:874
5461msgid "remove whole directories"
5462msgstr ""
5463
5464#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:725
5465#: builtin/ls-files.c:536 builtin/name-rev.c:313 builtin/show-ref.c:182
5466msgid "pattern"
5467msgstr ""
5468
5469#: builtin/clean.c:876
5470msgid "add <pattern> to ignore rules"
5471msgstr ""
5472
5473#: builtin/clean.c:877
5474msgid "remove ignored files, too"
5475msgstr ""
5476
5477#: builtin/clean.c:879
5478msgid "remove only ignored files"
5479msgstr ""
5480
5481#: builtin/clean.c:897
5482msgid "-x and -X cannot be used together"
5483msgstr ""
5484
5485#: builtin/clean.c:901
5486msgid ""
5487"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5488"clean"
5489msgstr ""
5490
5491#: builtin/clean.c:904
5492msgid ""
5493"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5494"refusing to clean"
5495msgstr ""
5496
5497#: builtin/clone.c:37
5498msgid "git clone [<options>] [--] <repo> [<dir>]"
5499msgstr ""
5500
5501#: builtin/clone.c:65
5502msgid "don't create a checkout"
5503msgstr ""
5504
5505#: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:478
5506msgid "create a bare repository"
5507msgstr ""
5508
5509#: builtin/clone.c:70
5510msgid "create a mirror repository (implies bare)"
5511msgstr ""
5512
5513#: builtin/clone.c:72
5514msgid "to clone from a local repository"
5515msgstr ""
5516
5517#: builtin/clone.c:74
5518msgid "don't use local hardlinks, always copy"
5519msgstr ""
5520
5521#: builtin/clone.c:76
5522msgid "setup as shared repository"
5523msgstr ""
5524
5525#: builtin/clone.c:78 builtin/clone.c:80
5526msgid "initialize submodules in the clone"
5527msgstr ""
5528
5529#: builtin/clone.c:82
5530msgid "number of submodules cloned in parallel"
5531msgstr ""
5532
5533#: builtin/clone.c:83 builtin/init-db.c:475
5534msgid "template-directory"
5535msgstr ""
5536
5537#: builtin/clone.c:84 builtin/init-db.c:476
5538msgid "directory from which templates will be used"
5539msgstr ""
5540
5541#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:602
5542#: builtin/submodule--helper.c:954
5543msgid "reference repository"
5544msgstr ""
5545
5546#: builtin/clone.c:90
5547msgid "use --reference only while cloning"
5548msgstr ""
5549
5550#: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:44
5551msgid "name"
5552msgstr ""
5553
5554#: builtin/clone.c:92
5555msgid "use <name> instead of 'origin' to track upstream"
5556msgstr ""
5557
5558#: builtin/clone.c:94
5559msgid "checkout <branch> instead of the remote's HEAD"
5560msgstr ""
5561
5562#: builtin/clone.c:96
5563msgid "path to git-upload-pack on the remote"
5564msgstr ""
5565
5566#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:668
5567#: builtin/pull.c:202
5568msgid "depth"
5569msgstr ""
5570
5571#: builtin/clone.c:98
5572msgid "create a shallow clone of that depth"
5573msgstr ""
5574
5575#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2848
5576#: parse-options.h:142
5577msgid "time"
5578msgstr ""
5579
5580#: builtin/clone.c:100
5581msgid "create a shallow clone since a specific time"
5582msgstr ""
5583
5584#: builtin/clone.c:101 builtin/fetch.c:124
5585msgid "revision"
5586msgstr ""
5587
5588#: builtin/clone.c:102 builtin/fetch.c:125
5589msgid "deepen history of shallow clone by excluding rev"
5590msgstr ""
5591
5592#: builtin/clone.c:104
5593msgid "clone only one branch, HEAD or --branch"
5594msgstr ""
5595
5596#: builtin/clone.c:106
5597msgid "any cloned submodules will be shallow"
5598msgstr ""
5599
5600#: builtin/clone.c:107 builtin/init-db.c:484
5601msgid "gitdir"
5602msgstr ""
5603
5604#: builtin/clone.c:108 builtin/init-db.c:485
5605msgid "separate git dir from working tree"
5606msgstr ""
5607
5608#: builtin/clone.c:109
5609msgid "key=value"
5610msgstr ""
5611
5612#: builtin/clone.c:110
5613msgid "set config inside the new repository"
5614msgstr ""
5615
5616#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:547
5617msgid "use IPv4 addresses only"
5618msgstr ""
5619
5620#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:549
5621msgid "use IPv6 addresses only"
5622msgstr ""
5623
5624#: builtin/clone.c:250
5625msgid ""
5626"No directory name could be guessed.\n"
5627"Please specify a directory on the command line"
5628msgstr ""
5629
5630#: builtin/clone.c:303
5631#, c-format
5632msgid "info: Could not add alternate for '%s': %s\n"
5633msgstr ""
5634
5635#: builtin/clone.c:375
5636#, c-format
5637msgid "failed to open '%s'"
5638msgstr ""
5639
5640#: builtin/clone.c:383
5641#, c-format
5642msgid "%s exists and is not a directory"
5643msgstr ""
5644
5645#: builtin/clone.c:397
5646#, c-format
5647msgid "failed to stat %s\n"
5648msgstr ""
5649
5650#: builtin/clone.c:419
5651#, c-format
5652msgid "failed to create link '%s'"
5653msgstr ""
5654
5655#: builtin/clone.c:423
5656#, c-format
5657msgid "failed to copy file to '%s'"
5658msgstr ""
5659
5660#: builtin/clone.c:448
5661#, c-format
5662msgid "done.\n"
5663msgstr ""
5664
5665#: builtin/clone.c:460
5666msgid ""
5667"Clone succeeded, but checkout failed.\n"
5668"You can inspect what was checked out with 'git status'\n"
5669"and retry the checkout with 'git checkout -f HEAD'\n"
5670msgstr ""
5671
5672#: builtin/clone.c:537
5673#, c-format
5674msgid "Could not find remote branch %s to clone."
5675msgstr ""
5676
5677#: builtin/clone.c:632
5678msgid "remote did not send all necessary objects"
5679msgstr ""
5680
5681#: builtin/clone.c:648
5682#, c-format
5683msgid "unable to update %s"
5684msgstr ""
5685
5686#: builtin/clone.c:697
5687msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
5688msgstr ""
5689
5690#: builtin/clone.c:728
5691msgid "unable to checkout working tree"
5692msgstr ""
5693
5694#: builtin/clone.c:768
5695msgid "unable to write parameters to config file"
5696msgstr ""
5697
5698#: builtin/clone.c:831
5699msgid "cannot repack to clean up"
5700msgstr ""
5701
5702#: builtin/clone.c:833
5703msgid "cannot unlink temporary alternates file"
5704msgstr ""
5705
5706#: builtin/clone.c:866 builtin/receive-pack.c:1895
5707msgid "Too many arguments."
5708msgstr ""
5709
5710#: builtin/clone.c:870
5711msgid "You must specify a repository to clone."
5712msgstr ""
5713
5714#: builtin/clone.c:883
5715#, c-format
5716msgid "--bare and --origin %s options are incompatible."
5717msgstr ""
5718
5719#: builtin/clone.c:886
5720msgid "--bare and --separate-git-dir are incompatible."
5721msgstr ""
5722
5723#: builtin/clone.c:899
5724#, c-format
5725msgid "repository '%s' does not exist"
5726msgstr ""
5727
5728#: builtin/clone.c:905 builtin/fetch.c:1338
5729#, c-format
5730msgid "depth %s is not a positive number"
5731msgstr ""
5732
5733#: builtin/clone.c:915
5734#, c-format
5735msgid "destination path '%s' already exists and is not an empty directory."
5736msgstr ""
5737
5738#: builtin/clone.c:925
5739#, c-format
5740msgid "working tree '%s' already exists."
5741msgstr ""
5742
5743#: builtin/clone.c:940 builtin/clone.c:951 builtin/submodule--helper.c:657
5744#: builtin/worktree.c:222 builtin/worktree.c:249
5745#, c-format
5746msgid "could not create leading directories of '%s'"
5747msgstr ""
5748
5749#: builtin/clone.c:943
5750#, c-format
5751msgid "could not create work tree dir '%s'"
5752msgstr ""
5753
5754#: builtin/clone.c:955
5755#, c-format
5756msgid "Cloning into bare repository '%s'...\n"
5757msgstr ""
5758
5759#: builtin/clone.c:957
5760#, c-format
5761msgid "Cloning into '%s'...\n"
5762msgstr ""
5763
5764#: builtin/clone.c:963
5765msgid ""
5766"clone --recursive is not compatible with both --reference and --reference-if-"
5767"able"
5768msgstr ""
5769
5770#: builtin/clone.c:1019
5771msgid "--depth is ignored in local clones; use file:// instead."
5772msgstr ""
5773
5774#: builtin/clone.c:1021
5775msgid "--shallow-since is ignored in local clones; use file:// instead."
5776msgstr ""
5777
5778#: builtin/clone.c:1023
5779msgid "--shallow-exclude is ignored in local clones; use file:// instead."
5780msgstr ""
5781
5782#: builtin/clone.c:1026
5783msgid "source repository is shallow, ignoring --local"
5784msgstr ""
5785
5786#: builtin/clone.c:1031
5787msgid "--local is ignored"
5788msgstr ""
5789
5790#: builtin/clone.c:1035
5791#, c-format
5792msgid "Don't know how to clone %s"
5793msgstr ""
5794
5795#: builtin/clone.c:1090 builtin/clone.c:1098
5796#, c-format
5797msgid "Remote branch %s not found in upstream %s"
5798msgstr ""
5799
5800#: builtin/clone.c:1101
5801msgid "You appear to have cloned an empty repository."
5802msgstr ""
5803
5804#: builtin/column.c:9
5805msgid "git column [<options>]"
5806msgstr ""
5807
5808#: builtin/column.c:26
5809msgid "lookup config vars"
5810msgstr ""
5811
5812#: builtin/column.c:27 builtin/column.c:28
5813msgid "layout to use"
5814msgstr ""
5815
5816#: builtin/column.c:29
5817msgid "Maximum width"
5818msgstr ""
5819
5820#: builtin/column.c:30
5821msgid "Padding space on left border"
5822msgstr ""
5823
5824#: builtin/column.c:31
5825msgid "Padding space on right border"
5826msgstr ""
5827
5828#: builtin/column.c:32
5829msgid "Padding space between columns"
5830msgstr ""
5831
5832#: builtin/column.c:51
5833msgid "--command must be the first argument"
5834msgstr ""
5835
5836#: builtin/commit.c:38
5837msgid "git commit [<options>] [--] <pathspec>..."
5838msgstr ""
5839
5840#: builtin/commit.c:43
5841msgid "git status [<options>] [--] <pathspec>..."
5842msgstr ""
5843
5844#: builtin/commit.c:48
5845msgid ""
5846"Your name and email address were configured automatically based\n"
5847"on your username and hostname. Please check that they are accurate.\n"
5848"You can suppress this message by setting them explicitly. Run the\n"
5849"following command and follow the instructions in your editor to edit\n"
5850"your configuration file:\n"
5851"\n"
5852"    git config --global --edit\n"
5853"\n"
5854"After doing this, you may fix the identity used for this commit with:\n"
5855"\n"
5856"    git commit --amend --reset-author\n"
5857msgstr ""
5858
5859#: builtin/commit.c:61
5860msgid ""
5861"Your name and email address were configured automatically based\n"
5862"on your username and hostname. Please check that they are accurate.\n"
5863"You can suppress this message by setting them explicitly:\n"
5864"\n"
5865"    git config --global user.name \"Your Name\"\n"
5866"    git config --global user.email you@example.com\n"
5867"\n"
5868"After doing this, you may fix the identity used for this commit with:\n"
5869"\n"
5870"    git commit --amend --reset-author\n"
5871msgstr ""
5872
5873#: builtin/commit.c:73
5874msgid ""
5875"You asked to amend the most recent commit, but doing so would make\n"
5876"it empty. You can repeat your command with --allow-empty, or you can\n"
5877"remove the commit entirely with \"git reset HEAD^\".\n"
5878msgstr ""
5879
5880#: builtin/commit.c:78
5881msgid ""
5882"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
5883"If you wish to commit it anyway, use:\n"
5884"\n"
5885"    git commit --allow-empty\n"
5886"\n"
5887msgstr ""
5888
5889#: builtin/commit.c:85
5890msgid "Otherwise, please use 'git reset'\n"
5891msgstr ""
5892
5893#: builtin/commit.c:88
5894msgid ""
5895"If you wish to skip this commit, use:\n"
5896"\n"
5897"    git reset\n"
5898"\n"
5899"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
5900"the remaining commits.\n"
5901msgstr ""
5902
5903#: builtin/commit.c:318
5904msgid "failed to unpack HEAD tree object"
5905msgstr ""
5906
5907#: builtin/commit.c:359
5908msgid "unable to create temporary index"
5909msgstr ""
5910
5911#: builtin/commit.c:365
5912msgid "interactive add failed"
5913msgstr ""
5914
5915#: builtin/commit.c:378
5916msgid "unable to update temporary index"
5917msgstr ""
5918
5919#: builtin/commit.c:380
5920msgid "Failed to update main cache tree"
5921msgstr ""
5922
5923#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
5924msgid "unable to write new_index file"
5925msgstr ""
5926
5927#: builtin/commit.c:458
5928msgid "cannot do a partial commit during a merge."
5929msgstr ""
5930
5931#: builtin/commit.c:460
5932msgid "cannot do a partial commit during a cherry-pick."
5933msgstr ""
5934
5935#: builtin/commit.c:469
5936msgid "cannot read the index"
5937msgstr ""
5938
5939#: builtin/commit.c:488
5940msgid "unable to write temporary index file"
5941msgstr ""
5942
5943#: builtin/commit.c:582
5944#, c-format
5945msgid "commit '%s' lacks author header"
5946msgstr ""
5947
5948#: builtin/commit.c:584
5949#, c-format
5950msgid "commit '%s' has malformed author line"
5951msgstr ""
5952
5953#: builtin/commit.c:603
5954msgid "malformed --author parameter"
5955msgstr ""
5956
5957#: builtin/commit.c:611
5958#, c-format
5959msgid "invalid date format: %s"
5960msgstr ""
5961
5962#: builtin/commit.c:655
5963msgid ""
5964"unable to select a comment character that is not used\n"
5965"in the current commit message"
5966msgstr ""
5967
5968#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
5969#, c-format
5970msgid "could not lookup commit %s"
5971msgstr ""
5972
5973#: builtin/commit.c:704 builtin/shortlog.c:286
5974#, c-format
5975msgid "(reading log message from standard input)\n"
5976msgstr ""
5977
5978#: builtin/commit.c:706
5979msgid "could not read log from standard input"
5980msgstr ""
5981
5982#: builtin/commit.c:710
5983#, c-format
5984msgid "could not read log file '%s'"
5985msgstr ""
5986
5987#: builtin/commit.c:737 builtin/commit.c:745
5988msgid "could not read SQUASH_MSG"
5989msgstr ""
5990
5991#: builtin/commit.c:742
5992msgid "could not read MERGE_MSG"
5993msgstr ""
5994
5995#: builtin/commit.c:796
5996msgid "could not write commit template"
5997msgstr ""
5998
5999#: builtin/commit.c:814
6000#, c-format
6001msgid ""
6002"\n"
6003"It looks like you may be committing a merge.\n"
6004"If this is not correct, please remove the file\n"
6005"\t%s\n"
6006"and try again.\n"
6007msgstr ""
6008
6009#: builtin/commit.c:819
6010#, c-format
6011msgid ""
6012"\n"
6013"It looks like you may be committing a cherry-pick.\n"
6014"If this is not correct, please remove the file\n"
6015"\t%s\n"
6016"and try again.\n"
6017msgstr ""
6018
6019#: builtin/commit.c:832
6020#, c-format
6021msgid ""
6022"Please enter the commit message for your changes. Lines starting\n"
6023"with '%c' will be ignored, and an empty message aborts the commit.\n"
6024msgstr ""
6025
6026#: builtin/commit.c:839
6027#, c-format
6028msgid ""
6029"Please enter the commit message for your changes. Lines starting\n"
6030"with '%c' will be kept; you may remove them yourself if you want to.\n"
6031"An empty message aborts the commit.\n"
6032msgstr ""
6033
6034#: builtin/commit.c:859
6035#, c-format
6036msgid "%sAuthor:    %.*s <%.*s>"
6037msgstr ""
6038
6039#: builtin/commit.c:867
6040#, c-format
6041msgid "%sDate:      %s"
6042msgstr ""
6043
6044#: builtin/commit.c:874
6045#, c-format
6046msgid "%sCommitter: %.*s <%.*s>"
6047msgstr ""
6048
6049#: builtin/commit.c:892
6050msgid "Cannot read index"
6051msgstr ""
6052
6053#: builtin/commit.c:954
6054msgid "Error building trees"
6055msgstr ""
6056
6057#: builtin/commit.c:969 builtin/tag.c:266
6058#, c-format
6059msgid "Please supply the message using either -m or -F option.\n"
6060msgstr ""
6061
6062#: builtin/commit.c:1071
6063#, c-format
6064msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6065msgstr ""
6066
6067#: builtin/commit.c:1086 builtin/commit.c:1327
6068#, c-format
6069msgid "Invalid untracked files mode '%s'"
6070msgstr ""
6071
6072#: builtin/commit.c:1124
6073msgid "--long and -z are incompatible"
6074msgstr ""
6075
6076#: builtin/commit.c:1154
6077msgid "Using both --reset-author and --author does not make sense"
6078msgstr ""
6079
6080#: builtin/commit.c:1163
6081msgid "You have nothing to amend."
6082msgstr ""
6083
6084#: builtin/commit.c:1166
6085msgid "You are in the middle of a merge -- cannot amend."
6086msgstr ""
6087
6088#: builtin/commit.c:1168
6089msgid "You are in the middle of a cherry-pick -- cannot amend."
6090msgstr ""
6091
6092#: builtin/commit.c:1171
6093msgid "Options --squash and --fixup cannot be used together"
6094msgstr ""
6095
6096#: builtin/commit.c:1181
6097msgid "Only one of -c/-C/-F/--fixup can be used."
6098msgstr ""
6099
6100#: builtin/commit.c:1183
6101msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6102msgstr ""
6103
6104#: builtin/commit.c:1191
6105msgid "--reset-author can be used only with -C, -c or --amend."
6106msgstr ""
6107
6108#: builtin/commit.c:1208
6109msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6110msgstr ""
6111
6112#: builtin/commit.c:1210
6113msgid "No paths with --include/--only does not make sense."
6114msgstr ""
6115
6116#: builtin/commit.c:1212
6117msgid "Clever... amending the last one with dirty index."
6118msgstr ""
6119
6120#: builtin/commit.c:1214
6121msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6122msgstr ""
6123
6124#: builtin/commit.c:1226 builtin/tag.c:474
6125#, c-format
6126msgid "Invalid cleanup mode %s"
6127msgstr ""
6128
6129#: builtin/commit.c:1231
6130msgid "Paths with -a does not make sense."
6131msgstr ""
6132
6133#: builtin/commit.c:1341 builtin/commit.c:1617
6134msgid "show status concisely"
6135msgstr ""
6136
6137#: builtin/commit.c:1343 builtin/commit.c:1619
6138msgid "show branch information"
6139msgstr ""
6140
6141#: builtin/commit.c:1345
6142msgid "version"
6143msgstr ""
6144
6145#: builtin/commit.c:1345 builtin/commit.c:1621 builtin/push.c:522
6146#: builtin/worktree.c:440
6147msgid "machine-readable output"
6148msgstr ""
6149
6150#: builtin/commit.c:1348 builtin/commit.c:1623
6151msgid "show status in long format (default)"
6152msgstr ""
6153
6154#: builtin/commit.c:1351 builtin/commit.c:1626
6155msgid "terminate entries with NUL"
6156msgstr ""
6157
6158#: builtin/commit.c:1353 builtin/commit.c:1629 builtin/fast-export.c:981
6159#: builtin/fast-export.c:984 builtin/tag.c:353
6160msgid "mode"
6161msgstr ""
6162
6163#: builtin/commit.c:1354 builtin/commit.c:1629
6164msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6165msgstr ""
6166
6167#: builtin/commit.c:1357
6168msgid "show ignored files"
6169msgstr ""
6170
6171#: builtin/commit.c:1358 parse-options.h:155
6172msgid "when"
6173msgstr ""
6174
6175#: builtin/commit.c:1359
6176msgid ""
6177"ignore changes to submodules, optional when: all, dirty, untracked. "
6178"(Default: all)"
6179msgstr ""
6180
6181#: builtin/commit.c:1361
6182msgid "list untracked files in columns"
6183msgstr ""
6184
6185#: builtin/commit.c:1437
6186msgid "couldn't look up newly created commit"
6187msgstr ""
6188
6189#: builtin/commit.c:1439
6190msgid "could not parse newly created commit"
6191msgstr ""
6192
6193#: builtin/commit.c:1484
6194msgid "detached HEAD"
6195msgstr ""
6196
6197#: builtin/commit.c:1487
6198msgid " (root-commit)"
6199msgstr ""
6200
6201#: builtin/commit.c:1587
6202msgid "suppress summary after successful commit"
6203msgstr ""
6204
6205#: builtin/commit.c:1588
6206msgid "show diff in commit message template"
6207msgstr ""
6208
6209#: builtin/commit.c:1590
6210msgid "Commit message options"
6211msgstr ""
6212
6213#: builtin/commit.c:1591 builtin/tag.c:351
6214msgid "read message from file"
6215msgstr ""
6216
6217#: builtin/commit.c:1592
6218msgid "author"
6219msgstr ""
6220
6221#: builtin/commit.c:1592
6222msgid "override author for commit"
6223msgstr ""
6224
6225#: builtin/commit.c:1593 builtin/gc.c:326
6226msgid "date"
6227msgstr ""
6228
6229#: builtin/commit.c:1593
6230msgid "override date for commit"
6231msgstr ""
6232
6233#: builtin/commit.c:1594 builtin/merge.c:220 builtin/notes.c:398
6234#: builtin/notes.c:561 builtin/tag.c:349
6235msgid "message"
6236msgstr ""
6237
6238#: builtin/commit.c:1594
6239msgid "commit message"
6240msgstr ""
6241
6242#: builtin/commit.c:1595 builtin/commit.c:1596 builtin/commit.c:1597
6243#: builtin/commit.c:1598 parse-options.h:257 ref-filter.h:79
6244msgid "commit"
6245msgstr ""
6246
6247#: builtin/commit.c:1595
6248msgid "reuse and edit message from specified commit"
6249msgstr ""
6250
6251#: builtin/commit.c:1596
6252msgid "reuse message from specified commit"
6253msgstr ""
6254
6255#: builtin/commit.c:1597
6256msgid "use autosquash formatted message to fixup specified commit"
6257msgstr ""
6258
6259#: builtin/commit.c:1598
6260msgid "use autosquash formatted message to squash specified commit"
6261msgstr ""
6262
6263#: builtin/commit.c:1599
6264msgid "the commit is authored by me now (used with -C/-c/--amend)"
6265msgstr ""
6266
6267#: builtin/commit.c:1600 builtin/log.c:1413 builtin/revert.c:86
6268msgid "add Signed-off-by:"
6269msgstr ""
6270
6271#: builtin/commit.c:1601
6272msgid "use specified template file"
6273msgstr ""
6274
6275#: builtin/commit.c:1602
6276msgid "force edit of commit"
6277msgstr ""
6278
6279#: builtin/commit.c:1603
6280msgid "default"
6281msgstr ""
6282
6283#: builtin/commit.c:1603 builtin/tag.c:354
6284msgid "how to strip spaces and #comments from message"
6285msgstr ""
6286
6287#: builtin/commit.c:1604
6288msgid "include status in commit message template"
6289msgstr ""
6290
6291#: builtin/commit.c:1606 builtin/merge.c:230 builtin/pull.c:166
6292#: builtin/revert.c:93
6293msgid "GPG sign commit"
6294msgstr ""
6295
6296#: builtin/commit.c:1609
6297msgid "Commit contents options"
6298msgstr ""
6299
6300#: builtin/commit.c:1610
6301msgid "commit all changed files"
6302msgstr ""
6303
6304#: builtin/commit.c:1611
6305msgid "add specified files to index for commit"
6306msgstr ""
6307
6308#: builtin/commit.c:1612
6309msgid "interactively add files"
6310msgstr ""
6311
6312#: builtin/commit.c:1613
6313msgid "interactively add changes"
6314msgstr ""
6315
6316#: builtin/commit.c:1614
6317msgid "commit only specified files"
6318msgstr ""
6319
6320#: builtin/commit.c:1615
6321msgid "bypass pre-commit and commit-msg hooks"
6322msgstr ""
6323
6324#: builtin/commit.c:1616
6325msgid "show what would be committed"
6326msgstr ""
6327
6328#: builtin/commit.c:1627
6329msgid "amend previous commit"
6330msgstr ""
6331
6332#: builtin/commit.c:1628
6333msgid "bypass post-rewrite hook"
6334msgstr ""
6335
6336#: builtin/commit.c:1633
6337msgid "ok to record an empty change"
6338msgstr ""
6339
6340#: builtin/commit.c:1635
6341msgid "ok to record a change with an empty message"
6342msgstr ""
6343
6344#: builtin/commit.c:1664
6345msgid "could not parse HEAD commit"
6346msgstr ""
6347
6348#: builtin/commit.c:1712
6349#, c-format
6350msgid "Corrupt MERGE_HEAD file (%s)"
6351msgstr ""
6352
6353#: builtin/commit.c:1719
6354msgid "could not read MERGE_MODE"
6355msgstr ""
6356
6357#: builtin/commit.c:1738
6358#, c-format
6359msgid "could not read commit message: %s"
6360msgstr ""
6361
6362#: builtin/commit.c:1749
6363#, c-format
6364msgid "Aborting commit; you did not edit the message.\n"
6365msgstr ""
6366
6367#: builtin/commit.c:1754
6368#, c-format
6369msgid "Aborting commit due to empty commit message.\n"
6370msgstr ""
6371
6372#: builtin/commit.c:1802
6373msgid ""
6374"Repository has been updated, but unable to write\n"
6375"new_index file. Check that disk is not full and quota is\n"
6376"not exceeded, and then \"git reset HEAD\" to recover."
6377msgstr ""
6378
6379#: builtin/config.c:9
6380msgid "git config [<options>]"
6381msgstr ""
6382
6383#: builtin/config.c:55
6384msgid "Config file location"
6385msgstr ""
6386
6387#: builtin/config.c:56
6388msgid "use global config file"
6389msgstr ""
6390
6391#: builtin/config.c:57
6392msgid "use system config file"
6393msgstr ""
6394
6395#: builtin/config.c:58
6396msgid "use repository config file"
6397msgstr ""
6398
6399#: builtin/config.c:59
6400msgid "use given config file"
6401msgstr ""
6402
6403#: builtin/config.c:60
6404msgid "blob-id"
6405msgstr ""
6406
6407#: builtin/config.c:60
6408msgid "read config from given blob object"
6409msgstr ""
6410
6411#: builtin/config.c:61
6412msgid "Action"
6413msgstr ""
6414
6415#: builtin/config.c:62
6416msgid "get value: name [value-regex]"
6417msgstr ""
6418
6419#: builtin/config.c:63
6420msgid "get all values: key [value-regex]"
6421msgstr ""
6422
6423#: builtin/config.c:64
6424msgid "get values for regexp: name-regex [value-regex]"
6425msgstr ""
6426
6427#: builtin/config.c:65
6428msgid "get value specific for the URL: section[.var] URL"
6429msgstr ""
6430
6431#: builtin/config.c:66
6432msgid "replace all matching variables: name value [value_regex]"
6433msgstr ""
6434
6435#: builtin/config.c:67
6436msgid "add a new variable: name value"
6437msgstr ""
6438
6439#: builtin/config.c:68
6440msgid "remove a variable: name [value-regex]"
6441msgstr ""
6442
6443#: builtin/config.c:69
6444msgid "remove all matches: name [value-regex]"
6445msgstr ""
6446
6447#: builtin/config.c:70
6448msgid "rename section: old-name new-name"
6449msgstr ""
6450
6451#: builtin/config.c:71
6452msgid "remove a section: name"
6453msgstr ""
6454
6455#: builtin/config.c:72
6456msgid "list all"
6457msgstr ""
6458
6459#: builtin/config.c:73
6460msgid "open an editor"
6461msgstr ""
6462
6463#: builtin/config.c:74
6464msgid "find the color configured: slot [default]"
6465msgstr ""
6466
6467#: builtin/config.c:75
6468msgid "find the color setting: slot [stdout-is-tty]"
6469msgstr ""
6470
6471#: builtin/config.c:76
6472msgid "Type"
6473msgstr ""
6474
6475#: builtin/config.c:77
6476msgid "value is \"true\" or \"false\""
6477msgstr ""
6478
6479#: builtin/config.c:78
6480msgid "value is decimal number"
6481msgstr ""
6482
6483#: builtin/config.c:79
6484msgid "value is --bool or --int"
6485msgstr ""
6486
6487#: builtin/config.c:80
6488msgid "value is a path (file or directory name)"
6489msgstr ""
6490
6491#: builtin/config.c:81
6492msgid "Other"
6493msgstr ""
6494
6495#: builtin/config.c:82
6496msgid "terminate values with NUL byte"
6497msgstr ""
6498
6499#: builtin/config.c:83
6500msgid "show variable names only"
6501msgstr ""
6502
6503#: builtin/config.c:84
6504msgid "respect include directives on lookup"
6505msgstr ""
6506
6507#: builtin/config.c:85
6508msgid "show origin of config (file, standard input, blob, command line)"
6509msgstr ""
6510
6511#: builtin/config.c:327
6512msgid "unable to parse default color value"
6513msgstr ""
6514
6515#: builtin/config.c:471
6516#, c-format
6517msgid ""
6518"# This is Git's per-user configuration file.\n"
6519"[user]\n"
6520"# Please adapt and uncomment the following lines:\n"
6521"#\tname = %s\n"
6522"#\temail = %s\n"
6523msgstr ""
6524
6525#: builtin/config.c:613
6526#, c-format
6527msgid "cannot create configuration file %s"
6528msgstr ""
6529
6530#: builtin/config.c:625
6531#, c-format
6532msgid ""
6533"cannot overwrite multiple values with a single value\n"
6534"       Use a regexp, --add or --replace-all to change %s."
6535msgstr ""
6536
6537#: builtin/count-objects.c:86
6538msgid "git count-objects [-v] [-H | --human-readable]"
6539msgstr ""
6540
6541#: builtin/count-objects.c:96
6542msgid "print sizes in human readable format"
6543msgstr ""
6544
6545#: builtin/describe.c:17
6546msgid "git describe [<options>] [<commit-ish>...]"
6547msgstr ""
6548
6549#: builtin/describe.c:18
6550msgid "git describe [<options>] --dirty"
6551msgstr ""
6552
6553#: builtin/describe.c:217
6554#, c-format
6555msgid "annotated tag %s not available"
6556msgstr ""
6557
6558#: builtin/describe.c:221
6559#, c-format
6560msgid "annotated tag %s has no embedded name"
6561msgstr ""
6562
6563#: builtin/describe.c:223
6564#, c-format
6565msgid "tag '%s' is really '%s' here"
6566msgstr ""
6567
6568#: builtin/describe.c:250 builtin/log.c:480
6569#, c-format
6570msgid "Not a valid object name %s"
6571msgstr ""
6572
6573#: builtin/describe.c:253
6574#, c-format
6575msgid "%s is not a valid '%s' object"
6576msgstr ""
6577
6578#: builtin/describe.c:270
6579#, c-format
6580msgid "no tag exactly matches '%s'"
6581msgstr ""
6582
6583#: builtin/describe.c:272
6584#, c-format
6585msgid "searching to describe %s\n"
6586msgstr ""
6587
6588#: builtin/describe.c:319
6589#, c-format
6590msgid "finished search at %s\n"
6591msgstr ""
6592
6593#: builtin/describe.c:346
6594#, c-format
6595msgid ""
6596"No annotated tags can describe '%s'.\n"
6597"However, there were unannotated tags: try --tags."
6598msgstr ""
6599
6600#: builtin/describe.c:350
6601#, c-format
6602msgid ""
6603"No tags can describe '%s'.\n"
6604"Try --always, or create some tags."
6605msgstr ""
6606
6607#: builtin/describe.c:371
6608#, c-format
6609msgid "traversed %lu commits\n"
6610msgstr ""
6611
6612#: builtin/describe.c:374
6613#, c-format
6614msgid ""
6615"more than %i tags found; listed %i most recent\n"
6616"gave up search at %s\n"
6617msgstr ""
6618
6619#: builtin/describe.c:396
6620msgid "find the tag that comes after the commit"
6621msgstr ""
6622
6623#: builtin/describe.c:397
6624msgid "debug search strategy on stderr"
6625msgstr ""
6626
6627#: builtin/describe.c:398
6628msgid "use any ref"
6629msgstr ""
6630
6631#: builtin/describe.c:399
6632msgid "use any tag, even unannotated"
6633msgstr ""
6634
6635#: builtin/describe.c:400
6636msgid "always use long format"
6637msgstr ""
6638
6639#: builtin/describe.c:401
6640msgid "only follow first parent"
6641msgstr ""
6642
6643#: builtin/describe.c:404
6644msgid "only output exact matches"
6645msgstr ""
6646
6647#: builtin/describe.c:406
6648msgid "consider <n> most recent tags (default: 10)"
6649msgstr ""
6650
6651#: builtin/describe.c:408
6652msgid "only consider tags matching <pattern>"
6653msgstr ""
6654
6655#: builtin/describe.c:410 builtin/name-rev.c:320
6656msgid "show abbreviated commit object as fallback"
6657msgstr ""
6658
6659#: builtin/describe.c:411
6660msgid "mark"
6661msgstr ""
6662
6663#: builtin/describe.c:412
6664msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6665msgstr ""
6666
6667#: builtin/describe.c:430
6668msgid "--long is incompatible with --abbrev=0"
6669msgstr ""
6670
6671#: builtin/describe.c:456
6672msgid "No names found, cannot describe anything."
6673msgstr ""
6674
6675#: builtin/describe.c:476
6676msgid "--dirty is incompatible with commit-ishes"
6677msgstr ""
6678
6679#: builtin/diff.c:86
6680#, c-format
6681msgid "'%s': not a regular file or symlink"
6682msgstr ""
6683
6684#: builtin/diff.c:237
6685#, c-format
6686msgid "invalid option: %s"
6687msgstr ""
6688
6689#: builtin/diff.c:361
6690msgid "Not a git repository"
6691msgstr ""
6692
6693#: builtin/diff.c:404
6694#, c-format
6695msgid "invalid object '%s' given."
6696msgstr ""
6697
6698#: builtin/diff.c:413
6699#, c-format
6700msgid "more than two blobs given: '%s'"
6701msgstr ""
6702
6703#: builtin/diff.c:420
6704#, c-format
6705msgid "unhandled object '%s' given."
6706msgstr ""
6707
6708#: builtin/fast-export.c:25
6709msgid "git fast-export [rev-list-opts]"
6710msgstr ""
6711
6712#: builtin/fast-export.c:980
6713msgid "show progress after <n> objects"
6714msgstr ""
6715
6716#: builtin/fast-export.c:982
6717msgid "select handling of signed tags"
6718msgstr ""
6719
6720#: builtin/fast-export.c:985
6721msgid "select handling of tags that tag filtered objects"
6722msgstr ""
6723
6724#: builtin/fast-export.c:988
6725msgid "Dump marks to this file"
6726msgstr ""
6727
6728#: builtin/fast-export.c:990
6729msgid "Import marks from this file"
6730msgstr ""
6731
6732#: builtin/fast-export.c:992
6733msgid "Fake a tagger when tags lack one"
6734msgstr ""
6735
6736#: builtin/fast-export.c:994
6737msgid "Output full tree for each commit"
6738msgstr ""
6739
6740#: builtin/fast-export.c:996
6741msgid "Use the done feature to terminate the stream"
6742msgstr ""
6743
6744#: builtin/fast-export.c:997
6745msgid "Skip output of blob data"
6746msgstr ""
6747
6748#: builtin/fast-export.c:998
6749msgid "refspec"
6750msgstr ""
6751
6752#: builtin/fast-export.c:999
6753msgid "Apply refspec to exported refs"
6754msgstr ""
6755
6756#: builtin/fast-export.c:1000
6757msgid "anonymize output"
6758msgstr ""
6759
6760#: builtin/fetch.c:21
6761msgid "git fetch [<options>] [<repository> [<refspec>...]]"
6762msgstr ""
6763
6764#: builtin/fetch.c:22
6765msgid "git fetch [<options>] <group>"
6766msgstr ""
6767
6768#: builtin/fetch.c:23
6769msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
6770msgstr ""
6771
6772#: builtin/fetch.c:24
6773msgid "git fetch --all [<options>]"
6774msgstr ""
6775
6776#: builtin/fetch.c:95 builtin/pull.c:175
6777msgid "fetch from all remotes"
6778msgstr ""
6779
6780#: builtin/fetch.c:97 builtin/pull.c:178
6781msgid "append to .git/FETCH_HEAD instead of overwriting"
6782msgstr ""
6783
6784#: builtin/fetch.c:99 builtin/pull.c:181
6785msgid "path to upload pack on remote end"
6786msgstr ""
6787
6788#: builtin/fetch.c:100 builtin/pull.c:183
6789msgid "force overwrite of local branch"
6790msgstr ""
6791
6792#: builtin/fetch.c:102
6793msgid "fetch from multiple remotes"
6794msgstr ""
6795
6796#: builtin/fetch.c:104 builtin/pull.c:185
6797msgid "fetch all tags and associated objects"
6798msgstr ""
6799
6800#: builtin/fetch.c:106
6801msgid "do not fetch all tags (--no-tags)"
6802msgstr ""
6803
6804#: builtin/fetch.c:108
6805msgid "number of submodules fetched in parallel"
6806msgstr ""
6807
6808#: builtin/fetch.c:110 builtin/pull.c:188
6809msgid "prune remote-tracking branches no longer on remote"
6810msgstr ""
6811
6812#: builtin/fetch.c:111 builtin/pull.c:191
6813msgid "on-demand"
6814msgstr ""
6815
6816#: builtin/fetch.c:112 builtin/pull.c:192
6817msgid "control recursive fetching of submodules"
6818msgstr ""
6819
6820#: builtin/fetch.c:116 builtin/pull.c:200
6821msgid "keep downloaded pack"
6822msgstr ""
6823
6824#: builtin/fetch.c:118
6825msgid "allow updating of HEAD ref"
6826msgstr ""
6827
6828#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
6829msgid "deepen history of shallow clone"
6830msgstr ""
6831
6832#: builtin/fetch.c:123
6833msgid "deepen history of shallow repository based on time"
6834msgstr ""
6835
6836#: builtin/fetch.c:129 builtin/pull.c:206
6837msgid "convert to a complete repository"
6838msgstr ""
6839
6840#: builtin/fetch.c:131 builtin/log.c:1433
6841msgid "dir"
6842msgstr ""
6843
6844#: builtin/fetch.c:132
6845msgid "prepend this to submodule path output"
6846msgstr ""
6847
6848#: builtin/fetch.c:135
6849msgid "default mode for recursion"
6850msgstr ""
6851
6852#: builtin/fetch.c:137 builtin/pull.c:209
6853msgid "accept refs that update .git/shallow"
6854msgstr ""
6855
6856#: builtin/fetch.c:138 builtin/pull.c:211
6857msgid "refmap"
6858msgstr ""
6859
6860#: builtin/fetch.c:139 builtin/pull.c:212
6861msgid "specify fetch refmap"
6862msgstr ""
6863
6864#: builtin/fetch.c:398
6865msgid "Couldn't find remote ref HEAD"
6866msgstr ""
6867
6868#: builtin/fetch.c:514
6869#, c-format
6870msgid "configuration fetch.output contains invalid value %s"
6871msgstr ""
6872
6873#: builtin/fetch.c:607
6874#, c-format
6875msgid "object %s not found"
6876msgstr ""
6877
6878#: builtin/fetch.c:611
6879msgid "[up to date]"
6880msgstr ""
6881
6882#: builtin/fetch.c:624 builtin/fetch.c:704
6883msgid "[rejected]"
6884msgstr ""
6885
6886#: builtin/fetch.c:625
6887msgid "can't fetch in current branch"
6888msgstr ""
6889
6890#: builtin/fetch.c:634
6891msgid "[tag update]"
6892msgstr ""
6893
6894#: builtin/fetch.c:635 builtin/fetch.c:668 builtin/fetch.c:684
6895#: builtin/fetch.c:699
6896msgid "unable to update local ref"
6897msgstr ""
6898
6899#: builtin/fetch.c:654
6900msgid "[new tag]"
6901msgstr ""
6902
6903#: builtin/fetch.c:657
6904msgid "[new branch]"
6905msgstr ""
6906
6907#: builtin/fetch.c:660
6908msgid "[new ref]"
6909msgstr ""
6910
6911#: builtin/fetch.c:699
6912msgid "forced update"
6913msgstr ""
6914
6915#: builtin/fetch.c:704
6916msgid "non-fast-forward"
6917msgstr ""
6918
6919#: builtin/fetch.c:749
6920#, c-format
6921msgid "%s did not send all necessary objects\n"
6922msgstr ""
6923
6924#: builtin/fetch.c:769
6925#, c-format
6926msgid "reject %s because shallow roots are not allowed to be updated"
6927msgstr ""
6928
6929#: builtin/fetch.c:856 builtin/fetch.c:952
6930#, c-format
6931msgid "From %.*s\n"
6932msgstr ""
6933
6934#: builtin/fetch.c:867
6935#, c-format
6936msgid ""
6937"some local refs could not be updated; try running\n"
6938" 'git remote prune %s' to remove any old, conflicting branches"
6939msgstr ""
6940
6941#: builtin/fetch.c:922
6942#, c-format
6943msgid "   (%s will become dangling)"
6944msgstr ""
6945
6946#: builtin/fetch.c:923
6947#, c-format
6948msgid "   (%s has become dangling)"
6949msgstr ""
6950
6951#: builtin/fetch.c:955
6952msgid "[deleted]"
6953msgstr ""
6954
6955#: builtin/fetch.c:956 builtin/remote.c:1020
6956msgid "(none)"
6957msgstr ""
6958
6959#: builtin/fetch.c:979
6960#, c-format
6961msgid "Refusing to fetch into current branch %s of non-bare repository"
6962msgstr ""
6963
6964#: builtin/fetch.c:998
6965#, c-format
6966msgid "Option \"%s\" value \"%s\" is not valid for %s"
6967msgstr ""
6968
6969#: builtin/fetch.c:1001
6970#, c-format
6971msgid "Option \"%s\" is ignored for %s\n"
6972msgstr ""
6973
6974#: builtin/fetch.c:1077
6975#, c-format
6976msgid "Don't know how to fetch from %s"
6977msgstr ""
6978
6979#: builtin/fetch.c:1237
6980#, c-format
6981msgid "Fetching %s\n"
6982msgstr ""
6983
6984#: builtin/fetch.c:1239 builtin/remote.c:96
6985#, c-format
6986msgid "Could not fetch %s"
6987msgstr ""
6988
6989#: builtin/fetch.c:1257
6990msgid ""
6991"No remote repository specified.  Please, specify either a URL or a\n"
6992"remote name from which new revisions should be fetched."
6993msgstr ""
6994
6995#: builtin/fetch.c:1280
6996msgid "You need to specify a tag name."
6997msgstr ""
6998
6999#: builtin/fetch.c:1322
7000msgid "Negative depth in --deepen is not supported"
7001msgstr ""
7002
7003#: builtin/fetch.c:1324
7004msgid "--deepen and --depth are mutually exclusive"
7005msgstr ""
7006
7007#: builtin/fetch.c:1329
7008msgid "--depth and --unshallow cannot be used together"
7009msgstr ""
7010
7011#: builtin/fetch.c:1331
7012msgid "--unshallow on a complete repository does not make sense"
7013msgstr ""
7014
7015#: builtin/fetch.c:1353
7016msgid "fetch --all does not take a repository argument"
7017msgstr ""
7018
7019#: builtin/fetch.c:1355
7020msgid "fetch --all does not make sense with refspecs"
7021msgstr ""
7022
7023#: builtin/fetch.c:1366
7024#, c-format
7025msgid "No such remote or remote group: %s"
7026msgstr ""
7027
7028#: builtin/fetch.c:1374
7029msgid "Fetching a group and specifying refspecs does not make sense"
7030msgstr ""
7031
7032#: builtin/fmt-merge-msg.c:14
7033msgid ""
7034"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7035msgstr ""
7036
7037#: builtin/fmt-merge-msg.c:663
7038msgid "populate log with at most <n> entries from shortlog"
7039msgstr ""
7040
7041#: builtin/fmt-merge-msg.c:666
7042msgid "alias for --log (deprecated)"
7043msgstr ""
7044
7045#: builtin/fmt-merge-msg.c:669
7046msgid "text"
7047msgstr ""
7048
7049#: builtin/fmt-merge-msg.c:670
7050msgid "use <text> as start of message"
7051msgstr ""
7052
7053#: builtin/fmt-merge-msg.c:671
7054msgid "file to read from"
7055msgstr ""
7056
7057#: builtin/for-each-ref.c:9
7058msgid "git for-each-ref [<options>] [<pattern>]"
7059msgstr ""
7060
7061#: builtin/for-each-ref.c:10
7062msgid "git for-each-ref [--points-at <object>]"
7063msgstr ""
7064
7065#: builtin/for-each-ref.c:11
7066msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
7067msgstr ""
7068
7069#: builtin/for-each-ref.c:12
7070msgid "git for-each-ref [--contains [<object>]]"
7071msgstr ""
7072
7073#: builtin/for-each-ref.c:27
7074msgid "quote placeholders suitably for shells"
7075msgstr ""
7076
7077#: builtin/for-each-ref.c:29
7078msgid "quote placeholders suitably for perl"
7079msgstr ""
7080
7081#: builtin/for-each-ref.c:31
7082msgid "quote placeholders suitably for python"
7083msgstr ""
7084
7085#: builtin/for-each-ref.c:33
7086msgid "quote placeholders suitably for Tcl"
7087msgstr ""
7088
7089#: builtin/for-each-ref.c:36
7090msgid "show only <n> matched refs"
7091msgstr ""
7092
7093#: builtin/for-each-ref.c:37 builtin/tag.c:372
7094msgid "format to use for the output"
7095msgstr ""
7096
7097#: builtin/for-each-ref.c:41
7098msgid "print only refs which points at the given object"
7099msgstr ""
7100
7101#: builtin/for-each-ref.c:43
7102msgid "print only refs that are merged"
7103msgstr ""
7104
7105#: builtin/for-each-ref.c:44
7106msgid "print only refs that are not merged"
7107msgstr ""
7108
7109#: builtin/for-each-ref.c:45
7110msgid "print only refs which contain the commit"
7111msgstr ""
7112
7113#: builtin/fsck.c:519
7114msgid "Checking object directories"
7115msgstr ""
7116
7117#: builtin/fsck.c:588
7118msgid "git fsck [<options>] [<object>...]"
7119msgstr ""
7120
7121#: builtin/fsck.c:594
7122msgid "show unreachable objects"
7123msgstr ""
7124
7125#: builtin/fsck.c:595
7126msgid "show dangling objects"
7127msgstr ""
7128
7129#: builtin/fsck.c:596
7130msgid "report tags"
7131msgstr ""
7132
7133#: builtin/fsck.c:597
7134msgid "report root nodes"
7135msgstr ""
7136
7137#: builtin/fsck.c:598
7138msgid "make index objects head nodes"
7139msgstr ""
7140
7141#: builtin/fsck.c:599
7142msgid "make reflogs head nodes (default)"
7143msgstr ""
7144
7145#: builtin/fsck.c:600
7146msgid "also consider packs and alternate objects"
7147msgstr ""
7148
7149#: builtin/fsck.c:601
7150msgid "check only connectivity"
7151msgstr ""
7152
7153#: builtin/fsck.c:602
7154msgid "enable more strict checking"
7155msgstr ""
7156
7157#: builtin/fsck.c:604
7158msgid "write dangling objects in .git/lost-found"
7159msgstr ""
7160
7161#: builtin/fsck.c:605 builtin/prune.c:107
7162msgid "show progress"
7163msgstr ""
7164
7165#: builtin/fsck.c:606
7166msgid "show verbose names for reachable objects"
7167msgstr ""
7168
7169#: builtin/fsck.c:665
7170msgid "Checking objects"
7171msgstr ""
7172
7173#: builtin/gc.c:25
7174msgid "git gc [<options>]"
7175msgstr ""
7176
7177#: builtin/gc.c:72
7178#, c-format
7179msgid "Invalid %s: '%s'"
7180msgstr ""
7181
7182#: builtin/gc.c:139
7183#, c-format
7184msgid "insanely long object directory %.*s"
7185msgstr ""
7186
7187#: builtin/gc.c:290
7188#, c-format
7189msgid ""
7190"The last gc run reported the following. Please correct the root cause\n"
7191"and remove %s.\n"
7192"Automatic cleanup will not be performed until the file is removed.\n"
7193"\n"
7194"%s"
7195msgstr ""
7196
7197#: builtin/gc.c:327
7198msgid "prune unreferenced objects"
7199msgstr ""
7200
7201#: builtin/gc.c:329
7202msgid "be more thorough (increased runtime)"
7203msgstr ""
7204
7205#: builtin/gc.c:330
7206msgid "enable auto-gc mode"
7207msgstr ""
7208
7209#: builtin/gc.c:331
7210msgid "force running gc even if there may be another gc running"
7211msgstr ""
7212
7213#: builtin/gc.c:373
7214#, c-format
7215msgid "Auto packing the repository in background for optimum performance.\n"
7216msgstr ""
7217
7218#: builtin/gc.c:375
7219#, c-format
7220msgid "Auto packing the repository for optimum performance.\n"
7221msgstr ""
7222
7223#: builtin/gc.c:376
7224#, c-format
7225msgid "See \"git help gc\" for manual housekeeping.\n"
7226msgstr ""
7227
7228#: builtin/gc.c:397
7229#, c-format
7230msgid ""
7231"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7232msgstr ""
7233
7234#: builtin/gc.c:441
7235msgid ""
7236"There are too many unreachable loose objects; run 'git prune' to remove them."
7237msgstr ""
7238
7239#: builtin/grep.c:23
7240msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7241msgstr ""
7242
7243#: builtin/grep.c:219
7244#, c-format
7245msgid "grep: failed to create thread: %s"
7246msgstr ""
7247
7248#: builtin/grep.c:277
7249#, c-format
7250msgid "invalid number of threads specified (%d) for %s"
7251msgstr ""
7252
7253#: builtin/grep.c:453 builtin/grep.c:488
7254#, c-format
7255msgid "unable to read tree (%s)"
7256msgstr ""
7257
7258#: builtin/grep.c:503
7259#, c-format
7260msgid "unable to grep from object of type %s"
7261msgstr ""
7262
7263#: builtin/grep.c:561
7264#, c-format
7265msgid "switch `%c' expects a numerical value"
7266msgstr ""
7267
7268#: builtin/grep.c:647
7269msgid "search in index instead of in the work tree"
7270msgstr ""
7271
7272#: builtin/grep.c:649
7273msgid "find in contents not managed by git"
7274msgstr ""
7275
7276#: builtin/grep.c:651
7277msgid "search in both tracked and untracked files"
7278msgstr ""
7279
7280#: builtin/grep.c:653
7281msgid "ignore files specified via '.gitignore'"
7282msgstr ""
7283
7284#: builtin/grep.c:656
7285msgid "show non-matching lines"
7286msgstr ""
7287
7288#: builtin/grep.c:658
7289msgid "case insensitive matching"
7290msgstr ""
7291
7292#: builtin/grep.c:660
7293msgid "match patterns only at word boundaries"
7294msgstr ""
7295
7296#: builtin/grep.c:662
7297msgid "process binary files as text"
7298msgstr ""
7299
7300#: builtin/grep.c:664
7301msgid "don't match patterns in binary files"
7302msgstr ""
7303
7304#: builtin/grep.c:667
7305msgid "process binary files with textconv filters"
7306msgstr ""
7307
7308#: builtin/grep.c:669
7309msgid "descend at most <depth> levels"
7310msgstr ""
7311
7312#: builtin/grep.c:673
7313msgid "use extended POSIX regular expressions"
7314msgstr ""
7315
7316#: builtin/grep.c:676
7317msgid "use basic POSIX regular expressions (default)"
7318msgstr ""
7319
7320#: builtin/grep.c:679
7321msgid "interpret patterns as fixed strings"
7322msgstr ""
7323
7324#: builtin/grep.c:682
7325msgid "use Perl-compatible regular expressions"
7326msgstr ""
7327
7328#: builtin/grep.c:685
7329msgid "show line numbers"
7330msgstr ""
7331
7332#: builtin/grep.c:686
7333msgid "don't show filenames"
7334msgstr ""
7335
7336#: builtin/grep.c:687
7337msgid "show filenames"
7338msgstr ""
7339
7340#: builtin/grep.c:689
7341msgid "show filenames relative to top directory"
7342msgstr ""
7343
7344#: builtin/grep.c:691
7345msgid "show only filenames instead of matching lines"
7346msgstr ""
7347
7348#: builtin/grep.c:693
7349msgid "synonym for --files-with-matches"
7350msgstr ""
7351
7352#: builtin/grep.c:696
7353msgid "show only the names of files without match"
7354msgstr ""
7355
7356#: builtin/grep.c:698
7357msgid "print NUL after filenames"
7358msgstr ""
7359
7360#: builtin/grep.c:700
7361msgid "show the number of matches instead of matching lines"
7362msgstr ""
7363
7364#: builtin/grep.c:701
7365msgid "highlight matches"
7366msgstr ""
7367
7368#: builtin/grep.c:703
7369msgid "print empty line between matches from different files"
7370msgstr ""
7371
7372#: builtin/grep.c:705
7373msgid "show filename only once above matches from same file"
7374msgstr ""
7375
7376#: builtin/grep.c:708
7377msgid "show <n> context lines before and after matches"
7378msgstr ""
7379
7380#: builtin/grep.c:711
7381msgid "show <n> context lines before matches"
7382msgstr ""
7383
7384#: builtin/grep.c:713
7385msgid "show <n> context lines after matches"
7386msgstr ""
7387
7388#: builtin/grep.c:715
7389msgid "use <n> worker threads"
7390msgstr ""
7391
7392#: builtin/grep.c:716
7393msgid "shortcut for -C NUM"
7394msgstr ""
7395
7396#: builtin/grep.c:719
7397msgid "show a line with the function name before matches"
7398msgstr ""
7399
7400#: builtin/grep.c:721
7401msgid "show the surrounding function"
7402msgstr ""
7403
7404#: builtin/grep.c:724
7405msgid "read patterns from file"
7406msgstr ""
7407
7408#: builtin/grep.c:726
7409msgid "match <pattern>"
7410msgstr ""
7411
7412#: builtin/grep.c:728
7413msgid "combine patterns specified with -e"
7414msgstr ""
7415
7416#: builtin/grep.c:740
7417msgid "indicate hit with exit status without output"
7418msgstr ""
7419
7420#: builtin/grep.c:742
7421msgid "show only matches from files that match all patterns"
7422msgstr ""
7423
7424#: builtin/grep.c:744
7425msgid "show parse tree for grep expression"
7426msgstr ""
7427
7428#: builtin/grep.c:748
7429msgid "pager"
7430msgstr ""
7431
7432#: builtin/grep.c:748
7433msgid "show matching files in the pager"
7434msgstr ""
7435
7436#: builtin/grep.c:751
7437msgid "allow calling of grep(1) (ignored by this build)"
7438msgstr ""
7439
7440#: builtin/grep.c:814
7441msgid "no pattern given."
7442msgstr ""
7443
7444#: builtin/grep.c:846 builtin/index-pack.c:1480
7445#, c-format
7446msgid "invalid number of threads specified (%d)"
7447msgstr ""
7448
7449#: builtin/grep.c:876
7450msgid "--open-files-in-pager only works on the worktree"
7451msgstr ""
7452
7453#: builtin/grep.c:902
7454msgid "--cached or --untracked cannot be used with --no-index."
7455msgstr ""
7456
7457#: builtin/grep.c:907
7458msgid "--no-index or --untracked cannot be used with revs."
7459msgstr ""
7460
7461#: builtin/grep.c:910
7462msgid "--[no-]exclude-standard cannot be used for tracked contents."
7463msgstr ""
7464
7465#: builtin/grep.c:918
7466msgid "both --cached and trees are given."
7467msgstr ""
7468
7469#: builtin/hash-object.c:81
7470msgid ""
7471"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
7472"[--] <file>..."
7473msgstr ""
7474
7475#: builtin/hash-object.c:82
7476msgid "git hash-object  --stdin-paths"
7477msgstr ""
7478
7479#: builtin/hash-object.c:94
7480msgid "type"
7481msgstr ""
7482
7483#: builtin/hash-object.c:94
7484msgid "object type"
7485msgstr ""
7486
7487#: builtin/hash-object.c:95
7488msgid "write the object into the object database"
7489msgstr ""
7490
7491#: builtin/hash-object.c:97
7492msgid "read the object from stdin"
7493msgstr ""
7494
7495#: builtin/hash-object.c:99
7496msgid "store file as is without filters"
7497msgstr ""
7498
7499#: builtin/hash-object.c:100
7500msgid ""
7501"just hash any random garbage to create corrupt objects for debugging Git"
7502msgstr ""
7503
7504#: builtin/hash-object.c:101
7505msgid "process file as it were from this path"
7506msgstr ""
7507
7508#: builtin/help.c:42
7509msgid "print all available commands"
7510msgstr ""
7511
7512#: builtin/help.c:43
7513msgid "exclude guides"
7514msgstr ""
7515
7516#: builtin/help.c:44
7517msgid "print list of useful guides"
7518msgstr ""
7519
7520#: builtin/help.c:45
7521msgid "show man page"
7522msgstr ""
7523
7524#: builtin/help.c:46
7525msgid "show manual in web browser"
7526msgstr ""
7527
7528#: builtin/help.c:48
7529msgid "show info page"
7530msgstr ""
7531
7532#: builtin/help.c:54
7533msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
7534msgstr ""
7535
7536#: builtin/help.c:66
7537#, c-format
7538msgid "unrecognized help format '%s'"
7539msgstr ""
7540
7541#: builtin/help.c:93
7542msgid "Failed to start emacsclient."
7543msgstr ""
7544
7545#: builtin/help.c:106
7546msgid "Failed to parse emacsclient version."
7547msgstr ""
7548
7549#: builtin/help.c:114
7550#, c-format
7551msgid "emacsclient version '%d' too old (< 22)."
7552msgstr ""
7553
7554#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
7555#, c-format
7556msgid "failed to exec '%s'"
7557msgstr ""
7558
7559#: builtin/help.c:207
7560#, c-format
7561msgid ""
7562"'%s': path for unsupported man viewer.\n"
7563"Please consider using 'man.<tool>.cmd' instead."
7564msgstr ""
7565
7566#: builtin/help.c:219
7567#, c-format
7568msgid ""
7569"'%s': cmd for supported man viewer.\n"
7570"Please consider using 'man.<tool>.path' instead."
7571msgstr ""
7572
7573#: builtin/help.c:336
7574#, c-format
7575msgid "'%s': unknown man viewer."
7576msgstr ""
7577
7578#: builtin/help.c:353
7579msgid "no man viewer handled the request"
7580msgstr ""
7581
7582#: builtin/help.c:361
7583msgid "no info viewer handled the request"
7584msgstr ""
7585
7586#: builtin/help.c:403
7587msgid "Defining attributes per path"
7588msgstr ""
7589
7590#: builtin/help.c:404
7591msgid "Everyday Git With 20 Commands Or So"
7592msgstr ""
7593
7594#: builtin/help.c:405
7595msgid "A Git glossary"
7596msgstr ""
7597
7598#: builtin/help.c:406
7599msgid "Specifies intentionally untracked files to ignore"
7600msgstr ""
7601
7602#: builtin/help.c:407
7603msgid "Defining submodule properties"
7604msgstr ""
7605
7606#: builtin/help.c:408
7607msgid "Specifying revisions and ranges for Git"
7608msgstr ""
7609
7610#: builtin/help.c:409
7611msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
7612msgstr ""
7613
7614#: builtin/help.c:410
7615msgid "An overview of recommended workflows with Git"
7616msgstr ""
7617
7618#: builtin/help.c:422
7619msgid "The common Git guides are:\n"
7620msgstr ""
7621
7622#: builtin/help.c:440
7623#, c-format
7624msgid "`git %s' is aliased to `%s'"
7625msgstr ""
7626
7627#: builtin/help.c:462 builtin/help.c:479
7628#, c-format
7629msgid "usage: %s%s"
7630msgstr ""
7631
7632#: builtin/index-pack.c:154
7633#, c-format
7634msgid "unable to open %s"
7635msgstr ""
7636
7637#: builtin/index-pack.c:204
7638#, c-format
7639msgid "object type mismatch at %s"
7640msgstr ""
7641
7642#: builtin/index-pack.c:224
7643#, c-format
7644msgid "did not receive expected object %s"
7645msgstr ""
7646
7647#: builtin/index-pack.c:227
7648#, c-format
7649msgid "object %s: expected type %s, found %s"
7650msgstr ""
7651
7652#: builtin/index-pack.c:269
7653#, c-format
7654msgid "cannot fill %d byte"
7655msgid_plural "cannot fill %d bytes"
7656msgstr[0] ""
7657msgstr[1] ""
7658
7659#: builtin/index-pack.c:279
7660msgid "early EOF"
7661msgstr ""
7662
7663#: builtin/index-pack.c:280
7664msgid "read error on input"
7665msgstr ""
7666
7667#: builtin/index-pack.c:292
7668msgid "used more bytes than were available"
7669msgstr ""
7670
7671#: builtin/index-pack.c:299
7672msgid "pack too large for current definition of off_t"
7673msgstr ""
7674
7675#: builtin/index-pack.c:302 builtin/unpack-objects.c:92
7676msgid "pack exceeds maximum allowed size"
7677msgstr ""
7678
7679#: builtin/index-pack.c:317
7680#, c-format
7681msgid "unable to create '%s'"
7682msgstr ""
7683
7684#: builtin/index-pack.c:322
7685#, c-format
7686msgid "cannot open packfile '%s'"
7687msgstr ""
7688
7689#: builtin/index-pack.c:336
7690msgid "pack signature mismatch"
7691msgstr ""
7692
7693#: builtin/index-pack.c:338
7694#, c-format
7695msgid "pack version %<PRIu32> unsupported"
7696msgstr ""
7697
7698#: builtin/index-pack.c:356
7699#, c-format
7700msgid "pack has bad object at offset %<PRIuMAX>: %s"
7701msgstr ""
7702
7703#: builtin/index-pack.c:478
7704#, c-format
7705msgid "inflate returned %d"
7706msgstr ""
7707
7708#: builtin/index-pack.c:527
7709msgid "offset value overflow for delta base object"
7710msgstr ""
7711
7712#: builtin/index-pack.c:535
7713msgid "delta base offset is out of bound"
7714msgstr ""
7715
7716#: builtin/index-pack.c:543
7717#, c-format
7718msgid "unknown object type %d"
7719msgstr ""
7720
7721#: builtin/index-pack.c:574
7722msgid "cannot pread pack file"
7723msgstr ""
7724
7725#: builtin/index-pack.c:576
7726#, c-format
7727msgid "premature end of pack file, %<PRIuMAX> byte missing"
7728msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
7729msgstr[0] ""
7730msgstr[1] ""
7731
7732#: builtin/index-pack.c:602
7733msgid "serious inflate inconsistency"
7734msgstr ""
7735
7736#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
7737#: builtin/index-pack.c:811 builtin/index-pack.c:820
7738#, c-format
7739msgid "SHA1 COLLISION FOUND WITH %s !"
7740msgstr ""
7741
7742#: builtin/index-pack.c:751 builtin/pack-objects.c:166
7743#: builtin/pack-objects.c:258
7744#, c-format
7745msgid "unable to read %s"
7746msgstr ""
7747
7748#: builtin/index-pack.c:817
7749#, c-format
7750msgid "cannot read existing object %s"
7751msgstr ""
7752
7753#: builtin/index-pack.c:831
7754#, c-format
7755msgid "invalid blob object %s"
7756msgstr ""
7757
7758#: builtin/index-pack.c:845
7759#, c-format
7760msgid "invalid %s"
7761msgstr ""
7762
7763#: builtin/index-pack.c:848
7764msgid "Error in object"
7765msgstr ""
7766
7767#: builtin/index-pack.c:850
7768#, c-format
7769msgid "Not all child objects of %s are reachable"
7770msgstr ""
7771
7772#: builtin/index-pack.c:922 builtin/index-pack.c:953
7773msgid "failed to apply delta"
7774msgstr ""
7775
7776#: builtin/index-pack.c:1123
7777msgid "Receiving objects"
7778msgstr ""
7779
7780#: builtin/index-pack.c:1123
7781msgid "Indexing objects"
7782msgstr ""
7783
7784#: builtin/index-pack.c:1155
7785msgid "pack is corrupted (SHA1 mismatch)"
7786msgstr ""
7787
7788#: builtin/index-pack.c:1160
7789msgid "cannot fstat packfile"
7790msgstr ""
7791
7792#: builtin/index-pack.c:1163
7793msgid "pack has junk at the end"
7794msgstr ""
7795
7796#: builtin/index-pack.c:1174
7797msgid "confusion beyond insanity in parse_pack_objects()"
7798msgstr ""
7799
7800#: builtin/index-pack.c:1197
7801msgid "Resolving deltas"
7802msgstr ""
7803
7804#: builtin/index-pack.c:1208
7805#, c-format
7806msgid "unable to create thread: %s"
7807msgstr ""
7808
7809#: builtin/index-pack.c:1250
7810msgid "confusion beyond insanity"
7811msgstr ""
7812
7813#: builtin/index-pack.c:1256
7814#, c-format
7815msgid "completed with %d local object"
7816msgid_plural "completed with %d local objects"
7817msgstr[0] ""
7818msgstr[1] ""
7819
7820#: builtin/index-pack.c:1268
7821#, c-format
7822msgid "Unexpected tail checksum for %s (disk corruption?)"
7823msgstr ""
7824
7825#: builtin/index-pack.c:1272
7826#, c-format
7827msgid "pack has %d unresolved delta"
7828msgid_plural "pack has %d unresolved deltas"
7829msgstr[0] ""
7830msgstr[1] ""
7831
7832#: builtin/index-pack.c:1296
7833#, c-format
7834msgid "unable to deflate appended object (%d)"
7835msgstr ""
7836
7837#: builtin/index-pack.c:1372
7838#, c-format
7839msgid "local object %s is corrupt"
7840msgstr ""
7841
7842#: builtin/index-pack.c:1396
7843msgid "error while closing pack file"
7844msgstr ""
7845
7846#: builtin/index-pack.c:1409
7847#, c-format
7848msgid "cannot write keep file '%s'"
7849msgstr ""
7850
7851#: builtin/index-pack.c:1417
7852#, c-format
7853msgid "cannot close written keep file '%s'"
7854msgstr ""
7855
7856#: builtin/index-pack.c:1430
7857msgid "cannot store pack file"
7858msgstr ""
7859
7860#: builtin/index-pack.c:1441
7861msgid "cannot store index file"
7862msgstr ""
7863
7864#: builtin/index-pack.c:1474
7865#, c-format
7866msgid "bad pack.indexversion=%<PRIu32>"
7867msgstr ""
7868
7869#: builtin/index-pack.c:1484 builtin/index-pack.c:1681
7870#, c-format
7871msgid "no threads support, ignoring %s"
7872msgstr ""
7873
7874#: builtin/index-pack.c:1542
7875#, c-format
7876msgid "Cannot open existing pack file '%s'"
7877msgstr ""
7878
7879#: builtin/index-pack.c:1544
7880#, c-format
7881msgid "Cannot open existing pack idx file for '%s'"
7882msgstr ""
7883
7884#: builtin/index-pack.c:1591
7885#, c-format
7886msgid "non delta: %d object"
7887msgid_plural "non delta: %d objects"
7888msgstr[0] ""
7889msgstr[1] ""
7890
7891#: builtin/index-pack.c:1598
7892#, c-format
7893msgid "chain length = %d: %lu object"
7894msgid_plural "chain length = %d: %lu objects"
7895msgstr[0] ""
7896msgstr[1] ""
7897
7898#: builtin/index-pack.c:1611
7899#, c-format
7900msgid "packfile name '%s' does not end with '.pack'"
7901msgstr ""
7902
7903#: builtin/index-pack.c:1693 builtin/index-pack.c:1696
7904#: builtin/index-pack.c:1712 builtin/index-pack.c:1716
7905#, c-format
7906msgid "bad %s"
7907msgstr ""
7908
7909#: builtin/index-pack.c:1732
7910msgid "--fix-thin cannot be used without --stdin"
7911msgstr ""
7912
7913#: builtin/index-pack.c:1740
7914msgid "--verify with no packfile name given"
7915msgstr ""
7916
7917#: builtin/init-db.c:54
7918#, c-format
7919msgid "cannot stat '%s'"
7920msgstr ""
7921
7922#: builtin/init-db.c:60
7923#, c-format
7924msgid "cannot stat template '%s'"
7925msgstr ""
7926
7927#: builtin/init-db.c:65
7928#, c-format
7929msgid "cannot opendir '%s'"
7930msgstr ""
7931
7932#: builtin/init-db.c:76
7933#, c-format
7934msgid "cannot readlink '%s'"
7935msgstr ""
7936
7937#: builtin/init-db.c:78
7938#, c-format
7939msgid "cannot symlink '%s' '%s'"
7940msgstr ""
7941
7942#: builtin/init-db.c:84
7943#, c-format
7944msgid "cannot copy '%s' to '%s'"
7945msgstr ""
7946
7947#: builtin/init-db.c:88
7948#, c-format
7949msgid "ignoring template %s"
7950msgstr ""
7951
7952#: builtin/init-db.c:119
7953#, c-format
7954msgid "templates not found %s"
7955msgstr ""
7956
7957#: builtin/init-db.c:134
7958#, c-format
7959msgid "not copying templates from '%s': %s"
7960msgstr ""
7961
7962#: builtin/init-db.c:327
7963#, c-format
7964msgid "unable to handle file type %d"
7965msgstr ""
7966
7967#: builtin/init-db.c:330
7968#, c-format
7969msgid "unable to move %s to %s"
7970msgstr ""
7971
7972#: builtin/init-db.c:347 builtin/init-db.c:350
7973#, c-format
7974msgid "%s already exists"
7975msgstr ""
7976
7977#: builtin/init-db.c:403
7978#, c-format
7979msgid "Reinitialized existing shared Git repository in %s%s\n"
7980msgstr ""
7981
7982#: builtin/init-db.c:404
7983#, c-format
7984msgid "Reinitialized existing Git repository in %s%s\n"
7985msgstr ""
7986
7987#: builtin/init-db.c:408
7988#, c-format
7989msgid "Initialized empty shared Git repository in %s%s\n"
7990msgstr ""
7991
7992#: builtin/init-db.c:409
7993#, c-format
7994msgid "Initialized empty Git repository in %s%s\n"
7995msgstr ""
7996
7997#: builtin/init-db.c:457
7998msgid ""
7999"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8000"shared[=<permissions>]] [<directory>]"
8001msgstr ""
8002
8003#: builtin/init-db.c:480
8004msgid "permissions"
8005msgstr ""
8006
8007#: builtin/init-db.c:481
8008msgid "specify that the git repository is to be shared amongst several users"
8009msgstr ""
8010
8011#: builtin/init-db.c:515 builtin/init-db.c:520
8012#, c-format
8013msgid "cannot mkdir %s"
8014msgstr ""
8015
8016#: builtin/init-db.c:524
8017#, c-format
8018msgid "cannot chdir to %s"
8019msgstr ""
8020
8021#: builtin/init-db.c:545
8022#, c-format
8023msgid ""
8024"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8025"dir=<directory>)"
8026msgstr ""
8027
8028#: builtin/init-db.c:573
8029#, c-format
8030msgid "Cannot access work tree '%s'"
8031msgstr ""
8032
8033#: builtin/interpret-trailers.c:15
8034msgid ""
8035"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8036"<token>[(=|:)<value>])...] [<file>...]"
8037msgstr ""
8038
8039#: builtin/interpret-trailers.c:26
8040msgid "edit files in place"
8041msgstr ""
8042
8043#: builtin/interpret-trailers.c:27
8044msgid "trim empty trailers"
8045msgstr ""
8046
8047#: builtin/interpret-trailers.c:28
8048msgid "trailer"
8049msgstr ""
8050
8051#: builtin/interpret-trailers.c:29
8052msgid "trailer(s) to add"
8053msgstr ""
8054
8055#: builtin/interpret-trailers.c:42
8056msgid "no input file given for in-place editing"
8057msgstr ""
8058
8059#: builtin/log.c:44
8060msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8061msgstr ""
8062
8063#: builtin/log.c:45
8064msgid "git show [<options>] <object>..."
8065msgstr ""
8066
8067#: builtin/log.c:84
8068#, c-format
8069msgid "invalid --decorate option: %s"
8070msgstr ""
8071
8072#: builtin/log.c:139
8073msgid "suppress diff output"
8074msgstr ""
8075
8076#: builtin/log.c:140
8077msgid "show source"
8078msgstr ""
8079
8080#: builtin/log.c:141
8081msgid "Use mail map file"
8082msgstr ""
8083
8084#: builtin/log.c:142
8085msgid "decorate options"
8086msgstr ""
8087
8088#: builtin/log.c:145
8089msgid "Process line range n,m in file, counting from 1"
8090msgstr ""
8091
8092#: builtin/log.c:241
8093#, c-format
8094msgid "Final output: %d %s\n"
8095msgstr ""
8096
8097#: builtin/log.c:486
8098#, c-format
8099msgid "git show %s: bad file"
8100msgstr ""
8101
8102#: builtin/log.c:500 builtin/log.c:594
8103#, c-format
8104msgid "Could not read object %s"
8105msgstr ""
8106
8107#: builtin/log.c:618
8108#, c-format
8109msgid "Unknown type: %d"
8110msgstr ""
8111
8112#: builtin/log.c:739
8113msgid "format.headers without value"
8114msgstr ""
8115
8116#: builtin/log.c:839
8117msgid "name of output directory is too long"
8118msgstr ""
8119
8120#: builtin/log.c:854
8121#, c-format
8122msgid "Cannot open patch file %s"
8123msgstr ""
8124
8125#: builtin/log.c:868
8126msgid "Need exactly one range."
8127msgstr ""
8128
8129#: builtin/log.c:878
8130msgid "Not a range."
8131msgstr ""
8132
8133#: builtin/log.c:984
8134msgid "Cover letter needs email format"
8135msgstr ""
8136
8137#: builtin/log.c:1063
8138#, c-format
8139msgid "insane in-reply-to: %s"
8140msgstr ""
8141
8142#: builtin/log.c:1091
8143msgid "git format-patch [<options>] [<since> | <revision-range>]"
8144msgstr ""
8145
8146#: builtin/log.c:1141
8147msgid "Two output directories?"
8148msgstr ""
8149
8150#: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:1905
8151#, c-format
8152msgid "Unknown commit %s"
8153msgstr ""
8154
8155#: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:455
8156#, c-format
8157msgid "Failed to resolve '%s' as a valid ref."
8158msgstr ""
8159
8160#: builtin/log.c:1263
8161msgid "Could not find exact merge base."
8162msgstr ""
8163
8164#: builtin/log.c:1267
8165msgid ""
8166"Failed to get upstream, if you want to record base commit automatically,\n"
8167"please use git branch --set-upstream-to to track a remote branch.\n"
8168"Or you could specify base commit by --base=<base-commit-id> manually."
8169msgstr ""
8170
8171#: builtin/log.c:1287
8172msgid "Failed to find exact merge base"
8173msgstr ""
8174
8175#: builtin/log.c:1298
8176msgid "base commit should be the ancestor of revision list"
8177msgstr ""
8178
8179#: builtin/log.c:1302
8180msgid "base commit shouldn't be in revision list"
8181msgstr ""
8182
8183#: builtin/log.c:1351
8184msgid "cannot get patch id"
8185msgstr ""
8186
8187#: builtin/log.c:1408
8188msgid "use [PATCH n/m] even with a single patch"
8189msgstr ""
8190
8191#: builtin/log.c:1411
8192msgid "use [PATCH] even with multiple patches"
8193msgstr ""
8194
8195#: builtin/log.c:1415
8196msgid "print patches to standard out"
8197msgstr ""
8198
8199#: builtin/log.c:1417
8200msgid "generate a cover letter"
8201msgstr ""
8202
8203#: builtin/log.c:1419
8204msgid "use simple number sequence for output file names"
8205msgstr ""
8206
8207#: builtin/log.c:1420
8208msgid "sfx"
8209msgstr ""
8210
8211#: builtin/log.c:1421
8212msgid "use <sfx> instead of '.patch'"
8213msgstr ""
8214
8215#: builtin/log.c:1423
8216msgid "start numbering patches at <n> instead of 1"
8217msgstr ""
8218
8219#: builtin/log.c:1425
8220msgid "mark the series as Nth re-roll"
8221msgstr ""
8222
8223#: builtin/log.c:1427
8224msgid "Use [RFC PATCH] instead of [PATCH]"
8225msgstr ""
8226
8227#: builtin/log.c:1430
8228msgid "Use [<prefix>] instead of [PATCH]"
8229msgstr ""
8230
8231#: builtin/log.c:1433
8232msgid "store resulting files in <dir>"
8233msgstr ""
8234
8235#: builtin/log.c:1436
8236msgid "don't strip/add [PATCH]"
8237msgstr ""
8238
8239#: builtin/log.c:1439
8240msgid "don't output binary diffs"
8241msgstr ""
8242
8243#: builtin/log.c:1441
8244msgid "output all-zero hash in From header"
8245msgstr ""
8246
8247#: builtin/log.c:1443
8248msgid "don't include a patch matching a commit upstream"
8249msgstr ""
8250
8251#: builtin/log.c:1445
8252msgid "show patch format instead of default (patch + stat)"
8253msgstr ""
8254
8255#: builtin/log.c:1447
8256msgid "Messaging"
8257msgstr ""
8258
8259#: builtin/log.c:1448
8260msgid "header"
8261msgstr ""
8262
8263#: builtin/log.c:1449
8264msgid "add email header"
8265msgstr ""
8266
8267#: builtin/log.c:1450 builtin/log.c:1452
8268msgid "email"
8269msgstr ""
8270
8271#: builtin/log.c:1450
8272msgid "add To: header"
8273msgstr ""
8274
8275#: builtin/log.c:1452
8276msgid "add Cc: header"
8277msgstr ""
8278
8279#: builtin/log.c:1454
8280msgid "ident"
8281msgstr ""
8282
8283#: builtin/log.c:1455
8284msgid "set From address to <ident> (or committer ident if absent)"
8285msgstr ""
8286
8287#: builtin/log.c:1457
8288msgid "message-id"
8289msgstr ""
8290
8291#: builtin/log.c:1458
8292msgid "make first mail a reply to <message-id>"
8293msgstr ""
8294
8295#: builtin/log.c:1459 builtin/log.c:1462
8296msgid "boundary"
8297msgstr ""
8298
8299#: builtin/log.c:1460
8300msgid "attach the patch"
8301msgstr ""
8302
8303#: builtin/log.c:1463
8304msgid "inline the patch"
8305msgstr ""
8306
8307#: builtin/log.c:1467
8308msgid "enable message threading, styles: shallow, deep"
8309msgstr ""
8310
8311#: builtin/log.c:1469
8312msgid "signature"
8313msgstr ""
8314
8315#: builtin/log.c:1470
8316msgid "add a signature"
8317msgstr ""
8318
8319#: builtin/log.c:1471
8320msgid "base-commit"
8321msgstr ""
8322
8323#: builtin/log.c:1472
8324msgid "add prerequisite tree info to the patch series"
8325msgstr ""
8326
8327#: builtin/log.c:1474
8328msgid "add a signature from a file"
8329msgstr ""
8330
8331#: builtin/log.c:1475
8332msgid "don't print the patch filenames"
8333msgstr ""
8334
8335#: builtin/log.c:1565
8336msgid "-n and -k are mutually exclusive."
8337msgstr ""
8338
8339#: builtin/log.c:1567
8340msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8341msgstr ""
8342
8343#: builtin/log.c:1575
8344msgid "--name-only does not make sense"
8345msgstr ""
8346
8347#: builtin/log.c:1577
8348msgid "--name-status does not make sense"
8349msgstr ""
8350
8351#: builtin/log.c:1579
8352msgid "--check does not make sense"
8353msgstr ""
8354
8355#: builtin/log.c:1609
8356msgid "standard output, or directory, which one?"
8357msgstr ""
8358
8359#: builtin/log.c:1611
8360#, c-format
8361msgid "Could not create directory '%s'"
8362msgstr ""
8363
8364#: builtin/log.c:1705
8365#, c-format
8366msgid "unable to read signature file '%s'"
8367msgstr ""
8368
8369#: builtin/log.c:1777
8370msgid "Failed to create output files"
8371msgstr ""
8372
8373#: builtin/log.c:1826
8374msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
8375msgstr ""
8376
8377#: builtin/log.c:1880
8378#, c-format
8379msgid ""
8380"Could not find a tracked remote branch, please specify <upstream> manually.\n"
8381msgstr ""
8382
8383#: builtin/ls-files.c:458
8384msgid "git ls-files [<options>] [<file>...]"
8385msgstr ""
8386
8387#: builtin/ls-files.c:507
8388msgid "identify the file status with tags"
8389msgstr ""
8390
8391#: builtin/ls-files.c:509
8392msgid "use lowercase letters for 'assume unchanged' files"
8393msgstr ""
8394
8395#: builtin/ls-files.c:511
8396msgid "show cached files in the output (default)"
8397msgstr ""
8398
8399#: builtin/ls-files.c:513
8400msgid "show deleted files in the output"
8401msgstr ""
8402
8403#: builtin/ls-files.c:515
8404msgid "show modified files in the output"
8405msgstr ""
8406
8407#: builtin/ls-files.c:517
8408msgid "show other files in the output"
8409msgstr ""
8410
8411#: builtin/ls-files.c:519
8412msgid "show ignored files in the output"
8413msgstr ""
8414
8415#: builtin/ls-files.c:522
8416msgid "show staged contents' object name in the output"
8417msgstr ""
8418
8419#: builtin/ls-files.c:524
8420msgid "show files on the filesystem that need to be removed"
8421msgstr ""
8422
8423#: builtin/ls-files.c:526
8424msgid "show 'other' directories' names only"
8425msgstr ""
8426
8427#: builtin/ls-files.c:528
8428msgid "show line endings of files"
8429msgstr ""
8430
8431#: builtin/ls-files.c:530
8432msgid "don't show empty directories"
8433msgstr ""
8434
8435#: builtin/ls-files.c:533
8436msgid "show unmerged files in the output"
8437msgstr ""
8438
8439#: builtin/ls-files.c:535
8440msgid "show resolve-undo information"
8441msgstr ""
8442
8443#: builtin/ls-files.c:537
8444msgid "skip files matching pattern"
8445msgstr ""
8446
8447#: builtin/ls-files.c:540
8448msgid "exclude patterns are read from <file>"
8449msgstr ""
8450
8451#: builtin/ls-files.c:543
8452msgid "read additional per-directory exclude patterns in <file>"
8453msgstr ""
8454
8455#: builtin/ls-files.c:545
8456msgid "add the standard git exclusions"
8457msgstr ""
8458
8459#: builtin/ls-files.c:548
8460msgid "make the output relative to the project top directory"
8461msgstr ""
8462
8463#: builtin/ls-files.c:551
8464msgid "recurse through submodules"
8465msgstr ""
8466
8467#: builtin/ls-files.c:553
8468msgid "if any <file> is not in the index, treat this as an error"
8469msgstr ""
8470
8471#: builtin/ls-files.c:554
8472msgid "tree-ish"
8473msgstr ""
8474
8475#: builtin/ls-files.c:555
8476msgid "pretend that paths removed since <tree-ish> are still present"
8477msgstr ""
8478
8479#: builtin/ls-files.c:557
8480msgid "show debugging data"
8481msgstr ""
8482
8483#: builtin/ls-remote.c:7
8484msgid ""
8485"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
8486"                     [-q | --quiet] [--exit-code] [--get-url]\n"
8487"                     [--symref] [<repository> [<refs>...]]"
8488msgstr ""
8489
8490#: builtin/ls-remote.c:50
8491msgid "do not print remote URL"
8492msgstr ""
8493
8494#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
8495msgid "exec"
8496msgstr ""
8497
8498#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
8499msgid "path of git-upload-pack on the remote host"
8500msgstr ""
8501
8502#: builtin/ls-remote.c:56
8503msgid "limit to tags"
8504msgstr ""
8505
8506#: builtin/ls-remote.c:57
8507msgid "limit to heads"
8508msgstr ""
8509
8510#: builtin/ls-remote.c:58
8511msgid "do not show peeled tags"
8512msgstr ""
8513
8514#: builtin/ls-remote.c:60
8515msgid "take url.<base>.insteadOf into account"
8516msgstr ""
8517
8518#: builtin/ls-remote.c:62
8519msgid "exit with exit code 2 if no matching refs are found"
8520msgstr ""
8521
8522#: builtin/ls-remote.c:64
8523msgid "show underlying ref in addition to the object pointed by it"
8524msgstr ""
8525
8526#: builtin/ls-tree.c:28
8527msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
8528msgstr ""
8529
8530#: builtin/ls-tree.c:128
8531msgid "only show trees"
8532msgstr ""
8533
8534#: builtin/ls-tree.c:130
8535msgid "recurse into subtrees"
8536msgstr ""
8537
8538#: builtin/ls-tree.c:132
8539msgid "show trees when recursing"
8540msgstr ""
8541
8542#: builtin/ls-tree.c:135
8543msgid "terminate entries with NUL byte"
8544msgstr ""
8545
8546#: builtin/ls-tree.c:136
8547msgid "include object size"
8548msgstr ""
8549
8550#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
8551msgid "list only filenames"
8552msgstr ""
8553
8554#: builtin/ls-tree.c:143
8555msgid "use full path names"
8556msgstr ""
8557
8558#: builtin/ls-tree.c:145
8559msgid "list entire tree; not just current directory (implies --full-name)"
8560msgstr ""
8561
8562#: builtin/merge.c:46
8563msgid "git merge [<options>] [<commit>...]"
8564msgstr ""
8565
8566#: builtin/merge.c:47
8567msgid "git merge [<options>] <msg> HEAD <commit>"
8568msgstr ""
8569
8570#: builtin/merge.c:48
8571msgid "git merge --abort"
8572msgstr ""
8573
8574#: builtin/merge.c:102
8575msgid "switch `m' requires a value"
8576msgstr ""
8577
8578#: builtin/merge.c:139
8579#, c-format
8580msgid "Could not find merge strategy '%s'.\n"
8581msgstr ""
8582
8583#: builtin/merge.c:140
8584#, c-format
8585msgid "Available strategies are:"
8586msgstr ""
8587
8588#: builtin/merge.c:145
8589#, c-format
8590msgid "Available custom strategies are:"
8591msgstr ""
8592
8593#: builtin/merge.c:195 builtin/pull.c:127
8594msgid "do not show a diffstat at the end of the merge"
8595msgstr ""
8596
8597#: builtin/merge.c:198 builtin/pull.c:130
8598msgid "show a diffstat at the end of the merge"
8599msgstr ""
8600
8601#: builtin/merge.c:199 builtin/pull.c:133
8602msgid "(synonym to --stat)"
8603msgstr ""
8604
8605#: builtin/merge.c:201 builtin/pull.c:136
8606msgid "add (at most <n>) entries from shortlog to merge commit message"
8607msgstr ""
8608
8609#: builtin/merge.c:204 builtin/pull.c:139
8610msgid "create a single commit instead of doing a merge"
8611msgstr ""
8612
8613#: builtin/merge.c:206 builtin/pull.c:142
8614msgid "perform a commit if the merge succeeds (default)"
8615msgstr ""
8616
8617#: builtin/merge.c:208 builtin/pull.c:145
8618msgid "edit message before committing"
8619msgstr ""
8620
8621#: builtin/merge.c:209
8622msgid "allow fast-forward (default)"
8623msgstr ""
8624
8625#: builtin/merge.c:211 builtin/pull.c:151
8626msgid "abort if fast-forward is not possible"
8627msgstr ""
8628
8629#: builtin/merge.c:215 builtin/pull.c:154
8630msgid "verify that the named commit has a valid GPG signature"
8631msgstr ""
8632
8633#: builtin/merge.c:216 builtin/notes.c:774 builtin/pull.c:158
8634#: builtin/revert.c:89
8635msgid "strategy"
8636msgstr ""
8637
8638#: builtin/merge.c:217 builtin/pull.c:159
8639msgid "merge strategy to use"
8640msgstr ""
8641
8642#: builtin/merge.c:218 builtin/pull.c:162
8643msgid "option=value"
8644msgstr ""
8645
8646#: builtin/merge.c:219 builtin/pull.c:163
8647msgid "option for selected merge strategy"
8648msgstr ""
8649
8650#: builtin/merge.c:221
8651msgid "merge commit message (for a non-fast-forward merge)"
8652msgstr ""
8653
8654#: builtin/merge.c:225
8655msgid "abort the current in-progress merge"
8656msgstr ""
8657
8658#: builtin/merge.c:227 builtin/pull.c:170
8659msgid "allow merging unrelated histories"
8660msgstr ""
8661
8662#: builtin/merge.c:255
8663msgid "could not run stash."
8664msgstr ""
8665
8666#: builtin/merge.c:260
8667msgid "stash failed"
8668msgstr ""
8669
8670#: builtin/merge.c:265
8671#, c-format
8672msgid "not a valid object: %s"
8673msgstr ""
8674
8675#: builtin/merge.c:284 builtin/merge.c:301
8676msgid "read-tree failed"
8677msgstr ""
8678
8679#: builtin/merge.c:331
8680msgid " (nothing to squash)"
8681msgstr ""
8682
8683#: builtin/merge.c:342
8684#, c-format
8685msgid "Squash commit -- not updating HEAD\n"
8686msgstr ""
8687
8688#: builtin/merge.c:392
8689#, c-format
8690msgid "No merge message -- not updating HEAD\n"
8691msgstr ""
8692
8693#: builtin/merge.c:443
8694#, c-format
8695msgid "'%s' does not point to a commit"
8696msgstr ""
8697
8698#: builtin/merge.c:533
8699#, c-format
8700msgid "Bad branch.%s.mergeoptions string: %s"
8701msgstr ""
8702
8703#: builtin/merge.c:652
8704msgid "Not handling anything other than two heads merge."
8705msgstr ""
8706
8707#: builtin/merge.c:666
8708#, c-format
8709msgid "Unknown option for merge-recursive: -X%s"
8710msgstr ""
8711
8712#: builtin/merge.c:681
8713#, c-format
8714msgid "unable to write %s"
8715msgstr ""
8716
8717#: builtin/merge.c:733
8718#, c-format
8719msgid "Could not read from '%s'"
8720msgstr ""
8721
8722#: builtin/merge.c:742
8723#, c-format
8724msgid "Not committing merge; use 'git commit' to complete the merge.\n"
8725msgstr ""
8726
8727#: builtin/merge.c:748
8728#, c-format
8729msgid ""
8730"Please enter a commit message to explain why this merge is necessary,\n"
8731"especially if it merges an updated upstream into a topic branch.\n"
8732"\n"
8733"Lines starting with '%c' will be ignored, and an empty message aborts\n"
8734"the commit.\n"
8735msgstr ""
8736
8737#: builtin/merge.c:772
8738msgid "Empty commit message."
8739msgstr ""
8740
8741#: builtin/merge.c:792
8742#, c-format
8743msgid "Wonderful.\n"
8744msgstr ""
8745
8746#: builtin/merge.c:847
8747#, c-format
8748msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
8749msgstr ""
8750
8751#: builtin/merge.c:863
8752#, c-format
8753msgid "'%s' is not a commit"
8754msgstr ""
8755
8756#: builtin/merge.c:904
8757msgid "No current branch."
8758msgstr ""
8759
8760#: builtin/merge.c:906
8761msgid "No remote for the current branch."
8762msgstr ""
8763
8764#: builtin/merge.c:908
8765msgid "No default upstream defined for the current branch."
8766msgstr ""
8767
8768#: builtin/merge.c:913
8769#, c-format
8770msgid "No remote-tracking branch for %s from %s"
8771msgstr ""
8772
8773#: builtin/merge.c:960
8774#, c-format
8775msgid "Bad value '%s' in environment '%s'"
8776msgstr ""
8777
8778#: builtin/merge.c:1034
8779#, c-format
8780msgid "could not close '%s'"
8781msgstr ""
8782
8783#: builtin/merge.c:1061
8784#, c-format
8785msgid "not something we can merge in %s: %s"
8786msgstr ""
8787
8788#: builtin/merge.c:1095
8789msgid "not something we can merge"
8790msgstr ""
8791
8792#: builtin/merge.c:1162
8793msgid "There is no merge to abort (MERGE_HEAD missing)."
8794msgstr ""
8795
8796#: builtin/merge.c:1178
8797msgid ""
8798"You have not concluded your merge (MERGE_HEAD exists).\n"
8799"Please, commit your changes before you merge."
8800msgstr ""
8801
8802#: builtin/merge.c:1185
8803msgid ""
8804"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
8805"Please, commit your changes before you merge."
8806msgstr ""
8807
8808#: builtin/merge.c:1188
8809msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
8810msgstr ""
8811
8812#: builtin/merge.c:1197
8813msgid "You cannot combine --squash with --no-ff."
8814msgstr ""
8815
8816#: builtin/merge.c:1205
8817msgid "No commit specified and merge.defaultToUpstream not set."
8818msgstr ""
8819
8820#: builtin/merge.c:1222
8821msgid "Squash commit into empty head not supported yet"
8822msgstr ""
8823
8824#: builtin/merge.c:1224
8825msgid "Non-fast-forward commit does not make sense into an empty head"
8826msgstr ""
8827
8828#: builtin/merge.c:1229
8829#, c-format
8830msgid "%s - not something we can merge"
8831msgstr ""
8832
8833#: builtin/merge.c:1231
8834msgid "Can merge only exactly one commit into empty head"
8835msgstr ""
8836
8837#: builtin/merge.c:1287
8838#, c-format
8839msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
8840msgstr ""
8841
8842#: builtin/merge.c:1290
8843#, c-format
8844msgid "Commit %s has a bad GPG signature allegedly by %s."
8845msgstr ""
8846
8847#: builtin/merge.c:1293
8848#, c-format
8849msgid "Commit %s does not have a GPG signature."
8850msgstr ""
8851
8852#: builtin/merge.c:1296
8853#, c-format
8854msgid "Commit %s has a good GPG signature by %s\n"
8855msgstr ""
8856
8857#: builtin/merge.c:1358
8858msgid "refusing to merge unrelated histories"
8859msgstr ""
8860
8861#: builtin/merge.c:1367
8862msgid "Already up-to-date."
8863msgstr ""
8864
8865#: builtin/merge.c:1377
8866#, c-format
8867msgid "Updating %s..%s\n"
8868msgstr ""
8869
8870#: builtin/merge.c:1418
8871#, c-format
8872msgid "Trying really trivial in-index merge...\n"
8873msgstr ""
8874
8875#: builtin/merge.c:1425
8876#, c-format
8877msgid "Nope.\n"
8878msgstr ""
8879
8880#: builtin/merge.c:1450
8881msgid "Already up-to-date. Yeeah!"
8882msgstr ""
8883
8884#: builtin/merge.c:1456
8885msgid "Not possible to fast-forward, aborting."
8886msgstr ""
8887
8888#: builtin/merge.c:1479 builtin/merge.c:1558
8889#, c-format
8890msgid "Rewinding the tree to pristine...\n"
8891msgstr ""
8892
8893#: builtin/merge.c:1483
8894#, c-format
8895msgid "Trying merge strategy %s...\n"
8896msgstr ""
8897
8898#: builtin/merge.c:1549
8899#, c-format
8900msgid "No merge strategy handled the merge.\n"
8901msgstr ""
8902
8903#: builtin/merge.c:1551
8904#, c-format
8905msgid "Merge with strategy %s failed.\n"
8906msgstr ""
8907
8908#: builtin/merge.c:1560
8909#, c-format
8910msgid "Using the %s to prepare resolving by hand.\n"
8911msgstr ""
8912
8913#: builtin/merge.c:1572
8914#, c-format
8915msgid "Automatic merge went well; stopped before committing as requested\n"
8916msgstr ""
8917
8918#: builtin/merge-base.c:29
8919msgid "git merge-base [-a | --all] <commit> <commit>..."
8920msgstr ""
8921
8922#: builtin/merge-base.c:30
8923msgid "git merge-base [-a | --all] --octopus <commit>..."
8924msgstr ""
8925
8926#: builtin/merge-base.c:31
8927msgid "git merge-base --independent <commit>..."
8928msgstr ""
8929
8930#: builtin/merge-base.c:32
8931msgid "git merge-base --is-ancestor <commit> <commit>"
8932msgstr ""
8933
8934#: builtin/merge-base.c:33
8935msgid "git merge-base --fork-point <ref> [<commit>]"
8936msgstr ""
8937
8938#: builtin/merge-base.c:217
8939msgid "output all common ancestors"
8940msgstr ""
8941
8942#: builtin/merge-base.c:219
8943msgid "find ancestors for a single n-way merge"
8944msgstr ""
8945
8946#: builtin/merge-base.c:221
8947msgid "list revs not reachable from others"
8948msgstr ""
8949
8950#: builtin/merge-base.c:223
8951msgid "is the first one ancestor of the other?"
8952msgstr ""
8953
8954#: builtin/merge-base.c:225
8955msgid "find where <commit> forked from reflog of <ref>"
8956msgstr ""
8957
8958#: builtin/merge-file.c:8
8959msgid ""
8960"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
8961"<orig-file> <file2>"
8962msgstr ""
8963
8964#: builtin/merge-file.c:33
8965msgid "send results to standard output"
8966msgstr ""
8967
8968#: builtin/merge-file.c:34
8969msgid "use a diff3 based merge"
8970msgstr ""
8971
8972#: builtin/merge-file.c:35
8973msgid "for conflicts, use our version"
8974msgstr ""
8975
8976#: builtin/merge-file.c:37
8977msgid "for conflicts, use their version"
8978msgstr ""
8979
8980#: builtin/merge-file.c:39
8981msgid "for conflicts, use a union version"
8982msgstr ""
8983
8984#: builtin/merge-file.c:42
8985msgid "for conflicts, use this marker size"
8986msgstr ""
8987
8988#: builtin/merge-file.c:43
8989msgid "do not warn about conflicts"
8990msgstr ""
8991
8992#: builtin/merge-file.c:45
8993msgid "set labels for file1/orig-file/file2"
8994msgstr ""
8995
8996#: builtin/merge-recursive.c:45
8997#, c-format
8998msgid "unknown option %s"
8999msgstr ""
9000
9001#: builtin/merge-recursive.c:51
9002#, c-format
9003msgid "could not parse object '%s'"
9004msgstr ""
9005
9006#: builtin/merge-recursive.c:55
9007#, c-format
9008msgid "cannot handle more than %d base. Ignoring %s."
9009msgid_plural "cannot handle more than %d bases. Ignoring %s."
9010msgstr[0] ""
9011msgstr[1] ""
9012
9013#: builtin/merge-recursive.c:63
9014msgid "not handling anything other than two heads merge."
9015msgstr ""
9016
9017#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9018#, c-format
9019msgid "could not resolve ref '%s'"
9020msgstr ""
9021
9022#: builtin/merge-recursive.c:77
9023#, c-format
9024msgid "Merging %s with %s\n"
9025msgstr ""
9026
9027#: builtin/mktree.c:65
9028msgid "git mktree [-z] [--missing] [--batch]"
9029msgstr ""
9030
9031#: builtin/mktree.c:152
9032msgid "input is NUL terminated"
9033msgstr ""
9034
9035#: builtin/mktree.c:153 builtin/write-tree.c:24
9036msgid "allow missing objects"
9037msgstr ""
9038
9039#: builtin/mktree.c:154
9040msgid "allow creation of more than one tree"
9041msgstr ""
9042
9043#: builtin/mv.c:15
9044msgid "git mv [<options>] <source>... <destination>"
9045msgstr ""
9046
9047#: builtin/mv.c:70
9048#, c-format
9049msgid "Directory %s is in index and no submodule?"
9050msgstr ""
9051
9052#: builtin/mv.c:72 builtin/rm.c:317
9053msgid "Please stage your changes to .gitmodules or stash them to proceed"
9054msgstr ""
9055
9056#: builtin/mv.c:90
9057#, c-format
9058msgid "%.*s is in index"
9059msgstr ""
9060
9061#: builtin/mv.c:112
9062msgid "force move/rename even if target exists"
9063msgstr ""
9064
9065#: builtin/mv.c:113
9066msgid "skip move/rename errors"
9067msgstr ""
9068
9069#: builtin/mv.c:155
9070#, c-format
9071msgid "destination '%s' is not a directory"
9072msgstr ""
9073
9074#: builtin/mv.c:166
9075#, c-format
9076msgid "Checking rename of '%s' to '%s'\n"
9077msgstr ""
9078
9079#: builtin/mv.c:170
9080msgid "bad source"
9081msgstr ""
9082
9083#: builtin/mv.c:173
9084msgid "can not move directory into itself"
9085msgstr ""
9086
9087#: builtin/mv.c:176
9088msgid "cannot move directory over file"
9089msgstr ""
9090
9091#: builtin/mv.c:185
9092msgid "source directory is empty"
9093msgstr ""
9094
9095#: builtin/mv.c:210
9096msgid "not under version control"
9097msgstr ""
9098
9099#: builtin/mv.c:213
9100msgid "destination exists"
9101msgstr ""
9102
9103#: builtin/mv.c:221
9104#, c-format
9105msgid "overwriting '%s'"
9106msgstr ""
9107
9108#: builtin/mv.c:224
9109msgid "Cannot overwrite"
9110msgstr ""
9111
9112#: builtin/mv.c:227
9113msgid "multiple sources for the same target"
9114msgstr ""
9115
9116#: builtin/mv.c:229
9117msgid "destination directory does not exist"
9118msgstr ""
9119
9120#: builtin/mv.c:236
9121#, c-format
9122msgid "%s, source=%s, destination=%s"
9123msgstr ""
9124
9125#: builtin/mv.c:257
9126#, c-format
9127msgid "Renaming %s to %s\n"
9128msgstr ""
9129
9130#: builtin/mv.c:263 builtin/remote.c:710 builtin/repack.c:375
9131#, c-format
9132msgid "renaming '%s' failed"
9133msgstr ""
9134
9135#: builtin/name-rev.c:257
9136msgid "git name-rev [<options>] <commit>..."
9137msgstr ""
9138
9139#: builtin/name-rev.c:258
9140msgid "git name-rev [<options>] --all"
9141msgstr ""
9142
9143#: builtin/name-rev.c:259
9144msgid "git name-rev [<options>] --stdin"
9145msgstr ""
9146
9147#: builtin/name-rev.c:311
9148msgid "print only names (no SHA-1)"
9149msgstr ""
9150
9151#: builtin/name-rev.c:312
9152msgid "only use tags to name the commits"
9153msgstr ""
9154
9155#: builtin/name-rev.c:314
9156msgid "only use refs matching <pattern>"
9157msgstr ""
9158
9159#: builtin/name-rev.c:316
9160msgid "list all commits reachable from all refs"
9161msgstr ""
9162
9163#: builtin/name-rev.c:317
9164msgid "read from stdin"
9165msgstr ""
9166
9167#: builtin/name-rev.c:318
9168msgid "allow to print `undefined` names (default)"
9169msgstr ""
9170
9171#: builtin/name-rev.c:324
9172msgid "dereference tags in the input (internal use)"
9173msgstr ""
9174
9175#: builtin/notes.c:25
9176msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9177msgstr ""
9178
9179#: builtin/notes.c:26
9180msgid ""
9181"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9182"| (-c | -C) <object>] [<object>]"
9183msgstr ""
9184
9185#: builtin/notes.c:27
9186msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9187msgstr ""
9188
9189#: builtin/notes.c:28
9190msgid ""
9191"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9192"(-c | -C) <object>] [<object>]"
9193msgstr ""
9194
9195#: builtin/notes.c:29
9196msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9197msgstr ""
9198
9199#: builtin/notes.c:30
9200msgid "git notes [--ref <notes-ref>] show [<object>]"
9201msgstr ""
9202
9203#: builtin/notes.c:31
9204msgid ""
9205"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9206msgstr ""
9207
9208#: builtin/notes.c:32
9209msgid "git notes merge --commit [-v | -q]"
9210msgstr ""
9211
9212#: builtin/notes.c:33
9213msgid "git notes merge --abort [-v | -q]"
9214msgstr ""
9215
9216#: builtin/notes.c:34
9217msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9218msgstr ""
9219
9220#: builtin/notes.c:35
9221msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9222msgstr ""
9223
9224#: builtin/notes.c:36
9225msgid "git notes [--ref <notes-ref>] get-ref"
9226msgstr ""
9227
9228#: builtin/notes.c:41
9229msgid "git notes [list [<object>]]"
9230msgstr ""
9231
9232#: builtin/notes.c:46
9233msgid "git notes add [<options>] [<object>]"
9234msgstr ""
9235
9236#: builtin/notes.c:51
9237msgid "git notes copy [<options>] <from-object> <to-object>"
9238msgstr ""
9239
9240#: builtin/notes.c:52
9241msgid "git notes copy --stdin [<from-object> <to-object>]..."
9242msgstr ""
9243
9244#: builtin/notes.c:57
9245msgid "git notes append [<options>] [<object>]"
9246msgstr ""
9247
9248#: builtin/notes.c:62
9249msgid "git notes edit [<object>]"
9250msgstr ""
9251
9252#: builtin/notes.c:67
9253msgid "git notes show [<object>]"
9254msgstr ""
9255
9256#: builtin/notes.c:72
9257msgid "git notes merge [<options>] <notes-ref>"
9258msgstr ""
9259
9260#: builtin/notes.c:73
9261msgid "git notes merge --commit [<options>]"
9262msgstr ""
9263
9264#: builtin/notes.c:74
9265msgid "git notes merge --abort [<options>]"
9266msgstr ""
9267
9268#: builtin/notes.c:79
9269msgid "git notes remove [<object>]"
9270msgstr ""
9271
9272#: builtin/notes.c:84
9273msgid "git notes prune [<options>]"
9274msgstr ""
9275
9276#: builtin/notes.c:89
9277msgid "git notes get-ref"
9278msgstr ""
9279
9280#: builtin/notes.c:94
9281msgid "Write/edit the notes for the following object:"
9282msgstr ""
9283
9284#: builtin/notes.c:147
9285#, c-format
9286msgid "unable to start 'show' for object '%s'"
9287msgstr ""
9288
9289#: builtin/notes.c:151
9290msgid "could not read 'show' output"
9291msgstr ""
9292
9293#: builtin/notes.c:159
9294#, c-format
9295msgid "failed to finish 'show' for object '%s'"
9296msgstr ""
9297
9298#: builtin/notes.c:194
9299msgid "please supply the note contents using either -m or -F option"
9300msgstr ""
9301
9302#: builtin/notes.c:203
9303msgid "unable to write note object"
9304msgstr ""
9305
9306#: builtin/notes.c:205
9307#, c-format
9308msgid "the note contents have been left in %s"
9309msgstr ""
9310
9311#: builtin/notes.c:233 builtin/tag.c:439
9312#, c-format
9313msgid "cannot read '%s'"
9314msgstr ""
9315
9316#: builtin/notes.c:235 builtin/tag.c:442
9317#, c-format
9318msgid "could not open or read '%s'"
9319msgstr ""
9320
9321#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9322#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9323#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:659
9324#, c-format
9325msgid "failed to resolve '%s' as a valid ref."
9326msgstr ""
9327
9328#: builtin/notes.c:257
9329#, c-format
9330msgid "failed to read object '%s'."
9331msgstr ""
9332
9333#: builtin/notes.c:261
9334#, c-format
9335msgid "cannot read note data from non-blob object '%s'."
9336msgstr ""
9337
9338#: builtin/notes.c:301
9339#, c-format
9340msgid "malformed input line: '%s'."
9341msgstr ""
9342
9343#: builtin/notes.c:316
9344#, c-format
9345msgid "failed to copy notes from '%s' to '%s'"
9346msgstr ""
9347
9348#. TRANSLATORS: the first %s will be replaced by a
9349#. git notes command: 'add', 'merge', 'remove', etc.
9350#: builtin/notes.c:345
9351#, c-format
9352msgid "refusing to %s notes in %s (outside of refs/notes/)"
9353msgstr ""
9354
9355#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
9356#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:652
9357#: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:970
9358msgid "too many parameters"
9359msgstr ""
9360
9361#: builtin/notes.c:378 builtin/notes.c:665
9362#, c-format
9363msgid "no note found for object %s."
9364msgstr ""
9365
9366#: builtin/notes.c:399 builtin/notes.c:562
9367msgid "note contents as a string"
9368msgstr ""
9369
9370#: builtin/notes.c:402 builtin/notes.c:565
9371msgid "note contents in a file"
9372msgstr ""
9373
9374#: builtin/notes.c:405 builtin/notes.c:568
9375msgid "reuse and edit specified note object"
9376msgstr ""
9377
9378#: builtin/notes.c:408 builtin/notes.c:571
9379msgid "reuse specified note object"
9380msgstr ""
9381
9382#: builtin/notes.c:411 builtin/notes.c:574
9383msgid "allow storing empty note"
9384msgstr ""
9385
9386#: builtin/notes.c:412 builtin/notes.c:483
9387msgid "replace existing notes"
9388msgstr ""
9389
9390#: builtin/notes.c:437
9391#, c-format
9392msgid ""
9393"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
9394"existing notes"
9395msgstr ""
9396
9397#: builtin/notes.c:452 builtin/notes.c:531
9398#, c-format
9399msgid "Overwriting existing notes for object %s\n"
9400msgstr ""
9401
9402#: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:889
9403#, c-format
9404msgid "Removing note for object %s\n"
9405msgstr ""
9406
9407#: builtin/notes.c:484
9408msgid "read objects from stdin"
9409msgstr ""
9410
9411#: builtin/notes.c:486
9412msgid "load rewriting config for <command> (implies --stdin)"
9413msgstr ""
9414
9415#: builtin/notes.c:504
9416msgid "too few parameters"
9417msgstr ""
9418
9419#: builtin/notes.c:525
9420#, c-format
9421msgid ""
9422"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
9423"existing notes"
9424msgstr ""
9425
9426#: builtin/notes.c:537
9427#, c-format
9428msgid "missing notes on source object %s. Cannot copy."
9429msgstr ""
9430
9431#: builtin/notes.c:589
9432#, c-format
9433msgid ""
9434"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
9435"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
9436msgstr ""
9437
9438#: builtin/notes.c:685
9439msgid "failed to delete ref NOTES_MERGE_PARTIAL"
9440msgstr ""
9441
9442#: builtin/notes.c:687
9443msgid "failed to delete ref NOTES_MERGE_REF"
9444msgstr ""
9445
9446#: builtin/notes.c:689
9447msgid "failed to remove 'git notes merge' worktree"
9448msgstr ""
9449
9450#: builtin/notes.c:709
9451msgid "failed to read ref NOTES_MERGE_PARTIAL"
9452msgstr ""
9453
9454#: builtin/notes.c:711
9455msgid "could not find commit from NOTES_MERGE_PARTIAL."
9456msgstr ""
9457
9458#: builtin/notes.c:713
9459msgid "could not parse commit from NOTES_MERGE_PARTIAL."
9460msgstr ""
9461
9462#: builtin/notes.c:726
9463msgid "failed to resolve NOTES_MERGE_REF"
9464msgstr ""
9465
9466#: builtin/notes.c:729
9467msgid "failed to finalize notes merge"
9468msgstr ""
9469
9470#: builtin/notes.c:755
9471#, c-format
9472msgid "unknown notes merge strategy %s"
9473msgstr ""
9474
9475#: builtin/notes.c:771
9476msgid "General options"
9477msgstr ""
9478
9479#: builtin/notes.c:773
9480msgid "Merge options"
9481msgstr ""
9482
9483#: builtin/notes.c:775
9484msgid ""
9485"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
9486"cat_sort_uniq)"
9487msgstr ""
9488
9489#: builtin/notes.c:777
9490msgid "Committing unmerged notes"
9491msgstr ""
9492
9493#: builtin/notes.c:779
9494msgid "finalize notes merge by committing unmerged notes"
9495msgstr ""
9496
9497#: builtin/notes.c:781
9498msgid "Aborting notes merge resolution"
9499msgstr ""
9500
9501#: builtin/notes.c:783
9502msgid "abort notes merge"
9503msgstr ""
9504
9505#: builtin/notes.c:794
9506msgid "cannot mix --commit, --abort or -s/--strategy"
9507msgstr ""
9508
9509#: builtin/notes.c:799
9510msgid "must specify a notes ref to merge"
9511msgstr ""
9512
9513#: builtin/notes.c:823
9514#, c-format
9515msgid "unknown -s/--strategy: %s"
9516msgstr ""
9517
9518#: builtin/notes.c:860
9519#, c-format
9520msgid "a notes merge into %s is already in-progress at %s"
9521msgstr ""
9522
9523#: builtin/notes.c:863
9524#, c-format
9525msgid "failed to store link to current notes ref (%s)"
9526msgstr ""
9527
9528#: builtin/notes.c:865
9529#, c-format
9530msgid ""
9531"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
9532"'git notes merge --commit', or abort the merge with 'git notes merge --"
9533"abort'.\n"
9534msgstr ""
9535
9536#: builtin/notes.c:887
9537#, c-format
9538msgid "Object %s has no note\n"
9539msgstr ""
9540
9541#: builtin/notes.c:899
9542msgid "attempt to remove non-existent note is not an error"
9543msgstr ""
9544
9545#: builtin/notes.c:902
9546msgid "read object names from the standard input"
9547msgstr ""
9548
9549#: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:127
9550msgid "do not remove, show only"
9551msgstr ""
9552
9553#: builtin/notes.c:941
9554msgid "report pruned notes"
9555msgstr ""
9556
9557#: builtin/notes.c:983
9558msgid "notes-ref"
9559msgstr ""
9560
9561#: builtin/notes.c:984
9562msgid "use notes from <notes-ref>"
9563msgstr ""
9564
9565#: builtin/notes.c:1019
9566#, c-format
9567msgid "unknown subcommand: %s"
9568msgstr ""
9569
9570#: builtin/pack-objects.c:29
9571msgid ""
9572"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
9573msgstr ""
9574
9575#: builtin/pack-objects.c:30
9576msgid ""
9577"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
9578msgstr ""
9579
9580#: builtin/pack-objects.c:179 builtin/pack-objects.c:182
9581#, c-format
9582msgid "deflate error (%d)"
9583msgstr ""
9584
9585#: builtin/pack-objects.c:768
9586msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
9587msgstr ""
9588
9589#: builtin/pack-objects.c:781
9590msgid "Writing objects"
9591msgstr ""
9592
9593#: builtin/pack-objects.c:1070
9594msgid "disabling bitmap writing, as some objects are not being packed"
9595msgstr ""
9596
9597#: builtin/pack-objects.c:2346
9598msgid "Compressing objects"
9599msgstr ""
9600
9601#: builtin/pack-objects.c:2759
9602#, c-format
9603msgid "unsupported index version %s"
9604msgstr ""
9605
9606#: builtin/pack-objects.c:2763
9607#, c-format
9608msgid "bad index version '%s'"
9609msgstr ""
9610
9611#: builtin/pack-objects.c:2793
9612msgid "do not show progress meter"
9613msgstr ""
9614
9615#: builtin/pack-objects.c:2795
9616msgid "show progress meter"
9617msgstr ""
9618
9619#: builtin/pack-objects.c:2797
9620msgid "show progress meter during object writing phase"
9621msgstr ""
9622
9623#: builtin/pack-objects.c:2800
9624msgid "similar to --all-progress when progress meter is shown"
9625msgstr ""
9626
9627#: builtin/pack-objects.c:2801
9628msgid "version[,offset]"
9629msgstr ""
9630
9631#: builtin/pack-objects.c:2802
9632msgid "write the pack index file in the specified idx format version"
9633msgstr ""
9634
9635#: builtin/pack-objects.c:2805
9636msgid "maximum size of each output pack file"
9637msgstr ""
9638
9639#: builtin/pack-objects.c:2807
9640msgid "ignore borrowed objects from alternate object store"
9641msgstr ""
9642
9643#: builtin/pack-objects.c:2809
9644msgid "ignore packed objects"
9645msgstr ""
9646
9647#: builtin/pack-objects.c:2811
9648msgid "limit pack window by objects"
9649msgstr ""
9650
9651#: builtin/pack-objects.c:2813
9652msgid "limit pack window by memory in addition to object limit"
9653msgstr ""
9654
9655#: builtin/pack-objects.c:2815
9656msgid "maximum length of delta chain allowed in the resulting pack"
9657msgstr ""
9658
9659#: builtin/pack-objects.c:2817
9660msgid "reuse existing deltas"
9661msgstr ""
9662
9663#: builtin/pack-objects.c:2819
9664msgid "reuse existing objects"
9665msgstr ""
9666
9667#: builtin/pack-objects.c:2821
9668msgid "use OFS_DELTA objects"
9669msgstr ""
9670
9671#: builtin/pack-objects.c:2823
9672msgid "use threads when searching for best delta matches"
9673msgstr ""
9674
9675#: builtin/pack-objects.c:2825
9676msgid "do not create an empty pack output"
9677msgstr ""
9678
9679#: builtin/pack-objects.c:2827
9680msgid "read revision arguments from standard input"
9681msgstr ""
9682
9683#: builtin/pack-objects.c:2829
9684msgid "limit the objects to those that are not yet packed"
9685msgstr ""
9686
9687#: builtin/pack-objects.c:2832
9688msgid "include objects reachable from any reference"
9689msgstr ""
9690
9691#: builtin/pack-objects.c:2835
9692msgid "include objects referred by reflog entries"
9693msgstr ""
9694
9695#: builtin/pack-objects.c:2838
9696msgid "include objects referred to by the index"
9697msgstr ""
9698
9699#: builtin/pack-objects.c:2841
9700msgid "output pack to stdout"
9701msgstr ""
9702
9703#: builtin/pack-objects.c:2843
9704msgid "include tag objects that refer to objects to be packed"
9705msgstr ""
9706
9707#: builtin/pack-objects.c:2845
9708msgid "keep unreachable objects"
9709msgstr ""
9710
9711#: builtin/pack-objects.c:2847
9712msgid "pack loose unreachable objects"
9713msgstr ""
9714
9715#: builtin/pack-objects.c:2849
9716msgid "unpack unreachable objects newer than <time>"
9717msgstr ""
9718
9719#: builtin/pack-objects.c:2852
9720msgid "create thin packs"
9721msgstr ""
9722
9723#: builtin/pack-objects.c:2854
9724msgid "create packs suitable for shallow fetches"
9725msgstr ""
9726
9727#: builtin/pack-objects.c:2856
9728msgid "ignore packs that have companion .keep file"
9729msgstr ""
9730
9731#: builtin/pack-objects.c:2858
9732msgid "pack compression level"
9733msgstr ""
9734
9735#: builtin/pack-objects.c:2860
9736msgid "do not hide commits by grafts"
9737msgstr ""
9738
9739#: builtin/pack-objects.c:2862
9740msgid "use a bitmap index if available to speed up counting objects"
9741msgstr ""
9742
9743#: builtin/pack-objects.c:2864
9744msgid "write a bitmap index together with the pack index"
9745msgstr ""
9746
9747#: builtin/pack-objects.c:2993
9748msgid "Counting objects"
9749msgstr ""
9750
9751#: builtin/pack-refs.c:6
9752msgid "git pack-refs [<options>]"
9753msgstr ""
9754
9755#: builtin/pack-refs.c:14
9756msgid "pack everything"
9757msgstr ""
9758
9759#: builtin/pack-refs.c:15
9760msgid "prune loose refs (default)"
9761msgstr ""
9762
9763#: builtin/prune-packed.c:7
9764msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
9765msgstr ""
9766
9767#: builtin/prune-packed.c:40
9768msgid "Removing duplicate objects"
9769msgstr ""
9770
9771#: builtin/prune.c:11
9772msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
9773msgstr ""
9774
9775#: builtin/prune.c:106 builtin/worktree.c:128
9776msgid "report pruned objects"
9777msgstr ""
9778
9779#: builtin/prune.c:109 builtin/worktree.c:130
9780msgid "expire objects older than <time>"
9781msgstr ""
9782
9783#: builtin/prune.c:123
9784msgid "cannot prune in a precious-objects repo"
9785msgstr ""
9786
9787#: builtin/pull.c:51 builtin/pull.c:53
9788#, c-format
9789msgid "Invalid value for %s: %s"
9790msgstr ""
9791
9792#: builtin/pull.c:73
9793msgid "git pull [<options>] [<repository> [<refspec>...]]"
9794msgstr ""
9795
9796#: builtin/pull.c:121
9797msgid "Options related to merging"
9798msgstr ""
9799
9800#: builtin/pull.c:124
9801msgid "incorporate changes by rebasing rather than merging"
9802msgstr ""
9803
9804#: builtin/pull.c:148 builtin/revert.c:101
9805msgid "allow fast-forward"
9806msgstr ""
9807
9808#: builtin/pull.c:157
9809msgid "automatically stash/stash pop before and after rebase"
9810msgstr ""
9811
9812#: builtin/pull.c:173
9813msgid "Options related to fetching"
9814msgstr ""
9815
9816#: builtin/pull.c:195
9817msgid "number of submodules pulled in parallel"
9818msgstr ""
9819
9820#: builtin/pull.c:284
9821#, c-format
9822msgid "Invalid value for pull.ff: %s"
9823msgstr ""
9824
9825#: builtin/pull.c:397
9826msgid ""
9827"There is no candidate for rebasing against among the refs that you just "
9828"fetched."
9829msgstr ""
9830
9831#: builtin/pull.c:399
9832msgid ""
9833"There are no candidates for merging among the refs that you just fetched."
9834msgstr ""
9835
9836#: builtin/pull.c:400
9837msgid ""
9838"Generally this means that you provided a wildcard refspec which had no\n"
9839"matches on the remote end."
9840msgstr ""
9841
9842#: builtin/pull.c:403
9843#, c-format
9844msgid ""
9845"You asked to pull from the remote '%s', but did not specify\n"
9846"a branch. Because this is not the default configured remote\n"
9847"for your current branch, you must specify a branch on the command line."
9848msgstr ""
9849
9850#: builtin/pull.c:408 git-parse-remote.sh:73
9851msgid "You are not currently on a branch."
9852msgstr ""
9853
9854#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
9855msgid "Please specify which branch you want to rebase against."
9856msgstr ""
9857
9858#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
9859msgid "Please specify which branch you want to merge with."
9860msgstr ""
9861
9862#: builtin/pull.c:413 builtin/pull.c:428
9863msgid "See git-pull(1) for details."
9864msgstr ""
9865
9866#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
9867#: git-parse-remote.sh:64
9868msgid "<remote>"
9869msgstr ""
9870
9871#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:451
9872#: git-parse-remote.sh:65
9873msgid "<branch>"
9874msgstr ""
9875
9876#: builtin/pull.c:423 git-parse-remote.sh:75
9877msgid "There is no tracking information for the current branch."
9878msgstr ""
9879
9880#: builtin/pull.c:432 git-parse-remote.sh:95
9881msgid ""
9882"If you wish to set tracking information for this branch you can do so with:"
9883msgstr ""
9884
9885#: builtin/pull.c:437
9886#, c-format
9887msgid ""
9888"Your configuration specifies to merge with the ref '%s'\n"
9889"from the remote, but no such ref was fetched."
9890msgstr ""
9891
9892#: builtin/pull.c:754
9893msgid "ignoring --verify-signatures for rebase"
9894msgstr ""
9895
9896#: builtin/pull.c:801
9897msgid "--[no-]autostash option is only valid with --rebase."
9898msgstr ""
9899
9900#: builtin/pull.c:809
9901msgid "Updating an unborn branch with changes added to the index."
9902msgstr ""
9903
9904#: builtin/pull.c:812
9905msgid "pull with rebase"
9906msgstr ""
9907
9908#: builtin/pull.c:813
9909msgid "please commit or stash them."
9910msgstr ""
9911
9912#: builtin/pull.c:838
9913#, c-format
9914msgid ""
9915"fetch updated the current branch head.\n"
9916"fast-forwarding your working tree from\n"
9917"commit %s."
9918msgstr ""
9919
9920#: builtin/pull.c:843
9921#, c-format
9922msgid ""
9923"Cannot fast-forward your working tree.\n"
9924"After making sure that you saved anything precious from\n"
9925"$ git diff %s\n"
9926"output, run\n"
9927"$ git reset --hard\n"
9928"to recover."
9929msgstr ""
9930
9931#: builtin/pull.c:858
9932msgid "Cannot merge multiple branches into empty head."
9933msgstr ""
9934
9935#: builtin/pull.c:862
9936msgid "Cannot rebase onto multiple branches."
9937msgstr ""
9938
9939#: builtin/push.c:16
9940msgid "git push [<options>] [<repository> [<refspec>...]]"
9941msgstr ""
9942
9943#: builtin/push.c:89
9944msgid "tag shorthand without <tag>"
9945msgstr ""
9946
9947#: builtin/push.c:99
9948msgid "--delete only accepts plain target ref names"
9949msgstr ""
9950
9951#: builtin/push.c:143
9952msgid ""
9953"\n"
9954"To choose either option permanently, see push.default in 'git help config'."
9955msgstr ""
9956
9957#: builtin/push.c:146
9958#, c-format
9959msgid ""
9960"The upstream branch of your current branch does not match\n"
9961"the name of your current branch.  To push to the upstream branch\n"
9962"on the remote, use\n"
9963"\n"
9964"    git push %s HEAD:%s\n"
9965"\n"
9966"To push to the branch of the same name on the remote, use\n"
9967"\n"
9968"    git push %s %s\n"
9969"%s"
9970msgstr ""
9971
9972#: builtin/push.c:161
9973#, c-format
9974msgid ""
9975"You are not currently on a branch.\n"
9976"To push the history leading to the current (detached HEAD)\n"
9977"state now, use\n"
9978"\n"
9979"    git push %s HEAD:<name-of-remote-branch>\n"
9980msgstr ""
9981
9982#: builtin/push.c:175
9983#, c-format
9984msgid ""
9985"The current branch %s has no upstream branch.\n"
9986"To push the current branch and set the remote as upstream, use\n"
9987"\n"
9988"    git push --set-upstream %s %s\n"
9989msgstr ""
9990
9991#: builtin/push.c:183
9992#, c-format
9993msgid "The current branch %s has multiple upstream branches, refusing to push."
9994msgstr ""
9995
9996#: builtin/push.c:186
9997#, c-format
9998msgid ""
9999"You are pushing to remote '%s', which is not the upstream of\n"
10000"your current branch '%s', without telling me what to push\n"
10001"to update which remote branch."
10002msgstr ""
10003
10004#: builtin/push.c:242
10005msgid ""
10006"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10007msgstr ""
10008
10009#: builtin/push.c:249
10010msgid ""
10011"Updates were rejected because the tip of your current branch is behind\n"
10012"its remote counterpart. Integrate the remote changes (e.g.\n"
10013"'git pull ...') before pushing again.\n"
10014"See the 'Note about fast-forwards' in 'git push --help' for details."
10015msgstr ""
10016
10017#: builtin/push.c:255
10018msgid ""
10019"Updates were rejected because a pushed branch tip is behind its remote\n"
10020"counterpart. Check out this branch and integrate the remote changes\n"
10021"(e.g. 'git pull ...') before pushing again.\n"
10022"See the 'Note about fast-forwards' in 'git push --help' for details."
10023msgstr ""
10024
10025#: builtin/push.c:261
10026msgid ""
10027"Updates were rejected because the remote contains work that you do\n"
10028"not have locally. This is usually caused by another repository pushing\n"
10029"to the same ref. You may want to first integrate the remote changes\n"
10030"(e.g., 'git pull ...') before pushing again.\n"
10031"See the 'Note about fast-forwards' in 'git push --help' for details."
10032msgstr ""
10033
10034#: builtin/push.c:268
10035msgid "Updates were rejected because the tag already exists in the remote."
10036msgstr ""
10037
10038#: builtin/push.c:271
10039msgid ""
10040"You cannot update a remote ref that points at a non-commit object,\n"
10041"or update a remote ref to make it point at a non-commit object,\n"
10042"without using the '--force' option.\n"
10043msgstr ""
10044
10045#: builtin/push.c:331
10046#, c-format
10047msgid "Pushing to %s\n"
10048msgstr ""
10049
10050#: builtin/push.c:335
10051#, c-format
10052msgid "failed to push some refs to '%s'"
10053msgstr ""
10054
10055#: builtin/push.c:366
10056#, c-format
10057msgid "bad repository '%s'"
10058msgstr ""
10059
10060#: builtin/push.c:367
10061msgid ""
10062"No configured push destination.\n"
10063"Either specify the URL from the command-line or configure a remote "
10064"repository using\n"
10065"\n"
10066"    git remote add <name> <url>\n"
10067"\n"
10068"and then push using the remote name\n"
10069"\n"
10070"    git push <name>\n"
10071msgstr ""
10072
10073#: builtin/push.c:385
10074msgid "--all and --tags are incompatible"
10075msgstr ""
10076
10077#: builtin/push.c:386
10078msgid "--all can't be combined with refspecs"
10079msgstr ""
10080
10081#: builtin/push.c:391
10082msgid "--mirror and --tags are incompatible"
10083msgstr ""
10084
10085#: builtin/push.c:392
10086msgid "--mirror can't be combined with refspecs"
10087msgstr ""
10088
10089#: builtin/push.c:397
10090msgid "--all and --mirror are incompatible"
10091msgstr ""
10092
10093#: builtin/push.c:515
10094msgid "repository"
10095msgstr ""
10096
10097#: builtin/push.c:516 builtin/send-pack.c:161
10098msgid "push all refs"
10099msgstr ""
10100
10101#: builtin/push.c:517 builtin/send-pack.c:163
10102msgid "mirror all refs"
10103msgstr ""
10104
10105#: builtin/push.c:519
10106msgid "delete refs"
10107msgstr ""
10108
10109#: builtin/push.c:520
10110msgid "push tags (can't be used with --all or --mirror)"
10111msgstr ""
10112
10113#: builtin/push.c:523 builtin/send-pack.c:164
10114msgid "force updates"
10115msgstr ""
10116
10117#: builtin/push.c:525 builtin/send-pack.c:175
10118msgid "refname>:<expect"
10119msgstr ""
10120
10121#: builtin/push.c:526 builtin/send-pack.c:176
10122msgid "require old value of ref to be at this value"
10123msgstr ""
10124
10125#: builtin/push.c:529
10126msgid "control recursive pushing of submodules"
10127msgstr ""
10128
10129#: builtin/push.c:531 builtin/send-pack.c:169
10130msgid "use thin pack"
10131msgstr ""
10132
10133#: builtin/push.c:532 builtin/push.c:533 builtin/send-pack.c:158
10134#: builtin/send-pack.c:159
10135msgid "receive pack program"
10136msgstr ""
10137
10138#: builtin/push.c:534
10139msgid "set upstream for git pull/status"
10140msgstr ""
10141
10142#: builtin/push.c:537
10143msgid "prune locally removed refs"
10144msgstr ""
10145
10146#: builtin/push.c:539
10147msgid "bypass pre-push hook"
10148msgstr ""
10149
10150#: builtin/push.c:540
10151msgid "push missing but relevant tags"
10152msgstr ""
10153
10154#: builtin/push.c:543 builtin/send-pack.c:166
10155msgid "GPG sign the push"
10156msgstr ""
10157
10158#: builtin/push.c:545 builtin/send-pack.c:170
10159msgid "request atomic transaction on remote side"
10160msgstr ""
10161
10162#: builtin/push.c:546
10163msgid "server-specific"
10164msgstr ""
10165
10166#: builtin/push.c:546
10167msgid "option to transmit"
10168msgstr ""
10169
10170#: builtin/push.c:560
10171msgid "--delete is incompatible with --all, --mirror and --tags"
10172msgstr ""
10173
10174#: builtin/push.c:562
10175msgid "--delete doesn't make sense without any refs"
10176msgstr ""
10177
10178#: builtin/push.c:579
10179msgid "push options must not have new line characters"
10180msgstr ""
10181
10182#: builtin/read-tree.c:37
10183msgid ""
10184"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10185"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10186"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10187msgstr ""
10188
10189#: builtin/read-tree.c:110
10190msgid "write resulting index to <file>"
10191msgstr ""
10192
10193#: builtin/read-tree.c:113
10194msgid "only empty the index"
10195msgstr ""
10196
10197#: builtin/read-tree.c:115
10198msgid "Merging"
10199msgstr ""
10200
10201#: builtin/read-tree.c:117
10202msgid "perform a merge in addition to a read"
10203msgstr ""
10204
10205#: builtin/read-tree.c:119
10206msgid "3-way merge if no file level merging required"
10207msgstr ""
10208
10209#: builtin/read-tree.c:121
10210msgid "3-way merge in presence of adds and removes"
10211msgstr ""
10212
10213#: builtin/read-tree.c:123
10214msgid "same as -m, but discard unmerged entries"
10215msgstr ""
10216
10217#: builtin/read-tree.c:124
10218msgid "<subdirectory>/"
10219msgstr ""
10220
10221#: builtin/read-tree.c:125
10222msgid "read the tree into the index under <subdirectory>/"
10223msgstr ""
10224
10225#: builtin/read-tree.c:128
10226msgid "update working tree with merge result"
10227msgstr ""
10228
10229#: builtin/read-tree.c:130
10230msgid "gitignore"
10231msgstr ""
10232
10233#: builtin/read-tree.c:131
10234msgid "allow explicitly ignored files to be overwritten"
10235msgstr ""
10236
10237#: builtin/read-tree.c:134
10238msgid "don't check the working tree after merging"
10239msgstr ""
10240
10241#: builtin/read-tree.c:135
10242msgid "don't update the index or the work tree"
10243msgstr ""
10244
10245#: builtin/read-tree.c:137
10246msgid "skip applying sparse checkout filter"
10247msgstr ""
10248
10249#: builtin/read-tree.c:139
10250msgid "debug unpack-trees"
10251msgstr ""
10252
10253#: builtin/receive-pack.c:26
10254msgid "git receive-pack <git-dir>"
10255msgstr ""
10256
10257#: builtin/receive-pack.c:793
10258msgid ""
10259"By default, updating the current branch in a non-bare repository\n"
10260"is denied, because it will make the index and work tree inconsistent\n"
10261"with what you pushed, and will require 'git reset --hard' to match\n"
10262"the work tree to HEAD.\n"
10263"\n"
10264"You can set 'receive.denyCurrentBranch' configuration variable to\n"
10265"'ignore' or 'warn' in the remote repository to allow pushing into\n"
10266"its current branch; however, this is not recommended unless you\n"
10267"arranged to update its work tree to match what you pushed in some\n"
10268"other way.\n"
10269"\n"
10270"To squelch this message and still keep the default behaviour, set\n"
10271"'receive.denyCurrentBranch' configuration variable to 'refuse'."
10272msgstr ""
10273
10274#: builtin/receive-pack.c:813
10275msgid ""
10276"By default, deleting the current branch is denied, because the next\n"
10277"'git clone' won't result in any file checked out, causing confusion.\n"
10278"\n"
10279"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10280"'warn' or 'ignore' in the remote repository to allow deleting the\n"
10281"current branch, with or without a warning message.\n"
10282"\n"
10283"To squelch this message, you can set it to 'refuse'."
10284msgstr ""
10285
10286#: builtin/receive-pack.c:1883
10287msgid "quiet"
10288msgstr ""
10289
10290#: builtin/receive-pack.c:1897
10291msgid "You must specify a directory."
10292msgstr ""
10293
10294#: builtin/reflog.c:423
10295#, c-format
10296msgid "'%s' for '%s' is not a valid timestamp"
10297msgstr ""
10298
10299#: builtin/reflog.c:540 builtin/reflog.c:545
10300#, c-format
10301msgid "'%s' is not a valid timestamp"
10302msgstr ""
10303
10304#: builtin/remote.c:12
10305msgid "git remote [-v | --verbose]"
10306msgstr ""
10307
10308#: builtin/remote.c:13
10309msgid ""
10310"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10311"mirror=<fetch|push>] <name> <url>"
10312msgstr ""
10313
10314#: builtin/remote.c:14 builtin/remote.c:34
10315msgid "git remote rename <old> <new>"
10316msgstr ""
10317
10318#: builtin/remote.c:15 builtin/remote.c:39
10319msgid "git remote remove <name>"
10320msgstr ""
10321
10322#: builtin/remote.c:16 builtin/remote.c:44
10323msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10324msgstr ""
10325
10326#: builtin/remote.c:17
10327msgid "git remote [-v | --verbose] show [-n] <name>"
10328msgstr ""
10329
10330#: builtin/remote.c:18
10331msgid "git remote prune [-n | --dry-run] <name>"
10332msgstr ""
10333
10334#: builtin/remote.c:19
10335msgid ""
10336"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10337msgstr ""
10338
10339#: builtin/remote.c:20
10340msgid "git remote set-branches [--add] <name> <branch>..."
10341msgstr ""
10342
10343#: builtin/remote.c:21 builtin/remote.c:70
10344msgid "git remote get-url [--push] [--all] <name>"
10345msgstr ""
10346
10347#: builtin/remote.c:22 builtin/remote.c:75
10348msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
10349msgstr ""
10350
10351#: builtin/remote.c:23 builtin/remote.c:76
10352msgid "git remote set-url --add <name> <newurl>"
10353msgstr ""
10354
10355#: builtin/remote.c:24 builtin/remote.c:77
10356msgid "git remote set-url --delete <name> <url>"
10357msgstr ""
10358
10359#: builtin/remote.c:29
10360msgid "git remote add [<options>] <name> <url>"
10361msgstr ""
10362
10363#: builtin/remote.c:49
10364msgid "git remote set-branches <name> <branch>..."
10365msgstr ""
10366
10367#: builtin/remote.c:50
10368msgid "git remote set-branches --add <name> <branch>..."
10369msgstr ""
10370
10371#: builtin/remote.c:55
10372msgid "git remote show [<options>] <name>"
10373msgstr ""
10374
10375#: builtin/remote.c:60
10376msgid "git remote prune [<options>] <name>"
10377msgstr ""
10378
10379#: builtin/remote.c:65
10380msgid "git remote update [<options>] [<group> | <remote>]..."
10381msgstr ""
10382
10383#: builtin/remote.c:94
10384#, c-format
10385msgid "Updating %s"
10386msgstr ""
10387
10388#: builtin/remote.c:126
10389msgid ""
10390"--mirror is dangerous and deprecated; please\n"
10391"\t use --mirror=fetch or --mirror=push instead"
10392msgstr ""
10393
10394#: builtin/remote.c:143
10395#, c-format
10396msgid "unknown mirror argument: %s"
10397msgstr ""
10398
10399#: builtin/remote.c:159
10400msgid "fetch the remote branches"
10401msgstr ""
10402
10403#: builtin/remote.c:161
10404msgid "import all tags and associated objects when fetching"
10405msgstr ""
10406
10407#: builtin/remote.c:164
10408msgid "or do not fetch any tag at all (--no-tags)"
10409msgstr ""
10410
10411#: builtin/remote.c:166
10412msgid "branch(es) to track"
10413msgstr ""
10414
10415#: builtin/remote.c:167
10416msgid "master branch"
10417msgstr ""
10418
10419#: builtin/remote.c:168
10420msgid "push|fetch"
10421msgstr ""
10422
10423#: builtin/remote.c:169
10424msgid "set up remote as a mirror to push to or fetch from"
10425msgstr ""
10426
10427#: builtin/remote.c:181
10428msgid "specifying a master branch makes no sense with --mirror"
10429msgstr ""
10430
10431#: builtin/remote.c:183
10432msgid "specifying branches to track makes sense only with fetch mirrors"
10433msgstr ""
10434
10435#: builtin/remote.c:190 builtin/remote.c:629
10436#, c-format
10437msgid "remote %s already exists."
10438msgstr ""
10439
10440#: builtin/remote.c:194 builtin/remote.c:633
10441#, c-format
10442msgid "'%s' is not a valid remote name"
10443msgstr ""
10444
10445#: builtin/remote.c:234
10446#, c-format
10447msgid "Could not setup master '%s'"
10448msgstr ""
10449
10450#: builtin/remote.c:336
10451#, c-format
10452msgid "Could not get fetch map for refspec %s"
10453msgstr ""
10454
10455#: builtin/remote.c:437 builtin/remote.c:445
10456msgid "(matching)"
10457msgstr ""
10458
10459#: builtin/remote.c:449
10460msgid "(delete)"
10461msgstr ""
10462
10463#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
10464#, c-format
10465msgid "No such remote: %s"
10466msgstr ""
10467
10468#: builtin/remote.c:639
10469#, c-format
10470msgid "Could not rename config section '%s' to '%s'"
10471msgstr ""
10472
10473#: builtin/remote.c:659
10474#, c-format
10475msgid ""
10476"Not updating non-default fetch refspec\n"
10477"\t%s\n"
10478"\tPlease update the configuration manually if necessary."
10479msgstr ""
10480
10481#: builtin/remote.c:695
10482#, c-format
10483msgid "deleting '%s' failed"
10484msgstr ""
10485
10486#: builtin/remote.c:729
10487#, c-format
10488msgid "creating '%s' failed"
10489msgstr ""
10490
10491#: builtin/remote.c:792
10492msgid ""
10493"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
10494"to delete it, use:"
10495msgid_plural ""
10496"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
10497"to delete them, use:"
10498msgstr[0] ""
10499msgstr[1] ""
10500
10501#: builtin/remote.c:806
10502#, c-format
10503msgid "Could not remove config section '%s'"
10504msgstr ""
10505
10506#: builtin/remote.c:907
10507#, c-format
10508msgid " new (next fetch will store in remotes/%s)"
10509msgstr ""
10510
10511#: builtin/remote.c:910
10512msgid " tracked"
10513msgstr ""
10514
10515#: builtin/remote.c:912
10516msgid " stale (use 'git remote prune' to remove)"
10517msgstr ""
10518
10519#: builtin/remote.c:914
10520msgid " ???"
10521msgstr ""
10522
10523#: builtin/remote.c:955
10524#, c-format
10525msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
10526msgstr ""
10527
10528#: builtin/remote.c:963
10529#, c-format
10530msgid "rebases interactively onto remote %s"
10531msgstr ""
10532
10533#: builtin/remote.c:964
10534#, c-format
10535msgid "rebases onto remote %s"
10536msgstr ""
10537
10538#: builtin/remote.c:967
10539#, c-format
10540msgid " merges with remote %s"
10541msgstr ""
10542
10543#: builtin/remote.c:970
10544#, c-format
10545msgid "merges with remote %s"
10546msgstr ""
10547
10548#: builtin/remote.c:973
10549#, c-format
10550msgid "%-*s    and with remote %s\n"
10551msgstr ""
10552
10553#: builtin/remote.c:1016
10554msgid "create"
10555msgstr ""
10556
10557#: builtin/remote.c:1019
10558msgid "delete"
10559msgstr ""
10560
10561#: builtin/remote.c:1023
10562msgid "up to date"
10563msgstr ""
10564
10565#: builtin/remote.c:1026
10566msgid "fast-forwardable"
10567msgstr ""
10568
10569#: builtin/remote.c:1029
10570msgid "local out of date"
10571msgstr ""
10572
10573#: builtin/remote.c:1036
10574#, c-format
10575msgid "    %-*s forces to %-*s (%s)"
10576msgstr ""
10577
10578#: builtin/remote.c:1039
10579#, c-format
10580msgid "    %-*s pushes to %-*s (%s)"
10581msgstr ""
10582
10583#: builtin/remote.c:1043
10584#, c-format
10585msgid "    %-*s forces to %s"
10586msgstr ""
10587
10588#: builtin/remote.c:1046
10589#, c-format
10590msgid "    %-*s pushes to %s"
10591msgstr ""
10592
10593#: builtin/remote.c:1114
10594msgid "do not query remotes"
10595msgstr ""
10596
10597#: builtin/remote.c:1141
10598#, c-format
10599msgid "* remote %s"
10600msgstr ""
10601
10602#: builtin/remote.c:1142
10603#, c-format
10604msgid "  Fetch URL: %s"
10605msgstr ""
10606
10607#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1295
10608msgid "(no URL)"
10609msgstr ""
10610
10611#. TRANSLATORS: the colon ':' should align with
10612#. the one in "  Fetch URL: %s" translation
10613#: builtin/remote.c:1154 builtin/remote.c:1156
10614#, c-format
10615msgid "  Push  URL: %s"
10616msgstr ""
10617
10618#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
10619#, c-format
10620msgid "  HEAD branch: %s"
10621msgstr ""
10622
10623#: builtin/remote.c:1158
10624msgid "(not queried)"
10625msgstr ""
10626
10627#: builtin/remote.c:1160
10628msgid "(unknown)"
10629msgstr ""
10630
10631#: builtin/remote.c:1164
10632#, c-format
10633msgid ""
10634"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
10635msgstr ""
10636
10637#: builtin/remote.c:1176
10638#, c-format
10639msgid "  Remote branch:%s"
10640msgid_plural "  Remote branches:%s"
10641msgstr[0] ""
10642msgstr[1] ""
10643
10644#: builtin/remote.c:1179 builtin/remote.c:1205
10645msgid " (status not queried)"
10646msgstr ""
10647
10648#: builtin/remote.c:1188
10649msgid "  Local branch configured for 'git pull':"
10650msgid_plural "  Local branches configured for 'git pull':"
10651msgstr[0] ""
10652msgstr[1] ""
10653
10654#: builtin/remote.c:1196
10655msgid "  Local refs will be mirrored by 'git push'"
10656msgstr ""
10657
10658#: builtin/remote.c:1202
10659#, c-format
10660msgid "  Local ref configured for 'git push'%s:"
10661msgid_plural "  Local refs configured for 'git push'%s:"
10662msgstr[0] ""
10663msgstr[1] ""
10664
10665#: builtin/remote.c:1223
10666msgid "set refs/remotes/<name>/HEAD according to remote"
10667msgstr ""
10668
10669#: builtin/remote.c:1225
10670msgid "delete refs/remotes/<name>/HEAD"
10671msgstr ""
10672
10673#: builtin/remote.c:1240
10674msgid "Cannot determine remote HEAD"
10675msgstr ""
10676
10677#: builtin/remote.c:1242
10678msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
10679msgstr ""
10680
10681#: builtin/remote.c:1252
10682#, c-format
10683msgid "Could not delete %s"
10684msgstr ""
10685
10686#: builtin/remote.c:1260
10687#, c-format
10688msgid "Not a valid ref: %s"
10689msgstr ""
10690
10691#: builtin/remote.c:1262
10692#, c-format
10693msgid "Could not setup %s"
10694msgstr ""
10695
10696#: builtin/remote.c:1280
10697#, c-format
10698msgid " %s will become dangling!"
10699msgstr ""
10700
10701#: builtin/remote.c:1281
10702#, c-format
10703msgid " %s has become dangling!"
10704msgstr ""
10705
10706#: builtin/remote.c:1291
10707#, c-format
10708msgid "Pruning %s"
10709msgstr ""
10710
10711#: builtin/remote.c:1292
10712#, c-format
10713msgid "URL: %s"
10714msgstr ""
10715
10716#: builtin/remote.c:1308
10717#, c-format
10718msgid " * [would prune] %s"
10719msgstr ""
10720
10721#: builtin/remote.c:1311
10722#, c-format
10723msgid " * [pruned] %s"
10724msgstr ""
10725
10726#: builtin/remote.c:1356
10727msgid "prune remotes after fetching"
10728msgstr ""
10729
10730#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:1541
10731#, c-format
10732msgid "No such remote '%s'"
10733msgstr ""
10734
10735#: builtin/remote.c:1435
10736msgid "add branch"
10737msgstr ""
10738
10739#: builtin/remote.c:1442
10740msgid "no remote specified"
10741msgstr ""
10742
10743#: builtin/remote.c:1459
10744msgid "query push URLs rather than fetch URLs"
10745msgstr ""
10746
10747#: builtin/remote.c:1461
10748msgid "return all URLs"
10749msgstr ""
10750
10751#: builtin/remote.c:1489
10752#, c-format
10753msgid "no URLs configured for remote '%s'"
10754msgstr ""
10755
10756#: builtin/remote.c:1515
10757msgid "manipulate push URLs"
10758msgstr ""
10759
10760#: builtin/remote.c:1517
10761msgid "add URL"
10762msgstr ""
10763
10764#: builtin/remote.c:1519
10765msgid "delete URLs"
10766msgstr ""
10767
10768#: builtin/remote.c:1526
10769msgid "--add --delete doesn't make sense"
10770msgstr ""
10771
10772#: builtin/remote.c:1567
10773#, c-format
10774msgid "Invalid old URL pattern: %s"
10775msgstr ""
10776
10777#: builtin/remote.c:1575
10778#, c-format
10779msgid "No such URL found: %s"
10780msgstr ""
10781
10782#: builtin/remote.c:1577
10783msgid "Will not delete all non-push URLs"
10784msgstr ""
10785
10786#: builtin/remote.c:1591
10787msgid "be verbose; must be placed before a subcommand"
10788msgstr ""
10789
10790#: builtin/remote.c:1622
10791#, c-format
10792msgid "Unknown subcommand: %s"
10793msgstr ""
10794
10795#: builtin/repack.c:17
10796msgid "git repack [<options>]"
10797msgstr ""
10798
10799#: builtin/repack.c:160
10800msgid "pack everything in a single pack"
10801msgstr ""
10802
10803#: builtin/repack.c:162
10804msgid "same as -a, and turn unreachable objects loose"
10805msgstr ""
10806
10807#: builtin/repack.c:165
10808msgid "remove redundant packs, and run git-prune-packed"
10809msgstr ""
10810
10811#: builtin/repack.c:167
10812msgid "pass --no-reuse-delta to git-pack-objects"
10813msgstr ""
10814
10815#: builtin/repack.c:169
10816msgid "pass --no-reuse-object to git-pack-objects"
10817msgstr ""
10818
10819#: builtin/repack.c:171
10820msgid "do not run git-update-server-info"
10821msgstr ""
10822
10823#: builtin/repack.c:174
10824msgid "pass --local to git-pack-objects"
10825msgstr ""
10826
10827#: builtin/repack.c:176
10828msgid "write bitmap index"
10829msgstr ""
10830
10831#: builtin/repack.c:177
10832msgid "approxidate"
10833msgstr ""
10834
10835#: builtin/repack.c:178
10836msgid "with -A, do not loosen objects older than this"
10837msgstr ""
10838
10839#: builtin/repack.c:180
10840msgid "with -a, repack unreachable objects"
10841msgstr ""
10842
10843#: builtin/repack.c:182
10844msgid "size of the window used for delta compression"
10845msgstr ""
10846
10847#: builtin/repack.c:183 builtin/repack.c:187
10848msgid "bytes"
10849msgstr ""
10850
10851#: builtin/repack.c:184
10852msgid "same as the above, but limit memory size instead of entries count"
10853msgstr ""
10854
10855#: builtin/repack.c:186
10856msgid "limits the maximum delta depth"
10857msgstr ""
10858
10859#: builtin/repack.c:188
10860msgid "maximum size of each packfile"
10861msgstr ""
10862
10863#: builtin/repack.c:190
10864msgid "repack objects in packs marked with .keep"
10865msgstr ""
10866
10867#: builtin/repack.c:200
10868msgid "cannot delete packs in a precious-objects repo"
10869msgstr ""
10870
10871#: builtin/repack.c:204
10872msgid "--keep-unreachable and -A are incompatible"
10873msgstr ""
10874
10875#: builtin/repack.c:391 builtin/worktree.c:115
10876#, c-format
10877msgid "failed to remove '%s'"
10878msgstr ""
10879
10880#: builtin/replace.c:19
10881msgid "git replace [-f] <object> <replacement>"
10882msgstr ""
10883
10884#: builtin/replace.c:20
10885msgid "git replace [-f] --edit <object>"
10886msgstr ""
10887
10888#: builtin/replace.c:21
10889msgid "git replace [-f] --graft <commit> [<parent>...]"
10890msgstr ""
10891
10892#: builtin/replace.c:22
10893msgid "git replace -d <object>..."
10894msgstr ""
10895
10896#: builtin/replace.c:23
10897msgid "git replace [--format=<format>] [-l [<pattern>]]"
10898msgstr ""
10899
10900#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
10901#, c-format
10902msgid "Not a valid object name: '%s'"
10903msgstr ""
10904
10905#: builtin/replace.c:355
10906#, c-format
10907msgid "bad mergetag in commit '%s'"
10908msgstr ""
10909
10910#: builtin/replace.c:357
10911#, c-format
10912msgid "malformed mergetag in commit '%s'"
10913msgstr ""
10914
10915#: builtin/replace.c:368
10916#, c-format
10917msgid ""
10918"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
10919"instead of --graft"
10920msgstr ""
10921
10922#: builtin/replace.c:401
10923#, c-format
10924msgid "the original commit '%s' has a gpg signature."
10925msgstr ""
10926
10927#: builtin/replace.c:402
10928msgid "the signature will be removed in the replacement commit!"
10929msgstr ""
10930
10931#: builtin/replace.c:408
10932#, c-format
10933msgid "could not write replacement commit for: '%s'"
10934msgstr ""
10935
10936#: builtin/replace.c:432
10937msgid "list replace refs"
10938msgstr ""
10939
10940#: builtin/replace.c:433
10941msgid "delete replace refs"
10942msgstr ""
10943
10944#: builtin/replace.c:434
10945msgid "edit existing object"
10946msgstr ""
10947
10948#: builtin/replace.c:435
10949msgid "change a commit's parents"
10950msgstr ""
10951
10952#: builtin/replace.c:436
10953msgid "replace the ref if it exists"
10954msgstr ""
10955
10956#: builtin/replace.c:437
10957msgid "do not pretty-print contents for --edit"
10958msgstr ""
10959
10960#: builtin/replace.c:438
10961msgid "use this format"
10962msgstr ""
10963
10964#: builtin/rerere.c:12
10965msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
10966msgstr ""
10967
10968#: builtin/rerere.c:58
10969msgid "register clean resolutions in index"
10970msgstr ""
10971
10972#: builtin/reset.c:26
10973msgid ""
10974"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
10975msgstr ""
10976
10977#: builtin/reset.c:27
10978msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
10979msgstr ""
10980
10981#: builtin/reset.c:28
10982msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
10983msgstr ""
10984
10985#: builtin/reset.c:34
10986msgid "mixed"
10987msgstr ""
10988
10989#: builtin/reset.c:34
10990msgid "soft"
10991msgstr ""
10992
10993#: builtin/reset.c:34
10994msgid "hard"
10995msgstr ""
10996
10997#: builtin/reset.c:34
10998msgid "merge"
10999msgstr ""
11000
11001#: builtin/reset.c:34
11002msgid "keep"
11003msgstr ""
11004
11005#: builtin/reset.c:74
11006msgid "You do not have a valid HEAD."
11007msgstr ""
11008
11009#: builtin/reset.c:76
11010msgid "Failed to find tree of HEAD."
11011msgstr ""
11012
11013#: builtin/reset.c:82
11014#, c-format
11015msgid "Failed to find tree of %s."
11016msgstr ""
11017
11018#: builtin/reset.c:100
11019#, c-format
11020msgid "HEAD is now at %s"
11021msgstr ""
11022
11023#: builtin/reset.c:183
11024#, c-format
11025msgid "Cannot do a %s reset in the middle of a merge."
11026msgstr ""
11027
11028#: builtin/reset.c:276
11029msgid "be quiet, only report errors"
11030msgstr ""
11031
11032#: builtin/reset.c:278
11033msgid "reset HEAD and index"
11034msgstr ""
11035
11036#: builtin/reset.c:279
11037msgid "reset only HEAD"
11038msgstr ""
11039
11040#: builtin/reset.c:281 builtin/reset.c:283
11041msgid "reset HEAD, index and working tree"
11042msgstr ""
11043
11044#: builtin/reset.c:285
11045msgid "reset HEAD but keep local changes"
11046msgstr ""
11047
11048#: builtin/reset.c:288
11049msgid "record only the fact that removed paths will be added later"
11050msgstr ""
11051
11052#: builtin/reset.c:305
11053#, c-format
11054msgid "Failed to resolve '%s' as a valid revision."
11055msgstr ""
11056
11057#: builtin/reset.c:313
11058#, c-format
11059msgid "Failed to resolve '%s' as a valid tree."
11060msgstr ""
11061
11062#: builtin/reset.c:322
11063msgid "--patch is incompatible with --{hard,mixed,soft}"
11064msgstr ""
11065
11066#: builtin/reset.c:331
11067msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11068msgstr ""
11069
11070#: builtin/reset.c:333
11071#, c-format
11072msgid "Cannot do %s reset with paths."
11073msgstr ""
11074
11075#: builtin/reset.c:343
11076#, c-format
11077msgid "%s reset is not allowed in a bare repository"
11078msgstr ""
11079
11080#: builtin/reset.c:347
11081msgid "-N can only be used with --mixed"
11082msgstr ""
11083
11084#: builtin/reset.c:364
11085msgid "Unstaged changes after reset:"
11086msgstr ""
11087
11088#: builtin/reset.c:370
11089#, c-format
11090msgid "Could not reset index file to revision '%s'."
11091msgstr ""
11092
11093#: builtin/reset.c:374
11094msgid "Could not write new index file."
11095msgstr ""
11096
11097#: builtin/rev-list.c:354
11098msgid "rev-list does not support display of notes"
11099msgstr ""
11100
11101#: builtin/rev-parse.c:386
11102msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11103msgstr ""
11104
11105#: builtin/rev-parse.c:391
11106msgid "keep the `--` passed as an arg"
11107msgstr ""
11108
11109#: builtin/rev-parse.c:393
11110msgid "stop parsing after the first non-option argument"
11111msgstr ""
11112
11113#: builtin/rev-parse.c:396
11114msgid "output in stuck long form"
11115msgstr ""
11116
11117#: builtin/rev-parse.c:527
11118msgid ""
11119"git rev-parse --parseopt [<options>] -- [<args>...]\n"
11120"   or: git rev-parse --sq-quote [<arg>...]\n"
11121"   or: git rev-parse [<options>] [<arg>...]\n"
11122"\n"
11123"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11124msgstr ""
11125
11126#: builtin/revert.c:22
11127msgid "git revert [<options>] <commit-ish>..."
11128msgstr ""
11129
11130#: builtin/revert.c:23
11131msgid "git revert <subcommand>"
11132msgstr ""
11133
11134#: builtin/revert.c:28
11135msgid "git cherry-pick [<options>] <commit-ish>..."
11136msgstr ""
11137
11138#: builtin/revert.c:29
11139msgid "git cherry-pick <subcommand>"
11140msgstr ""
11141
11142#: builtin/revert.c:71
11143#, c-format
11144msgid "%s: %s cannot be used with %s"
11145msgstr ""
11146
11147#: builtin/revert.c:80
11148msgid "end revert or cherry-pick sequence"
11149msgstr ""
11150
11151#: builtin/revert.c:81
11152msgid "resume revert or cherry-pick sequence"
11153msgstr ""
11154
11155#: builtin/revert.c:82
11156msgid "cancel revert or cherry-pick sequence"
11157msgstr ""
11158
11159#: builtin/revert.c:83
11160msgid "don't automatically commit"
11161msgstr ""
11162
11163#: builtin/revert.c:84
11164msgid "edit the commit message"
11165msgstr ""
11166
11167#: builtin/revert.c:87
11168msgid "parent number"
11169msgstr ""
11170
11171#: builtin/revert.c:89
11172msgid "merge strategy"
11173msgstr ""
11174
11175#: builtin/revert.c:90
11176msgid "option"
11177msgstr ""
11178
11179#: builtin/revert.c:91
11180msgid "option for merge strategy"
11181msgstr ""
11182
11183#: builtin/revert.c:100
11184msgid "append commit name"
11185msgstr ""
11186
11187#: builtin/revert.c:102
11188msgid "preserve initially empty commits"
11189msgstr ""
11190
11191#: builtin/revert.c:103
11192msgid "allow commits with empty messages"
11193msgstr ""
11194
11195#: builtin/revert.c:104
11196msgid "keep redundant, empty commits"
11197msgstr ""
11198
11199#: builtin/revert.c:192
11200msgid "revert failed"
11201msgstr ""
11202
11203#: builtin/revert.c:205
11204msgid "cherry-pick failed"
11205msgstr ""
11206
11207#: builtin/rm.c:17
11208msgid "git rm [<options>] [--] <file>..."
11209msgstr ""
11210
11211#: builtin/rm.c:65
11212msgid ""
11213"the following submodule (or one of its nested submodules)\n"
11214"uses a .git directory:"
11215msgid_plural ""
11216"the following submodules (or one of their nested submodules)\n"
11217"use a .git directory:"
11218msgstr[0] ""
11219msgstr[1] ""
11220
11221#: builtin/rm.c:71
11222msgid ""
11223"\n"
11224"(use 'rm -rf' if you really want to remove it including all of its history)"
11225msgstr ""
11226
11227#: builtin/rm.c:230
11228msgid ""
11229"the following file has staged content different from both the\n"
11230"file and the HEAD:"
11231msgid_plural ""
11232"the following files have staged content different from both the\n"
11233"file and the HEAD:"
11234msgstr[0] ""
11235msgstr[1] ""
11236
11237#: builtin/rm.c:235
11238msgid ""
11239"\n"
11240"(use -f to force removal)"
11241msgstr ""
11242
11243#: builtin/rm.c:239
11244msgid "the following file has changes staged in the index:"
11245msgid_plural "the following files have changes staged in the index:"
11246msgstr[0] ""
11247msgstr[1] ""
11248
11249#: builtin/rm.c:243 builtin/rm.c:254
11250msgid ""
11251"\n"
11252"(use --cached to keep the file, or -f to force removal)"
11253msgstr ""
11254
11255#: builtin/rm.c:251
11256msgid "the following file has local modifications:"
11257msgid_plural "the following files have local modifications:"
11258msgstr[0] ""
11259msgstr[1] ""
11260
11261#: builtin/rm.c:269
11262msgid "do not list removed files"
11263msgstr ""
11264
11265#: builtin/rm.c:270
11266msgid "only remove from the index"
11267msgstr ""
11268
11269#: builtin/rm.c:271
11270msgid "override the up-to-date check"
11271msgstr ""
11272
11273#: builtin/rm.c:272
11274msgid "allow recursive removal"
11275msgstr ""
11276
11277#: builtin/rm.c:274
11278msgid "exit with a zero status even if nothing matched"
11279msgstr ""
11280
11281#: builtin/rm.c:335
11282#, c-format
11283msgid "not removing '%s' recursively without -r"
11284msgstr ""
11285
11286#: builtin/rm.c:374
11287#, c-format
11288msgid "git rm: unable to remove %s"
11289msgstr ""
11290
11291#: builtin/send-pack.c:18
11292msgid ""
11293"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11294"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11295"[<ref>...]\n"
11296"  --all and explicit <ref> specification are mutually exclusive."
11297msgstr ""
11298
11299#: builtin/send-pack.c:160
11300msgid "remote name"
11301msgstr ""
11302
11303#: builtin/send-pack.c:171
11304msgid "use stateless RPC protocol"
11305msgstr ""
11306
11307#: builtin/send-pack.c:172
11308msgid "read refs from stdin"
11309msgstr ""
11310
11311#: builtin/send-pack.c:173
11312msgid "print status from remote helper"
11313msgstr ""
11314
11315#: builtin/shortlog.c:13
11316msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11317msgstr ""
11318
11319#: builtin/shortlog.c:242
11320msgid "sort output according to the number of commits per author"
11321msgstr ""
11322
11323#: builtin/shortlog.c:244
11324msgid "Suppress commit descriptions, only provides commit count"
11325msgstr ""
11326
11327#: builtin/shortlog.c:246
11328msgid "Show the email address of each author"
11329msgstr ""
11330
11331#: builtin/shortlog.c:247
11332msgid "w[,i1[,i2]]"
11333msgstr ""
11334
11335#: builtin/shortlog.c:248
11336msgid "Linewrap output"
11337msgstr ""
11338
11339#: builtin/show-branch.c:10
11340msgid ""
11341"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
11342"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
11343"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
11344"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
11345msgstr ""
11346
11347#: builtin/show-branch.c:14
11348msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
11349msgstr ""
11350
11351#: builtin/show-branch.c:375
11352#, c-format
11353msgid "ignoring %s; cannot handle more than %d ref"
11354msgid_plural "ignoring %s; cannot handle more than %d refs"
11355msgstr[0] ""
11356msgstr[1] ""
11357
11358#: builtin/show-branch.c:541
11359#, c-format
11360msgid "no matching refs with %s"
11361msgstr ""
11362
11363#: builtin/show-branch.c:639
11364msgid "show remote-tracking and local branches"
11365msgstr ""
11366
11367#: builtin/show-branch.c:641
11368msgid "show remote-tracking branches"
11369msgstr ""
11370
11371#: builtin/show-branch.c:643
11372msgid "color '*!+-' corresponding to the branch"
11373msgstr ""
11374
11375#: builtin/show-branch.c:645
11376msgid "show <n> more commits after the common ancestor"
11377msgstr ""
11378
11379#: builtin/show-branch.c:647
11380msgid "synonym to more=-1"
11381msgstr ""
11382
11383#: builtin/show-branch.c:648
11384msgid "suppress naming strings"
11385msgstr ""
11386
11387#: builtin/show-branch.c:650
11388msgid "include the current branch"
11389msgstr ""
11390
11391#: builtin/show-branch.c:652
11392msgid "name commits with their object names"
11393msgstr ""
11394
11395#: builtin/show-branch.c:654
11396msgid "show possible merge bases"
11397msgstr ""
11398
11399#: builtin/show-branch.c:656
11400msgid "show refs unreachable from any other ref"
11401msgstr ""
11402
11403#: builtin/show-branch.c:658
11404msgid "show commits in topological order"
11405msgstr ""
11406
11407#: builtin/show-branch.c:661
11408msgid "show only commits not on the first branch"
11409msgstr ""
11410
11411#: builtin/show-branch.c:663
11412msgid "show merges reachable from only one tip"
11413msgstr ""
11414
11415#: builtin/show-branch.c:665
11416msgid "topologically sort, maintaining date order where possible"
11417msgstr ""
11418
11419#: builtin/show-branch.c:668
11420msgid "<n>[,<base>]"
11421msgstr ""
11422
11423#: builtin/show-branch.c:669
11424msgid "show <n> most recent ref-log entries starting at base"
11425msgstr ""
11426
11427#: builtin/show-branch.c:703
11428msgid ""
11429"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
11430msgstr ""
11431
11432#: builtin/show-branch.c:727
11433msgid "no branches given, and HEAD is not valid"
11434msgstr ""
11435
11436#: builtin/show-branch.c:730
11437msgid "--reflog option needs one branch name"
11438msgstr ""
11439
11440#: builtin/show-branch.c:733
11441#, c-format
11442msgid "only %d entry can be shown at one time."
11443msgid_plural "only %d entries can be shown at one time."
11444msgstr[0] ""
11445msgstr[1] ""
11446
11447#: builtin/show-branch.c:737
11448#, c-format
11449msgid "no such ref %s"
11450msgstr ""
11451
11452#: builtin/show-branch.c:829
11453#, c-format
11454msgid "cannot handle more than %d rev."
11455msgid_plural "cannot handle more than %d revs."
11456msgstr[0] ""
11457msgstr[1] ""
11458
11459#: builtin/show-branch.c:833
11460#, c-format
11461msgid "'%s' is not a valid ref."
11462msgstr ""
11463
11464#: builtin/show-branch.c:836
11465#, c-format
11466msgid "cannot find commit %s (%s)"
11467msgstr ""
11468
11469#: builtin/show-ref.c:10
11470msgid ""
11471"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
11472"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
11473msgstr ""
11474
11475#: builtin/show-ref.c:11
11476msgid "git show-ref --exclude-existing[=<pattern>]"
11477msgstr ""
11478
11479#: builtin/show-ref.c:165
11480msgid "only show tags (can be combined with heads)"
11481msgstr ""
11482
11483#: builtin/show-ref.c:166
11484msgid "only show heads (can be combined with tags)"
11485msgstr ""
11486
11487#: builtin/show-ref.c:167
11488msgid "stricter reference checking, requires exact ref path"
11489msgstr ""
11490
11491#: builtin/show-ref.c:170 builtin/show-ref.c:172
11492msgid "show the HEAD reference, even if it would be filtered out"
11493msgstr ""
11494
11495#: builtin/show-ref.c:174
11496msgid "dereference tags into object IDs"
11497msgstr ""
11498
11499#: builtin/show-ref.c:176
11500msgid "only show SHA1 hash using <n> digits"
11501msgstr ""
11502
11503#: builtin/show-ref.c:180
11504msgid "do not print results to stdout (useful with --verify)"
11505msgstr ""
11506
11507#: builtin/show-ref.c:182
11508msgid "show refs from stdin that aren't in local repository"
11509msgstr ""
11510
11511#: builtin/stripspace.c:17
11512msgid "git stripspace [-s | --strip-comments]"
11513msgstr ""
11514
11515#: builtin/stripspace.c:18
11516msgid "git stripspace [-c | --comment-lines]"
11517msgstr ""
11518
11519#: builtin/stripspace.c:35
11520msgid "skip and remove all lines starting with comment character"
11521msgstr ""
11522
11523#: builtin/stripspace.c:38
11524msgid "prepend comment character and space to each line"
11525msgstr ""
11526
11527#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1046
11528#, c-format
11529msgid "No such ref: %s"
11530msgstr ""
11531
11532#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1055
11533#, c-format
11534msgid "Expecting a full ref name, got %s"
11535msgstr ""
11536
11537#: builtin/submodule--helper.c:71
11538#, c-format
11539msgid "cannot strip one component off url '%s'"
11540msgstr ""
11541
11542#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:408
11543#: builtin/submodule--helper.c:590
11544msgid "alternative anchor for relative paths"
11545msgstr ""
11546
11547#: builtin/submodule--helper.c:287
11548msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
11549msgstr ""
11550
11551#: builtin/submodule--helper.c:329 builtin/submodule--helper.c:343
11552#, c-format
11553msgid "No url found for submodule path '%s' in .gitmodules"
11554msgstr ""
11555
11556#: builtin/submodule--helper.c:369
11557#, c-format
11558msgid "Failed to register url for submodule path '%s'"
11559msgstr ""
11560
11561#: builtin/submodule--helper.c:373
11562#, c-format
11563msgid "Submodule '%s' (%s) registered for path '%s'\n"
11564msgstr ""
11565
11566#: builtin/submodule--helper.c:383
11567#, c-format
11568msgid "warning: command update mode suggested for submodule '%s'\n"
11569msgstr ""
11570
11571#: builtin/submodule--helper.c:390
11572#, c-format
11573msgid "Failed to register update mode for submodule path '%s'"
11574msgstr ""
11575
11576#: builtin/submodule--helper.c:409
11577msgid "Suppress output for initializing a submodule"
11578msgstr ""
11579
11580#: builtin/submodule--helper.c:414
11581msgid "git submodule--helper init [<path>]"
11582msgstr ""
11583
11584#: builtin/submodule--helper.c:435
11585msgid "git submodule--helper name <path>"
11586msgstr ""
11587
11588#: builtin/submodule--helper.c:441
11589#, c-format
11590msgid "no submodule mapping found in .gitmodules for path '%s'"
11591msgstr ""
11592
11593#: builtin/submodule--helper.c:524 builtin/submodule--helper.c:527
11594#, c-format
11595msgid "submodule '%s' cannot add alternate: %s"
11596msgstr ""
11597
11598#: builtin/submodule--helper.c:563
11599#, c-format
11600msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
11601msgstr ""
11602
11603#: builtin/submodule--helper.c:570
11604#, c-format
11605msgid "Value '%s' for submodule.alternateLocation is not recognized"
11606msgstr ""
11607
11608#: builtin/submodule--helper.c:593
11609msgid "where the new submodule will be cloned to"
11610msgstr ""
11611
11612#: builtin/submodule--helper.c:596
11613msgid "name of the new submodule"
11614msgstr ""
11615
11616#: builtin/submodule--helper.c:599
11617msgid "url where to clone the submodule from"
11618msgstr ""
11619
11620#: builtin/submodule--helper.c:605
11621msgid "depth for shallow clones"
11622msgstr ""
11623
11624#: builtin/submodule--helper.c:608 builtin/submodule--helper.c:964
11625msgid "force cloning progress"
11626msgstr ""
11627
11628#: builtin/submodule--helper.c:613
11629msgid ""
11630"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
11631"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
11632msgstr ""
11633
11634#: builtin/submodule--helper.c:638 builtin/submodule--helper.c:648
11635#, c-format
11636msgid "could not create directory '%s'"
11637msgstr ""
11638
11639#: builtin/submodule--helper.c:644
11640#, c-format
11641msgid "clone of '%s' into submodule path '%s' failed"
11642msgstr ""
11643
11644#: builtin/submodule--helper.c:660
11645#, c-format
11646msgid "cannot open file '%s'"
11647msgstr ""
11648
11649#: builtin/submodule--helper.c:665
11650#, c-format
11651msgid "could not close file %s"
11652msgstr ""
11653
11654#: builtin/submodule--helper.c:672
11655#, c-format
11656msgid "could not get submodule directory for '%s'"
11657msgstr ""
11658
11659#: builtin/submodule--helper.c:726
11660#, c-format
11661msgid "Submodule path '%s' not initialized"
11662msgstr ""
11663
11664#: builtin/submodule--helper.c:730
11665msgid "Maybe you want to use 'update --init'?"
11666msgstr ""
11667
11668#: builtin/submodule--helper.c:756
11669#, c-format
11670msgid "Skipping unmerged submodule %s"
11671msgstr ""
11672
11673#: builtin/submodule--helper.c:777
11674#, c-format
11675msgid "Skipping submodule '%s'"
11676msgstr ""
11677
11678#: builtin/submodule--helper.c:913
11679#, c-format
11680msgid "Failed to clone '%s'. Retry scheduled"
11681msgstr ""
11682
11683#: builtin/submodule--helper.c:924
11684#, c-format
11685msgid "Failed to clone '%s' a second time, aborting"
11686msgstr ""
11687
11688#: builtin/submodule--helper.c:945
11689msgid "path into the working tree"
11690msgstr ""
11691
11692#: builtin/submodule--helper.c:948
11693msgid "path into the working tree, across nested submodule boundaries"
11694msgstr ""
11695
11696#: builtin/submodule--helper.c:952
11697msgid "rebase, merge, checkout or none"
11698msgstr ""
11699
11700#: builtin/submodule--helper.c:956
11701msgid "Create a shallow clone truncated to the specified number of revisions"
11702msgstr ""
11703
11704#: builtin/submodule--helper.c:959
11705msgid "parallel jobs"
11706msgstr ""
11707
11708#: builtin/submodule--helper.c:961
11709msgid "whether the initial clone should follow the shallow recommendation"
11710msgstr ""
11711
11712#: builtin/submodule--helper.c:962
11713msgid "don't print cloning progress"
11714msgstr ""
11715
11716#: builtin/submodule--helper.c:969
11717msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
11718msgstr ""
11719
11720#: builtin/submodule--helper.c:979
11721msgid "bad value for update parameter"
11722msgstr ""
11723
11724#: builtin/submodule--helper.c:1050
11725#, c-format
11726msgid ""
11727"Submodule (%s) branch configured to inherit branch from superproject, but "
11728"the superproject is not on any branch"
11729msgstr ""
11730
11731#: builtin/submodule--helper.c:1100
11732msgid "submodule--helper subcommand must be called with a subcommand"
11733msgstr ""
11734
11735#: builtin/submodule--helper.c:1107
11736#, c-format
11737msgid "'%s' is not a valid submodule--helper subcommand"
11738msgstr ""
11739
11740#: builtin/symbolic-ref.c:7
11741msgid "git symbolic-ref [<options>] <name> [<ref>]"
11742msgstr ""
11743
11744#: builtin/symbolic-ref.c:8
11745msgid "git symbolic-ref -d [-q] <name>"
11746msgstr ""
11747
11748#: builtin/symbolic-ref.c:40
11749msgid "suppress error message for non-symbolic (detached) refs"
11750msgstr ""
11751
11752#: builtin/symbolic-ref.c:41
11753msgid "delete symbolic ref"
11754msgstr ""
11755
11756#: builtin/symbolic-ref.c:42
11757msgid "shorten ref output"
11758msgstr ""
11759
11760#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11761msgid "reason"
11762msgstr ""
11763
11764#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
11765msgid "reason of the update"
11766msgstr ""
11767
11768#: builtin/tag.c:23
11769msgid ""
11770"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
11771"[<head>]"
11772msgstr ""
11773
11774#: builtin/tag.c:24
11775msgid "git tag -d <tagname>..."
11776msgstr ""
11777
11778#: builtin/tag.c:25
11779msgid ""
11780"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
11781"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
11782msgstr ""
11783
11784#: builtin/tag.c:27
11785msgid "git tag -v <tagname>..."
11786msgstr ""
11787
11788#: builtin/tag.c:81
11789#, c-format
11790msgid "tag name too long: %.*s..."
11791msgstr ""
11792
11793#: builtin/tag.c:86
11794#, c-format
11795msgid "tag '%s' not found."
11796msgstr ""
11797
11798#: builtin/tag.c:101
11799#, c-format
11800msgid "Deleted tag '%s' (was %s)\n"
11801msgstr ""
11802
11803#: builtin/tag.c:117
11804#, c-format
11805msgid ""
11806"\n"
11807"Write a message for tag:\n"
11808"  %s\n"
11809"Lines starting with '%c' will be ignored.\n"
11810msgstr ""
11811
11812#: builtin/tag.c:121
11813#, c-format
11814msgid ""
11815"\n"
11816"Write a message for tag:\n"
11817"  %s\n"
11818"Lines starting with '%c' will be kept; you may remove them yourself if you "
11819"want to.\n"
11820msgstr ""
11821
11822#: builtin/tag.c:199
11823msgid "unable to sign the tag"
11824msgstr ""
11825
11826#: builtin/tag.c:201
11827msgid "unable to write tag file"
11828msgstr ""
11829
11830#: builtin/tag.c:226
11831msgid "bad object type."
11832msgstr ""
11833
11834#: builtin/tag.c:239
11835msgid "tag header too big."
11836msgstr ""
11837
11838#: builtin/tag.c:275
11839msgid "no tag message?"
11840msgstr ""
11841
11842#: builtin/tag.c:281
11843#, c-format
11844msgid "The tag message has been left in %s\n"
11845msgstr ""
11846
11847#: builtin/tag.c:339
11848msgid "list tag names"
11849msgstr ""
11850
11851#: builtin/tag.c:341
11852msgid "print <n> lines of each tag message"
11853msgstr ""
11854
11855#: builtin/tag.c:343
11856msgid "delete tags"
11857msgstr ""
11858
11859#: builtin/tag.c:344
11860msgid "verify tags"
11861msgstr ""
11862
11863#: builtin/tag.c:346
11864msgid "Tag creation options"
11865msgstr ""
11866
11867#: builtin/tag.c:348
11868msgid "annotated tag, needs a message"
11869msgstr ""
11870
11871#: builtin/tag.c:350
11872msgid "tag message"
11873msgstr ""
11874
11875#: builtin/tag.c:352
11876msgid "annotated and GPG-signed tag"
11877msgstr ""
11878
11879#: builtin/tag.c:356
11880msgid "use another key to sign the tag"
11881msgstr ""
11882
11883#: builtin/tag.c:357
11884msgid "replace the tag if exists"
11885msgstr ""
11886
11887#: builtin/tag.c:358 builtin/update-ref.c:368
11888msgid "create a reflog"
11889msgstr ""
11890
11891#: builtin/tag.c:360
11892msgid "Tag listing options"
11893msgstr ""
11894
11895#: builtin/tag.c:361
11896msgid "show tag list in columns"
11897msgstr ""
11898
11899#: builtin/tag.c:362 builtin/tag.c:363
11900msgid "print only tags that contain the commit"
11901msgstr ""
11902
11903#: builtin/tag.c:364
11904msgid "print only tags that are merged"
11905msgstr ""
11906
11907#: builtin/tag.c:365
11908msgid "print only tags that are not merged"
11909msgstr ""
11910
11911#: builtin/tag.c:370
11912msgid "print only tags of the object"
11913msgstr ""
11914
11915#: builtin/tag.c:399
11916msgid "--column and -n are incompatible"
11917msgstr ""
11918
11919#: builtin/tag.c:419
11920msgid "-n option is only allowed with -l."
11921msgstr ""
11922
11923#: builtin/tag.c:421
11924msgid "--contains option is only allowed with -l."
11925msgstr ""
11926
11927#: builtin/tag.c:423
11928msgid "--points-at option is only allowed with -l."
11929msgstr ""
11930
11931#: builtin/tag.c:425
11932msgid "--merged and --no-merged option are only allowed with -l"
11933msgstr ""
11934
11935#: builtin/tag.c:433
11936msgid "only one -F or -m option is allowed."
11937msgstr ""
11938
11939#: builtin/tag.c:452
11940msgid "too many params"
11941msgstr ""
11942
11943#: builtin/tag.c:458
11944#, c-format
11945msgid "'%s' is not a valid tag name."
11946msgstr ""
11947
11948#: builtin/tag.c:463
11949#, c-format
11950msgid "tag '%s' already exists"
11951msgstr ""
11952
11953#: builtin/tag.c:491
11954#, c-format
11955msgid "Updated tag '%s' (was %s)\n"
11956msgstr ""
11957
11958#: builtin/unpack-objects.c:493
11959msgid "Unpacking objects"
11960msgstr ""
11961
11962#: builtin/update-index.c:79
11963#, c-format
11964msgid "failed to create directory %s"
11965msgstr ""
11966
11967#: builtin/update-index.c:85
11968#, c-format
11969msgid "failed to stat %s"
11970msgstr ""
11971
11972#: builtin/update-index.c:95
11973#, c-format
11974msgid "failed to create file %s"
11975msgstr ""
11976
11977#: builtin/update-index.c:103
11978#, c-format
11979msgid "failed to delete file %s"
11980msgstr ""
11981
11982#: builtin/update-index.c:110 builtin/update-index.c:212
11983#, c-format
11984msgid "failed to delete directory %s"
11985msgstr ""
11986
11987#: builtin/update-index.c:133
11988#, c-format
11989msgid "Testing mtime in '%s' "
11990msgstr ""
11991
11992#: builtin/update-index.c:145
11993msgid "directory stat info does not change after adding a new file"
11994msgstr ""
11995
11996#: builtin/update-index.c:158
11997msgid "directory stat info does not change after adding a new directory"
11998msgstr ""
11999
12000#: builtin/update-index.c:171
12001msgid "directory stat info changes after updating a file"
12002msgstr ""
12003
12004#: builtin/update-index.c:182
12005msgid "directory stat info changes after adding a file inside subdirectory"
12006msgstr ""
12007
12008#: builtin/update-index.c:193
12009msgid "directory stat info does not change after deleting a file"
12010msgstr ""
12011
12012#: builtin/update-index.c:206
12013msgid "directory stat info does not change after deleting a directory"
12014msgstr ""
12015
12016#: builtin/update-index.c:213
12017msgid " OK"
12018msgstr ""
12019
12020#: builtin/update-index.c:564
12021msgid "git update-index [<options>] [--] [<file>...]"
12022msgstr ""
12023
12024#: builtin/update-index.c:919
12025msgid "continue refresh even when index needs update"
12026msgstr ""
12027
12028#: builtin/update-index.c:922
12029msgid "refresh: ignore submodules"
12030msgstr ""
12031
12032#: builtin/update-index.c:925
12033msgid "do not ignore new files"
12034msgstr ""
12035
12036#: builtin/update-index.c:927
12037msgid "let files replace directories and vice-versa"
12038msgstr ""
12039
12040#: builtin/update-index.c:929
12041msgid "notice files missing from worktree"
12042msgstr ""
12043
12044#: builtin/update-index.c:931
12045msgid "refresh even if index contains unmerged entries"
12046msgstr ""
12047
12048#: builtin/update-index.c:934
12049msgid "refresh stat information"
12050msgstr ""
12051
12052#: builtin/update-index.c:938
12053msgid "like --refresh, but ignore assume-unchanged setting"
12054msgstr ""
12055
12056#: builtin/update-index.c:942
12057msgid "<mode>,<object>,<path>"
12058msgstr ""
12059
12060#: builtin/update-index.c:943
12061msgid "add the specified entry to the index"
12062msgstr ""
12063
12064#: builtin/update-index.c:952
12065msgid "mark files as \"not changing\""
12066msgstr ""
12067
12068#: builtin/update-index.c:955
12069msgid "clear assumed-unchanged bit"
12070msgstr ""
12071
12072#: builtin/update-index.c:958
12073msgid "mark files as \"index-only\""
12074msgstr ""
12075
12076#: builtin/update-index.c:961
12077msgid "clear skip-worktree bit"
12078msgstr ""
12079
12080#: builtin/update-index.c:964
12081msgid "add to index only; do not add content to object database"
12082msgstr ""
12083
12084#: builtin/update-index.c:966
12085msgid "remove named paths even if present in worktree"
12086msgstr ""
12087
12088#: builtin/update-index.c:968
12089msgid "with --stdin: input lines are terminated by null bytes"
12090msgstr ""
12091
12092#: builtin/update-index.c:970
12093msgid "read list of paths to be updated from standard input"
12094msgstr ""
12095
12096#: builtin/update-index.c:974
12097msgid "add entries from standard input to the index"
12098msgstr ""
12099
12100#: builtin/update-index.c:978
12101msgid "repopulate stages #2 and #3 for the listed paths"
12102msgstr ""
12103
12104#: builtin/update-index.c:982
12105msgid "only update entries that differ from HEAD"
12106msgstr ""
12107
12108#: builtin/update-index.c:986
12109msgid "ignore files missing from worktree"
12110msgstr ""
12111
12112#: builtin/update-index.c:989
12113msgid "report actions to standard output"
12114msgstr ""
12115
12116#: builtin/update-index.c:991
12117msgid "(for porcelains) forget saved unresolved conflicts"
12118msgstr ""
12119
12120#: builtin/update-index.c:995
12121msgid "write index in this format"
12122msgstr ""
12123
12124#: builtin/update-index.c:997
12125msgid "enable or disable split index"
12126msgstr ""
12127
12128#: builtin/update-index.c:999
12129msgid "enable/disable untracked cache"
12130msgstr ""
12131
12132#: builtin/update-index.c:1001
12133msgid "test if the filesystem supports untracked cache"
12134msgstr ""
12135
12136#: builtin/update-index.c:1003
12137msgid "enable untracked cache without testing the filesystem"
12138msgstr ""
12139
12140#: builtin/update-index.c:1119
12141msgid ""
12142"core.untrackedCache is set to true; remove or change it, if you really want "
12143"to disable the untracked cache"
12144msgstr ""
12145
12146#: builtin/update-index.c:1123
12147msgid "Untracked cache disabled"
12148msgstr ""
12149
12150#: builtin/update-index.c:1131
12151msgid ""
12152"core.untrackedCache is set to false; remove or change it, if you really want "
12153"to enable the untracked cache"
12154msgstr ""
12155
12156#: builtin/update-index.c:1135
12157#, c-format
12158msgid "Untracked cache enabled for '%s'"
12159msgstr ""
12160
12161#: builtin/update-ref.c:9
12162msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12163msgstr ""
12164
12165#: builtin/update-ref.c:10
12166msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12167msgstr ""
12168
12169#: builtin/update-ref.c:11
12170msgid "git update-ref [<options>] --stdin [-z]"
12171msgstr ""
12172
12173#: builtin/update-ref.c:363
12174msgid "delete the reference"
12175msgstr ""
12176
12177#: builtin/update-ref.c:365
12178msgid "update <refname> not the one it points to"
12179msgstr ""
12180
12181#: builtin/update-ref.c:366
12182msgid "stdin has NUL-terminated arguments"
12183msgstr ""
12184
12185#: builtin/update-ref.c:367
12186msgid "read updates from stdin"
12187msgstr ""
12188
12189#: builtin/update-server-info.c:6
12190msgid "git update-server-info [--force]"
12191msgstr ""
12192
12193#: builtin/update-server-info.c:14
12194msgid "update the info files from scratch"
12195msgstr ""
12196
12197#: builtin/verify-commit.c:17
12198msgid "git verify-commit [-v | --verbose] <commit>..."
12199msgstr ""
12200
12201#: builtin/verify-commit.c:72
12202msgid "print commit contents"
12203msgstr ""
12204
12205#: builtin/verify-commit.c:73 builtin/verify-tag.c:35
12206msgid "print raw gpg status output"
12207msgstr ""
12208
12209#: builtin/verify-pack.c:54
12210msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12211msgstr ""
12212
12213#: builtin/verify-pack.c:64
12214msgid "verbose"
12215msgstr ""
12216
12217#: builtin/verify-pack.c:66
12218msgid "show statistics only"
12219msgstr ""
12220
12221#: builtin/verify-tag.c:17
12222msgid "git verify-tag [-v | --verbose] <tag>..."
12223msgstr ""
12224
12225#: builtin/verify-tag.c:34
12226msgid "print tag contents"
12227msgstr ""
12228
12229#: builtin/worktree.c:15
12230msgid "git worktree add [<options>] <path> [<branch>]"
12231msgstr ""
12232
12233#: builtin/worktree.c:16
12234msgid "git worktree list [<options>]"
12235msgstr ""
12236
12237#: builtin/worktree.c:17
12238msgid "git worktree lock [<options>] <path>"
12239msgstr ""
12240
12241#: builtin/worktree.c:18
12242msgid "git worktree prune [<options>]"
12243msgstr ""
12244
12245#: builtin/worktree.c:19
12246msgid "git worktree unlock <path>"
12247msgstr ""
12248
12249#: builtin/worktree.c:42
12250#, c-format
12251msgid "Removing worktrees/%s: not a valid directory"
12252msgstr ""
12253
12254#: builtin/worktree.c:48
12255#, c-format
12256msgid "Removing worktrees/%s: gitdir file does not exist"
12257msgstr ""
12258
12259#: builtin/worktree.c:53
12260#, c-format
12261msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12262msgstr ""
12263
12264#: builtin/worktree.c:64
12265#, c-format
12266msgid "Removing worktrees/%s: invalid gitdir file"
12267msgstr ""
12268
12269#: builtin/worktree.c:80
12270#, c-format
12271msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12272msgstr ""
12273
12274#: builtin/worktree.c:204
12275#, c-format
12276msgid "'%s' already exists"
12277msgstr ""
12278
12279#: builtin/worktree.c:236
12280#, c-format
12281msgid "could not create directory of '%s'"
12282msgstr ""
12283
12284#: builtin/worktree.c:272
12285#, c-format
12286msgid "Preparing %s (identifier %s)"
12287msgstr ""
12288
12289#: builtin/worktree.c:323
12290msgid "checkout <branch> even if already checked out in other worktree"
12291msgstr ""
12292
12293#: builtin/worktree.c:325
12294msgid "create a new branch"
12295msgstr ""
12296
12297#: builtin/worktree.c:327
12298msgid "create or reset a branch"
12299msgstr ""
12300
12301#: builtin/worktree.c:329
12302msgid "populate the new working tree"
12303msgstr ""
12304
12305#: builtin/worktree.c:337
12306msgid "-b, -B, and --detach are mutually exclusive"
12307msgstr ""
12308
12309#: builtin/worktree.c:470
12310msgid "reason for locking"
12311msgstr ""
12312
12313#: builtin/worktree.c:482 builtin/worktree.c:515
12314#, c-format
12315msgid "'%s' is not a working tree"
12316msgstr ""
12317
12318#: builtin/worktree.c:484 builtin/worktree.c:517
12319msgid "The main working tree cannot be locked or unlocked"
12320msgstr ""
12321
12322#: builtin/worktree.c:489
12323#, c-format
12324msgid "'%s' is already locked, reason: %s"
12325msgstr ""
12326
12327#: builtin/worktree.c:491
12328#, c-format
12329msgid "'%s' is already locked"
12330msgstr ""
12331
12332#: builtin/worktree.c:519
12333#, c-format
12334msgid "'%s' is not locked"
12335msgstr ""
12336
12337#: builtin/write-tree.c:13
12338msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
12339msgstr ""
12340
12341#: builtin/write-tree.c:26
12342msgid "<prefix>/"
12343msgstr ""
12344
12345#: builtin/write-tree.c:27
12346msgid "write tree object for a subdirectory <prefix>"
12347msgstr ""
12348
12349#: builtin/write-tree.c:30
12350msgid "only useful for debugging"
12351msgstr ""
12352
12353#: upload-pack.c:22
12354msgid "git upload-pack [<options>] <dir>"
12355msgstr ""
12356
12357#: upload-pack.c:1028
12358msgid "quit after a single request/response exchange"
12359msgstr ""
12360
12361#: upload-pack.c:1030
12362msgid "exit immediately after initial ref advertisement"
12363msgstr ""
12364
12365#: upload-pack.c:1032
12366msgid "do not try <directory>/.git/ if <directory> is no Git directory"
12367msgstr ""
12368
12369#: upload-pack.c:1034
12370msgid "interrupt transfer after <n> seconds of inactivity"
12371msgstr ""
12372
12373#: credential-cache--daemon.c:223
12374#, c-format
12375msgid ""
12376"The permissions on your socket directory are too loose; other\n"
12377"users may be able to read your cached credentials. Consider running:\n"
12378"\n"
12379"\tchmod 0700 %s"
12380msgstr ""
12381
12382#: credential-cache--daemon.c:271
12383msgid "print debugging messages to stderr"
12384msgstr ""
12385
12386#: git.c:14
12387msgid ""
12388"'git help -a' and 'git help -g' list available subcommands and some\n"
12389"concept guides. See 'git help <command>' or 'git help <concept>'\n"
12390"to read about a specific subcommand or concept."
12391msgstr ""
12392
12393#: http.c:342
12394msgid "Delegation control is not supported with cURL < 7.22.0"
12395msgstr ""
12396
12397#: http.c:351
12398msgid "Public key pinning not supported with cURL < 7.44.0"
12399msgstr ""
12400
12401#: common-cmds.h:9
12402msgid "start a working area (see also: git help tutorial)"
12403msgstr ""
12404
12405#: common-cmds.h:10
12406msgid "work on the current change (see also: git help everyday)"
12407msgstr ""
12408
12409#: common-cmds.h:11
12410msgid "examine the history and state (see also: git help revisions)"
12411msgstr ""
12412
12413#: common-cmds.h:12
12414msgid "grow, mark and tweak your common history"
12415msgstr ""
12416
12417#: common-cmds.h:13
12418msgid "collaborate (see also: git help workflows)"
12419msgstr ""
12420
12421#: common-cmds.h:17
12422msgid "Add file contents to the index"
12423msgstr ""
12424
12425#: common-cmds.h:18
12426msgid "Use binary search to find the commit that introduced a bug"
12427msgstr ""
12428
12429#: common-cmds.h:19
12430msgid "List, create, or delete branches"
12431msgstr ""
12432
12433#: common-cmds.h:20
12434msgid "Switch branches or restore working tree files"
12435msgstr ""
12436
12437#: common-cmds.h:21
12438msgid "Clone a repository into a new directory"
12439msgstr ""
12440
12441#: common-cmds.h:22
12442msgid "Record changes to the repository"
12443msgstr ""
12444
12445#: common-cmds.h:23
12446msgid "Show changes between commits, commit and working tree, etc"
12447msgstr ""
12448
12449#: common-cmds.h:24
12450msgid "Download objects and refs from another repository"
12451msgstr ""
12452
12453#: common-cmds.h:25
12454msgid "Print lines matching a pattern"
12455msgstr ""
12456
12457#: common-cmds.h:26
12458msgid "Create an empty Git repository or reinitialize an existing one"
12459msgstr ""
12460
12461#: common-cmds.h:27
12462msgid "Show commit logs"
12463msgstr ""
12464
12465#: common-cmds.h:28
12466msgid "Join two or more development histories together"
12467msgstr ""
12468
12469#: common-cmds.h:29
12470msgid "Move or rename a file, a directory, or a symlink"
12471msgstr ""
12472
12473#: common-cmds.h:30
12474msgid "Fetch from and integrate with another repository or a local branch"
12475msgstr ""
12476
12477#: common-cmds.h:31
12478msgid "Update remote refs along with associated objects"
12479msgstr ""
12480
12481#: common-cmds.h:32
12482msgid "Reapply commits on top of another base tip"
12483msgstr ""
12484
12485#: common-cmds.h:33
12486msgid "Reset current HEAD to the specified state"
12487msgstr ""
12488
12489#: common-cmds.h:34
12490msgid "Remove files from the working tree and from the index"
12491msgstr ""
12492
12493#: common-cmds.h:35
12494msgid "Show various types of objects"
12495msgstr ""
12496
12497#: common-cmds.h:36
12498msgid "Show the working tree status"
12499msgstr ""
12500
12501#: common-cmds.h:37
12502msgid "Create, list, delete or verify a tag object signed with GPG"
12503msgstr ""
12504
12505#: parse-options.h:145
12506msgid "expiry-date"
12507msgstr ""
12508
12509#: parse-options.h:160
12510msgid "no-op (backward compatibility)"
12511msgstr ""
12512
12513#: parse-options.h:238
12514msgid "be more verbose"
12515msgstr ""
12516
12517#: parse-options.h:240
12518msgid "be more quiet"
12519msgstr ""
12520
12521#: parse-options.h:246
12522msgid "use <n> digits to display SHA-1s"
12523msgstr ""
12524
12525#: rerere.h:40
12526msgid "update the index with reused conflict resolution if possible"
12527msgstr ""
12528
12529#: git-bisect.sh:54
12530msgid "You need to start by \"git bisect start\""
12531msgstr ""
12532
12533#. TRANSLATORS: Make sure to include [Y] and [n] in your
12534#. translation. The program will only accept English input
12535#. at this point.
12536#: git-bisect.sh:60
12537msgid "Do you want me to do it for you [Y/n]? "
12538msgstr ""
12539
12540#: git-bisect.sh:121
12541#, sh-format
12542msgid "unrecognised option: '$arg'"
12543msgstr ""
12544
12545#: git-bisect.sh:125
12546#, sh-format
12547msgid "'$arg' does not appear to be a valid revision"
12548msgstr ""
12549
12550#: git-bisect.sh:154
12551msgid "Bad HEAD - I need a HEAD"
12552msgstr ""
12553
12554#: git-bisect.sh:167
12555#, sh-format
12556msgid ""
12557"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
12558msgstr ""
12559
12560#: git-bisect.sh:177
12561msgid "won't bisect on cg-seek'ed tree"
12562msgstr ""
12563
12564#: git-bisect.sh:181
12565msgid "Bad HEAD - strange symbolic ref"
12566msgstr ""
12567
12568#: git-bisect.sh:233
12569#, sh-format
12570msgid "Bad bisect_write argument: $state"
12571msgstr ""
12572
12573#: git-bisect.sh:262
12574#, sh-format
12575msgid "Bad rev input: $arg"
12576msgstr ""
12577
12578#: git-bisect.sh:281
12579#, sh-format
12580msgid "Bad rev input: $bisected_head"
12581msgstr ""
12582
12583#: git-bisect.sh:290
12584#, sh-format
12585msgid "Bad rev input: $rev"
12586msgstr ""
12587
12588#: git-bisect.sh:299
12589#, sh-format
12590msgid "'git bisect $TERM_BAD' can take only one argument."
12591msgstr ""
12592
12593#: git-bisect.sh:322
12594#, sh-format
12595msgid "Warning: bisecting only with a $TERM_BAD commit."
12596msgstr ""
12597
12598#. TRANSLATORS: Make sure to include [Y] and [n] in your
12599#. translation. The program will only accept English input
12600#. at this point.
12601#: git-bisect.sh:328
12602msgid "Are you sure [Y/n]? "
12603msgstr ""
12604
12605#: git-bisect.sh:340
12606#, sh-format
12607msgid ""
12608"You need to give me at least one $bad_syn and one $good_syn revision.\n"
12609"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
12610msgstr ""
12611
12612#: git-bisect.sh:343
12613#, sh-format
12614msgid ""
12615"You need to start by \"git bisect start\".\n"
12616"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
12617"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
12618msgstr ""
12619
12620#: git-bisect.sh:414 git-bisect.sh:546
12621msgid "We are not bisecting."
12622msgstr ""
12623
12624#: git-bisect.sh:421
12625#, sh-format
12626msgid "'$invalid' is not a valid commit"
12627msgstr ""
12628
12629#: git-bisect.sh:430
12630#, sh-format
12631msgid ""
12632"Could not check out original HEAD '$branch'.\n"
12633"Try 'git bisect reset <commit>'."
12634msgstr ""
12635
12636#: git-bisect.sh:458
12637msgid "No logfile given"
12638msgstr ""
12639
12640#: git-bisect.sh:459
12641#, sh-format
12642msgid "cannot read $file for replaying"
12643msgstr ""
12644
12645#: git-bisect.sh:480
12646msgid "?? what are you talking about?"
12647msgstr ""
12648
12649#: git-bisect.sh:492
12650#, sh-format
12651msgid "running $command"
12652msgstr ""
12653
12654#: git-bisect.sh:499
12655#, sh-format
12656msgid ""
12657"bisect run failed:\n"
12658"exit code $res from '$command' is < 0 or >= 128"
12659msgstr ""
12660
12661#: git-bisect.sh:525
12662msgid "bisect run cannot continue any more"
12663msgstr ""
12664
12665#: git-bisect.sh:531
12666#, sh-format
12667msgid ""
12668"bisect run failed:\n"
12669"'bisect_state $state' exited with error code $res"
12670msgstr ""
12671
12672#: git-bisect.sh:538
12673msgid "bisect run success"
12674msgstr ""
12675
12676#: git-bisect.sh:565
12677msgid "please use two different terms"
12678msgstr ""
12679
12680#: git-bisect.sh:575
12681#, sh-format
12682msgid "'$term' is not a valid term"
12683msgstr ""
12684
12685#: git-bisect.sh:578
12686#, sh-format
12687msgid "can't use the builtin command '$term' as a term"
12688msgstr ""
12689
12690#: git-bisect.sh:587 git-bisect.sh:593
12691#, sh-format
12692msgid "can't change the meaning of term '$term'"
12693msgstr ""
12694
12695#: git-bisect.sh:606
12696#, sh-format
12697msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
12698msgstr ""
12699
12700#: git-bisect.sh:636
12701msgid "no terms defined"
12702msgstr ""
12703
12704#: git-bisect.sh:653
12705#, sh-format
12706msgid ""
12707"invalid argument $arg for 'git bisect terms'.\n"
12708"Supported options are: --term-good|--term-old and --term-bad|--term-new."
12709msgstr ""
12710
12711#: git-merge-octopus.sh:46
12712msgid ""
12713"Error: Your local changes to the following files would be overwritten by "
12714"merge"
12715msgstr ""
12716
12717#: git-merge-octopus.sh:61
12718msgid "Automated merge did not work."
12719msgstr ""
12720
12721#: git-merge-octopus.sh:62
12722msgid "Should not be doing an octopus."
12723msgstr ""
12724
12725#: git-merge-octopus.sh:73
12726#, sh-format
12727msgid "Unable to find common commit with $pretty_name"
12728msgstr ""
12729
12730#: git-merge-octopus.sh:77
12731#, sh-format
12732msgid "Already up-to-date with $pretty_name"
12733msgstr ""
12734
12735#: git-merge-octopus.sh:89
12736#, sh-format
12737msgid "Fast-forwarding to: $pretty_name"
12738msgstr ""
12739
12740#: git-merge-octopus.sh:97
12741#, sh-format
12742msgid "Trying simple merge with $pretty_name"
12743msgstr ""
12744
12745#: git-merge-octopus.sh:102
12746msgid "Simple merge did not work, trying automatic merge."
12747msgstr ""
12748
12749#: git-rebase.sh:56
12750msgid ""
12751"When you have resolved this problem, run \"git rebase --continue\".\n"
12752"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
12753"To check out the original branch and stop rebasing, run \"git rebase --abort"
12754"\"."
12755msgstr ""
12756
12757#: git-rebase.sh:156 git-rebase.sh:395
12758#, sh-format
12759msgid "Could not move back to $head_name"
12760msgstr ""
12761
12762#: git-rebase.sh:167
12763msgid "Applied autostash."
12764msgstr ""
12765
12766#: git-rebase.sh:170
12767#, sh-format
12768msgid "Cannot store $stash_sha1"
12769msgstr ""
12770
12771#: git-rebase.sh:171
12772msgid ""
12773"Applying autostash resulted in conflicts.\n"
12774"Your changes are safe in the stash.\n"
12775"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
12776msgstr ""
12777
12778#: git-rebase.sh:210
12779msgid "The pre-rebase hook refused to rebase."
12780msgstr ""
12781
12782#: git-rebase.sh:215
12783msgid "It looks like git-am is in progress. Cannot rebase."
12784msgstr ""
12785
12786#: git-rebase.sh:356
12787msgid "No rebase in progress?"
12788msgstr ""
12789
12790#: git-rebase.sh:367
12791msgid "The --edit-todo action can only be used during interactive rebase."
12792msgstr ""
12793
12794#: git-rebase.sh:374
12795msgid "Cannot read HEAD"
12796msgstr ""
12797
12798#: git-rebase.sh:377
12799msgid ""
12800"You must edit all merge conflicts and then\n"
12801"mark them as resolved using git add"
12802msgstr ""
12803
12804#: git-rebase.sh:414
12805#, sh-format
12806msgid ""
12807"It seems that there is already a $state_dir_base directory, and\n"
12808"I wonder if you are in the middle of another rebase.  If that is the\n"
12809"case, please try\n"
12810"\t$cmd_live_rebase\n"
12811"If that is not the case, please\n"
12812"\t$cmd_clear_stale_rebase\n"
12813"and run me again.  I am stopping in case you still have something\n"
12814"valuable there."
12815msgstr ""
12816
12817#: git-rebase.sh:465
12818#, sh-format
12819msgid "invalid upstream $upstream_name"
12820msgstr ""
12821
12822#: git-rebase.sh:489
12823#, sh-format
12824msgid "$onto_name: there are more than one merge bases"
12825msgstr ""
12826
12827#: git-rebase.sh:492 git-rebase.sh:496
12828#, sh-format
12829msgid "$onto_name: there is no merge base"
12830msgstr ""
12831
12832#: git-rebase.sh:501
12833#, sh-format
12834msgid "Does not point to a valid commit: $onto_name"
12835msgstr ""
12836
12837#: git-rebase.sh:524
12838#, sh-format
12839msgid "fatal: no such branch: $branch_name"
12840msgstr ""
12841
12842#: git-rebase.sh:557
12843msgid "Cannot autostash"
12844msgstr ""
12845
12846#: git-rebase.sh:562
12847#, sh-format
12848msgid "Created autostash: $stash_abbrev"
12849msgstr ""
12850
12851#: git-rebase.sh:566
12852msgid "Please commit or stash them."
12853msgstr ""
12854
12855#: git-rebase.sh:586
12856#, sh-format
12857msgid "Current branch $branch_name is up to date."
12858msgstr ""
12859
12860#: git-rebase.sh:590
12861#, sh-format
12862msgid "Current branch $branch_name is up to date, rebase forced."
12863msgstr ""
12864
12865#: git-rebase.sh:601
12866#, sh-format
12867msgid "Changes from $mb to $onto:"
12868msgstr ""
12869
12870#: git-rebase.sh:610
12871msgid "First, rewinding head to replay your work on top of it..."
12872msgstr ""
12873
12874#: git-rebase.sh:620
12875#, sh-format
12876msgid "Fast-forwarded $branch_name to $onto_name."
12877msgstr ""
12878
12879#: git-stash.sh:50
12880msgid "git stash clear with parameters is unimplemented"
12881msgstr ""
12882
12883#: git-stash.sh:73
12884msgid "You do not have the initial commit yet"
12885msgstr ""
12886
12887#: git-stash.sh:88
12888msgid "Cannot save the current index state"
12889msgstr ""
12890
12891#: git-stash.sh:103
12892msgid "Cannot save the untracked files"
12893msgstr ""
12894
12895#: git-stash.sh:123 git-stash.sh:136
12896msgid "Cannot save the current worktree state"
12897msgstr ""
12898
12899#: git-stash.sh:140
12900msgid "No changes selected"
12901msgstr ""
12902
12903#: git-stash.sh:143
12904msgid "Cannot remove temporary index (can't happen)"
12905msgstr ""
12906
12907#: git-stash.sh:156
12908msgid "Cannot record working tree state"
12909msgstr ""
12910
12911#: git-stash.sh:188
12912#, sh-format
12913msgid "Cannot update $ref_stash with $w_commit"
12914msgstr ""
12915
12916#. TRANSLATORS: $option is an invalid option, like
12917#. `--blah-blah'. The 7 spaces at the beginning of the
12918#. second line correspond to "error: ". So you should line
12919#. up the second line with however many characters the
12920#. translation of "error: " takes in your language. E.g. in
12921#. English this is:
12922#.
12923#. $ git stash save --blah-blah 2>&1 | head -n 2
12924#. error: unknown option for 'stash save': --blah-blah
12925#. To provide a message, use git stash save -- '--blah-blah'
12926#: git-stash.sh:238
12927#, sh-format
12928msgid ""
12929"error: unknown option for 'stash save': $option\n"
12930"       To provide a message, use git stash save -- '$option'"
12931msgstr ""
12932
12933#: git-stash.sh:251
12934msgid "Can't use --patch and --include-untracked or --all at the same time"
12935msgstr ""
12936
12937#: git-stash.sh:259
12938msgid "No local changes to save"
12939msgstr ""
12940
12941#: git-stash.sh:263
12942msgid "Cannot initialize stash"
12943msgstr ""
12944
12945#: git-stash.sh:267
12946msgid "Cannot save the current status"
12947msgstr ""
12948
12949#: git-stash.sh:268
12950#, sh-format
12951msgid "Saved working directory and index state $stash_msg"
12952msgstr ""
12953
12954#: git-stash.sh:285
12955msgid "Cannot remove worktree changes"
12956msgstr ""
12957
12958#: git-stash.sh:403
12959#, sh-format
12960msgid "unknown option: $opt"
12961msgstr ""
12962
12963#: git-stash.sh:416
12964msgid "No stash found."
12965msgstr ""
12966
12967#: git-stash.sh:423
12968#, sh-format
12969msgid "Too many revisions specified: $REV"
12970msgstr ""
12971
12972#: git-stash.sh:438
12973#, sh-format
12974msgid "$reference is not a valid reference"
12975msgstr ""
12976
12977#: git-stash.sh:466
12978#, sh-format
12979msgid "'$args' is not a stash-like commit"
12980msgstr ""
12981
12982#: git-stash.sh:477
12983#, sh-format
12984msgid "'$args' is not a stash reference"
12985msgstr ""
12986
12987#: git-stash.sh:485
12988msgid "unable to refresh index"
12989msgstr ""
12990
12991#: git-stash.sh:489
12992msgid "Cannot apply a stash in the middle of a merge"
12993msgstr ""
12994
12995#: git-stash.sh:497
12996msgid "Conflicts in index. Try without --index."
12997msgstr ""
12998
12999#: git-stash.sh:499
13000msgid "Could not save index tree"
13001msgstr ""
13002
13003#: git-stash.sh:508
13004msgid "Could not restore untracked files from stash"
13005msgstr ""
13006
13007#: git-stash.sh:533
13008msgid "Cannot unstage modified files"
13009msgstr ""
13010
13011#: git-stash.sh:548
13012msgid "Index was not unstashed."
13013msgstr ""
13014
13015#: git-stash.sh:562
13016msgid "The stash is kept in case you need it again."
13017msgstr ""
13018
13019#: git-stash.sh:571
13020#, sh-format
13021msgid "Dropped ${REV} ($s)"
13022msgstr ""
13023
13024#: git-stash.sh:572
13025#, sh-format
13026msgid "${REV}: Could not drop stash entry"
13027msgstr ""
13028
13029#: git-stash.sh:580
13030msgid "No branch name specified"
13031msgstr ""
13032
13033#: git-stash.sh:652
13034msgid "(To restore them type \"git stash apply\")"
13035msgstr ""
13036
13037#: git-submodule.sh:184
13038msgid "Relative path can only be used from the toplevel of the working tree"
13039msgstr ""
13040
13041#: git-submodule.sh:194
13042#, sh-format
13043msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13044msgstr ""
13045
13046#: git-submodule.sh:211
13047#, sh-format
13048msgid "'$sm_path' already exists in the index"
13049msgstr ""
13050
13051#: git-submodule.sh:215
13052#, sh-format
13053msgid ""
13054"The following path is ignored by one of your .gitignore files:\n"
13055"$sm_path\n"
13056"Use -f if you really want to add it."
13057msgstr ""
13058
13059#: git-submodule.sh:233
13060#, sh-format
13061msgid "Adding existing repo at '$sm_path' to the index"
13062msgstr ""
13063
13064#: git-submodule.sh:235
13065#, sh-format
13066msgid "'$sm_path' already exists and is not a valid git repo"
13067msgstr ""
13068
13069#: git-submodule.sh:243
13070#, sh-format
13071msgid "A git directory for '$sm_name' is found locally with remote(s):"
13072msgstr ""
13073
13074#: git-submodule.sh:245
13075#, sh-format
13076msgid ""
13077"If you want to reuse this local git directory instead of cloning again from\n"
13078"  $realrepo\n"
13079"use the '--force' option. If the local git directory is not the correct "
13080"repo\n"
13081"or you are unsure what this means choose another name with the '--name' "
13082"option."
13083msgstr ""
13084
13085#: git-submodule.sh:251
13086#, sh-format
13087msgid "Reactivating local git directory for submodule '$sm_name'."
13088msgstr ""
13089
13090#: git-submodule.sh:263
13091#, sh-format
13092msgid "Unable to checkout submodule '$sm_path'"
13093msgstr ""
13094
13095#: git-submodule.sh:268
13096#, sh-format
13097msgid "Failed to add submodule '$sm_path'"
13098msgstr ""
13099
13100#: git-submodule.sh:277
13101#, sh-format
13102msgid "Failed to register submodule '$sm_path'"
13103msgstr ""
13104
13105#: git-submodule.sh:324
13106#, sh-format
13107msgid "Entering '$displaypath'"
13108msgstr ""
13109
13110#: git-submodule.sh:344
13111#, sh-format
13112msgid "Stopping at '$displaypath'; script returned non-zero status."
13113msgstr ""
13114
13115#: git-submodule.sh:415
13116#, sh-format
13117msgid "pathspec and --all are incompatible"
13118msgstr ""
13119
13120#: git-submodule.sh:420
13121#, sh-format
13122msgid "Use '--all' if you really want to deinitialize all submodules"
13123msgstr ""
13124
13125#: git-submodule.sh:440
13126#, sh-format
13127msgid ""
13128"Submodule work tree '$displaypath' contains a .git directory\n"
13129"(use 'rm -rf' if you really want to remove it including all of its history)"
13130msgstr ""
13131
13132#: git-submodule.sh:448
13133#, sh-format
13134msgid ""
13135"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13136"discard them"
13137msgstr ""
13138
13139#: git-submodule.sh:451
13140#, sh-format
13141msgid "Cleared directory '$displaypath'"
13142msgstr ""
13143
13144#: git-submodule.sh:452
13145#, sh-format
13146msgid "Could not remove submodule work tree '$displaypath'"
13147msgstr ""
13148
13149#: git-submodule.sh:455
13150#, sh-format
13151msgid "Could not create empty submodule directory '$displaypath'"
13152msgstr ""
13153
13154#: git-submodule.sh:464
13155#, sh-format
13156msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13157msgstr ""
13158
13159#: git-submodule.sh:617
13160#, sh-format
13161msgid "Unable to find current revision in submodule path '$displaypath'"
13162msgstr ""
13163
13164#: git-submodule.sh:627
13165#, sh-format
13166msgid "Unable to fetch in submodule path '$sm_path'"
13167msgstr ""
13168
13169#: git-submodule.sh:632
13170#, sh-format
13171msgid ""
13172"Unable to find current ${remote_name}/${branch} revision in submodule path "
13173"'$sm_path'"
13174msgstr ""
13175
13176#: git-submodule.sh:650
13177#, sh-format
13178msgid "Unable to fetch in submodule path '$displaypath'"
13179msgstr ""
13180
13181#: git-submodule.sh:656
13182#, sh-format
13183msgid ""
13184"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13185"Direct fetching of that commit failed."
13186msgstr ""
13187
13188#: git-submodule.sh:663
13189#, sh-format
13190msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13191msgstr ""
13192
13193#: git-submodule.sh:664
13194#, sh-format
13195msgid "Submodule path '$displaypath': checked out '$sha1'"
13196msgstr ""
13197
13198#: git-submodule.sh:668
13199#, sh-format
13200msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13201msgstr ""
13202
13203#: git-submodule.sh:669
13204#, sh-format
13205msgid "Submodule path '$displaypath': rebased into '$sha1'"
13206msgstr ""
13207
13208#: git-submodule.sh:674
13209#, sh-format
13210msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13211msgstr ""
13212
13213#: git-submodule.sh:675
13214#, sh-format
13215msgid "Submodule path '$displaypath': merged in '$sha1'"
13216msgstr ""
13217
13218#: git-submodule.sh:680
13219#, sh-format
13220msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13221msgstr ""
13222
13223#: git-submodule.sh:681
13224#, sh-format
13225msgid "Submodule path '$displaypath': '$command $sha1'"
13226msgstr ""
13227
13228#: git-submodule.sh:712
13229#, sh-format
13230msgid "Failed to recurse into submodule path '$displaypath'"
13231msgstr ""
13232
13233#: git-submodule.sh:820
13234msgid "The --cached option cannot be used with the --files option"
13235msgstr ""
13236
13237#: git-submodule.sh:872
13238#, sh-format
13239msgid "unexpected mode $mod_dst"
13240msgstr ""
13241
13242#: git-submodule.sh:892
13243#, sh-format
13244msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13245msgstr ""
13246
13247#: git-submodule.sh:895
13248#, sh-format
13249msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13250msgstr ""
13251
13252#: git-submodule.sh:898
13253#, sh-format
13254msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13255msgstr ""
13256
13257#: git-submodule.sh:1045
13258#, sh-format
13259msgid "Failed to recurse into submodule path '$sm_path'"
13260msgstr ""
13261
13262#: git-submodule.sh:1112
13263#, sh-format
13264msgid "Synchronizing submodule url for '$displaypath'"
13265msgstr ""
13266
13267#: git-parse-remote.sh:89
13268#, sh-format
13269msgid "See git-${cmd}(1) for details."
13270msgstr ""
13271
13272#: git-rebase--interactive.sh:140
13273#, sh-format
13274msgid "Rebasing ($new_count/$total)"
13275msgstr ""
13276
13277#: git-rebase--interactive.sh:156
13278msgid ""
13279"\n"
13280"Commands:\n"
13281" p, pick = use commit\n"
13282" r, reword = use commit, but edit the commit message\n"
13283" e, edit = use commit, but stop for amending\n"
13284" s, squash = use commit, but meld into previous commit\n"
13285" f, fixup = like \"squash\", but discard this commit's log message\n"
13286" x, exec = run command (the rest of the line) using shell\n"
13287" d, drop = remove commit\n"
13288"\n"
13289"These lines can be re-ordered; they are executed from top to bottom.\n"
13290msgstr ""
13291
13292#: git-rebase--interactive.sh:171
13293msgid ""
13294"\n"
13295"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13296msgstr ""
13297
13298#: git-rebase--interactive.sh:175
13299msgid ""
13300"\n"
13301"If you remove a line here THAT COMMIT WILL BE LOST.\n"
13302msgstr ""
13303
13304#: git-rebase--interactive.sh:211
13305#, sh-format
13306msgid ""
13307"You can amend the commit now, with\n"
13308"\n"
13309"\tgit commit --amend $gpg_sign_opt_quoted\n"
13310"\n"
13311"Once you are satisfied with your changes, run\n"
13312"\n"
13313"\tgit rebase --continue"
13314msgstr ""
13315
13316#: git-rebase--interactive.sh:236
13317#, sh-format
13318msgid "$sha1: not a commit that can be picked"
13319msgstr ""
13320
13321#: git-rebase--interactive.sh:275
13322#, sh-format
13323msgid "Invalid commit name: $sha1"
13324msgstr ""
13325
13326#: git-rebase--interactive.sh:317
13327msgid "Cannot write current commit's replacement sha1"
13328msgstr ""
13329
13330#: git-rebase--interactive.sh:369
13331#, sh-format
13332msgid "Fast-forward to $sha1"
13333msgstr ""
13334
13335#: git-rebase--interactive.sh:371
13336#, sh-format
13337msgid "Cannot fast-forward to $sha1"
13338msgstr ""
13339
13340#: git-rebase--interactive.sh:380
13341#, sh-format
13342msgid "Cannot move HEAD to $first_parent"
13343msgstr ""
13344
13345#: git-rebase--interactive.sh:385
13346#, sh-format
13347msgid "Refusing to squash a merge: $sha1"
13348msgstr ""
13349
13350#: git-rebase--interactive.sh:399
13351#, sh-format
13352msgid "Error redoing merge $sha1"
13353msgstr ""
13354
13355#: git-rebase--interactive.sh:407
13356#, sh-format
13357msgid "Could not pick $sha1"
13358msgstr ""
13359
13360#: git-rebase--interactive.sh:416
13361#, sh-format
13362msgid "This is the commit message #${n}:"
13363msgstr ""
13364
13365#: git-rebase--interactive.sh:421
13366#, sh-format
13367msgid "The commit message #${n} will be skipped:"
13368msgstr ""
13369
13370#: git-rebase--interactive.sh:432
13371#, sh-format
13372msgid "This is a combination of $count commit."
13373msgid_plural "This is a combination of $count commits."
13374msgstr[0] ""
13375msgstr[1] ""
13376
13377#: git-rebase--interactive.sh:440
13378#, sh-format
13379msgid "Cannot write $fixup_msg"
13380msgstr ""
13381
13382#: git-rebase--interactive.sh:443
13383msgid "This is a combination of 2 commits."
13384msgstr ""
13385
13386#: git-rebase--interactive.sh:444
13387msgid "This is the 1st commit message:"
13388msgstr ""
13389
13390#: git-rebase--interactive.sh:484 git-rebase--interactive.sh:527
13391#: git-rebase--interactive.sh:530
13392#, sh-format
13393msgid "Could not apply $sha1... $rest"
13394msgstr ""
13395
13396#: git-rebase--interactive.sh:558
13397#, sh-format
13398msgid ""
13399"Could not amend commit after successfully picking $sha1... $rest\n"
13400"This is most likely due to an empty commit message, or the pre-commit hook\n"
13401"failed. If the pre-commit hook failed, you may need to resolve the issue "
13402"before\n"
13403"you are able to reword the commit."
13404msgstr ""
13405
13406#: git-rebase--interactive.sh:573
13407#, sh-format
13408msgid "Stopped at $sha1_abbrev... $rest"
13409msgstr ""
13410
13411#: git-rebase--interactive.sh:588
13412#, sh-format
13413msgid "Cannot '$squash_style' without a previous commit"
13414msgstr ""
13415
13416#: git-rebase--interactive.sh:630
13417#, sh-format
13418msgid "Executing: $rest"
13419msgstr ""
13420
13421#: git-rebase--interactive.sh:638
13422#, sh-format
13423msgid "Execution failed: $rest"
13424msgstr ""
13425
13426#: git-rebase--interactive.sh:640
13427msgid "and made changes to the index and/or the working tree"
13428msgstr ""
13429
13430#: git-rebase--interactive.sh:642
13431msgid ""
13432"You can fix the problem, and then run\n"
13433"\n"
13434"\tgit rebase --continue"
13435msgstr ""
13436
13437#. TRANSLATORS: after these lines is a command to be issued by the user
13438#: git-rebase--interactive.sh:655
13439#, sh-format
13440msgid ""
13441"Execution succeeded: $rest\n"
13442"but left changes to the index and/or the working tree\n"
13443"Commit or stash your changes, and then run\n"
13444"\n"
13445"\tgit rebase --continue"
13446msgstr ""
13447
13448#: git-rebase--interactive.sh:666
13449#, sh-format
13450msgid "Unknown command: $command $sha1 $rest"
13451msgstr ""
13452
13453#: git-rebase--interactive.sh:667
13454msgid "Please fix this using 'git rebase --edit-todo'."
13455msgstr ""
13456
13457#: git-rebase--interactive.sh:702
13458#, sh-format
13459msgid "Successfully rebased and updated $head_name."
13460msgstr ""
13461
13462#: git-rebase--interactive.sh:749
13463msgid "Could not skip unnecessary pick commands"
13464msgstr ""
13465
13466#: git-rebase--interactive.sh:907
13467#, sh-format
13468msgid ""
13469"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
13470" - $line"
13471msgstr ""
13472
13473#: git-rebase--interactive.sh:940
13474#, sh-format
13475msgid ""
13476"Warning: the command isn't recognized in the following line:\n"
13477" - $line"
13478msgstr ""
13479
13480#: git-rebase--interactive.sh:979
13481msgid "could not detach HEAD"
13482msgstr ""
13483
13484#: git-rebase--interactive.sh:1017
13485msgid ""
13486"Warning: some commits may have been dropped accidentally.\n"
13487"Dropped commits (newer to older):"
13488msgstr ""
13489
13490#: git-rebase--interactive.sh:1025
13491msgid ""
13492"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
13493"\n"
13494"Use 'git config rebase.missingCommitsCheck' to change the level of "
13495"warnings.\n"
13496"The possible behaviours are: ignore, warn, error."
13497msgstr ""
13498
13499#: git-rebase--interactive.sh:1036
13500#, sh-format
13501msgid ""
13502"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
13503"Ignoring."
13504msgstr ""
13505
13506#: git-rebase--interactive.sh:1053
13507msgid ""
13508"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
13509"continue'."
13510msgstr ""
13511
13512#: git-rebase--interactive.sh:1054
13513msgid "Or you can abort the rebase with 'git rebase --abort'."
13514msgstr ""
13515
13516#: git-rebase--interactive.sh:1078
13517msgid "Could not remove CHERRY_PICK_HEAD"
13518msgstr ""
13519
13520#: git-rebase--interactive.sh:1083
13521#, sh-format
13522msgid ""
13523"You have staged changes in your working tree.\n"
13524"If these changes are meant to be\n"
13525"squashed into the previous commit, run:\n"
13526"\n"
13527"  git commit --amend $gpg_sign_opt_quoted\n"
13528"\n"
13529"If they are meant to go into a new commit, run:\n"
13530"\n"
13531"  git commit $gpg_sign_opt_quoted\n"
13532"\n"
13533"In both cases, once you're done, continue with:\n"
13534"\n"
13535"  git rebase --continue\n"
13536msgstr ""
13537
13538#: git-rebase--interactive.sh:1100
13539msgid "Error trying to find the author identity to amend commit"
13540msgstr ""
13541
13542#: git-rebase--interactive.sh:1105
13543msgid ""
13544"You have uncommitted changes in your working tree. Please commit them\n"
13545"first and then run 'git rebase --continue' again."
13546msgstr ""
13547
13548#: git-rebase--interactive.sh:1110 git-rebase--interactive.sh:1114
13549msgid "Could not commit staged changes."
13550msgstr ""
13551
13552#: git-rebase--interactive.sh:1138
13553msgid ""
13554"\n"
13555"You are editing the todo file of an ongoing interactive rebase.\n"
13556"To continue rebase after editing, run:\n"
13557"    git rebase --continue\n"
13558"\n"
13559msgstr ""
13560
13561#: git-rebase--interactive.sh:1146 git-rebase--interactive.sh:1304
13562msgid "Could not execute editor"
13563msgstr ""
13564
13565#: git-rebase--interactive.sh:1159
13566#, sh-format
13567msgid "Could not checkout $switch_to"
13568msgstr ""
13569
13570#: git-rebase--interactive.sh:1164
13571msgid "No HEAD?"
13572msgstr ""
13573
13574#: git-rebase--interactive.sh:1165
13575#, sh-format
13576msgid "Could not create temporary $state_dir"
13577msgstr ""
13578
13579#: git-rebase--interactive.sh:1167
13580msgid "Could not mark as interactive"
13581msgstr ""
13582
13583#: git-rebase--interactive.sh:1177 git-rebase--interactive.sh:1182
13584msgid "Could not init rewritten commits"
13585msgstr ""
13586
13587#: git-rebase--interactive.sh:1282
13588#, sh-format
13589msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
13590msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
13591msgstr[0] ""
13592msgstr[1] ""
13593
13594#: git-rebase--interactive.sh:1287
13595msgid ""
13596"\n"
13597"However, if you remove everything, the rebase will be aborted.\n"
13598"\n"
13599msgstr ""
13600
13601#: git-rebase--interactive.sh:1294
13602msgid "Note that empty commits are commented out"
13603msgstr ""
13604
13605#: git-sh-setup.sh:89 git-sh-setup.sh:94
13606#, sh-format
13607msgid "usage: $dashless $USAGE"
13608msgstr ""
13609
13610#: git-sh-setup.sh:190
13611#, sh-format
13612msgid "Cannot chdir to $cdup, the toplevel of the working tree"
13613msgstr ""
13614
13615#: git-sh-setup.sh:199 git-sh-setup.sh:206
13616#, sh-format
13617msgid "fatal: $program_name cannot be used without a working tree."
13618msgstr ""
13619
13620#: git-sh-setup.sh:220
13621msgid "Cannot rebase: You have unstaged changes."
13622msgstr ""
13623
13624#: git-sh-setup.sh:223
13625msgid "Cannot rewrite branches: You have unstaged changes."
13626msgstr ""
13627
13628#: git-sh-setup.sh:226
13629msgid "Cannot pull with rebase: You have unstaged changes."
13630msgstr ""
13631
13632#: git-sh-setup.sh:229
13633#, sh-format
13634msgid "Cannot $action: You have unstaged changes."
13635msgstr ""
13636
13637#: git-sh-setup.sh:242
13638msgid "Cannot rebase: Your index contains uncommitted changes."
13639msgstr ""
13640
13641#: git-sh-setup.sh:245
13642msgid "Cannot pull with rebase: Your index contains uncommitted changes."
13643msgstr ""
13644
13645#: git-sh-setup.sh:248
13646#, sh-format
13647msgid "Cannot $action: Your index contains uncommitted changes."
13648msgstr ""
13649
13650#: git-sh-setup.sh:252
13651msgid "Additionally, your index contains uncommitted changes."
13652msgstr ""
13653
13654#: git-sh-setup.sh:372
13655msgid "You need to run this command from the toplevel of the working tree."
13656msgstr ""
13657
13658#: git-sh-setup.sh:377
13659msgid "Unable to determine absolute path of git directory"
13660msgstr ""