167a112d1b6c32d38e8370f68610480fe2faaa99
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2017-04-23 09:54+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c: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:1185
  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:2265
 224#, c-format
 225msgid "unable to read symlink %s"
 226msgstr ""
 227
 228#: apply.c:2269
 229#, c-format
 230msgid "unable to open or read %s"
 231msgstr ""
 232
 233#: apply.c:2922
 234#, c-format
 235msgid "invalid start of line: '%c'"
 236msgstr ""
 237
 238#: apply.c:3041
 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:3053
 246#, c-format
 247msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 248msgstr ""
 249
 250#: apply.c:3059
 251#, c-format
 252msgid ""
 253"while searching for:\n"
 254"%.*s"
 255msgstr ""
 256
 257#: apply.c:3081
 258#, c-format
 259msgid "missing binary patch data for '%s'"
 260msgstr ""
 261
 262#: apply.c:3089
 263#, c-format
 264msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 265msgstr ""
 266
 267#: apply.c:3135
 268#, c-format
 269msgid "cannot apply binary patch to '%s' without full index line"
 270msgstr ""
 271
 272#: apply.c:3145
 273#, c-format
 274msgid ""
 275"the patch applies to '%s' (%s), which does not match the current contents."
 276msgstr ""
 277
 278#: apply.c:3153
 279#, c-format
 280msgid "the patch applies to an empty '%s' but it is not empty"
 281msgstr ""
 282
 283#: apply.c:3171
 284#, c-format
 285msgid "the necessary postimage %s for '%s' cannot be read"
 286msgstr ""
 287
 288#: apply.c:3184
 289#, c-format
 290msgid "binary patch does not apply to '%s'"
 291msgstr ""
 292
 293#: apply.c:3190
 294#, c-format
 295msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 296msgstr ""
 297
 298#: apply.c:3211
 299#, c-format
 300msgid "patch failed: %s:%ld"
 301msgstr ""
 302
 303#: apply.c:3333
 304#, c-format
 305msgid "cannot checkout %s"
 306msgstr ""
 307
 308#: apply.c:3381 apply.c:3392 apply.c:3438 setup.c:253
 309#, c-format
 310msgid "failed to read %s"
 311msgstr ""
 312
 313#: apply.c:3389
 314#, c-format
 315msgid "reading from '%s' beyond a symbolic link"
 316msgstr ""
 317
 318#: apply.c:3418 apply.c:3658
 319#, c-format
 320msgid "path %s has been renamed/deleted"
 321msgstr ""
 322
 323#: apply.c:3501 apply.c:3672
 324#, c-format
 325msgid "%s: does not exist in index"
 326msgstr ""
 327
 328#: apply.c:3510 apply.c:3680
 329#, c-format
 330msgid "%s: does not match index"
 331msgstr ""
 332
 333#: apply.c:3545
 334msgid "repository lacks the necessary blob to fall back on 3-way merge."
 335msgstr ""
 336
 337#: apply.c:3548
 338#, c-format
 339msgid "Falling back to three-way merge...\n"
 340msgstr ""
 341
 342#: apply.c:3564 apply.c:3568
 343#, c-format
 344msgid "cannot read the current contents of '%s'"
 345msgstr ""
 346
 347#: apply.c:3580
 348#, c-format
 349msgid "Failed to fall back on three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3594
 353#, c-format
 354msgid "Applied patch to '%s' with conflicts.\n"
 355msgstr ""
 356
 357#: apply.c:3599
 358#, c-format
 359msgid "Applied patch to '%s' cleanly.\n"
 360msgstr ""
 361
 362#: apply.c:3625
 363msgid "removal patch leaves file contents"
 364msgstr ""
 365
 366#: apply.c:3697
 367#, c-format
 368msgid "%s: wrong type"
 369msgstr ""
 370
 371#: apply.c:3699
 372#, c-format
 373msgid "%s has type %o, expected %o"
 374msgstr ""
 375
 376#: apply.c:3850 apply.c:3852
 377#, c-format
 378msgid "invalid path '%s'"
 379msgstr ""
 380
 381#: apply.c:3908
 382#, c-format
 383msgid "%s: already exists in index"
 384msgstr ""
 385
 386#: apply.c:3911
 387#, c-format
 388msgid "%s: already exists in working directory"
 389msgstr ""
 390
 391#: apply.c:3931
 392#, c-format
 393msgid "new mode (%o) of %s does not match old mode (%o)"
 394msgstr ""
 395
 396#: apply.c:3936
 397#, c-format
 398msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 399msgstr ""
 400
 401#: apply.c:3956
 402#, c-format
 403msgid "affected file '%s' is beyond a symbolic link"
 404msgstr ""
 405
 406#: apply.c:3960
 407#, c-format
 408msgid "%s: patch does not apply"
 409msgstr ""
 410
 411#: apply.c:3975
 412#, c-format
 413msgid "Checking patch %s..."
 414msgstr ""
 415
 416#: apply.c:4066
 417#, c-format
 418msgid "sha1 information is lacking or useless for submodule %s"
 419msgstr ""
 420
 421#: apply.c:4073
 422#, c-format
 423msgid "mode change for %s, which is not in current HEAD"
 424msgstr ""
 425
 426#: apply.c:4076
 427#, c-format
 428msgid "sha1 information is lacking or useless (%s)."
 429msgstr ""
 430
 431#: apply.c:4081 builtin/checkout.c:252 builtin/reset.c:135
 432#, c-format
 433msgid "make_cache_entry failed for path '%s'"
 434msgstr ""
 435
 436#: apply.c:4085
 437#, c-format
 438msgid "could not add %s to temporary index"
 439msgstr ""
 440
 441#: apply.c:4095
 442#, c-format
 443msgid "could not write temporary index to %s"
 444msgstr ""
 445
 446#: apply.c:4233
 447#, c-format
 448msgid "unable to remove %s from index"
 449msgstr ""
 450
 451#: apply.c:4268
 452#, c-format
 453msgid "corrupt patch for submodule %s"
 454msgstr ""
 455
 456#: apply.c:4274
 457#, c-format
 458msgid "unable to stat newly created file '%s'"
 459msgstr ""
 460
 461#: apply.c:4282
 462#, c-format
 463msgid "unable to create backing store for newly created file %s"
 464msgstr ""
 465
 466#: apply.c:4288 apply.c:4432
 467#, c-format
 468msgid "unable to add cache entry for %s"
 469msgstr ""
 470
 471#: apply.c:4329
 472#, c-format
 473msgid "failed to write to '%s'"
 474msgstr ""
 475
 476#: apply.c:4333
 477#, c-format
 478msgid "closing file '%s'"
 479msgstr ""
 480
 481#: apply.c:4403
 482#, c-format
 483msgid "unable to write file '%s' mode %o"
 484msgstr ""
 485
 486#: apply.c:4501
 487#, c-format
 488msgid "Applied patch %s cleanly."
 489msgstr ""
 490
 491#: apply.c:4509
 492msgid "internal error"
 493msgstr ""
 494
 495#: apply.c:4512
 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:4523
 503#, c-format
 504msgid "truncating .rej filename to %.*s.rej"
 505msgstr ""
 506
 507#: apply.c:4531 builtin/fetch.c:739 builtin/fetch.c:988
 508#, c-format
 509msgid "cannot open %s"
 510msgstr ""
 511
 512#: apply.c:4545
 513#, c-format
 514msgid "Hunk #%d applied cleanly."
 515msgstr ""
 516
 517#: apply.c:4549
 518#, c-format
 519msgid "Rejected hunk #%d."
 520msgstr ""
 521
 522#: apply.c:4659
 523#, c-format
 524msgid "Skipped patch '%s'."
 525msgstr ""
 526
 527#: apply.c:4667
 528msgid "unrecognized input"
 529msgstr ""
 530
 531#: apply.c:4686
 532msgid "unable to read index file"
 533msgstr ""
 534
 535#: apply.c:4823
 536#, c-format
 537msgid "can't open patch '%s': %s"
 538msgstr ""
 539
 540#: apply.c:4850
 541#, c-format
 542msgid "squelched %d whitespace error"
 543msgid_plural "squelched %d whitespace errors"
 544msgstr[0] ""
 545msgstr[1] ""
 546
 547#: apply.c:4856 apply.c:4871
 548#, c-format
 549msgid "%d line adds whitespace errors."
 550msgid_plural "%d lines add whitespace errors."
 551msgstr[0] ""
 552msgstr[1] ""
 553
 554#: apply.c:4864
 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:4880 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
 562msgid "Unable to write new index file"
 563msgstr ""
 564
 565#: apply.c:4911 apply.c:4914 builtin/am.c:2277 builtin/am.c:2280
 566#: builtin/clone.c:113 builtin/fetch.c:98 builtin/pull.c:180
 567#: builtin/submodule--helper.c:304 builtin/submodule--helper.c:629
 568#: builtin/submodule--helper.c:632 builtin/submodule--helper.c:973
 569#: builtin/submodule--helper.c:976 builtin/submodule--helper.c:1161
 570#: git-add--interactive.perl:239
 571msgid "path"
 572msgstr ""
 573
 574#: apply.c:4912
 575msgid "don't apply changes matching the given path"
 576msgstr ""
 577
 578#: apply.c:4915
 579msgid "apply changes matching the given path"
 580msgstr ""
 581
 582#: apply.c:4917 builtin/am.c:2286
 583msgid "num"
 584msgstr ""
 585
 586#: apply.c:4918
 587msgid "remove <num> leading slashes from traditional diff paths"
 588msgstr ""
 589
 590#: apply.c:4921
 591msgid "ignore additions made by the patch"
 592msgstr ""
 593
 594#: apply.c:4923
 595msgid "instead of applying the patch, output diffstat for the input"
 596msgstr ""
 597
 598#: apply.c:4927
 599msgid "show number of added and deleted lines in decimal notation"
 600msgstr ""
 601
 602#: apply.c:4929
 603msgid "instead of applying the patch, output a summary for the input"
 604msgstr ""
 605
 606#: apply.c:4931
 607msgid "instead of applying the patch, see if the patch is applicable"
 608msgstr ""
 609
 610#: apply.c:4933
 611msgid "make sure the patch is applicable to the current index"
 612msgstr ""
 613
 614#: apply.c:4935
 615msgid "apply a patch without touching the working tree"
 616msgstr ""
 617
 618#: apply.c:4937
 619msgid "accept a patch that touches outside the working area"
 620msgstr ""
 621
 622#: apply.c:4939
 623msgid "also apply the patch (use with --stat/--summary/--check)"
 624msgstr ""
 625
 626#: apply.c:4941
 627msgid "attempt three-way merge if a patch does not apply"
 628msgstr ""
 629
 630#: apply.c:4943
 631msgid "build a temporary index based on embedded index information"
 632msgstr ""
 633
 634#: apply.c:4946 builtin/checkout-index.c:169 builtin/ls-files.c:508
 635msgid "paths are separated with NUL character"
 636msgstr ""
 637
 638#: apply.c:4948
 639msgid "ensure at least <n> lines of context match"
 640msgstr ""
 641
 642#: apply.c:4949 builtin/am.c:2265
 643msgid "action"
 644msgstr ""
 645
 646#: apply.c:4950
 647msgid "detect new or modified lines that have whitespace errors"
 648msgstr ""
 649
 650#: apply.c:4953 apply.c:4956
 651msgid "ignore changes in whitespace when finding context"
 652msgstr ""
 653
 654#: apply.c:4959
 655msgid "apply the patch in reverse"
 656msgstr ""
 657
 658#: apply.c:4961
 659msgid "don't expect at least one line of context"
 660msgstr ""
 661
 662#: apply.c:4963
 663msgid "leave the rejected hunks in corresponding *.rej files"
 664msgstr ""
 665
 666#: apply.c:4965
 667msgid "allow overlapping hunks"
 668msgstr ""
 669
 670#: apply.c:4966 builtin/add.c:267 builtin/check-ignore.c:19
 671#: builtin/commit.c:1337 builtin/count-objects.c:94 builtin/fsck.c:651
 672#: builtin/log.c:1867 builtin/mv.c:122 builtin/read-tree.c:134
 673msgid "be verbose"
 674msgstr ""
 675
 676#: apply.c:4968
 677msgid "tolerate incorrectly detected missing new-line at the end of file"
 678msgstr ""
 679
 680#: apply.c:4971
 681msgid "do not trust the line counts in the hunk headers"
 682msgstr ""
 683
 684#: apply.c:4973 builtin/am.c:2274
 685msgid "root"
 686msgstr ""
 687
 688#: apply.c:4974
 689msgid "prepend <root> to all filenames"
 690msgstr ""
 691
 692#: archive.c:12
 693msgid "git archive [<options>] <tree-ish> [<path>...]"
 694msgstr ""
 695
 696#: archive.c:13
 697msgid "git archive --list"
 698msgstr ""
 699
 700#: archive.c:14
 701msgid ""
 702"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 703msgstr ""
 704
 705#: archive.c:15
 706msgid "git archive --remote <repo> [--exec <cmd>] --list"
 707msgstr ""
 708
 709#: archive.c:332 builtin/add.c:152 builtin/add.c:442 builtin/rm.c:300
 710#, c-format
 711msgid "pathspec '%s' did not match any files"
 712msgstr ""
 713
 714#: archive.c:417
 715msgid "fmt"
 716msgstr ""
 717
 718#: archive.c:417
 719msgid "archive format"
 720msgstr ""
 721
 722#: archive.c:418 builtin/log.c:1436
 723msgid "prefix"
 724msgstr ""
 725
 726#: archive.c:419
 727msgid "prepend prefix to each pathname in the archive"
 728msgstr ""
 729
 730#: archive.c:420 builtin/blame.c:2598 builtin/blame.c:2599 builtin/config.c:59
 731#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1061
 732#: builtin/hash-object.c:101 builtin/ls-files.c:542 builtin/ls-files.c:545
 733#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:129
 734#: parse-options.h:153
 735msgid "file"
 736msgstr ""
 737
 738#: archive.c:421 builtin/archive.c:89
 739msgid "write the archive to this file"
 740msgstr ""
 741
 742#: archive.c:423
 743msgid "read .gitattributes in working directory"
 744msgstr ""
 745
 746#: archive.c:424
 747msgid "report archived files on stderr"
 748msgstr ""
 749
 750#: archive.c:425
 751msgid "store only"
 752msgstr ""
 753
 754#: archive.c:426
 755msgid "compress faster"
 756msgstr ""
 757
 758#: archive.c:434
 759msgid "compress better"
 760msgstr ""
 761
 762#: archive.c:437
 763msgid "list supported archive formats"
 764msgstr ""
 765
 766#: archive.c:439 builtin/archive.c:90 builtin/clone.c:103 builtin/clone.c:106
 767#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:982
 768msgid "repo"
 769msgstr ""
 770
 771#: archive.c:440 builtin/archive.c:91
 772msgid "retrieve the archive from remote repository <repo>"
 773msgstr ""
 774
 775#: archive.c:441 builtin/archive.c:92 builtin/notes.c:485
 776msgid "command"
 777msgstr ""
 778
 779#: archive.c:442 builtin/archive.c:93
 780msgid "path to the remote git-upload-archive command"
 781msgstr ""
 782
 783#: archive.c:449
 784msgid "Unexpected option --remote"
 785msgstr ""
 786
 787#: archive.c:451
 788msgid "Option --exec can only be used together with --remote"
 789msgstr ""
 790
 791#: archive.c:453
 792msgid "Unexpected option --output"
 793msgstr ""
 794
 795#: archive.c:475
 796#, c-format
 797msgid "Unknown archive format '%s'"
 798msgstr ""
 799
 800#: archive.c:482
 801#, c-format
 802msgid "Argument not supported for format '%s': -%d"
 803msgstr ""
 804
 805#: attr.c:212
 806#, c-format
 807msgid "%.*s is not a valid attribute name"
 808msgstr ""
 809
 810#: attr.c:408
 811msgid ""
 812"Negative patterns are ignored in git attributes\n"
 813"Use '\\!' for literal leading exclamation."
 814msgstr ""
 815
 816#: bisect.c:443
 817#, c-format
 818msgid "Could not open file '%s'"
 819msgstr ""
 820
 821#: bisect.c:448
 822#, c-format
 823msgid "Badly quoted content in file '%s': %s"
 824msgstr ""
 825
 826#: bisect.c:656
 827#, c-format
 828msgid "We cannot bisect more!\n"
 829msgstr ""
 830
 831#: bisect.c:709
 832#, c-format
 833msgid "Not a valid commit name %s"
 834msgstr ""
 835
 836#: bisect.c:733
 837#, c-format
 838msgid ""
 839"The merge base %s is bad.\n"
 840"This means the bug has been fixed between %s and [%s].\n"
 841msgstr ""
 842
 843#: bisect.c:738
 844#, c-format
 845msgid ""
 846"The merge base %s is new.\n"
 847"The property has changed between %s and [%s].\n"
 848msgstr ""
 849
 850#: bisect.c:743
 851#, c-format
 852msgid ""
 853"The merge base %s is %s.\n"
 854"This means the first '%s' commit is between %s and [%s].\n"
 855msgstr ""
 856
 857#: bisect.c:751
 858#, c-format
 859msgid ""
 860"Some %s revs are not ancestors of the %s rev.\n"
 861"git bisect cannot work properly in this case.\n"
 862"Maybe you mistook %s and %s revs?\n"
 863msgstr ""
 864
 865#: bisect.c:764
 866#, c-format
 867msgid ""
 868"the merge base between %s and [%s] must be skipped.\n"
 869"So we cannot be sure the first %s commit is between %s and %s.\n"
 870"We continue anyway."
 871msgstr ""
 872
 873#: bisect.c:799
 874#, c-format
 875msgid "Bisecting: a merge base must be tested\n"
 876msgstr ""
 877
 878#: bisect.c:850
 879#, c-format
 880msgid "a %s revision is needed"
 881msgstr ""
 882
 883#: bisect.c:867 builtin/notes.c:174 builtin/tag.c:255
 884#, c-format
 885msgid "could not create file '%s'"
 886msgstr ""
 887
 888#: bisect.c:918
 889#, c-format
 890msgid "could not read file '%s'"
 891msgstr ""
 892
 893#: bisect.c:948
 894msgid "reading bisect refs failed"
 895msgstr ""
 896
 897#: bisect.c:968
 898#, c-format
 899msgid "%s was both %s and %s\n"
 900msgstr ""
 901
 902#: bisect.c:976
 903#, c-format
 904msgid ""
 905"No testable commit found.\n"
 906"Maybe you started with bad path parameters?\n"
 907msgstr ""
 908
 909#: bisect.c:995
 910#, c-format
 911msgid "(roughly %d step)"
 912msgid_plural "(roughly %d steps)"
 913msgstr[0] ""
 914msgstr[1] ""
 915
 916#. TRANSLATORS: the last %s will be replaced with
 917#. "(roughly %d steps)" translation
 918#: bisect.c:999
 919#, c-format
 920msgid "Bisecting: %d revision left to test after this %s\n"
 921msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 922msgstr[0] ""
 923msgstr[1] ""
 924
 925#: branch.c:53
 926#, c-format
 927msgid ""
 928"\n"
 929"After fixing the error cause you may try to fix up\n"
 930"the remote tracking information by invoking\n"
 931"\"git branch --set-upstream-to=%s%s%s\"."
 932msgstr ""
 933
 934#: branch.c:67
 935#, c-format
 936msgid "Not setting branch %s as its own upstream."
 937msgstr ""
 938
 939#: branch.c:93
 940#, c-format
 941msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 942msgstr ""
 943
 944#: branch.c:94
 945#, c-format
 946msgid "Branch %s set up to track remote branch %s from %s."
 947msgstr ""
 948
 949#: branch.c:98
 950#, c-format
 951msgid "Branch %s set up to track local branch %s by rebasing."
 952msgstr ""
 953
 954#: branch.c:99
 955#, c-format
 956msgid "Branch %s set up to track local branch %s."
 957msgstr ""
 958
 959#: branch.c:104
 960#, c-format
 961msgid "Branch %s set up to track remote ref %s by rebasing."
 962msgstr ""
 963
 964#: branch.c:105
 965#, c-format
 966msgid "Branch %s set up to track remote ref %s."
 967msgstr ""
 968
 969#: branch.c:109
 970#, c-format
 971msgid "Branch %s set up to track local ref %s by rebasing."
 972msgstr ""
 973
 974#: branch.c:110
 975#, c-format
 976msgid "Branch %s set up to track local ref %s."
 977msgstr ""
 978
 979#: branch.c:119
 980msgid "Unable to write upstream branch configuration"
 981msgstr ""
 982
 983#: branch.c:156
 984#, c-format
 985msgid "Not tracking: ambiguous information for ref %s"
 986msgstr ""
 987
 988#: branch.c:185
 989#, c-format
 990msgid "'%s' is not a valid branch name."
 991msgstr ""
 992
 993#: branch.c:190
 994#, c-format
 995msgid "A branch named '%s' already exists."
 996msgstr ""
 997
 998#: branch.c:198
 999msgid "Cannot force update the current branch."
1000msgstr ""
1001
1002#: branch.c:218
1003#, c-format
1004msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1005msgstr ""
1006
1007#: branch.c:220
1008#, c-format
1009msgid "the requested upstream branch '%s' does not exist"
1010msgstr ""
1011
1012#: branch.c:222
1013msgid ""
1014"\n"
1015"If you are planning on basing your work on an upstream\n"
1016"branch that already exists at the remote, you may need to\n"
1017"run \"git fetch\" to retrieve it.\n"
1018"\n"
1019"If you are planning to push out a new local branch that\n"
1020"will track its remote counterpart, you may want to use\n"
1021"\"git push -u\" to set the upstream config as you push."
1022msgstr ""
1023
1024#: branch.c:265
1025#, c-format
1026msgid "Not a valid object name: '%s'."
1027msgstr ""
1028
1029#: branch.c:285
1030#, c-format
1031msgid "Ambiguous object name: '%s'."
1032msgstr ""
1033
1034#: branch.c:290
1035#, c-format
1036msgid "Not a valid branch point: '%s'."
1037msgstr ""
1038
1039#: branch.c:344
1040#, c-format
1041msgid "'%s' is already checked out at '%s'"
1042msgstr ""
1043
1044#: branch.c:364
1045#, c-format
1046msgid "HEAD of working tree %s is not updated"
1047msgstr ""
1048
1049#: bundle.c:34
1050#, c-format
1051msgid "'%s' does not look like a v2 bundle file"
1052msgstr ""
1053
1054#: bundle.c:61
1055#, c-format
1056msgid "unrecognized header: %s%s (%d)"
1057msgstr ""
1058
1059#: bundle.c:87 sequencer.c:1339 sequencer.c:1760 builtin/commit.c:777
1060#, c-format
1061msgid "could not open '%s'"
1062msgstr ""
1063
1064#: bundle.c:139
1065msgid "Repository lacks these prerequisite commits:"
1066msgstr ""
1067
1068#: bundle.c:163 ref-filter.c:1852 sequencer.c:1162 sequencer.c:2299
1069#: builtin/blame.c:2811 builtin/commit.c:1061 builtin/log.c:353
1070#: builtin/log.c:897 builtin/log.c:1347 builtin/log.c:1673 builtin/log.c:1916
1071#: builtin/merge.c:359 builtin/shortlog.c:176
1072msgid "revision walk setup failed"
1073msgstr ""
1074
1075#: bundle.c:185
1076#, c-format
1077msgid "The bundle contains this ref:"
1078msgid_plural "The bundle contains these %d refs:"
1079msgstr[0] ""
1080msgstr[1] ""
1081
1082#: bundle.c:192
1083msgid "The bundle records a complete history."
1084msgstr ""
1085
1086#: bundle.c:194
1087#, c-format
1088msgid "The bundle requires this ref:"
1089msgid_plural "The bundle requires these %d refs:"
1090msgstr[0] ""
1091msgstr[1] ""
1092
1093#: bundle.c:253
1094msgid "Could not spawn pack-objects"
1095msgstr ""
1096
1097#: bundle.c:264
1098msgid "pack-objects died"
1099msgstr ""
1100
1101#: bundle.c:304
1102msgid "rev-list died"
1103msgstr ""
1104
1105#: bundle.c:353
1106#, c-format
1107msgid "ref '%s' is excluded by the rev-list options"
1108msgstr ""
1109
1110#: bundle.c:443 builtin/log.c:170 builtin/log.c:1579 builtin/shortlog.c:281
1111#, c-format
1112msgid "unrecognized argument: %s"
1113msgstr ""
1114
1115#: bundle.c:451
1116msgid "Refusing to create empty bundle."
1117msgstr ""
1118
1119#: bundle.c:463
1120#, c-format
1121msgid "cannot create '%s'"
1122msgstr ""
1123
1124#: bundle.c:491
1125msgid "index-pack died"
1126msgstr ""
1127
1128#: color.c:300
1129#, c-format
1130msgid "invalid color value: %.*s"
1131msgstr ""
1132
1133#: commit.c:40 sequencer.c:1572 builtin/am.c:421 builtin/am.c:457
1134#: builtin/am.c:1493 builtin/am.c:2127
1135#, c-format
1136msgid "could not parse %s"
1137msgstr ""
1138
1139#: commit.c:42
1140#, c-format
1141msgid "%s %s is not a commit!"
1142msgstr ""
1143
1144#: commit.c:1511
1145msgid ""
1146"Warning: commit message did not conform to UTF-8.\n"
1147"You may want to amend it after fixing the message, or set the config\n"
1148"variable i18n.commitencoding to the encoding your project uses.\n"
1149msgstr ""
1150
1151#: compat/obstack.c:406 compat/obstack.c:408
1152msgid "memory exhausted"
1153msgstr ""
1154
1155#: config.c:191
1156msgid "relative config include conditionals must come from files"
1157msgstr ""
1158
1159#: config.c:701
1160#, c-format
1161msgid "bad config line %d in blob %s"
1162msgstr ""
1163
1164#: config.c:705
1165#, c-format
1166msgid "bad config line %d in file %s"
1167msgstr ""
1168
1169#: config.c:709
1170#, c-format
1171msgid "bad config line %d in standard input"
1172msgstr ""
1173
1174#: config.c:713
1175#, c-format
1176msgid "bad config line %d in submodule-blob %s"
1177msgstr ""
1178
1179#: config.c:717
1180#, c-format
1181msgid "bad config line %d in command line %s"
1182msgstr ""
1183
1184#: config.c:721
1185#, c-format
1186msgid "bad config line %d in %s"
1187msgstr ""
1188
1189#: config.c:840
1190msgid "out of range"
1191msgstr ""
1192
1193#: config.c:840
1194msgid "invalid unit"
1195msgstr ""
1196
1197#: config.c:846
1198#, c-format
1199msgid "bad numeric config value '%s' for '%s': %s"
1200msgstr ""
1201
1202#: config.c:851
1203#, c-format
1204msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1205msgstr ""
1206
1207#: config.c:854
1208#, c-format
1209msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1210msgstr ""
1211
1212#: config.c:857
1213#, c-format
1214msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1215msgstr ""
1216
1217#: config.c:860
1218#, c-format
1219msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1220msgstr ""
1221
1222#: config.c:863
1223#, c-format
1224msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1225msgstr ""
1226
1227#: config.c:866
1228#, c-format
1229msgid "bad numeric config value '%s' for '%s' in %s: %s"
1230msgstr ""
1231
1232#: config.c:953
1233#, c-format
1234msgid "failed to expand user dir in: '%s'"
1235msgstr ""
1236
1237#: config.c:1048 config.c:1059
1238#, c-format
1239msgid "bad zlib compression level %d"
1240msgstr ""
1241
1242#: config.c:1176
1243#, c-format
1244msgid "invalid mode for object creation: %s"
1245msgstr ""
1246
1247#: config.c:1332
1248#, c-format
1249msgid "bad pack compression level %d"
1250msgstr ""
1251
1252#: config.c:1522
1253msgid "unable to parse command-line config"
1254msgstr ""
1255
1256#: config.c:1572
1257msgid "unknown error occurred while reading the configuration files"
1258msgstr ""
1259
1260#: config.c:1931
1261#, c-format
1262msgid "Invalid %s: '%s'"
1263msgstr ""
1264
1265#: config.c:1952
1266#, c-format
1267msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1268msgstr ""
1269
1270#: config.c:1978
1271#, c-format
1272msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1273msgstr ""
1274
1275#: config.c:1989
1276#, c-format
1277msgid "unable to parse '%s' from command-line config"
1278msgstr ""
1279
1280#: config.c:1991
1281#, c-format
1282msgid "bad config variable '%s' in file '%s' at line %d"
1283msgstr ""
1284
1285#: config.c:2050
1286#, c-format
1287msgid "%s has multiple values"
1288msgstr ""
1289
1290#: config.c:2384 config.c:2609
1291#, c-format
1292msgid "fstat on %s failed"
1293msgstr ""
1294
1295#: config.c:2502
1296#, c-format
1297msgid "could not set '%s' to '%s'"
1298msgstr ""
1299
1300#: config.c:2504 builtin/remote.c:774
1301#, c-format
1302msgid "could not unset '%s'"
1303msgstr ""
1304
1305#: connect.c:49
1306msgid "The remote end hung up upon initial contact"
1307msgstr ""
1308
1309#: connect.c:51
1310msgid ""
1311"Could not read from remote repository.\n"
1312"\n"
1313"Please make sure you have the correct access rights\n"
1314"and the repository exists."
1315msgstr ""
1316
1317#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1318msgid "Checking connectivity"
1319msgstr ""
1320
1321#: connected.c:75
1322msgid "Could not run 'git rev-list'"
1323msgstr ""
1324
1325#: connected.c:95
1326msgid "failed write to rev-list"
1327msgstr ""
1328
1329#: connected.c:102
1330msgid "failed to close rev-list's stdin"
1331msgstr ""
1332
1333#: convert.c:201
1334#, c-format
1335msgid ""
1336"CRLF will be replaced by LF in %s.\n"
1337"The file will have its original line endings in your working directory."
1338msgstr ""
1339
1340#: convert.c:205
1341#, c-format
1342msgid "CRLF would be replaced by LF in %s."
1343msgstr ""
1344
1345#: convert.c:211
1346#, c-format
1347msgid ""
1348"LF will be replaced by CRLF in %s.\n"
1349"The file will have its original line endings in your working directory."
1350msgstr ""
1351
1352#: convert.c:215
1353#, c-format
1354msgid "LF would be replaced by CRLF in %s"
1355msgstr ""
1356
1357#: date.c:97
1358msgid "in the future"
1359msgstr ""
1360
1361#: date.c:103
1362#, c-format
1363msgid "%lu second ago"
1364msgid_plural "%lu seconds ago"
1365msgstr[0] ""
1366msgstr[1] ""
1367
1368#: date.c:110
1369#, c-format
1370msgid "%lu minute ago"
1371msgid_plural "%lu minutes ago"
1372msgstr[0] ""
1373msgstr[1] ""
1374
1375#: date.c:117
1376#, c-format
1377msgid "%lu hour ago"
1378msgid_plural "%lu hours ago"
1379msgstr[0] ""
1380msgstr[1] ""
1381
1382#: date.c:124
1383#, c-format
1384msgid "%lu day ago"
1385msgid_plural "%lu days ago"
1386msgstr[0] ""
1387msgstr[1] ""
1388
1389#: date.c:130
1390#, c-format
1391msgid "%lu week ago"
1392msgid_plural "%lu weeks ago"
1393msgstr[0] ""
1394msgstr[1] ""
1395
1396#: date.c:137
1397#, c-format
1398msgid "%lu month ago"
1399msgid_plural "%lu months ago"
1400msgstr[0] ""
1401msgstr[1] ""
1402
1403#: date.c:148
1404#, c-format
1405msgid "%lu year"
1406msgid_plural "%lu years"
1407msgstr[0] ""
1408msgstr[1] ""
1409
1410#. TRANSLATORS: "%s" is "<n> years"
1411#: date.c:151
1412#, c-format
1413msgid "%s, %lu month ago"
1414msgid_plural "%s, %lu months ago"
1415msgstr[0] ""
1416msgstr[1] ""
1417
1418#: date.c:156 date.c:161
1419#, c-format
1420msgid "%lu year ago"
1421msgid_plural "%lu years ago"
1422msgstr[0] ""
1423msgstr[1] ""
1424
1425#: diffcore-order.c:24
1426#, c-format
1427msgid "failed to read orderfile '%s'"
1428msgstr ""
1429
1430#: diffcore-rename.c:536
1431msgid "Performing inexact rename detection"
1432msgstr ""
1433
1434#: diff.c:62
1435#, c-format
1436msgid "option '%s' requires a value"
1437msgstr ""
1438
1439#: diff.c:124
1440#, c-format
1441msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1442msgstr ""
1443
1444#: diff.c:129
1445#, c-format
1446msgid "  Unknown dirstat parameter '%s'\n"
1447msgstr ""
1448
1449#: diff.c:281
1450#, c-format
1451msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1452msgstr ""
1453
1454#: diff.c:344
1455#, c-format
1456msgid ""
1457"Found errors in 'diff.dirstat' config variable:\n"
1458"%s"
1459msgstr ""
1460
1461#: diff.c:3102
1462#, c-format
1463msgid "external diff died, stopping at %s"
1464msgstr ""
1465
1466#: diff.c:3428
1467msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1468msgstr ""
1469
1470#: diff.c:3518
1471msgid "--follow requires exactly one pathspec"
1472msgstr ""
1473
1474#: diff.c:3681
1475#, c-format
1476msgid ""
1477"Failed to parse --dirstat/-X option parameter:\n"
1478"%s"
1479msgstr ""
1480
1481#: diff.c:3695
1482#, c-format
1483msgid "Failed to parse --submodule option parameter: '%s'"
1484msgstr ""
1485
1486#: diff.c:4719
1487msgid "inexact rename detection was skipped due to too many files."
1488msgstr ""
1489
1490#: diff.c:4722
1491msgid "only found copies from modified paths due to too many files."
1492msgstr ""
1493
1494#: diff.c:4725
1495#, c-format
1496msgid ""
1497"you may want to set your %s variable to at least %d and retry the command."
1498msgstr ""
1499
1500#: dir.c:1899
1501msgid "failed to get kernel name and information"
1502msgstr ""
1503
1504#: dir.c:2018
1505msgid "Untracked cache is disabled on this system or location."
1506msgstr ""
1507
1508#: dir.c:2776 dir.c:2781
1509#, c-format
1510msgid "could not create directories for %s"
1511msgstr ""
1512
1513#: dir.c:2806
1514#, c-format
1515msgid "could not migrate git directory from '%s' to '%s'"
1516msgstr ""
1517
1518#: entry.c:280
1519#, c-format
1520msgid "could not stat file '%s'"
1521msgstr ""
1522
1523#: fetch-pack.c:249
1524msgid "git fetch-pack: expected shallow list"
1525msgstr ""
1526
1527#: fetch-pack.c:261
1528msgid "git fetch-pack: expected ACK/NAK, got EOF"
1529msgstr ""
1530
1531#: fetch-pack.c:279
1532#, c-format
1533msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1534msgstr ""
1535
1536#: fetch-pack.c:331
1537msgid "--stateless-rpc requires multi_ack_detailed"
1538msgstr ""
1539
1540#: fetch-pack.c:417
1541#, c-format
1542msgid "invalid shallow line: %s"
1543msgstr ""
1544
1545#: fetch-pack.c:423
1546#, c-format
1547msgid "invalid unshallow line: %s"
1548msgstr ""
1549
1550#: fetch-pack.c:425
1551#, c-format
1552msgid "object not found: %s"
1553msgstr ""
1554
1555#: fetch-pack.c:428
1556#, c-format
1557msgid "error in object: %s"
1558msgstr ""
1559
1560#: fetch-pack.c:430
1561#, c-format
1562msgid "no shallow found: %s"
1563msgstr ""
1564
1565#: fetch-pack.c:433
1566#, c-format
1567msgid "expected shallow/unshallow, got %s"
1568msgstr ""
1569
1570#: fetch-pack.c:472
1571#, c-format
1572msgid "got %s %d %s"
1573msgstr ""
1574
1575#: fetch-pack.c:486
1576#, c-format
1577msgid "invalid commit %s"
1578msgstr ""
1579
1580#: fetch-pack.c:519
1581msgid "giving up"
1582msgstr ""
1583
1584#: fetch-pack.c:529 progress.c:235
1585msgid "done"
1586msgstr ""
1587
1588#: fetch-pack.c:541
1589#, c-format
1590msgid "got %s (%d) %s"
1591msgstr ""
1592
1593#: fetch-pack.c:587
1594#, c-format
1595msgid "Marking %s as complete"
1596msgstr ""
1597
1598#: fetch-pack.c:735
1599#, c-format
1600msgid "already have %s (%s)"
1601msgstr ""
1602
1603#: fetch-pack.c:773
1604msgid "fetch-pack: unable to fork off sideband demultiplexer"
1605msgstr ""
1606
1607#: fetch-pack.c:781
1608msgid "protocol error: bad pack header"
1609msgstr ""
1610
1611#: fetch-pack.c:837
1612#, c-format
1613msgid "fetch-pack: unable to fork off %s"
1614msgstr ""
1615
1616#: fetch-pack.c:853
1617#, c-format
1618msgid "%s failed"
1619msgstr ""
1620
1621#: fetch-pack.c:855
1622msgid "error in sideband demultiplexer"
1623msgstr ""
1624
1625#: fetch-pack.c:882
1626msgid "Server does not support shallow clients"
1627msgstr ""
1628
1629#: fetch-pack.c:886
1630msgid "Server supports multi_ack_detailed"
1631msgstr ""
1632
1633#: fetch-pack.c:889
1634msgid "Server supports no-done"
1635msgstr ""
1636
1637#: fetch-pack.c:895
1638msgid "Server supports multi_ack"
1639msgstr ""
1640
1641#: fetch-pack.c:899
1642msgid "Server supports side-band-64k"
1643msgstr ""
1644
1645#: fetch-pack.c:903
1646msgid "Server supports side-band"
1647msgstr ""
1648
1649#: fetch-pack.c:907
1650msgid "Server supports allow-tip-sha1-in-want"
1651msgstr ""
1652
1653#: fetch-pack.c:911
1654msgid "Server supports allow-reachable-sha1-in-want"
1655msgstr ""
1656
1657#: fetch-pack.c:921
1658msgid "Server supports ofs-delta"
1659msgstr ""
1660
1661#: fetch-pack.c:928
1662#, c-format
1663msgid "Server version is %.*s"
1664msgstr ""
1665
1666#: fetch-pack.c:934
1667msgid "Server does not support --shallow-since"
1668msgstr ""
1669
1670#: fetch-pack.c:938
1671msgid "Server does not support --shallow-exclude"
1672msgstr ""
1673
1674#: fetch-pack.c:940
1675msgid "Server does not support --deepen"
1676msgstr ""
1677
1678#: fetch-pack.c:951
1679msgid "no common commits"
1680msgstr ""
1681
1682#: fetch-pack.c:963
1683msgid "git fetch-pack: fetch failed."
1684msgstr ""
1685
1686#: fetch-pack.c:1125
1687msgid "no matching remote head"
1688msgstr ""
1689
1690#: fetch-pack.c:1147
1691#, c-format
1692msgid "no such remote ref %s"
1693msgstr ""
1694
1695#: fetch-pack.c:1150
1696#, c-format
1697msgid "Server does not allow request for unadvertised object %s"
1698msgstr ""
1699
1700#: gpg-interface.c:185
1701msgid "gpg failed to sign the data"
1702msgstr ""
1703
1704#: gpg-interface.c:215
1705msgid "could not create temporary file"
1706msgstr ""
1707
1708#: gpg-interface.c:217
1709#, c-format
1710msgid "failed writing detached signature to '%s'"
1711msgstr ""
1712
1713#: graph.c:96
1714#, c-format
1715msgid "ignore invalid color '%.*s' in log.graphColors"
1716msgstr ""
1717
1718#: grep.c:1796
1719#, c-format
1720msgid "'%s': unable to read %s"
1721msgstr ""
1722
1723#: grep.c:1813 builtin/clone.c:399 builtin/diff.c:81 builtin/rm.c:133
1724#, c-format
1725msgid "failed to stat '%s'"
1726msgstr ""
1727
1728#: grep.c:1824
1729#, c-format
1730msgid "'%s': short read"
1731msgstr ""
1732
1733#: help.c:218
1734#, c-format
1735msgid "available git commands in '%s'"
1736msgstr ""
1737
1738#: help.c:225
1739msgid "git commands available from elsewhere on your $PATH"
1740msgstr ""
1741
1742#: help.c:256
1743msgid "These are common Git commands used in various situations:"
1744msgstr ""
1745
1746#: help.c:321
1747#, c-format
1748msgid ""
1749"'%s' appears to be a git command, but we were not\n"
1750"able to execute it. Maybe git-%s is broken?"
1751msgstr ""
1752
1753#: help.c:376
1754msgid "Uh oh. Your system reports no Git commands at all."
1755msgstr ""
1756
1757#: help.c:398
1758#, c-format
1759msgid ""
1760"WARNING: You called a Git command named '%s', which does not exist.\n"
1761"Continuing under the assumption that you meant '%s'"
1762msgstr ""
1763
1764#: help.c:403
1765#, c-format
1766msgid "in %0.1f seconds automatically..."
1767msgstr ""
1768
1769#: help.c:410
1770#, c-format
1771msgid "git: '%s' is not a git command. See 'git --help'."
1772msgstr ""
1773
1774#: help.c:414 help.c:480
1775msgid ""
1776"\n"
1777"Did you mean this?"
1778msgid_plural ""
1779"\n"
1780"Did you mean one of these?"
1781msgstr[0] ""
1782msgstr[1] ""
1783
1784#: help.c:476
1785#, c-format
1786msgid "%s: %s - %s"
1787msgstr ""
1788
1789#: ident.c:343
1790msgid ""
1791"\n"
1792"*** Please tell me who you are.\n"
1793"\n"
1794"Run\n"
1795"\n"
1796"  git config --global user.email \"you@example.com\"\n"
1797"  git config --global user.name \"Your Name\"\n"
1798"\n"
1799"to set your account's default identity.\n"
1800"Omit --global to set the identity only in this repository.\n"
1801"\n"
1802msgstr ""
1803
1804#: ident.c:367
1805msgid "no email was given and auto-detection is disabled"
1806msgstr ""
1807
1808#: ident.c:372
1809#, c-format
1810msgid "unable to auto-detect email address (got '%s')"
1811msgstr ""
1812
1813#: ident.c:382
1814msgid "no name was given and auto-detection is disabled"
1815msgstr ""
1816
1817#: ident.c:388
1818#, c-format
1819msgid "unable to auto-detect name (got '%s')"
1820msgstr ""
1821
1822#: ident.c:396
1823#, c-format
1824msgid "empty ident name (for <%s>) not allowed"
1825msgstr ""
1826
1827#: ident.c:402
1828#, c-format
1829msgid "name consists only of disallowed characters: %s"
1830msgstr ""
1831
1832#: ident.c:417 builtin/commit.c:611
1833#, c-format
1834msgid "invalid date format: %s"
1835msgstr ""
1836
1837#: lockfile.c:152
1838#, c-format
1839msgid ""
1840"Unable to create '%s.lock': %s.\n"
1841"\n"
1842"Another git process seems to be running in this repository, e.g.\n"
1843"an editor opened by 'git commit'. Please make sure all processes\n"
1844"are terminated then try again. If it still fails, a git process\n"
1845"may have crashed in this repository earlier:\n"
1846"remove the file manually to continue."
1847msgstr ""
1848
1849#: lockfile.c:160
1850#, c-format
1851msgid "Unable to create '%s.lock': %s"
1852msgstr ""
1853
1854#: merge.c:41
1855msgid "failed to read the cache"
1856msgstr ""
1857
1858#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:393
1859#: builtin/checkout.c:607 builtin/clone.c:749
1860msgid "unable to write new index file"
1861msgstr ""
1862
1863#: merge-recursive.c:209
1864msgid "(bad commit)\n"
1865msgstr ""
1866
1867#: merge-recursive.c:231 merge-recursive.c:239
1868#, c-format
1869msgid "addinfo_cache failed for path '%s'"
1870msgstr ""
1871
1872#: merge-recursive.c:303
1873msgid "error building trees"
1874msgstr ""
1875
1876#: merge-recursive.c:727
1877#, c-format
1878msgid "failed to create path '%s'%s"
1879msgstr ""
1880
1881#: merge-recursive.c:738
1882#, c-format
1883msgid "Removing %s to make room for subdirectory\n"
1884msgstr ""
1885
1886#: merge-recursive.c:752 merge-recursive.c:771
1887msgid ": perhaps a D/F conflict?"
1888msgstr ""
1889
1890#: merge-recursive.c:761
1891#, c-format
1892msgid "refusing to lose untracked file at '%s'"
1893msgstr ""
1894
1895#: merge-recursive.c:803 builtin/cat-file.c:34
1896#, c-format
1897msgid "cannot read object %s '%s'"
1898msgstr ""
1899
1900#: merge-recursive.c:805
1901#, c-format
1902msgid "blob expected for %s '%s'"
1903msgstr ""
1904
1905#: merge-recursive.c:829
1906#, c-format
1907msgid "failed to open '%s': %s"
1908msgstr ""
1909
1910#: merge-recursive.c:840
1911#, c-format
1912msgid "failed to symlink '%s': %s"
1913msgstr ""
1914
1915#: merge-recursive.c:845
1916#, c-format
1917msgid "do not know what to do with %06o %s '%s'"
1918msgstr ""
1919
1920#: merge-recursive.c:985
1921msgid "Failed to execute internal merge"
1922msgstr ""
1923
1924#: merge-recursive.c:989
1925#, c-format
1926msgid "Unable to add %s to database"
1927msgstr ""
1928
1929#: merge-recursive.c:1092
1930#, c-format
1931msgid ""
1932"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1933"in tree."
1934msgstr ""
1935
1936#: merge-recursive.c:1097
1937#, c-format
1938msgid ""
1939"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1940"left in tree."
1941msgstr ""
1942
1943#: merge-recursive.c:1104
1944#, c-format
1945msgid ""
1946"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1947"in tree at %s."
1948msgstr ""
1949
1950#: merge-recursive.c:1109
1951#, c-format
1952msgid ""
1953"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
1954"left in tree at %s."
1955msgstr ""
1956
1957#: merge-recursive.c:1143
1958msgid "rename"
1959msgstr ""
1960
1961#: merge-recursive.c:1143
1962msgid "renamed"
1963msgstr ""
1964
1965#: merge-recursive.c:1200
1966#, c-format
1967msgid "%s is a directory in %s adding as %s instead"
1968msgstr ""
1969
1970#: merge-recursive.c:1225
1971#, c-format
1972msgid ""
1973"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1974"\"->\"%s\" in \"%s\"%s"
1975msgstr ""
1976
1977#: merge-recursive.c:1230
1978msgid " (left unresolved)"
1979msgstr ""
1980
1981#: merge-recursive.c:1292
1982#, c-format
1983msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1984msgstr ""
1985
1986#: merge-recursive.c:1325
1987#, c-format
1988msgid "Renaming %s to %s and %s to %s instead"
1989msgstr ""
1990
1991#: merge-recursive.c:1528
1992#, c-format
1993msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1994msgstr ""
1995
1996#: merge-recursive.c:1543
1997#, c-format
1998msgid "Adding merged %s"
1999msgstr ""
2000
2001#: merge-recursive.c:1550 merge-recursive.c:1780
2002#, c-format
2003msgid "Adding as %s instead"
2004msgstr ""
2005
2006#: merge-recursive.c:1607
2007#, c-format
2008msgid "cannot read object %s"
2009msgstr ""
2010
2011#: merge-recursive.c:1610
2012#, c-format
2013msgid "object %s is not a blob"
2014msgstr ""
2015
2016#: merge-recursive.c:1679
2017msgid "modify"
2018msgstr ""
2019
2020#: merge-recursive.c:1679
2021msgid "modified"
2022msgstr ""
2023
2024#: merge-recursive.c:1689
2025msgid "content"
2026msgstr ""
2027
2028#: merge-recursive.c:1696
2029msgid "add/add"
2030msgstr ""
2031
2032#: merge-recursive.c:1732
2033#, c-format
2034msgid "Skipped %s (merged same as existing)"
2035msgstr ""
2036
2037#: merge-recursive.c:1746
2038#, c-format
2039msgid "Auto-merging %s"
2040msgstr ""
2041
2042#: merge-recursive.c:1750 git-submodule.sh:944
2043msgid "submodule"
2044msgstr ""
2045
2046#: merge-recursive.c:1751
2047#, c-format
2048msgid "CONFLICT (%s): Merge conflict in %s"
2049msgstr ""
2050
2051#: merge-recursive.c:1845
2052#, c-format
2053msgid "Removing %s"
2054msgstr ""
2055
2056#: merge-recursive.c:1871
2057msgid "file/directory"
2058msgstr ""
2059
2060#: merge-recursive.c:1877
2061msgid "directory/file"
2062msgstr ""
2063
2064#: merge-recursive.c:1883
2065#, c-format
2066msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2067msgstr ""
2068
2069#: merge-recursive.c:1892
2070#, c-format
2071msgid "Adding %s"
2072msgstr ""
2073
2074#: merge-recursive.c:1929
2075msgid "Already up-to-date!"
2076msgstr ""
2077
2078#: merge-recursive.c:1938
2079#, c-format
2080msgid "merging of trees %s and %s failed"
2081msgstr ""
2082
2083#: merge-recursive.c:2021
2084msgid "Merging:"
2085msgstr ""
2086
2087#: merge-recursive.c:2034
2088#, c-format
2089msgid "found %u common ancestor:"
2090msgid_plural "found %u common ancestors:"
2091msgstr[0] ""
2092msgstr[1] ""
2093
2094#: merge-recursive.c:2073
2095msgid "merge returned no commit"
2096msgstr ""
2097
2098#: merge-recursive.c:2136
2099#, c-format
2100msgid "Could not parse object '%s'"
2101msgstr ""
2102
2103#: merge-recursive.c:2150 builtin/merge.c:645 builtin/merge.c:792
2104msgid "Unable to write index."
2105msgstr ""
2106
2107#: notes-merge.c:273
2108#, c-format
2109msgid ""
2110"You have not concluded your previous notes merge (%s exists).\n"
2111"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2112"commit/abort the previous merge before you start a new notes merge."
2113msgstr ""
2114
2115#: notes-merge.c:280
2116#, c-format
2117msgid "You have not concluded your notes merge (%s exists)."
2118msgstr ""
2119
2120#: notes-utils.c:41
2121msgid "Cannot commit uninitialized/unreferenced notes tree"
2122msgstr ""
2123
2124#: notes-utils.c:100
2125#, c-format
2126msgid "Bad notes.rewriteMode value: '%s'"
2127msgstr ""
2128
2129#: notes-utils.c:110
2130#, c-format
2131msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2132msgstr ""
2133
2134#. TRANSLATORS: The first %s is the name of the
2135#. environment variable, the second %s is its value
2136#: notes-utils.c:137
2137#, c-format
2138msgid "Bad %s value: '%s'"
2139msgstr ""
2140
2141#: object.c:240
2142#, c-format
2143msgid "unable to parse object: %s"
2144msgstr ""
2145
2146#: parse-options.c:572
2147msgid "..."
2148msgstr ""
2149
2150#: parse-options.c:590
2151#, c-format
2152msgid "usage: %s"
2153msgstr ""
2154
2155#. TRANSLATORS: the colon here should align with the
2156#. one in "usage: %s" translation
2157#: parse-options.c:594
2158#, c-format
2159msgid "   or: %s"
2160msgstr ""
2161
2162#: parse-options.c:597
2163#, c-format
2164msgid "    %s"
2165msgstr ""
2166
2167#: parse-options.c:631
2168msgid "-NUM"
2169msgstr ""
2170
2171#: parse-options-cb.c:108
2172#, c-format
2173msgid "malformed object name '%s'"
2174msgstr ""
2175
2176#: path.c:805
2177#, c-format
2178msgid "Could not make %s writable by group"
2179msgstr ""
2180
2181#: pathspec.c:125
2182msgid "Escape character '\\' not allowed as last character in attr value"
2183msgstr ""
2184
2185#: pathspec.c:143
2186msgid "Only one 'attr:' specification is allowed."
2187msgstr ""
2188
2189#: pathspec.c:146
2190msgid "attr spec must not be empty"
2191msgstr ""
2192
2193#: pathspec.c:189
2194#, c-format
2195msgid "invalid attribute name %s"
2196msgstr ""
2197
2198#: pathspec.c:254
2199msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2200msgstr ""
2201
2202#: pathspec.c:261
2203msgid ""
2204"global 'literal' pathspec setting is incompatible with all other global "
2205"pathspec settings"
2206msgstr ""
2207
2208#: pathspec.c:301
2209msgid "invalid parameter for pathspec magic 'prefix'"
2210msgstr ""
2211
2212#: pathspec.c:322
2213#, c-format
2214msgid "Invalid pathspec magic '%.*s' in '%s'"
2215msgstr ""
2216
2217#: pathspec.c:327
2218#, c-format
2219msgid "Missing ')' at the end of pathspec magic in '%s'"
2220msgstr ""
2221
2222#: pathspec.c:365
2223#, c-format
2224msgid "Unimplemented pathspec magic '%c' in '%s'"
2225msgstr ""
2226
2227#: pathspec.c:421 pathspec.c:443
2228#, c-format
2229msgid "Pathspec '%s' is in submodule '%.*s'"
2230msgstr ""
2231
2232#: pathspec.c:483
2233#, c-format
2234msgid "%s: 'literal' and 'glob' are incompatible"
2235msgstr ""
2236
2237#: pathspec.c:496
2238#, c-format
2239msgid "%s: '%s' is outside repository"
2240msgstr ""
2241
2242#: pathspec.c:584
2243#, c-format
2244msgid "'%s' (mnemonic: '%c')"
2245msgstr ""
2246
2247#: pathspec.c:594
2248#, c-format
2249msgid "%s: pathspec magic not supported by this command: %s"
2250msgstr ""
2251
2252#: pathspec.c:644
2253msgid ""
2254"empty strings as pathspecs will be made invalid in upcoming releases. please "
2255"use . instead if you meant to match all paths"
2256msgstr ""
2257
2258#: pathspec.c:668
2259#, c-format
2260msgid "pathspec '%s' is beyond a symbolic link"
2261msgstr ""
2262
2263#: pretty.c:982
2264msgid "unable to parse --pretty format"
2265msgstr ""
2266
2267#: read-cache.c:1307
2268#, c-format
2269msgid ""
2270"index.version set, but the value is invalid.\n"
2271"Using version %i"
2272msgstr ""
2273
2274#: read-cache.c:1317
2275#, c-format
2276msgid ""
2277"GIT_INDEX_VERSION set, but the value is invalid.\n"
2278"Using version %i"
2279msgstr ""
2280
2281#: read-cache.c:2232
2282#, c-format
2283msgid "could not stat '%s"
2284msgstr ""
2285
2286#: read-cache.c:2245
2287#, c-format
2288msgid "unable to open git dir: %s"
2289msgstr ""
2290
2291#: read-cache.c:2257
2292#, c-format
2293msgid "unable to unlink: %s"
2294msgstr ""
2295
2296#: refs.c:619 builtin/merge.c:844
2297#, c-format
2298msgid "Could not open '%s' for writing"
2299msgstr ""
2300
2301#: refs/files-backend.c:2531
2302#, c-format
2303msgid "could not delete reference %s: %s"
2304msgstr ""
2305
2306#: refs/files-backend.c:2534
2307#, c-format
2308msgid "could not delete references: %s"
2309msgstr ""
2310
2311#: refs/files-backend.c:2543
2312#, c-format
2313msgid "could not remove reference %s"
2314msgstr ""
2315
2316#: ref-filter.c:35 wt-status.c:1780
2317msgid "gone"
2318msgstr ""
2319
2320#: ref-filter.c:36
2321#, c-format
2322msgid "ahead %d"
2323msgstr ""
2324
2325#: ref-filter.c:37
2326#, c-format
2327msgid "behind %d"
2328msgstr ""
2329
2330#: ref-filter.c:38
2331#, c-format
2332msgid "ahead %d, behind %d"
2333msgstr ""
2334
2335#: ref-filter.c:104
2336#, c-format
2337msgid "expected format: %%(color:<color>)"
2338msgstr ""
2339
2340#: ref-filter.c:106
2341#, c-format
2342msgid "unrecognized color: %%(color:%s)"
2343msgstr ""
2344
2345#: ref-filter.c:120
2346#, c-format
2347msgid "Integer value expected refname:lstrip=%s"
2348msgstr ""
2349
2350#: ref-filter.c:124
2351#, c-format
2352msgid "Integer value expected refname:rstrip=%s"
2353msgstr ""
2354
2355#: ref-filter.c:126
2356#, c-format
2357msgid "unrecognized %%(%s) argument: %s"
2358msgstr ""
2359
2360#: ref-filter.c:166
2361#, c-format
2362msgid "%%(body) does not take arguments"
2363msgstr ""
2364
2365#: ref-filter.c:173
2366#, c-format
2367msgid "%%(subject) does not take arguments"
2368msgstr ""
2369
2370#: ref-filter.c:180
2371#, c-format
2372msgid "%%(trailers) does not take arguments"
2373msgstr ""
2374
2375#: ref-filter.c:199
2376#, c-format
2377msgid "positive value expected contents:lines=%s"
2378msgstr ""
2379
2380#: ref-filter.c:201
2381#, c-format
2382msgid "unrecognized %%(contents) argument: %s"
2383msgstr ""
2384
2385#: ref-filter.c:214
2386#, c-format
2387msgid "positive value expected objectname:short=%s"
2388msgstr ""
2389
2390#: ref-filter.c:218
2391#, c-format
2392msgid "unrecognized %%(objectname) argument: %s"
2393msgstr ""
2394
2395#: ref-filter.c:245
2396#, c-format
2397msgid "expected format: %%(align:<width>,<position>)"
2398msgstr ""
2399
2400#: ref-filter.c:257
2401#, c-format
2402msgid "unrecognized position:%s"
2403msgstr ""
2404
2405#: ref-filter.c:261
2406#, c-format
2407msgid "unrecognized width:%s"
2408msgstr ""
2409
2410#: ref-filter.c:267
2411#, c-format
2412msgid "unrecognized %%(align) argument: %s"
2413msgstr ""
2414
2415#: ref-filter.c:271
2416#, c-format
2417msgid "positive width expected with the %%(align) atom"
2418msgstr ""
2419
2420#: ref-filter.c:286
2421#, c-format
2422msgid "unrecognized %%(if) argument: %s"
2423msgstr ""
2424
2425#: ref-filter.c:371
2426#, c-format
2427msgid "malformed field name: %.*s"
2428msgstr ""
2429
2430#: ref-filter.c:397
2431#, c-format
2432msgid "unknown field name: %.*s"
2433msgstr ""
2434
2435#: ref-filter.c:501
2436#, c-format
2437msgid "format: %%(if) atom used without a %%(then) atom"
2438msgstr ""
2439
2440#: ref-filter.c:561
2441#, c-format
2442msgid "format: %%(then) atom used without an %%(if) atom"
2443msgstr ""
2444
2445#: ref-filter.c:563
2446#, c-format
2447msgid "format: %%(then) atom used more than once"
2448msgstr ""
2449
2450#: ref-filter.c:565
2451#, c-format
2452msgid "format: %%(then) atom used after %%(else)"
2453msgstr ""
2454
2455#: ref-filter.c:591
2456#, c-format
2457msgid "format: %%(else) atom used without an %%(if) atom"
2458msgstr ""
2459
2460#: ref-filter.c:593
2461#, c-format
2462msgid "format: %%(else) atom used without a %%(then) atom"
2463msgstr ""
2464
2465#: ref-filter.c:595
2466#, c-format
2467msgid "format: %%(else) atom used more than once"
2468msgstr ""
2469
2470#: ref-filter.c:608
2471#, c-format
2472msgid "format: %%(end) atom used without corresponding atom"
2473msgstr ""
2474
2475#: ref-filter.c:663
2476#, c-format
2477msgid "malformed format string %s"
2478msgstr ""
2479
2480#: ref-filter.c:1247
2481#, c-format
2482msgid "(no branch, rebasing %s)"
2483msgstr ""
2484
2485#: ref-filter.c:1250
2486#, c-format
2487msgid "(no branch, bisect started on %s)"
2488msgstr ""
2489
2490#. TRANSLATORS: make sure this matches
2491#. "HEAD detached at " in wt-status.c
2492#: ref-filter.c:1256
2493#, c-format
2494msgid "(HEAD detached at %s)"
2495msgstr ""
2496
2497#. TRANSLATORS: make sure this matches
2498#. "HEAD detached from " in wt-status.c
2499#: ref-filter.c:1261
2500#, c-format
2501msgid "(HEAD detached from %s)"
2502msgstr ""
2503
2504#: ref-filter.c:1265
2505msgid "(no branch)"
2506msgstr ""
2507
2508#: ref-filter.c:1420 ref-filter.c:1451
2509#, c-format
2510msgid "missing object %s for %s"
2511msgstr ""
2512
2513#: ref-filter.c:1423 ref-filter.c:1454
2514#, c-format
2515msgid "parse_object_buffer failed on %s for %s"
2516msgstr ""
2517
2518#: ref-filter.c:1692
2519#, c-format
2520msgid "malformed object at '%s'"
2521msgstr ""
2522
2523#: ref-filter.c:1759
2524#, c-format
2525msgid "ignoring ref with broken name %s"
2526msgstr ""
2527
2528#: ref-filter.c:1764
2529#, c-format
2530msgid "ignoring broken ref %s"
2531msgstr ""
2532
2533#: ref-filter.c:2028
2534#, c-format
2535msgid "format: %%(end) atom missing"
2536msgstr ""
2537
2538#: ref-filter.c:2109
2539#, c-format
2540msgid "malformed object name %s"
2541msgstr ""
2542
2543#: remote.c:754
2544#, c-format
2545msgid "Cannot fetch both %s and %s to %s"
2546msgstr ""
2547
2548#: remote.c:758
2549#, c-format
2550msgid "%s usually tracks %s, not %s"
2551msgstr ""
2552
2553#: remote.c:762
2554#, c-format
2555msgid "%s tracks both %s and %s"
2556msgstr ""
2557
2558#: remote.c:770
2559msgid "Internal error"
2560msgstr ""
2561
2562#: remote.c:1685 remote.c:1787
2563msgid "HEAD does not point to a branch"
2564msgstr ""
2565
2566#: remote.c:1694
2567#, c-format
2568msgid "no such branch: '%s'"
2569msgstr ""
2570
2571#: remote.c:1697
2572#, c-format
2573msgid "no upstream configured for branch '%s'"
2574msgstr ""
2575
2576#: remote.c:1703
2577#, c-format
2578msgid "upstream branch '%s' not stored as a remote-tracking branch"
2579msgstr ""
2580
2581#: remote.c:1718
2582#, c-format
2583msgid "push destination '%s' on remote '%s' has no local tracking branch"
2584msgstr ""
2585
2586#: remote.c:1730
2587#, c-format
2588msgid "branch '%s' has no remote for pushing"
2589msgstr ""
2590
2591#: remote.c:1741
2592#, c-format
2593msgid "push refspecs for '%s' do not include '%s'"
2594msgstr ""
2595
2596#: remote.c:1754
2597msgid "push has no destination (push.default is 'nothing')"
2598msgstr ""
2599
2600#: remote.c:1776
2601msgid "cannot resolve 'simple' push to a single destination"
2602msgstr ""
2603
2604#: remote.c:2081
2605#, c-format
2606msgid "Your branch is based on '%s', but the upstream is gone.\n"
2607msgstr ""
2608
2609#: remote.c:2085
2610msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2611msgstr ""
2612
2613#: remote.c:2088
2614#, c-format
2615msgid "Your branch is up-to-date with '%s'.\n"
2616msgstr ""
2617
2618#: remote.c:2092
2619#, c-format
2620msgid "Your branch is ahead of '%s' by %d commit.\n"
2621msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2622msgstr[0] ""
2623msgstr[1] ""
2624
2625#: remote.c:2098
2626msgid "  (use \"git push\" to publish your local commits)\n"
2627msgstr ""
2628
2629#: remote.c:2101
2630#, c-format
2631msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2632msgid_plural ""
2633"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2634msgstr[0] ""
2635msgstr[1] ""
2636
2637#: remote.c:2109
2638msgid "  (use \"git pull\" to update your local branch)\n"
2639msgstr ""
2640
2641#: remote.c:2112
2642#, c-format
2643msgid ""
2644"Your branch and '%s' have diverged,\n"
2645"and have %d and %d different commit each, respectively.\n"
2646msgid_plural ""
2647"Your branch and '%s' have diverged,\n"
2648"and have %d and %d different commits each, respectively.\n"
2649msgstr[0] ""
2650msgstr[1] ""
2651
2652#: remote.c:2122
2653msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2654msgstr ""
2655
2656#: revision.c:2158
2657msgid "your current branch appears to be broken"
2658msgstr ""
2659
2660#: revision.c:2161
2661#, c-format
2662msgid "your current branch '%s' does not have any commits yet"
2663msgstr ""
2664
2665#: revision.c:2355
2666msgid "--first-parent is incompatible with --bisect"
2667msgstr ""
2668
2669#: run-command.c:125
2670msgid "open /dev/null failed"
2671msgstr ""
2672
2673#: run-command.c:127
2674#, c-format
2675msgid "dup2(%d,%d) failed"
2676msgstr ""
2677
2678#: send-pack.c:150
2679#, c-format
2680msgid "unable to parse remote unpack status: %s"
2681msgstr ""
2682
2683#: send-pack.c:152
2684#, c-format
2685msgid "remote unpack failed: %s"
2686msgstr ""
2687
2688#: send-pack.c:315
2689msgid "failed to sign the push certificate"
2690msgstr ""
2691
2692#: send-pack.c:428
2693msgid "the receiving end does not support --signed push"
2694msgstr ""
2695
2696#: send-pack.c:430
2697msgid ""
2698"not sending a push certificate since the receiving end does not support --"
2699"signed push"
2700msgstr ""
2701
2702#: send-pack.c:442
2703msgid "the receiving end does not support --atomic push"
2704msgstr ""
2705
2706#: send-pack.c:447
2707msgid "the receiving end does not support push options"
2708msgstr ""
2709
2710#: sequencer.c:215
2711msgid "revert"
2712msgstr ""
2713
2714#: sequencer.c:217
2715msgid "cherry-pick"
2716msgstr ""
2717
2718#: sequencer.c:219
2719msgid "rebase -i"
2720msgstr ""
2721
2722#: sequencer.c:221
2723#, c-format
2724msgid "Unknown action: %d"
2725msgstr ""
2726
2727#: sequencer.c:278
2728msgid ""
2729"after resolving the conflicts, mark the corrected paths\n"
2730"with 'git add <paths>' or 'git rm <paths>'"
2731msgstr ""
2732
2733#: sequencer.c:281
2734msgid ""
2735"after resolving the conflicts, mark the corrected paths\n"
2736"with 'git add <paths>' or 'git rm <paths>'\n"
2737"and commit the result with 'git commit'"
2738msgstr ""
2739
2740#: sequencer.c:294 sequencer.c:1675
2741#, c-format
2742msgid "could not lock '%s'"
2743msgstr ""
2744
2745#: sequencer.c:297 sequencer.c:1553 sequencer.c:1680 sequencer.c:1694
2746#, c-format
2747msgid "could not write to '%s'"
2748msgstr ""
2749
2750#: sequencer.c:301
2751#, c-format
2752msgid "could not write eol to '%s'"
2753msgstr ""
2754
2755#: sequencer.c:305 sequencer.c:1558 sequencer.c:1682
2756#, c-format
2757msgid "failed to finalize '%s'."
2758msgstr ""
2759
2760#: sequencer.c:329 sequencer.c:814 sequencer.c:1579 builtin/am.c:259
2761#: builtin/commit.c:749 builtin/merge.c:1018
2762#, c-format
2763msgid "could not read '%s'"
2764msgstr ""
2765
2766#: sequencer.c:355
2767#, c-format
2768msgid "your local changes would be overwritten by %s."
2769msgstr ""
2770
2771#: sequencer.c:359
2772msgid "commit your changes or stash them to proceed."
2773msgstr ""
2774
2775#: sequencer.c:388
2776#, c-format
2777msgid "%s: fast-forward"
2778msgstr ""
2779
2780#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2781#. * "rebase -i".
2782#.
2783#: sequencer.c:470
2784#, c-format
2785msgid "%s: Unable to write new index file"
2786msgstr ""
2787
2788#: sequencer.c:489
2789msgid "could not resolve HEAD commit\n"
2790msgstr ""
2791
2792#: sequencer.c:509
2793msgid "unable to update cache tree\n"
2794msgstr ""
2795
2796#: sequencer.c:592
2797#, c-format
2798msgid ""
2799"you have staged changes in your working tree\n"
2800"If these changes are meant to be squashed into the previous commit, run:\n"
2801"\n"
2802"  git commit --amend %s\n"
2803"\n"
2804"If they are meant to go into a new commit, run:\n"
2805"\n"
2806"  git commit %s\n"
2807"\n"
2808"In both cases, once you're done, continue with:\n"
2809"\n"
2810"  git rebase --continue\n"
2811msgstr ""
2812
2813#: sequencer.c:694
2814#, c-format
2815msgid "could not parse commit %s\n"
2816msgstr ""
2817
2818#: sequencer.c:699
2819#, c-format
2820msgid "could not parse parent commit %s\n"
2821msgstr ""
2822
2823#: sequencer.c:821
2824#, c-format
2825msgid ""
2826"unexpected 1st line of squash message:\n"
2827"\n"
2828"\t%.*s"
2829msgstr ""
2830
2831#: sequencer.c:827
2832#, c-format
2833msgid ""
2834"invalid 1st line of squash message:\n"
2835"\n"
2836"\t%.*s"
2837msgstr ""
2838
2839#: sequencer.c:833 sequencer.c:858
2840#, c-format
2841msgid "This is a combination of %d commits."
2842msgstr ""
2843
2844#: sequencer.c:842
2845msgid "need a HEAD to fixup"
2846msgstr ""
2847
2848#: sequencer.c:844
2849msgid "could not read HEAD"
2850msgstr ""
2851
2852#: sequencer.c:846
2853msgid "could not read HEAD's commit message"
2854msgstr ""
2855
2856#: sequencer.c:852
2857#, c-format
2858msgid "cannot write '%s'"
2859msgstr ""
2860
2861#: sequencer.c:861 git-rebase--interactive.sh:445
2862msgid "This is the 1st commit message:"
2863msgstr ""
2864
2865#: sequencer.c:869
2866#, c-format
2867msgid "could not read commit message of %s"
2868msgstr ""
2869
2870#: sequencer.c:876
2871#, c-format
2872msgid "This is the commit message #%d:"
2873msgstr ""
2874
2875#: sequencer.c:881
2876#, c-format
2877msgid "The commit message #%d will be skipped:"
2878msgstr ""
2879
2880#: sequencer.c:886
2881#, c-format
2882msgid "unknown command: %d"
2883msgstr ""
2884
2885#: sequencer.c:952
2886msgid "your index file is unmerged."
2887msgstr ""
2888
2889#: sequencer.c:970
2890#, c-format
2891msgid "commit %s is a merge but no -m option was given."
2892msgstr ""
2893
2894#: sequencer.c:978
2895#, c-format
2896msgid "commit %s does not have parent %d"
2897msgstr ""
2898
2899#: sequencer.c:982
2900#, c-format
2901msgid "mainline was specified but commit %s is not a merge."
2902msgstr ""
2903
2904#: sequencer.c:988
2905#, c-format
2906msgid "cannot get commit message for %s"
2907msgstr ""
2908
2909#. TRANSLATORS: The first %s will be a "todo" command like
2910#. "revert" or "pick", the second %s a SHA1.
2911#: sequencer.c:1009
2912#, c-format
2913msgid "%s: cannot parse parent commit %s"
2914msgstr ""
2915
2916#: sequencer.c:1071 sequencer.c:1820
2917#, c-format
2918msgid "could not rename '%s' to '%s'"
2919msgstr ""
2920
2921#: sequencer.c:1122
2922#, c-format
2923msgid "could not revert %s... %s"
2924msgstr ""
2925
2926#: sequencer.c:1123
2927#, c-format
2928msgid "could not apply %s... %s"
2929msgstr ""
2930
2931#: sequencer.c:1165
2932msgid "empty commit set passed"
2933msgstr ""
2934
2935#: sequencer.c:1175
2936#, c-format
2937msgid "git %s: failed to read the index"
2938msgstr ""
2939
2940#: sequencer.c:1182
2941#, c-format
2942msgid "git %s: failed to refresh the index"
2943msgstr ""
2944
2945#: sequencer.c:1302
2946#, c-format
2947msgid "invalid line %d: %.*s"
2948msgstr ""
2949
2950#: sequencer.c:1310
2951#, c-format
2952msgid "cannot '%s' without a previous commit"
2953msgstr ""
2954
2955#: sequencer.c:1342
2956#, c-format
2957msgid "could not read '%s'."
2958msgstr ""
2959
2960#: sequencer.c:1349
2961msgid "please fix this using 'git rebase --edit-todo'."
2962msgstr ""
2963
2964#: sequencer.c:1351
2965#, c-format
2966msgid "unusable instruction sheet: '%s'"
2967msgstr ""
2968
2969#: sequencer.c:1356
2970msgid "no commits parsed."
2971msgstr ""
2972
2973#: sequencer.c:1367
2974msgid "cannot cherry-pick during a revert."
2975msgstr ""
2976
2977#: sequencer.c:1369
2978msgid "cannot revert during a cherry-pick."
2979msgstr ""
2980
2981#: sequencer.c:1432
2982#, c-format
2983msgid "invalid key: %s"
2984msgstr ""
2985
2986#: sequencer.c:1435
2987#, c-format
2988msgid "invalid value for %s: %s"
2989msgstr ""
2990
2991#: sequencer.c:1492
2992#, c-format
2993msgid "malformed options sheet: '%s'"
2994msgstr ""
2995
2996#: sequencer.c:1530
2997msgid "a cherry-pick or revert is already in progress"
2998msgstr ""
2999
3000#: sequencer.c:1531
3001msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3002msgstr ""
3003
3004#: sequencer.c:1534
3005#, c-format
3006msgid "could not create sequencer directory '%s'"
3007msgstr ""
3008
3009#: sequencer.c:1548
3010msgid "could not lock HEAD"
3011msgstr ""
3012
3013#: sequencer.c:1604 sequencer.c:2159
3014msgid "no cherry-pick or revert in progress"
3015msgstr ""
3016
3017#: sequencer.c:1606
3018msgid "cannot resolve HEAD"
3019msgstr ""
3020
3021#: sequencer.c:1608 sequencer.c:1642
3022msgid "cannot abort from a branch yet to be born"
3023msgstr ""
3024
3025#: sequencer.c:1628 builtin/grep.c:910
3026#, c-format
3027msgid "cannot open '%s'"
3028msgstr ""
3029
3030#: sequencer.c:1630
3031#, c-format
3032msgid "cannot read '%s': %s"
3033msgstr ""
3034
3035#: sequencer.c:1631
3036msgid "unexpected end of file"
3037msgstr ""
3038
3039#: sequencer.c:1637
3040#, c-format
3041msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3042msgstr ""
3043
3044#: sequencer.c:1648
3045msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3046msgstr ""
3047
3048#: sequencer.c:1785 sequencer.c:2058
3049msgid "cannot read HEAD"
3050msgstr ""
3051
3052#: sequencer.c:1825 builtin/difftool.c:616
3053#, c-format
3054msgid "could not copy '%s' to '%s'"
3055msgstr ""
3056
3057#: sequencer.c:1841
3058msgid "could not read index"
3059msgstr ""
3060
3061#: sequencer.c:1846
3062#, c-format
3063msgid ""
3064"execution failed: %s\n"
3065"%sYou can fix the problem, and then run\n"
3066"\n"
3067"  git rebase --continue\n"
3068"\n"
3069msgstr ""
3070
3071#: sequencer.c:1852
3072msgid "and made changes to the index and/or the working tree\n"
3073msgstr ""
3074
3075#: sequencer.c:1858
3076#, c-format
3077msgid ""
3078"execution succeeded: %s\n"
3079"but left changes to the index and/or the working tree\n"
3080"Commit or stash your changes, and then run\n"
3081"\n"
3082"  git rebase --continue\n"
3083"\n"
3084msgstr ""
3085
3086#: sequencer.c:1913 git-rebase.sh:168
3087#, c-format
3088msgid "Applied autostash."
3089msgstr ""
3090
3091#: sequencer.c:1925
3092#, c-format
3093msgid "cannot store %s"
3094msgstr ""
3095
3096#: sequencer.c:1927 git-rebase.sh:172
3097#, c-format
3098msgid ""
3099"Applying autostash resulted in conflicts.\n"
3100"Your changes are safe in the stash.\n"
3101"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3102msgstr ""
3103
3104#: sequencer.c:2009
3105#, c-format
3106msgid "Stopped at %s...  %.*s\n"
3107msgstr ""
3108
3109#: sequencer.c:2036
3110#, c-format
3111msgid "unknown command %d"
3112msgstr ""
3113
3114#: sequencer.c:2066
3115msgid "could not read orig-head"
3116msgstr ""
3117
3118#: sequencer.c:2070
3119msgid "could not read 'onto'"
3120msgstr ""
3121
3122#: sequencer.c:2077
3123#, c-format
3124msgid "could not update %s"
3125msgstr ""
3126
3127#: sequencer.c:2084
3128#, c-format
3129msgid "could not update HEAD to %s"
3130msgstr ""
3131
3132#: sequencer.c:2168
3133msgid "cannot rebase: You have unstaged changes."
3134msgstr ""
3135
3136#: sequencer.c:2173
3137msgid "could not remove CHERRY_PICK_HEAD"
3138msgstr ""
3139
3140#: sequencer.c:2182
3141msgid "cannot amend non-existing commit"
3142msgstr ""
3143
3144#: sequencer.c:2184
3145#, c-format
3146msgid "invalid file: '%s'"
3147msgstr ""
3148
3149#: sequencer.c:2186
3150#, c-format
3151msgid "invalid contents: '%s'"
3152msgstr ""
3153
3154#: sequencer.c:2189
3155msgid ""
3156"\n"
3157"You have uncommitted changes in your working tree. Please, commit them\n"
3158"first and then run 'git rebase --continue' again."
3159msgstr ""
3160
3161#: sequencer.c:2199
3162msgid "could not commit staged changes."
3163msgstr ""
3164
3165#: sequencer.c:2279
3166#, c-format
3167msgid "%s: can't cherry-pick a %s"
3168msgstr ""
3169
3170#: sequencer.c:2283
3171#, c-format
3172msgid "%s: bad revision"
3173msgstr ""
3174
3175#: sequencer.c:2316
3176msgid "can't revert as initial commit"
3177msgstr ""
3178
3179#: setup.c:165
3180#, c-format
3181msgid ""
3182"%s: no such path in the working tree.\n"
3183"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3184msgstr ""
3185
3186#: setup.c:178
3187#, c-format
3188msgid ""
3189"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3190"Use '--' to separate paths from revisions, like this:\n"
3191"'git <command> [<revision>...] -- [<file>...]'"
3192msgstr ""
3193
3194#: setup.c:228
3195#, c-format
3196msgid ""
3197"ambiguous argument '%s': both revision and filename\n"
3198"Use '--' to separate paths from revisions, like this:\n"
3199"'git <command> [<revision>...] -- [<file>...]'"
3200msgstr ""
3201
3202#: setup.c:475
3203#, c-format
3204msgid "Expected git repo version <= %d, found %d"
3205msgstr ""
3206
3207#: setup.c:483
3208msgid "unknown repository extensions found:"
3209msgstr ""
3210
3211#: setup.c:776
3212#, c-format
3213msgid "Not a git repository (or any of the parent directories): %s"
3214msgstr ""
3215
3216#: setup.c:778 builtin/index-pack.c:1646
3217msgid "Cannot come back to cwd"
3218msgstr ""
3219
3220#: setup.c:1010
3221msgid "Unable to read current working directory"
3222msgstr ""
3223
3224#: setup.c:1022 setup.c:1028
3225#, c-format
3226msgid "Cannot change to '%s'"
3227msgstr ""
3228
3229#: setup.c:1041
3230#, c-format
3231msgid ""
3232"Not a git repository (or any parent up to mount point %s)\n"
3233"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3234msgstr ""
3235
3236#: setup.c:1106
3237#, c-format
3238msgid ""
3239"Problem with core.sharedRepository filemode value (0%.3o).\n"
3240"The owner of files must always have read and write permissions."
3241msgstr ""
3242
3243#: sha1_file.c:559
3244#, c-format
3245msgid "path '%s' does not exist"
3246msgstr ""
3247
3248#: sha1_file.c:585
3249#, c-format
3250msgid "reference repository '%s' as a linked checkout is not supported yet."
3251msgstr ""
3252
3253#: sha1_file.c:591
3254#, c-format
3255msgid "reference repository '%s' is not a local repository."
3256msgstr ""
3257
3258#: sha1_file.c:597
3259#, c-format
3260msgid "reference repository '%s' is shallow"
3261msgstr ""
3262
3263#: sha1_file.c:605
3264#, c-format
3265msgid "reference repository '%s' is grafted"
3266msgstr ""
3267
3268#: sha1_file.c:1245
3269msgid "offset before end of packfile (broken .idx?)"
3270msgstr ""
3271
3272#: sha1_file.c:2721
3273#, c-format
3274msgid "offset before start of pack index for %s (corrupt index?)"
3275msgstr ""
3276
3277#: sha1_file.c:2725
3278#, c-format
3279msgid "offset beyond end of pack index for %s (truncated index?)"
3280msgstr ""
3281
3282#: sha1_name.c:409
3283#, c-format
3284msgid "short SHA1 %s is ambiguous"
3285msgstr ""
3286
3287#: sha1_name.c:420
3288msgid "The candidates are:"
3289msgstr ""
3290
3291#: sha1_name.c:580
3292msgid ""
3293"Git normally never creates a ref that ends with 40 hex characters\n"
3294"because it will be ignored when you just specify 40-hex. These refs\n"
3295"may be created by mistake. For example,\n"
3296"\n"
3297"  git checkout -b $br $(git rev-parse ...)\n"
3298"\n"
3299"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3300"examine these refs and maybe delete them. Turn this message off by\n"
3301"running \"git config advice.objectNameWarning false\""
3302msgstr ""
3303
3304#: submodule.c:67 submodule.c:101
3305msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3306msgstr ""
3307
3308#: submodule.c:71 submodule.c:105
3309#, c-format
3310msgid "Could not find section in .gitmodules where path=%s"
3311msgstr ""
3312
3313#: submodule.c:79
3314#, c-format
3315msgid "Could not update .gitmodules entry %s"
3316msgstr ""
3317
3318#: submodule.c:112
3319#, c-format
3320msgid "Could not remove .gitmodules entry for %s"
3321msgstr ""
3322
3323#: submodule.c:123
3324msgid "staging updated .gitmodules failed"
3325msgstr ""
3326
3327#: submodule.c:161
3328msgid "negative values not allowed for submodule.fetchJobs"
3329msgstr ""
3330
3331#: submodule.c:1194
3332#, c-format
3333msgid "'%s' not recognized as a git repository"
3334msgstr ""
3335
3336#: submodule.c:1332
3337#, c-format
3338msgid "could not start 'git status' in submodule '%s'"
3339msgstr ""
3340
3341#: submodule.c:1345
3342#, c-format
3343msgid "could not run 'git status' in submodule '%s'"
3344msgstr ""
3345
3346#: submodule.c:1421
3347#, c-format
3348msgid "submodule '%s' has dirty index"
3349msgstr ""
3350
3351#: submodule.c:1679
3352#, c-format
3353msgid ""
3354"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3355msgstr ""
3356
3357#: submodule.c:1691 submodule.c:1747
3358#, c-format
3359msgid "could not lookup name for submodule '%s'"
3360msgstr ""
3361
3362#: submodule.c:1695 builtin/submodule--helper.c:678
3363#: builtin/submodule--helper.c:688
3364#, c-format
3365msgid "could not create directory '%s'"
3366msgstr ""
3367
3368#: submodule.c:1698
3369#, c-format
3370msgid ""
3371"Migrating git directory of '%s%s' from\n"
3372"'%s' to\n"
3373"'%s'\n"
3374msgstr ""
3375
3376#: submodule.c:1782
3377#, c-format
3378msgid "could not recurse into submodule '%s'"
3379msgstr ""
3380
3381#: submodule.c:1826
3382msgid "could not start ls-files in .."
3383msgstr ""
3384
3385#: submodule.c:1846
3386msgid "BUG: returned path string doesn't match cwd?"
3387msgstr ""
3388
3389#: submodule.c:1865
3390#, c-format
3391msgid "ls-tree returned unexpected return code %d"
3392msgstr ""
3393
3394#: submodule-config.c:380
3395#, c-format
3396msgid "invalid value for %s"
3397msgstr ""
3398
3399#: trailer.c:240
3400#, c-format
3401msgid "running trailer command '%s' failed"
3402msgstr ""
3403
3404#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3405#: trailer.c:543
3406#, c-format
3407msgid "unknown value '%s' for key '%s'"
3408msgstr ""
3409
3410#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3411#, c-format
3412msgid "more than one %s"
3413msgstr ""
3414
3415#: trailer.c:702
3416#, c-format
3417msgid "empty trailer token in trailer '%.*s'"
3418msgstr ""
3419
3420#: trailer.c:722
3421#, c-format
3422msgid "could not read input file '%s'"
3423msgstr ""
3424
3425#: trailer.c:725
3426msgid "could not read from stdin"
3427msgstr ""
3428
3429#: trailer.c:949 builtin/am.c:44
3430#, c-format
3431msgid "could not stat %s"
3432msgstr ""
3433
3434#: trailer.c:951
3435#, c-format
3436msgid "file %s is not a regular file"
3437msgstr ""
3438
3439#: trailer.c:953
3440#, c-format
3441msgid "file %s is not writable by user"
3442msgstr ""
3443
3444#: trailer.c:965
3445msgid "could not open temporary file"
3446msgstr ""
3447
3448#: trailer.c:1001
3449#, c-format
3450msgid "could not rename temporary file to %s"
3451msgstr ""
3452
3453#: transport.c:62
3454#, c-format
3455msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3456msgstr ""
3457
3458#: transport.c:151
3459#, c-format
3460msgid "transport: invalid depth option '%s'"
3461msgstr ""
3462
3463#: transport.c:889
3464#, c-format
3465msgid ""
3466"The following submodule paths contain changes that can\n"
3467"not be found on any remote:\n"
3468msgstr ""
3469
3470#: transport.c:893
3471#, c-format
3472msgid ""
3473"\n"
3474"Please try\n"
3475"\n"
3476"\tgit push --recurse-submodules=on-demand\n"
3477"\n"
3478"or cd to the path and use\n"
3479"\n"
3480"\tgit push\n"
3481"\n"
3482"to push them to a remote.\n"
3483"\n"
3484msgstr ""
3485
3486#: transport.c:901
3487msgid "Aborting."
3488msgstr ""
3489
3490#: transport-helper.c:1080
3491#, c-format
3492msgid "Could not read ref %s"
3493msgstr ""
3494
3495#: tree-walk.c:31
3496msgid "too-short tree object"
3497msgstr ""
3498
3499#: tree-walk.c:37
3500msgid "malformed mode in tree entry"
3501msgstr ""
3502
3503#: tree-walk.c:41
3504msgid "empty filename in tree entry"
3505msgstr ""
3506
3507#: tree-walk.c:113
3508msgid "too-short tree file"
3509msgstr ""
3510
3511#: unpack-trees.c:104
3512#, c-format
3513msgid ""
3514"Your local changes to the following files would be overwritten by checkout:\n"
3515"%%sPlease commit your changes or stash them before you switch branches."
3516msgstr ""
3517
3518#: unpack-trees.c:106
3519#, c-format
3520msgid ""
3521"Your local changes to the following files would be overwritten by checkout:\n"
3522"%%s"
3523msgstr ""
3524
3525#: unpack-trees.c:109
3526#, c-format
3527msgid ""
3528"Your local changes to the following files would be overwritten by merge:\n"
3529"%%sPlease commit your changes or stash them before you merge."
3530msgstr ""
3531
3532#: unpack-trees.c:111
3533#, c-format
3534msgid ""
3535"Your local changes to the following files would be overwritten by merge:\n"
3536"%%s"
3537msgstr ""
3538
3539#: unpack-trees.c:114
3540#, c-format
3541msgid ""
3542"Your local changes to the following files would be overwritten by %s:\n"
3543"%%sPlease commit your changes or stash them before you %s."
3544msgstr ""
3545
3546#: unpack-trees.c:116
3547#, c-format
3548msgid ""
3549"Your local changes to the following files would be overwritten by %s:\n"
3550"%%s"
3551msgstr ""
3552
3553#: unpack-trees.c:121
3554#, c-format
3555msgid ""
3556"Updating the following directories would lose untracked files in them:\n"
3557"%s"
3558msgstr ""
3559
3560#: unpack-trees.c:125
3561#, c-format
3562msgid ""
3563"The following untracked working tree files would be removed by checkout:\n"
3564"%%sPlease move or remove them before you switch branches."
3565msgstr ""
3566
3567#: unpack-trees.c:127
3568#, c-format
3569msgid ""
3570"The following untracked working tree files would be removed by checkout:\n"
3571"%%s"
3572msgstr ""
3573
3574#: unpack-trees.c:130
3575#, c-format
3576msgid ""
3577"The following untracked working tree files would be removed by merge:\n"
3578"%%sPlease move or remove them before you merge."
3579msgstr ""
3580
3581#: unpack-trees.c:132
3582#, c-format
3583msgid ""
3584"The following untracked working tree files would be removed by merge:\n"
3585"%%s"
3586msgstr ""
3587
3588#: unpack-trees.c:135
3589#, c-format
3590msgid ""
3591"The following untracked working tree files would be removed by %s:\n"
3592"%%sPlease move or remove them before you %s."
3593msgstr ""
3594
3595#: unpack-trees.c:137
3596#, c-format
3597msgid ""
3598"The following untracked working tree files would be removed by %s:\n"
3599"%%s"
3600msgstr ""
3601
3602#: unpack-trees.c:142
3603#, c-format
3604msgid ""
3605"The following untracked working tree files would be overwritten by "
3606"checkout:\n"
3607"%%sPlease move or remove them before you switch branches."
3608msgstr ""
3609
3610#: unpack-trees.c:144
3611#, c-format
3612msgid ""
3613"The following untracked working tree files would be overwritten by "
3614"checkout:\n"
3615"%%s"
3616msgstr ""
3617
3618#: unpack-trees.c:147
3619#, c-format
3620msgid ""
3621"The following untracked working tree files would be overwritten by merge:\n"
3622"%%sPlease move or remove them before you merge."
3623msgstr ""
3624
3625#: unpack-trees.c:149
3626#, c-format
3627msgid ""
3628"The following untracked working tree files would be overwritten by merge:\n"
3629"%%s"
3630msgstr ""
3631
3632#: unpack-trees.c:152
3633#, c-format
3634msgid ""
3635"The following untracked working tree files would be overwritten by %s:\n"
3636"%%sPlease move or remove them before you %s."
3637msgstr ""
3638
3639#: unpack-trees.c:154
3640#, c-format
3641msgid ""
3642"The following untracked working tree files would be overwritten by %s:\n"
3643"%%s"
3644msgstr ""
3645
3646#: unpack-trees.c:161
3647#, c-format
3648msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3649msgstr ""
3650
3651#: unpack-trees.c:164
3652#, c-format
3653msgid ""
3654"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3655"%s"
3656msgstr ""
3657
3658#: unpack-trees.c:166
3659#, c-format
3660msgid ""
3661"The following working tree files would be overwritten by sparse checkout "
3662"update:\n"
3663"%s"
3664msgstr ""
3665
3666#: unpack-trees.c:168
3667#, c-format
3668msgid ""
3669"The following working tree files would be removed by sparse checkout "
3670"update:\n"
3671"%s"
3672msgstr ""
3673
3674#: unpack-trees.c:170
3675#, c-format
3676msgid ""
3677"Cannot update submodule:\n"
3678"%s"
3679msgstr ""
3680
3681#: unpack-trees.c:247
3682#, c-format
3683msgid "Aborting\n"
3684msgstr ""
3685
3686#: unpack-trees.c:272
3687#, c-format
3688msgid "submodule update strategy not supported for submodule '%s'"
3689msgstr ""
3690
3691#: unpack-trees.c:340
3692msgid "Checking out files"
3693msgstr ""
3694
3695#: urlmatch.c:163
3696msgid "invalid URL scheme name or missing '://' suffix"
3697msgstr ""
3698
3699#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3700#, c-format
3701msgid "invalid %XX escape sequence"
3702msgstr ""
3703
3704#: urlmatch.c:215
3705msgid "missing host and scheme is not 'file:'"
3706msgstr ""
3707
3708#: urlmatch.c:232
3709msgid "a 'file:' URL may not have a port number"
3710msgstr ""
3711
3712#: urlmatch.c:247
3713msgid "invalid characters in host name"
3714msgstr ""
3715
3716#: urlmatch.c:292 urlmatch.c:303
3717msgid "invalid port number"
3718msgstr ""
3719
3720#: urlmatch.c:371
3721msgid "invalid '..' path segment"
3722msgstr ""
3723
3724#: worktree.c:285
3725#, c-format
3726msgid "failed to read '%s'"
3727msgstr ""
3728
3729#: wrapper.c:222 wrapper.c:392
3730#, c-format
3731msgid "could not open '%s' for reading and writing"
3732msgstr ""
3733
3734#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3735#, c-format
3736msgid "could not open '%s' for writing"
3737msgstr ""
3738
3739#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3740#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:1015
3741#: builtin/pull.c:341
3742#, c-format
3743msgid "could not open '%s' for reading"
3744msgstr ""
3745
3746#: wrapper.c:581 wrapper.c:602
3747#, c-format
3748msgid "unable to access '%s'"
3749msgstr ""
3750
3751#: wrapper.c:610
3752msgid "unable to get current working directory"
3753msgstr ""
3754
3755#: wrapper.c:634
3756#, c-format
3757msgid "could not write to %s"
3758msgstr ""
3759
3760#: wrapper.c:636
3761#, c-format
3762msgid "could not close %s"
3763msgstr ""
3764
3765#: wt-status.c:151
3766msgid "Unmerged paths:"
3767msgstr ""
3768
3769#: wt-status.c:178 wt-status.c:205
3770#, c-format
3771msgid "  (use \"git reset %s <file>...\" to unstage)"
3772msgstr ""
3773
3774#: wt-status.c:180 wt-status.c:207
3775msgid "  (use \"git rm --cached <file>...\" to unstage)"
3776msgstr ""
3777
3778#: wt-status.c:184
3779msgid "  (use \"git add <file>...\" to mark resolution)"
3780msgstr ""
3781
3782#: wt-status.c:186 wt-status.c:190
3783msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3784msgstr ""
3785
3786#: wt-status.c:188
3787msgid "  (use \"git rm <file>...\" to mark resolution)"
3788msgstr ""
3789
3790#: wt-status.c:199 wt-status.c:958
3791msgid "Changes to be committed:"
3792msgstr ""
3793
3794#: wt-status.c:217 wt-status.c:967
3795msgid "Changes not staged for commit:"
3796msgstr ""
3797
3798#: wt-status.c:221
3799msgid "  (use \"git add <file>...\" to update what will be committed)"
3800msgstr ""
3801
3802#: wt-status.c:223
3803msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3804msgstr ""
3805
3806#: wt-status.c:224
3807msgid ""
3808"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3809msgstr ""
3810
3811#: wt-status.c:226
3812msgid "  (commit or discard the untracked or modified content in submodules)"
3813msgstr ""
3814
3815#: wt-status.c:238
3816#, c-format
3817msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3818msgstr ""
3819
3820#: wt-status.c:253
3821msgid "both deleted:"
3822msgstr ""
3823
3824#: wt-status.c:255
3825msgid "added by us:"
3826msgstr ""
3827
3828#: wt-status.c:257
3829msgid "deleted by them:"
3830msgstr ""
3831
3832#: wt-status.c:259
3833msgid "added by them:"
3834msgstr ""
3835
3836#: wt-status.c:261
3837msgid "deleted by us:"
3838msgstr ""
3839
3840#: wt-status.c:263
3841msgid "both added:"
3842msgstr ""
3843
3844#: wt-status.c:265
3845msgid "both modified:"
3846msgstr ""
3847
3848#: wt-status.c:275
3849msgid "new file:"
3850msgstr ""
3851
3852#: wt-status.c:277
3853msgid "copied:"
3854msgstr ""
3855
3856#: wt-status.c:279
3857msgid "deleted:"
3858msgstr ""
3859
3860#: wt-status.c:281
3861msgid "modified:"
3862msgstr ""
3863
3864#: wt-status.c:283
3865msgid "renamed:"
3866msgstr ""
3867
3868#: wt-status.c:285
3869msgid "typechange:"
3870msgstr ""
3871
3872#: wt-status.c:287
3873msgid "unknown:"
3874msgstr ""
3875
3876#: wt-status.c:289
3877msgid "unmerged:"
3878msgstr ""
3879
3880#: wt-status.c:371
3881msgid "new commits, "
3882msgstr ""
3883
3884#: wt-status.c:373
3885msgid "modified content, "
3886msgstr ""
3887
3888#: wt-status.c:375
3889msgid "untracked content, "
3890msgstr ""
3891
3892#: wt-status.c:831
3893msgid "Submodules changed but not updated:"
3894msgstr ""
3895
3896#: wt-status.c:833
3897msgid "Submodule changes to be committed:"
3898msgstr ""
3899
3900#: wt-status.c:914
3901msgid ""
3902"Do not touch the line above.\n"
3903"Everything below will be removed."
3904msgstr ""
3905
3906#: wt-status.c:1026
3907msgid "You have unmerged paths."
3908msgstr ""
3909
3910#: wt-status.c:1029
3911msgid "  (fix conflicts and run \"git commit\")"
3912msgstr ""
3913
3914#: wt-status.c:1031
3915msgid "  (use \"git merge --abort\" to abort the merge)"
3916msgstr ""
3917
3918#: wt-status.c:1036
3919msgid "All conflicts fixed but you are still merging."
3920msgstr ""
3921
3922#: wt-status.c:1039
3923msgid "  (use \"git commit\" to conclude merge)"
3924msgstr ""
3925
3926#: wt-status.c:1049
3927msgid "You are in the middle of an am session."
3928msgstr ""
3929
3930#: wt-status.c:1052
3931msgid "The current patch is empty."
3932msgstr ""
3933
3934#: wt-status.c:1056
3935msgid "  (fix conflicts and then run \"git am --continue\")"
3936msgstr ""
3937
3938#: wt-status.c:1058
3939msgid "  (use \"git am --skip\" to skip this patch)"
3940msgstr ""
3941
3942#: wt-status.c:1060
3943msgid "  (use \"git am --abort\" to restore the original branch)"
3944msgstr ""
3945
3946#: wt-status.c:1189
3947msgid "git-rebase-todo is missing."
3948msgstr ""
3949
3950#: wt-status.c:1191
3951msgid "No commands done."
3952msgstr ""
3953
3954#: wt-status.c:1194
3955#, c-format
3956msgid "Last command done (%d command done):"
3957msgid_plural "Last commands done (%d commands done):"
3958msgstr[0] ""
3959msgstr[1] ""
3960
3961#: wt-status.c:1205
3962#, c-format
3963msgid "  (see more in file %s)"
3964msgstr ""
3965
3966#: wt-status.c:1210
3967msgid "No commands remaining."
3968msgstr ""
3969
3970#: wt-status.c:1213
3971#, c-format
3972msgid "Next command to do (%d remaining command):"
3973msgid_plural "Next commands to do (%d remaining commands):"
3974msgstr[0] ""
3975msgstr[1] ""
3976
3977#: wt-status.c:1221
3978msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3979msgstr ""
3980
3981#: wt-status.c:1234
3982#, c-format
3983msgid "You are currently rebasing branch '%s' on '%s'."
3984msgstr ""
3985
3986#: wt-status.c:1239
3987msgid "You are currently rebasing."
3988msgstr ""
3989
3990#: wt-status.c:1253
3991msgid "  (fix conflicts and then run \"git rebase --continue\")"
3992msgstr ""
3993
3994#: wt-status.c:1255
3995msgid "  (use \"git rebase --skip\" to skip this patch)"
3996msgstr ""
3997
3998#: wt-status.c:1257
3999msgid "  (use \"git rebase --abort\" to check out the original branch)"
4000msgstr ""
4001
4002#: wt-status.c:1263
4003msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4004msgstr ""
4005
4006#: wt-status.c:1267
4007#, c-format
4008msgid ""
4009"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4010msgstr ""
4011
4012#: wt-status.c:1272
4013msgid "You are currently splitting a commit during a rebase."
4014msgstr ""
4015
4016#: wt-status.c:1275
4017msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4018msgstr ""
4019
4020#: wt-status.c:1279
4021#, c-format
4022msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4023msgstr ""
4024
4025#: wt-status.c:1284
4026msgid "You are currently editing a commit during a rebase."
4027msgstr ""
4028
4029#: wt-status.c:1287
4030msgid "  (use \"git commit --amend\" to amend the current commit)"
4031msgstr ""
4032
4033#: wt-status.c:1289
4034msgid ""
4035"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4036msgstr ""
4037
4038#: wt-status.c:1299
4039#, c-format
4040msgid "You are currently cherry-picking commit %s."
4041msgstr ""
4042
4043#: wt-status.c:1304
4044msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4045msgstr ""
4046
4047#: wt-status.c:1307
4048msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4049msgstr ""
4050
4051#: wt-status.c:1309
4052msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4053msgstr ""
4054
4055#: wt-status.c:1318
4056#, c-format
4057msgid "You are currently reverting commit %s."
4058msgstr ""
4059
4060#: wt-status.c:1323
4061msgid "  (fix conflicts and run \"git revert --continue\")"
4062msgstr ""
4063
4064#: wt-status.c:1326
4065msgid "  (all conflicts fixed: run \"git revert --continue\")"
4066msgstr ""
4067
4068#: wt-status.c:1328
4069msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4070msgstr ""
4071
4072#: wt-status.c:1339
4073#, c-format
4074msgid "You are currently bisecting, started from branch '%s'."
4075msgstr ""
4076
4077#: wt-status.c:1343
4078msgid "You are currently bisecting."
4079msgstr ""
4080
4081#: wt-status.c:1346
4082msgid "  (use \"git bisect reset\" to get back to the original branch)"
4083msgstr ""
4084
4085#: wt-status.c:1543
4086msgid "On branch "
4087msgstr ""
4088
4089#: wt-status.c:1549
4090msgid "interactive rebase in progress; onto "
4091msgstr ""
4092
4093#: wt-status.c:1551
4094msgid "rebase in progress; onto "
4095msgstr ""
4096
4097#: wt-status.c:1556
4098msgid "HEAD detached at "
4099msgstr ""
4100
4101#: wt-status.c:1558
4102msgid "HEAD detached from "
4103msgstr ""
4104
4105#: wt-status.c:1561
4106msgid "Not currently on any branch."
4107msgstr ""
4108
4109#: wt-status.c:1579
4110msgid "Initial commit"
4111msgstr ""
4112
4113#: wt-status.c:1593
4114msgid "Untracked files"
4115msgstr ""
4116
4117#: wt-status.c:1595
4118msgid "Ignored files"
4119msgstr ""
4120
4121#: wt-status.c:1599
4122#, c-format
4123msgid ""
4124"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4125"may speed it up, but you have to be careful not to forget to add\n"
4126"new files yourself (see 'git help status')."
4127msgstr ""
4128
4129#: wt-status.c:1605
4130#, c-format
4131msgid "Untracked files not listed%s"
4132msgstr ""
4133
4134#: wt-status.c:1607
4135msgid " (use -u option to show untracked files)"
4136msgstr ""
4137
4138#: wt-status.c:1613
4139msgid "No changes"
4140msgstr ""
4141
4142#: wt-status.c:1618
4143#, c-format
4144msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4145msgstr ""
4146
4147#: wt-status.c:1621
4148#, c-format
4149msgid "no changes added to commit\n"
4150msgstr ""
4151
4152#: wt-status.c:1624
4153#, c-format
4154msgid ""
4155"nothing added to commit but untracked files present (use \"git add\" to "
4156"track)\n"
4157msgstr ""
4158
4159#: wt-status.c:1627
4160#, c-format
4161msgid "nothing added to commit but untracked files present\n"
4162msgstr ""
4163
4164#: wt-status.c:1630
4165#, c-format
4166msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4167msgstr ""
4168
4169#: wt-status.c:1633 wt-status.c:1638
4170#, c-format
4171msgid "nothing to commit\n"
4172msgstr ""
4173
4174#: wt-status.c:1636
4175#, c-format
4176msgid "nothing to commit (use -u to show untracked files)\n"
4177msgstr ""
4178
4179#: wt-status.c:1640
4180#, c-format
4181msgid "nothing to commit, working tree clean\n"
4182msgstr ""
4183
4184#: wt-status.c:1749
4185msgid "Initial commit on "
4186msgstr ""
4187
4188#: wt-status.c:1753
4189msgid "HEAD (no branch)"
4190msgstr ""
4191
4192#: wt-status.c:1782 wt-status.c:1790
4193msgid "behind "
4194msgstr ""
4195
4196#: wt-status.c:1785 wt-status.c:1788
4197msgid "ahead "
4198msgstr ""
4199
4200#. TRANSLATORS: the action is e.g. "pull with rebase"
4201#: wt-status.c:2280
4202#, c-format
4203msgid "cannot %s: You have unstaged changes."
4204msgstr ""
4205
4206#: wt-status.c:2286
4207msgid "additionally, your index contains uncommitted changes."
4208msgstr ""
4209
4210#: wt-status.c:2288
4211#, c-format
4212msgid "cannot %s: Your index contains uncommitted changes."
4213msgstr ""
4214
4215#: compat/precompose_utf8.c:57 builtin/clone.c:432
4216#, c-format
4217msgid "failed to unlink '%s'"
4218msgstr ""
4219
4220#: builtin/add.c:22
4221msgid "git add [<options>] [--] <pathspec>..."
4222msgstr ""
4223
4224#: builtin/add.c:80
4225#, c-format
4226msgid "unexpected diff status %c"
4227msgstr ""
4228
4229#: builtin/add.c:85 builtin/commit.c:291
4230msgid "updating files failed"
4231msgstr ""
4232
4233#: builtin/add.c:95
4234#, c-format
4235msgid "remove '%s'\n"
4236msgstr ""
4237
4238#: builtin/add.c:149
4239msgid "Unstaged changes after refreshing the index:"
4240msgstr ""
4241
4242#: builtin/add.c:209 builtin/rev-parse.c:872
4243msgid "Could not read the index"
4244msgstr ""
4245
4246#: builtin/add.c:220
4247#, c-format
4248msgid "Could not open '%s' for writing."
4249msgstr ""
4250
4251#: builtin/add.c:224
4252msgid "Could not write patch"
4253msgstr ""
4254
4255#: builtin/add.c:227
4256msgid "editing patch failed"
4257msgstr ""
4258
4259#: builtin/add.c:230
4260#, c-format
4261msgid "Could not stat '%s'"
4262msgstr ""
4263
4264#: builtin/add.c:232
4265msgid "Empty patch. Aborted."
4266msgstr ""
4267
4268#: builtin/add.c:237
4269#, c-format
4270msgid "Could not apply '%s'"
4271msgstr ""
4272
4273#: builtin/add.c:247
4274msgid "The following paths are ignored by one of your .gitignore files:\n"
4275msgstr ""
4276
4277#: builtin/add.c:266 builtin/clean.c:876 builtin/fetch.c:115 builtin/mv.c:123
4278#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4279#: builtin/remote.c:1328 builtin/rm.c:241 builtin/send-pack.c:163
4280msgid "dry run"
4281msgstr ""
4282
4283#: builtin/add.c:269
4284msgid "interactive picking"
4285msgstr ""
4286
4287#: builtin/add.c:270 builtin/checkout.c:1177 builtin/reset.c:286
4288msgid "select hunks interactively"
4289msgstr ""
4290
4291#: builtin/add.c:271
4292msgid "edit current diff and apply"
4293msgstr ""
4294
4295#: builtin/add.c:272
4296msgid "allow adding otherwise ignored files"
4297msgstr ""
4298
4299#: builtin/add.c:273
4300msgid "update tracked files"
4301msgstr ""
4302
4303#: builtin/add.c:274
4304msgid "record only the fact that the path will be added later"
4305msgstr ""
4306
4307#: builtin/add.c:275
4308msgid "add changes from all tracked and untracked files"
4309msgstr ""
4310
4311#: builtin/add.c:278
4312msgid "ignore paths removed in the working tree (same as --no-all)"
4313msgstr ""
4314
4315#: builtin/add.c:280
4316msgid "don't add, only refresh the index"
4317msgstr ""
4318
4319#: builtin/add.c:281
4320msgid "just skip files which cannot be added because of errors"
4321msgstr ""
4322
4323#: builtin/add.c:282
4324msgid "check if - even missing - files are ignored in dry run"
4325msgstr ""
4326
4327#: builtin/add.c:283 builtin/update-index.c:951
4328msgid "(+/-)x"
4329msgstr ""
4330
4331#: builtin/add.c:283 builtin/update-index.c:952
4332msgid "override the executable bit of the listed files"
4333msgstr ""
4334
4335#: builtin/add.c:305
4336#, c-format
4337msgid "Use -f if you really want to add them.\n"
4338msgstr ""
4339
4340#: builtin/add.c:312
4341msgid "adding files failed"
4342msgstr ""
4343
4344#: builtin/add.c:348
4345msgid "-A and -u are mutually incompatible"
4346msgstr ""
4347
4348#: builtin/add.c:355
4349msgid "Option --ignore-missing can only be used together with --dry-run"
4350msgstr ""
4351
4352#: builtin/add.c:359
4353#, c-format
4354msgid "--chmod param '%s' must be either -x or +x"
4355msgstr ""
4356
4357#: builtin/add.c:374
4358#, c-format
4359msgid "Nothing specified, nothing added.\n"
4360msgstr ""
4361
4362#: builtin/add.c:375
4363#, c-format
4364msgid "Maybe you wanted to say 'git add .'?\n"
4365msgstr ""
4366
4367#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:298
4368#: builtin/checkout.c:491 builtin/clean.c:920 builtin/commit.c:350
4369#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4370#: builtin/submodule--helper.c:244
4371msgid "index file corrupt"
4372msgstr ""
4373
4374#: builtin/am.c:414
4375msgid "could not parse author script"
4376msgstr ""
4377
4378#: builtin/am.c:491
4379#, c-format
4380msgid "'%s' was deleted by the applypatch-msg hook"
4381msgstr ""
4382
4383#: builtin/am.c:532
4384#, c-format
4385msgid "Malformed input line: '%s'."
4386msgstr ""
4387
4388#: builtin/am.c:569
4389#, c-format
4390msgid "Failed to copy notes from '%s' to '%s'"
4391msgstr ""
4392
4393#: builtin/am.c:595
4394msgid "fseek failed"
4395msgstr ""
4396
4397#: builtin/am.c:775
4398#, c-format
4399msgid "could not parse patch '%s'"
4400msgstr ""
4401
4402#: builtin/am.c:840
4403msgid "Only one StGIT patch series can be applied at once"
4404msgstr ""
4405
4406#: builtin/am.c:887
4407msgid "invalid timestamp"
4408msgstr ""
4409
4410#: builtin/am.c:890 builtin/am.c:898
4411msgid "invalid Date line"
4412msgstr ""
4413
4414#: builtin/am.c:895
4415msgid "invalid timezone offset"
4416msgstr ""
4417
4418#: builtin/am.c:984
4419msgid "Patch format detection failed."
4420msgstr ""
4421
4422#: builtin/am.c:989 builtin/clone.c:397
4423#, c-format
4424msgid "failed to create directory '%s'"
4425msgstr ""
4426
4427#: builtin/am.c:993
4428msgid "Failed to split patches."
4429msgstr ""
4430
4431#: builtin/am.c:1125 builtin/commit.c:376
4432msgid "unable to write index file"
4433msgstr ""
4434
4435#: builtin/am.c:1176
4436#, c-format
4437msgid "When you have resolved this problem, run \"%s --continue\"."
4438msgstr ""
4439
4440#: builtin/am.c:1177
4441#, c-format
4442msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4443msgstr ""
4444
4445#: builtin/am.c:1178
4446#, c-format
4447msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4448msgstr ""
4449
4450#: builtin/am.c:1316
4451msgid "Patch is empty. Was it split wrong?"
4452msgstr ""
4453
4454#: builtin/am.c:1390 builtin/log.c:1557
4455#, c-format
4456msgid "invalid ident line: %s"
4457msgstr ""
4458
4459#: builtin/am.c:1417
4460#, c-format
4461msgid "unable to parse commit %s"
4462msgstr ""
4463
4464#: builtin/am.c:1610
4465msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4466msgstr ""
4467
4468#: builtin/am.c:1612
4469msgid "Using index info to reconstruct a base tree..."
4470msgstr ""
4471
4472#: builtin/am.c:1631
4473msgid ""
4474"Did you hand edit your patch?\n"
4475"It does not apply to blobs recorded in its index."
4476msgstr ""
4477
4478#: builtin/am.c:1637
4479msgid "Falling back to patching base and 3-way merge..."
4480msgstr ""
4481
4482#: builtin/am.c:1662
4483msgid "Failed to merge in the changes."
4484msgstr ""
4485
4486#: builtin/am.c:1686 builtin/merge.c:631
4487msgid "git write-tree failed to write a tree"
4488msgstr ""
4489
4490#: builtin/am.c:1693
4491msgid "applying to an empty history"
4492msgstr ""
4493
4494#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:802
4495#: builtin/merge.c:827
4496msgid "failed to write commit object"
4497msgstr ""
4498
4499#: builtin/am.c:1739 builtin/am.c:1743
4500#, c-format
4501msgid "cannot resume: %s does not exist."
4502msgstr ""
4503
4504#: builtin/am.c:1759
4505msgid "cannot be interactive without stdin connected to a terminal."
4506msgstr ""
4507
4508#: builtin/am.c:1764
4509msgid "Commit Body is:"
4510msgstr ""
4511
4512#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4513#. in your translation. The program will only accept English
4514#. input at this point.
4515#.
4516#: builtin/am.c:1774
4517msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4518msgstr ""
4519
4520#: builtin/am.c:1824
4521#, c-format
4522msgid "Dirty index: cannot apply patches (dirty: %s)"
4523msgstr ""
4524
4525#: builtin/am.c:1861 builtin/am.c:1933
4526#, c-format
4527msgid "Applying: %.*s"
4528msgstr ""
4529
4530#: builtin/am.c:1877
4531msgid "No changes -- Patch already applied."
4532msgstr ""
4533
4534#: builtin/am.c:1885
4535#, c-format
4536msgid "Patch failed at %s %.*s"
4537msgstr ""
4538
4539#: builtin/am.c:1891
4540#, c-format
4541msgid "The copy of the patch that failed is found in: %s"
4542msgstr ""
4543
4544#: builtin/am.c:1936
4545msgid ""
4546"No changes - did you forget to use 'git add'?\n"
4547"If there is nothing left to stage, chances are that something else\n"
4548"already introduced the same changes; you might want to skip this patch."
4549msgstr ""
4550
4551#: builtin/am.c:1943
4552msgid ""
4553"You still have unmerged paths in your index.\n"
4554"Did you forget to use 'git add'?"
4555msgstr ""
4556
4557#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
4558#: builtin/reset.c:316
4559#, c-format
4560msgid "Could not parse object '%s'."
4561msgstr ""
4562
4563#: builtin/am.c:2103
4564msgid "failed to clean index"
4565msgstr ""
4566
4567#: builtin/am.c:2137
4568msgid ""
4569"You seem to have moved HEAD since the last 'am' failure.\n"
4570"Not rewinding to ORIG_HEAD"
4571msgstr ""
4572
4573#: builtin/am.c:2200
4574#, c-format
4575msgid "Invalid value for --patch-format: %s"
4576msgstr ""
4577
4578#: builtin/am.c:2233
4579msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4580msgstr ""
4581
4582#: builtin/am.c:2234
4583msgid "git am [<options>] (--continue | --skip | --abort)"
4584msgstr ""
4585
4586#: builtin/am.c:2240
4587msgid "run interactively"
4588msgstr ""
4589
4590#: builtin/am.c:2242
4591msgid "historical option -- no-op"
4592msgstr ""
4593
4594#: builtin/am.c:2244
4595msgid "allow fall back on 3way merging if needed"
4596msgstr ""
4597
4598#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4599#: builtin/repack.c:178
4600msgid "be quiet"
4601msgstr ""
4602
4603#: builtin/am.c:2247
4604msgid "add a Signed-off-by line to the commit message"
4605msgstr ""
4606
4607#: builtin/am.c:2250
4608msgid "recode into utf8 (default)"
4609msgstr ""
4610
4611#: builtin/am.c:2252
4612msgid "pass -k flag to git-mailinfo"
4613msgstr ""
4614
4615#: builtin/am.c:2254
4616msgid "pass -b flag to git-mailinfo"
4617msgstr ""
4618
4619#: builtin/am.c:2256
4620msgid "pass -m flag to git-mailinfo"
4621msgstr ""
4622
4623#: builtin/am.c:2258
4624msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4625msgstr ""
4626
4627#: builtin/am.c:2261
4628msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4629msgstr ""
4630
4631#: builtin/am.c:2264
4632msgid "strip everything before a scissors line"
4633msgstr ""
4634
4635#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4636#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4637#: builtin/am.c:2293
4638msgid "pass it through git-apply"
4639msgstr ""
4640
4641#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4642#: builtin/grep.c:1045 builtin/merge.c:201 builtin/pull.c:135
4643#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4644#: builtin/show-branch.c:637 builtin/show-ref.c:169 builtin/tag.c:398
4645#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4646msgid "n"
4647msgstr ""
4648
4649#: builtin/am.c:2289 builtin/branch.c:592 builtin/for-each-ref.c:37
4650#: builtin/replace.c:442 builtin/tag.c:433 builtin/verify-tag.c:38
4651msgid "format"
4652msgstr ""
4653
4654#: builtin/am.c:2290
4655msgid "format the patch(es) are in"
4656msgstr ""
4657
4658#: builtin/am.c:2296
4659msgid "override error message when patch failure occurs"
4660msgstr ""
4661
4662#: builtin/am.c:2298
4663msgid "continue applying patches after resolving a conflict"
4664msgstr ""
4665
4666#: builtin/am.c:2301
4667msgid "synonyms for --continue"
4668msgstr ""
4669
4670#: builtin/am.c:2304
4671msgid "skip the current patch"
4672msgstr ""
4673
4674#: builtin/am.c:2307
4675msgid "restore the original branch and abort the patching operation."
4676msgstr ""
4677
4678#: builtin/am.c:2311
4679msgid "lie about committer date"
4680msgstr ""
4681
4682#: builtin/am.c:2313
4683msgid "use current timestamp for author date"
4684msgstr ""
4685
4686#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:232
4687#: builtin/pull.c:165 builtin/revert.c:111 builtin/tag.c:413
4688msgid "key-id"
4689msgstr ""
4690
4691#: builtin/am.c:2316
4692msgid "GPG-sign commits"
4693msgstr ""
4694
4695#: builtin/am.c:2319
4696msgid "(internal use for git-rebase)"
4697msgstr ""
4698
4699#: builtin/am.c:2334
4700msgid ""
4701"The -b/--binary option has been a no-op for long time, and\n"
4702"it will be removed. Please do not use it anymore."
4703msgstr ""
4704
4705#: builtin/am.c:2341
4706msgid "failed to read the index"
4707msgstr ""
4708
4709#: builtin/am.c:2356
4710#, c-format
4711msgid "previous rebase directory %s still exists but mbox given."
4712msgstr ""
4713
4714#: builtin/am.c:2380
4715#, c-format
4716msgid ""
4717"Stray %s directory found.\n"
4718"Use \"git am --abort\" to remove it."
4719msgstr ""
4720
4721#: builtin/am.c:2386
4722msgid "Resolve operation not in progress, we are not resuming."
4723msgstr ""
4724
4725#: builtin/apply.c:8
4726msgid "git apply [<options>] [<patch>...]"
4727msgstr ""
4728
4729#: builtin/archive.c:17
4730#, c-format
4731msgid "could not create archive file '%s'"
4732msgstr ""
4733
4734#: builtin/archive.c:20
4735msgid "could not redirect output"
4736msgstr ""
4737
4738#: builtin/archive.c:37
4739msgid "git archive: Remote with no URL"
4740msgstr ""
4741
4742#: builtin/archive.c:58
4743msgid "git archive: expected ACK/NAK, got EOF"
4744msgstr ""
4745
4746#: builtin/archive.c:61
4747#, c-format
4748msgid "git archive: NACK %s"
4749msgstr ""
4750
4751#: builtin/archive.c:63
4752#, c-format
4753msgid "remote error: %s"
4754msgstr ""
4755
4756#: builtin/archive.c:64
4757msgid "git archive: protocol error"
4758msgstr ""
4759
4760#: builtin/archive.c:68
4761msgid "git archive: expected a flush"
4762msgstr ""
4763
4764#: builtin/bisect--helper.c:7
4765msgid "git bisect--helper --next-all [--no-checkout]"
4766msgstr ""
4767
4768#: builtin/bisect--helper.c:17
4769msgid "perform 'git bisect next'"
4770msgstr ""
4771
4772#: builtin/bisect--helper.c:19
4773msgid "update BISECT_HEAD instead of checking out the current commit"
4774msgstr ""
4775
4776#: builtin/blame.c:33
4777msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4778msgstr ""
4779
4780#: builtin/blame.c:38
4781msgid "<rev-opts> are documented in git-rev-list(1)"
4782msgstr ""
4783
4784#: builtin/blame.c:1777
4785msgid "Blaming lines"
4786msgstr ""
4787
4788#: builtin/blame.c:2573
4789msgid "Show blame entries as we find them, incrementally"
4790msgstr ""
4791
4792#: builtin/blame.c:2574
4793msgid "Show blank SHA-1 for boundary commits (Default: off)"
4794msgstr ""
4795
4796#: builtin/blame.c:2575
4797msgid "Do not treat root commits as boundaries (Default: off)"
4798msgstr ""
4799
4800#: builtin/blame.c:2576
4801msgid "Show work cost statistics"
4802msgstr ""
4803
4804#: builtin/blame.c:2577
4805msgid "Force progress reporting"
4806msgstr ""
4807
4808#: builtin/blame.c:2578
4809msgid "Show output score for blame entries"
4810msgstr ""
4811
4812#: builtin/blame.c:2579
4813msgid "Show original filename (Default: auto)"
4814msgstr ""
4815
4816#: builtin/blame.c:2580
4817msgid "Show original linenumber (Default: off)"
4818msgstr ""
4819
4820#: builtin/blame.c:2581
4821msgid "Show in a format designed for machine consumption"
4822msgstr ""
4823
4824#: builtin/blame.c:2582
4825msgid "Show porcelain format with per-line commit information"
4826msgstr ""
4827
4828#: builtin/blame.c:2583
4829msgid "Use the same output mode as git-annotate (Default: off)"
4830msgstr ""
4831
4832#: builtin/blame.c:2584
4833msgid "Show raw timestamp (Default: off)"
4834msgstr ""
4835
4836#: builtin/blame.c:2585
4837msgid "Show long commit SHA1 (Default: off)"
4838msgstr ""
4839
4840#: builtin/blame.c:2586
4841msgid "Suppress author name and timestamp (Default: off)"
4842msgstr ""
4843
4844#: builtin/blame.c:2587
4845msgid "Show author email instead of name (Default: off)"
4846msgstr ""
4847
4848#: builtin/blame.c:2588
4849msgid "Ignore whitespace differences"
4850msgstr ""
4851
4852#: builtin/blame.c:2595
4853msgid "Use an experimental heuristic to improve diffs"
4854msgstr ""
4855
4856#: builtin/blame.c:2597
4857msgid "Spend extra cycles to find better match"
4858msgstr ""
4859
4860#: builtin/blame.c:2598
4861msgid "Use revisions from <file> instead of calling git-rev-list"
4862msgstr ""
4863
4864#: builtin/blame.c:2599
4865msgid "Use <file>'s contents as the final image"
4866msgstr ""
4867
4868#: builtin/blame.c:2600 builtin/blame.c:2601
4869msgid "score"
4870msgstr ""
4871
4872#: builtin/blame.c:2600
4873msgid "Find line copies within and across files"
4874msgstr ""
4875
4876#: builtin/blame.c:2601
4877msgid "Find line movements within and across files"
4878msgstr ""
4879
4880#: builtin/blame.c:2602
4881msgid "n,m"
4882msgstr ""
4883
4884#: builtin/blame.c:2602
4885msgid "Process only line range n,m, counting from 1"
4886msgstr ""
4887
4888#: builtin/blame.c:2649
4889msgid "--progress can't be used with --incremental or porcelain formats"
4890msgstr ""
4891
4892#. TRANSLATORS: This string is used to tell us the maximum
4893#. display width for a relative timestamp in "git blame"
4894#. output.  For C locale, "4 years, 11 months ago", which
4895#. takes 22 places, is the longest among various forms of
4896#. relative timestamps, but your language may need more or
4897#. fewer display columns.
4898#: builtin/blame.c:2697
4899msgid "4 years, 11 months ago"
4900msgstr ""
4901
4902#: builtin/blame.c:2777
4903msgid "--contents and --reverse do not blend well."
4904msgstr ""
4905
4906#: builtin/blame.c:2797
4907msgid "cannot use --contents with final commit object name"
4908msgstr ""
4909
4910#: builtin/blame.c:2802
4911msgid "--reverse and --first-parent together require specified latest commit"
4912msgstr ""
4913
4914#: builtin/blame.c:2829
4915msgid ""
4916"--reverse --first-parent together require range along first-parent chain"
4917msgstr ""
4918
4919#: builtin/blame.c:2840
4920#, c-format
4921msgid "no such path %s in %s"
4922msgstr ""
4923
4924#: builtin/blame.c:2851
4925#, c-format
4926msgid "cannot read blob %s for path %s"
4927msgstr ""
4928
4929#: builtin/blame.c:2870
4930#, c-format
4931msgid "file %s has only %lu line"
4932msgid_plural "file %s has only %lu lines"
4933msgstr[0] ""
4934msgstr[1] ""
4935
4936#: builtin/branch.c:26
4937msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4938msgstr ""
4939
4940#: builtin/branch.c:27
4941msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4942msgstr ""
4943
4944#: builtin/branch.c:28
4945msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4946msgstr ""
4947
4948#: builtin/branch.c:29
4949msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4950msgstr ""
4951
4952#: builtin/branch.c:30
4953msgid "git branch [<options>] [-r | -a] [--points-at]"
4954msgstr ""
4955
4956#: builtin/branch.c:31
4957msgid "git branch [<options>] [-r | -a] [--format]"
4958msgstr ""
4959
4960#: builtin/branch.c:144
4961#, c-format
4962msgid ""
4963"deleting branch '%s' that has been merged to\n"
4964"         '%s', but not yet merged to HEAD."
4965msgstr ""
4966
4967#: builtin/branch.c:148
4968#, c-format
4969msgid ""
4970"not deleting branch '%s' that is not yet merged to\n"
4971"         '%s', even though it is merged to HEAD."
4972msgstr ""
4973
4974#: builtin/branch.c:162
4975#, c-format
4976msgid "Couldn't look up commit object for '%s'"
4977msgstr ""
4978
4979#: builtin/branch.c:166
4980#, c-format
4981msgid ""
4982"The branch '%s' is not fully merged.\n"
4983"If you are sure you want to delete it, run 'git branch -D %s'."
4984msgstr ""
4985
4986#: builtin/branch.c:179
4987msgid "Update of config-file failed"
4988msgstr ""
4989
4990#: builtin/branch.c:210
4991msgid "cannot use -a with -d"
4992msgstr ""
4993
4994#: builtin/branch.c:216
4995msgid "Couldn't look up commit object for HEAD"
4996msgstr ""
4997
4998#: builtin/branch.c:230
4999#, c-format
5000msgid "Cannot delete branch '%s' checked out at '%s'"
5001msgstr ""
5002
5003#: builtin/branch.c:245
5004#, c-format
5005msgid "remote-tracking branch '%s' not found."
5006msgstr ""
5007
5008#: builtin/branch.c:246
5009#, c-format
5010msgid "branch '%s' not found."
5011msgstr ""
5012
5013#: builtin/branch.c:261
5014#, c-format
5015msgid "Error deleting remote-tracking branch '%s'"
5016msgstr ""
5017
5018#: builtin/branch.c:262
5019#, c-format
5020msgid "Error deleting branch '%s'"
5021msgstr ""
5022
5023#: builtin/branch.c:269
5024#, c-format
5025msgid "Deleted remote-tracking branch %s (was %s).\n"
5026msgstr ""
5027
5028#: builtin/branch.c:270
5029#, c-format
5030msgid "Deleted branch %s (was %s).\n"
5031msgstr ""
5032
5033#: builtin/branch.c:441
5034#, c-format
5035msgid "Branch %s is being rebased at %s"
5036msgstr ""
5037
5038#: builtin/branch.c:445
5039#, c-format
5040msgid "Branch %s is being bisected at %s"
5041msgstr ""
5042
5043#: builtin/branch.c:460
5044msgid "cannot rename the current branch while not on any."
5045msgstr ""
5046
5047#: builtin/branch.c:470
5048#, c-format
5049msgid "Invalid branch name: '%s'"
5050msgstr ""
5051
5052#: builtin/branch.c:487
5053msgid "Branch rename failed"
5054msgstr ""
5055
5056#: builtin/branch.c:490
5057#, c-format
5058msgid "Renamed a misnamed branch '%s' away"
5059msgstr ""
5060
5061#: builtin/branch.c:493
5062#, c-format
5063msgid "Branch renamed to %s, but HEAD is not updated!"
5064msgstr ""
5065
5066#: builtin/branch.c:502
5067msgid "Branch is renamed, but update of config-file failed"
5068msgstr ""
5069
5070#: builtin/branch.c:518
5071#, c-format
5072msgid ""
5073"Please edit the description for the branch\n"
5074"  %s\n"
5075"Lines starting with '%c' will be stripped.\n"
5076msgstr ""
5077
5078#: builtin/branch.c:551
5079msgid "Generic options"
5080msgstr ""
5081
5082#: builtin/branch.c:553
5083msgid "show hash and subject, give twice for upstream branch"
5084msgstr ""
5085
5086#: builtin/branch.c:554
5087msgid "suppress informational messages"
5088msgstr ""
5089
5090#: builtin/branch.c:555
5091msgid "set up tracking mode (see git-pull(1))"
5092msgstr ""
5093
5094#: builtin/branch.c:557
5095msgid "change upstream info"
5096msgstr ""
5097
5098#: builtin/branch.c:559
5099msgid "upstream"
5100msgstr ""
5101
5102#: builtin/branch.c:559
5103msgid "change the upstream info"
5104msgstr ""
5105
5106#: builtin/branch.c:560
5107msgid "Unset the upstream info"
5108msgstr ""
5109
5110#: builtin/branch.c:561
5111msgid "use colored output"
5112msgstr ""
5113
5114#: builtin/branch.c:562
5115msgid "act on remote-tracking branches"
5116msgstr ""
5117
5118#: builtin/branch.c:564 builtin/branch.c:566
5119msgid "print only branches that contain the commit"
5120msgstr ""
5121
5122#: builtin/branch.c:565 builtin/branch.c:567
5123msgid "print only branches that don't contain the commit"
5124msgstr ""
5125
5126#: builtin/branch.c:570
5127msgid "Specific git-branch actions:"
5128msgstr ""
5129
5130#: builtin/branch.c:571
5131msgid "list both remote-tracking and local branches"
5132msgstr ""
5133
5134#: builtin/branch.c:573
5135msgid "delete fully merged branch"
5136msgstr ""
5137
5138#: builtin/branch.c:574
5139msgid "delete branch (even if not merged)"
5140msgstr ""
5141
5142#: builtin/branch.c:575
5143msgid "move/rename a branch and its reflog"
5144msgstr ""
5145
5146#: builtin/branch.c:576
5147msgid "move/rename a branch, even if target exists"
5148msgstr ""
5149
5150#: builtin/branch.c:577
5151msgid "list branch names"
5152msgstr ""
5153
5154#: builtin/branch.c:578
5155msgid "create the branch's reflog"
5156msgstr ""
5157
5158#: builtin/branch.c:580
5159msgid "edit the description for the branch"
5160msgstr ""
5161
5162#: builtin/branch.c:581
5163msgid "force creation, move/rename, deletion"
5164msgstr ""
5165
5166#: builtin/branch.c:582
5167msgid "print only branches that are merged"
5168msgstr ""
5169
5170#: builtin/branch.c:583
5171msgid "print only branches that are not merged"
5172msgstr ""
5173
5174#: builtin/branch.c:584
5175msgid "list branches in columns"
5176msgstr ""
5177
5178#: builtin/branch.c:585 builtin/for-each-ref.c:38 builtin/tag.c:426
5179msgid "key"
5180msgstr ""
5181
5182#: builtin/branch.c:586 builtin/for-each-ref.c:39 builtin/tag.c:427
5183msgid "field name to sort on"
5184msgstr ""
5185
5186#: builtin/branch.c:588 builtin/for-each-ref.c:41 builtin/notes.c:404
5187#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5188#: builtin/tag.c:429
5189msgid "object"
5190msgstr ""
5191
5192#: builtin/branch.c:589
5193msgid "print only branches of the object"
5194msgstr ""
5195
5196#: builtin/branch.c:591 builtin/for-each-ref.c:47 builtin/tag.c:434
5197msgid "sorting and filtering are case insensitive"
5198msgstr ""
5199
5200#: builtin/branch.c:592 builtin/for-each-ref.c:37 builtin/tag.c:433
5201#: builtin/verify-tag.c:38
5202msgid "format to use for the output"
5203msgstr ""
5204
5205#: builtin/branch.c:611
5206msgid "Failed to resolve HEAD as a valid ref."
5207msgstr ""
5208
5209#: builtin/branch.c:615 builtin/clone.c:724
5210msgid "HEAD not found below refs/heads!"
5211msgstr ""
5212
5213#: builtin/branch.c:638
5214msgid "--column and --verbose are incompatible"
5215msgstr ""
5216
5217#: builtin/branch.c:649 builtin/branch.c:701
5218msgid "branch name required"
5219msgstr ""
5220
5221#: builtin/branch.c:677
5222msgid "Cannot give description to detached HEAD"
5223msgstr ""
5224
5225#: builtin/branch.c:682
5226msgid "cannot edit description of more than one branch"
5227msgstr ""
5228
5229#: builtin/branch.c:689
5230#, c-format
5231msgid "No commit on branch '%s' yet."
5232msgstr ""
5233
5234#: builtin/branch.c:692
5235#, c-format
5236msgid "No branch named '%s'."
5237msgstr ""
5238
5239#: builtin/branch.c:707
5240msgid "too many branches for a rename operation"
5241msgstr ""
5242
5243#: builtin/branch.c:712
5244msgid "too many branches to set new upstream"
5245msgstr ""
5246
5247#: builtin/branch.c:716
5248#, c-format
5249msgid ""
5250"could not set upstream of HEAD to %s when it does not point to any branch."
5251msgstr ""
5252
5253#: builtin/branch.c:719 builtin/branch.c:741 builtin/branch.c:762
5254#, c-format
5255msgid "no such branch '%s'"
5256msgstr ""
5257
5258#: builtin/branch.c:723
5259#, c-format
5260msgid "branch '%s' does not exist"
5261msgstr ""
5262
5263#: builtin/branch.c:735
5264msgid "too many branches to unset upstream"
5265msgstr ""
5266
5267#: builtin/branch.c:739
5268msgid "could not unset upstream of HEAD when it does not point to any branch."
5269msgstr ""
5270
5271#: builtin/branch.c:745
5272#, c-format
5273msgid "Branch '%s' has no upstream information"
5274msgstr ""
5275
5276#: builtin/branch.c:759
5277msgid "it does not make sense to create 'HEAD' manually"
5278msgstr ""
5279
5280#: builtin/branch.c:765
5281msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5282msgstr ""
5283
5284#: builtin/branch.c:768
5285#, c-format
5286msgid ""
5287"The --set-upstream flag is deprecated and will be removed. Consider using --"
5288"track or --set-upstream-to\n"
5289msgstr ""
5290
5291#: builtin/branch.c:785
5292#, c-format
5293msgid ""
5294"\n"
5295"If you wanted to make '%s' track '%s', do this:\n"
5296"\n"
5297msgstr ""
5298
5299#: builtin/bundle.c:45
5300#, c-format
5301msgid "%s is okay\n"
5302msgstr ""
5303
5304#: builtin/bundle.c:58
5305msgid "Need a repository to create a bundle."
5306msgstr ""
5307
5308#: builtin/bundle.c:62
5309msgid "Need a repository to unbundle."
5310msgstr ""
5311
5312#: builtin/cat-file.c:513
5313msgid ""
5314"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5315"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5316msgstr ""
5317
5318#: builtin/cat-file.c:514
5319msgid ""
5320"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5321"filters]"
5322msgstr ""
5323
5324#: builtin/cat-file.c:551
5325msgid "<type> can be one of: blob, tree, commit, tag"
5326msgstr ""
5327
5328#: builtin/cat-file.c:552
5329msgid "show object type"
5330msgstr ""
5331
5332#: builtin/cat-file.c:553
5333msgid "show object size"
5334msgstr ""
5335
5336#: builtin/cat-file.c:555
5337msgid "exit with zero when there's no error"
5338msgstr ""
5339
5340#: builtin/cat-file.c:556
5341msgid "pretty-print object's content"
5342msgstr ""
5343
5344#: builtin/cat-file.c:558
5345msgid "for blob objects, run textconv on object's content"
5346msgstr ""
5347
5348#: builtin/cat-file.c:560
5349msgid "for blob objects, run filters on object's content"
5350msgstr ""
5351
5352#: builtin/cat-file.c:561 git-submodule.sh:943
5353msgid "blob"
5354msgstr ""
5355
5356#: builtin/cat-file.c:562
5357msgid "use a specific path for --textconv/--filters"
5358msgstr ""
5359
5360#: builtin/cat-file.c:564
5361msgid "allow -s and -t to work with broken/corrupt objects"
5362msgstr ""
5363
5364#: builtin/cat-file.c:565
5365msgid "buffer --batch output"
5366msgstr ""
5367
5368#: builtin/cat-file.c:567
5369msgid "show info and content of objects fed from the standard input"
5370msgstr ""
5371
5372#: builtin/cat-file.c:570
5373msgid "show info about objects fed from the standard input"
5374msgstr ""
5375
5376#: builtin/cat-file.c:573
5377msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5378msgstr ""
5379
5380#: builtin/cat-file.c:575
5381msgid "show all objects with --batch or --batch-check"
5382msgstr ""
5383
5384#: builtin/check-attr.c:11
5385msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5386msgstr ""
5387
5388#: builtin/check-attr.c:12
5389msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5390msgstr ""
5391
5392#: builtin/check-attr.c:19
5393msgid "report all attributes set on file"
5394msgstr ""
5395
5396#: builtin/check-attr.c:20
5397msgid "use .gitattributes only from the index"
5398msgstr ""
5399
5400#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
5401msgid "read file names from stdin"
5402msgstr ""
5403
5404#: builtin/check-attr.c:23 builtin/check-ignore.c:24
5405msgid "terminate input and output records by a NUL character"
5406msgstr ""
5407
5408#: builtin/check-ignore.c:18 builtin/checkout.c:1158 builtin/gc.c:352
5409msgid "suppress progress reporting"
5410msgstr ""
5411
5412#: builtin/check-ignore.c:26
5413msgid "show non-matching input paths"
5414msgstr ""
5415
5416#: builtin/check-ignore.c:28
5417msgid "ignore index when checking"
5418msgstr ""
5419
5420#: builtin/check-ignore.c:154
5421msgid "cannot specify pathnames with --stdin"
5422msgstr ""
5423
5424#: builtin/check-ignore.c:157
5425msgid "-z only makes sense with --stdin"
5426msgstr ""
5427
5428#: builtin/check-ignore.c:159
5429msgid "no path specified"
5430msgstr ""
5431
5432#: builtin/check-ignore.c:163
5433msgid "--quiet is only valid with a single pathname"
5434msgstr ""
5435
5436#: builtin/check-ignore.c:165
5437msgid "cannot have both --quiet and --verbose"
5438msgstr ""
5439
5440#: builtin/check-ignore.c:168
5441msgid "--non-matching is only valid with --verbose"
5442msgstr ""
5443
5444#: builtin/check-mailmap.c:8
5445msgid "git check-mailmap [<options>] <contact>..."
5446msgstr ""
5447
5448#: builtin/check-mailmap.c:13
5449msgid "also read contacts from stdin"
5450msgstr ""
5451
5452#: builtin/check-mailmap.c:24
5453#, c-format
5454msgid "unable to parse contact: %s"
5455msgstr ""
5456
5457#: builtin/check-mailmap.c:47
5458msgid "no contacts specified"
5459msgstr ""
5460
5461#: builtin/checkout-index.c:127
5462msgid "git checkout-index [<options>] [--] [<file>...]"
5463msgstr ""
5464
5465#: builtin/checkout-index.c:144
5466msgid "stage should be between 1 and 3 or all"
5467msgstr ""
5468
5469#: builtin/checkout-index.c:160
5470msgid "check out all files in the index"
5471msgstr ""
5472
5473#: builtin/checkout-index.c:161
5474msgid "force overwrite of existing files"
5475msgstr ""
5476
5477#: builtin/checkout-index.c:163
5478msgid "no warning for existing files and files not in index"
5479msgstr ""
5480
5481#: builtin/checkout-index.c:165
5482msgid "don't checkout new files"
5483msgstr ""
5484
5485#: builtin/checkout-index.c:167
5486msgid "update stat information in the index file"
5487msgstr ""
5488
5489#: builtin/checkout-index.c:171
5490msgid "read list of paths from the standard input"
5491msgstr ""
5492
5493#: builtin/checkout-index.c:173
5494msgid "write the content to temporary files"
5495msgstr ""
5496
5497#: builtin/checkout-index.c:174 builtin/column.c:30
5498#: builtin/submodule--helper.c:635 builtin/submodule--helper.c:638
5499#: builtin/submodule--helper.c:644 builtin/submodule--helper.c:980
5500#: builtin/worktree.c:472
5501msgid "string"
5502msgstr ""
5503
5504#: builtin/checkout-index.c:175
5505msgid "when creating files, prepend <string>"
5506msgstr ""
5507
5508#: builtin/checkout-index.c:177
5509msgid "copy out the files from named stage"
5510msgstr ""
5511
5512#: builtin/checkout.c:27
5513msgid "git checkout [<options>] <branch>"
5514msgstr ""
5515
5516#: builtin/checkout.c:28
5517msgid "git checkout [<options>] [<branch>] -- <file>..."
5518msgstr ""
5519
5520#: builtin/checkout.c:153 builtin/checkout.c:186
5521#, c-format
5522msgid "path '%s' does not have our version"
5523msgstr ""
5524
5525#: builtin/checkout.c:155 builtin/checkout.c:188
5526#, c-format
5527msgid "path '%s' does not have their version"
5528msgstr ""
5529
5530#: builtin/checkout.c:171
5531#, c-format
5532msgid "path '%s' does not have all necessary versions"
5533msgstr ""
5534
5535#: builtin/checkout.c:215
5536#, c-format
5537msgid "path '%s' does not have necessary versions"
5538msgstr ""
5539
5540#: builtin/checkout.c:232
5541#, c-format
5542msgid "path '%s': cannot merge"
5543msgstr ""
5544
5545#: builtin/checkout.c:249
5546#, c-format
5547msgid "Unable to add merge result for '%s'"
5548msgstr ""
5549
5550#: builtin/checkout.c:269 builtin/checkout.c:272 builtin/checkout.c:275
5551#: builtin/checkout.c:278
5552#, c-format
5553msgid "'%s' cannot be used with updating paths"
5554msgstr ""
5555
5556#: builtin/checkout.c:281 builtin/checkout.c:284
5557#, c-format
5558msgid "'%s' cannot be used with %s"
5559msgstr ""
5560
5561#: builtin/checkout.c:287
5562#, c-format
5563msgid "Cannot update paths and switch to branch '%s' at the same time."
5564msgstr ""
5565
5566#: builtin/checkout.c:358 builtin/checkout.c:365
5567#, c-format
5568msgid "path '%s' is unmerged"
5569msgstr ""
5570
5571#: builtin/checkout.c:513
5572msgid "you need to resolve your current index first"
5573msgstr ""
5574
5575#: builtin/checkout.c:644
5576#, c-format
5577msgid "Can not do reflog for '%s': %s\n"
5578msgstr ""
5579
5580#: builtin/checkout.c:685
5581msgid "HEAD is now at"
5582msgstr ""
5583
5584#: builtin/checkout.c:689 builtin/clone.c:678
5585msgid "unable to update HEAD"
5586msgstr ""
5587
5588#: builtin/checkout.c:693
5589#, c-format
5590msgid "Reset branch '%s'\n"
5591msgstr ""
5592
5593#: builtin/checkout.c:696
5594#, c-format
5595msgid "Already on '%s'\n"
5596msgstr ""
5597
5598#: builtin/checkout.c:700
5599#, c-format
5600msgid "Switched to and reset branch '%s'\n"
5601msgstr ""
5602
5603#: builtin/checkout.c:702 builtin/checkout.c:1090
5604#, c-format
5605msgid "Switched to a new branch '%s'\n"
5606msgstr ""
5607
5608#: builtin/checkout.c:704
5609#, c-format
5610msgid "Switched to branch '%s'\n"
5611msgstr ""
5612
5613#: builtin/checkout.c:755
5614#, c-format
5615msgid " ... and %d more.\n"
5616msgstr ""
5617
5618#: builtin/checkout.c:761
5619#, c-format
5620msgid ""
5621"Warning: you are leaving %d commit behind, not connected to\n"
5622"any of your branches:\n"
5623"\n"
5624"%s\n"
5625msgid_plural ""
5626"Warning: you are leaving %d commits behind, not connected to\n"
5627"any of your branches:\n"
5628"\n"
5629"%s\n"
5630msgstr[0] ""
5631msgstr[1] ""
5632
5633#: builtin/checkout.c:780
5634#, c-format
5635msgid ""
5636"If you want to keep it by creating a new branch, this may be a good time\n"
5637"to do so with:\n"
5638"\n"
5639" git branch <new-branch-name> %s\n"
5640"\n"
5641msgid_plural ""
5642"If you want to keep them by creating a new branch, this may be a good time\n"
5643"to do so with:\n"
5644"\n"
5645" git branch <new-branch-name> %s\n"
5646"\n"
5647msgstr[0] ""
5648msgstr[1] ""
5649
5650#: builtin/checkout.c:816
5651msgid "internal error in revision walk"
5652msgstr ""
5653
5654#: builtin/checkout.c:820
5655msgid "Previous HEAD position was"
5656msgstr ""
5657
5658#: builtin/checkout.c:847 builtin/checkout.c:1085
5659msgid "You are on a branch yet to be born"
5660msgstr ""
5661
5662#: builtin/checkout.c:991
5663#, c-format
5664msgid "only one reference expected, %d given."
5665msgstr ""
5666
5667#: builtin/checkout.c:1031 builtin/worktree.c:214
5668#, c-format
5669msgid "invalid reference: %s"
5670msgstr ""
5671
5672#: builtin/checkout.c:1060
5673#, c-format
5674msgid "reference is not a tree: %s"
5675msgstr ""
5676
5677#: builtin/checkout.c:1099
5678msgid "paths cannot be used with switching branches"
5679msgstr ""
5680
5681#: builtin/checkout.c:1102 builtin/checkout.c:1106
5682#, c-format
5683msgid "'%s' cannot be used with switching branches"
5684msgstr ""
5685
5686#: builtin/checkout.c:1110 builtin/checkout.c:1113 builtin/checkout.c:1118
5687#: builtin/checkout.c:1121
5688#, c-format
5689msgid "'%s' cannot be used with '%s'"
5690msgstr ""
5691
5692#: builtin/checkout.c:1126
5693#, c-format
5694msgid "Cannot switch branch to a non-commit '%s'"
5695msgstr ""
5696
5697#: builtin/checkout.c:1159 builtin/checkout.c:1161 builtin/clone.c:111
5698#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:325
5699#: builtin/worktree.c:327
5700msgid "branch"
5701msgstr ""
5702
5703#: builtin/checkout.c:1160
5704msgid "create and checkout a new branch"
5705msgstr ""
5706
5707#: builtin/checkout.c:1162
5708msgid "create/reset and checkout a branch"
5709msgstr ""
5710
5711#: builtin/checkout.c:1163
5712msgid "create reflog for new branch"
5713msgstr ""
5714
5715#: builtin/checkout.c:1164 builtin/worktree.c:329
5716msgid "detach HEAD at named commit"
5717msgstr ""
5718
5719#: builtin/checkout.c:1165
5720msgid "set upstream info for new branch"
5721msgstr ""
5722
5723#: builtin/checkout.c:1167
5724msgid "new-branch"
5725msgstr ""
5726
5727#: builtin/checkout.c:1167
5728msgid "new unparented branch"
5729msgstr ""
5730
5731#: builtin/checkout.c:1168
5732msgid "checkout our version for unmerged files"
5733msgstr ""
5734
5735#: builtin/checkout.c:1170
5736msgid "checkout their version for unmerged files"
5737msgstr ""
5738
5739#: builtin/checkout.c:1172
5740msgid "force checkout (throw away local modifications)"
5741msgstr ""
5742
5743#: builtin/checkout.c:1173
5744msgid "perform a 3-way merge with the new branch"
5745msgstr ""
5746
5747#: builtin/checkout.c:1174 builtin/merge.c:234
5748msgid "update ignored files (default)"
5749msgstr ""
5750
5751#: builtin/checkout.c:1175 builtin/log.c:1473 parse-options.h:251
5752msgid "style"
5753msgstr ""
5754
5755#: builtin/checkout.c:1176
5756msgid "conflict style (merge or diff3)"
5757msgstr ""
5758
5759#: builtin/checkout.c:1179
5760msgid "do not limit pathspecs to sparse entries only"
5761msgstr ""
5762
5763#: builtin/checkout.c:1181
5764msgid "second guess 'git checkout <no-such-branch>'"
5765msgstr ""
5766
5767#: builtin/checkout.c:1183
5768msgid "do not check if another worktree is holding the given ref"
5769msgstr ""
5770
5771#: builtin/checkout.c:1187 builtin/clone.c:78 builtin/fetch.c:119
5772#: builtin/merge.c:231 builtin/pull.c:117 builtin/push.c:539
5773#: builtin/send-pack.c:172
5774msgid "force progress reporting"
5775msgstr ""
5776
5777#: builtin/checkout.c:1224
5778msgid "-b, -B and --orphan are mutually exclusive"
5779msgstr ""
5780
5781#: builtin/checkout.c:1241
5782msgid "--track needs a branch name"
5783msgstr ""
5784
5785#: builtin/checkout.c:1246
5786msgid "Missing branch name; try -b"
5787msgstr ""
5788
5789#: builtin/checkout.c:1282
5790msgid "invalid path specification"
5791msgstr ""
5792
5793#: builtin/checkout.c:1289
5794#, c-format
5795msgid ""
5796"Cannot update paths and switch to branch '%s' at the same time.\n"
5797"Did you intend to checkout '%s' which can not be resolved as commit?"
5798msgstr ""
5799
5800#: builtin/checkout.c:1294
5801#, c-format
5802msgid "git checkout: --detach does not take a path argument '%s'"
5803msgstr ""
5804
5805#: builtin/checkout.c:1298
5806msgid ""
5807"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5808"checking out of the index."
5809msgstr ""
5810
5811#: builtin/clean.c:25
5812msgid ""
5813"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5814msgstr ""
5815
5816#: builtin/clean.c:29
5817#, c-format
5818msgid "Removing %s\n"
5819msgstr ""
5820
5821#: builtin/clean.c:30
5822#, c-format
5823msgid "Would remove %s\n"
5824msgstr ""
5825
5826#: builtin/clean.c:31
5827#, c-format
5828msgid "Skipping repository %s\n"
5829msgstr ""
5830
5831#: builtin/clean.c:32
5832#, c-format
5833msgid "Would skip repository %s\n"
5834msgstr ""
5835
5836#: builtin/clean.c:33
5837#, c-format
5838msgid "failed to remove %s"
5839msgstr ""
5840
5841#: builtin/clean.c:297 git-add--interactive.perl:614
5842#, c-format
5843msgid ""
5844"Prompt help:\n"
5845"1          - select a numbered item\n"
5846"foo        - select item based on unique prefix\n"
5847"           - (empty) select nothing\n"
5848msgstr ""
5849
5850#: builtin/clean.c:301 git-add--interactive.perl:623
5851#, c-format
5852msgid ""
5853"Prompt help:\n"
5854"1          - select a single item\n"
5855"3-5        - select a range of items\n"
5856"2-3,6-9    - select multiple ranges\n"
5857"foo        - select item based on unique prefix\n"
5858"-...       - unselect specified items\n"
5859"*          - choose all items\n"
5860"           - (empty) finish selecting\n"
5861msgstr ""
5862
5863#: builtin/clean.c:517 git-add--interactive.perl:589
5864#: git-add--interactive.perl:594
5865#, c-format, perl-format
5866msgid "Huh (%s)?\n"
5867msgstr ""
5868
5869#: builtin/clean.c:659
5870#, c-format
5871msgid "Input ignore patterns>> "
5872msgstr ""
5873
5874#: builtin/clean.c:696
5875#, c-format
5876msgid "WARNING: Cannot find items matched by: %s"
5877msgstr ""
5878
5879#: builtin/clean.c:717
5880msgid "Select items to delete"
5881msgstr ""
5882
5883#. TRANSLATORS: Make sure to keep [y/N] as is
5884#: builtin/clean.c:758
5885#, c-format
5886msgid "Remove %s [y/N]? "
5887msgstr ""
5888
5889#: builtin/clean.c:783 git-add--interactive.perl:1660
5890#, c-format
5891msgid "Bye.\n"
5892msgstr ""
5893
5894#: builtin/clean.c:791
5895msgid ""
5896"clean               - start cleaning\n"
5897"filter by pattern   - exclude items from deletion\n"
5898"select by numbers   - select items to be deleted by numbers\n"
5899"ask each            - confirm each deletion (like \"rm -i\")\n"
5900"quit                - stop cleaning\n"
5901"help                - this screen\n"
5902"?                   - help for prompt selection"
5903msgstr ""
5904
5905#: builtin/clean.c:818 git-add--interactive.perl:1736
5906msgid "*** Commands ***"
5907msgstr ""
5908
5909#: builtin/clean.c:819 git-add--interactive.perl:1733
5910msgid "What now"
5911msgstr ""
5912
5913#: builtin/clean.c:827
5914msgid "Would remove the following item:"
5915msgid_plural "Would remove the following items:"
5916msgstr[0] ""
5917msgstr[1] ""
5918
5919#: builtin/clean.c:844
5920msgid "No more files to clean, exiting."
5921msgstr ""
5922
5923#: builtin/clean.c:875
5924msgid "do not print names of files removed"
5925msgstr ""
5926
5927#: builtin/clean.c:877
5928msgid "force"
5929msgstr ""
5930
5931#: builtin/clean.c:878
5932msgid "interactive cleaning"
5933msgstr ""
5934
5935#: builtin/clean.c:880
5936msgid "remove whole directories"
5937msgstr ""
5938
5939#: builtin/clean.c:881 builtin/describe.c:449 builtin/describe.c:451
5940#: builtin/grep.c:1063 builtin/ls-files.c:539 builtin/name-rev.c:348
5941#: builtin/name-rev.c:350 builtin/show-ref.c:176
5942msgid "pattern"
5943msgstr ""
5944
5945#: builtin/clean.c:882
5946msgid "add <pattern> to ignore rules"
5947msgstr ""
5948
5949#: builtin/clean.c:883
5950msgid "remove ignored files, too"
5951msgstr ""
5952
5953#: builtin/clean.c:885
5954msgid "remove only ignored files"
5955msgstr ""
5956
5957#: builtin/clean.c:903
5958msgid "-x and -X cannot be used together"
5959msgstr ""
5960
5961#: builtin/clean.c:907
5962msgid ""
5963"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5964"clean"
5965msgstr ""
5966
5967#: builtin/clean.c:910
5968msgid ""
5969"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5970"refusing to clean"
5971msgstr ""
5972
5973#: builtin/clone.c:37
5974msgid "git clone [<options>] [--] <repo> [<dir>]"
5975msgstr ""
5976
5977#: builtin/clone.c:80
5978msgid "don't create a checkout"
5979msgstr ""
5980
5981#: builtin/clone.c:81 builtin/clone.c:83 builtin/init-db.c:478
5982msgid "create a bare repository"
5983msgstr ""
5984
5985#: builtin/clone.c:85
5986msgid "create a mirror repository (implies bare)"
5987msgstr ""
5988
5989#: builtin/clone.c:87
5990msgid "to clone from a local repository"
5991msgstr ""
5992
5993#: builtin/clone.c:89
5994msgid "don't use local hardlinks, always copy"
5995msgstr ""
5996
5997#: builtin/clone.c:91
5998msgid "setup as shared repository"
5999msgstr ""
6000
6001#: builtin/clone.c:93 builtin/clone.c:97
6002msgid "pathspec"
6003msgstr ""
6004
6005#: builtin/clone.c:93 builtin/clone.c:97
6006msgid "initialize submodules in the clone"
6007msgstr ""
6008
6009#: builtin/clone.c:100
6010msgid "number of submodules cloned in parallel"
6011msgstr ""
6012
6013#: builtin/clone.c:101 builtin/init-db.c:475
6014msgid "template-directory"
6015msgstr ""
6016
6017#: builtin/clone.c:102 builtin/init-db.c:476
6018msgid "directory from which templates will be used"
6019msgstr ""
6020
6021#: builtin/clone.c:104 builtin/clone.c:106 builtin/submodule--helper.c:642
6022#: builtin/submodule--helper.c:983
6023msgid "reference repository"
6024msgstr ""
6025
6026#: builtin/clone.c:108
6027msgid "use --reference only while cloning"
6028msgstr ""
6029
6030#: builtin/clone.c:109 builtin/column.c:26 builtin/merge-file.c:43
6031msgid "name"
6032msgstr ""
6033
6034#: builtin/clone.c:110
6035msgid "use <name> instead of 'origin' to track upstream"
6036msgstr ""
6037
6038#: builtin/clone.c:112
6039msgid "checkout <branch> instead of the remote's HEAD"
6040msgstr ""
6041
6042#: builtin/clone.c:114
6043msgid "path to git-upload-pack on the remote"
6044msgstr ""
6045
6046#: builtin/clone.c:115 builtin/fetch.c:120 builtin/grep.c:1006
6047#: builtin/pull.c:202
6048msgid "depth"
6049msgstr ""
6050
6051#: builtin/clone.c:116
6052msgid "create a shallow clone of that depth"
6053msgstr ""
6054
6055#: builtin/clone.c:117 builtin/fetch.c:122 builtin/pack-objects.c:2918
6056#: parse-options.h:142
6057msgid "time"
6058msgstr ""
6059
6060#: builtin/clone.c:118
6061msgid "create a shallow clone since a specific time"
6062msgstr ""
6063
6064#: builtin/clone.c:119 builtin/fetch.c:124
6065msgid "revision"
6066msgstr ""
6067
6068#: builtin/clone.c:120 builtin/fetch.c:125
6069msgid "deepen history of shallow clone, excluding rev"
6070msgstr ""
6071
6072#: builtin/clone.c:122
6073msgid "clone only one branch, HEAD or --branch"
6074msgstr ""
6075
6076#: builtin/clone.c:124
6077msgid "any cloned submodules will be shallow"
6078msgstr ""
6079
6080#: builtin/clone.c:125 builtin/init-db.c:484
6081msgid "gitdir"
6082msgstr ""
6083
6084#: builtin/clone.c:126 builtin/init-db.c:485
6085msgid "separate git dir from working tree"
6086msgstr ""
6087
6088#: builtin/clone.c:127
6089msgid "key=value"
6090msgstr ""
6091
6092#: builtin/clone.c:128
6093msgid "set config inside the new repository"
6094msgstr ""
6095
6096#: builtin/clone.c:129 builtin/fetch.c:140 builtin/push.c:550
6097msgid "use IPv4 addresses only"
6098msgstr ""
6099
6100#: builtin/clone.c:131 builtin/fetch.c:142 builtin/push.c:552
6101msgid "use IPv6 addresses only"
6102msgstr ""
6103
6104#: builtin/clone.c:268
6105msgid ""
6106"No directory name could be guessed.\n"
6107"Please specify a directory on the command line"
6108msgstr ""
6109
6110#: builtin/clone.c:321
6111#, c-format
6112msgid "info: Could not add alternate for '%s': %s\n"
6113msgstr ""
6114
6115#: builtin/clone.c:393
6116#, c-format
6117msgid "failed to open '%s'"
6118msgstr ""
6119
6120#: builtin/clone.c:401
6121#, c-format
6122msgid "%s exists and is not a directory"
6123msgstr ""
6124
6125#: builtin/clone.c:415
6126#, c-format
6127msgid "failed to stat %s\n"
6128msgstr ""
6129
6130#: builtin/clone.c:437
6131#, c-format
6132msgid "failed to create link '%s'"
6133msgstr ""
6134
6135#: builtin/clone.c:441
6136#, c-format
6137msgid "failed to copy file to '%s'"
6138msgstr ""
6139
6140#: builtin/clone.c:466
6141#, c-format
6142msgid "done.\n"
6143msgstr ""
6144
6145#: builtin/clone.c:478
6146msgid ""
6147"Clone succeeded, but checkout failed.\n"
6148"You can inspect what was checked out with 'git status'\n"
6149"and retry the checkout with 'git checkout -f HEAD'\n"
6150msgstr ""
6151
6152#: builtin/clone.c:555
6153#, c-format
6154msgid "Could not find remote branch %s to clone."
6155msgstr ""
6156
6157#: builtin/clone.c:650
6158msgid "remote did not send all necessary objects"
6159msgstr ""
6160
6161#: builtin/clone.c:666
6162#, c-format
6163msgid "unable to update %s"
6164msgstr ""
6165
6166#: builtin/clone.c:715
6167msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6168msgstr ""
6169
6170#: builtin/clone.c:746
6171msgid "unable to checkout working tree"
6172msgstr ""
6173
6174#: builtin/clone.c:786
6175msgid "unable to write parameters to config file"
6176msgstr ""
6177
6178#: builtin/clone.c:849
6179msgid "cannot repack to clean up"
6180msgstr ""
6181
6182#: builtin/clone.c:851
6183msgid "cannot unlink temporary alternates file"
6184msgstr ""
6185
6186#: builtin/clone.c:884 builtin/receive-pack.c:1901
6187msgid "Too many arguments."
6188msgstr ""
6189
6190#: builtin/clone.c:888
6191msgid "You must specify a repository to clone."
6192msgstr ""
6193
6194#: builtin/clone.c:901
6195#, c-format
6196msgid "--bare and --origin %s options are incompatible."
6197msgstr ""
6198
6199#: builtin/clone.c:904
6200msgid "--bare and --separate-git-dir are incompatible."
6201msgstr ""
6202
6203#: builtin/clone.c:917
6204#, c-format
6205msgid "repository '%s' does not exist"
6206msgstr ""
6207
6208#: builtin/clone.c:923 builtin/fetch.c:1337
6209#, c-format
6210msgid "depth %s is not a positive number"
6211msgstr ""
6212
6213#: builtin/clone.c:933
6214#, c-format
6215msgid "destination path '%s' already exists and is not an empty directory."
6216msgstr ""
6217
6218#: builtin/clone.c:943
6219#, c-format
6220msgid "working tree '%s' already exists."
6221msgstr ""
6222
6223#: builtin/clone.c:958 builtin/clone.c:969 builtin/difftool.c:252
6224#: builtin/worktree.c:222 builtin/worktree.c:249
6225#, c-format
6226msgid "could not create leading directories of '%s'"
6227msgstr ""
6228
6229#: builtin/clone.c:961
6230#, c-format
6231msgid "could not create work tree dir '%s'"
6232msgstr ""
6233
6234#: builtin/clone.c:973
6235#, c-format
6236msgid "Cloning into bare repository '%s'...\n"
6237msgstr ""
6238
6239#: builtin/clone.c:975
6240#, c-format
6241msgid "Cloning into '%s'...\n"
6242msgstr ""
6243
6244#: builtin/clone.c:999
6245msgid ""
6246"clone --recursive is not compatible with both --reference and --reference-if-"
6247"able"
6248msgstr ""
6249
6250#: builtin/clone.c:1055
6251msgid "--depth is ignored in local clones; use file:// instead."
6252msgstr ""
6253
6254#: builtin/clone.c:1057
6255msgid "--shallow-since is ignored in local clones; use file:// instead."
6256msgstr ""
6257
6258#: builtin/clone.c:1059
6259msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6260msgstr ""
6261
6262#: builtin/clone.c:1062
6263msgid "source repository is shallow, ignoring --local"
6264msgstr ""
6265
6266#: builtin/clone.c:1067
6267msgid "--local is ignored"
6268msgstr ""
6269
6270#: builtin/clone.c:1071
6271#, c-format
6272msgid "Don't know how to clone %s"
6273msgstr ""
6274
6275#: builtin/clone.c:1126 builtin/clone.c:1134
6276#, c-format
6277msgid "Remote branch %s not found in upstream %s"
6278msgstr ""
6279
6280#: builtin/clone.c:1137
6281msgid "You appear to have cloned an empty repository."
6282msgstr ""
6283
6284#: builtin/column.c:9
6285msgid "git column [<options>]"
6286msgstr ""
6287
6288#: builtin/column.c:26
6289msgid "lookup config vars"
6290msgstr ""
6291
6292#: builtin/column.c:27 builtin/column.c:28
6293msgid "layout to use"
6294msgstr ""
6295
6296#: builtin/column.c:29
6297msgid "Maximum width"
6298msgstr ""
6299
6300#: builtin/column.c:30
6301msgid "Padding space on left border"
6302msgstr ""
6303
6304#: builtin/column.c:31
6305msgid "Padding space on right border"
6306msgstr ""
6307
6308#: builtin/column.c:32
6309msgid "Padding space between columns"
6310msgstr ""
6311
6312#: builtin/column.c:51
6313msgid "--command must be the first argument"
6314msgstr ""
6315
6316#: builtin/commit.c:38
6317msgid "git commit [<options>] [--] <pathspec>..."
6318msgstr ""
6319
6320#: builtin/commit.c:43
6321msgid "git status [<options>] [--] <pathspec>..."
6322msgstr ""
6323
6324#: builtin/commit.c:48
6325msgid ""
6326"Your name and email address were configured automatically based\n"
6327"on your username and hostname. Please check that they are accurate.\n"
6328"You can suppress this message by setting them explicitly. Run the\n"
6329"following command and follow the instructions in your editor to edit\n"
6330"your configuration file:\n"
6331"\n"
6332"    git config --global --edit\n"
6333"\n"
6334"After doing this, you may fix the identity used for this commit with:\n"
6335"\n"
6336"    git commit --amend --reset-author\n"
6337msgstr ""
6338
6339#: builtin/commit.c:61
6340msgid ""
6341"Your name and email address were configured automatically based\n"
6342"on your username and hostname. Please check that they are accurate.\n"
6343"You can suppress this message by setting them explicitly:\n"
6344"\n"
6345"    git config --global user.name \"Your Name\"\n"
6346"    git config --global user.email you@example.com\n"
6347"\n"
6348"After doing this, you may fix the identity used for this commit with:\n"
6349"\n"
6350"    git commit --amend --reset-author\n"
6351msgstr ""
6352
6353#: builtin/commit.c:73
6354msgid ""
6355"You asked to amend the most recent commit, but doing so would make\n"
6356"it empty. You can repeat your command with --allow-empty, or you can\n"
6357"remove the commit entirely with \"git reset HEAD^\".\n"
6358msgstr ""
6359
6360#: builtin/commit.c:78
6361msgid ""
6362"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6363"If you wish to commit it anyway, use:\n"
6364"\n"
6365"    git commit --allow-empty\n"
6366"\n"
6367msgstr ""
6368
6369#: builtin/commit.c:85
6370msgid "Otherwise, please use 'git reset'\n"
6371msgstr ""
6372
6373#: builtin/commit.c:88
6374msgid ""
6375"If you wish to skip this commit, use:\n"
6376"\n"
6377"    git reset\n"
6378"\n"
6379"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6380"the remaining commits.\n"
6381msgstr ""
6382
6383#: builtin/commit.c:318
6384msgid "failed to unpack HEAD tree object"
6385msgstr ""
6386
6387#: builtin/commit.c:359
6388msgid "unable to create temporary index"
6389msgstr ""
6390
6391#: builtin/commit.c:365
6392msgid "interactive add failed"
6393msgstr ""
6394
6395#: builtin/commit.c:378
6396msgid "unable to update temporary index"
6397msgstr ""
6398
6399#: builtin/commit.c:380
6400msgid "Failed to update main cache tree"
6401msgstr ""
6402
6403#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6404msgid "unable to write new_index file"
6405msgstr ""
6406
6407#: builtin/commit.c:458
6408msgid "cannot do a partial commit during a merge."
6409msgstr ""
6410
6411#: builtin/commit.c:460
6412msgid "cannot do a partial commit during a cherry-pick."
6413msgstr ""
6414
6415#: builtin/commit.c:469
6416msgid "cannot read the index"
6417msgstr ""
6418
6419#: builtin/commit.c:488
6420msgid "unable to write temporary index file"
6421msgstr ""
6422
6423#: builtin/commit.c:582
6424#, c-format
6425msgid "commit '%s' lacks author header"
6426msgstr ""
6427
6428#: builtin/commit.c:584
6429#, c-format
6430msgid "commit '%s' has malformed author line"
6431msgstr ""
6432
6433#: builtin/commit.c:603
6434msgid "malformed --author parameter"
6435msgstr ""
6436
6437#: builtin/commit.c:655
6438msgid ""
6439"unable to select a comment character that is not used\n"
6440"in the current commit message"
6441msgstr ""
6442
6443#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
6444#, c-format
6445msgid "could not lookup commit %s"
6446msgstr ""
6447
6448#: builtin/commit.c:704 builtin/shortlog.c:294
6449#, c-format
6450msgid "(reading log message from standard input)\n"
6451msgstr ""
6452
6453#: builtin/commit.c:706
6454msgid "could not read log from standard input"
6455msgstr ""
6456
6457#: builtin/commit.c:710
6458#, c-format
6459msgid "could not read log file '%s'"
6460msgstr ""
6461
6462#: builtin/commit.c:737 builtin/commit.c:745
6463msgid "could not read SQUASH_MSG"
6464msgstr ""
6465
6466#: builtin/commit.c:742
6467msgid "could not read MERGE_MSG"
6468msgstr ""
6469
6470#: builtin/commit.c:796
6471msgid "could not write commit template"
6472msgstr ""
6473
6474#: builtin/commit.c:814
6475#, c-format
6476msgid ""
6477"\n"
6478"It looks like you may be committing a merge.\n"
6479"If this is not correct, please remove the file\n"
6480"\t%s\n"
6481"and try again.\n"
6482msgstr ""
6483
6484#: builtin/commit.c:819
6485#, c-format
6486msgid ""
6487"\n"
6488"It looks like you may be committing a cherry-pick.\n"
6489"If this is not correct, please remove the file\n"
6490"\t%s\n"
6491"and try again.\n"
6492msgstr ""
6493
6494#: builtin/commit.c:832
6495#, c-format
6496msgid ""
6497"Please enter the commit message for your changes. Lines starting\n"
6498"with '%c' will be ignored, and an empty message aborts the commit.\n"
6499msgstr ""
6500
6501#: builtin/commit.c:839
6502#, c-format
6503msgid ""
6504"Please enter the commit message for your changes. Lines starting\n"
6505"with '%c' will be kept; you may remove them yourself if you want to.\n"
6506"An empty message aborts the commit.\n"
6507msgstr ""
6508
6509#: builtin/commit.c:859
6510#, c-format
6511msgid "%sAuthor:    %.*s <%.*s>"
6512msgstr ""
6513
6514#: builtin/commit.c:867
6515#, c-format
6516msgid "%sDate:      %s"
6517msgstr ""
6518
6519#: builtin/commit.c:874
6520#, c-format
6521msgid "%sCommitter: %.*s <%.*s>"
6522msgstr ""
6523
6524#: builtin/commit.c:892
6525msgid "Cannot read index"
6526msgstr ""
6527
6528#: builtin/commit.c:954
6529msgid "Error building trees"
6530msgstr ""
6531
6532#: builtin/commit.c:968 builtin/tag.c:273
6533#, c-format
6534msgid "Please supply the message using either -m or -F option.\n"
6535msgstr ""
6536
6537#: builtin/commit.c:1071
6538#, c-format
6539msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6540msgstr ""
6541
6542#: builtin/commit.c:1086 builtin/commit.c:1325
6543#, c-format
6544msgid "Invalid untracked files mode '%s'"
6545msgstr ""
6546
6547#: builtin/commit.c:1124
6548msgid "--long and -z are incompatible"
6549msgstr ""
6550
6551#: builtin/commit.c:1154
6552msgid "Using both --reset-author and --author does not make sense"
6553msgstr ""
6554
6555#: builtin/commit.c:1163
6556msgid "You have nothing to amend."
6557msgstr ""
6558
6559#: builtin/commit.c:1166
6560msgid "You are in the middle of a merge -- cannot amend."
6561msgstr ""
6562
6563#: builtin/commit.c:1168
6564msgid "You are in the middle of a cherry-pick -- cannot amend."
6565msgstr ""
6566
6567#: builtin/commit.c:1171
6568msgid "Options --squash and --fixup cannot be used together"
6569msgstr ""
6570
6571#: builtin/commit.c:1181
6572msgid "Only one of -c/-C/-F/--fixup can be used."
6573msgstr ""
6574
6575#: builtin/commit.c:1183
6576msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6577msgstr ""
6578
6579#: builtin/commit.c:1191
6580msgid "--reset-author can be used only with -C, -c or --amend."
6581msgstr ""
6582
6583#: builtin/commit.c:1208
6584msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6585msgstr ""
6586
6587#: builtin/commit.c:1210
6588msgid "No paths with --include/--only does not make sense."
6589msgstr ""
6590
6591#: builtin/commit.c:1212
6592msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6593msgstr ""
6594
6595#: builtin/commit.c:1224 builtin/tag.c:551
6596#, c-format
6597msgid "Invalid cleanup mode %s"
6598msgstr ""
6599
6600#: builtin/commit.c:1229
6601msgid "Paths with -a does not make sense."
6602msgstr ""
6603
6604#: builtin/commit.c:1339 builtin/commit.c:1612
6605msgid "show status concisely"
6606msgstr ""
6607
6608#: builtin/commit.c:1341 builtin/commit.c:1614
6609msgid "show branch information"
6610msgstr ""
6611
6612#: builtin/commit.c:1343
6613msgid "version"
6614msgstr ""
6615
6616#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6617#: builtin/worktree.c:443
6618msgid "machine-readable output"
6619msgstr ""
6620
6621#: builtin/commit.c:1346 builtin/commit.c:1618
6622msgid "show status in long format (default)"
6623msgstr ""
6624
6625#: builtin/commit.c:1349 builtin/commit.c:1621
6626msgid "terminate entries with NUL"
6627msgstr ""
6628
6629#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6630#: builtin/fast-export.c:984 builtin/tag.c:411
6631msgid "mode"
6632msgstr ""
6633
6634#: builtin/commit.c:1352 builtin/commit.c:1624
6635msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6636msgstr ""
6637
6638#: builtin/commit.c:1355
6639msgid "show ignored files"
6640msgstr ""
6641
6642#: builtin/commit.c:1356 parse-options.h:155
6643msgid "when"
6644msgstr ""
6645
6646#: builtin/commit.c:1357
6647msgid ""
6648"ignore changes to submodules, optional when: all, dirty, untracked. "
6649"(Default: all)"
6650msgstr ""
6651
6652#: builtin/commit.c:1359
6653msgid "list untracked files in columns"
6654msgstr ""
6655
6656#: builtin/commit.c:1435
6657msgid "couldn't look up newly created commit"
6658msgstr ""
6659
6660#: builtin/commit.c:1437
6661msgid "could not parse newly created commit"
6662msgstr ""
6663
6664#: builtin/commit.c:1482
6665msgid "detached HEAD"
6666msgstr ""
6667
6668#: builtin/commit.c:1485
6669msgid " (root-commit)"
6670msgstr ""
6671
6672#: builtin/commit.c:1582
6673msgid "suppress summary after successful commit"
6674msgstr ""
6675
6676#: builtin/commit.c:1583
6677msgid "show diff in commit message template"
6678msgstr ""
6679
6680#: builtin/commit.c:1585
6681msgid "Commit message options"
6682msgstr ""
6683
6684#: builtin/commit.c:1586 builtin/tag.c:409
6685msgid "read message from file"
6686msgstr ""
6687
6688#: builtin/commit.c:1587
6689msgid "author"
6690msgstr ""
6691
6692#: builtin/commit.c:1587
6693msgid "override author for commit"
6694msgstr ""
6695
6696#: builtin/commit.c:1588 builtin/gc.c:353
6697msgid "date"
6698msgstr ""
6699
6700#: builtin/commit.c:1588
6701msgid "override date for commit"
6702msgstr ""
6703
6704#: builtin/commit.c:1589 builtin/merge.c:221 builtin/notes.c:398
6705#: builtin/notes.c:561 builtin/tag.c:407
6706msgid "message"
6707msgstr ""
6708
6709#: builtin/commit.c:1589
6710msgid "commit message"
6711msgstr ""
6712
6713#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6714#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:77
6715msgid "commit"
6716msgstr ""
6717
6718#: builtin/commit.c:1590
6719msgid "reuse and edit message from specified commit"
6720msgstr ""
6721
6722#: builtin/commit.c:1591
6723msgid "reuse message from specified commit"
6724msgstr ""
6725
6726#: builtin/commit.c:1592
6727msgid "use autosquash formatted message to fixup specified commit"
6728msgstr ""
6729
6730#: builtin/commit.c:1593
6731msgid "use autosquash formatted message to squash specified commit"
6732msgstr ""
6733
6734#: builtin/commit.c:1594
6735msgid "the commit is authored by me now (used with -C/-c/--amend)"
6736msgstr ""
6737
6738#: builtin/commit.c:1595 builtin/log.c:1420 builtin/revert.c:104
6739msgid "add Signed-off-by:"
6740msgstr ""
6741
6742#: builtin/commit.c:1596
6743msgid "use specified template file"
6744msgstr ""
6745
6746#: builtin/commit.c:1597
6747msgid "force edit of commit"
6748msgstr ""
6749
6750#: builtin/commit.c:1598
6751msgid "default"
6752msgstr ""
6753
6754#: builtin/commit.c:1598 builtin/tag.c:412
6755msgid "how to strip spaces and #comments from message"
6756msgstr ""
6757
6758#: builtin/commit.c:1599
6759msgid "include status in commit message template"
6760msgstr ""
6761
6762#: builtin/commit.c:1601 builtin/merge.c:233 builtin/pull.c:166
6763#: builtin/revert.c:112
6764msgid "GPG sign commit"
6765msgstr ""
6766
6767#: builtin/commit.c:1604
6768msgid "Commit contents options"
6769msgstr ""
6770
6771#: builtin/commit.c:1605
6772msgid "commit all changed files"
6773msgstr ""
6774
6775#: builtin/commit.c:1606
6776msgid "add specified files to index for commit"
6777msgstr ""
6778
6779#: builtin/commit.c:1607
6780msgid "interactively add files"
6781msgstr ""
6782
6783#: builtin/commit.c:1608
6784msgid "interactively add changes"
6785msgstr ""
6786
6787#: builtin/commit.c:1609
6788msgid "commit only specified files"
6789msgstr ""
6790
6791#: builtin/commit.c:1610
6792msgid "bypass pre-commit and commit-msg hooks"
6793msgstr ""
6794
6795#: builtin/commit.c:1611
6796msgid "show what would be committed"
6797msgstr ""
6798
6799#: builtin/commit.c:1622
6800msgid "amend previous commit"
6801msgstr ""
6802
6803#: builtin/commit.c:1623
6804msgid "bypass post-rewrite hook"
6805msgstr ""
6806
6807#: builtin/commit.c:1628
6808msgid "ok to record an empty change"
6809msgstr ""
6810
6811#: builtin/commit.c:1630
6812msgid "ok to record a change with an empty message"
6813msgstr ""
6814
6815#: builtin/commit.c:1659
6816msgid "could not parse HEAD commit"
6817msgstr ""
6818
6819#: builtin/commit.c:1707
6820#, c-format
6821msgid "Corrupt MERGE_HEAD file (%s)"
6822msgstr ""
6823
6824#: builtin/commit.c:1714
6825msgid "could not read MERGE_MODE"
6826msgstr ""
6827
6828#: builtin/commit.c:1733
6829#, c-format
6830msgid "could not read commit message: %s"
6831msgstr ""
6832
6833#: builtin/commit.c:1744
6834#, c-format
6835msgid "Aborting commit; you did not edit the message.\n"
6836msgstr ""
6837
6838#: builtin/commit.c:1749
6839#, c-format
6840msgid "Aborting commit due to empty commit message.\n"
6841msgstr ""
6842
6843#: builtin/commit.c:1797
6844msgid ""
6845"Repository has been updated, but unable to write\n"
6846"new_index file. Check that disk is not full and quota is\n"
6847"not exceeded, and then \"git reset HEAD\" to recover."
6848msgstr ""
6849
6850#: builtin/config.c:9
6851msgid "git config [<options>]"
6852msgstr ""
6853
6854#: builtin/config.c:55
6855msgid "Config file location"
6856msgstr ""
6857
6858#: builtin/config.c:56
6859msgid "use global config file"
6860msgstr ""
6861
6862#: builtin/config.c:57
6863msgid "use system config file"
6864msgstr ""
6865
6866#: builtin/config.c:58
6867msgid "use repository config file"
6868msgstr ""
6869
6870#: builtin/config.c:59
6871msgid "use given config file"
6872msgstr ""
6873
6874#: builtin/config.c:60
6875msgid "blob-id"
6876msgstr ""
6877
6878#: builtin/config.c:60
6879msgid "read config from given blob object"
6880msgstr ""
6881
6882#: builtin/config.c:61
6883msgid "Action"
6884msgstr ""
6885
6886#: builtin/config.c:62
6887msgid "get value: name [value-regex]"
6888msgstr ""
6889
6890#: builtin/config.c:63
6891msgid "get all values: key [value-regex]"
6892msgstr ""
6893
6894#: builtin/config.c:64
6895msgid "get values for regexp: name-regex [value-regex]"
6896msgstr ""
6897
6898#: builtin/config.c:65
6899msgid "get value specific for the URL: section[.var] URL"
6900msgstr ""
6901
6902#: builtin/config.c:66
6903msgid "replace all matching variables: name value [value_regex]"
6904msgstr ""
6905
6906#: builtin/config.c:67
6907msgid "add a new variable: name value"
6908msgstr ""
6909
6910#: builtin/config.c:68
6911msgid "remove a variable: name [value-regex]"
6912msgstr ""
6913
6914#: builtin/config.c:69
6915msgid "remove all matches: name [value-regex]"
6916msgstr ""
6917
6918#: builtin/config.c:70
6919msgid "rename section: old-name new-name"
6920msgstr ""
6921
6922#: builtin/config.c:71
6923msgid "remove a section: name"
6924msgstr ""
6925
6926#: builtin/config.c:72
6927msgid "list all"
6928msgstr ""
6929
6930#: builtin/config.c:73
6931msgid "open an editor"
6932msgstr ""
6933
6934#: builtin/config.c:74
6935msgid "find the color configured: slot [default]"
6936msgstr ""
6937
6938#: builtin/config.c:75
6939msgid "find the color setting: slot [stdout-is-tty]"
6940msgstr ""
6941
6942#: builtin/config.c:76
6943msgid "Type"
6944msgstr ""
6945
6946#: builtin/config.c:77
6947msgid "value is \"true\" or \"false\""
6948msgstr ""
6949
6950#: builtin/config.c:78
6951msgid "value is decimal number"
6952msgstr ""
6953
6954#: builtin/config.c:79
6955msgid "value is --bool or --int"
6956msgstr ""
6957
6958#: builtin/config.c:80
6959msgid "value is a path (file or directory name)"
6960msgstr ""
6961
6962#: builtin/config.c:81
6963msgid "Other"
6964msgstr ""
6965
6966#: builtin/config.c:82
6967msgid "terminate values with NUL byte"
6968msgstr ""
6969
6970#: builtin/config.c:83
6971msgid "show variable names only"
6972msgstr ""
6973
6974#: builtin/config.c:84
6975msgid "respect include directives on lookup"
6976msgstr ""
6977
6978#: builtin/config.c:85
6979msgid "show origin of config (file, standard input, blob, command line)"
6980msgstr ""
6981
6982#: builtin/config.c:327
6983msgid "unable to parse default color value"
6984msgstr ""
6985
6986#: builtin/config.c:471
6987#, c-format
6988msgid ""
6989"# This is Git's per-user configuration file.\n"
6990"[user]\n"
6991"# Please adapt and uncomment the following lines:\n"
6992"#\tname = %s\n"
6993"#\temail = %s\n"
6994msgstr ""
6995
6996#: builtin/config.c:611
6997#, c-format
6998msgid "cannot create configuration file %s"
6999msgstr ""
7000
7001#: builtin/config.c:623
7002#, c-format
7003msgid ""
7004"cannot overwrite multiple values with a single value\n"
7005"       Use a regexp, --add or --replace-all to change %s."
7006msgstr ""
7007
7008#: builtin/count-objects.c:86
7009msgid "git count-objects [-v] [-H | --human-readable]"
7010msgstr ""
7011
7012#: builtin/count-objects.c:96
7013msgid "print sizes in human readable format"
7014msgstr ""
7015
7016#: builtin/describe.c:18
7017msgid "git describe [<options>] [<commit-ish>...]"
7018msgstr ""
7019
7020#: builtin/describe.c:19
7021msgid "git describe [<options>] --dirty"
7022msgstr ""
7023
7024#: builtin/describe.c:53
7025msgid "head"
7026msgstr ""
7027
7028#: builtin/describe.c:53
7029msgid "lightweight"
7030msgstr ""
7031
7032#: builtin/describe.c:53
7033msgid "annotated"
7034msgstr ""
7035
7036#: builtin/describe.c:250
7037#, c-format
7038msgid "annotated tag %s not available"
7039msgstr ""
7040
7041#: builtin/describe.c:254
7042#, c-format
7043msgid "annotated tag %s has no embedded name"
7044msgstr ""
7045
7046#: builtin/describe.c:256
7047#, c-format
7048msgid "tag '%s' is really '%s' here"
7049msgstr ""
7050
7051#: builtin/describe.c:283 builtin/log.c:487
7052#, c-format
7053msgid "Not a valid object name %s"
7054msgstr ""
7055
7056#: builtin/describe.c:286
7057#, c-format
7058msgid "%s is not a valid '%s' object"
7059msgstr ""
7060
7061#: builtin/describe.c:303
7062#, c-format
7063msgid "no tag exactly matches '%s'"
7064msgstr ""
7065
7066#: builtin/describe.c:305
7067#, c-format
7068msgid "searching to describe %s\n"
7069msgstr ""
7070
7071#: builtin/describe.c:352
7072#, c-format
7073msgid "finished search at %s\n"
7074msgstr ""
7075
7076#: builtin/describe.c:379
7077#, c-format
7078msgid ""
7079"No annotated tags can describe '%s'.\n"
7080"However, there were unannotated tags: try --tags."
7081msgstr ""
7082
7083#: builtin/describe.c:383
7084#, c-format
7085msgid ""
7086"No tags can describe '%s'.\n"
7087"Try --always, or create some tags."
7088msgstr ""
7089
7090#: builtin/describe.c:413
7091#, c-format
7092msgid "traversed %lu commits\n"
7093msgstr ""
7094
7095#: builtin/describe.c:416
7096#, c-format
7097msgid ""
7098"more than %i tags found; listed %i most recent\n"
7099"gave up search at %s\n"
7100msgstr ""
7101
7102#: builtin/describe.c:438
7103msgid "find the tag that comes after the commit"
7104msgstr ""
7105
7106#: builtin/describe.c:439
7107msgid "debug search strategy on stderr"
7108msgstr ""
7109
7110#: builtin/describe.c:440
7111msgid "use any ref"
7112msgstr ""
7113
7114#: builtin/describe.c:441
7115msgid "use any tag, even unannotated"
7116msgstr ""
7117
7118#: builtin/describe.c:442
7119msgid "always use long format"
7120msgstr ""
7121
7122#: builtin/describe.c:443
7123msgid "only follow first parent"
7124msgstr ""
7125
7126#: builtin/describe.c:446
7127msgid "only output exact matches"
7128msgstr ""
7129
7130#: builtin/describe.c:448
7131msgid "consider <n> most recent tags (default: 10)"
7132msgstr ""
7133
7134#: builtin/describe.c:450
7135msgid "only consider tags matching <pattern>"
7136msgstr ""
7137
7138#: builtin/describe.c:452
7139msgid "do not consider tags matching <pattern>"
7140msgstr ""
7141
7142#: builtin/describe.c:454 builtin/name-rev.c:357
7143msgid "show abbreviated commit object as fallback"
7144msgstr ""
7145
7146#: builtin/describe.c:455 builtin/describe.c:458
7147msgid "mark"
7148msgstr ""
7149
7150#: builtin/describe.c:456
7151msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7152msgstr ""
7153
7154#: builtin/describe.c:459
7155msgid "append <mark> on broken working tree (default: \"-broken\")"
7156msgstr ""
7157
7158#: builtin/describe.c:477
7159msgid "--long is incompatible with --abbrev=0"
7160msgstr ""
7161
7162#: builtin/describe.c:506
7163msgid "No names found, cannot describe anything."
7164msgstr ""
7165
7166#: builtin/describe.c:549
7167msgid "--dirty is incompatible with commit-ishes"
7168msgstr ""
7169
7170#: builtin/describe.c:551
7171msgid "--broken is incompatible with commit-ishes"
7172msgstr ""
7173
7174#: builtin/diff.c:83
7175#, c-format
7176msgid "'%s': not a regular file or symlink"
7177msgstr ""
7178
7179#: builtin/diff.c:234
7180#, c-format
7181msgid "invalid option: %s"
7182msgstr ""
7183
7184#: builtin/diff.c:358
7185msgid "Not a git repository"
7186msgstr ""
7187
7188#: builtin/diff.c:401
7189#, c-format
7190msgid "invalid object '%s' given."
7191msgstr ""
7192
7193#: builtin/diff.c:410
7194#, c-format
7195msgid "more than two blobs given: '%s'"
7196msgstr ""
7197
7198#: builtin/diff.c:417
7199#, c-format
7200msgid "unhandled object '%s' given."
7201msgstr ""
7202
7203#: builtin/difftool.c:28
7204msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7205msgstr ""
7206
7207#: builtin/difftool.c:241
7208#, c-format
7209msgid "failed: %d"
7210msgstr ""
7211
7212#: builtin/difftool.c:283
7213#, c-format
7214msgid "could not read symlink %s"
7215msgstr ""
7216
7217#: builtin/difftool.c:285
7218#, c-format
7219msgid "could not read symlink file %s"
7220msgstr ""
7221
7222#: builtin/difftool.c:293
7223#, c-format
7224msgid "could not read object %s for symlink %s"
7225msgstr ""
7226
7227#: builtin/difftool.c:395
7228msgid ""
7229"combined diff formats('-c' and '--cc') are not supported in\n"
7230"directory diff mode('-d' and '--dir-diff')."
7231msgstr ""
7232
7233#: builtin/difftool.c:609
7234#, c-format
7235msgid "both files modified: '%s' and '%s'."
7236msgstr ""
7237
7238#: builtin/difftool.c:611
7239msgid "working tree file has been left."
7240msgstr ""
7241
7242#: builtin/difftool.c:622
7243#, c-format
7244msgid "temporary files exist in '%s'."
7245msgstr ""
7246
7247#: builtin/difftool.c:623
7248msgid "you may want to cleanup or recover these."
7249msgstr ""
7250
7251#: builtin/difftool.c:669
7252msgid "use `diff.guitool` instead of `diff.tool`"
7253msgstr ""
7254
7255#: builtin/difftool.c:671
7256msgid "perform a full-directory diff"
7257msgstr ""
7258
7259#: builtin/difftool.c:673
7260msgid "do not prompt before launching a diff tool"
7261msgstr ""
7262
7263#: builtin/difftool.c:679
7264msgid "use symlinks in dir-diff mode"
7265msgstr ""
7266
7267#: builtin/difftool.c:680
7268msgid "<tool>"
7269msgstr ""
7270
7271#: builtin/difftool.c:681
7272msgid "use the specified diff tool"
7273msgstr ""
7274
7275#: builtin/difftool.c:683
7276msgid "print a list of diff tools that may be used with `--tool`"
7277msgstr ""
7278
7279#: builtin/difftool.c:686
7280msgid ""
7281"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7282"code"
7283msgstr ""
7284
7285#: builtin/difftool.c:688
7286msgid "<command>"
7287msgstr ""
7288
7289#: builtin/difftool.c:689
7290msgid "specify a custom command for viewing diffs"
7291msgstr ""
7292
7293#: builtin/difftool.c:713
7294msgid "no <tool> given for --tool=<tool>"
7295msgstr ""
7296
7297#: builtin/difftool.c:720
7298msgid "no <cmd> given for --extcmd=<cmd>"
7299msgstr ""
7300
7301#: builtin/fast-export.c:25
7302msgid "git fast-export [rev-list-opts]"
7303msgstr ""
7304
7305#: builtin/fast-export.c:980
7306msgid "show progress after <n> objects"
7307msgstr ""
7308
7309#: builtin/fast-export.c:982
7310msgid "select handling of signed tags"
7311msgstr ""
7312
7313#: builtin/fast-export.c:985
7314msgid "select handling of tags that tag filtered objects"
7315msgstr ""
7316
7317#: builtin/fast-export.c:988
7318msgid "Dump marks to this file"
7319msgstr ""
7320
7321#: builtin/fast-export.c:990
7322msgid "Import marks from this file"
7323msgstr ""
7324
7325#: builtin/fast-export.c:992
7326msgid "Fake a tagger when tags lack one"
7327msgstr ""
7328
7329#: builtin/fast-export.c:994
7330msgid "Output full tree for each commit"
7331msgstr ""
7332
7333#: builtin/fast-export.c:996
7334msgid "Use the done feature to terminate the stream"
7335msgstr ""
7336
7337#: builtin/fast-export.c:997
7338msgid "Skip output of blob data"
7339msgstr ""
7340
7341#: builtin/fast-export.c:998
7342msgid "refspec"
7343msgstr ""
7344
7345#: builtin/fast-export.c:999
7346msgid "Apply refspec to exported refs"
7347msgstr ""
7348
7349#: builtin/fast-export.c:1000
7350msgid "anonymize output"
7351msgstr ""
7352
7353#: builtin/fetch.c:21
7354msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7355msgstr ""
7356
7357#: builtin/fetch.c:22
7358msgid "git fetch [<options>] <group>"
7359msgstr ""
7360
7361#: builtin/fetch.c:23
7362msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7363msgstr ""
7364
7365#: builtin/fetch.c:24
7366msgid "git fetch --all [<options>]"
7367msgstr ""
7368
7369#: builtin/fetch.c:95 builtin/pull.c:175
7370msgid "fetch from all remotes"
7371msgstr ""
7372
7373#: builtin/fetch.c:97 builtin/pull.c:178
7374msgid "append to .git/FETCH_HEAD instead of overwriting"
7375msgstr ""
7376
7377#: builtin/fetch.c:99 builtin/pull.c:181
7378msgid "path to upload pack on remote end"
7379msgstr ""
7380
7381#: builtin/fetch.c:100 builtin/pull.c:183
7382msgid "force overwrite of local branch"
7383msgstr ""
7384
7385#: builtin/fetch.c:102
7386msgid "fetch from multiple remotes"
7387msgstr ""
7388
7389#: builtin/fetch.c:104 builtin/pull.c:185
7390msgid "fetch all tags and associated objects"
7391msgstr ""
7392
7393#: builtin/fetch.c:106
7394msgid "do not fetch all tags (--no-tags)"
7395msgstr ""
7396
7397#: builtin/fetch.c:108
7398msgid "number of submodules fetched in parallel"
7399msgstr ""
7400
7401#: builtin/fetch.c:110 builtin/pull.c:188
7402msgid "prune remote-tracking branches no longer on remote"
7403msgstr ""
7404
7405#: builtin/fetch.c:111 builtin/pull.c:191
7406msgid "on-demand"
7407msgstr ""
7408
7409#: builtin/fetch.c:112 builtin/pull.c:192
7410msgid "control recursive fetching of submodules"
7411msgstr ""
7412
7413#: builtin/fetch.c:116 builtin/pull.c:200
7414msgid "keep downloaded pack"
7415msgstr ""
7416
7417#: builtin/fetch.c:118
7418msgid "allow updating of HEAD ref"
7419msgstr ""
7420
7421#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7422msgid "deepen history of shallow clone"
7423msgstr ""
7424
7425#: builtin/fetch.c:123
7426msgid "deepen history of shallow repository based on time"
7427msgstr ""
7428
7429#: builtin/fetch.c:129 builtin/pull.c:206
7430msgid "convert to a complete repository"
7431msgstr ""
7432
7433#: builtin/fetch.c:131 builtin/log.c:1440
7434msgid "dir"
7435msgstr ""
7436
7437#: builtin/fetch.c:132
7438msgid "prepend this to submodule path output"
7439msgstr ""
7440
7441#: builtin/fetch.c:135
7442msgid "default mode for recursion"
7443msgstr ""
7444
7445#: builtin/fetch.c:137 builtin/pull.c:209
7446msgid "accept refs that update .git/shallow"
7447msgstr ""
7448
7449#: builtin/fetch.c:138 builtin/pull.c:211
7450msgid "refmap"
7451msgstr ""
7452
7453#: builtin/fetch.c:139 builtin/pull.c:212
7454msgid "specify fetch refmap"
7455msgstr ""
7456
7457#: builtin/fetch.c:395
7458msgid "Couldn't find remote ref HEAD"
7459msgstr ""
7460
7461#: builtin/fetch.c:513
7462#, c-format
7463msgid "configuration fetch.output contains invalid value %s"
7464msgstr ""
7465
7466#: builtin/fetch.c:606
7467#, c-format
7468msgid "object %s not found"
7469msgstr ""
7470
7471#: builtin/fetch.c:610
7472msgid "[up to date]"
7473msgstr ""
7474
7475#: builtin/fetch.c:623 builtin/fetch.c:703
7476msgid "[rejected]"
7477msgstr ""
7478
7479#: builtin/fetch.c:624
7480msgid "can't fetch in current branch"
7481msgstr ""
7482
7483#: builtin/fetch.c:633
7484msgid "[tag update]"
7485msgstr ""
7486
7487#: builtin/fetch.c:634 builtin/fetch.c:667 builtin/fetch.c:683
7488#: builtin/fetch.c:698
7489msgid "unable to update local ref"
7490msgstr ""
7491
7492#: builtin/fetch.c:653
7493msgid "[new tag]"
7494msgstr ""
7495
7496#: builtin/fetch.c:656
7497msgid "[new branch]"
7498msgstr ""
7499
7500#: builtin/fetch.c:659
7501msgid "[new ref]"
7502msgstr ""
7503
7504#: builtin/fetch.c:698
7505msgid "forced update"
7506msgstr ""
7507
7508#: builtin/fetch.c:703
7509msgid "non-fast-forward"
7510msgstr ""
7511
7512#: builtin/fetch.c:748
7513#, c-format
7514msgid "%s did not send all necessary objects\n"
7515msgstr ""
7516
7517#: builtin/fetch.c:768
7518#, c-format
7519msgid "reject %s because shallow roots are not allowed to be updated"
7520msgstr ""
7521
7522#: builtin/fetch.c:855 builtin/fetch.c:951
7523#, c-format
7524msgid "From %.*s\n"
7525msgstr ""
7526
7527#: builtin/fetch.c:866
7528#, c-format
7529msgid ""
7530"some local refs could not be updated; try running\n"
7531" 'git remote prune %s' to remove any old, conflicting branches"
7532msgstr ""
7533
7534#: builtin/fetch.c:921
7535#, c-format
7536msgid "   (%s will become dangling)"
7537msgstr ""
7538
7539#: builtin/fetch.c:922
7540#, c-format
7541msgid "   (%s has become dangling)"
7542msgstr ""
7543
7544#: builtin/fetch.c:954
7545msgid "[deleted]"
7546msgstr ""
7547
7548#: builtin/fetch.c:955 builtin/remote.c:1022
7549msgid "(none)"
7550msgstr ""
7551
7552#: builtin/fetch.c:978
7553#, c-format
7554msgid "Refusing to fetch into current branch %s of non-bare repository"
7555msgstr ""
7556
7557#: builtin/fetch.c:997
7558#, c-format
7559msgid "Option \"%s\" value \"%s\" is not valid for %s"
7560msgstr ""
7561
7562#: builtin/fetch.c:1000
7563#, c-format
7564msgid "Option \"%s\" is ignored for %s\n"
7565msgstr ""
7566
7567#: builtin/fetch.c:1076
7568#, c-format
7569msgid "Don't know how to fetch from %s"
7570msgstr ""
7571
7572#: builtin/fetch.c:1236
7573#, c-format
7574msgid "Fetching %s\n"
7575msgstr ""
7576
7577#: builtin/fetch.c:1238 builtin/remote.c:96
7578#, c-format
7579msgid "Could not fetch %s"
7580msgstr ""
7581
7582#: builtin/fetch.c:1256
7583msgid ""
7584"No remote repository specified.  Please, specify either a URL or a\n"
7585"remote name from which new revisions should be fetched."
7586msgstr ""
7587
7588#: builtin/fetch.c:1279
7589msgid "You need to specify a tag name."
7590msgstr ""
7591
7592#: builtin/fetch.c:1321
7593msgid "Negative depth in --deepen is not supported"
7594msgstr ""
7595
7596#: builtin/fetch.c:1323
7597msgid "--deepen and --depth are mutually exclusive"
7598msgstr ""
7599
7600#: builtin/fetch.c:1328
7601msgid "--depth and --unshallow cannot be used together"
7602msgstr ""
7603
7604#: builtin/fetch.c:1330
7605msgid "--unshallow on a complete repository does not make sense"
7606msgstr ""
7607
7608#: builtin/fetch.c:1352
7609msgid "fetch --all does not take a repository argument"
7610msgstr ""
7611
7612#: builtin/fetch.c:1354
7613msgid "fetch --all does not make sense with refspecs"
7614msgstr ""
7615
7616#: builtin/fetch.c:1365
7617#, c-format
7618msgid "No such remote or remote group: %s"
7619msgstr ""
7620
7621#: builtin/fetch.c:1373
7622msgid "Fetching a group and specifying refspecs does not make sense"
7623msgstr ""
7624
7625#: builtin/fmt-merge-msg.c:14
7626msgid ""
7627"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7628msgstr ""
7629
7630#: builtin/fmt-merge-msg.c:663
7631msgid "populate log with at most <n> entries from shortlog"
7632msgstr ""
7633
7634#: builtin/fmt-merge-msg.c:666
7635msgid "alias for --log (deprecated)"
7636msgstr ""
7637
7638#: builtin/fmt-merge-msg.c:669
7639msgid "text"
7640msgstr ""
7641
7642#: builtin/fmt-merge-msg.c:670
7643msgid "use <text> as start of message"
7644msgstr ""
7645
7646#: builtin/fmt-merge-msg.c:671
7647msgid "file to read from"
7648msgstr ""
7649
7650#: builtin/for-each-ref.c:9
7651msgid "git for-each-ref [<options>] [<pattern>]"
7652msgstr ""
7653
7654#: builtin/for-each-ref.c:10
7655msgid "git for-each-ref [--points-at <object>]"
7656msgstr ""
7657
7658#: builtin/for-each-ref.c:11
7659msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7660msgstr ""
7661
7662#: builtin/for-each-ref.c:12
7663msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7664msgstr ""
7665
7666#: builtin/for-each-ref.c:27
7667msgid "quote placeholders suitably for shells"
7668msgstr ""
7669
7670#: builtin/for-each-ref.c:29
7671msgid "quote placeholders suitably for perl"
7672msgstr ""
7673
7674#: builtin/for-each-ref.c:31
7675msgid "quote placeholders suitably for python"
7676msgstr ""
7677
7678#: builtin/for-each-ref.c:33
7679msgid "quote placeholders suitably for Tcl"
7680msgstr ""
7681
7682#: builtin/for-each-ref.c:36
7683msgid "show only <n> matched refs"
7684msgstr ""
7685
7686#: builtin/for-each-ref.c:41
7687msgid "print only refs which points at the given object"
7688msgstr ""
7689
7690#: builtin/for-each-ref.c:43
7691msgid "print only refs that are merged"
7692msgstr ""
7693
7694#: builtin/for-each-ref.c:44
7695msgid "print only refs that are not merged"
7696msgstr ""
7697
7698#: builtin/for-each-ref.c:45
7699msgid "print only refs which contain the commit"
7700msgstr ""
7701
7702#: builtin/for-each-ref.c:46
7703msgid "print only refs which don't contain the commit"
7704msgstr ""
7705
7706#: builtin/fsck.c:554
7707msgid "Checking object directories"
7708msgstr ""
7709
7710#: builtin/fsck.c:646
7711msgid "git fsck [<options>] [<object>...]"
7712msgstr ""
7713
7714#: builtin/fsck.c:652
7715msgid "show unreachable objects"
7716msgstr ""
7717
7718#: builtin/fsck.c:653
7719msgid "show dangling objects"
7720msgstr ""
7721
7722#: builtin/fsck.c:654
7723msgid "report tags"
7724msgstr ""
7725
7726#: builtin/fsck.c:655
7727msgid "report root nodes"
7728msgstr ""
7729
7730#: builtin/fsck.c:656
7731msgid "make index objects head nodes"
7732msgstr ""
7733
7734#: builtin/fsck.c:657
7735msgid "make reflogs head nodes (default)"
7736msgstr ""
7737
7738#: builtin/fsck.c:658
7739msgid "also consider packs and alternate objects"
7740msgstr ""
7741
7742#: builtin/fsck.c:659
7743msgid "check only connectivity"
7744msgstr ""
7745
7746#: builtin/fsck.c:660
7747msgid "enable more strict checking"
7748msgstr ""
7749
7750#: builtin/fsck.c:662
7751msgid "write dangling objects in .git/lost-found"
7752msgstr ""
7753
7754#: builtin/fsck.c:663 builtin/prune.c:107
7755msgid "show progress"
7756msgstr ""
7757
7758#: builtin/fsck.c:664
7759msgid "show verbose names for reachable objects"
7760msgstr ""
7761
7762#: builtin/fsck.c:725
7763msgid "Checking objects"
7764msgstr ""
7765
7766#: builtin/gc.c:25
7767msgid "git gc [<options>]"
7768msgstr ""
7769
7770#: builtin/gc.c:78
7771#, c-format
7772msgid "Failed to fstat %s: %s"
7773msgstr ""
7774
7775#: builtin/gc.c:306
7776#, c-format
7777msgid "Can't stat %s"
7778msgstr ""
7779
7780#: builtin/gc.c:315
7781#, c-format
7782msgid ""
7783"The last gc run reported the following. Please correct the root cause\n"
7784"and remove %s.\n"
7785"Automatic cleanup will not be performed until the file is removed.\n"
7786"\n"
7787"%s"
7788msgstr ""
7789
7790#: builtin/gc.c:354
7791msgid "prune unreferenced objects"
7792msgstr ""
7793
7794#: builtin/gc.c:356
7795msgid "be more thorough (increased runtime)"
7796msgstr ""
7797
7798#: builtin/gc.c:357
7799msgid "enable auto-gc mode"
7800msgstr ""
7801
7802#: builtin/gc.c:358
7803msgid "force running gc even if there may be another gc running"
7804msgstr ""
7805
7806#: builtin/gc.c:375
7807#, c-format
7808msgid "Failed to parse gc.logexpiry value %s"
7809msgstr ""
7810
7811#: builtin/gc.c:403
7812#, c-format
7813msgid "Auto packing the repository in background for optimum performance.\n"
7814msgstr ""
7815
7816#: builtin/gc.c:405
7817#, c-format
7818msgid "Auto packing the repository for optimum performance.\n"
7819msgstr ""
7820
7821#: builtin/gc.c:406
7822#, c-format
7823msgid "See \"git help gc\" for manual housekeeping.\n"
7824msgstr ""
7825
7826#: builtin/gc.c:427
7827#, c-format
7828msgid ""
7829"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7830msgstr ""
7831
7832#: builtin/gc.c:471
7833msgid ""
7834"There are too many unreachable loose objects; run 'git prune' to remove them."
7835msgstr ""
7836
7837#: builtin/grep.c:25
7838msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7839msgstr ""
7840
7841#: builtin/grep.c:232
7842#, c-format
7843msgid "grep: failed to create thread: %s"
7844msgstr ""
7845
7846#: builtin/grep.c:290
7847#, c-format
7848msgid "invalid number of threads specified (%d) for %s"
7849msgstr ""
7850
7851#: builtin/grep.c:769 builtin/grep.c:810
7852#, c-format
7853msgid "unable to read tree (%s)"
7854msgstr ""
7855
7856#: builtin/grep.c:829
7857#, c-format
7858msgid "unable to grep from object of type %s"
7859msgstr ""
7860
7861#: builtin/grep.c:893
7862#, c-format
7863msgid "switch `%c' expects a numerical value"
7864msgstr ""
7865
7866#: builtin/grep.c:980
7867msgid "search in index instead of in the work tree"
7868msgstr ""
7869
7870#: builtin/grep.c:982
7871msgid "find in contents not managed by git"
7872msgstr ""
7873
7874#: builtin/grep.c:984
7875msgid "search in both tracked and untracked files"
7876msgstr ""
7877
7878#: builtin/grep.c:986
7879msgid "ignore files specified via '.gitignore'"
7880msgstr ""
7881
7882#: builtin/grep.c:988
7883msgid "recursively search in each submodule"
7884msgstr ""
7885
7886#: builtin/grep.c:990
7887msgid "basename"
7888msgstr ""
7889
7890#: builtin/grep.c:991
7891msgid "prepend parent project's basename to output"
7892msgstr ""
7893
7894#: builtin/grep.c:994
7895msgid "show non-matching lines"
7896msgstr ""
7897
7898#: builtin/grep.c:996
7899msgid "case insensitive matching"
7900msgstr ""
7901
7902#: builtin/grep.c:998
7903msgid "match patterns only at word boundaries"
7904msgstr ""
7905
7906#: builtin/grep.c:1000
7907msgid "process binary files as text"
7908msgstr ""
7909
7910#: builtin/grep.c:1002
7911msgid "don't match patterns in binary files"
7912msgstr ""
7913
7914#: builtin/grep.c:1005
7915msgid "process binary files with textconv filters"
7916msgstr ""
7917
7918#: builtin/grep.c:1007
7919msgid "descend at most <depth> levels"
7920msgstr ""
7921
7922#: builtin/grep.c:1011
7923msgid "use extended POSIX regular expressions"
7924msgstr ""
7925
7926#: builtin/grep.c:1014
7927msgid "use basic POSIX regular expressions (default)"
7928msgstr ""
7929
7930#: builtin/grep.c:1017
7931msgid "interpret patterns as fixed strings"
7932msgstr ""
7933
7934#: builtin/grep.c:1020
7935msgid "use Perl-compatible regular expressions"
7936msgstr ""
7937
7938#: builtin/grep.c:1023
7939msgid "show line numbers"
7940msgstr ""
7941
7942#: builtin/grep.c:1024
7943msgid "don't show filenames"
7944msgstr ""
7945
7946#: builtin/grep.c:1025
7947msgid "show filenames"
7948msgstr ""
7949
7950#: builtin/grep.c:1027
7951msgid "show filenames relative to top directory"
7952msgstr ""
7953
7954#: builtin/grep.c:1029
7955msgid "show only filenames instead of matching lines"
7956msgstr ""
7957
7958#: builtin/grep.c:1031
7959msgid "synonym for --files-with-matches"
7960msgstr ""
7961
7962#: builtin/grep.c:1034
7963msgid "show only the names of files without match"
7964msgstr ""
7965
7966#: builtin/grep.c:1036
7967msgid "print NUL after filenames"
7968msgstr ""
7969
7970#: builtin/grep.c:1038
7971msgid "show the number of matches instead of matching lines"
7972msgstr ""
7973
7974#: builtin/grep.c:1039
7975msgid "highlight matches"
7976msgstr ""
7977
7978#: builtin/grep.c:1041
7979msgid "print empty line between matches from different files"
7980msgstr ""
7981
7982#: builtin/grep.c:1043
7983msgid "show filename only once above matches from same file"
7984msgstr ""
7985
7986#: builtin/grep.c:1046
7987msgid "show <n> context lines before and after matches"
7988msgstr ""
7989
7990#: builtin/grep.c:1049
7991msgid "show <n> context lines before matches"
7992msgstr ""
7993
7994#: builtin/grep.c:1051
7995msgid "show <n> context lines after matches"
7996msgstr ""
7997
7998#: builtin/grep.c:1053
7999msgid "use <n> worker threads"
8000msgstr ""
8001
8002#: builtin/grep.c:1054
8003msgid "shortcut for -C NUM"
8004msgstr ""
8005
8006#: builtin/grep.c:1057
8007msgid "show a line with the function name before matches"
8008msgstr ""
8009
8010#: builtin/grep.c:1059
8011msgid "show the surrounding function"
8012msgstr ""
8013
8014#: builtin/grep.c:1062
8015msgid "read patterns from file"
8016msgstr ""
8017
8018#: builtin/grep.c:1064
8019msgid "match <pattern>"
8020msgstr ""
8021
8022#: builtin/grep.c:1066
8023msgid "combine patterns specified with -e"
8024msgstr ""
8025
8026#: builtin/grep.c:1078
8027msgid "indicate hit with exit status without output"
8028msgstr ""
8029
8030#: builtin/grep.c:1080
8031msgid "show only matches from files that match all patterns"
8032msgstr ""
8033
8034#: builtin/grep.c:1082
8035msgid "show parse tree for grep expression"
8036msgstr ""
8037
8038#: builtin/grep.c:1086
8039msgid "pager"
8040msgstr ""
8041
8042#: builtin/grep.c:1086
8043msgid "show matching files in the pager"
8044msgstr ""
8045
8046#: builtin/grep.c:1089
8047msgid "allow calling of grep(1) (ignored by this build)"
8048msgstr ""
8049
8050#: builtin/grep.c:1153
8051msgid "no pattern given."
8052msgstr ""
8053
8054#: builtin/grep.c:1189
8055msgid "--no-index or --untracked cannot be used with revs"
8056msgstr ""
8057
8058#: builtin/grep.c:1195
8059#, c-format
8060msgid "unable to resolve revision: %s"
8061msgstr ""
8062
8063#: builtin/grep.c:1228 builtin/index-pack.c:1485
8064#, c-format
8065msgid "invalid number of threads specified (%d)"
8066msgstr ""
8067
8068#: builtin/grep.c:1251
8069msgid "--open-files-in-pager only works on the worktree"
8070msgstr ""
8071
8072#: builtin/grep.c:1274
8073msgid "option not supported with --recurse-submodules."
8074msgstr ""
8075
8076#: builtin/grep.c:1280
8077msgid "--cached or --untracked cannot be used with --no-index."
8078msgstr ""
8079
8080#: builtin/grep.c:1286
8081msgid "--[no-]exclude-standard cannot be used for tracked contents."
8082msgstr ""
8083
8084#: builtin/grep.c:1294
8085msgid "both --cached and trees are given."
8086msgstr ""
8087
8088#: builtin/hash-object.c:81
8089msgid ""
8090"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8091"[--] <file>..."
8092msgstr ""
8093
8094#: builtin/hash-object.c:82
8095msgid "git hash-object  --stdin-paths"
8096msgstr ""
8097
8098#: builtin/hash-object.c:94
8099msgid "type"
8100msgstr ""
8101
8102#: builtin/hash-object.c:94
8103msgid "object type"
8104msgstr ""
8105
8106#: builtin/hash-object.c:95
8107msgid "write the object into the object database"
8108msgstr ""
8109
8110#: builtin/hash-object.c:97
8111msgid "read the object from stdin"
8112msgstr ""
8113
8114#: builtin/hash-object.c:99
8115msgid "store file as is without filters"
8116msgstr ""
8117
8118#: builtin/hash-object.c:100
8119msgid ""
8120"just hash any random garbage to create corrupt objects for debugging Git"
8121msgstr ""
8122
8123#: builtin/hash-object.c:101
8124msgid "process file as it were from this path"
8125msgstr ""
8126
8127#: builtin/help.c:42
8128msgid "print all available commands"
8129msgstr ""
8130
8131#: builtin/help.c:43
8132msgid "exclude guides"
8133msgstr ""
8134
8135#: builtin/help.c:44
8136msgid "print list of useful guides"
8137msgstr ""
8138
8139#: builtin/help.c:45
8140msgid "show man page"
8141msgstr ""
8142
8143#: builtin/help.c:46
8144msgid "show manual in web browser"
8145msgstr ""
8146
8147#: builtin/help.c:48
8148msgid "show info page"
8149msgstr ""
8150
8151#: builtin/help.c:54
8152msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8153msgstr ""
8154
8155#: builtin/help.c:66
8156#, c-format
8157msgid "unrecognized help format '%s'"
8158msgstr ""
8159
8160#: builtin/help.c:93
8161msgid "Failed to start emacsclient."
8162msgstr ""
8163
8164#: builtin/help.c:106
8165msgid "Failed to parse emacsclient version."
8166msgstr ""
8167
8168#: builtin/help.c:114
8169#, c-format
8170msgid "emacsclient version '%d' too old (< 22)."
8171msgstr ""
8172
8173#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
8174#, c-format
8175msgid "failed to exec '%s'"
8176msgstr ""
8177
8178#: builtin/help.c:207
8179#, c-format
8180msgid ""
8181"'%s': path for unsupported man viewer.\n"
8182"Please consider using 'man.<tool>.cmd' instead."
8183msgstr ""
8184
8185#: builtin/help.c:219
8186#, c-format
8187msgid ""
8188"'%s': cmd for supported man viewer.\n"
8189"Please consider using 'man.<tool>.path' instead."
8190msgstr ""
8191
8192#: builtin/help.c:336
8193#, c-format
8194msgid "'%s': unknown man viewer."
8195msgstr ""
8196
8197#: builtin/help.c:353
8198msgid "no man viewer handled the request"
8199msgstr ""
8200
8201#: builtin/help.c:361
8202msgid "no info viewer handled the request"
8203msgstr ""
8204
8205#: builtin/help.c:403
8206msgid "Defining attributes per path"
8207msgstr ""
8208
8209#: builtin/help.c:404
8210msgid "Everyday Git With 20 Commands Or So"
8211msgstr ""
8212
8213#: builtin/help.c:405
8214msgid "A Git glossary"
8215msgstr ""
8216
8217#: builtin/help.c:406
8218msgid "Specifies intentionally untracked files to ignore"
8219msgstr ""
8220
8221#: builtin/help.c:407
8222msgid "Defining submodule properties"
8223msgstr ""
8224
8225#: builtin/help.c:408
8226msgid "Specifying revisions and ranges for Git"
8227msgstr ""
8228
8229#: builtin/help.c:409
8230msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8231msgstr ""
8232
8233#: builtin/help.c:410
8234msgid "An overview of recommended workflows with Git"
8235msgstr ""
8236
8237#: builtin/help.c:422
8238msgid "The common Git guides are:\n"
8239msgstr ""
8240
8241#: builtin/help.c:440
8242#, c-format
8243msgid "`git %s' is aliased to `%s'"
8244msgstr ""
8245
8246#: builtin/help.c:462 builtin/help.c:479
8247#, c-format
8248msgid "usage: %s%s"
8249msgstr ""
8250
8251#: builtin/index-pack.c:154
8252#, c-format
8253msgid "unable to open %s"
8254msgstr ""
8255
8256#: builtin/index-pack.c:204
8257#, c-format
8258msgid "object type mismatch at %s"
8259msgstr ""
8260
8261#: builtin/index-pack.c:224
8262#, c-format
8263msgid "did not receive expected object %s"
8264msgstr ""
8265
8266#: builtin/index-pack.c:227
8267#, c-format
8268msgid "object %s: expected type %s, found %s"
8269msgstr ""
8270
8271#: builtin/index-pack.c:269
8272#, c-format
8273msgid "cannot fill %d byte"
8274msgid_plural "cannot fill %d bytes"
8275msgstr[0] ""
8276msgstr[1] ""
8277
8278#: builtin/index-pack.c:279
8279msgid "early EOF"
8280msgstr ""
8281
8282#: builtin/index-pack.c:280
8283msgid "read error on input"
8284msgstr ""
8285
8286#: builtin/index-pack.c:292
8287msgid "used more bytes than were available"
8288msgstr ""
8289
8290#: builtin/index-pack.c:299
8291msgid "pack too large for current definition of off_t"
8292msgstr ""
8293
8294#: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8295msgid "pack exceeds maximum allowed size"
8296msgstr ""
8297
8298#: builtin/index-pack.c:317
8299#, c-format
8300msgid "unable to create '%s'"
8301msgstr ""
8302
8303#: builtin/index-pack.c:323
8304#, c-format
8305msgid "cannot open packfile '%s'"
8306msgstr ""
8307
8308#: builtin/index-pack.c:337
8309msgid "pack signature mismatch"
8310msgstr ""
8311
8312#: builtin/index-pack.c:339
8313#, c-format
8314msgid "pack version %<PRIu32> unsupported"
8315msgstr ""
8316
8317#: builtin/index-pack.c:357
8318#, c-format
8319msgid "pack has bad object at offset %<PRIuMAX>: %s"
8320msgstr ""
8321
8322#: builtin/index-pack.c:479
8323#, c-format
8324msgid "inflate returned %d"
8325msgstr ""
8326
8327#: builtin/index-pack.c:528
8328msgid "offset value overflow for delta base object"
8329msgstr ""
8330
8331#: builtin/index-pack.c:536
8332msgid "delta base offset is out of bound"
8333msgstr ""
8334
8335#: builtin/index-pack.c:544
8336#, c-format
8337msgid "unknown object type %d"
8338msgstr ""
8339
8340#: builtin/index-pack.c:575
8341msgid "cannot pread pack file"
8342msgstr ""
8343
8344#: builtin/index-pack.c:577
8345#, c-format
8346msgid "premature end of pack file, %<PRIuMAX> byte missing"
8347msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8348msgstr[0] ""
8349msgstr[1] ""
8350
8351#: builtin/index-pack.c:603
8352msgid "serious inflate inconsistency"
8353msgstr ""
8354
8355#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8356#: builtin/index-pack.c:816 builtin/index-pack.c:825
8357#, c-format
8358msgid "SHA1 COLLISION FOUND WITH %s !"
8359msgstr ""
8360
8361#: builtin/index-pack.c:752 builtin/pack-objects.c:164
8362#: builtin/pack-objects.c:257
8363#, c-format
8364msgid "unable to read %s"
8365msgstr ""
8366
8367#: builtin/index-pack.c:814
8368#, c-format
8369msgid "cannot read existing object info %s"
8370msgstr ""
8371
8372#: builtin/index-pack.c:822
8373#, c-format
8374msgid "cannot read existing object %s"
8375msgstr ""
8376
8377#: builtin/index-pack.c:836
8378#, c-format
8379msgid "invalid blob object %s"
8380msgstr ""
8381
8382#: builtin/index-pack.c:850
8383#, c-format
8384msgid "invalid %s"
8385msgstr ""
8386
8387#: builtin/index-pack.c:853
8388msgid "Error in object"
8389msgstr ""
8390
8391#: builtin/index-pack.c:855
8392#, c-format
8393msgid "Not all child objects of %s are reachable"
8394msgstr ""
8395
8396#: builtin/index-pack.c:927 builtin/index-pack.c:958
8397msgid "failed to apply delta"
8398msgstr ""
8399
8400#: builtin/index-pack.c:1128
8401msgid "Receiving objects"
8402msgstr ""
8403
8404#: builtin/index-pack.c:1128
8405msgid "Indexing objects"
8406msgstr ""
8407
8408#: builtin/index-pack.c:1160
8409msgid "pack is corrupted (SHA1 mismatch)"
8410msgstr ""
8411
8412#: builtin/index-pack.c:1165
8413msgid "cannot fstat packfile"
8414msgstr ""
8415
8416#: builtin/index-pack.c:1168
8417msgid "pack has junk at the end"
8418msgstr ""
8419
8420#: builtin/index-pack.c:1179
8421msgid "confusion beyond insanity in parse_pack_objects()"
8422msgstr ""
8423
8424#: builtin/index-pack.c:1202
8425msgid "Resolving deltas"
8426msgstr ""
8427
8428#: builtin/index-pack.c:1213
8429#, c-format
8430msgid "unable to create thread: %s"
8431msgstr ""
8432
8433#: builtin/index-pack.c:1255
8434msgid "confusion beyond insanity"
8435msgstr ""
8436
8437#: builtin/index-pack.c:1261
8438#, c-format
8439msgid "completed with %d local object"
8440msgid_plural "completed with %d local objects"
8441msgstr[0] ""
8442msgstr[1] ""
8443
8444#: builtin/index-pack.c:1273
8445#, c-format
8446msgid "Unexpected tail checksum for %s (disk corruption?)"
8447msgstr ""
8448
8449#: builtin/index-pack.c:1277
8450#, c-format
8451msgid "pack has %d unresolved delta"
8452msgid_plural "pack has %d unresolved deltas"
8453msgstr[0] ""
8454msgstr[1] ""
8455
8456#: builtin/index-pack.c:1301
8457#, c-format
8458msgid "unable to deflate appended object (%d)"
8459msgstr ""
8460
8461#: builtin/index-pack.c:1377
8462#, c-format
8463msgid "local object %s is corrupt"
8464msgstr ""
8465
8466#: builtin/index-pack.c:1403
8467msgid "error while closing pack file"
8468msgstr ""
8469
8470#: builtin/index-pack.c:1415
8471#, c-format
8472msgid "cannot write keep file '%s'"
8473msgstr ""
8474
8475#: builtin/index-pack.c:1423
8476#, c-format
8477msgid "cannot close written keep file '%s'"
8478msgstr ""
8479
8480#: builtin/index-pack.c:1433
8481msgid "cannot store pack file"
8482msgstr ""
8483
8484#: builtin/index-pack.c:1441
8485msgid "cannot store index file"
8486msgstr ""
8487
8488#: builtin/index-pack.c:1479
8489#, c-format
8490msgid "bad pack.indexversion=%<PRIu32>"
8491msgstr ""
8492
8493#: builtin/index-pack.c:1489 builtin/index-pack.c:1686
8494#, c-format
8495msgid "no threads support, ignoring %s"
8496msgstr ""
8497
8498#: builtin/index-pack.c:1547
8499#, c-format
8500msgid "Cannot open existing pack file '%s'"
8501msgstr ""
8502
8503#: builtin/index-pack.c:1549
8504#, c-format
8505msgid "Cannot open existing pack idx file for '%s'"
8506msgstr ""
8507
8508#: builtin/index-pack.c:1596
8509#, c-format
8510msgid "non delta: %d object"
8511msgid_plural "non delta: %d objects"
8512msgstr[0] ""
8513msgstr[1] ""
8514
8515#: builtin/index-pack.c:1603
8516#, c-format
8517msgid "chain length = %d: %lu object"
8518msgid_plural "chain length = %d: %lu objects"
8519msgstr[0] ""
8520msgstr[1] ""
8521
8522#: builtin/index-pack.c:1616
8523#, c-format
8524msgid "packfile name '%s' does not end with '.pack'"
8525msgstr ""
8526
8527#: builtin/index-pack.c:1698 builtin/index-pack.c:1701
8528#: builtin/index-pack.c:1717 builtin/index-pack.c:1721
8529#, c-format
8530msgid "bad %s"
8531msgstr ""
8532
8533#: builtin/index-pack.c:1737
8534msgid "--fix-thin cannot be used without --stdin"
8535msgstr ""
8536
8537#: builtin/index-pack.c:1739
8538msgid "--stdin requires a git repository"
8539msgstr ""
8540
8541#: builtin/index-pack.c:1747
8542msgid "--verify with no packfile name given"
8543msgstr ""
8544
8545#: builtin/init-db.c:54
8546#, c-format
8547msgid "cannot stat '%s'"
8548msgstr ""
8549
8550#: builtin/init-db.c:60
8551#, c-format
8552msgid "cannot stat template '%s'"
8553msgstr ""
8554
8555#: builtin/init-db.c:65
8556#, c-format
8557msgid "cannot opendir '%s'"
8558msgstr ""
8559
8560#: builtin/init-db.c:76
8561#, c-format
8562msgid "cannot readlink '%s'"
8563msgstr ""
8564
8565#: builtin/init-db.c:78
8566#, c-format
8567msgid "cannot symlink '%s' '%s'"
8568msgstr ""
8569
8570#: builtin/init-db.c:84
8571#, c-format
8572msgid "cannot copy '%s' to '%s'"
8573msgstr ""
8574
8575#: builtin/init-db.c:88
8576#, c-format
8577msgid "ignoring template %s"
8578msgstr ""
8579
8580#: builtin/init-db.c:119
8581#, c-format
8582msgid "templates not found %s"
8583msgstr ""
8584
8585#: builtin/init-db.c:134
8586#, c-format
8587msgid "not copying templates from '%s': %s"
8588msgstr ""
8589
8590#: builtin/init-db.c:327
8591#, c-format
8592msgid "unable to handle file type %d"
8593msgstr ""
8594
8595#: builtin/init-db.c:330
8596#, c-format
8597msgid "unable to move %s to %s"
8598msgstr ""
8599
8600#: builtin/init-db.c:347 builtin/init-db.c:350
8601#, c-format
8602msgid "%s already exists"
8603msgstr ""
8604
8605#: builtin/init-db.c:403
8606#, c-format
8607msgid "Reinitialized existing shared Git repository in %s%s\n"
8608msgstr ""
8609
8610#: builtin/init-db.c:404
8611#, c-format
8612msgid "Reinitialized existing Git repository in %s%s\n"
8613msgstr ""
8614
8615#: builtin/init-db.c:408
8616#, c-format
8617msgid "Initialized empty shared Git repository in %s%s\n"
8618msgstr ""
8619
8620#: builtin/init-db.c:409
8621#, c-format
8622msgid "Initialized empty Git repository in %s%s\n"
8623msgstr ""
8624
8625#: builtin/init-db.c:457
8626msgid ""
8627"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8628"shared[=<permissions>]] [<directory>]"
8629msgstr ""
8630
8631#: builtin/init-db.c:480
8632msgid "permissions"
8633msgstr ""
8634
8635#: builtin/init-db.c:481
8636msgid "specify that the git repository is to be shared amongst several users"
8637msgstr ""
8638
8639#: builtin/init-db.c:515 builtin/init-db.c:520
8640#, c-format
8641msgid "cannot mkdir %s"
8642msgstr ""
8643
8644#: builtin/init-db.c:524
8645#, c-format
8646msgid "cannot chdir to %s"
8647msgstr ""
8648
8649#: builtin/init-db.c:545
8650#, c-format
8651msgid ""
8652"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8653"dir=<directory>)"
8654msgstr ""
8655
8656#: builtin/init-db.c:573
8657#, c-format
8658msgid "Cannot access work tree '%s'"
8659msgstr ""
8660
8661#: builtin/interpret-trailers.c:15
8662msgid ""
8663"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8664"<token>[(=|:)<value>])...] [<file>...]"
8665msgstr ""
8666
8667#: builtin/interpret-trailers.c:26
8668msgid "edit files in place"
8669msgstr ""
8670
8671#: builtin/interpret-trailers.c:27
8672msgid "trim empty trailers"
8673msgstr ""
8674
8675#: builtin/interpret-trailers.c:28
8676msgid "trailer"
8677msgstr ""
8678
8679#: builtin/interpret-trailers.c:29
8680msgid "trailer(s) to add"
8681msgstr ""
8682
8683#: builtin/interpret-trailers.c:42
8684msgid "no input file given for in-place editing"
8685msgstr ""
8686
8687#: builtin/log.c:44
8688msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8689msgstr ""
8690
8691#: builtin/log.c:45
8692msgid "git show [<options>] <object>..."
8693msgstr ""
8694
8695#: builtin/log.c:89
8696#, c-format
8697msgid "invalid --decorate option: %s"
8698msgstr ""
8699
8700#: builtin/log.c:144
8701msgid "suppress diff output"
8702msgstr ""
8703
8704#: builtin/log.c:145
8705msgid "show source"
8706msgstr ""
8707
8708#: builtin/log.c:146
8709msgid "Use mail map file"
8710msgstr ""
8711
8712#: builtin/log.c:147
8713msgid "decorate options"
8714msgstr ""
8715
8716#: builtin/log.c:150
8717msgid "Process line range n,m in file, counting from 1"
8718msgstr ""
8719
8720#: builtin/log.c:246
8721#, c-format
8722msgid "Final output: %d %s\n"
8723msgstr ""
8724
8725#: builtin/log.c:493
8726#, c-format
8727msgid "git show %s: bad file"
8728msgstr ""
8729
8730#: builtin/log.c:507 builtin/log.c:601
8731#, c-format
8732msgid "Could not read object %s"
8733msgstr ""
8734
8735#: builtin/log.c:625
8736#, c-format
8737msgid "Unknown type: %d"
8738msgstr ""
8739
8740#: builtin/log.c:746
8741msgid "format.headers without value"
8742msgstr ""
8743
8744#: builtin/log.c:846
8745msgid "name of output directory is too long"
8746msgstr ""
8747
8748#: builtin/log.c:861
8749#, c-format
8750msgid "Cannot open patch file %s"
8751msgstr ""
8752
8753#: builtin/log.c:875
8754msgid "Need exactly one range."
8755msgstr ""
8756
8757#: builtin/log.c:885
8758msgid "Not a range."
8759msgstr ""
8760
8761#: builtin/log.c:991
8762msgid "Cover letter needs email format"
8763msgstr ""
8764
8765#: builtin/log.c:1071
8766#, c-format
8767msgid "insane in-reply-to: %s"
8768msgstr ""
8769
8770#: builtin/log.c:1098
8771msgid "git format-patch [<options>] [<since> | <revision-range>]"
8772msgstr ""
8773
8774#: builtin/log.c:1148
8775msgid "Two output directories?"
8776msgstr ""
8777
8778#: builtin/log.c:1255 builtin/log.c:1898 builtin/log.c:1900 builtin/log.c:1912
8779#, c-format
8780msgid "Unknown commit %s"
8781msgstr ""
8782
8783#: builtin/log.c:1265 builtin/notes.c:883 builtin/tag.c:532
8784#, c-format
8785msgid "Failed to resolve '%s' as a valid ref."
8786msgstr ""
8787
8788#: builtin/log.c:1270
8789msgid "Could not find exact merge base."
8790msgstr ""
8791
8792#: builtin/log.c:1274
8793msgid ""
8794"Failed to get upstream, if you want to record base commit automatically,\n"
8795"please use git branch --set-upstream-to to track a remote branch.\n"
8796"Or you could specify base commit by --base=<base-commit-id> manually."
8797msgstr ""
8798
8799#: builtin/log.c:1294
8800msgid "Failed to find exact merge base"
8801msgstr ""
8802
8803#: builtin/log.c:1305
8804msgid "base commit should be the ancestor of revision list"
8805msgstr ""
8806
8807#: builtin/log.c:1309
8808msgid "base commit shouldn't be in revision list"
8809msgstr ""
8810
8811#: builtin/log.c:1358
8812msgid "cannot get patch id"
8813msgstr ""
8814
8815#: builtin/log.c:1415
8816msgid "use [PATCH n/m] even with a single patch"
8817msgstr ""
8818
8819#: builtin/log.c:1418
8820msgid "use [PATCH] even with multiple patches"
8821msgstr ""
8822
8823#: builtin/log.c:1422
8824msgid "print patches to standard out"
8825msgstr ""
8826
8827#: builtin/log.c:1424
8828msgid "generate a cover letter"
8829msgstr ""
8830
8831#: builtin/log.c:1426
8832msgid "use simple number sequence for output file names"
8833msgstr ""
8834
8835#: builtin/log.c:1427
8836msgid "sfx"
8837msgstr ""
8838
8839#: builtin/log.c:1428
8840msgid "use <sfx> instead of '.patch'"
8841msgstr ""
8842
8843#: builtin/log.c:1430
8844msgid "start numbering patches at <n> instead of 1"
8845msgstr ""
8846
8847#: builtin/log.c:1432
8848msgid "mark the series as Nth re-roll"
8849msgstr ""
8850
8851#: builtin/log.c:1434
8852msgid "Use [RFC PATCH] instead of [PATCH]"
8853msgstr ""
8854
8855#: builtin/log.c:1437
8856msgid "Use [<prefix>] instead of [PATCH]"
8857msgstr ""
8858
8859#: builtin/log.c:1440
8860msgid "store resulting files in <dir>"
8861msgstr ""
8862
8863#: builtin/log.c:1443
8864msgid "don't strip/add [PATCH]"
8865msgstr ""
8866
8867#: builtin/log.c:1446
8868msgid "don't output binary diffs"
8869msgstr ""
8870
8871#: builtin/log.c:1448
8872msgid "output all-zero hash in From header"
8873msgstr ""
8874
8875#: builtin/log.c:1450
8876msgid "don't include a patch matching a commit upstream"
8877msgstr ""
8878
8879#: builtin/log.c:1452
8880msgid "show patch format instead of default (patch + stat)"
8881msgstr ""
8882
8883#: builtin/log.c:1454
8884msgid "Messaging"
8885msgstr ""
8886
8887#: builtin/log.c:1455
8888msgid "header"
8889msgstr ""
8890
8891#: builtin/log.c:1456
8892msgid "add email header"
8893msgstr ""
8894
8895#: builtin/log.c:1457 builtin/log.c:1459
8896msgid "email"
8897msgstr ""
8898
8899#: builtin/log.c:1457
8900msgid "add To: header"
8901msgstr ""
8902
8903#: builtin/log.c:1459
8904msgid "add Cc: header"
8905msgstr ""
8906
8907#: builtin/log.c:1461
8908msgid "ident"
8909msgstr ""
8910
8911#: builtin/log.c:1462
8912msgid "set From address to <ident> (or committer ident if absent)"
8913msgstr ""
8914
8915#: builtin/log.c:1464
8916msgid "message-id"
8917msgstr ""
8918
8919#: builtin/log.c:1465
8920msgid "make first mail a reply to <message-id>"
8921msgstr ""
8922
8923#: builtin/log.c:1466 builtin/log.c:1469
8924msgid "boundary"
8925msgstr ""
8926
8927#: builtin/log.c:1467
8928msgid "attach the patch"
8929msgstr ""
8930
8931#: builtin/log.c:1470
8932msgid "inline the patch"
8933msgstr ""
8934
8935#: builtin/log.c:1474
8936msgid "enable message threading, styles: shallow, deep"
8937msgstr ""
8938
8939#: builtin/log.c:1476
8940msgid "signature"
8941msgstr ""
8942
8943#: builtin/log.c:1477
8944msgid "add a signature"
8945msgstr ""
8946
8947#: builtin/log.c:1478
8948msgid "base-commit"
8949msgstr ""
8950
8951#: builtin/log.c:1479
8952msgid "add prerequisite tree info to the patch series"
8953msgstr ""
8954
8955#: builtin/log.c:1481
8956msgid "add a signature from a file"
8957msgstr ""
8958
8959#: builtin/log.c:1482
8960msgid "don't print the patch filenames"
8961msgstr ""
8962
8963#: builtin/log.c:1572
8964msgid "-n and -k are mutually exclusive."
8965msgstr ""
8966
8967#: builtin/log.c:1574
8968msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8969msgstr ""
8970
8971#: builtin/log.c:1582
8972msgid "--name-only does not make sense"
8973msgstr ""
8974
8975#: builtin/log.c:1584
8976msgid "--name-status does not make sense"
8977msgstr ""
8978
8979#: builtin/log.c:1586
8980msgid "--check does not make sense"
8981msgstr ""
8982
8983#: builtin/log.c:1616
8984msgid "standard output, or directory, which one?"
8985msgstr ""
8986
8987#: builtin/log.c:1618
8988#, c-format
8989msgid "Could not create directory '%s'"
8990msgstr ""
8991
8992#: builtin/log.c:1712
8993#, c-format
8994msgid "unable to read signature file '%s'"
8995msgstr ""
8996
8997#: builtin/log.c:1784
8998msgid "Failed to create output files"
8999msgstr ""
9000
9001#: builtin/log.c:1833
9002msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9003msgstr ""
9004
9005#: builtin/log.c:1887
9006#, c-format
9007msgid ""
9008"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9009msgstr ""
9010
9011#: builtin/ls-files.c:461
9012msgid "git ls-files [<options>] [<file>...]"
9013msgstr ""
9014
9015#: builtin/ls-files.c:510
9016msgid "identify the file status with tags"
9017msgstr ""
9018
9019#: builtin/ls-files.c:512
9020msgid "use lowercase letters for 'assume unchanged' files"
9021msgstr ""
9022
9023#: builtin/ls-files.c:514
9024msgid "show cached files in the output (default)"
9025msgstr ""
9026
9027#: builtin/ls-files.c:516
9028msgid "show deleted files in the output"
9029msgstr ""
9030
9031#: builtin/ls-files.c:518
9032msgid "show modified files in the output"
9033msgstr ""
9034
9035#: builtin/ls-files.c:520
9036msgid "show other files in the output"
9037msgstr ""
9038
9039#: builtin/ls-files.c:522
9040msgid "show ignored files in the output"
9041msgstr ""
9042
9043#: builtin/ls-files.c:525
9044msgid "show staged contents' object name in the output"
9045msgstr ""
9046
9047#: builtin/ls-files.c:527
9048msgid "show files on the filesystem that need to be removed"
9049msgstr ""
9050
9051#: builtin/ls-files.c:529
9052msgid "show 'other' directories' names only"
9053msgstr ""
9054
9055#: builtin/ls-files.c:531
9056msgid "show line endings of files"
9057msgstr ""
9058
9059#: builtin/ls-files.c:533
9060msgid "don't show empty directories"
9061msgstr ""
9062
9063#: builtin/ls-files.c:536
9064msgid "show unmerged files in the output"
9065msgstr ""
9066
9067#: builtin/ls-files.c:538
9068msgid "show resolve-undo information"
9069msgstr ""
9070
9071#: builtin/ls-files.c:540
9072msgid "skip files matching pattern"
9073msgstr ""
9074
9075#: builtin/ls-files.c:543
9076msgid "exclude patterns are read from <file>"
9077msgstr ""
9078
9079#: builtin/ls-files.c:546
9080msgid "read additional per-directory exclude patterns in <file>"
9081msgstr ""
9082
9083#: builtin/ls-files.c:548
9084msgid "add the standard git exclusions"
9085msgstr ""
9086
9087#: builtin/ls-files.c:551
9088msgid "make the output relative to the project top directory"
9089msgstr ""
9090
9091#: builtin/ls-files.c:554
9092msgid "recurse through submodules"
9093msgstr ""
9094
9095#: builtin/ls-files.c:556
9096msgid "if any <file> is not in the index, treat this as an error"
9097msgstr ""
9098
9099#: builtin/ls-files.c:557
9100msgid "tree-ish"
9101msgstr ""
9102
9103#: builtin/ls-files.c:558
9104msgid "pretend that paths removed since <tree-ish> are still present"
9105msgstr ""
9106
9107#: builtin/ls-files.c:560
9108msgid "show debugging data"
9109msgstr ""
9110
9111#: builtin/ls-remote.c:7
9112msgid ""
9113"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9114"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9115"                     [--symref] [<repository> [<refs>...]]"
9116msgstr ""
9117
9118#: builtin/ls-remote.c:52
9119msgid "do not print remote URL"
9120msgstr ""
9121
9122#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9123msgid "exec"
9124msgstr ""
9125
9126#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9127msgid "path of git-upload-pack on the remote host"
9128msgstr ""
9129
9130#: builtin/ls-remote.c:58
9131msgid "limit to tags"
9132msgstr ""
9133
9134#: builtin/ls-remote.c:59
9135msgid "limit to heads"
9136msgstr ""
9137
9138#: builtin/ls-remote.c:60
9139msgid "do not show peeled tags"
9140msgstr ""
9141
9142#: builtin/ls-remote.c:62
9143msgid "take url.<base>.insteadOf into account"
9144msgstr ""
9145
9146#: builtin/ls-remote.c:64
9147msgid "exit with exit code 2 if no matching refs are found"
9148msgstr ""
9149
9150#: builtin/ls-remote.c:66
9151msgid "show underlying ref in addition to the object pointed by it"
9152msgstr ""
9153
9154#: builtin/ls-tree.c:28
9155msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9156msgstr ""
9157
9158#: builtin/ls-tree.c:126
9159msgid "only show trees"
9160msgstr ""
9161
9162#: builtin/ls-tree.c:128
9163msgid "recurse into subtrees"
9164msgstr ""
9165
9166#: builtin/ls-tree.c:130
9167msgid "show trees when recursing"
9168msgstr ""
9169
9170#: builtin/ls-tree.c:133
9171msgid "terminate entries with NUL byte"
9172msgstr ""
9173
9174#: builtin/ls-tree.c:134
9175msgid "include object size"
9176msgstr ""
9177
9178#: builtin/ls-tree.c:136 builtin/ls-tree.c:138
9179msgid "list only filenames"
9180msgstr ""
9181
9182#: builtin/ls-tree.c:141
9183msgid "use full path names"
9184msgstr ""
9185
9186#: builtin/ls-tree.c:143
9187msgid "list entire tree; not just current directory (implies --full-name)"
9188msgstr ""
9189
9190#: builtin/merge.c:46
9191msgid "git merge [<options>] [<commit>...]"
9192msgstr ""
9193
9194#: builtin/merge.c:47
9195msgid "git merge --abort"
9196msgstr ""
9197
9198#: builtin/merge.c:48
9199msgid "git merge --continue"
9200msgstr ""
9201
9202#: builtin/merge.c:103
9203msgid "switch `m' requires a value"
9204msgstr ""
9205
9206#: builtin/merge.c:140
9207#, c-format
9208msgid "Could not find merge strategy '%s'.\n"
9209msgstr ""
9210
9211#: builtin/merge.c:141
9212#, c-format
9213msgid "Available strategies are:"
9214msgstr ""
9215
9216#: builtin/merge.c:146
9217#, c-format
9218msgid "Available custom strategies are:"
9219msgstr ""
9220
9221#: builtin/merge.c:196 builtin/pull.c:127
9222msgid "do not show a diffstat at the end of the merge"
9223msgstr ""
9224
9225#: builtin/merge.c:199 builtin/pull.c:130
9226msgid "show a diffstat at the end of the merge"
9227msgstr ""
9228
9229#: builtin/merge.c:200 builtin/pull.c:133
9230msgid "(synonym to --stat)"
9231msgstr ""
9232
9233#: builtin/merge.c:202 builtin/pull.c:136
9234msgid "add (at most <n>) entries from shortlog to merge commit message"
9235msgstr ""
9236
9237#: builtin/merge.c:205 builtin/pull.c:139
9238msgid "create a single commit instead of doing a merge"
9239msgstr ""
9240
9241#: builtin/merge.c:207 builtin/pull.c:142
9242msgid "perform a commit if the merge succeeds (default)"
9243msgstr ""
9244
9245#: builtin/merge.c:209 builtin/pull.c:145
9246msgid "edit message before committing"
9247msgstr ""
9248
9249#: builtin/merge.c:210
9250msgid "allow fast-forward (default)"
9251msgstr ""
9252
9253#: builtin/merge.c:212 builtin/pull.c:151
9254msgid "abort if fast-forward is not possible"
9255msgstr ""
9256
9257#: builtin/merge.c:216 builtin/pull.c:154
9258msgid "verify that the named commit has a valid GPG signature"
9259msgstr ""
9260
9261#: builtin/merge.c:217 builtin/notes.c:773 builtin/pull.c:158
9262#: builtin/revert.c:108
9263msgid "strategy"
9264msgstr ""
9265
9266#: builtin/merge.c:218 builtin/pull.c:159
9267msgid "merge strategy to use"
9268msgstr ""
9269
9270#: builtin/merge.c:219 builtin/pull.c:162
9271msgid "option=value"
9272msgstr ""
9273
9274#: builtin/merge.c:220 builtin/pull.c:163
9275msgid "option for selected merge strategy"
9276msgstr ""
9277
9278#: builtin/merge.c:222
9279msgid "merge commit message (for a non-fast-forward merge)"
9280msgstr ""
9281
9282#: builtin/merge.c:226
9283msgid "abort the current in-progress merge"
9284msgstr ""
9285
9286#: builtin/merge.c:228
9287msgid "continue the current in-progress merge"
9288msgstr ""
9289
9290#: builtin/merge.c:230 builtin/pull.c:170
9291msgid "allow merging unrelated histories"
9292msgstr ""
9293
9294#: builtin/merge.c:258
9295msgid "could not run stash."
9296msgstr ""
9297
9298#: builtin/merge.c:263
9299msgid "stash failed"
9300msgstr ""
9301
9302#: builtin/merge.c:268
9303#, c-format
9304msgid "not a valid object: %s"
9305msgstr ""
9306
9307#: builtin/merge.c:287 builtin/merge.c:304
9308msgid "read-tree failed"
9309msgstr ""
9310
9311#: builtin/merge.c:334
9312msgid " (nothing to squash)"
9313msgstr ""
9314
9315#: builtin/merge.c:345
9316#, c-format
9317msgid "Squash commit -- not updating HEAD\n"
9318msgstr ""
9319
9320#: builtin/merge.c:395
9321#, c-format
9322msgid "No merge message -- not updating HEAD\n"
9323msgstr ""
9324
9325#: builtin/merge.c:446
9326#, c-format
9327msgid "'%s' does not point to a commit"
9328msgstr ""
9329
9330#: builtin/merge.c:536
9331#, c-format
9332msgid "Bad branch.%s.mergeoptions string: %s"
9333msgstr ""
9334
9335#: builtin/merge.c:656
9336msgid "Not handling anything other than two heads merge."
9337msgstr ""
9338
9339#: builtin/merge.c:670
9340#, c-format
9341msgid "Unknown option for merge-recursive: -X%s"
9342msgstr ""
9343
9344#: builtin/merge.c:685
9345#, c-format
9346msgid "unable to write %s"
9347msgstr ""
9348
9349#: builtin/merge.c:737
9350#, c-format
9351msgid "Could not read from '%s'"
9352msgstr ""
9353
9354#: builtin/merge.c:746
9355#, c-format
9356msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9357msgstr ""
9358
9359#: builtin/merge.c:752
9360#, c-format
9361msgid ""
9362"Please enter a commit message to explain why this merge is necessary,\n"
9363"especially if it merges an updated upstream into a topic branch.\n"
9364"\n"
9365"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9366"the commit.\n"
9367msgstr ""
9368
9369#: builtin/merge.c:776
9370msgid "Empty commit message."
9371msgstr ""
9372
9373#: builtin/merge.c:796
9374#, c-format
9375msgid "Wonderful.\n"
9376msgstr ""
9377
9378#: builtin/merge.c:851
9379#, c-format
9380msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9381msgstr ""
9382
9383#: builtin/merge.c:890
9384msgid "No current branch."
9385msgstr ""
9386
9387#: builtin/merge.c:892
9388msgid "No remote for the current branch."
9389msgstr ""
9390
9391#: builtin/merge.c:894
9392msgid "No default upstream defined for the current branch."
9393msgstr ""
9394
9395#: builtin/merge.c:899
9396#, c-format
9397msgid "No remote-tracking branch for %s from %s"
9398msgstr ""
9399
9400#: builtin/merge.c:946
9401#, c-format
9402msgid "Bad value '%s' in environment '%s'"
9403msgstr ""
9404
9405#: builtin/merge.c:1020
9406#, c-format
9407msgid "could not close '%s'"
9408msgstr ""
9409
9410#: builtin/merge.c:1047
9411#, c-format
9412msgid "not something we can merge in %s: %s"
9413msgstr ""
9414
9415#: builtin/merge.c:1081
9416msgid "not something we can merge"
9417msgstr ""
9418
9419#: builtin/merge.c:1146
9420msgid "--abort expects no arguments"
9421msgstr ""
9422
9423#: builtin/merge.c:1150
9424msgid "There is no merge to abort (MERGE_HEAD missing)."
9425msgstr ""
9426
9427#: builtin/merge.c:1162
9428msgid "--continue expects no arguments"
9429msgstr ""
9430
9431#: builtin/merge.c:1166
9432msgid "There is no merge in progress (MERGE_HEAD missing)."
9433msgstr ""
9434
9435#: builtin/merge.c:1182
9436msgid ""
9437"You have not concluded your merge (MERGE_HEAD exists).\n"
9438"Please, commit your changes before you merge."
9439msgstr ""
9440
9441#: builtin/merge.c:1189
9442msgid ""
9443"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9444"Please, commit your changes before you merge."
9445msgstr ""
9446
9447#: builtin/merge.c:1192
9448msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9449msgstr ""
9450
9451#: builtin/merge.c:1201
9452msgid "You cannot combine --squash with --no-ff."
9453msgstr ""
9454
9455#: builtin/merge.c:1209
9456msgid "No commit specified and merge.defaultToUpstream not set."
9457msgstr ""
9458
9459#: builtin/merge.c:1226
9460msgid "Squash commit into empty head not supported yet"
9461msgstr ""
9462
9463#: builtin/merge.c:1228
9464msgid "Non-fast-forward commit does not make sense into an empty head"
9465msgstr ""
9466
9467#: builtin/merge.c:1233
9468#, c-format
9469msgid "%s - not something we can merge"
9470msgstr ""
9471
9472#: builtin/merge.c:1235
9473msgid "Can merge only exactly one commit into empty head"
9474msgstr ""
9475
9476#: builtin/merge.c:1269
9477#, c-format
9478msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9479msgstr ""
9480
9481#: builtin/merge.c:1272
9482#, c-format
9483msgid "Commit %s has a bad GPG signature allegedly by %s."
9484msgstr ""
9485
9486#: builtin/merge.c:1275
9487#, c-format
9488msgid "Commit %s does not have a GPG signature."
9489msgstr ""
9490
9491#: builtin/merge.c:1278
9492#, c-format
9493msgid "Commit %s has a good GPG signature by %s\n"
9494msgstr ""
9495
9496#: builtin/merge.c:1340
9497msgid "refusing to merge unrelated histories"
9498msgstr ""
9499
9500#: builtin/merge.c:1349
9501msgid "Already up-to-date."
9502msgstr ""
9503
9504#: builtin/merge.c:1359
9505#, c-format
9506msgid "Updating %s..%s\n"
9507msgstr ""
9508
9509#: builtin/merge.c:1400
9510#, c-format
9511msgid "Trying really trivial in-index merge...\n"
9512msgstr ""
9513
9514#: builtin/merge.c:1407
9515#, c-format
9516msgid "Nope.\n"
9517msgstr ""
9518
9519#: builtin/merge.c:1432
9520msgid "Already up-to-date. Yeeah!"
9521msgstr ""
9522
9523#: builtin/merge.c:1438
9524msgid "Not possible to fast-forward, aborting."
9525msgstr ""
9526
9527#: builtin/merge.c:1461 builtin/merge.c:1540
9528#, c-format
9529msgid "Rewinding the tree to pristine...\n"
9530msgstr ""
9531
9532#: builtin/merge.c:1465
9533#, c-format
9534msgid "Trying merge strategy %s...\n"
9535msgstr ""
9536
9537#: builtin/merge.c:1531
9538#, c-format
9539msgid "No merge strategy handled the merge.\n"
9540msgstr ""
9541
9542#: builtin/merge.c:1533
9543#, c-format
9544msgid "Merge with strategy %s failed.\n"
9545msgstr ""
9546
9547#: builtin/merge.c:1542
9548#, c-format
9549msgid "Using the %s to prepare resolving by hand.\n"
9550msgstr ""
9551
9552#: builtin/merge.c:1554
9553#, c-format
9554msgid "Automatic merge went well; stopped before committing as requested\n"
9555msgstr ""
9556
9557#: builtin/merge-base.c:29
9558msgid "git merge-base [-a | --all] <commit> <commit>..."
9559msgstr ""
9560
9561#: builtin/merge-base.c:30
9562msgid "git merge-base [-a | --all] --octopus <commit>..."
9563msgstr ""
9564
9565#: builtin/merge-base.c:31
9566msgid "git merge-base --independent <commit>..."
9567msgstr ""
9568
9569#: builtin/merge-base.c:32
9570msgid "git merge-base --is-ancestor <commit> <commit>"
9571msgstr ""
9572
9573#: builtin/merge-base.c:33
9574msgid "git merge-base --fork-point <ref> [<commit>]"
9575msgstr ""
9576
9577#: builtin/merge-base.c:217
9578msgid "output all common ancestors"
9579msgstr ""
9580
9581#: builtin/merge-base.c:219
9582msgid "find ancestors for a single n-way merge"
9583msgstr ""
9584
9585#: builtin/merge-base.c:221
9586msgid "list revs not reachable from others"
9587msgstr ""
9588
9589#: builtin/merge-base.c:223
9590msgid "is the first one ancestor of the other?"
9591msgstr ""
9592
9593#: builtin/merge-base.c:225
9594msgid "find where <commit> forked from reflog of <ref>"
9595msgstr ""
9596
9597#: builtin/merge-file.c:8
9598msgid ""
9599"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9600"<orig-file> <file2>"
9601msgstr ""
9602
9603#: builtin/merge-file.c:32
9604msgid "send results to standard output"
9605msgstr ""
9606
9607#: builtin/merge-file.c:33
9608msgid "use a diff3 based merge"
9609msgstr ""
9610
9611#: builtin/merge-file.c:34
9612msgid "for conflicts, use our version"
9613msgstr ""
9614
9615#: builtin/merge-file.c:36
9616msgid "for conflicts, use their version"
9617msgstr ""
9618
9619#: builtin/merge-file.c:38
9620msgid "for conflicts, use a union version"
9621msgstr ""
9622
9623#: builtin/merge-file.c:41
9624msgid "for conflicts, use this marker size"
9625msgstr ""
9626
9627#: builtin/merge-file.c:42
9628msgid "do not warn about conflicts"
9629msgstr ""
9630
9631#: builtin/merge-file.c:44
9632msgid "set labels for file1/orig-file/file2"
9633msgstr ""
9634
9635#: builtin/merge-recursive.c:45
9636#, c-format
9637msgid "unknown option %s"
9638msgstr ""
9639
9640#: builtin/merge-recursive.c:51
9641#, c-format
9642msgid "could not parse object '%s'"
9643msgstr ""
9644
9645#: builtin/merge-recursive.c:55
9646#, c-format
9647msgid "cannot handle more than %d base. Ignoring %s."
9648msgid_plural "cannot handle more than %d bases. Ignoring %s."
9649msgstr[0] ""
9650msgstr[1] ""
9651
9652#: builtin/merge-recursive.c:63
9653msgid "not handling anything other than two heads merge."
9654msgstr ""
9655
9656#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9657#, c-format
9658msgid "could not resolve ref '%s'"
9659msgstr ""
9660
9661#: builtin/merge-recursive.c:77
9662#, c-format
9663msgid "Merging %s with %s\n"
9664msgstr ""
9665
9666#: builtin/mktree.c:65
9667msgid "git mktree [-z] [--missing] [--batch]"
9668msgstr ""
9669
9670#: builtin/mktree.c:152
9671msgid "input is NUL terminated"
9672msgstr ""
9673
9674#: builtin/mktree.c:153 builtin/write-tree.c:24
9675msgid "allow missing objects"
9676msgstr ""
9677
9678#: builtin/mktree.c:154
9679msgid "allow creation of more than one tree"
9680msgstr ""
9681
9682#: builtin/mv.c:16
9683msgid "git mv [<options>] <source>... <destination>"
9684msgstr ""
9685
9686#: builtin/mv.c:82
9687#, c-format
9688msgid "Directory %s is in index and no submodule?"
9689msgstr ""
9690
9691#: builtin/mv.c:84 builtin/rm.c:290
9692msgid "Please stage your changes to .gitmodules or stash them to proceed"
9693msgstr ""
9694
9695#: builtin/mv.c:102
9696#, c-format
9697msgid "%.*s is in index"
9698msgstr ""
9699
9700#: builtin/mv.c:124
9701msgid "force move/rename even if target exists"
9702msgstr ""
9703
9704#: builtin/mv.c:125
9705msgid "skip move/rename errors"
9706msgstr ""
9707
9708#: builtin/mv.c:167
9709#, c-format
9710msgid "destination '%s' is not a directory"
9711msgstr ""
9712
9713#: builtin/mv.c:178
9714#, c-format
9715msgid "Checking rename of '%s' to '%s'\n"
9716msgstr ""
9717
9718#: builtin/mv.c:182
9719msgid "bad source"
9720msgstr ""
9721
9722#: builtin/mv.c:185
9723msgid "can not move directory into itself"
9724msgstr ""
9725
9726#: builtin/mv.c:188
9727msgid "cannot move directory over file"
9728msgstr ""
9729
9730#: builtin/mv.c:197
9731msgid "source directory is empty"
9732msgstr ""
9733
9734#: builtin/mv.c:222
9735msgid "not under version control"
9736msgstr ""
9737
9738#: builtin/mv.c:225
9739msgid "destination exists"
9740msgstr ""
9741
9742#: builtin/mv.c:233
9743#, c-format
9744msgid "overwriting '%s'"
9745msgstr ""
9746
9747#: builtin/mv.c:236
9748msgid "Cannot overwrite"
9749msgstr ""
9750
9751#: builtin/mv.c:239
9752msgid "multiple sources for the same target"
9753msgstr ""
9754
9755#: builtin/mv.c:241
9756msgid "destination directory does not exist"
9757msgstr ""
9758
9759#: builtin/mv.c:248
9760#, c-format
9761msgid "%s, source=%s, destination=%s"
9762msgstr ""
9763
9764#: builtin/mv.c:269
9765#, c-format
9766msgid "Renaming %s to %s\n"
9767msgstr ""
9768
9769#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
9770#, c-format
9771msgid "renaming '%s' failed"
9772msgstr ""
9773
9774#: builtin/name-rev.c:289
9775msgid "git name-rev [<options>] <commit>..."
9776msgstr ""
9777
9778#: builtin/name-rev.c:290
9779msgid "git name-rev [<options>] --all"
9780msgstr ""
9781
9782#: builtin/name-rev.c:291
9783msgid "git name-rev [<options>] --stdin"
9784msgstr ""
9785
9786#: builtin/name-rev.c:346
9787msgid "print only names (no SHA-1)"
9788msgstr ""
9789
9790#: builtin/name-rev.c:347
9791msgid "only use tags to name the commits"
9792msgstr ""
9793
9794#: builtin/name-rev.c:349
9795msgid "only use refs matching <pattern>"
9796msgstr ""
9797
9798#: builtin/name-rev.c:351
9799msgid "ignore refs matching <pattern>"
9800msgstr ""
9801
9802#: builtin/name-rev.c:353
9803msgid "list all commits reachable from all refs"
9804msgstr ""
9805
9806#: builtin/name-rev.c:354
9807msgid "read from stdin"
9808msgstr ""
9809
9810#: builtin/name-rev.c:355
9811msgid "allow to print `undefined` names (default)"
9812msgstr ""
9813
9814#: builtin/name-rev.c:361
9815msgid "dereference tags in the input (internal use)"
9816msgstr ""
9817
9818#: builtin/notes.c:25
9819msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9820msgstr ""
9821
9822#: builtin/notes.c:26
9823msgid ""
9824"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9825"| (-c | -C) <object>] [<object>]"
9826msgstr ""
9827
9828#: builtin/notes.c:27
9829msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9830msgstr ""
9831
9832#: builtin/notes.c:28
9833msgid ""
9834"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9835"(-c | -C) <object>] [<object>]"
9836msgstr ""
9837
9838#: builtin/notes.c:29
9839msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9840msgstr ""
9841
9842#: builtin/notes.c:30
9843msgid "git notes [--ref <notes-ref>] show [<object>]"
9844msgstr ""
9845
9846#: builtin/notes.c:31
9847msgid ""
9848"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9849msgstr ""
9850
9851#: builtin/notes.c:32
9852msgid "git notes merge --commit [-v | -q]"
9853msgstr ""
9854
9855#: builtin/notes.c:33
9856msgid "git notes merge --abort [-v | -q]"
9857msgstr ""
9858
9859#: builtin/notes.c:34
9860msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9861msgstr ""
9862
9863#: builtin/notes.c:35
9864msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9865msgstr ""
9866
9867#: builtin/notes.c:36
9868msgid "git notes [--ref <notes-ref>] get-ref"
9869msgstr ""
9870
9871#: builtin/notes.c:41
9872msgid "git notes [list [<object>]]"
9873msgstr ""
9874
9875#: builtin/notes.c:46
9876msgid "git notes add [<options>] [<object>]"
9877msgstr ""
9878
9879#: builtin/notes.c:51
9880msgid "git notes copy [<options>] <from-object> <to-object>"
9881msgstr ""
9882
9883#: builtin/notes.c:52
9884msgid "git notes copy --stdin [<from-object> <to-object>]..."
9885msgstr ""
9886
9887#: builtin/notes.c:57
9888msgid "git notes append [<options>] [<object>]"
9889msgstr ""
9890
9891#: builtin/notes.c:62
9892msgid "git notes edit [<object>]"
9893msgstr ""
9894
9895#: builtin/notes.c:67
9896msgid "git notes show [<object>]"
9897msgstr ""
9898
9899#: builtin/notes.c:72
9900msgid "git notes merge [<options>] <notes-ref>"
9901msgstr ""
9902
9903#: builtin/notes.c:73
9904msgid "git notes merge --commit [<options>]"
9905msgstr ""
9906
9907#: builtin/notes.c:74
9908msgid "git notes merge --abort [<options>]"
9909msgstr ""
9910
9911#: builtin/notes.c:79
9912msgid "git notes remove [<object>]"
9913msgstr ""
9914
9915#: builtin/notes.c:84
9916msgid "git notes prune [<options>]"
9917msgstr ""
9918
9919#: builtin/notes.c:89
9920msgid "git notes get-ref"
9921msgstr ""
9922
9923#: builtin/notes.c:94
9924msgid "Write/edit the notes for the following object:"
9925msgstr ""
9926
9927#: builtin/notes.c:147
9928#, c-format
9929msgid "unable to start 'show' for object '%s'"
9930msgstr ""
9931
9932#: builtin/notes.c:151
9933msgid "could not read 'show' output"
9934msgstr ""
9935
9936#: builtin/notes.c:159
9937#, c-format
9938msgid "failed to finish 'show' for object '%s'"
9939msgstr ""
9940
9941#: builtin/notes.c:194
9942msgid "please supply the note contents using either -m or -F option"
9943msgstr ""
9944
9945#: builtin/notes.c:203
9946msgid "unable to write note object"
9947msgstr ""
9948
9949#: builtin/notes.c:205
9950#, c-format
9951msgid "the note contents have been left in %s"
9952msgstr ""
9953
9954#: builtin/notes.c:233 builtin/tag.c:516
9955#, c-format
9956msgid "cannot read '%s'"
9957msgstr ""
9958
9959#: builtin/notes.c:235 builtin/tag.c:519
9960#, c-format
9961msgid "could not open or read '%s'"
9962msgstr ""
9963
9964#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9965#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9966#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:658
9967#, c-format
9968msgid "failed to resolve '%s' as a valid ref."
9969msgstr ""
9970
9971#: builtin/notes.c:257
9972#, c-format
9973msgid "failed to read object '%s'."
9974msgstr ""
9975
9976#: builtin/notes.c:261
9977#, c-format
9978msgid "cannot read note data from non-blob object '%s'."
9979msgstr ""
9980
9981#: builtin/notes.c:301
9982#, c-format
9983msgid "malformed input line: '%s'."
9984msgstr ""
9985
9986#: builtin/notes.c:316
9987#, c-format
9988msgid "failed to copy notes from '%s' to '%s'"
9989msgstr ""
9990
9991#. TRANSLATORS: the first %s will be replaced by a
9992#. git notes command: 'add', 'merge', 'remove', etc.
9993#: builtin/notes.c:345
9994#, c-format
9995msgid "refusing to %s notes in %s (outside of refs/notes/)"
9996msgstr ""
9997
9998#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
9999#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:651
10000#: builtin/notes.c:801 builtin/notes.c:948 builtin/notes.c:969
10001msgid "too many parameters"
10002msgstr ""
10003
10004#: builtin/notes.c:378 builtin/notes.c:664
10005#, c-format
10006msgid "no note found for object %s."
10007msgstr ""
10008
10009#: builtin/notes.c:399 builtin/notes.c:562
10010msgid "note contents as a string"
10011msgstr ""
10012
10013#: builtin/notes.c:402 builtin/notes.c:565
10014msgid "note contents in a file"
10015msgstr ""
10016
10017#: builtin/notes.c:405 builtin/notes.c:568
10018msgid "reuse and edit specified note object"
10019msgstr ""
10020
10021#: builtin/notes.c:408 builtin/notes.c:571
10022msgid "reuse specified note object"
10023msgstr ""
10024
10025#: builtin/notes.c:411 builtin/notes.c:574
10026msgid "allow storing empty note"
10027msgstr ""
10028
10029#: builtin/notes.c:412 builtin/notes.c:483
10030msgid "replace existing notes"
10031msgstr ""
10032
10033#: builtin/notes.c:437
10034#, c-format
10035msgid ""
10036"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10037"existing notes"
10038msgstr ""
10039
10040#: builtin/notes.c:452 builtin/notes.c:531
10041#, c-format
10042msgid "Overwriting existing notes for object %s\n"
10043msgstr ""
10044
10045#: builtin/notes.c:463 builtin/notes.c:623 builtin/notes.c:888
10046#, c-format
10047msgid "Removing note for object %s\n"
10048msgstr ""
10049
10050#: builtin/notes.c:484
10051msgid "read objects from stdin"
10052msgstr ""
10053
10054#: builtin/notes.c:486
10055msgid "load rewriting config for <command> (implies --stdin)"
10056msgstr ""
10057
10058#: builtin/notes.c:504
10059msgid "too few parameters"
10060msgstr ""
10061
10062#: builtin/notes.c:525
10063#, c-format
10064msgid ""
10065"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10066"existing notes"
10067msgstr ""
10068
10069#: builtin/notes.c:537
10070#, c-format
10071msgid "missing notes on source object %s. Cannot copy."
10072msgstr ""
10073
10074#: builtin/notes.c:589
10075#, c-format
10076msgid ""
10077"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10078"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10079msgstr ""
10080
10081#: builtin/notes.c:684
10082msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10083msgstr ""
10084
10085#: builtin/notes.c:686
10086msgid "failed to delete ref NOTES_MERGE_REF"
10087msgstr ""
10088
10089#: builtin/notes.c:688
10090msgid "failed to remove 'git notes merge' worktree"
10091msgstr ""
10092
10093#: builtin/notes.c:708
10094msgid "failed to read ref NOTES_MERGE_PARTIAL"
10095msgstr ""
10096
10097#: builtin/notes.c:710
10098msgid "could not find commit from NOTES_MERGE_PARTIAL."
10099msgstr ""
10100
10101#: builtin/notes.c:712
10102msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10103msgstr ""
10104
10105#: builtin/notes.c:725
10106msgid "failed to resolve NOTES_MERGE_REF"
10107msgstr ""
10108
10109#: builtin/notes.c:728
10110msgid "failed to finalize notes merge"
10111msgstr ""
10112
10113#: builtin/notes.c:754
10114#, c-format
10115msgid "unknown notes merge strategy %s"
10116msgstr ""
10117
10118#: builtin/notes.c:770
10119msgid "General options"
10120msgstr ""
10121
10122#: builtin/notes.c:772
10123msgid "Merge options"
10124msgstr ""
10125
10126#: builtin/notes.c:774
10127msgid ""
10128"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10129"cat_sort_uniq)"
10130msgstr ""
10131
10132#: builtin/notes.c:776
10133msgid "Committing unmerged notes"
10134msgstr ""
10135
10136#: builtin/notes.c:778
10137msgid "finalize notes merge by committing unmerged notes"
10138msgstr ""
10139
10140#: builtin/notes.c:780
10141msgid "Aborting notes merge resolution"
10142msgstr ""
10143
10144#: builtin/notes.c:782
10145msgid "abort notes merge"
10146msgstr ""
10147
10148#: builtin/notes.c:793
10149msgid "cannot mix --commit, --abort or -s/--strategy"
10150msgstr ""
10151
10152#: builtin/notes.c:798
10153msgid "must specify a notes ref to merge"
10154msgstr ""
10155
10156#: builtin/notes.c:822
10157#, c-format
10158msgid "unknown -s/--strategy: %s"
10159msgstr ""
10160
10161#: builtin/notes.c:859
10162#, c-format
10163msgid "a notes merge into %s is already in-progress at %s"
10164msgstr ""
10165
10166#: builtin/notes.c:862
10167#, c-format
10168msgid "failed to store link to current notes ref (%s)"
10169msgstr ""
10170
10171#: builtin/notes.c:864
10172#, c-format
10173msgid ""
10174"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10175"'git notes merge --commit', or abort the merge with 'git notes merge --"
10176"abort'.\n"
10177msgstr ""
10178
10179#: builtin/notes.c:886
10180#, c-format
10181msgid "Object %s has no note\n"
10182msgstr ""
10183
10184#: builtin/notes.c:898
10185msgid "attempt to remove non-existent note is not an error"
10186msgstr ""
10187
10188#: builtin/notes.c:901
10189msgid "read object names from the standard input"
10190msgstr ""
10191
10192#: builtin/notes.c:939 builtin/prune.c:105 builtin/worktree.c:127
10193msgid "do not remove, show only"
10194msgstr ""
10195
10196#: builtin/notes.c:940
10197msgid "report pruned notes"
10198msgstr ""
10199
10200#: builtin/notes.c:982
10201msgid "notes-ref"
10202msgstr ""
10203
10204#: builtin/notes.c:983
10205msgid "use notes from <notes-ref>"
10206msgstr ""
10207
10208#: builtin/notes.c:1018
10209#, c-format
10210msgid "unknown subcommand: %s"
10211msgstr ""
10212
10213#: builtin/pack-objects.c:29
10214msgid ""
10215"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10216msgstr ""
10217
10218#: builtin/pack-objects.c:30
10219msgid ""
10220"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10221msgstr ""
10222
10223#: builtin/pack-objects.c:177 builtin/pack-objects.c:180
10224#, c-format
10225msgid "deflate error (%d)"
10226msgstr ""
10227
10228#: builtin/pack-objects.c:770
10229msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10230msgstr ""
10231
10232#: builtin/pack-objects.c:783
10233msgid "Writing objects"
10234msgstr ""
10235
10236#: builtin/pack-objects.c:1063
10237msgid "disabling bitmap writing, as some objects are not being packed"
10238msgstr ""
10239
10240#: builtin/pack-objects.c:2426
10241msgid "Compressing objects"
10242msgstr ""
10243
10244#: builtin/pack-objects.c:2829
10245#, c-format
10246msgid "unsupported index version %s"
10247msgstr ""
10248
10249#: builtin/pack-objects.c:2833
10250#, c-format
10251msgid "bad index version '%s'"
10252msgstr ""
10253
10254#: builtin/pack-objects.c:2863
10255msgid "do not show progress meter"
10256msgstr ""
10257
10258#: builtin/pack-objects.c:2865
10259msgid "show progress meter"
10260msgstr ""
10261
10262#: builtin/pack-objects.c:2867
10263msgid "show progress meter during object writing phase"
10264msgstr ""
10265
10266#: builtin/pack-objects.c:2870
10267msgid "similar to --all-progress when progress meter is shown"
10268msgstr ""
10269
10270#: builtin/pack-objects.c:2871
10271msgid "version[,offset]"
10272msgstr ""
10273
10274#: builtin/pack-objects.c:2872
10275msgid "write the pack index file in the specified idx format version"
10276msgstr ""
10277
10278#: builtin/pack-objects.c:2875
10279msgid "maximum size of each output pack file"
10280msgstr ""
10281
10282#: builtin/pack-objects.c:2877
10283msgid "ignore borrowed objects from alternate object store"
10284msgstr ""
10285
10286#: builtin/pack-objects.c:2879
10287msgid "ignore packed objects"
10288msgstr ""
10289
10290#: builtin/pack-objects.c:2881
10291msgid "limit pack window by objects"
10292msgstr ""
10293
10294#: builtin/pack-objects.c:2883
10295msgid "limit pack window by memory in addition to object limit"
10296msgstr ""
10297
10298#: builtin/pack-objects.c:2885
10299msgid "maximum length of delta chain allowed in the resulting pack"
10300msgstr ""
10301
10302#: builtin/pack-objects.c:2887
10303msgid "reuse existing deltas"
10304msgstr ""
10305
10306#: builtin/pack-objects.c:2889
10307msgid "reuse existing objects"
10308msgstr ""
10309
10310#: builtin/pack-objects.c:2891
10311msgid "use OFS_DELTA objects"
10312msgstr ""
10313
10314#: builtin/pack-objects.c:2893
10315msgid "use threads when searching for best delta matches"
10316msgstr ""
10317
10318#: builtin/pack-objects.c:2895
10319msgid "do not create an empty pack output"
10320msgstr ""
10321
10322#: builtin/pack-objects.c:2897
10323msgid "read revision arguments from standard input"
10324msgstr ""
10325
10326#: builtin/pack-objects.c:2899
10327msgid "limit the objects to those that are not yet packed"
10328msgstr ""
10329
10330#: builtin/pack-objects.c:2902
10331msgid "include objects reachable from any reference"
10332msgstr ""
10333
10334#: builtin/pack-objects.c:2905
10335msgid "include objects referred by reflog entries"
10336msgstr ""
10337
10338#: builtin/pack-objects.c:2908
10339msgid "include objects referred to by the index"
10340msgstr ""
10341
10342#: builtin/pack-objects.c:2911
10343msgid "output pack to stdout"
10344msgstr ""
10345
10346#: builtin/pack-objects.c:2913
10347msgid "include tag objects that refer to objects to be packed"
10348msgstr ""
10349
10350#: builtin/pack-objects.c:2915
10351msgid "keep unreachable objects"
10352msgstr ""
10353
10354#: builtin/pack-objects.c:2917
10355msgid "pack loose unreachable objects"
10356msgstr ""
10357
10358#: builtin/pack-objects.c:2919
10359msgid "unpack unreachable objects newer than <time>"
10360msgstr ""
10361
10362#: builtin/pack-objects.c:2922
10363msgid "create thin packs"
10364msgstr ""
10365
10366#: builtin/pack-objects.c:2924
10367msgid "create packs suitable for shallow fetches"
10368msgstr ""
10369
10370#: builtin/pack-objects.c:2926
10371msgid "ignore packs that have companion .keep file"
10372msgstr ""
10373
10374#: builtin/pack-objects.c:2928
10375msgid "pack compression level"
10376msgstr ""
10377
10378#: builtin/pack-objects.c:2930
10379msgid "do not hide commits by grafts"
10380msgstr ""
10381
10382#: builtin/pack-objects.c:2932
10383msgid "use a bitmap index if available to speed up counting objects"
10384msgstr ""
10385
10386#: builtin/pack-objects.c:2934
10387msgid "write a bitmap index together with the pack index"
10388msgstr ""
10389
10390#: builtin/pack-objects.c:3061
10391msgid "Counting objects"
10392msgstr ""
10393
10394#: builtin/pack-refs.c:6
10395msgid "git pack-refs [<options>]"
10396msgstr ""
10397
10398#: builtin/pack-refs.c:14
10399msgid "pack everything"
10400msgstr ""
10401
10402#: builtin/pack-refs.c:15
10403msgid "prune loose refs (default)"
10404msgstr ""
10405
10406#: builtin/prune-packed.c:7
10407msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10408msgstr ""
10409
10410#: builtin/prune-packed.c:40
10411msgid "Removing duplicate objects"
10412msgstr ""
10413
10414#: builtin/prune.c:11
10415msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10416msgstr ""
10417
10418#: builtin/prune.c:106
10419msgid "report pruned objects"
10420msgstr ""
10421
10422#: builtin/prune.c:109
10423msgid "expire objects older than <time>"
10424msgstr ""
10425
10426#: builtin/prune.c:123
10427msgid "cannot prune in a precious-objects repo"
10428msgstr ""
10429
10430#: builtin/pull.c:51 builtin/pull.c:53
10431#, c-format
10432msgid "Invalid value for %s: %s"
10433msgstr ""
10434
10435#: builtin/pull.c:73
10436msgid "git pull [<options>] [<repository> [<refspec>...]]"
10437msgstr ""
10438
10439#: builtin/pull.c:121
10440msgid "Options related to merging"
10441msgstr ""
10442
10443#: builtin/pull.c:124
10444msgid "incorporate changes by rebasing rather than merging"
10445msgstr ""
10446
10447#: builtin/pull.c:148 builtin/rebase--helper.c:18 builtin/revert.c:120
10448msgid "allow fast-forward"
10449msgstr ""
10450
10451#: builtin/pull.c:157
10452msgid "automatically stash/stash pop before and after rebase"
10453msgstr ""
10454
10455#: builtin/pull.c:173
10456msgid "Options related to fetching"
10457msgstr ""
10458
10459#: builtin/pull.c:195
10460msgid "number of submodules pulled in parallel"
10461msgstr ""
10462
10463#: builtin/pull.c:284
10464#, c-format
10465msgid "Invalid value for pull.ff: %s"
10466msgstr ""
10467
10468#: builtin/pull.c:397
10469msgid ""
10470"There is no candidate for rebasing against among the refs that you just "
10471"fetched."
10472msgstr ""
10473
10474#: builtin/pull.c:399
10475msgid ""
10476"There are no candidates for merging among the refs that you just fetched."
10477msgstr ""
10478
10479#: builtin/pull.c:400
10480msgid ""
10481"Generally this means that you provided a wildcard refspec which had no\n"
10482"matches on the remote end."
10483msgstr ""
10484
10485#: builtin/pull.c:403
10486#, c-format
10487msgid ""
10488"You asked to pull from the remote '%s', but did not specify\n"
10489"a branch. Because this is not the default configured remote\n"
10490"for your current branch, you must specify a branch on the command line."
10491msgstr ""
10492
10493#: builtin/pull.c:408 git-parse-remote.sh:73
10494msgid "You are not currently on a branch."
10495msgstr ""
10496
10497#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
10498msgid "Please specify which branch you want to rebase against."
10499msgstr ""
10500
10501#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
10502msgid "Please specify which branch you want to merge with."
10503msgstr ""
10504
10505#: builtin/pull.c:413 builtin/pull.c:428
10506msgid "See git-pull(1) for details."
10507msgstr ""
10508
10509#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10510#: git-parse-remote.sh:64
10511msgid "<remote>"
10512msgstr ""
10513
10514#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:455
10515#: git-parse-remote.sh:65
10516msgid "<branch>"
10517msgstr ""
10518
10519#: builtin/pull.c:423 git-parse-remote.sh:75
10520msgid "There is no tracking information for the current branch."
10521msgstr ""
10522
10523#: builtin/pull.c:432 git-parse-remote.sh:95
10524msgid ""
10525"If you wish to set tracking information for this branch you can do so with:"
10526msgstr ""
10527
10528#: builtin/pull.c:437
10529#, c-format
10530msgid ""
10531"Your configuration specifies to merge with the ref '%s'\n"
10532"from the remote, but no such ref was fetched."
10533msgstr ""
10534
10535#: builtin/pull.c:754
10536msgid "ignoring --verify-signatures for rebase"
10537msgstr ""
10538
10539#: builtin/pull.c:801
10540msgid "--[no-]autostash option is only valid with --rebase."
10541msgstr ""
10542
10543#: builtin/pull.c:809
10544msgid "Updating an unborn branch with changes added to the index."
10545msgstr ""
10546
10547#: builtin/pull.c:812
10548msgid "pull with rebase"
10549msgstr ""
10550
10551#: builtin/pull.c:813
10552msgid "please commit or stash them."
10553msgstr ""
10554
10555#: builtin/pull.c:838
10556#, c-format
10557msgid ""
10558"fetch updated the current branch head.\n"
10559"fast-forwarding your working tree from\n"
10560"commit %s."
10561msgstr ""
10562
10563#: builtin/pull.c:843
10564#, c-format
10565msgid ""
10566"Cannot fast-forward your working tree.\n"
10567"After making sure that you saved anything precious from\n"
10568"$ git diff %s\n"
10569"output, run\n"
10570"$ git reset --hard\n"
10571"to recover."
10572msgstr ""
10573
10574#: builtin/pull.c:858
10575msgid "Cannot merge multiple branches into empty head."
10576msgstr ""
10577
10578#: builtin/pull.c:862
10579msgid "Cannot rebase onto multiple branches."
10580msgstr ""
10581
10582#: builtin/push.c:16
10583msgid "git push [<options>] [<repository> [<refspec>...]]"
10584msgstr ""
10585
10586#: builtin/push.c:89
10587msgid "tag shorthand without <tag>"
10588msgstr ""
10589
10590#: builtin/push.c:99
10591msgid "--delete only accepts plain target ref names"
10592msgstr ""
10593
10594#: builtin/push.c:143
10595msgid ""
10596"\n"
10597"To choose either option permanently, see push.default in 'git help config'."
10598msgstr ""
10599
10600#: builtin/push.c:146
10601#, c-format
10602msgid ""
10603"The upstream branch of your current branch does not match\n"
10604"the name of your current branch.  To push to the upstream branch\n"
10605"on the remote, use\n"
10606"\n"
10607"    git push %s HEAD:%s\n"
10608"\n"
10609"To push to the branch of the same name on the remote, use\n"
10610"\n"
10611"    git push %s %s\n"
10612"%s"
10613msgstr ""
10614
10615#: builtin/push.c:161
10616#, c-format
10617msgid ""
10618"You are not currently on a branch.\n"
10619"To push the history leading to the current (detached HEAD)\n"
10620"state now, use\n"
10621"\n"
10622"    git push %s HEAD:<name-of-remote-branch>\n"
10623msgstr ""
10624
10625#: builtin/push.c:175
10626#, c-format
10627msgid ""
10628"The current branch %s has no upstream branch.\n"
10629"To push the current branch and set the remote as upstream, use\n"
10630"\n"
10631"    git push --set-upstream %s %s\n"
10632msgstr ""
10633
10634#: builtin/push.c:183
10635#, c-format
10636msgid "The current branch %s has multiple upstream branches, refusing to push."
10637msgstr ""
10638
10639#: builtin/push.c:186
10640#, c-format
10641msgid ""
10642"You are pushing to remote '%s', which is not the upstream of\n"
10643"your current branch '%s', without telling me what to push\n"
10644"to update which remote branch."
10645msgstr ""
10646
10647#: builtin/push.c:245
10648msgid ""
10649"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10650msgstr ""
10651
10652#: builtin/push.c:252
10653msgid ""
10654"Updates were rejected because the tip of your current branch is behind\n"
10655"its remote counterpart. Integrate the remote changes (e.g.\n"
10656"'git pull ...') before pushing again.\n"
10657"See the 'Note about fast-forwards' in 'git push --help' for details."
10658msgstr ""
10659
10660#: builtin/push.c:258
10661msgid ""
10662"Updates were rejected because a pushed branch tip is behind its remote\n"
10663"counterpart. Check out this branch and integrate the remote changes\n"
10664"(e.g. 'git pull ...') before pushing again.\n"
10665"See the 'Note about fast-forwards' in 'git push --help' for details."
10666msgstr ""
10667
10668#: builtin/push.c:264
10669msgid ""
10670"Updates were rejected because the remote contains work that you do\n"
10671"not have locally. This is usually caused by another repository pushing\n"
10672"to the same ref. You may want to first integrate the remote changes\n"
10673"(e.g., 'git pull ...') before pushing again.\n"
10674"See the 'Note about fast-forwards' in 'git push --help' for details."
10675msgstr ""
10676
10677#: builtin/push.c:271
10678msgid "Updates were rejected because the tag already exists in the remote."
10679msgstr ""
10680
10681#: builtin/push.c:274
10682msgid ""
10683"You cannot update a remote ref that points at a non-commit object,\n"
10684"or update a remote ref to make it point at a non-commit object,\n"
10685"without using the '--force' option.\n"
10686msgstr ""
10687
10688#: builtin/push.c:334
10689#, c-format
10690msgid "Pushing to %s\n"
10691msgstr ""
10692
10693#: builtin/push.c:338
10694#, c-format
10695msgid "failed to push some refs to '%s'"
10696msgstr ""
10697
10698#: builtin/push.c:369
10699#, c-format
10700msgid "bad repository '%s'"
10701msgstr ""
10702
10703#: builtin/push.c:370
10704msgid ""
10705"No configured push destination.\n"
10706"Either specify the URL from the command-line or configure a remote "
10707"repository using\n"
10708"\n"
10709"    git remote add <name> <url>\n"
10710"\n"
10711"and then push using the remote name\n"
10712"\n"
10713"    git push <name>\n"
10714msgstr ""
10715
10716#: builtin/push.c:388
10717msgid "--all and --tags are incompatible"
10718msgstr ""
10719
10720#: builtin/push.c:389
10721msgid "--all can't be combined with refspecs"
10722msgstr ""
10723
10724#: builtin/push.c:394
10725msgid "--mirror and --tags are incompatible"
10726msgstr ""
10727
10728#: builtin/push.c:395
10729msgid "--mirror can't be combined with refspecs"
10730msgstr ""
10731
10732#: builtin/push.c:400
10733msgid "--all and --mirror are incompatible"
10734msgstr ""
10735
10736#: builtin/push.c:518
10737msgid "repository"
10738msgstr ""
10739
10740#: builtin/push.c:519 builtin/send-pack.c:162
10741msgid "push all refs"
10742msgstr ""
10743
10744#: builtin/push.c:520 builtin/send-pack.c:164
10745msgid "mirror all refs"
10746msgstr ""
10747
10748#: builtin/push.c:522
10749msgid "delete refs"
10750msgstr ""
10751
10752#: builtin/push.c:523
10753msgid "push tags (can't be used with --all or --mirror)"
10754msgstr ""
10755
10756#: builtin/push.c:526 builtin/send-pack.c:165
10757msgid "force updates"
10758msgstr ""
10759
10760#: builtin/push.c:528 builtin/send-pack.c:179
10761msgid "refname>:<expect"
10762msgstr ""
10763
10764#: builtin/push.c:529 builtin/send-pack.c:180
10765msgid "require old value of ref to be at this value"
10766msgstr ""
10767
10768#: builtin/push.c:532
10769msgid "control recursive pushing of submodules"
10770msgstr ""
10771
10772#: builtin/push.c:534 builtin/send-pack.c:173
10773msgid "use thin pack"
10774msgstr ""
10775
10776#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:159
10777#: builtin/send-pack.c:160
10778msgid "receive pack program"
10779msgstr ""
10780
10781#: builtin/push.c:537
10782msgid "set upstream for git pull/status"
10783msgstr ""
10784
10785#: builtin/push.c:540
10786msgid "prune locally removed refs"
10787msgstr ""
10788
10789#: builtin/push.c:542
10790msgid "bypass pre-push hook"
10791msgstr ""
10792
10793#: builtin/push.c:543
10794msgid "push missing but relevant tags"
10795msgstr ""
10796
10797#: builtin/push.c:546 builtin/send-pack.c:167
10798msgid "GPG sign the push"
10799msgstr ""
10800
10801#: builtin/push.c:548 builtin/send-pack.c:174
10802msgid "request atomic transaction on remote side"
10803msgstr ""
10804
10805#: builtin/push.c:549 builtin/send-pack.c:170
10806msgid "server-specific"
10807msgstr ""
10808
10809#: builtin/push.c:549 builtin/send-pack.c:171
10810msgid "option to transmit"
10811msgstr ""
10812
10813#: builtin/push.c:563
10814msgid "--delete is incompatible with --all, --mirror and --tags"
10815msgstr ""
10816
10817#: builtin/push.c:565
10818msgid "--delete doesn't make sense without any refs"
10819msgstr ""
10820
10821#: builtin/push.c:584
10822msgid "push options must not have new line characters"
10823msgstr ""
10824
10825#: builtin/read-tree.c:40
10826msgid ""
10827"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10828"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10829"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10830msgstr ""
10831
10832#: builtin/read-tree.c:130
10833msgid "write resulting index to <file>"
10834msgstr ""
10835
10836#: builtin/read-tree.c:133
10837msgid "only empty the index"
10838msgstr ""
10839
10840#: builtin/read-tree.c:135
10841msgid "Merging"
10842msgstr ""
10843
10844#: builtin/read-tree.c:137
10845msgid "perform a merge in addition to a read"
10846msgstr ""
10847
10848#: builtin/read-tree.c:139
10849msgid "3-way merge if no file level merging required"
10850msgstr ""
10851
10852#: builtin/read-tree.c:141
10853msgid "3-way merge in presence of adds and removes"
10854msgstr ""
10855
10856#: builtin/read-tree.c:143
10857msgid "same as -m, but discard unmerged entries"
10858msgstr ""
10859
10860#: builtin/read-tree.c:144
10861msgid "<subdirectory>/"
10862msgstr ""
10863
10864#: builtin/read-tree.c:145
10865msgid "read the tree into the index under <subdirectory>/"
10866msgstr ""
10867
10868#: builtin/read-tree.c:148
10869msgid "update working tree with merge result"
10870msgstr ""
10871
10872#: builtin/read-tree.c:150
10873msgid "gitignore"
10874msgstr ""
10875
10876#: builtin/read-tree.c:151
10877msgid "allow explicitly ignored files to be overwritten"
10878msgstr ""
10879
10880#: builtin/read-tree.c:154
10881msgid "don't check the working tree after merging"
10882msgstr ""
10883
10884#: builtin/read-tree.c:155
10885msgid "don't update the index or the work tree"
10886msgstr ""
10887
10888#: builtin/read-tree.c:157
10889msgid "skip applying sparse checkout filter"
10890msgstr ""
10891
10892#: builtin/read-tree.c:159
10893msgid "debug unpack-trees"
10894msgstr ""
10895
10896#: builtin/rebase--helper.c:7
10897msgid "git rebase--helper [<options>]"
10898msgstr ""
10899
10900#: builtin/rebase--helper.c:19
10901msgid "continue rebase"
10902msgstr ""
10903
10904#: builtin/rebase--helper.c:21
10905msgid "abort rebase"
10906msgstr ""
10907
10908#: builtin/receive-pack.c:27
10909msgid "git receive-pack <git-dir>"
10910msgstr ""
10911
10912#: builtin/receive-pack.c:796
10913msgid ""
10914"By default, updating the current branch in a non-bare repository\n"
10915"is denied, because it will make the index and work tree inconsistent\n"
10916"with what you pushed, and will require 'git reset --hard' to match\n"
10917"the work tree to HEAD.\n"
10918"\n"
10919"You can set the 'receive.denyCurrentBranch' configuration variable\n"
10920"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10921"its current branch; however, this is not recommended unless you\n"
10922"arranged to update its work tree to match what you pushed in some\n"
10923"other way.\n"
10924"\n"
10925"To squelch this message and still keep the default behaviour, set\n"
10926"'receive.denyCurrentBranch' configuration variable to 'refuse'."
10927msgstr ""
10928
10929#: builtin/receive-pack.c:816
10930msgid ""
10931"By default, deleting the current branch is denied, because the next\n"
10932"'git clone' won't result in any file checked out, causing confusion.\n"
10933"\n"
10934"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10935"'warn' or 'ignore' in the remote repository to allow deleting the\n"
10936"current branch, with or without a warning message.\n"
10937"\n"
10938"To squelch this message, you can set it to 'refuse'."
10939msgstr ""
10940
10941#: builtin/receive-pack.c:1889
10942msgid "quiet"
10943msgstr ""
10944
10945#: builtin/receive-pack.c:1903
10946msgid "You must specify a directory."
10947msgstr ""
10948
10949#: builtin/reflog.c:423
10950#, c-format
10951msgid "'%s' for '%s' is not a valid timestamp"
10952msgstr ""
10953
10954#: builtin/reflog.c:540 builtin/reflog.c:545
10955#, c-format
10956msgid "'%s' is not a valid timestamp"
10957msgstr ""
10958
10959#: builtin/remote.c:12
10960msgid "git remote [-v | --verbose]"
10961msgstr ""
10962
10963#: builtin/remote.c:13
10964msgid ""
10965"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10966"mirror=<fetch|push>] <name> <url>"
10967msgstr ""
10968
10969#: builtin/remote.c:14 builtin/remote.c:34
10970msgid "git remote rename <old> <new>"
10971msgstr ""
10972
10973#: builtin/remote.c:15 builtin/remote.c:39
10974msgid "git remote remove <name>"
10975msgstr ""
10976
10977#: builtin/remote.c:16 builtin/remote.c:44
10978msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10979msgstr ""
10980
10981#: builtin/remote.c:17
10982msgid "git remote [-v | --verbose] show [-n] <name>"
10983msgstr ""
10984
10985#: builtin/remote.c:18
10986msgid "git remote prune [-n | --dry-run] <name>"
10987msgstr ""
10988
10989#: builtin/remote.c:19
10990msgid ""
10991"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10992msgstr ""
10993
10994#: builtin/remote.c:20
10995msgid "git remote set-branches [--add] <name> <branch>..."
10996msgstr ""
10997
10998#: builtin/remote.c:21 builtin/remote.c:70
10999msgid "git remote get-url [--push] [--all] <name>"
11000msgstr ""
11001
11002#: builtin/remote.c:22 builtin/remote.c:75
11003msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11004msgstr ""
11005
11006#: builtin/remote.c:23 builtin/remote.c:76
11007msgid "git remote set-url --add <name> <newurl>"
11008msgstr ""
11009
11010#: builtin/remote.c:24 builtin/remote.c:77
11011msgid "git remote set-url --delete <name> <url>"
11012msgstr ""
11013
11014#: builtin/remote.c:29
11015msgid "git remote add [<options>] <name> <url>"
11016msgstr ""
11017
11018#: builtin/remote.c:49
11019msgid "git remote set-branches <name> <branch>..."
11020msgstr ""
11021
11022#: builtin/remote.c:50
11023msgid "git remote set-branches --add <name> <branch>..."
11024msgstr ""
11025
11026#: builtin/remote.c:55
11027msgid "git remote show [<options>] <name>"
11028msgstr ""
11029
11030#: builtin/remote.c:60
11031msgid "git remote prune [<options>] <name>"
11032msgstr ""
11033
11034#: builtin/remote.c:65
11035msgid "git remote update [<options>] [<group> | <remote>]..."
11036msgstr ""
11037
11038#: builtin/remote.c:94
11039#, c-format
11040msgid "Updating %s"
11041msgstr ""
11042
11043#: builtin/remote.c:126
11044msgid ""
11045"--mirror is dangerous and deprecated; please\n"
11046"\t use --mirror=fetch or --mirror=push instead"
11047msgstr ""
11048
11049#: builtin/remote.c:143
11050#, c-format
11051msgid "unknown mirror argument: %s"
11052msgstr ""
11053
11054#: builtin/remote.c:159
11055msgid "fetch the remote branches"
11056msgstr ""
11057
11058#: builtin/remote.c:161
11059msgid "import all tags and associated objects when fetching"
11060msgstr ""
11061
11062#: builtin/remote.c:164
11063msgid "or do not fetch any tag at all (--no-tags)"
11064msgstr ""
11065
11066#: builtin/remote.c:166
11067msgid "branch(es) to track"
11068msgstr ""
11069
11070#: builtin/remote.c:167
11071msgid "master branch"
11072msgstr ""
11073
11074#: builtin/remote.c:168
11075msgid "push|fetch"
11076msgstr ""
11077
11078#: builtin/remote.c:169
11079msgid "set up remote as a mirror to push to or fetch from"
11080msgstr ""
11081
11082#: builtin/remote.c:181
11083msgid "specifying a master branch makes no sense with --mirror"
11084msgstr ""
11085
11086#: builtin/remote.c:183
11087msgid "specifying branches to track makes sense only with fetch mirrors"
11088msgstr ""
11089
11090#: builtin/remote.c:190 builtin/remote.c:629
11091#, c-format
11092msgid "remote %s already exists."
11093msgstr ""
11094
11095#: builtin/remote.c:194 builtin/remote.c:633
11096#, c-format
11097msgid "'%s' is not a valid remote name"
11098msgstr ""
11099
11100#: builtin/remote.c:234
11101#, c-format
11102msgid "Could not setup master '%s'"
11103msgstr ""
11104
11105#: builtin/remote.c:336
11106#, c-format
11107msgid "Could not get fetch map for refspec %s"
11108msgstr ""
11109
11110#: builtin/remote.c:437 builtin/remote.c:445
11111msgid "(matching)"
11112msgstr ""
11113
11114#: builtin/remote.c:449
11115msgid "(delete)"
11116msgstr ""
11117
11118#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:856
11119#, c-format
11120msgid "No such remote: %s"
11121msgstr ""
11122
11123#: builtin/remote.c:639
11124#, c-format
11125msgid "Could not rename config section '%s' to '%s'"
11126msgstr ""
11127
11128#: builtin/remote.c:659
11129#, c-format
11130msgid ""
11131"Not updating non-default fetch refspec\n"
11132"\t%s\n"
11133"\tPlease update the configuration manually if necessary."
11134msgstr ""
11135
11136#: builtin/remote.c:695
11137#, c-format
11138msgid "deleting '%s' failed"
11139msgstr ""
11140
11141#: builtin/remote.c:729
11142#, c-format
11143msgid "creating '%s' failed"
11144msgstr ""
11145
11146#: builtin/remote.c:794
11147msgid ""
11148"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11149"to delete it, use:"
11150msgid_plural ""
11151"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11152"to delete them, use:"
11153msgstr[0] ""
11154msgstr[1] ""
11155
11156#: builtin/remote.c:808
11157#, c-format
11158msgid "Could not remove config section '%s'"
11159msgstr ""
11160
11161#: builtin/remote.c:909
11162#, c-format
11163msgid " new (next fetch will store in remotes/%s)"
11164msgstr ""
11165
11166#: builtin/remote.c:912
11167msgid " tracked"
11168msgstr ""
11169
11170#: builtin/remote.c:914
11171msgid " stale (use 'git remote prune' to remove)"
11172msgstr ""
11173
11174#: builtin/remote.c:916
11175msgid " ???"
11176msgstr ""
11177
11178#: builtin/remote.c:957
11179#, c-format
11180msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11181msgstr ""
11182
11183#: builtin/remote.c:965
11184#, c-format
11185msgid "rebases interactively onto remote %s"
11186msgstr ""
11187
11188#: builtin/remote.c:966
11189#, c-format
11190msgid "rebases onto remote %s"
11191msgstr ""
11192
11193#: builtin/remote.c:969
11194#, c-format
11195msgid " merges with remote %s"
11196msgstr ""
11197
11198#: builtin/remote.c:972
11199#, c-format
11200msgid "merges with remote %s"
11201msgstr ""
11202
11203#: builtin/remote.c:975
11204#, c-format
11205msgid "%-*s    and with remote %s\n"
11206msgstr ""
11207
11208#: builtin/remote.c:1018
11209msgid "create"
11210msgstr ""
11211
11212#: builtin/remote.c:1021
11213msgid "delete"
11214msgstr ""
11215
11216#: builtin/remote.c:1025
11217msgid "up to date"
11218msgstr ""
11219
11220#: builtin/remote.c:1028
11221msgid "fast-forwardable"
11222msgstr ""
11223
11224#: builtin/remote.c:1031
11225msgid "local out of date"
11226msgstr ""
11227
11228#: builtin/remote.c:1038
11229#, c-format
11230msgid "    %-*s forces to %-*s (%s)"
11231msgstr ""
11232
11233#: builtin/remote.c:1041
11234#, c-format
11235msgid "    %-*s pushes to %-*s (%s)"
11236msgstr ""
11237
11238#: builtin/remote.c:1045
11239#, c-format
11240msgid "    %-*s forces to %s"
11241msgstr ""
11242
11243#: builtin/remote.c:1048
11244#, c-format
11245msgid "    %-*s pushes to %s"
11246msgstr ""
11247
11248#: builtin/remote.c:1116
11249msgid "do not query remotes"
11250msgstr ""
11251
11252#: builtin/remote.c:1143
11253#, c-format
11254msgid "* remote %s"
11255msgstr ""
11256
11257#: builtin/remote.c:1144
11258#, c-format
11259msgid "  Fetch URL: %s"
11260msgstr ""
11261
11262#: builtin/remote.c:1145 builtin/remote.c:1158 builtin/remote.c:1297
11263msgid "(no URL)"
11264msgstr ""
11265
11266#. TRANSLATORS: the colon ':' should align with
11267#. the one in "  Fetch URL: %s" translation
11268#: builtin/remote.c:1156 builtin/remote.c:1158
11269#, c-format
11270msgid "  Push  URL: %s"
11271msgstr ""
11272
11273#: builtin/remote.c:1160 builtin/remote.c:1162 builtin/remote.c:1164
11274#, c-format
11275msgid "  HEAD branch: %s"
11276msgstr ""
11277
11278#: builtin/remote.c:1160
11279msgid "(not queried)"
11280msgstr ""
11281
11282#: builtin/remote.c:1162
11283msgid "(unknown)"
11284msgstr ""
11285
11286#: builtin/remote.c:1166
11287#, c-format
11288msgid ""
11289"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11290msgstr ""
11291
11292#: builtin/remote.c:1178
11293#, c-format
11294msgid "  Remote branch:%s"
11295msgid_plural "  Remote branches:%s"
11296msgstr[0] ""
11297msgstr[1] ""
11298
11299#: builtin/remote.c:1181 builtin/remote.c:1207
11300msgid " (status not queried)"
11301msgstr ""
11302
11303#: builtin/remote.c:1190
11304msgid "  Local branch configured for 'git pull':"
11305msgid_plural "  Local branches configured for 'git pull':"
11306msgstr[0] ""
11307msgstr[1] ""
11308
11309#: builtin/remote.c:1198
11310msgid "  Local refs will be mirrored by 'git push'"
11311msgstr ""
11312
11313#: builtin/remote.c:1204
11314#, c-format
11315msgid "  Local ref configured for 'git push'%s:"
11316msgid_plural "  Local refs configured for 'git push'%s:"
11317msgstr[0] ""
11318msgstr[1] ""
11319
11320#: builtin/remote.c:1225
11321msgid "set refs/remotes/<name>/HEAD according to remote"
11322msgstr ""
11323
11324#: builtin/remote.c:1227
11325msgid "delete refs/remotes/<name>/HEAD"
11326msgstr ""
11327
11328#: builtin/remote.c:1242
11329msgid "Cannot determine remote HEAD"
11330msgstr ""
11331
11332#: builtin/remote.c:1244
11333msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11334msgstr ""
11335
11336#: builtin/remote.c:1254
11337#, c-format
11338msgid "Could not delete %s"
11339msgstr ""
11340
11341#: builtin/remote.c:1262
11342#, c-format
11343msgid "Not a valid ref: %s"
11344msgstr ""
11345
11346#: builtin/remote.c:1264
11347#, c-format
11348msgid "Could not setup %s"
11349msgstr ""
11350
11351#: builtin/remote.c:1282
11352#, c-format
11353msgid " %s will become dangling!"
11354msgstr ""
11355
11356#: builtin/remote.c:1283
11357#, c-format
11358msgid " %s has become dangling!"
11359msgstr ""
11360
11361#: builtin/remote.c:1293
11362#, c-format
11363msgid "Pruning %s"
11364msgstr ""
11365
11366#: builtin/remote.c:1294
11367#, c-format
11368msgid "URL: %s"
11369msgstr ""
11370
11371#: builtin/remote.c:1310
11372#, c-format
11373msgid " * [would prune] %s"
11374msgstr ""
11375
11376#: builtin/remote.c:1313
11377#, c-format
11378msgid " * [pruned] %s"
11379msgstr ""
11380
11381#: builtin/remote.c:1358
11382msgid "prune remotes after fetching"
11383msgstr ""
11384
11385#: builtin/remote.c:1421 builtin/remote.c:1475 builtin/remote.c:1543
11386#, c-format
11387msgid "No such remote '%s'"
11388msgstr ""
11389
11390#: builtin/remote.c:1437
11391msgid "add branch"
11392msgstr ""
11393
11394#: builtin/remote.c:1444
11395msgid "no remote specified"
11396msgstr ""
11397
11398#: builtin/remote.c:1461
11399msgid "query push URLs rather than fetch URLs"
11400msgstr ""
11401
11402#: builtin/remote.c:1463
11403msgid "return all URLs"
11404msgstr ""
11405
11406#: builtin/remote.c:1491
11407#, c-format
11408msgid "no URLs configured for remote '%s'"
11409msgstr ""
11410
11411#: builtin/remote.c:1517
11412msgid "manipulate push URLs"
11413msgstr ""
11414
11415#: builtin/remote.c:1519
11416msgid "add URL"
11417msgstr ""
11418
11419#: builtin/remote.c:1521
11420msgid "delete URLs"
11421msgstr ""
11422
11423#: builtin/remote.c:1528
11424msgid "--add --delete doesn't make sense"
11425msgstr ""
11426
11427#: builtin/remote.c:1569
11428#, c-format
11429msgid "Invalid old URL pattern: %s"
11430msgstr ""
11431
11432#: builtin/remote.c:1577
11433#, c-format
11434msgid "No such URL found: %s"
11435msgstr ""
11436
11437#: builtin/remote.c:1579
11438msgid "Will not delete all non-push URLs"
11439msgstr ""
11440
11441#: builtin/remote.c:1593
11442msgid "be verbose; must be placed before a subcommand"
11443msgstr ""
11444
11445#: builtin/remote.c:1624
11446#, c-format
11447msgid "Unknown subcommand: %s"
11448msgstr ""
11449
11450#: builtin/repack.c:17
11451msgid "git repack [<options>]"
11452msgstr ""
11453
11454#: builtin/repack.c:22
11455msgid ""
11456"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11457"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11458msgstr ""
11459
11460#: builtin/repack.c:166
11461msgid "pack everything in a single pack"
11462msgstr ""
11463
11464#: builtin/repack.c:168
11465msgid "same as -a, and turn unreachable objects loose"
11466msgstr ""
11467
11468#: builtin/repack.c:171
11469msgid "remove redundant packs, and run git-prune-packed"
11470msgstr ""
11471
11472#: builtin/repack.c:173
11473msgid "pass --no-reuse-delta to git-pack-objects"
11474msgstr ""
11475
11476#: builtin/repack.c:175
11477msgid "pass --no-reuse-object to git-pack-objects"
11478msgstr ""
11479
11480#: builtin/repack.c:177
11481msgid "do not run git-update-server-info"
11482msgstr ""
11483
11484#: builtin/repack.c:180
11485msgid "pass --local to git-pack-objects"
11486msgstr ""
11487
11488#: builtin/repack.c:182
11489msgid "write bitmap index"
11490msgstr ""
11491
11492#: builtin/repack.c:183
11493msgid "approxidate"
11494msgstr ""
11495
11496#: builtin/repack.c:184
11497msgid "with -A, do not loosen objects older than this"
11498msgstr ""
11499
11500#: builtin/repack.c:186
11501msgid "with -a, repack unreachable objects"
11502msgstr ""
11503
11504#: builtin/repack.c:188
11505msgid "size of the window used for delta compression"
11506msgstr ""
11507
11508#: builtin/repack.c:189 builtin/repack.c:193
11509msgid "bytes"
11510msgstr ""
11511
11512#: builtin/repack.c:190
11513msgid "same as the above, but limit memory size instead of entries count"
11514msgstr ""
11515
11516#: builtin/repack.c:192
11517msgid "limits the maximum delta depth"
11518msgstr ""
11519
11520#: builtin/repack.c:194
11521msgid "maximum size of each packfile"
11522msgstr ""
11523
11524#: builtin/repack.c:196
11525msgid "repack objects in packs marked with .keep"
11526msgstr ""
11527
11528#: builtin/repack.c:206
11529msgid "cannot delete packs in a precious-objects repo"
11530msgstr ""
11531
11532#: builtin/repack.c:210
11533msgid "--keep-unreachable and -A are incompatible"
11534msgstr ""
11535
11536#: builtin/repack.c:400 builtin/worktree.c:115
11537#, c-format
11538msgid "failed to remove '%s'"
11539msgstr ""
11540
11541#: builtin/replace.c:19
11542msgid "git replace [-f] <object> <replacement>"
11543msgstr ""
11544
11545#: builtin/replace.c:20
11546msgid "git replace [-f] --edit <object>"
11547msgstr ""
11548
11549#: builtin/replace.c:21
11550msgid "git replace [-f] --graft <commit> [<parent>...]"
11551msgstr ""
11552
11553#: builtin/replace.c:22
11554msgid "git replace -d <object>..."
11555msgstr ""
11556
11557#: builtin/replace.c:23
11558msgid "git replace [--format=<format>] [-l [<pattern>]]"
11559msgstr ""
11560
11561#: builtin/replace.c:329 builtin/replace.c:367 builtin/replace.c:395
11562#, c-format
11563msgid "Not a valid object name: '%s'"
11564msgstr ""
11565
11566#: builtin/replace.c:359
11567#, c-format
11568msgid "bad mergetag in commit '%s'"
11569msgstr ""
11570
11571#: builtin/replace.c:361
11572#, c-format
11573msgid "malformed mergetag in commit '%s'"
11574msgstr ""
11575
11576#: builtin/replace.c:372
11577#, c-format
11578msgid ""
11579"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11580"instead of --graft"
11581msgstr ""
11582
11583#: builtin/replace.c:405
11584#, c-format
11585msgid "the original commit '%s' has a gpg signature."
11586msgstr ""
11587
11588#: builtin/replace.c:406
11589msgid "the signature will be removed in the replacement commit!"
11590msgstr ""
11591
11592#: builtin/replace.c:412
11593#, c-format
11594msgid "could not write replacement commit for: '%s'"
11595msgstr ""
11596
11597#: builtin/replace.c:436
11598msgid "list replace refs"
11599msgstr ""
11600
11601#: builtin/replace.c:437
11602msgid "delete replace refs"
11603msgstr ""
11604
11605#: builtin/replace.c:438
11606msgid "edit existing object"
11607msgstr ""
11608
11609#: builtin/replace.c:439
11610msgid "change a commit's parents"
11611msgstr ""
11612
11613#: builtin/replace.c:440
11614msgid "replace the ref if it exists"
11615msgstr ""
11616
11617#: builtin/replace.c:441
11618msgid "do not pretty-print contents for --edit"
11619msgstr ""
11620
11621#: builtin/replace.c:442
11622msgid "use this format"
11623msgstr ""
11624
11625#: builtin/rerere.c:12
11626msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11627msgstr ""
11628
11629#: builtin/rerere.c:58
11630msgid "register clean resolutions in index"
11631msgstr ""
11632
11633#: builtin/reset.c:26
11634msgid ""
11635"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11636msgstr ""
11637
11638#: builtin/reset.c:27
11639msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11640msgstr ""
11641
11642#: builtin/reset.c:28
11643msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11644msgstr ""
11645
11646#: builtin/reset.c:34
11647msgid "mixed"
11648msgstr ""
11649
11650#: builtin/reset.c:34
11651msgid "soft"
11652msgstr ""
11653
11654#: builtin/reset.c:34
11655msgid "hard"
11656msgstr ""
11657
11658#: builtin/reset.c:34
11659msgid "merge"
11660msgstr ""
11661
11662#: builtin/reset.c:34
11663msgid "keep"
11664msgstr ""
11665
11666#: builtin/reset.c:74
11667msgid "You do not have a valid HEAD."
11668msgstr ""
11669
11670#: builtin/reset.c:76
11671msgid "Failed to find tree of HEAD."
11672msgstr ""
11673
11674#: builtin/reset.c:82
11675#, c-format
11676msgid "Failed to find tree of %s."
11677msgstr ""
11678
11679#: builtin/reset.c:100
11680#, c-format
11681msgid "HEAD is now at %s"
11682msgstr ""
11683
11684#: builtin/reset.c:183
11685#, c-format
11686msgid "Cannot do a %s reset in the middle of a merge."
11687msgstr ""
11688
11689#: builtin/reset.c:276
11690msgid "be quiet, only report errors"
11691msgstr ""
11692
11693#: builtin/reset.c:278
11694msgid "reset HEAD and index"
11695msgstr ""
11696
11697#: builtin/reset.c:279
11698msgid "reset only HEAD"
11699msgstr ""
11700
11701#: builtin/reset.c:281 builtin/reset.c:283
11702msgid "reset HEAD, index and working tree"
11703msgstr ""
11704
11705#: builtin/reset.c:285
11706msgid "reset HEAD but keep local changes"
11707msgstr ""
11708
11709#: builtin/reset.c:288
11710msgid "record only the fact that removed paths will be added later"
11711msgstr ""
11712
11713#: builtin/reset.c:305
11714#, c-format
11715msgid "Failed to resolve '%s' as a valid revision."
11716msgstr ""
11717
11718#: builtin/reset.c:313
11719#, c-format
11720msgid "Failed to resolve '%s' as a valid tree."
11721msgstr ""
11722
11723#: builtin/reset.c:322
11724msgid "--patch is incompatible with --{hard,mixed,soft}"
11725msgstr ""
11726
11727#: builtin/reset.c:331
11728msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11729msgstr ""
11730
11731#: builtin/reset.c:333
11732#, c-format
11733msgid "Cannot do %s reset with paths."
11734msgstr ""
11735
11736#: builtin/reset.c:343
11737#, c-format
11738msgid "%s reset is not allowed in a bare repository"
11739msgstr ""
11740
11741#: builtin/reset.c:347
11742msgid "-N can only be used with --mixed"
11743msgstr ""
11744
11745#: builtin/reset.c:364
11746msgid "Unstaged changes after reset:"
11747msgstr ""
11748
11749#: builtin/reset.c:370
11750#, c-format
11751msgid "Could not reset index file to revision '%s'."
11752msgstr ""
11753
11754#: builtin/reset.c:374
11755msgid "Could not write new index file."
11756msgstr ""
11757
11758#: builtin/rev-list.c:354
11759msgid "rev-list does not support display of notes"
11760msgstr ""
11761
11762#: builtin/rev-parse.c:393
11763msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11764msgstr ""
11765
11766#: builtin/rev-parse.c:398
11767msgid "keep the `--` passed as an arg"
11768msgstr ""
11769
11770#: builtin/rev-parse.c:400
11771msgid "stop parsing after the first non-option argument"
11772msgstr ""
11773
11774#: builtin/rev-parse.c:403
11775msgid "output in stuck long form"
11776msgstr ""
11777
11778#: builtin/rev-parse.c:534
11779msgid ""
11780"git rev-parse --parseopt [<options>] -- [<args>...]\n"
11781"   or: git rev-parse --sq-quote [<arg>...]\n"
11782"   or: git rev-parse [<options>] [<arg>...]\n"
11783"\n"
11784"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11785msgstr ""
11786
11787#: builtin/revert.c:22
11788msgid "git revert [<options>] <commit-ish>..."
11789msgstr ""
11790
11791#: builtin/revert.c:23
11792msgid "git revert <subcommand>"
11793msgstr ""
11794
11795#: builtin/revert.c:28
11796msgid "git cherry-pick [<options>] <commit-ish>..."
11797msgstr ""
11798
11799#: builtin/revert.c:29
11800msgid "git cherry-pick <subcommand>"
11801msgstr ""
11802
11803#: builtin/revert.c:89
11804#, c-format
11805msgid "%s: %s cannot be used with %s"
11806msgstr ""
11807
11808#: builtin/revert.c:98
11809msgid "end revert or cherry-pick sequence"
11810msgstr ""
11811
11812#: builtin/revert.c:99
11813msgid "resume revert or cherry-pick sequence"
11814msgstr ""
11815
11816#: builtin/revert.c:100
11817msgid "cancel revert or cherry-pick sequence"
11818msgstr ""
11819
11820#: builtin/revert.c:101
11821msgid "don't automatically commit"
11822msgstr ""
11823
11824#: builtin/revert.c:102
11825msgid "edit the commit message"
11826msgstr ""
11827
11828#: builtin/revert.c:105
11829msgid "parent-number"
11830msgstr ""
11831
11832#: builtin/revert.c:106
11833msgid "select mainline parent"
11834msgstr ""
11835
11836#: builtin/revert.c:108
11837msgid "merge strategy"
11838msgstr ""
11839
11840#: builtin/revert.c:109
11841msgid "option"
11842msgstr ""
11843
11844#: builtin/revert.c:110
11845msgid "option for merge strategy"
11846msgstr ""
11847
11848#: builtin/revert.c:119
11849msgid "append commit name"
11850msgstr ""
11851
11852#: builtin/revert.c:121
11853msgid "preserve initially empty commits"
11854msgstr ""
11855
11856#: builtin/revert.c:122
11857msgid "allow commits with empty messages"
11858msgstr ""
11859
11860#: builtin/revert.c:123
11861msgid "keep redundant, empty commits"
11862msgstr ""
11863
11864#: builtin/revert.c:211
11865msgid "revert failed"
11866msgstr ""
11867
11868#: builtin/revert.c:224
11869msgid "cherry-pick failed"
11870msgstr ""
11871
11872#: builtin/rm.c:17
11873msgid "git rm [<options>] [--] <file>..."
11874msgstr ""
11875
11876#: builtin/rm.c:205
11877msgid ""
11878"the following file has staged content different from both the\n"
11879"file and the HEAD:"
11880msgid_plural ""
11881"the following files have staged content different from both the\n"
11882"file and the HEAD:"
11883msgstr[0] ""
11884msgstr[1] ""
11885
11886#: builtin/rm.c:210
11887msgid ""
11888"\n"
11889"(use -f to force removal)"
11890msgstr ""
11891
11892#: builtin/rm.c:214
11893msgid "the following file has changes staged in the index:"
11894msgid_plural "the following files have changes staged in the index:"
11895msgstr[0] ""
11896msgstr[1] ""
11897
11898#: builtin/rm.c:218 builtin/rm.c:227
11899msgid ""
11900"\n"
11901"(use --cached to keep the file, or -f to force removal)"
11902msgstr ""
11903
11904#: builtin/rm.c:224
11905msgid "the following file has local modifications:"
11906msgid_plural "the following files have local modifications:"
11907msgstr[0] ""
11908msgstr[1] ""
11909
11910#: builtin/rm.c:242
11911msgid "do not list removed files"
11912msgstr ""
11913
11914#: builtin/rm.c:243
11915msgid "only remove from the index"
11916msgstr ""
11917
11918#: builtin/rm.c:244
11919msgid "override the up-to-date check"
11920msgstr ""
11921
11922#: builtin/rm.c:245
11923msgid "allow recursive removal"
11924msgstr ""
11925
11926#: builtin/rm.c:247
11927msgid "exit with a zero status even if nothing matched"
11928msgstr ""
11929
11930#: builtin/rm.c:308
11931#, c-format
11932msgid "not removing '%s' recursively without -r"
11933msgstr ""
11934
11935#: builtin/rm.c:347
11936#, c-format
11937msgid "git rm: unable to remove %s"
11938msgstr ""
11939
11940#: builtin/rm.c:370
11941#, c-format
11942msgid "could not remove '%s'"
11943msgstr ""
11944
11945#: builtin/send-pack.c:18
11946msgid ""
11947"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11948"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11949"[<ref>...]\n"
11950"  --all and explicit <ref> specification are mutually exclusive."
11951msgstr ""
11952
11953#: builtin/send-pack.c:161
11954msgid "remote name"
11955msgstr ""
11956
11957#: builtin/send-pack.c:175
11958msgid "use stateless RPC protocol"
11959msgstr ""
11960
11961#: builtin/send-pack.c:176
11962msgid "read refs from stdin"
11963msgstr ""
11964
11965#: builtin/send-pack.c:177
11966msgid "print status from remote helper"
11967msgstr ""
11968
11969#: builtin/shortlog.c:13
11970msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11971msgstr ""
11972
11973#: builtin/shortlog.c:248
11974msgid "Group by committer rather than author"
11975msgstr ""
11976
11977#: builtin/shortlog.c:250
11978msgid "sort output according to the number of commits per author"
11979msgstr ""
11980
11981#: builtin/shortlog.c:252
11982msgid "Suppress commit descriptions, only provides commit count"
11983msgstr ""
11984
11985#: builtin/shortlog.c:254
11986msgid "Show the email address of each author"
11987msgstr ""
11988
11989#: builtin/shortlog.c:255
11990msgid "w[,i1[,i2]]"
11991msgstr ""
11992
11993#: builtin/shortlog.c:256
11994msgid "Linewrap output"
11995msgstr ""
11996
11997#: builtin/show-branch.c:10
11998msgid ""
11999"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12000"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12001"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12002"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12003msgstr ""
12004
12005#: builtin/show-branch.c:14
12006msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12007msgstr ""
12008
12009#: builtin/show-branch.c:374
12010#, c-format
12011msgid "ignoring %s; cannot handle more than %d ref"
12012msgid_plural "ignoring %s; cannot handle more than %d refs"
12013msgstr[0] ""
12014msgstr[1] ""
12015
12016#: builtin/show-branch.c:536
12017#, c-format
12018msgid "no matching refs with %s"
12019msgstr ""
12020
12021#: builtin/show-branch.c:632
12022msgid "show remote-tracking and local branches"
12023msgstr ""
12024
12025#: builtin/show-branch.c:634
12026msgid "show remote-tracking branches"
12027msgstr ""
12028
12029#: builtin/show-branch.c:636
12030msgid "color '*!+-' corresponding to the branch"
12031msgstr ""
12032
12033#: builtin/show-branch.c:638
12034msgid "show <n> more commits after the common ancestor"
12035msgstr ""
12036
12037#: builtin/show-branch.c:640
12038msgid "synonym to more=-1"
12039msgstr ""
12040
12041#: builtin/show-branch.c:641
12042msgid "suppress naming strings"
12043msgstr ""
12044
12045#: builtin/show-branch.c:643
12046msgid "include the current branch"
12047msgstr ""
12048
12049#: builtin/show-branch.c:645
12050msgid "name commits with their object names"
12051msgstr ""
12052
12053#: builtin/show-branch.c:647
12054msgid "show possible merge bases"
12055msgstr ""
12056
12057#: builtin/show-branch.c:649
12058msgid "show refs unreachable from any other ref"
12059msgstr ""
12060
12061#: builtin/show-branch.c:651
12062msgid "show commits in topological order"
12063msgstr ""
12064
12065#: builtin/show-branch.c:654
12066msgid "show only commits not on the first branch"
12067msgstr ""
12068
12069#: builtin/show-branch.c:656
12070msgid "show merges reachable from only one tip"
12071msgstr ""
12072
12073#: builtin/show-branch.c:658
12074msgid "topologically sort, maintaining date order where possible"
12075msgstr ""
12076
12077#: builtin/show-branch.c:661
12078msgid "<n>[,<base>]"
12079msgstr ""
12080
12081#: builtin/show-branch.c:662
12082msgid "show <n> most recent ref-log entries starting at base"
12083msgstr ""
12084
12085#: builtin/show-branch.c:696
12086msgid ""
12087"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12088msgstr ""
12089
12090#: builtin/show-branch.c:720
12091msgid "no branches given, and HEAD is not valid"
12092msgstr ""
12093
12094#: builtin/show-branch.c:723
12095msgid "--reflog option needs one branch name"
12096msgstr ""
12097
12098#: builtin/show-branch.c:726
12099#, c-format
12100msgid "only %d entry can be shown at one time."
12101msgid_plural "only %d entries can be shown at one time."
12102msgstr[0] ""
12103msgstr[1] ""
12104
12105#: builtin/show-branch.c:730
12106#, c-format
12107msgid "no such ref %s"
12108msgstr ""
12109
12110#: builtin/show-branch.c:814
12111#, c-format
12112msgid "cannot handle more than %d rev."
12113msgid_plural "cannot handle more than %d revs."
12114msgstr[0] ""
12115msgstr[1] ""
12116
12117#: builtin/show-branch.c:818
12118#, c-format
12119msgid "'%s' is not a valid ref."
12120msgstr ""
12121
12122#: builtin/show-branch.c:821
12123#, c-format
12124msgid "cannot find commit %s (%s)"
12125msgstr ""
12126
12127#: builtin/show-ref.c:10
12128msgid ""
12129"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12130"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12131msgstr ""
12132
12133#: builtin/show-ref.c:11
12134msgid "git show-ref --exclude-existing[=<pattern>]"
12135msgstr ""
12136
12137#: builtin/show-ref.c:159
12138msgid "only show tags (can be combined with heads)"
12139msgstr ""
12140
12141#: builtin/show-ref.c:160
12142msgid "only show heads (can be combined with tags)"
12143msgstr ""
12144
12145#: builtin/show-ref.c:161
12146msgid "stricter reference checking, requires exact ref path"
12147msgstr ""
12148
12149#: builtin/show-ref.c:164 builtin/show-ref.c:166
12150msgid "show the HEAD reference, even if it would be filtered out"
12151msgstr ""
12152
12153#: builtin/show-ref.c:168
12154msgid "dereference tags into object IDs"
12155msgstr ""
12156
12157#: builtin/show-ref.c:170
12158msgid "only show SHA1 hash using <n> digits"
12159msgstr ""
12160
12161#: builtin/show-ref.c:174
12162msgid "do not print results to stdout (useful with --verify)"
12163msgstr ""
12164
12165#: builtin/show-ref.c:176
12166msgid "show refs from stdin that aren't in local repository"
12167msgstr ""
12168
12169#: builtin/stripspace.c:17
12170msgid "git stripspace [-s | --strip-comments]"
12171msgstr ""
12172
12173#: builtin/stripspace.c:18
12174msgid "git stripspace [-c | --comment-lines]"
12175msgstr ""
12176
12177#: builtin/stripspace.c:35
12178msgid "skip and remove all lines starting with comment character"
12179msgstr ""
12180
12181#: builtin/stripspace.c:38
12182msgid "prepend comment character and space to each line"
12183msgstr ""
12184
12185#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1075
12186#, c-format
12187msgid "No such ref: %s"
12188msgstr ""
12189
12190#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1084
12191#, c-format
12192msgid "Expecting a full ref name, got %s"
12193msgstr ""
12194
12195#: builtin/submodule--helper.c:71
12196#, c-format
12197msgid "cannot strip one component off url '%s'"
12198msgstr ""
12199
12200#: builtin/submodule--helper.c:305 builtin/submodule--helper.c:630
12201msgid "alternative anchor for relative paths"
12202msgstr ""
12203
12204#: builtin/submodule--helper.c:310
12205msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12206msgstr ""
12207
12208#: builtin/submodule--helper.c:356 builtin/submodule--helper.c:382
12209#, c-format
12210msgid "No url found for submodule path '%s' in .gitmodules"
12211msgstr ""
12212
12213#: builtin/submodule--helper.c:395
12214#, c-format
12215msgid ""
12216"could not lookup configuration '%s'. Assuming this repository is its own "
12217"authoritative upstream."
12218msgstr ""
12219
12220#: builtin/submodule--helper.c:406
12221#, c-format
12222msgid "Failed to register url for submodule path '%s'"
12223msgstr ""
12224
12225#: builtin/submodule--helper.c:410
12226#, c-format
12227msgid "Submodule '%s' (%s) registered for path '%s'\n"
12228msgstr ""
12229
12230#: builtin/submodule--helper.c:420
12231#, c-format
12232msgid "warning: command update mode suggested for submodule '%s'\n"
12233msgstr ""
12234
12235#: builtin/submodule--helper.c:427
12236#, c-format
12237msgid "Failed to register update mode for submodule path '%s'"
12238msgstr ""
12239
12240#: builtin/submodule--helper.c:443
12241msgid "Suppress output for initializing a submodule"
12242msgstr ""
12243
12244#: builtin/submodule--helper.c:448
12245msgid "git submodule--helper init [<path>]"
12246msgstr ""
12247
12248#: builtin/submodule--helper.c:476
12249msgid "git submodule--helper name <path>"
12250msgstr ""
12251
12252#: builtin/submodule--helper.c:482
12253#, c-format
12254msgid "no submodule mapping found in .gitmodules for path '%s'"
12255msgstr ""
12256
12257#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:568
12258#, c-format
12259msgid "submodule '%s' cannot add alternate: %s"
12260msgstr ""
12261
12262#: builtin/submodule--helper.c:604
12263#, c-format
12264msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12265msgstr ""
12266
12267#: builtin/submodule--helper.c:611
12268#, c-format
12269msgid "Value '%s' for submodule.alternateLocation is not recognized"
12270msgstr ""
12271
12272#: builtin/submodule--helper.c:633
12273msgid "where the new submodule will be cloned to"
12274msgstr ""
12275
12276#: builtin/submodule--helper.c:636
12277msgid "name of the new submodule"
12278msgstr ""
12279
12280#: builtin/submodule--helper.c:639
12281msgid "url where to clone the submodule from"
12282msgstr ""
12283
12284#: builtin/submodule--helper.c:645
12285msgid "depth for shallow clones"
12286msgstr ""
12287
12288#: builtin/submodule--helper.c:648 builtin/submodule--helper.c:993
12289msgid "force cloning progress"
12290msgstr ""
12291
12292#: builtin/submodule--helper.c:653
12293msgid ""
12294"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12295"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12296msgstr ""
12297
12298#: builtin/submodule--helper.c:684
12299#, c-format
12300msgid "clone of '%s' into submodule path '%s' failed"
12301msgstr ""
12302
12303#: builtin/submodule--helper.c:699
12304#, c-format
12305msgid "could not get submodule directory for '%s'"
12306msgstr ""
12307
12308#: builtin/submodule--helper.c:764
12309#, c-format
12310msgid "Submodule path '%s' not initialized"
12311msgstr ""
12312
12313#: builtin/submodule--helper.c:768
12314msgid "Maybe you want to use 'update --init'?"
12315msgstr ""
12316
12317#: builtin/submodule--helper.c:793
12318#, c-format
12319msgid "Skipping unmerged submodule %s"
12320msgstr ""
12321
12322#: builtin/submodule--helper.c:814
12323#, c-format
12324msgid "Skipping submodule '%s'"
12325msgstr ""
12326
12327#: builtin/submodule--helper.c:942
12328#, c-format
12329msgid "Failed to clone '%s'. Retry scheduled"
12330msgstr ""
12331
12332#: builtin/submodule--helper.c:953
12333#, c-format
12334msgid "Failed to clone '%s' a second time, aborting"
12335msgstr ""
12336
12337#: builtin/submodule--helper.c:974 builtin/submodule--helper.c:1162
12338msgid "path into the working tree"
12339msgstr ""
12340
12341#: builtin/submodule--helper.c:977
12342msgid "path into the working tree, across nested submodule boundaries"
12343msgstr ""
12344
12345#: builtin/submodule--helper.c:981
12346msgid "rebase, merge, checkout or none"
12347msgstr ""
12348
12349#: builtin/submodule--helper.c:985
12350msgid "Create a shallow clone truncated to the specified number of revisions"
12351msgstr ""
12352
12353#: builtin/submodule--helper.c:988
12354msgid "parallel jobs"
12355msgstr ""
12356
12357#: builtin/submodule--helper.c:990
12358msgid "whether the initial clone should follow the shallow recommendation"
12359msgstr ""
12360
12361#: builtin/submodule--helper.c:991
12362msgid "don't print cloning progress"
12363msgstr ""
12364
12365#: builtin/submodule--helper.c:998
12366msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12367msgstr ""
12368
12369#: builtin/submodule--helper.c:1008
12370msgid "bad value for update parameter"
12371msgstr ""
12372
12373#: builtin/submodule--helper.c:1079
12374#, c-format
12375msgid ""
12376"Submodule (%s) branch configured to inherit branch from superproject, but "
12377"the superproject is not on any branch"
12378msgstr ""
12379
12380#: builtin/submodule--helper.c:1163
12381msgid "recurse into submodules"
12382msgstr ""
12383
12384#: builtin/submodule--helper.c:1169
12385msgid "git submodule--helper embed-git-dir [<path>...]"
12386msgstr ""
12387
12388#: builtin/submodule--helper.c:1226
12389msgid "submodule--helper subcommand must be called with a subcommand"
12390msgstr ""
12391
12392#: builtin/submodule--helper.c:1233
12393#, c-format
12394msgid "%s doesn't support --super-prefix"
12395msgstr ""
12396
12397#: builtin/submodule--helper.c:1239
12398#, c-format
12399msgid "'%s' is not a valid submodule--helper subcommand"
12400msgstr ""
12401
12402#: builtin/symbolic-ref.c:7
12403msgid "git symbolic-ref [<options>] <name> [<ref>]"
12404msgstr ""
12405
12406#: builtin/symbolic-ref.c:8
12407msgid "git symbolic-ref -d [-q] <name>"
12408msgstr ""
12409
12410#: builtin/symbolic-ref.c:40
12411msgid "suppress error message for non-symbolic (detached) refs"
12412msgstr ""
12413
12414#: builtin/symbolic-ref.c:41
12415msgid "delete symbolic ref"
12416msgstr ""
12417
12418#: builtin/symbolic-ref.c:42
12419msgid "shorten ref output"
12420msgstr ""
12421
12422#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12423msgid "reason"
12424msgstr ""
12425
12426#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12427msgid "reason of the update"
12428msgstr ""
12429
12430#: builtin/tag.c:23
12431msgid ""
12432"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12433"[<head>]"
12434msgstr ""
12435
12436#: builtin/tag.c:24
12437msgid "git tag -d <tagname>..."
12438msgstr ""
12439
12440#: builtin/tag.c:25
12441msgid ""
12442"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12443"points-at <object>]\n"
12444"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12445msgstr ""
12446
12447#: builtin/tag.c:27
12448msgid "git tag -v [--format=<format>] <tagname>..."
12449msgstr ""
12450
12451#: builtin/tag.c:83
12452#, c-format
12453msgid "tag '%s' not found."
12454msgstr ""
12455
12456#: builtin/tag.c:99
12457#, c-format
12458msgid "Deleted tag '%s' (was %s)\n"
12459msgstr ""
12460
12461#: builtin/tag.c:128
12462#, c-format
12463msgid ""
12464"\n"
12465"Write a message for tag:\n"
12466"  %s\n"
12467"Lines starting with '%c' will be ignored.\n"
12468msgstr ""
12469
12470#: builtin/tag.c:132
12471#, c-format
12472msgid ""
12473"\n"
12474"Write a message for tag:\n"
12475"  %s\n"
12476"Lines starting with '%c' will be kept; you may remove them yourself if you "
12477"want to.\n"
12478msgstr ""
12479
12480#: builtin/tag.c:210
12481msgid "unable to sign the tag"
12482msgstr ""
12483
12484#: builtin/tag.c:212
12485msgid "unable to write tag file"
12486msgstr ""
12487
12488#: builtin/tag.c:236
12489msgid "bad object type."
12490msgstr ""
12491
12492#: builtin/tag.c:282
12493msgid "no tag message?"
12494msgstr ""
12495
12496#: builtin/tag.c:289
12497#, c-format
12498msgid "The tag message has been left in %s\n"
12499msgstr ""
12500
12501#: builtin/tag.c:312
12502msgid "tag: tagging "
12503msgstr ""
12504
12505#: builtin/tag.c:320
12506msgid "object of unknown type"
12507msgstr ""
12508
12509#: builtin/tag.c:327
12510msgid "commit object"
12511msgstr ""
12512
12513#: builtin/tag.c:335
12514msgid "tree object"
12515msgstr ""
12516
12517#: builtin/tag.c:338
12518msgid "blob object"
12519msgstr ""
12520
12521#: builtin/tag.c:341
12522msgid "other tag object"
12523msgstr ""
12524
12525#: builtin/tag.c:397
12526msgid "list tag names"
12527msgstr ""
12528
12529#: builtin/tag.c:399
12530msgid "print <n> lines of each tag message"
12531msgstr ""
12532
12533#: builtin/tag.c:401
12534msgid "delete tags"
12535msgstr ""
12536
12537#: builtin/tag.c:402
12538msgid "verify tags"
12539msgstr ""
12540
12541#: builtin/tag.c:404
12542msgid "Tag creation options"
12543msgstr ""
12544
12545#: builtin/tag.c:406
12546msgid "annotated tag, needs a message"
12547msgstr ""
12548
12549#: builtin/tag.c:408
12550msgid "tag message"
12551msgstr ""
12552
12553#: builtin/tag.c:410
12554msgid "annotated and GPG-signed tag"
12555msgstr ""
12556
12557#: builtin/tag.c:414
12558msgid "use another key to sign the tag"
12559msgstr ""
12560
12561#: builtin/tag.c:415
12562msgid "replace the tag if exists"
12563msgstr ""
12564
12565#: builtin/tag.c:416 builtin/update-ref.c:368
12566msgid "create a reflog"
12567msgstr ""
12568
12569#: builtin/tag.c:418
12570msgid "Tag listing options"
12571msgstr ""
12572
12573#: builtin/tag.c:419
12574msgid "show tag list in columns"
12575msgstr ""
12576
12577#: builtin/tag.c:420 builtin/tag.c:422
12578msgid "print only tags that contain the commit"
12579msgstr ""
12580
12581#: builtin/tag.c:421 builtin/tag.c:423
12582msgid "print only tags that don't contain the commit"
12583msgstr ""
12584
12585#: builtin/tag.c:424
12586msgid "print only tags that are merged"
12587msgstr ""
12588
12589#: builtin/tag.c:425
12590msgid "print only tags that are not merged"
12591msgstr ""
12592
12593#: builtin/tag.c:430
12594msgid "print only tags of the object"
12595msgstr ""
12596
12597#: builtin/tag.c:469
12598msgid "--column and -n are incompatible"
12599msgstr ""
12600
12601#: builtin/tag.c:491
12602msgid "-n option is only allowed in list mode"
12603msgstr ""
12604
12605#: builtin/tag.c:493
12606msgid "--contains option is only allowed in list mode"
12607msgstr ""
12608
12609#: builtin/tag.c:495
12610msgid "--no-contains option is only allowed in list mode"
12611msgstr ""
12612
12613#: builtin/tag.c:497
12614msgid "--points-at option is only allowed in list mode"
12615msgstr ""
12616
12617#: builtin/tag.c:499
12618msgid "--merged and --no-merged options are only allowed in list mode"
12619msgstr ""
12620
12621#: builtin/tag.c:510
12622msgid "only one -F or -m option is allowed."
12623msgstr ""
12624
12625#: builtin/tag.c:529
12626msgid "too many params"
12627msgstr ""
12628
12629#: builtin/tag.c:535
12630#, c-format
12631msgid "'%s' is not a valid tag name."
12632msgstr ""
12633
12634#: builtin/tag.c:540
12635#, c-format
12636msgid "tag '%s' already exists"
12637msgstr ""
12638
12639#: builtin/tag.c:570
12640#, c-format
12641msgid "Updated tag '%s' (was %s)\n"
12642msgstr ""
12643
12644#: builtin/unpack-objects.c:493
12645msgid "Unpacking objects"
12646msgstr ""
12647
12648#: builtin/update-index.c:79
12649#, c-format
12650msgid "failed to create directory %s"
12651msgstr ""
12652
12653#: builtin/update-index.c:85
12654#, c-format
12655msgid "failed to stat %s"
12656msgstr ""
12657
12658#: builtin/update-index.c:95
12659#, c-format
12660msgid "failed to create file %s"
12661msgstr ""
12662
12663#: builtin/update-index.c:103
12664#, c-format
12665msgid "failed to delete file %s"
12666msgstr ""
12667
12668#: builtin/update-index.c:110 builtin/update-index.c:216
12669#, c-format
12670msgid "failed to delete directory %s"
12671msgstr ""
12672
12673#: builtin/update-index.c:135
12674#, c-format
12675msgid "Testing mtime in '%s' "
12676msgstr ""
12677
12678#: builtin/update-index.c:149
12679msgid "directory stat info does not change after adding a new file"
12680msgstr ""
12681
12682#: builtin/update-index.c:162
12683msgid "directory stat info does not change after adding a new directory"
12684msgstr ""
12685
12686#: builtin/update-index.c:175
12687msgid "directory stat info changes after updating a file"
12688msgstr ""
12689
12690#: builtin/update-index.c:186
12691msgid "directory stat info changes after adding a file inside subdirectory"
12692msgstr ""
12693
12694#: builtin/update-index.c:197
12695msgid "directory stat info does not change after deleting a file"
12696msgstr ""
12697
12698#: builtin/update-index.c:210
12699msgid "directory stat info does not change after deleting a directory"
12700msgstr ""
12701
12702#: builtin/update-index.c:217
12703msgid " OK"
12704msgstr ""
12705
12706#: builtin/update-index.c:568
12707msgid "git update-index [<options>] [--] [<file>...]"
12708msgstr ""
12709
12710#: builtin/update-index.c:923
12711msgid "continue refresh even when index needs update"
12712msgstr ""
12713
12714#: builtin/update-index.c:926
12715msgid "refresh: ignore submodules"
12716msgstr ""
12717
12718#: builtin/update-index.c:929
12719msgid "do not ignore new files"
12720msgstr ""
12721
12722#: builtin/update-index.c:931
12723msgid "let files replace directories and vice-versa"
12724msgstr ""
12725
12726#: builtin/update-index.c:933
12727msgid "notice files missing from worktree"
12728msgstr ""
12729
12730#: builtin/update-index.c:935
12731msgid "refresh even if index contains unmerged entries"
12732msgstr ""
12733
12734#: builtin/update-index.c:938
12735msgid "refresh stat information"
12736msgstr ""
12737
12738#: builtin/update-index.c:942
12739msgid "like --refresh, but ignore assume-unchanged setting"
12740msgstr ""
12741
12742#: builtin/update-index.c:946
12743msgid "<mode>,<object>,<path>"
12744msgstr ""
12745
12746#: builtin/update-index.c:947
12747msgid "add the specified entry to the index"
12748msgstr ""
12749
12750#: builtin/update-index.c:956
12751msgid "mark files as \"not changing\""
12752msgstr ""
12753
12754#: builtin/update-index.c:959
12755msgid "clear assumed-unchanged bit"
12756msgstr ""
12757
12758#: builtin/update-index.c:962
12759msgid "mark files as \"index-only\""
12760msgstr ""
12761
12762#: builtin/update-index.c:965
12763msgid "clear skip-worktree bit"
12764msgstr ""
12765
12766#: builtin/update-index.c:968
12767msgid "add to index only; do not add content to object database"
12768msgstr ""
12769
12770#: builtin/update-index.c:970
12771msgid "remove named paths even if present in worktree"
12772msgstr ""
12773
12774#: builtin/update-index.c:972
12775msgid "with --stdin: input lines are terminated by null bytes"
12776msgstr ""
12777
12778#: builtin/update-index.c:974
12779msgid "read list of paths to be updated from standard input"
12780msgstr ""
12781
12782#: builtin/update-index.c:978
12783msgid "add entries from standard input to the index"
12784msgstr ""
12785
12786#: builtin/update-index.c:982
12787msgid "repopulate stages #2 and #3 for the listed paths"
12788msgstr ""
12789
12790#: builtin/update-index.c:986
12791msgid "only update entries that differ from HEAD"
12792msgstr ""
12793
12794#: builtin/update-index.c:990
12795msgid "ignore files missing from worktree"
12796msgstr ""
12797
12798#: builtin/update-index.c:993
12799msgid "report actions to standard output"
12800msgstr ""
12801
12802#: builtin/update-index.c:995
12803msgid "(for porcelains) forget saved unresolved conflicts"
12804msgstr ""
12805
12806#: builtin/update-index.c:999
12807msgid "write index in this format"
12808msgstr ""
12809
12810#: builtin/update-index.c:1001
12811msgid "enable or disable split index"
12812msgstr ""
12813
12814#: builtin/update-index.c:1003
12815msgid "enable/disable untracked cache"
12816msgstr ""
12817
12818#: builtin/update-index.c:1005
12819msgid "test if the filesystem supports untracked cache"
12820msgstr ""
12821
12822#: builtin/update-index.c:1007
12823msgid "enable untracked cache without testing the filesystem"
12824msgstr ""
12825
12826#: builtin/update-index.c:1107
12827msgid ""
12828"core.splitIndex is set to false; remove or change it, if you really want to "
12829"enable split index"
12830msgstr ""
12831
12832#: builtin/update-index.c:1116
12833msgid ""
12834"core.splitIndex is set to true; remove or change it, if you really want to "
12835"disable split index"
12836msgstr ""
12837
12838#: builtin/update-index.c:1127
12839msgid ""
12840"core.untrackedCache is set to true; remove or change it, if you really want "
12841"to disable the untracked cache"
12842msgstr ""
12843
12844#: builtin/update-index.c:1131
12845msgid "Untracked cache disabled"
12846msgstr ""
12847
12848#: builtin/update-index.c:1139
12849msgid ""
12850"core.untrackedCache is set to false; remove or change it, if you really want "
12851"to enable the untracked cache"
12852msgstr ""
12853
12854#: builtin/update-index.c:1143
12855#, c-format
12856msgid "Untracked cache enabled for '%s'"
12857msgstr ""
12858
12859#: builtin/update-ref.c:9
12860msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12861msgstr ""
12862
12863#: builtin/update-ref.c:10
12864msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12865msgstr ""
12866
12867#: builtin/update-ref.c:11
12868msgid "git update-ref [<options>] --stdin [-z]"
12869msgstr ""
12870
12871#: builtin/update-ref.c:363
12872msgid "delete the reference"
12873msgstr ""
12874
12875#: builtin/update-ref.c:365
12876msgid "update <refname> not the one it points to"
12877msgstr ""
12878
12879#: builtin/update-ref.c:366
12880msgid "stdin has NUL-terminated arguments"
12881msgstr ""
12882
12883#: builtin/update-ref.c:367
12884msgid "read updates from stdin"
12885msgstr ""
12886
12887#: builtin/update-server-info.c:6
12888msgid "git update-server-info [--force]"
12889msgstr ""
12890
12891#: builtin/update-server-info.c:14
12892msgid "update the info files from scratch"
12893msgstr ""
12894
12895#: builtin/verify-commit.c:17
12896msgid "git verify-commit [-v | --verbose] <commit>..."
12897msgstr ""
12898
12899#: builtin/verify-commit.c:72
12900msgid "print commit contents"
12901msgstr ""
12902
12903#: builtin/verify-commit.c:73 builtin/verify-tag.c:37
12904msgid "print raw gpg status output"
12905msgstr ""
12906
12907#: builtin/verify-pack.c:54
12908msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12909msgstr ""
12910
12911#: builtin/verify-pack.c:64
12912msgid "verbose"
12913msgstr ""
12914
12915#: builtin/verify-pack.c:66
12916msgid "show statistics only"
12917msgstr ""
12918
12919#: builtin/verify-tag.c:18
12920msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12921msgstr ""
12922
12923#: builtin/verify-tag.c:36
12924msgid "print tag contents"
12925msgstr ""
12926
12927#: builtin/worktree.c:15
12928msgid "git worktree add [<options>] <path> [<branch>]"
12929msgstr ""
12930
12931#: builtin/worktree.c:16
12932msgid "git worktree list [<options>]"
12933msgstr ""
12934
12935#: builtin/worktree.c:17
12936msgid "git worktree lock [<options>] <path>"
12937msgstr ""
12938
12939#: builtin/worktree.c:18
12940msgid "git worktree prune [<options>]"
12941msgstr ""
12942
12943#: builtin/worktree.c:19
12944msgid "git worktree unlock <path>"
12945msgstr ""
12946
12947#: builtin/worktree.c:42
12948#, c-format
12949msgid "Removing worktrees/%s: not a valid directory"
12950msgstr ""
12951
12952#: builtin/worktree.c:48
12953#, c-format
12954msgid "Removing worktrees/%s: gitdir file does not exist"
12955msgstr ""
12956
12957#: builtin/worktree.c:53
12958#, c-format
12959msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12960msgstr ""
12961
12962#: builtin/worktree.c:64
12963#, c-format
12964msgid "Removing worktrees/%s: invalid gitdir file"
12965msgstr ""
12966
12967#: builtin/worktree.c:80
12968#, c-format
12969msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12970msgstr ""
12971
12972#: builtin/worktree.c:128
12973msgid "report pruned working trees"
12974msgstr ""
12975
12976#: builtin/worktree.c:130
12977msgid "expire working trees older than <time>"
12978msgstr ""
12979
12980#: builtin/worktree.c:204
12981#, c-format
12982msgid "'%s' already exists"
12983msgstr ""
12984
12985#: builtin/worktree.c:236
12986#, c-format
12987msgid "could not create directory of '%s'"
12988msgstr ""
12989
12990#: builtin/worktree.c:272
12991#, c-format
12992msgid "Preparing %s (identifier %s)"
12993msgstr ""
12994
12995#: builtin/worktree.c:324
12996msgid "checkout <branch> even if already checked out in other worktree"
12997msgstr ""
12998
12999#: builtin/worktree.c:326
13000msgid "create a new branch"
13001msgstr ""
13002
13003#: builtin/worktree.c:328
13004msgid "create or reset a branch"
13005msgstr ""
13006
13007#: builtin/worktree.c:330
13008msgid "populate the new working tree"
13009msgstr ""
13010
13011#: builtin/worktree.c:338
13012msgid "-b, -B, and --detach are mutually exclusive"
13013msgstr ""
13014
13015#: builtin/worktree.c:473
13016msgid "reason for locking"
13017msgstr ""
13018
13019#: builtin/worktree.c:485 builtin/worktree.c:518
13020#, c-format
13021msgid "'%s' is not a working tree"
13022msgstr ""
13023
13024#: builtin/worktree.c:487 builtin/worktree.c:520
13025msgid "The main working tree cannot be locked or unlocked"
13026msgstr ""
13027
13028#: builtin/worktree.c:492
13029#, c-format
13030msgid "'%s' is already locked, reason: %s"
13031msgstr ""
13032
13033#: builtin/worktree.c:494
13034#, c-format
13035msgid "'%s' is already locked"
13036msgstr ""
13037
13038#: builtin/worktree.c:522
13039#, c-format
13040msgid "'%s' is not locked"
13041msgstr ""
13042
13043#: builtin/write-tree.c:13
13044msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13045msgstr ""
13046
13047#: builtin/write-tree.c:26
13048msgid "<prefix>/"
13049msgstr ""
13050
13051#: builtin/write-tree.c:27
13052msgid "write tree object for a subdirectory <prefix>"
13053msgstr ""
13054
13055#: builtin/write-tree.c:30
13056msgid "only useful for debugging"
13057msgstr ""
13058
13059#: upload-pack.c:22
13060msgid "git upload-pack [<options>] <dir>"
13061msgstr ""
13062
13063#: upload-pack.c:1040
13064msgid "quit after a single request/response exchange"
13065msgstr ""
13066
13067#: upload-pack.c:1042
13068msgid "exit immediately after initial ref advertisement"
13069msgstr ""
13070
13071#: upload-pack.c:1044
13072msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13073msgstr ""
13074
13075#: upload-pack.c:1046
13076msgid "interrupt transfer after <n> seconds of inactivity"
13077msgstr ""
13078
13079#: credential-cache--daemon.c:223
13080#, c-format
13081msgid ""
13082"The permissions on your socket directory are too loose; other\n"
13083"users may be able to read your cached credentials. Consider running:\n"
13084"\n"
13085"\tchmod 0700 %s"
13086msgstr ""
13087
13088#: credential-cache--daemon.c:271
13089msgid "print debugging messages to stderr"
13090msgstr ""
13091
13092#: git.c:14
13093msgid ""
13094"'git help -a' and 'git help -g' list available subcommands and some\n"
13095"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13096"to read about a specific subcommand or concept."
13097msgstr ""
13098
13099#: http.c:355
13100msgid "Delegation control is not supported with cURL < 7.22.0"
13101msgstr ""
13102
13103#: http.c:364
13104msgid "Public key pinning not supported with cURL < 7.44.0"
13105msgstr ""
13106
13107#: http.c:1755
13108#, c-format
13109msgid ""
13110"unable to update url base from redirection:\n"
13111"  asked for: %s\n"
13112"   redirect: %s"
13113msgstr ""
13114
13115#: remote-curl.c:323
13116#, c-format
13117msgid "redirecting to %s"
13118msgstr ""
13119
13120#: common-cmds.h:9
13121msgid "start a working area (see also: git help tutorial)"
13122msgstr ""
13123
13124#: common-cmds.h:10
13125msgid "work on the current change (see also: git help everyday)"
13126msgstr ""
13127
13128#: common-cmds.h:11
13129msgid "examine the history and state (see also: git help revisions)"
13130msgstr ""
13131
13132#: common-cmds.h:12
13133msgid "grow, mark and tweak your common history"
13134msgstr ""
13135
13136#: common-cmds.h:13
13137msgid "collaborate (see also: git help workflows)"
13138msgstr ""
13139
13140#: common-cmds.h:17
13141msgid "Add file contents to the index"
13142msgstr ""
13143
13144#: common-cmds.h:18
13145msgid "Use binary search to find the commit that introduced a bug"
13146msgstr ""
13147
13148#: common-cmds.h:19
13149msgid "List, create, or delete branches"
13150msgstr ""
13151
13152#: common-cmds.h:20
13153msgid "Switch branches or restore working tree files"
13154msgstr ""
13155
13156#: common-cmds.h:21
13157msgid "Clone a repository into a new directory"
13158msgstr ""
13159
13160#: common-cmds.h:22
13161msgid "Record changes to the repository"
13162msgstr ""
13163
13164#: common-cmds.h:23
13165msgid "Show changes between commits, commit and working tree, etc"
13166msgstr ""
13167
13168#: common-cmds.h:24
13169msgid "Download objects and refs from another repository"
13170msgstr ""
13171
13172#: common-cmds.h:25
13173msgid "Print lines matching a pattern"
13174msgstr ""
13175
13176#: common-cmds.h:26
13177msgid "Create an empty Git repository or reinitialize an existing one"
13178msgstr ""
13179
13180#: common-cmds.h:27
13181msgid "Show commit logs"
13182msgstr ""
13183
13184#: common-cmds.h:28
13185msgid "Join two or more development histories together"
13186msgstr ""
13187
13188#: common-cmds.h:29
13189msgid "Move or rename a file, a directory, or a symlink"
13190msgstr ""
13191
13192#: common-cmds.h:30
13193msgid "Fetch from and integrate with another repository or a local branch"
13194msgstr ""
13195
13196#: common-cmds.h:31
13197msgid "Update remote refs along with associated objects"
13198msgstr ""
13199
13200#: common-cmds.h:32
13201msgid "Reapply commits on top of another base tip"
13202msgstr ""
13203
13204#: common-cmds.h:33
13205msgid "Reset current HEAD to the specified state"
13206msgstr ""
13207
13208#: common-cmds.h:34
13209msgid "Remove files from the working tree and from the index"
13210msgstr ""
13211
13212#: common-cmds.h:35
13213msgid "Show various types of objects"
13214msgstr ""
13215
13216#: common-cmds.h:36
13217msgid "Show the working tree status"
13218msgstr ""
13219
13220#: common-cmds.h:37
13221msgid "Create, list, delete or verify a tag object signed with GPG"
13222msgstr ""
13223
13224#: parse-options.h:145
13225msgid "expiry-date"
13226msgstr ""
13227
13228#: parse-options.h:160
13229msgid "no-op (backward compatibility)"
13230msgstr ""
13231
13232#: parse-options.h:238
13233msgid "be more verbose"
13234msgstr ""
13235
13236#: parse-options.h:240
13237msgid "be more quiet"
13238msgstr ""
13239
13240#: parse-options.h:246
13241msgid "use <n> digits to display SHA-1s"
13242msgstr ""
13243
13244#: rerere.h:40
13245msgid "update the index with reused conflict resolution if possible"
13246msgstr ""
13247
13248#: git-bisect.sh:54
13249msgid "You need to start by \"git bisect start\""
13250msgstr ""
13251
13252#. TRANSLATORS: Make sure to include [Y] and [n] in your
13253#. translation. The program will only accept English input
13254#. at this point.
13255#: git-bisect.sh:60
13256msgid "Do you want me to do it for you [Y/n]? "
13257msgstr ""
13258
13259#: git-bisect.sh:121
13260#, sh-format
13261msgid "unrecognised option: '$arg'"
13262msgstr ""
13263
13264#: git-bisect.sh:125
13265#, sh-format
13266msgid "'$arg' does not appear to be a valid revision"
13267msgstr ""
13268
13269#: git-bisect.sh:154
13270msgid "Bad HEAD - I need a HEAD"
13271msgstr ""
13272
13273#: git-bisect.sh:167
13274#, sh-format
13275msgid ""
13276"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13277msgstr ""
13278
13279#: git-bisect.sh:177
13280msgid "won't bisect on cg-seek'ed tree"
13281msgstr ""
13282
13283#: git-bisect.sh:181
13284msgid "Bad HEAD - strange symbolic ref"
13285msgstr ""
13286
13287#: git-bisect.sh:233
13288#, sh-format
13289msgid "Bad bisect_write argument: $state"
13290msgstr ""
13291
13292#: git-bisect.sh:262
13293#, sh-format
13294msgid "Bad rev input: $arg"
13295msgstr ""
13296
13297#: git-bisect.sh:281
13298#, sh-format
13299msgid "Bad rev input: $bisected_head"
13300msgstr ""
13301
13302#: git-bisect.sh:290
13303#, sh-format
13304msgid "Bad rev input: $rev"
13305msgstr ""
13306
13307#: git-bisect.sh:299
13308#, sh-format
13309msgid "'git bisect $TERM_BAD' can take only one argument."
13310msgstr ""
13311
13312#: git-bisect.sh:322
13313#, sh-format
13314msgid "Warning: bisecting only with a $TERM_BAD commit."
13315msgstr ""
13316
13317#. TRANSLATORS: Make sure to include [Y] and [n] in your
13318#. translation. The program will only accept English input
13319#. at this point.
13320#: git-bisect.sh:328
13321msgid "Are you sure [Y/n]? "
13322msgstr ""
13323
13324#: git-bisect.sh:340
13325#, sh-format
13326msgid ""
13327"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13328"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13329msgstr ""
13330
13331#: git-bisect.sh:343
13332#, sh-format
13333msgid ""
13334"You need to start by \"git bisect start\".\n"
13335"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13336"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13337msgstr ""
13338
13339#: git-bisect.sh:414 git-bisect.sh:546
13340msgid "We are not bisecting."
13341msgstr ""
13342
13343#: git-bisect.sh:421
13344#, sh-format
13345msgid "'$invalid' is not a valid commit"
13346msgstr ""
13347
13348#: git-bisect.sh:430
13349#, sh-format
13350msgid ""
13351"Could not check out original HEAD '$branch'.\n"
13352"Try 'git bisect reset <commit>'."
13353msgstr ""
13354
13355#: git-bisect.sh:458
13356msgid "No logfile given"
13357msgstr ""
13358
13359#: git-bisect.sh:459
13360#, sh-format
13361msgid "cannot read $file for replaying"
13362msgstr ""
13363
13364#: git-bisect.sh:480
13365msgid "?? what are you talking about?"
13366msgstr ""
13367
13368#: git-bisect.sh:492
13369#, sh-format
13370msgid "running $command"
13371msgstr ""
13372
13373#: git-bisect.sh:499
13374#, sh-format
13375msgid ""
13376"bisect run failed:\n"
13377"exit code $res from '$command' is < 0 or >= 128"
13378msgstr ""
13379
13380#: git-bisect.sh:525
13381msgid "bisect run cannot continue any more"
13382msgstr ""
13383
13384#: git-bisect.sh:531
13385#, sh-format
13386msgid ""
13387"bisect run failed:\n"
13388"'bisect_state $state' exited with error code $res"
13389msgstr ""
13390
13391#: git-bisect.sh:538
13392msgid "bisect run success"
13393msgstr ""
13394
13395#: git-bisect.sh:565
13396msgid "please use two different terms"
13397msgstr ""
13398
13399#: git-bisect.sh:575
13400#, sh-format
13401msgid "'$term' is not a valid term"
13402msgstr ""
13403
13404#: git-bisect.sh:578
13405#, sh-format
13406msgid "can't use the builtin command '$term' as a term"
13407msgstr ""
13408
13409#: git-bisect.sh:587 git-bisect.sh:593
13410#, sh-format
13411msgid "can't change the meaning of term '$term'"
13412msgstr ""
13413
13414#: git-bisect.sh:606
13415#, sh-format
13416msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13417msgstr ""
13418
13419#: git-bisect.sh:636
13420msgid "no terms defined"
13421msgstr ""
13422
13423#: git-bisect.sh:653
13424#, sh-format
13425msgid ""
13426"invalid argument $arg for 'git bisect terms'.\n"
13427"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13428msgstr ""
13429
13430#: git-merge-octopus.sh:46
13431msgid ""
13432"Error: Your local changes to the following files would be overwritten by "
13433"merge"
13434msgstr ""
13435
13436#: git-merge-octopus.sh:61
13437msgid "Automated merge did not work."
13438msgstr ""
13439
13440#: git-merge-octopus.sh:62
13441msgid "Should not be doing an octopus."
13442msgstr ""
13443
13444#: git-merge-octopus.sh:73
13445#, sh-format
13446msgid "Unable to find common commit with $pretty_name"
13447msgstr ""
13448
13449#: git-merge-octopus.sh:77
13450#, sh-format
13451msgid "Already up-to-date with $pretty_name"
13452msgstr ""
13453
13454#: git-merge-octopus.sh:89
13455#, sh-format
13456msgid "Fast-forwarding to: $pretty_name"
13457msgstr ""
13458
13459#: git-merge-octopus.sh:97
13460#, sh-format
13461msgid "Trying simple merge with $pretty_name"
13462msgstr ""
13463
13464#: git-merge-octopus.sh:102
13465msgid "Simple merge did not work, trying automatic merge."
13466msgstr ""
13467
13468#: git-rebase.sh:57
13469msgid ""
13470"When you have resolved this problem, run \"git rebase --continue\".\n"
13471"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13472"To check out the original branch and stop rebasing, run \"git rebase --abort"
13473"\"."
13474msgstr ""
13475
13476#: git-rebase.sh:157 git-rebase.sh:396
13477#, sh-format
13478msgid "Could not move back to $head_name"
13479msgstr ""
13480
13481#: git-rebase.sh:171
13482#, sh-format
13483msgid "Cannot store $stash_sha1"
13484msgstr ""
13485
13486#: git-rebase.sh:211
13487msgid "The pre-rebase hook refused to rebase."
13488msgstr ""
13489
13490#: git-rebase.sh:216
13491msgid "It looks like git-am is in progress. Cannot rebase."
13492msgstr ""
13493
13494#: git-rebase.sh:357
13495msgid "No rebase in progress?"
13496msgstr ""
13497
13498#: git-rebase.sh:368
13499msgid "The --edit-todo action can only be used during interactive rebase."
13500msgstr ""
13501
13502#: git-rebase.sh:375
13503msgid "Cannot read HEAD"
13504msgstr ""
13505
13506#: git-rebase.sh:378
13507msgid ""
13508"You must edit all merge conflicts and then\n"
13509"mark them as resolved using git add"
13510msgstr ""
13511
13512#: git-rebase.sh:418
13513#, sh-format
13514msgid ""
13515"It seems that there is already a $state_dir_base directory, and\n"
13516"I wonder if you are in the middle of another rebase.  If that is the\n"
13517"case, please try\n"
13518"\t$cmd_live_rebase\n"
13519"If that is not the case, please\n"
13520"\t$cmd_clear_stale_rebase\n"
13521"and run me again.  I am stopping in case you still have something\n"
13522"valuable there."
13523msgstr ""
13524
13525#: git-rebase.sh:469
13526#, sh-format
13527msgid "invalid upstream $upstream_name"
13528msgstr ""
13529
13530#: git-rebase.sh:493
13531#, sh-format
13532msgid "$onto_name: there are more than one merge bases"
13533msgstr ""
13534
13535#: git-rebase.sh:496 git-rebase.sh:500
13536#, sh-format
13537msgid "$onto_name: there is no merge base"
13538msgstr ""
13539
13540#: git-rebase.sh:505
13541#, sh-format
13542msgid "Does not point to a valid commit: $onto_name"
13543msgstr ""
13544
13545#: git-rebase.sh:528
13546#, sh-format
13547msgid "fatal: no such branch: $branch_name"
13548msgstr ""
13549
13550#: git-rebase.sh:561
13551msgid "Cannot autostash"
13552msgstr ""
13553
13554#: git-rebase.sh:566
13555#, sh-format
13556msgid "Created autostash: $stash_abbrev"
13557msgstr ""
13558
13559#: git-rebase.sh:570
13560msgid "Please commit or stash them."
13561msgstr ""
13562
13563#: git-rebase.sh:590
13564#, sh-format
13565msgid "Current branch $branch_name is up to date."
13566msgstr ""
13567
13568#: git-rebase.sh:594
13569#, sh-format
13570msgid "Current branch $branch_name is up to date, rebase forced."
13571msgstr ""
13572
13573#: git-rebase.sh:605
13574#, sh-format
13575msgid "Changes from $mb to $onto:"
13576msgstr ""
13577
13578#: git-rebase.sh:614
13579msgid "First, rewinding head to replay your work on top of it..."
13580msgstr ""
13581
13582#: git-rebase.sh:624
13583#, sh-format
13584msgid "Fast-forwarded $branch_name to $onto_name."
13585msgstr ""
13586
13587#: git-stash.sh:53
13588msgid "git stash clear with parameters is unimplemented"
13589msgstr ""
13590
13591#: git-stash.sh:94
13592msgid "You do not have the initial commit yet"
13593msgstr ""
13594
13595#: git-stash.sh:109
13596msgid "Cannot save the current index state"
13597msgstr ""
13598
13599#: git-stash.sh:124
13600msgid "Cannot save the untracked files"
13601msgstr ""
13602
13603#: git-stash.sh:144 git-stash.sh:157
13604msgid "Cannot save the current worktree state"
13605msgstr ""
13606
13607#: git-stash.sh:161
13608msgid "No changes selected"
13609msgstr ""
13610
13611#: git-stash.sh:164
13612msgid "Cannot remove temporary index (can't happen)"
13613msgstr ""
13614
13615#: git-stash.sh:177
13616msgid "Cannot record working tree state"
13617msgstr ""
13618
13619#: git-stash.sh:209
13620#, sh-format
13621msgid "Cannot update $ref_stash with $w_commit"
13622msgstr ""
13623
13624#. TRANSLATORS: $option is an invalid option, like
13625#. `--blah-blah'. The 7 spaces at the beginning of the
13626#. second line correspond to "error: ". So you should line
13627#. up the second line with however many characters the
13628#. translation of "error: " takes in your language. E.g. in
13629#. English this is:
13630#.
13631#. $ git stash save --blah-blah 2>&1 | head -n 2
13632#. error: unknown option for 'stash save': --blah-blah
13633#. To provide a message, use git stash save -- '--blah-blah'
13634#: git-stash.sh:265
13635#, sh-format
13636msgid ""
13637"error: unknown option for 'stash save': $option\n"
13638"       To provide a message, use git stash save -- '$option'"
13639msgstr ""
13640
13641#: git-stash.sh:278
13642msgid "Can't use --patch and --include-untracked or --all at the same time"
13643msgstr ""
13644
13645#: git-stash.sh:286
13646msgid "No local changes to save"
13647msgstr ""
13648
13649#: git-stash.sh:291
13650msgid "Cannot initialize stash"
13651msgstr ""
13652
13653#: git-stash.sh:295
13654msgid "Cannot save the current status"
13655msgstr ""
13656
13657#: git-stash.sh:296
13658#, sh-format
13659msgid "Saved working directory and index state $stash_msg"
13660msgstr ""
13661
13662#: git-stash.sh:323
13663msgid "Cannot remove worktree changes"
13664msgstr ""
13665
13666#: git-stash.sh:471
13667#, sh-format
13668msgid "unknown option: $opt"
13669msgstr ""
13670
13671#: git-stash.sh:484
13672msgid "No stash found."
13673msgstr ""
13674
13675#: git-stash.sh:491
13676#, sh-format
13677msgid "Too many revisions specified: $REV"
13678msgstr ""
13679
13680#: git-stash.sh:506
13681#, sh-format
13682msgid "$reference is not a valid reference"
13683msgstr ""
13684
13685#: git-stash.sh:534
13686#, sh-format
13687msgid "'$args' is not a stash-like commit"
13688msgstr ""
13689
13690#: git-stash.sh:545
13691#, sh-format
13692msgid "'$args' is not a stash reference"
13693msgstr ""
13694
13695#: git-stash.sh:553
13696msgid "unable to refresh index"
13697msgstr ""
13698
13699#: git-stash.sh:557
13700msgid "Cannot apply a stash in the middle of a merge"
13701msgstr ""
13702
13703#: git-stash.sh:565
13704msgid "Conflicts in index. Try without --index."
13705msgstr ""
13706
13707#: git-stash.sh:567
13708msgid "Could not save index tree"
13709msgstr ""
13710
13711#: git-stash.sh:576
13712msgid "Could not restore untracked files from stash"
13713msgstr ""
13714
13715#: git-stash.sh:601
13716msgid "Cannot unstage modified files"
13717msgstr ""
13718
13719#: git-stash.sh:616
13720msgid "Index was not unstashed."
13721msgstr ""
13722
13723#: git-stash.sh:630
13724msgid "The stash is kept in case you need it again."
13725msgstr ""
13726
13727#: git-stash.sh:639
13728#, sh-format
13729msgid "Dropped ${REV} ($s)"
13730msgstr ""
13731
13732#: git-stash.sh:640
13733#, sh-format
13734msgid "${REV}: Could not drop stash entry"
13735msgstr ""
13736
13737#: git-stash.sh:648
13738msgid "No branch name specified"
13739msgstr ""
13740
13741#: git-stash.sh:727
13742msgid "(To restore them type \"git stash apply\")"
13743msgstr ""
13744
13745#: git-submodule.sh:181
13746msgid "Relative path can only be used from the toplevel of the working tree"
13747msgstr ""
13748
13749#: git-submodule.sh:191
13750#, sh-format
13751msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13752msgstr ""
13753
13754#: git-submodule.sh:210
13755#, sh-format
13756msgid "'$sm_path' already exists in the index"
13757msgstr ""
13758
13759#: git-submodule.sh:213
13760#, sh-format
13761msgid "'$sm_path' already exists in the index and is not a submodule"
13762msgstr ""
13763
13764#: git-submodule.sh:218
13765#, sh-format
13766msgid ""
13767"The following path is ignored by one of your .gitignore files:\n"
13768"$sm_path\n"
13769"Use -f if you really want to add it."
13770msgstr ""
13771
13772#: git-submodule.sh:236
13773#, sh-format
13774msgid "Adding existing repo at '$sm_path' to the index"
13775msgstr ""
13776
13777#: git-submodule.sh:238
13778#, sh-format
13779msgid "'$sm_path' already exists and is not a valid git repo"
13780msgstr ""
13781
13782#: git-submodule.sh:246
13783#, sh-format
13784msgid "A git directory for '$sm_name' is found locally with remote(s):"
13785msgstr ""
13786
13787#: git-submodule.sh:248
13788#, sh-format
13789msgid ""
13790"If you want to reuse this local git directory instead of cloning again from\n"
13791"  $realrepo\n"
13792"use the '--force' option. If the local git directory is not the correct "
13793"repo\n"
13794"or you are unsure what this means choose another name with the '--name' "
13795"option."
13796msgstr ""
13797
13798#: git-submodule.sh:254
13799#, sh-format
13800msgid "Reactivating local git directory for submodule '$sm_name'."
13801msgstr ""
13802
13803#: git-submodule.sh:266
13804#, sh-format
13805msgid "Unable to checkout submodule '$sm_path'"
13806msgstr ""
13807
13808#: git-submodule.sh:271
13809#, sh-format
13810msgid "Failed to add submodule '$sm_path'"
13811msgstr ""
13812
13813#: git-submodule.sh:280
13814#, sh-format
13815msgid "Failed to register submodule '$sm_path'"
13816msgstr ""
13817
13818#: git-submodule.sh:341
13819#, sh-format
13820msgid "Entering '$displaypath'"
13821msgstr ""
13822
13823#: git-submodule.sh:361
13824#, sh-format
13825msgid "Stopping at '$displaypath'; script returned non-zero status."
13826msgstr ""
13827
13828#: git-submodule.sh:432
13829#, sh-format
13830msgid "pathspec and --all are incompatible"
13831msgstr ""
13832
13833#: git-submodule.sh:437
13834#, sh-format
13835msgid "Use '--all' if you really want to deinitialize all submodules"
13836msgstr ""
13837
13838#: git-submodule.sh:457
13839#, sh-format
13840msgid ""
13841"Submodule work tree '$displaypath' contains a .git directory\n"
13842"(use 'rm -rf' if you really want to remove it including all of its history)"
13843msgstr ""
13844
13845#: git-submodule.sh:465
13846#, sh-format
13847msgid ""
13848"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13849"discard them"
13850msgstr ""
13851
13852#: git-submodule.sh:468
13853#, sh-format
13854msgid "Cleared directory '$displaypath'"
13855msgstr ""
13856
13857#: git-submodule.sh:469
13858#, sh-format
13859msgid "Could not remove submodule work tree '$displaypath'"
13860msgstr ""
13861
13862#: git-submodule.sh:472
13863#, sh-format
13864msgid "Could not create empty submodule directory '$displaypath'"
13865msgstr ""
13866
13867#: git-submodule.sh:481
13868#, sh-format
13869msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13870msgstr ""
13871
13872#: git-submodule.sh:637
13873#, sh-format
13874msgid "Unable to find current revision in submodule path '$displaypath'"
13875msgstr ""
13876
13877#: git-submodule.sh:647
13878#, sh-format
13879msgid "Unable to fetch in submodule path '$sm_path'"
13880msgstr ""
13881
13882#: git-submodule.sh:652
13883#, sh-format
13884msgid ""
13885"Unable to find current ${remote_name}/${branch} revision in submodule path "
13886"'$sm_path'"
13887msgstr ""
13888
13889#: git-submodule.sh:670
13890#, sh-format
13891msgid "Unable to fetch in submodule path '$displaypath'"
13892msgstr ""
13893
13894#: git-submodule.sh:676
13895#, sh-format
13896msgid ""
13897"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13898"Direct fetching of that commit failed."
13899msgstr ""
13900
13901#: git-submodule.sh:683
13902#, sh-format
13903msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13904msgstr ""
13905
13906#: git-submodule.sh:684
13907#, sh-format
13908msgid "Submodule path '$displaypath': checked out '$sha1'"
13909msgstr ""
13910
13911#: git-submodule.sh:688
13912#, sh-format
13913msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13914msgstr ""
13915
13916#: git-submodule.sh:689
13917#, sh-format
13918msgid "Submodule path '$displaypath': rebased into '$sha1'"
13919msgstr ""
13920
13921#: git-submodule.sh:694
13922#, sh-format
13923msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13924msgstr ""
13925
13926#: git-submodule.sh:695
13927#, sh-format
13928msgid "Submodule path '$displaypath': merged in '$sha1'"
13929msgstr ""
13930
13931#: git-submodule.sh:700
13932#, sh-format
13933msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13934msgstr ""
13935
13936#: git-submodule.sh:701
13937#, sh-format
13938msgid "Submodule path '$displaypath': '$command $sha1'"
13939msgstr ""
13940
13941#: git-submodule.sh:732
13942#, sh-format
13943msgid "Failed to recurse into submodule path '$displaypath'"
13944msgstr ""
13945
13946#: git-submodule.sh:840
13947msgid "The --cached option cannot be used with the --files option"
13948msgstr ""
13949
13950#: git-submodule.sh:892
13951#, sh-format
13952msgid "unexpected mode $mod_dst"
13953msgstr ""
13954
13955#: git-submodule.sh:912
13956#, sh-format
13957msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13958msgstr ""
13959
13960#: git-submodule.sh:915
13961#, sh-format
13962msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13963msgstr ""
13964
13965#: git-submodule.sh:918
13966#, sh-format
13967msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13968msgstr ""
13969
13970#: git-submodule.sh:1064
13971#, sh-format
13972msgid "Failed to recurse into submodule path '$sm_path'"
13973msgstr ""
13974
13975#: git-submodule.sh:1136
13976#, sh-format
13977msgid "Synchronizing submodule url for '$displaypath'"
13978msgstr ""
13979
13980#: git-parse-remote.sh:89
13981#, sh-format
13982msgid "See git-${cmd}(1) for details."
13983msgstr ""
13984
13985#: git-rebase--interactive.sh:140
13986#, sh-format
13987msgid "Rebasing ($new_count/$total)"
13988msgstr ""
13989
13990#: git-rebase--interactive.sh:156
13991msgid ""
13992"\n"
13993"Commands:\n"
13994" p, pick = use commit\n"
13995" r, reword = use commit, but edit the commit message\n"
13996" e, edit = use commit, but stop for amending\n"
13997" s, squash = use commit, but meld into previous commit\n"
13998" f, fixup = like \"squash\", but discard this commit's log message\n"
13999" x, exec = run command (the rest of the line) using shell\n"
14000" d, drop = remove commit\n"
14001"\n"
14002"These lines can be re-ordered; they are executed from top to bottom.\n"
14003msgstr ""
14004
14005#: git-rebase--interactive.sh:171
14006msgid ""
14007"\n"
14008"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14009msgstr ""
14010
14011#: git-rebase--interactive.sh:175
14012msgid ""
14013"\n"
14014"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14015msgstr ""
14016
14017#: git-rebase--interactive.sh:211
14018#, sh-format
14019msgid ""
14020"You can amend the commit now, with\n"
14021"\n"
14022"\tgit commit --amend $gpg_sign_opt_quoted\n"
14023"\n"
14024"Once you are satisfied with your changes, run\n"
14025"\n"
14026"\tgit rebase --continue"
14027msgstr ""
14028
14029#: git-rebase--interactive.sh:236
14030#, sh-format
14031msgid "$sha1: not a commit that can be picked"
14032msgstr ""
14033
14034#: git-rebase--interactive.sh:275
14035#, sh-format
14036msgid "Invalid commit name: $sha1"
14037msgstr ""
14038
14039#: git-rebase--interactive.sh:317
14040msgid "Cannot write current commit's replacement sha1"
14041msgstr ""
14042
14043#: git-rebase--interactive.sh:369
14044#, sh-format
14045msgid "Fast-forward to $sha1"
14046msgstr ""
14047
14048#: git-rebase--interactive.sh:371
14049#, sh-format
14050msgid "Cannot fast-forward to $sha1"
14051msgstr ""
14052
14053#: git-rebase--interactive.sh:380
14054#, sh-format
14055msgid "Cannot move HEAD to $first_parent"
14056msgstr ""
14057
14058#: git-rebase--interactive.sh:385
14059#, sh-format
14060msgid "Refusing to squash a merge: $sha1"
14061msgstr ""
14062
14063#: git-rebase--interactive.sh:399
14064#, sh-format
14065msgid "Error redoing merge $sha1"
14066msgstr ""
14067
14068#: git-rebase--interactive.sh:407
14069#, sh-format
14070msgid "Could not pick $sha1"
14071msgstr ""
14072
14073#: git-rebase--interactive.sh:416
14074#, sh-format
14075msgid "This is the commit message #${n}:"
14076msgstr ""
14077
14078#: git-rebase--interactive.sh:421
14079#, sh-format
14080msgid "The commit message #${n} will be skipped:"
14081msgstr ""
14082
14083#: git-rebase--interactive.sh:432
14084#, sh-format
14085msgid "This is a combination of $count commit."
14086msgid_plural "This is a combination of $count commits."
14087msgstr[0] ""
14088msgstr[1] ""
14089
14090#: git-rebase--interactive.sh:441
14091#, sh-format
14092msgid "Cannot write $fixup_msg"
14093msgstr ""
14094
14095#: git-rebase--interactive.sh:444
14096msgid "This is a combination of 2 commits."
14097msgstr ""
14098
14099#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
14100#: git-rebase--interactive.sh:531
14101#, sh-format
14102msgid "Could not apply $sha1... $rest"
14103msgstr ""
14104
14105#: git-rebase--interactive.sh:559
14106#, sh-format
14107msgid ""
14108"Could not amend commit after successfully picking $sha1... $rest\n"
14109"This is most likely due to an empty commit message, or the pre-commit hook\n"
14110"failed. If the pre-commit hook failed, you may need to resolve the issue "
14111"before\n"
14112"you are able to reword the commit."
14113msgstr ""
14114
14115#: git-rebase--interactive.sh:574
14116#, sh-format
14117msgid "Stopped at $sha1_abbrev... $rest"
14118msgstr ""
14119
14120#: git-rebase--interactive.sh:589
14121#, sh-format
14122msgid "Cannot '$squash_style' without a previous commit"
14123msgstr ""
14124
14125#: git-rebase--interactive.sh:631
14126#, sh-format
14127msgid "Executing: $rest"
14128msgstr ""
14129
14130#: git-rebase--interactive.sh:639
14131#, sh-format
14132msgid "Execution failed: $rest"
14133msgstr ""
14134
14135#: git-rebase--interactive.sh:641
14136msgid "and made changes to the index and/or the working tree"
14137msgstr ""
14138
14139#: git-rebase--interactive.sh:643
14140msgid ""
14141"You can fix the problem, and then run\n"
14142"\n"
14143"\tgit rebase --continue"
14144msgstr ""
14145
14146#. TRANSLATORS: after these lines is a command to be issued by the user
14147#: git-rebase--interactive.sh:656
14148#, sh-format
14149msgid ""
14150"Execution succeeded: $rest\n"
14151"but left changes to the index and/or the working tree\n"
14152"Commit or stash your changes, and then run\n"
14153"\n"
14154"\tgit rebase --continue"
14155msgstr ""
14156
14157#: git-rebase--interactive.sh:667
14158#, sh-format
14159msgid "Unknown command: $command $sha1 $rest"
14160msgstr ""
14161
14162#: git-rebase--interactive.sh:668
14163msgid "Please fix this using 'git rebase --edit-todo'."
14164msgstr ""
14165
14166#: git-rebase--interactive.sh:703
14167#, sh-format
14168msgid "Successfully rebased and updated $head_name."
14169msgstr ""
14170
14171#: git-rebase--interactive.sh:750
14172msgid "Could not skip unnecessary pick commands"
14173msgstr ""
14174
14175#: git-rebase--interactive.sh:908
14176#, sh-format
14177msgid ""
14178"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
14179" - $line"
14180msgstr ""
14181
14182#: git-rebase--interactive.sh:941
14183#, sh-format
14184msgid ""
14185"Warning: the command isn't recognized in the following line:\n"
14186" - $line"
14187msgstr ""
14188
14189#: git-rebase--interactive.sh:980
14190msgid "could not detach HEAD"
14191msgstr ""
14192
14193#: git-rebase--interactive.sh:1018
14194msgid ""
14195"Warning: some commits may have been dropped accidentally.\n"
14196"Dropped commits (newer to older):"
14197msgstr ""
14198
14199#: git-rebase--interactive.sh:1026
14200msgid ""
14201"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
14202"\n"
14203"Use 'git config rebase.missingCommitsCheck' to change the level of "
14204"warnings.\n"
14205"The possible behaviours are: ignore, warn, error."
14206msgstr ""
14207
14208#: git-rebase--interactive.sh:1037
14209#, sh-format
14210msgid ""
14211"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
14212"Ignoring."
14213msgstr ""
14214
14215#: git-rebase--interactive.sh:1054
14216msgid ""
14217"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
14218"continue'."
14219msgstr ""
14220
14221#: git-rebase--interactive.sh:1055
14222msgid "Or you can abort the rebase with 'git rebase --abort'."
14223msgstr ""
14224
14225#: git-rebase--interactive.sh:1083
14226msgid "Could not remove CHERRY_PICK_HEAD"
14227msgstr ""
14228
14229#: git-rebase--interactive.sh:1088
14230#, sh-format
14231msgid ""
14232"You have staged changes in your working tree.\n"
14233"If these changes are meant to be\n"
14234"squashed into the previous commit, run:\n"
14235"\n"
14236"  git commit --amend $gpg_sign_opt_quoted\n"
14237"\n"
14238"If they are meant to go into a new commit, run:\n"
14239"\n"
14240"  git commit $gpg_sign_opt_quoted\n"
14241"\n"
14242"In both cases, once you're done, continue with:\n"
14243"\n"
14244"  git rebase --continue\n"
14245msgstr ""
14246
14247#: git-rebase--interactive.sh:1105
14248msgid "Error trying to find the author identity to amend commit"
14249msgstr ""
14250
14251#: git-rebase--interactive.sh:1110
14252msgid ""
14253"You have uncommitted changes in your working tree. Please commit them\n"
14254"first and then run 'git rebase --continue' again."
14255msgstr ""
14256
14257#: git-rebase--interactive.sh:1115 git-rebase--interactive.sh:1119
14258msgid "Could not commit staged changes."
14259msgstr ""
14260
14261#: git-rebase--interactive.sh:1147
14262msgid ""
14263"\n"
14264"You are editing the todo file of an ongoing interactive rebase.\n"
14265"To continue rebase after editing, run:\n"
14266"    git rebase --continue\n"
14267"\n"
14268msgstr ""
14269
14270#: git-rebase--interactive.sh:1155 git-rebase--interactive.sh:1313
14271msgid "Could not execute editor"
14272msgstr ""
14273
14274#: git-rebase--interactive.sh:1168
14275#, sh-format
14276msgid "Could not checkout $switch_to"
14277msgstr ""
14278
14279#: git-rebase--interactive.sh:1173
14280msgid "No HEAD?"
14281msgstr ""
14282
14283#: git-rebase--interactive.sh:1174
14284#, sh-format
14285msgid "Could not create temporary $state_dir"
14286msgstr ""
14287
14288#: git-rebase--interactive.sh:1176
14289msgid "Could not mark as interactive"
14290msgstr ""
14291
14292#: git-rebase--interactive.sh:1186 git-rebase--interactive.sh:1191
14293msgid "Could not init rewritten commits"
14294msgstr ""
14295
14296#: git-rebase--interactive.sh:1291
14297#, sh-format
14298msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14299msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14300msgstr[0] ""
14301msgstr[1] ""
14302
14303#: git-rebase--interactive.sh:1296
14304msgid ""
14305"\n"
14306"However, if you remove everything, the rebase will be aborted.\n"
14307"\n"
14308msgstr ""
14309
14310#: git-rebase--interactive.sh:1303
14311msgid "Note that empty commits are commented out"
14312msgstr ""
14313
14314#: git-sh-setup.sh:89 git-sh-setup.sh:94
14315#, sh-format
14316msgid "usage: $dashless $USAGE"
14317msgstr ""
14318
14319#: git-sh-setup.sh:190
14320#, sh-format
14321msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14322msgstr ""
14323
14324#: git-sh-setup.sh:199 git-sh-setup.sh:206
14325#, sh-format
14326msgid "fatal: $program_name cannot be used without a working tree."
14327msgstr ""
14328
14329#: git-sh-setup.sh:220
14330msgid "Cannot rebase: You have unstaged changes."
14331msgstr ""
14332
14333#: git-sh-setup.sh:223
14334msgid "Cannot rewrite branches: You have unstaged changes."
14335msgstr ""
14336
14337#: git-sh-setup.sh:226
14338msgid "Cannot pull with rebase: You have unstaged changes."
14339msgstr ""
14340
14341#: git-sh-setup.sh:229
14342#, sh-format
14343msgid "Cannot $action: You have unstaged changes."
14344msgstr ""
14345
14346#: git-sh-setup.sh:242
14347msgid "Cannot rebase: Your index contains uncommitted changes."
14348msgstr ""
14349
14350#: git-sh-setup.sh:245
14351msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14352msgstr ""
14353
14354#: git-sh-setup.sh:248
14355#, sh-format
14356msgid "Cannot $action: Your index contains uncommitted changes."
14357msgstr ""
14358
14359#: git-sh-setup.sh:252
14360msgid "Additionally, your index contains uncommitted changes."
14361msgstr ""
14362
14363#: git-sh-setup.sh:372
14364msgid "You need to run this command from the toplevel of the working tree."
14365msgstr ""
14366
14367#: git-sh-setup.sh:377
14368msgid "Unable to determine absolute path of git directory"
14369msgstr ""
14370
14371#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14372#: git-add--interactive.perl:238
14373#, perl-format
14374msgid "%12s %12s %s"
14375msgstr ""
14376
14377#: git-add--interactive.perl:239
14378msgid "staged"
14379msgstr ""
14380
14381#: git-add--interactive.perl:239
14382msgid "unstaged"
14383msgstr ""
14384
14385#: git-add--interactive.perl:288 git-add--interactive.perl:313
14386msgid "binary"
14387msgstr ""
14388
14389#: git-add--interactive.perl:297 git-add--interactive.perl:351
14390msgid "nothing"
14391msgstr ""
14392
14393#: git-add--interactive.perl:333 git-add--interactive.perl:348
14394msgid "unchanged"
14395msgstr ""
14396
14397#: git-add--interactive.perl:644
14398#, perl-format
14399msgid "added %d path\n"
14400msgid_plural "added %d paths\n"
14401msgstr[0] ""
14402msgstr[1] ""
14403
14404#: git-add--interactive.perl:647
14405#, perl-format
14406msgid "updated %d path\n"
14407msgid_plural "updated %d paths\n"
14408msgstr[0] ""
14409msgstr[1] ""
14410
14411#: git-add--interactive.perl:650
14412#, perl-format
14413msgid "reverted %d path\n"
14414msgid_plural "reverted %d paths\n"
14415msgstr[0] ""
14416msgstr[1] ""
14417
14418#: git-add--interactive.perl:653
14419#, perl-format
14420msgid "touched %d path\n"
14421msgid_plural "touched %d paths\n"
14422msgstr[0] ""
14423msgstr[1] ""
14424
14425#: git-add--interactive.perl:662
14426msgid "Update"
14427msgstr ""
14428
14429#: git-add--interactive.perl:674
14430msgid "Revert"
14431msgstr ""
14432
14433#: git-add--interactive.perl:697
14434#, perl-format
14435msgid "note: %s is untracked now.\n"
14436msgstr ""
14437
14438#: git-add--interactive.perl:708
14439msgid "Add untracked"
14440msgstr ""
14441
14442#: git-add--interactive.perl:714
14443msgid "No untracked files.\n"
14444msgstr ""
14445
14446#: git-add--interactive.perl:1030
14447msgid ""
14448"If the patch applies cleanly, the edited hunk will immediately be\n"
14449"marked for staging."
14450msgstr ""
14451
14452#: git-add--interactive.perl:1033
14453msgid ""
14454"If the patch applies cleanly, the edited hunk will immediately be\n"
14455"marked for stashing."
14456msgstr ""
14457
14458#: git-add--interactive.perl:1036
14459msgid ""
14460"If the patch applies cleanly, the edited hunk will immediately be\n"
14461"marked for unstaging."
14462msgstr ""
14463
14464#: git-add--interactive.perl:1039 git-add--interactive.perl:1048
14465msgid ""
14466"If the patch applies cleanly, the edited hunk will immediately be\n"
14467"marked for applying."
14468msgstr ""
14469
14470#: git-add--interactive.perl:1042 git-add--interactive.perl:1045
14471msgid ""
14472"If the patch applies cleanly, the edited hunk will immediately be\n"
14473"marked for discarding."
14474msgstr ""
14475
14476#: git-add--interactive.perl:1058
14477#, perl-format
14478msgid "failed to open hunk edit file for writing: %s"
14479msgstr ""
14480
14481#: git-add--interactive.perl:1059
14482msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14483msgstr ""
14484
14485#: git-add--interactive.perl:1065
14486#, perl-format
14487msgid ""
14488"---\n"
14489"To remove '%s' lines, make them ' ' lines (context).\n"
14490"To remove '%s' lines, delete them.\n"
14491"Lines starting with %s will be removed.\n"
14492msgstr ""
14493
14494#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14495#: git-add--interactive.perl:1073
14496msgid ""
14497"If it does not apply cleanly, you will be given an opportunity to\n"
14498"edit again.  If all lines of the hunk are removed, then the edit is\n"
14499"aborted and the hunk is left unchanged.\n"
14500msgstr ""
14501
14502#: git-add--interactive.perl:1087
14503#, perl-format
14504msgid "failed to open hunk edit file for reading: %s"
14505msgstr ""
14506
14507#. TRANSLATORS: do not translate [y/n]
14508#. The program will only accept that input
14509#. at this point.
14510#. Consider translating (saying "no" discards!) as
14511#. (saying "n" for "no" discards!) if the translation
14512#. of the word "no" does not start with n.
14513#: git-add--interactive.perl:1178
14514msgid ""
14515"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14516msgstr ""
14517
14518#: git-add--interactive.perl:1187
14519msgid ""
14520"y - stage this hunk\n"
14521"n - do not stage this hunk\n"
14522"q - quit; do not stage this hunk or any of the remaining ones\n"
14523"a - stage this hunk and all later hunks in the file\n"
14524"d - do not stage this hunk or any of the later hunks in the file"
14525msgstr ""
14526
14527#: git-add--interactive.perl:1193
14528msgid ""
14529"y - stash this hunk\n"
14530"n - do not stash this hunk\n"
14531"q - quit; do not stash this hunk or any of the remaining ones\n"
14532"a - stash this hunk and all later hunks in the file\n"
14533"d - do not stash this hunk or any of the later hunks in the file"
14534msgstr ""
14535
14536#: git-add--interactive.perl:1199
14537msgid ""
14538"y - unstage this hunk\n"
14539"n - do not unstage this hunk\n"
14540"q - quit; do not unstage this hunk or any of the remaining ones\n"
14541"a - unstage this hunk and all later hunks in the file\n"
14542"d - do not unstage this hunk or any of the later hunks in the file"
14543msgstr ""
14544
14545#: git-add--interactive.perl:1205
14546msgid ""
14547"y - apply this hunk to index\n"
14548"n - do not apply this hunk to index\n"
14549"q - quit; do not apply this hunk or any of the remaining ones\n"
14550"a - apply this hunk and all later hunks in the file\n"
14551"d - do not apply this hunk or any of the later hunks in the file"
14552msgstr ""
14553
14554#: git-add--interactive.perl:1211
14555msgid ""
14556"y - discard this hunk from worktree\n"
14557"n - do not discard this hunk from worktree\n"
14558"q - quit; do not discard this hunk or any of the remaining ones\n"
14559"a - discard this hunk and all later hunks in the file\n"
14560"d - do not discard this hunk or any of the later hunks in the file"
14561msgstr ""
14562
14563#: git-add--interactive.perl:1217
14564msgid ""
14565"y - discard this hunk from index and worktree\n"
14566"n - do not discard this hunk from index and worktree\n"
14567"q - quit; do not discard this hunk or any of the remaining ones\n"
14568"a - discard this hunk and all later hunks in the file\n"
14569"d - do not discard this hunk or any of the later hunks in the file"
14570msgstr ""
14571
14572#: git-add--interactive.perl:1223
14573msgid ""
14574"y - apply this hunk to index and worktree\n"
14575"n - do not apply this hunk to index and worktree\n"
14576"q - quit; do not apply this hunk or any of the remaining ones\n"
14577"a - apply this hunk and all later hunks in the file\n"
14578"d - do not apply this hunk or any of the later hunks in the file"
14579msgstr ""
14580
14581#: git-add--interactive.perl:1232
14582msgid ""
14583"g - select a hunk to go to\n"
14584"/ - search for a hunk matching the given regex\n"
14585"j - leave this hunk undecided, see next undecided hunk\n"
14586"J - leave this hunk undecided, see next hunk\n"
14587"k - leave this hunk undecided, see previous undecided hunk\n"
14588"K - leave this hunk undecided, see previous hunk\n"
14589"s - split the current hunk into smaller hunks\n"
14590"e - manually edit the current hunk\n"
14591"? - print help\n"
14592msgstr ""
14593
14594#: git-add--interactive.perl:1263
14595msgid "The selected hunks do not apply to the index!\n"
14596msgstr ""
14597
14598#: git-add--interactive.perl:1264
14599msgid "Apply them to the worktree anyway? "
14600msgstr ""
14601
14602#: git-add--interactive.perl:1267
14603msgid "Nothing was applied.\n"
14604msgstr ""
14605
14606#: git-add--interactive.perl:1278
14607#, perl-format
14608msgid "ignoring unmerged: %s\n"
14609msgstr ""
14610
14611#: git-add--interactive.perl:1287
14612msgid "Only binary files changed.\n"
14613msgstr ""
14614
14615#: git-add--interactive.perl:1289
14616msgid "No changes.\n"
14617msgstr ""
14618
14619#: git-add--interactive.perl:1297
14620msgid "Patch update"
14621msgstr ""
14622
14623#: git-add--interactive.perl:1349
14624#, perl-format
14625msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14626msgstr ""
14627
14628#: git-add--interactive.perl:1350
14629#, perl-format
14630msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14631msgstr ""
14632
14633#: git-add--interactive.perl:1351
14634#, perl-format
14635msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14636msgstr ""
14637
14638#: git-add--interactive.perl:1354
14639#, perl-format
14640msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14641msgstr ""
14642
14643#: git-add--interactive.perl:1355
14644#, perl-format
14645msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14646msgstr ""
14647
14648#: git-add--interactive.perl:1356
14649#, perl-format
14650msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14651msgstr ""
14652
14653#: git-add--interactive.perl:1359
14654#, perl-format
14655msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14656msgstr ""
14657
14658#: git-add--interactive.perl:1360
14659#, perl-format
14660msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14661msgstr ""
14662
14663#: git-add--interactive.perl:1361
14664#, perl-format
14665msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14666msgstr ""
14667
14668#: git-add--interactive.perl:1364
14669#, perl-format
14670msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14671msgstr ""
14672
14673#: git-add--interactive.perl:1365
14674#, perl-format
14675msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14676msgstr ""
14677
14678#: git-add--interactive.perl:1366
14679#, perl-format
14680msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14681msgstr ""
14682
14683#: git-add--interactive.perl:1369
14684#, perl-format
14685msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14686msgstr ""
14687
14688#: git-add--interactive.perl:1370
14689#, perl-format
14690msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14691msgstr ""
14692
14693#: git-add--interactive.perl:1371
14694#, perl-format
14695msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14696msgstr ""
14697
14698#: git-add--interactive.perl:1374
14699#, perl-format
14700msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14701msgstr ""
14702
14703#: git-add--interactive.perl:1375
14704#, perl-format
14705msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14706msgstr ""
14707
14708#: git-add--interactive.perl:1376
14709#, perl-format
14710msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14711msgstr ""
14712
14713#: git-add--interactive.perl:1379
14714#, perl-format
14715msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14716msgstr ""
14717
14718#: git-add--interactive.perl:1380
14719#, perl-format
14720msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14721msgstr ""
14722
14723#: git-add--interactive.perl:1381
14724#, perl-format
14725msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14726msgstr ""
14727
14728#: git-add--interactive.perl:1484
14729msgid "go to which hunk (<ret> to see more)? "
14730msgstr ""
14731
14732#: git-add--interactive.perl:1486
14733msgid "go to which hunk? "
14734msgstr ""
14735
14736#: git-add--interactive.perl:1495
14737#, perl-format
14738msgid "Invalid number: '%s'\n"
14739msgstr ""
14740
14741#: git-add--interactive.perl:1500
14742#, perl-format
14743msgid "Sorry, only %d hunk available.\n"
14744msgid_plural "Sorry, only %d hunks available.\n"
14745msgstr[0] ""
14746msgstr[1] ""
14747
14748#: git-add--interactive.perl:1526
14749msgid "search for regex? "
14750msgstr ""
14751
14752#: git-add--interactive.perl:1539
14753#, perl-format
14754msgid "Malformed search regexp %s: %s\n"
14755msgstr ""
14756
14757#: git-add--interactive.perl:1549
14758msgid "No hunk matches the given pattern\n"
14759msgstr ""
14760
14761#: git-add--interactive.perl:1561 git-add--interactive.perl:1583
14762msgid "No previous hunk\n"
14763msgstr ""
14764
14765#: git-add--interactive.perl:1570 git-add--interactive.perl:1589
14766msgid "No next hunk\n"
14767msgstr ""
14768
14769#: git-add--interactive.perl:1597
14770#, perl-format
14771msgid "Split into %d hunk.\n"
14772msgid_plural "Split into %d hunks.\n"
14773msgstr[0] ""
14774msgstr[1] ""
14775
14776#: git-add--interactive.perl:1649
14777msgid "Review diff"
14778msgstr ""
14779
14780#. TRANSLATORS: please do not translate the command names
14781#. 'status', 'update', 'revert', etc.
14782#: git-add--interactive.perl:1668
14783msgid ""
14784"status        - show paths with changes\n"
14785"update        - add working tree state to the staged set of changes\n"
14786"revert        - revert staged set of changes back to the HEAD version\n"
14787"patch         - pick hunks and update selectively\n"
14788"diff          - view diff between HEAD and index\n"
14789"add untracked - add contents of untracked files to the staged set of "
14790"changes\n"
14791msgstr ""
14792
14793#: git-add--interactive.perl:1685 git-add--interactive.perl:1690
14794#: git-add--interactive.perl:1693 git-add--interactive.perl:1700
14795#: git-add--interactive.perl:1704 git-add--interactive.perl:1710
14796msgid "missing --"
14797msgstr ""
14798
14799#: git-add--interactive.perl:1706
14800#, perl-format
14801msgid "unknown --patch mode: %s"
14802msgstr ""
14803
14804#: git-add--interactive.perl:1712 git-add--interactive.perl:1718
14805#, perl-format
14806msgid "invalid argument %s, expecting --"
14807msgstr ""
14808
14809#: git-send-email.perl:121
14810msgid "local zone differs from GMT by a non-minute interval\n"
14811msgstr ""
14812
14813#: git-send-email.perl:128 git-send-email.perl:134
14814msgid "local time offset greater than or equal to 24 hours\n"
14815msgstr ""
14816
14817#: git-send-email.perl:202 git-send-email.perl:208
14818msgid "the editor exited uncleanly, aborting everything"
14819msgstr ""
14820
14821#: git-send-email.perl:282
14822#, perl-format
14823msgid ""
14824"'%s' contains an intermediate version of the email you were composing.\n"
14825msgstr ""
14826
14827#: git-send-email.perl:287
14828#, perl-format
14829msgid "'%s.final' contains the composed email.\n"
14830msgstr ""
14831
14832#: git-send-email.perl:305
14833msgid "--dump-aliases incompatible with other options\n"
14834msgstr ""
14835
14836#: git-send-email.perl:368 git-send-email.perl:623
14837msgid "Cannot run git format-patch from outside a repository\n"
14838msgstr ""
14839
14840#: git-send-email.perl:437
14841#, perl-format
14842msgid "Unknown --suppress-cc field: '%s'\n"
14843msgstr ""
14844
14845#: git-send-email.perl:466
14846#, perl-format
14847msgid "Unknown --confirm setting: '%s'\n"
14848msgstr ""
14849
14850#: git-send-email.perl:498
14851#, perl-format
14852msgid "warning: sendmail alias with quotes is not supported: %s\n"
14853msgstr ""
14854
14855#: git-send-email.perl:500
14856#, perl-format
14857msgid "warning: `:include:` not supported: %s\n"
14858msgstr ""
14859
14860#: git-send-email.perl:502
14861#, perl-format
14862msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14863msgstr ""
14864
14865#: git-send-email.perl:507
14866#, perl-format
14867msgid "warning: sendmail line is not recognized: %s\n"
14868msgstr ""
14869
14870#: git-send-email.perl:589
14871#, perl-format
14872msgid ""
14873"File '%s' exists but it could also be the range of commits\n"
14874"to produce patches for.  Please disambiguate by...\n"
14875"\n"
14876"    * Saying \"./%s\" if you mean a file; or\n"
14877"    * Giving --format-patch option if you mean a range.\n"
14878msgstr ""
14879
14880#: git-send-email.perl:610
14881#, perl-format
14882msgid "Failed to opendir %s: %s"
14883msgstr ""
14884
14885#: git-send-email.perl:634
14886#, perl-format
14887msgid ""
14888"fatal: %s: %s\n"
14889"warning: no patches were sent\n"
14890msgstr ""
14891
14892#: git-send-email.perl:645
14893msgid ""
14894"\n"
14895"No patch files specified!\n"
14896"\n"
14897msgstr ""
14898
14899#: git-send-email.perl:658
14900#, perl-format
14901msgid "No subject line in %s?"
14902msgstr ""
14903
14904#: git-send-email.perl:668
14905#, perl-format
14906msgid "Failed to open for writing %s: %s"
14907msgstr ""
14908
14909#: git-send-email.perl:678
14910msgid ""
14911"Lines beginning in \"GIT:\" will be removed.\n"
14912"Consider including an overall diffstat or table of contents\n"
14913"for the patch you are writing.\n"
14914"\n"
14915"Clear the body content if you don't wish to send a summary.\n"
14916msgstr ""
14917
14918#: git-send-email.perl:701
14919#, perl-format
14920msgid "Failed to open %s.final: %s"
14921msgstr ""
14922
14923#: git-send-email.perl:704
14924#, perl-format
14925msgid "Failed to open %s: %s"
14926msgstr ""
14927
14928#: git-send-email.perl:739
14929msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14930msgstr ""
14931
14932#: git-send-email.perl:748
14933msgid "Summary email is empty, skipping it\n"
14934msgstr ""
14935
14936#. TRANSLATORS: please keep [y/N] as is.
14937#: git-send-email.perl:780
14938#, perl-format
14939msgid "Are you sure you want to use <%s> [y/N]? "
14940msgstr ""
14941
14942#: git-send-email.perl:809
14943msgid ""
14944"The following files are 8bit, but do not declare a Content-Transfer-"
14945"Encoding.\n"
14946msgstr ""
14947
14948#: git-send-email.perl:814
14949msgid "Which 8bit encoding should I declare [UTF-8]? "
14950msgstr ""
14951
14952#: git-send-email.perl:822
14953#, perl-format
14954msgid ""
14955"Refusing to send because the patch\n"
14956"\t%s\n"
14957"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
14958"want to send.\n"
14959msgstr ""
14960
14961#: git-send-email.perl:841
14962msgid "To whom should the emails be sent (if anyone)?"
14963msgstr ""
14964
14965#: git-send-email.perl:859
14966#, perl-format
14967msgid "fatal: alias '%s' expands to itself\n"
14968msgstr ""
14969
14970#: git-send-email.perl:871
14971msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
14972msgstr ""
14973
14974#: git-send-email.perl:921 git-send-email.perl:929
14975#, perl-format
14976msgid "error: unable to extract a valid address from: %s\n"
14977msgstr ""
14978
14979#. TRANSLATORS: Make sure to include [q] [d] [e] in your
14980#. translation. The program will only accept English input
14981#. at this point.
14982#: git-send-email.perl:933
14983msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
14984msgstr ""
14985
14986#: git-send-email.perl:1234
14987#, perl-format
14988msgid "CA path \"%s\" does not exist"
14989msgstr ""
14990
14991#: git-send-email.perl:1309
14992msgid ""
14993"    The Cc list above has been expanded by additional\n"
14994"    addresses found in the patch commit message. By default\n"
14995"    send-email prompts before sending whenever this occurs.\n"
14996"    This behavior is controlled by the sendemail.confirm\n"
14997"    configuration setting.\n"
14998"\n"
14999"    For additional information, run 'git send-email --help'.\n"
15000"    To retain the current behavior, but squelch this message,\n"
15001"    run 'git config --global sendemail.confirm auto'.\n"
15002"\n"
15003msgstr ""
15004
15005#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15006#. translation. The program will only accept English input
15007#. at this point.
15008#: git-send-email.perl:1324
15009msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15010msgstr ""
15011
15012#: git-send-email.perl:1327
15013msgid "Send this email reply required"
15014msgstr ""
15015
15016#: git-send-email.perl:1353
15017msgid "The required SMTP server is not properly defined."
15018msgstr ""
15019
15020#: git-send-email.perl:1397
15021#, perl-format
15022msgid "Server does not support STARTTLS! %s"
15023msgstr ""
15024
15025#: git-send-email.perl:1403
15026msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15027msgstr ""
15028
15029#: git-send-email.perl:1421
15030#, perl-format
15031msgid "Failed to send %s\n"
15032msgstr ""
15033
15034#: git-send-email.perl:1424
15035#, perl-format
15036msgid "Dry-Sent %s\n"
15037msgstr ""
15038
15039#: git-send-email.perl:1424
15040#, perl-format
15041msgid "Sent %s\n"
15042msgstr ""
15043
15044#: git-send-email.perl:1426
15045msgid "Dry-OK. Log says:\n"
15046msgstr ""
15047
15048#: git-send-email.perl:1426
15049msgid "OK. Log says:\n"
15050msgstr ""
15051
15052#: git-send-email.perl:1438
15053msgid "Result: "
15054msgstr ""
15055
15056#: git-send-email.perl:1441
15057msgid "Result: OK\n"
15058msgstr ""
15059
15060#: git-send-email.perl:1454
15061#, perl-format
15062msgid "can't open file %s"
15063msgstr ""
15064
15065#: git-send-email.perl:1501 git-send-email.perl:1521
15066#, perl-format
15067msgid "(mbox) Adding cc: %s from line '%s'\n"
15068msgstr ""
15069
15070#: git-send-email.perl:1507
15071#, perl-format
15072msgid "(mbox) Adding to: %s from line '%s'\n"
15073msgstr ""
15074
15075#: git-send-email.perl:1555
15076#, perl-format
15077msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15078msgstr ""
15079
15080#: git-send-email.perl:1578
15081#, perl-format
15082msgid "(body) Adding cc: %s from line '%s'\n"
15083msgstr ""
15084
15085#: git-send-email.perl:1676
15086#, perl-format
15087msgid "(%s) Could not execute '%s'"
15088msgstr ""
15089
15090#: git-send-email.perl:1683
15091#, perl-format
15092msgid "(%s) Adding %s: %s from: '%s'\n"
15093msgstr ""
15094
15095#: git-send-email.perl:1687
15096#, perl-format
15097msgid "(%s) failed to close pipe to '%s'"
15098msgstr ""
15099
15100#: git-send-email.perl:1714
15101msgid "cannot send message as 7bit"
15102msgstr ""
15103
15104#: git-send-email.perl:1722
15105msgid "invalid transfer encoding"
15106msgstr ""
15107
15108#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
15109#, perl-format
15110msgid "unable to open %s: %s\n"
15111msgstr ""
15112
15113#: git-send-email.perl:1744
15114#, perl-format
15115msgid "%s: patch contains a line longer than 998 characters"
15116msgstr ""
15117
15118#: git-send-email.perl:1760
15119#, perl-format
15120msgid "Skipping %s with backup suffix '%s'.\n"
15121msgstr ""
15122
15123#. TRANSLATORS: please keep "[y|N]" as is.
15124#: git-send-email.perl:1764
15125#, perl-format
15126msgid "Do you really want to send %s? [y|N]: "
15127msgstr ""