po / git.poton commit Git 2.12.5 (9752ad0)
   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-02-18 01:00+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:1206
  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:248
 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:233 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:737 builtin/fetch.c:986
 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:4824
 536#, c-format
 537msgid "can't open patch '%s': %s"
 538msgstr ""
 539
 540#: apply.c:4849
 541#, c-format
 542msgid "squelched %d whitespace error"
 543msgid_plural "squelched %d whitespace errors"
 544msgstr[0] ""
 545msgstr[1] ""
 546
 547#: apply.c:4855 apply.c:4870
 548#, c-format
 549msgid "%d line adds whitespace errors."
 550msgid_plural "%d lines add whitespace errors."
 551msgstr[0] ""
 552msgstr[1] ""
 553
 554#: apply.c:4863
 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:4879 builtin/add.c:463 builtin/mv.c:298 builtin/rm.c:391
 562msgid "Unable to write new index file"
 563msgstr ""
 564
 565#: apply.c:4910 apply.c:4913 builtin/am.c:2277 builtin/am.c:2280
 566#: builtin/clone.c:95 builtin/fetch.c:98 builtin/pull.c:180
 567#: builtin/submodule--helper.c:281 builtin/submodule--helper.c:591
 568#: builtin/submodule--helper.c:594 builtin/submodule--helper.c:960
 569#: builtin/submodule--helper.c:963 builtin/submodule--helper.c:1104
 570#: git-add--interactive.perl:239
 571msgid "path"
 572msgstr ""
 573
 574#: apply.c:4911
 575msgid "don't apply changes matching the given path"
 576msgstr ""
 577
 578#: apply.c:4914
 579msgid "apply changes matching the given path"
 580msgstr ""
 581
 582#: apply.c:4916 builtin/am.c:2286
 583msgid "num"
 584msgstr ""
 585
 586#: apply.c:4917
 587msgid "remove <num> leading slashes from traditional diff paths"
 588msgstr ""
 589
 590#: apply.c:4920
 591msgid "ignore additions made by the patch"
 592msgstr ""
 593
 594#: apply.c:4922
 595msgid "instead of applying the patch, output diffstat for the input"
 596msgstr ""
 597
 598#: apply.c:4926
 599msgid "show number of added and deleted lines in decimal notation"
 600msgstr ""
 601
 602#: apply.c:4928
 603msgid "instead of applying the patch, output a summary for the input"
 604msgstr ""
 605
 606#: apply.c:4930
 607msgid "instead of applying the patch, see if the patch is applicable"
 608msgstr ""
 609
 610#: apply.c:4932
 611msgid "make sure the patch is applicable to the current index"
 612msgstr ""
 613
 614#: apply.c:4934
 615msgid "apply a patch without touching the working tree"
 616msgstr ""
 617
 618#: apply.c:4936
 619msgid "accept a patch that touches outside the working area"
 620msgstr ""
 621
 622#: apply.c:4938
 623msgid "also apply the patch (use with --stat/--summary/--check)"
 624msgstr ""
 625
 626#: apply.c:4940
 627msgid "attempt three-way merge if a patch does not apply"
 628msgstr ""
 629
 630#: apply.c:4942
 631msgid "build a temporary index based on embedded index information"
 632msgstr ""
 633
 634#: apply.c:4945 builtin/checkout-index.c:169 builtin/ls-files.c:507
 635msgid "paths are separated with NUL character"
 636msgstr ""
 637
 638#: apply.c:4947
 639msgid "ensure at least <n> lines of context match"
 640msgstr ""
 641
 642#: apply.c:4948 builtin/am.c:2265
 643msgid "action"
 644msgstr ""
 645
 646#: apply.c:4949
 647msgid "detect new or modified lines that have whitespace errors"
 648msgstr ""
 649
 650#: apply.c:4952 apply.c:4955
 651msgid "ignore changes in whitespace when finding context"
 652msgstr ""
 653
 654#: apply.c:4958
 655msgid "apply the patch in reverse"
 656msgstr ""
 657
 658#: apply.c:4960
 659msgid "don't expect at least one line of context"
 660msgstr ""
 661
 662#: apply.c:4962
 663msgid "leave the rejected hunks in corresponding *.rej files"
 664msgstr ""
 665
 666#: apply.c:4964
 667msgid "allow overlapping hunks"
 668msgstr ""
 669
 670#: apply.c:4965 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:1860 builtin/mv.c:122 builtin/read-tree.c:114
 673msgid "be verbose"
 674msgstr ""
 675
 676#: apply.c:4967
 677msgid "tolerate incorrectly detected missing new-line at the end of file"
 678msgstr ""
 679
 680#: apply.c:4970
 681msgid "do not trust the line counts in the hunk headers"
 682msgstr ""
 683
 684#: apply.c:4972 builtin/am.c:2274
 685msgid "root"
 686msgstr ""
 687
 688#: apply.c:4973
 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:344 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:429
 715msgid "fmt"
 716msgstr ""
 717
 718#: archive.c:429
 719msgid "archive format"
 720msgstr ""
 721
 722#: archive.c:430 builtin/log.c:1429
 723msgid "prefix"
 724msgstr ""
 725
 726#: archive.c:431
 727msgid "prepend prefix to each pathname in the archive"
 728msgstr ""
 729
 730#: archive.c:432 builtin/blame.c:2607 builtin/blame.c:2608 builtin/config.c:59
 731#: builtin/fast-export.c:987 builtin/fast-export.c:989 builtin/grep.c:1054
 732#: builtin/hash-object.c:101 builtin/ls-files.c:541 builtin/ls-files.c:544
 733#: builtin/notes.c:401 builtin/notes.c:564 builtin/read-tree.c:109
 734#: parse-options.h:153
 735msgid "file"
 736msgstr ""
 737
 738#: archive.c:433 builtin/archive.c:89
 739msgid "write the archive to this file"
 740msgstr ""
 741
 742#: archive.c:435
 743msgid "read .gitattributes in working directory"
 744msgstr ""
 745
 746#: archive.c:436
 747msgid "report archived files on stderr"
 748msgstr ""
 749
 750#: archive.c:437
 751msgid "store only"
 752msgstr ""
 753
 754#: archive.c:438
 755msgid "compress faster"
 756msgstr ""
 757
 758#: archive.c:446
 759msgid "compress better"
 760msgstr ""
 761
 762#: archive.c:449
 763msgid "list supported archive formats"
 764msgstr ""
 765
 766#: archive.c:451 builtin/archive.c:90 builtin/clone.c:85 builtin/clone.c:88
 767#: builtin/submodule--helper.c:603 builtin/submodule--helper.c:969
 768msgid "repo"
 769msgstr ""
 770
 771#: archive.c:452 builtin/archive.c:91
 772msgid "retrieve the archive from remote repository <repo>"
 773msgstr ""
 774
 775#: archive.c:453 builtin/archive.c:92 builtin/notes.c:485
 776msgid "command"
 777msgstr ""
 778
 779#: archive.c:454 builtin/archive.c:93
 780msgid "path to the remote git-upload-archive command"
 781msgstr ""
 782
 783#: archive.c:461
 784msgid "Unexpected option --remote"
 785msgstr ""
 786
 787#: archive.c:463
 788msgid "Option --exec can only be used together with --remote"
 789msgstr ""
 790
 791#: archive.c:465
 792msgid "Unexpected option --output"
 793msgstr ""
 794
 795#: archive.c:487
 796#, c-format
 797msgid "Unknown archive format '%s'"
 798msgstr ""
 799
 800#: archive.c:494
 801#, c-format
 802msgid "Argument not supported for format '%s': -%d"
 803msgstr ""
 804
 805#: attr.c:263
 806msgid ""
 807"Negative patterns are ignored in git attributes\n"
 808"Use '\\!' for literal leading exclamation."
 809msgstr ""
 810
 811#: bisect.c:441
 812#, c-format
 813msgid "Could not open file '%s'"
 814msgstr ""
 815
 816#: bisect.c:446
 817#, c-format
 818msgid "Badly quoted content in file '%s': %s"
 819msgstr ""
 820
 821#: bisect.c:655
 822#, c-format
 823msgid "We cannot bisect more!\n"
 824msgstr ""
 825
 826#: bisect.c:708
 827#, c-format
 828msgid "Not a valid commit name %s"
 829msgstr ""
 830
 831#: bisect.c:732
 832#, c-format
 833msgid ""
 834"The merge base %s is bad.\n"
 835"This means the bug has been fixed between %s and [%s].\n"
 836msgstr ""
 837
 838#: bisect.c:737
 839#, c-format
 840msgid ""
 841"The merge base %s is new.\n"
 842"The property has changed between %s and [%s].\n"
 843msgstr ""
 844
 845#: bisect.c:742
 846#, c-format
 847msgid ""
 848"The merge base %s is %s.\n"
 849"This means the first '%s' commit is between %s and [%s].\n"
 850msgstr ""
 851
 852#: bisect.c:750
 853#, c-format
 854msgid ""
 855"Some %s revs are not ancestors of the %s rev.\n"
 856"git bisect cannot work properly in this case.\n"
 857"Maybe you mistook %s and %s revs?\n"
 858msgstr ""
 859
 860#: bisect.c:763
 861#, c-format
 862msgid ""
 863"the merge base between %s and [%s] must be skipped.\n"
 864"So we cannot be sure the first %s commit is between %s and %s.\n"
 865"We continue anyway."
 866msgstr ""
 867
 868#: bisect.c:798
 869#, c-format
 870msgid "Bisecting: a merge base must be tested\n"
 871msgstr ""
 872
 873#: bisect.c:849
 874#, c-format
 875msgid "a %s revision is needed"
 876msgstr ""
 877
 878#: bisect.c:866 builtin/notes.c:174 builtin/tag.c:262
 879#, c-format
 880msgid "could not create file '%s'"
 881msgstr ""
 882
 883#: bisect.c:917
 884#, c-format
 885msgid "could not read file '%s'"
 886msgstr ""
 887
 888#: bisect.c:947
 889msgid "reading bisect refs failed"
 890msgstr ""
 891
 892#: bisect.c:967
 893#, c-format
 894msgid "%s was both %s and %s\n"
 895msgstr ""
 896
 897#: bisect.c:975
 898#, c-format
 899msgid ""
 900"No testable commit found.\n"
 901"Maybe you started with bad path parameters?\n"
 902msgstr ""
 903
 904#: bisect.c:994
 905#, c-format
 906msgid "(roughly %d step)"
 907msgid_plural "(roughly %d steps)"
 908msgstr[0] ""
 909msgstr[1] ""
 910
 911#. TRANSLATORS: the last %s will be replaced with
 912#. "(roughly %d steps)" translation
 913#: bisect.c:998
 914#, c-format
 915msgid "Bisecting: %d revision left to test after this %s\n"
 916msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 917msgstr[0] ""
 918msgstr[1] ""
 919
 920#: branch.c:53
 921#, c-format
 922msgid ""
 923"\n"
 924"After fixing the error cause you may try to fix up\n"
 925"the remote tracking information by invoking\n"
 926"\"git branch --set-upstream-to=%s%s%s\"."
 927msgstr ""
 928
 929#: branch.c:67
 930#, c-format
 931msgid "Not setting branch %s as its own upstream."
 932msgstr ""
 933
 934#: branch.c:93
 935#, c-format
 936msgid "Branch %s set up to track remote branch %s from %s by rebasing."
 937msgstr ""
 938
 939#: branch.c:94
 940#, c-format
 941msgid "Branch %s set up to track remote branch %s from %s."
 942msgstr ""
 943
 944#: branch.c:98
 945#, c-format
 946msgid "Branch %s set up to track local branch %s by rebasing."
 947msgstr ""
 948
 949#: branch.c:99
 950#, c-format
 951msgid "Branch %s set up to track local branch %s."
 952msgstr ""
 953
 954#: branch.c:104
 955#, c-format
 956msgid "Branch %s set up to track remote ref %s by rebasing."
 957msgstr ""
 958
 959#: branch.c:105
 960#, c-format
 961msgid "Branch %s set up to track remote ref %s."
 962msgstr ""
 963
 964#: branch.c:109
 965#, c-format
 966msgid "Branch %s set up to track local ref %s by rebasing."
 967msgstr ""
 968
 969#: branch.c:110
 970#, c-format
 971msgid "Branch %s set up to track local ref %s."
 972msgstr ""
 973
 974#: branch.c:119
 975msgid "Unable to write upstream branch configuration"
 976msgstr ""
 977
 978#: branch.c:156
 979#, c-format
 980msgid "Not tracking: ambiguous information for ref %s"
 981msgstr ""
 982
 983#: branch.c:185
 984#, c-format
 985msgid "'%s' is not a valid branch name."
 986msgstr ""
 987
 988#: branch.c:190
 989#, c-format
 990msgid "A branch named '%s' already exists."
 991msgstr ""
 992
 993#: branch.c:198
 994msgid "Cannot force update the current branch."
 995msgstr ""
 996
 997#: branch.c:218
 998#, c-format
 999msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1000msgstr ""
1001
1002#: branch.c:220
1003#, c-format
1004msgid "the requested upstream branch '%s' does not exist"
1005msgstr ""
1006
1007#: branch.c:222
1008msgid ""
1009"\n"
1010"If you are planning on basing your work on an upstream\n"
1011"branch that already exists at the remote, you may need to\n"
1012"run \"git fetch\" to retrieve it.\n"
1013"\n"
1014"If you are planning to push out a new local branch that\n"
1015"will track its remote counterpart, you may want to use\n"
1016"\"git push -u\" to set the upstream config as you push."
1017msgstr ""
1018
1019#: branch.c:265
1020#, c-format
1021msgid "Not a valid object name: '%s'."
1022msgstr ""
1023
1024#: branch.c:285
1025#, c-format
1026msgid "Ambiguous object name: '%s'."
1027msgstr ""
1028
1029#: branch.c:290
1030#, c-format
1031msgid "Not a valid branch point: '%s'."
1032msgstr ""
1033
1034#: branch.c:344
1035#, c-format
1036msgid "'%s' is already checked out at '%s'"
1037msgstr ""
1038
1039#: branch.c:363
1040#, c-format
1041msgid "HEAD of working tree %s is not updated"
1042msgstr ""
1043
1044#: bundle.c:34
1045#, c-format
1046msgid "'%s' does not look like a v2 bundle file"
1047msgstr ""
1048
1049#: bundle.c:61
1050#, c-format
1051msgid "unrecognized header: %s%s (%d)"
1052msgstr ""
1053
1054#: bundle.c:87 sequencer.c:1331 sequencer.c:1752 builtin/commit.c:777
1055#, c-format
1056msgid "could not open '%s'"
1057msgstr ""
1058
1059#: bundle.c:139
1060msgid "Repository lacks these prerequisite commits:"
1061msgstr ""
1062
1063#: bundle.c:163 ref-filter.c:1499 sequencer.c:1154 sequencer.c:2290
1064#: builtin/blame.c:2820 builtin/commit.c:1061 builtin/log.c:348
1065#: builtin/log.c:890 builtin/log.c:1340 builtin/log.c:1666 builtin/log.c:1909
1066#: builtin/merge.c:360 builtin/shortlog.c:177
1067msgid "revision walk setup failed"
1068msgstr ""
1069
1070#: bundle.c:185
1071#, c-format
1072msgid "The bundle contains this ref:"
1073msgid_plural "The bundle contains these %d refs:"
1074msgstr[0] ""
1075msgstr[1] ""
1076
1077#: bundle.c:192
1078msgid "The bundle records a complete history."
1079msgstr ""
1080
1081#: bundle.c:194
1082#, c-format
1083msgid "The bundle requires this ref:"
1084msgid_plural "The bundle requires these %d refs:"
1085msgstr[0] ""
1086msgstr[1] ""
1087
1088#: bundle.c:253
1089msgid "Could not spawn pack-objects"
1090msgstr ""
1091
1092#: bundle.c:264
1093msgid "pack-objects died"
1094msgstr ""
1095
1096#: bundle.c:304
1097msgid "rev-list died"
1098msgstr ""
1099
1100#: bundle.c:353
1101#, c-format
1102msgid "ref '%s' is excluded by the rev-list options"
1103msgstr ""
1104
1105#: bundle.c:443 builtin/log.c:165 builtin/log.c:1572 builtin/shortlog.c:282
1106#, c-format
1107msgid "unrecognized argument: %s"
1108msgstr ""
1109
1110#: bundle.c:451
1111msgid "Refusing to create empty bundle."
1112msgstr ""
1113
1114#: bundle.c:463
1115#, c-format
1116msgid "cannot create '%s'"
1117msgstr ""
1118
1119#: bundle.c:491
1120msgid "index-pack died"
1121msgstr ""
1122
1123#: color.c:300
1124#, c-format
1125msgid "invalid color value: %.*s"
1126msgstr ""
1127
1128#: commit.c:40 sequencer.c:1564 builtin/am.c:421 builtin/am.c:457
1129#: builtin/am.c:1493 builtin/am.c:2127
1130#, c-format
1131msgid "could not parse %s"
1132msgstr ""
1133
1134#: commit.c:42
1135#, c-format
1136msgid "%s %s is not a commit!"
1137msgstr ""
1138
1139#: commit.c:1514
1140msgid ""
1141"Warning: commit message did not conform to UTF-8.\n"
1142"You may want to amend it after fixing the message, or set the config\n"
1143"variable i18n.commitencoding to the encoding your project uses.\n"
1144msgstr ""
1145
1146#: compat/obstack.c:406 compat/obstack.c:408
1147msgid "memory exhausted"
1148msgstr ""
1149
1150#: config.c:518
1151#, c-format
1152msgid "bad config line %d in blob %s"
1153msgstr ""
1154
1155#: config.c:522
1156#, c-format
1157msgid "bad config line %d in file %s"
1158msgstr ""
1159
1160#: config.c:526
1161#, c-format
1162msgid "bad config line %d in standard input"
1163msgstr ""
1164
1165#: config.c:530
1166#, c-format
1167msgid "bad config line %d in submodule-blob %s"
1168msgstr ""
1169
1170#: config.c:534
1171#, c-format
1172msgid "bad config line %d in command line %s"
1173msgstr ""
1174
1175#: config.c:538
1176#, c-format
1177msgid "bad config line %d in %s"
1178msgstr ""
1179
1180#: config.c:657
1181msgid "out of range"
1182msgstr ""
1183
1184#: config.c:657
1185msgid "invalid unit"
1186msgstr ""
1187
1188#: config.c:663
1189#, c-format
1190msgid "bad numeric config value '%s' for '%s': %s"
1191msgstr ""
1192
1193#: config.c:668
1194#, c-format
1195msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1196msgstr ""
1197
1198#: config.c:671
1199#, c-format
1200msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1201msgstr ""
1202
1203#: config.c:674
1204#, c-format
1205msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1206msgstr ""
1207
1208#: config.c:677
1209#, c-format
1210msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1211msgstr ""
1212
1213#: config.c:680
1214#, c-format
1215msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1216msgstr ""
1217
1218#: config.c:683
1219#, c-format
1220msgid "bad numeric config value '%s' for '%s' in %s: %s"
1221msgstr ""
1222
1223#: config.c:770
1224#, c-format
1225msgid "failed to expand user dir in: '%s'"
1226msgstr ""
1227
1228#: config.c:865 config.c:876
1229#, c-format
1230msgid "bad zlib compression level %d"
1231msgstr ""
1232
1233#: config.c:993
1234#, c-format
1235msgid "invalid mode for object creation: %s"
1236msgstr ""
1237
1238#: config.c:1149
1239#, c-format
1240msgid "bad pack compression level %d"
1241msgstr ""
1242
1243#: config.c:1339
1244msgid "unable to parse command-line config"
1245msgstr ""
1246
1247#: config.c:1389
1248msgid "unknown error occurred while reading the configuration files"
1249msgstr ""
1250
1251#: config.c:1743
1252#, c-format
1253msgid "unable to parse '%s' from command-line config"
1254msgstr ""
1255
1256#: config.c:1745
1257#, c-format
1258msgid "bad config variable '%s' in file '%s' at line %d"
1259msgstr ""
1260
1261#: config.c:1804
1262#, c-format
1263msgid "%s has multiple values"
1264msgstr ""
1265
1266#: config.c:2225 config.c:2450
1267#, c-format
1268msgid "fstat on %s failed"
1269msgstr ""
1270
1271#: config.c:2343
1272#, c-format
1273msgid "could not set '%s' to '%s'"
1274msgstr ""
1275
1276#: config.c:2345
1277#, c-format
1278msgid "could not unset '%s'"
1279msgstr ""
1280
1281#: connect.c:49
1282msgid "The remote end hung up upon initial contact"
1283msgstr ""
1284
1285#: connect.c:51
1286msgid ""
1287"Could not read from remote repository.\n"
1288"\n"
1289"Please make sure you have the correct access rights\n"
1290"and the repository exists."
1291msgstr ""
1292
1293#: connected.c:63 builtin/fsck.c:190 builtin/prune.c:140
1294msgid "Checking connectivity"
1295msgstr ""
1296
1297#: connected.c:75
1298msgid "Could not run 'git rev-list'"
1299msgstr ""
1300
1301#: connected.c:95
1302msgid "failed write to rev-list"
1303msgstr ""
1304
1305#: connected.c:102
1306msgid "failed to close rev-list's stdin"
1307msgstr ""
1308
1309#: convert.c:201
1310#, c-format
1311msgid ""
1312"CRLF will be replaced by LF in %s.\n"
1313"The file will have its original line endings in your working directory."
1314msgstr ""
1315
1316#: convert.c:205
1317#, c-format
1318msgid "CRLF would be replaced by LF in %s."
1319msgstr ""
1320
1321#: convert.c:211
1322#, c-format
1323msgid ""
1324"LF will be replaced by CRLF in %s.\n"
1325"The file will have its original line endings in your working directory."
1326msgstr ""
1327
1328#: convert.c:215
1329#, c-format
1330msgid "LF would be replaced by CRLF in %s"
1331msgstr ""
1332
1333#: date.c:97
1334msgid "in the future"
1335msgstr ""
1336
1337#: date.c:103
1338#, c-format
1339msgid "%lu second ago"
1340msgid_plural "%lu seconds ago"
1341msgstr[0] ""
1342msgstr[1] ""
1343
1344#: date.c:110
1345#, c-format
1346msgid "%lu minute ago"
1347msgid_plural "%lu minutes ago"
1348msgstr[0] ""
1349msgstr[1] ""
1350
1351#: date.c:117
1352#, c-format
1353msgid "%lu hour ago"
1354msgid_plural "%lu hours ago"
1355msgstr[0] ""
1356msgstr[1] ""
1357
1358#: date.c:124
1359#, c-format
1360msgid "%lu day ago"
1361msgid_plural "%lu days ago"
1362msgstr[0] ""
1363msgstr[1] ""
1364
1365#: date.c:130
1366#, c-format
1367msgid "%lu week ago"
1368msgid_plural "%lu weeks ago"
1369msgstr[0] ""
1370msgstr[1] ""
1371
1372#: date.c:137
1373#, c-format
1374msgid "%lu month ago"
1375msgid_plural "%lu months ago"
1376msgstr[0] ""
1377msgstr[1] ""
1378
1379#: date.c:148
1380#, c-format
1381msgid "%lu year"
1382msgid_plural "%lu years"
1383msgstr[0] ""
1384msgstr[1] ""
1385
1386#. TRANSLATORS: "%s" is "<n> years"
1387#: date.c:151
1388#, c-format
1389msgid "%s, %lu month ago"
1390msgid_plural "%s, %lu months ago"
1391msgstr[0] ""
1392msgstr[1] ""
1393
1394#: date.c:156 date.c:161
1395#, c-format
1396msgid "%lu year ago"
1397msgid_plural "%lu years ago"
1398msgstr[0] ""
1399msgstr[1] ""
1400
1401#: diffcore-order.c:24
1402#, c-format
1403msgid "failed to read orderfile '%s'"
1404msgstr ""
1405
1406#: diffcore-rename.c:536
1407msgid "Performing inexact rename detection"
1408msgstr ""
1409
1410#: diff.c:62
1411#, c-format
1412msgid "option '%s' requires a value"
1413msgstr ""
1414
1415#: diff.c:124
1416#, c-format
1417msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1418msgstr ""
1419
1420#: diff.c:129
1421#, c-format
1422msgid "  Unknown dirstat parameter '%s'\n"
1423msgstr ""
1424
1425#: diff.c:281
1426#, c-format
1427msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1428msgstr ""
1429
1430#: diff.c:344
1431#, c-format
1432msgid ""
1433"Found errors in 'diff.dirstat' config variable:\n"
1434"%s"
1435msgstr ""
1436
1437#: diff.c:3085
1438#, c-format
1439msgid "external diff died, stopping at %s"
1440msgstr ""
1441
1442#: diff.c:3411
1443msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1444msgstr ""
1445
1446#: diff.c:3501
1447msgid "--follow requires exactly one pathspec"
1448msgstr ""
1449
1450#: diff.c:3664
1451#, c-format
1452msgid ""
1453"Failed to parse --dirstat/-X option parameter:\n"
1454"%s"
1455msgstr ""
1456
1457#: diff.c:3678
1458#, c-format
1459msgid "Failed to parse --submodule option parameter: '%s'"
1460msgstr ""
1461
1462#: diff.c:4696
1463msgid "inexact rename detection was skipped due to too many files."
1464msgstr ""
1465
1466#: diff.c:4699
1467msgid "only found copies from modified paths due to too many files."
1468msgstr ""
1469
1470#: diff.c:4702
1471#, c-format
1472msgid ""
1473"you may want to set your %s variable to at least %d and retry the command."
1474msgstr ""
1475
1476#: dir.c:1862
1477msgid "failed to get kernel name and information"
1478msgstr ""
1479
1480#: dir.c:1981
1481msgid "Untracked cache is disabled on this system or location."
1482msgstr ""
1483
1484#: dir.c:2759
1485#, c-format
1486msgid "could not migrate git directory from '%s' to '%s'"
1487msgstr ""
1488
1489#: fetch-pack.c:213
1490msgid "git fetch-pack: expected shallow list"
1491msgstr ""
1492
1493#: fetch-pack.c:225
1494msgid "git fetch-pack: expected ACK/NAK, got EOF"
1495msgstr ""
1496
1497#: fetch-pack.c:243
1498#, c-format
1499msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1500msgstr ""
1501
1502#: fetch-pack.c:295
1503msgid "--stateless-rpc requires multi_ack_detailed"
1504msgstr ""
1505
1506#: fetch-pack.c:381
1507#, c-format
1508msgid "invalid shallow line: %s"
1509msgstr ""
1510
1511#: fetch-pack.c:387
1512#, c-format
1513msgid "invalid unshallow line: %s"
1514msgstr ""
1515
1516#: fetch-pack.c:389
1517#, c-format
1518msgid "object not found: %s"
1519msgstr ""
1520
1521#: fetch-pack.c:392
1522#, c-format
1523msgid "error in object: %s"
1524msgstr ""
1525
1526#: fetch-pack.c:394
1527#, c-format
1528msgid "no shallow found: %s"
1529msgstr ""
1530
1531#: fetch-pack.c:397
1532#, c-format
1533msgid "expected shallow/unshallow, got %s"
1534msgstr ""
1535
1536#: fetch-pack.c:436
1537#, c-format
1538msgid "got %s %d %s"
1539msgstr ""
1540
1541#: fetch-pack.c:450
1542#, c-format
1543msgid "invalid commit %s"
1544msgstr ""
1545
1546#: fetch-pack.c:483
1547msgid "giving up"
1548msgstr ""
1549
1550#: fetch-pack.c:493 progress.c:235
1551msgid "done"
1552msgstr ""
1553
1554#: fetch-pack.c:505
1555#, c-format
1556msgid "got %s (%d) %s"
1557msgstr ""
1558
1559#: fetch-pack.c:551
1560#, c-format
1561msgid "Marking %s as complete"
1562msgstr ""
1563
1564#: fetch-pack.c:697
1565#, c-format
1566msgid "already have %s (%s)"
1567msgstr ""
1568
1569#: fetch-pack.c:735
1570msgid "fetch-pack: unable to fork off sideband demultiplexer"
1571msgstr ""
1572
1573#: fetch-pack.c:743
1574msgid "protocol error: bad pack header"
1575msgstr ""
1576
1577#: fetch-pack.c:799
1578#, c-format
1579msgid "fetch-pack: unable to fork off %s"
1580msgstr ""
1581
1582#: fetch-pack.c:815
1583#, c-format
1584msgid "%s failed"
1585msgstr ""
1586
1587#: fetch-pack.c:817
1588msgid "error in sideband demultiplexer"
1589msgstr ""
1590
1591#: fetch-pack.c:844
1592msgid "Server does not support shallow clients"
1593msgstr ""
1594
1595#: fetch-pack.c:848
1596msgid "Server supports multi_ack_detailed"
1597msgstr ""
1598
1599#: fetch-pack.c:851
1600msgid "Server supports no-done"
1601msgstr ""
1602
1603#: fetch-pack.c:857
1604msgid "Server supports multi_ack"
1605msgstr ""
1606
1607#: fetch-pack.c:861
1608msgid "Server supports side-band-64k"
1609msgstr ""
1610
1611#: fetch-pack.c:865
1612msgid "Server supports side-band"
1613msgstr ""
1614
1615#: fetch-pack.c:869
1616msgid "Server supports allow-tip-sha1-in-want"
1617msgstr ""
1618
1619#: fetch-pack.c:873
1620msgid "Server supports allow-reachable-sha1-in-want"
1621msgstr ""
1622
1623#: fetch-pack.c:883
1624msgid "Server supports ofs-delta"
1625msgstr ""
1626
1627#: fetch-pack.c:890
1628#, c-format
1629msgid "Server version is %.*s"
1630msgstr ""
1631
1632#: fetch-pack.c:896
1633msgid "Server does not support --shallow-since"
1634msgstr ""
1635
1636#: fetch-pack.c:900
1637msgid "Server does not support --shallow-exclude"
1638msgstr ""
1639
1640#: fetch-pack.c:902
1641msgid "Server does not support --deepen"
1642msgstr ""
1643
1644#: fetch-pack.c:913
1645msgid "no common commits"
1646msgstr ""
1647
1648#: fetch-pack.c:925
1649msgid "git fetch-pack: fetch failed."
1650msgstr ""
1651
1652#: fetch-pack.c:1087
1653msgid "no matching remote head"
1654msgstr ""
1655
1656#: gpg-interface.c:185
1657msgid "gpg failed to sign the data"
1658msgstr ""
1659
1660#: gpg-interface.c:215
1661msgid "could not create temporary file"
1662msgstr ""
1663
1664#: gpg-interface.c:217
1665#, c-format
1666msgid "failed writing detached signature to '%s'"
1667msgstr ""
1668
1669#: graph.c:96
1670#, c-format
1671msgid "ignore invalid color '%.*s' in log.graphColors"
1672msgstr ""
1673
1674#: grep.c:1794
1675#, c-format
1676msgid "'%s': unable to read %s"
1677msgstr ""
1678
1679#: grep.c:1811 builtin/clone.c:381 builtin/diff.c:81 builtin/rm.c:133
1680#, c-format
1681msgid "failed to stat '%s'"
1682msgstr ""
1683
1684#: grep.c:1822
1685#, c-format
1686msgid "'%s': short read"
1687msgstr ""
1688
1689#: help.c:218
1690#, c-format
1691msgid "available git commands in '%s'"
1692msgstr ""
1693
1694#: help.c:225
1695msgid "git commands available from elsewhere on your $PATH"
1696msgstr ""
1697
1698#: help.c:256
1699msgid "These are common Git commands used in various situations:"
1700msgstr ""
1701
1702#: help.c:321
1703#, c-format
1704msgid ""
1705"'%s' appears to be a git command, but we were not\n"
1706"able to execute it. Maybe git-%s is broken?"
1707msgstr ""
1708
1709#: help.c:376
1710msgid "Uh oh. Your system reports no Git commands at all."
1711msgstr ""
1712
1713#: help.c:398
1714#, c-format
1715msgid ""
1716"WARNING: You called a Git command named '%s', which does not exist.\n"
1717"Continuing under the assumption that you meant '%s'"
1718msgstr ""
1719
1720#: help.c:403
1721#, c-format
1722msgid "in %0.1f seconds automatically..."
1723msgstr ""
1724
1725#: help.c:410
1726#, c-format
1727msgid "git: '%s' is not a git command. See 'git --help'."
1728msgstr ""
1729
1730#: help.c:414 help.c:480
1731msgid ""
1732"\n"
1733"Did you mean this?"
1734msgid_plural ""
1735"\n"
1736"Did you mean one of these?"
1737msgstr[0] ""
1738msgstr[1] ""
1739
1740#: help.c:476
1741#, c-format
1742msgid "%s: %s - %s"
1743msgstr ""
1744
1745#: ident.c:334
1746msgid ""
1747"\n"
1748"*** Please tell me who you are.\n"
1749"\n"
1750"Run\n"
1751"\n"
1752"  git config --global user.email \"you@example.com\"\n"
1753"  git config --global user.name \"Your Name\"\n"
1754"\n"
1755"to set your account's default identity.\n"
1756"Omit --global to set the identity only in this repository.\n"
1757"\n"
1758msgstr ""
1759
1760#: lockfile.c:152
1761#, c-format
1762msgid ""
1763"Unable to create '%s.lock': %s.\n"
1764"\n"
1765"Another git process seems to be running in this repository, e.g.\n"
1766"an editor opened by 'git commit'. Please make sure all processes\n"
1767"are terminated then try again. If it still fails, a git process\n"
1768"may have crashed in this repository earlier:\n"
1769"remove the file manually to continue."
1770msgstr ""
1771
1772#: lockfile.c:160
1773#, c-format
1774msgid "Unable to create '%s.lock': %s"
1775msgstr ""
1776
1777#: merge.c:41
1778msgid "failed to read the cache"
1779msgstr ""
1780
1781#: merge.c:96 builtin/am.c:2000 builtin/am.c:2035 builtin/checkout.c:374
1782#: builtin/checkout.c:588 builtin/clone.c:731
1783msgid "unable to write new index file"
1784msgstr ""
1785
1786#: merge-recursive.c:209
1787msgid "(bad commit)\n"
1788msgstr ""
1789
1790#: merge-recursive.c:231 merge-recursive.c:239
1791#, c-format
1792msgid "addinfo_cache failed for path '%s'"
1793msgstr ""
1794
1795#: merge-recursive.c:303
1796msgid "error building trees"
1797msgstr ""
1798
1799#: merge-recursive.c:727
1800#, c-format
1801msgid "failed to create path '%s'%s"
1802msgstr ""
1803
1804#: merge-recursive.c:738
1805#, c-format
1806msgid "Removing %s to make room for subdirectory\n"
1807msgstr ""
1808
1809#: merge-recursive.c:752 merge-recursive.c:771
1810msgid ": perhaps a D/F conflict?"
1811msgstr ""
1812
1813#: merge-recursive.c:761
1814#, c-format
1815msgid "refusing to lose untracked file at '%s'"
1816msgstr ""
1817
1818#: merge-recursive.c:803 builtin/cat-file.c:34
1819#, c-format
1820msgid "cannot read object %s '%s'"
1821msgstr ""
1822
1823#: merge-recursive.c:805
1824#, c-format
1825msgid "blob expected for %s '%s'"
1826msgstr ""
1827
1828#: merge-recursive.c:829
1829#, c-format
1830msgid "failed to open '%s': %s"
1831msgstr ""
1832
1833#: merge-recursive.c:840
1834#, c-format
1835msgid "failed to symlink '%s': %s"
1836msgstr ""
1837
1838#: merge-recursive.c:845
1839#, c-format
1840msgid "do not know what to do with %06o %s '%s'"
1841msgstr ""
1842
1843#: merge-recursive.c:985
1844msgid "Failed to execute internal merge"
1845msgstr ""
1846
1847#: merge-recursive.c:989
1848#, c-format
1849msgid "Unable to add %s to database"
1850msgstr ""
1851
1852#: merge-recursive.c:1088 merge-recursive.c:1102
1853#, c-format
1854msgid ""
1855"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1856"in tree."
1857msgstr ""
1858
1859#: merge-recursive.c:1094 merge-recursive.c:1107
1860#, c-format
1861msgid ""
1862"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
1863"in tree at %s."
1864msgstr ""
1865
1866#: merge-recursive.c:1150
1867msgid "rename"
1868msgstr ""
1869
1870#: merge-recursive.c:1150
1871msgid "renamed"
1872msgstr ""
1873
1874#: merge-recursive.c:1207
1875#, c-format
1876msgid "%s is a directory in %s adding as %s instead"
1877msgstr ""
1878
1879#: merge-recursive.c:1232
1880#, c-format
1881msgid ""
1882"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
1883"\"->\"%s\" in \"%s\"%s"
1884msgstr ""
1885
1886#: merge-recursive.c:1237
1887msgid " (left unresolved)"
1888msgstr ""
1889
1890#: merge-recursive.c:1299
1891#, c-format
1892msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
1893msgstr ""
1894
1895#: merge-recursive.c:1332
1896#, c-format
1897msgid "Renaming %s to %s and %s to %s instead"
1898msgstr ""
1899
1900#: merge-recursive.c:1535
1901#, c-format
1902msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
1903msgstr ""
1904
1905#: merge-recursive.c:1550
1906#, c-format
1907msgid "Adding merged %s"
1908msgstr ""
1909
1910#: merge-recursive.c:1557 merge-recursive.c:1771
1911#, c-format
1912msgid "Adding as %s instead"
1913msgstr ""
1914
1915#: merge-recursive.c:1614
1916#, c-format
1917msgid "cannot read object %s"
1918msgstr ""
1919
1920#: merge-recursive.c:1617
1921#, c-format
1922msgid "object %s is not a blob"
1923msgstr ""
1924
1925#: merge-recursive.c:1670
1926msgid "modify"
1927msgstr ""
1928
1929#: merge-recursive.c:1670
1930msgid "modified"
1931msgstr ""
1932
1933#: merge-recursive.c:1680
1934msgid "content"
1935msgstr ""
1936
1937#: merge-recursive.c:1687
1938msgid "add/add"
1939msgstr ""
1940
1941#: merge-recursive.c:1723
1942#, c-format
1943msgid "Skipped %s (merged same as existing)"
1944msgstr ""
1945
1946#: merge-recursive.c:1737
1947#, c-format
1948msgid "Auto-merging %s"
1949msgstr ""
1950
1951#: merge-recursive.c:1741 git-submodule.sh:930
1952msgid "submodule"
1953msgstr ""
1954
1955#: merge-recursive.c:1742
1956#, c-format
1957msgid "CONFLICT (%s): Merge conflict in %s"
1958msgstr ""
1959
1960#: merge-recursive.c:1836
1961#, c-format
1962msgid "Removing %s"
1963msgstr ""
1964
1965#: merge-recursive.c:1862
1966msgid "file/directory"
1967msgstr ""
1968
1969#: merge-recursive.c:1868
1970msgid "directory/file"
1971msgstr ""
1972
1973#: merge-recursive.c:1874
1974#, c-format
1975msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
1976msgstr ""
1977
1978#: merge-recursive.c:1883
1979#, c-format
1980msgid "Adding %s"
1981msgstr ""
1982
1983#: merge-recursive.c:1920
1984msgid "Already up-to-date!"
1985msgstr ""
1986
1987#: merge-recursive.c:1929
1988#, c-format
1989msgid "merging of trees %s and %s failed"
1990msgstr ""
1991
1992#: merge-recursive.c:2012
1993msgid "Merging:"
1994msgstr ""
1995
1996#: merge-recursive.c:2025
1997#, c-format
1998msgid "found %u common ancestor:"
1999msgid_plural "found %u common ancestors:"
2000msgstr[0] ""
2001msgstr[1] ""
2002
2003#: merge-recursive.c:2064
2004msgid "merge returned no commit"
2005msgstr ""
2006
2007#: merge-recursive.c:2127
2008#, c-format
2009msgid "Could not parse object '%s'"
2010msgstr ""
2011
2012#: merge-recursive.c:2141 builtin/merge.c:645 builtin/merge.c:792
2013msgid "Unable to write index."
2014msgstr ""
2015
2016#: notes-merge.c:273
2017#, c-format
2018msgid ""
2019"You have not concluded your previous notes merge (%s exists).\n"
2020"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2021"commit/abort the previous merge before you start a new notes merge."
2022msgstr ""
2023
2024#: notes-merge.c:280
2025#, c-format
2026msgid "You have not concluded your notes merge (%s exists)."
2027msgstr ""
2028
2029#: notes-utils.c:41
2030msgid "Cannot commit uninitialized/unreferenced notes tree"
2031msgstr ""
2032
2033#: notes-utils.c:100
2034#, c-format
2035msgid "Bad notes.rewriteMode value: '%s'"
2036msgstr ""
2037
2038#: notes-utils.c:110
2039#, c-format
2040msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2041msgstr ""
2042
2043#. TRANSLATORS: The first %s is the name of the
2044#. environment variable, the second %s is its value
2045#: notes-utils.c:137
2046#, c-format
2047msgid "Bad %s value: '%s'"
2048msgstr ""
2049
2050#: object.c:240
2051#, c-format
2052msgid "unable to parse object: %s"
2053msgstr ""
2054
2055#: parse-options.c:572
2056msgid "..."
2057msgstr ""
2058
2059#: parse-options.c:590
2060#, c-format
2061msgid "usage: %s"
2062msgstr ""
2063
2064#. TRANSLATORS: the colon here should align with the
2065#. one in "usage: %s" translation
2066#: parse-options.c:594
2067#, c-format
2068msgid "   or: %s"
2069msgstr ""
2070
2071#: parse-options.c:597
2072#, c-format
2073msgid "    %s"
2074msgstr ""
2075
2076#: parse-options.c:631
2077msgid "-NUM"
2078msgstr ""
2079
2080#: parse-options-cb.c:108
2081#, c-format
2082msgid "malformed object name '%s'"
2083msgstr ""
2084
2085#: path.c:826
2086#, c-format
2087msgid "Could not make %s writable by group"
2088msgstr ""
2089
2090#: pathspec.c:142
2091msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2092msgstr ""
2093
2094#: pathspec.c:149
2095msgid ""
2096"global 'literal' pathspec setting is incompatible with all other global "
2097"pathspec settings"
2098msgstr ""
2099
2100#: pathspec.c:188
2101msgid "invalid parameter for pathspec magic 'prefix'"
2102msgstr ""
2103
2104#: pathspec.c:201
2105#, c-format
2106msgid "Invalid pathspec magic '%.*s' in '%s'"
2107msgstr ""
2108
2109#: pathspec.c:206
2110#, c-format
2111msgid "Missing ')' at the end of pathspec magic in '%s'"
2112msgstr ""
2113
2114#: pathspec.c:238
2115#, c-format
2116msgid "Unimplemented pathspec magic '%c' in '%s'"
2117msgstr ""
2118
2119#: pathspec.c:293 pathspec.c:315
2120#, c-format
2121msgid "Pathspec '%s' is in submodule '%.*s'"
2122msgstr ""
2123
2124#: pathspec.c:350
2125#, c-format
2126msgid "%s: 'literal' and 'glob' are incompatible"
2127msgstr ""
2128
2129#: pathspec.c:363
2130#, c-format
2131msgid "%s: '%s' is outside repository"
2132msgstr ""
2133
2134#: pathspec.c:451
2135#, c-format
2136msgid "'%s' (mnemonic: '%c')"
2137msgstr ""
2138
2139#: pathspec.c:461
2140#, c-format
2141msgid "%s: pathspec magic not supported by this command: %s"
2142msgstr ""
2143
2144#: pathspec.c:511
2145msgid ""
2146"empty strings as pathspecs will be made invalid in upcoming releases. please "
2147"use . instead if you meant to match all paths"
2148msgstr ""
2149
2150#: pathspec.c:535
2151#, c-format
2152msgid "pathspec '%s' is beyond a symbolic link"
2153msgstr ""
2154
2155#: pathspec.c:544
2156msgid ""
2157"There is nothing to exclude from by :(exclude) patterns.\n"
2158"Perhaps you forgot to add either ':/' or '.' ?"
2159msgstr ""
2160
2161#: pretty.c:982
2162msgid "unable to parse --pretty format"
2163msgstr ""
2164
2165#: read-cache.c:1307
2166#, c-format
2167msgid ""
2168"index.version set, but the value is invalid.\n"
2169"Using version %i"
2170msgstr ""
2171
2172#: read-cache.c:1317
2173#, c-format
2174msgid ""
2175"GIT_INDEX_VERSION set, but the value is invalid.\n"
2176"Using version %i"
2177msgstr ""
2178
2179#: refs.c:576 builtin/merge.c:844
2180#, c-format
2181msgid "Could not open '%s' for writing"
2182msgstr ""
2183
2184#: refs/files-backend.c:2481
2185#, c-format
2186msgid "could not delete reference %s: %s"
2187msgstr ""
2188
2189#: refs/files-backend.c:2484
2190#, c-format
2191msgid "could not delete references: %s"
2192msgstr ""
2193
2194#: refs/files-backend.c:2493
2195#, c-format
2196msgid "could not remove reference %s"
2197msgstr ""
2198
2199#: ref-filter.c:56
2200#, c-format
2201msgid "expected format: %%(color:<color>)"
2202msgstr ""
2203
2204#: ref-filter.c:58
2205#, c-format
2206msgid "unrecognized color: %%(color:%s)"
2207msgstr ""
2208
2209#: ref-filter.c:72
2210#, c-format
2211msgid "unrecognized format: %%(%s)"
2212msgstr ""
2213
2214#: ref-filter.c:78
2215#, c-format
2216msgid "%%(body) does not take arguments"
2217msgstr ""
2218
2219#: ref-filter.c:85
2220#, c-format
2221msgid "%%(subject) does not take arguments"
2222msgstr ""
2223
2224#: ref-filter.c:92
2225#, c-format
2226msgid "%%(trailers) does not take arguments"
2227msgstr ""
2228
2229#: ref-filter.c:111
2230#, c-format
2231msgid "positive value expected contents:lines=%s"
2232msgstr ""
2233
2234#: ref-filter.c:113
2235#, c-format
2236msgid "unrecognized %%(contents) argument: %s"
2237msgstr ""
2238
2239#: ref-filter.c:123
2240#, c-format
2241msgid "unrecognized %%(objectname) argument: %s"
2242msgstr ""
2243
2244#: ref-filter.c:145
2245#, c-format
2246msgid "expected format: %%(align:<width>,<position>)"
2247msgstr ""
2248
2249#: ref-filter.c:157
2250#, c-format
2251msgid "unrecognized position:%s"
2252msgstr ""
2253
2254#: ref-filter.c:161
2255#, c-format
2256msgid "unrecognized width:%s"
2257msgstr ""
2258
2259#: ref-filter.c:167
2260#, c-format
2261msgid "unrecognized %%(align) argument: %s"
2262msgstr ""
2263
2264#: ref-filter.c:171
2265#, c-format
2266msgid "positive width expected with the %%(align) atom"
2267msgstr ""
2268
2269#: ref-filter.c:255
2270#, c-format
2271msgid "malformed field name: %.*s"
2272msgstr ""
2273
2274#: ref-filter.c:281
2275#, c-format
2276msgid "unknown field name: %.*s"
2277msgstr ""
2278
2279#: ref-filter.c:383
2280#, c-format
2281msgid "format: %%(end) atom used without corresponding atom"
2282msgstr ""
2283
2284#: ref-filter.c:435
2285#, c-format
2286msgid "malformed format string %s"
2287msgstr ""
2288
2289#: ref-filter.c:898
2290msgid ":strip= requires a positive integer argument"
2291msgstr ""
2292
2293#: ref-filter.c:903
2294#, c-format
2295msgid "ref '%s' does not have %ld components to :strip"
2296msgstr ""
2297
2298#: ref-filter.c:1066
2299#, c-format
2300msgid "unknown %.*s format %s"
2301msgstr ""
2302
2303#: ref-filter.c:1086 ref-filter.c:1117
2304#, c-format
2305msgid "missing object %s for %s"
2306msgstr ""
2307
2308#: ref-filter.c:1089 ref-filter.c:1120
2309#, c-format
2310msgid "parse_object_buffer failed on %s for %s"
2311msgstr ""
2312
2313#: ref-filter.c:1343
2314#, c-format
2315msgid "malformed object at '%s'"
2316msgstr ""
2317
2318#: ref-filter.c:1410
2319#, c-format
2320msgid "ignoring ref with broken name %s"
2321msgstr ""
2322
2323#: ref-filter.c:1415
2324#, c-format
2325msgid "ignoring broken ref %s"
2326msgstr ""
2327
2328#: ref-filter.c:1670
2329#, c-format
2330msgid "format: %%(end) atom missing"
2331msgstr ""
2332
2333#: ref-filter.c:1734
2334#, c-format
2335msgid "malformed object name %s"
2336msgstr ""
2337
2338#: remote.c:754
2339#, c-format
2340msgid "Cannot fetch both %s and %s to %s"
2341msgstr ""
2342
2343#: remote.c:758
2344#, c-format
2345msgid "%s usually tracks %s, not %s"
2346msgstr ""
2347
2348#: remote.c:762
2349#, c-format
2350msgid "%s tracks both %s and %s"
2351msgstr ""
2352
2353#: remote.c:770
2354msgid "Internal error"
2355msgstr ""
2356
2357#: remote.c:1685 remote.c:1787
2358msgid "HEAD does not point to a branch"
2359msgstr ""
2360
2361#: remote.c:1694
2362#, c-format
2363msgid "no such branch: '%s'"
2364msgstr ""
2365
2366#: remote.c:1697
2367#, c-format
2368msgid "no upstream configured for branch '%s'"
2369msgstr ""
2370
2371#: remote.c:1703
2372#, c-format
2373msgid "upstream branch '%s' not stored as a remote-tracking branch"
2374msgstr ""
2375
2376#: remote.c:1718
2377#, c-format
2378msgid "push destination '%s' on remote '%s' has no local tracking branch"
2379msgstr ""
2380
2381#: remote.c:1730
2382#, c-format
2383msgid "branch '%s' has no remote for pushing"
2384msgstr ""
2385
2386#: remote.c:1741
2387#, c-format
2388msgid "push refspecs for '%s' do not include '%s'"
2389msgstr ""
2390
2391#: remote.c:1754
2392msgid "push has no destination (push.default is 'nothing')"
2393msgstr ""
2394
2395#: remote.c:1776
2396msgid "cannot resolve 'simple' push to a single destination"
2397msgstr ""
2398
2399#: remote.c:2081
2400#, c-format
2401msgid "Your branch is based on '%s', but the upstream is gone.\n"
2402msgstr ""
2403
2404#: remote.c:2085
2405msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2406msgstr ""
2407
2408#: remote.c:2088
2409#, c-format
2410msgid "Your branch is up-to-date with '%s'.\n"
2411msgstr ""
2412
2413#: remote.c:2092
2414#, c-format
2415msgid "Your branch is ahead of '%s' by %d commit.\n"
2416msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2417msgstr[0] ""
2418msgstr[1] ""
2419
2420#: remote.c:2098
2421msgid "  (use \"git push\" to publish your local commits)\n"
2422msgstr ""
2423
2424#: remote.c:2101
2425#, c-format
2426msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2427msgid_plural ""
2428"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2429msgstr[0] ""
2430msgstr[1] ""
2431
2432#: remote.c:2109
2433msgid "  (use \"git pull\" to update your local branch)\n"
2434msgstr ""
2435
2436#: remote.c:2112
2437#, c-format
2438msgid ""
2439"Your branch and '%s' have diverged,\n"
2440"and have %d and %d different commit each, respectively.\n"
2441msgid_plural ""
2442"Your branch and '%s' have diverged,\n"
2443"and have %d and %d different commits each, respectively.\n"
2444msgstr[0] ""
2445msgstr[1] ""
2446
2447#: remote.c:2122
2448msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2449msgstr ""
2450
2451#: revision.c:2158
2452msgid "your current branch appears to be broken"
2453msgstr ""
2454
2455#: revision.c:2161
2456#, c-format
2457msgid "your current branch '%s' does not have any commits yet"
2458msgstr ""
2459
2460#: revision.c:2355
2461msgid "--first-parent is incompatible with --bisect"
2462msgstr ""
2463
2464#: run-command.c:125
2465msgid "open /dev/null failed"
2466msgstr ""
2467
2468#: run-command.c:127
2469#, c-format
2470msgid "dup2(%d,%d) failed"
2471msgstr ""
2472
2473#: send-pack.c:297
2474msgid "failed to sign the push certificate"
2475msgstr ""
2476
2477#: send-pack.c:410
2478msgid "the receiving end does not support --signed push"
2479msgstr ""
2480
2481#: send-pack.c:412
2482msgid ""
2483"not sending a push certificate since the receiving end does not support --"
2484"signed push"
2485msgstr ""
2486
2487#: send-pack.c:424
2488msgid "the receiving end does not support --atomic push"
2489msgstr ""
2490
2491#: send-pack.c:429
2492msgid "the receiving end does not support push options"
2493msgstr ""
2494
2495#: sequencer.c:215
2496msgid "revert"
2497msgstr ""
2498
2499#: sequencer.c:217
2500msgid "cherry-pick"
2501msgstr ""
2502
2503#: sequencer.c:219
2504msgid "rebase -i"
2505msgstr ""
2506
2507#: sequencer.c:221
2508#, c-format
2509msgid "Unknown action: %d"
2510msgstr ""
2511
2512#: sequencer.c:278
2513msgid ""
2514"after resolving the conflicts, mark the corrected paths\n"
2515"with 'git add <paths>' or 'git rm <paths>'"
2516msgstr ""
2517
2518#: sequencer.c:281
2519msgid ""
2520"after resolving the conflicts, mark the corrected paths\n"
2521"with 'git add <paths>' or 'git rm <paths>'\n"
2522"and commit the result with 'git commit'"
2523msgstr ""
2524
2525#: sequencer.c:294 sequencer.c:1667
2526#, c-format
2527msgid "could not lock '%s'"
2528msgstr ""
2529
2530#: sequencer.c:297 sequencer.c:1545 sequencer.c:1672 sequencer.c:1686
2531#, c-format
2532msgid "could not write to '%s'"
2533msgstr ""
2534
2535#: sequencer.c:301
2536#, c-format
2537msgid "could not write eol to '%s'"
2538msgstr ""
2539
2540#: sequencer.c:305 sequencer.c:1550 sequencer.c:1674
2541#, c-format
2542msgid "failed to finalize '%s'."
2543msgstr ""
2544
2545#: sequencer.c:329 sequencer.c:808 sequencer.c:1571 builtin/am.c:259
2546#: builtin/commit.c:749 builtin/merge.c:1036
2547#, c-format
2548msgid "could not read '%s'"
2549msgstr ""
2550
2551#: sequencer.c:355
2552#, c-format
2553msgid "your local changes would be overwritten by %s."
2554msgstr ""
2555
2556#: sequencer.c:359
2557msgid "commit your changes or stash them to proceed."
2558msgstr ""
2559
2560#: sequencer.c:388
2561#, c-format
2562msgid "%s: fast-forward"
2563msgstr ""
2564
2565#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2566#. * "rebase -i".
2567#.
2568#: sequencer.c:470
2569#, c-format
2570msgid "%s: Unable to write new index file"
2571msgstr ""
2572
2573#: sequencer.c:489
2574msgid "could not resolve HEAD commit\n"
2575msgstr ""
2576
2577#: sequencer.c:509
2578msgid "unable to update cache tree\n"
2579msgstr ""
2580
2581#: sequencer.c:592
2582#, c-format
2583msgid ""
2584"you have staged changes in your working tree\n"
2585"If these changes are meant to be squashed into the previous commit, run:\n"
2586"\n"
2587"  git commit --amend %s\n"
2588"\n"
2589"If they are meant to go into a new commit, run:\n"
2590"\n"
2591"  git commit %s\n"
2592"\n"
2593"In both cases, once you're done, continue with:\n"
2594"\n"
2595"  git rebase --continue\n"
2596msgstr ""
2597
2598#: sequencer.c:688
2599#, c-format
2600msgid "could not parse commit %s\n"
2601msgstr ""
2602
2603#: sequencer.c:693
2604#, c-format
2605msgid "could not parse parent commit %s\n"
2606msgstr ""
2607
2608#: sequencer.c:815
2609#, c-format
2610msgid ""
2611"unexpected 1st line of squash message:\n"
2612"\n"
2613"\t%.*s"
2614msgstr ""
2615
2616#: sequencer.c:821
2617#, c-format
2618msgid ""
2619"invalid 1st line of squash message:\n"
2620"\n"
2621"\t%.*s"
2622msgstr ""
2623
2624#: sequencer.c:827 sequencer.c:852
2625#, c-format
2626msgid "This is a combination of %d commits."
2627msgstr ""
2628
2629#: sequencer.c:836
2630msgid "need a HEAD to fixup"
2631msgstr ""
2632
2633#: sequencer.c:838
2634msgid "could not read HEAD"
2635msgstr ""
2636
2637#: sequencer.c:840
2638msgid "could not read HEAD's commit message"
2639msgstr ""
2640
2641#: sequencer.c:846
2642#, c-format
2643msgid "cannot write '%s'"
2644msgstr ""
2645
2646#: sequencer.c:855 git-rebase--interactive.sh:445
2647msgid "This is the 1st commit message:"
2648msgstr ""
2649
2650#: sequencer.c:863
2651#, c-format
2652msgid "could not read commit message of %s"
2653msgstr ""
2654
2655#: sequencer.c:870
2656#, c-format
2657msgid "This is the commit message #%d:"
2658msgstr ""
2659
2660#: sequencer.c:875
2661#, c-format
2662msgid "The commit message #%d will be skipped:"
2663msgstr ""
2664
2665#: sequencer.c:880
2666#, c-format
2667msgid "unknown command: %d"
2668msgstr ""
2669
2670#: sequencer.c:946
2671msgid "your index file is unmerged."
2672msgstr ""
2673
2674#: sequencer.c:964
2675#, c-format
2676msgid "commit %s is a merge but no -m option was given."
2677msgstr ""
2678
2679#: sequencer.c:972
2680#, c-format
2681msgid "commit %s does not have parent %d"
2682msgstr ""
2683
2684#: sequencer.c:976
2685#, c-format
2686msgid "mainline was specified but commit %s is not a merge."
2687msgstr ""
2688
2689#: sequencer.c:982
2690#, c-format
2691msgid "cannot get commit message for %s"
2692msgstr ""
2693
2694#. TRANSLATORS: The first %s will be a "todo" command like
2695#. "revert" or "pick", the second %s a SHA1.
2696#: sequencer.c:1001
2697#, c-format
2698msgid "%s: cannot parse parent commit %s"
2699msgstr ""
2700
2701#: sequencer.c:1063 sequencer.c:1812
2702#, c-format
2703msgid "could not rename '%s' to '%s'"
2704msgstr ""
2705
2706#: sequencer.c:1114
2707#, c-format
2708msgid "could not revert %s... %s"
2709msgstr ""
2710
2711#: sequencer.c:1115
2712#, c-format
2713msgid "could not apply %s... %s"
2714msgstr ""
2715
2716#: sequencer.c:1157
2717msgid "empty commit set passed"
2718msgstr ""
2719
2720#: sequencer.c:1167
2721#, c-format
2722msgid "git %s: failed to read the index"
2723msgstr ""
2724
2725#: sequencer.c:1174
2726#, c-format
2727msgid "git %s: failed to refresh the index"
2728msgstr ""
2729
2730#: sequencer.c:1294
2731#, c-format
2732msgid "invalid line %d: %.*s"
2733msgstr ""
2734
2735#: sequencer.c:1302
2736#, c-format
2737msgid "cannot '%s' without a previous commit"
2738msgstr ""
2739
2740#: sequencer.c:1334
2741#, c-format
2742msgid "could not read '%s'."
2743msgstr ""
2744
2745#: sequencer.c:1341
2746msgid "please fix this using 'git rebase --edit-todo'."
2747msgstr ""
2748
2749#: sequencer.c:1343
2750#, c-format
2751msgid "unusable instruction sheet: '%s'"
2752msgstr ""
2753
2754#: sequencer.c:1348
2755msgid "no commits parsed."
2756msgstr ""
2757
2758#: sequencer.c:1359
2759msgid "cannot cherry-pick during a revert."
2760msgstr ""
2761
2762#: sequencer.c:1361
2763msgid "cannot revert during a cherry-pick."
2764msgstr ""
2765
2766#: sequencer.c:1424
2767#, c-format
2768msgid "invalid key: %s"
2769msgstr ""
2770
2771#: sequencer.c:1427
2772#, c-format
2773msgid "invalid value for %s: %s"
2774msgstr ""
2775
2776#: sequencer.c:1484
2777#, c-format
2778msgid "malformed options sheet: '%s'"
2779msgstr ""
2780
2781#: sequencer.c:1522
2782msgid "a cherry-pick or revert is already in progress"
2783msgstr ""
2784
2785#: sequencer.c:1523
2786msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
2787msgstr ""
2788
2789#: sequencer.c:1526
2790#, c-format
2791msgid "could not create sequencer directory '%s'"
2792msgstr ""
2793
2794#: sequencer.c:1540
2795msgid "could not lock HEAD"
2796msgstr ""
2797
2798#: sequencer.c:1596 sequencer.c:2150
2799msgid "no cherry-pick or revert in progress"
2800msgstr ""
2801
2802#: sequencer.c:1598
2803msgid "cannot resolve HEAD"
2804msgstr ""
2805
2806#: sequencer.c:1600 sequencer.c:1634
2807msgid "cannot abort from a branch yet to be born"
2808msgstr ""
2809
2810#: sequencer.c:1620 builtin/grep.c:904
2811#, c-format
2812msgid "cannot open '%s'"
2813msgstr ""
2814
2815#: sequencer.c:1622
2816#, c-format
2817msgid "cannot read '%s': %s"
2818msgstr ""
2819
2820#: sequencer.c:1623
2821msgid "unexpected end of file"
2822msgstr ""
2823
2824#: sequencer.c:1629
2825#, c-format
2826msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
2827msgstr ""
2828
2829#: sequencer.c:1640
2830msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
2831msgstr ""
2832
2833#: sequencer.c:1777 sequencer.c:2049
2834msgid "cannot read HEAD"
2835msgstr ""
2836
2837#: sequencer.c:1817 builtin/difftool.c:574
2838#, c-format
2839msgid "could not copy '%s' to '%s'"
2840msgstr ""
2841
2842#: sequencer.c:1833
2843msgid "could not read index"
2844msgstr ""
2845
2846#: sequencer.c:1838
2847#, c-format
2848msgid ""
2849"execution failed: %s\n"
2850"%sYou can fix the problem, and then run\n"
2851"\n"
2852"  git rebase --continue\n"
2853"\n"
2854msgstr ""
2855
2856#: sequencer.c:1844
2857msgid "and made changes to the index and/or the working tree\n"
2858msgstr ""
2859
2860#: sequencer.c:1850
2861#, c-format
2862msgid ""
2863"execution succeeded: %s\n"
2864"but left changes to the index and/or the working tree\n"
2865"Commit or stash your changes, and then run\n"
2866"\n"
2867"  git rebase --continue\n"
2868"\n"
2869msgstr ""
2870
2871#: sequencer.c:1905 git-rebase.sh:168
2872#, c-format
2873msgid "Applied autostash."
2874msgstr ""
2875
2876#: sequencer.c:1917
2877#, c-format
2878msgid "cannot store %s"
2879msgstr ""
2880
2881#: sequencer.c:1919 git-rebase.sh:172
2882#, c-format
2883msgid ""
2884"Applying autostash resulted in conflicts.\n"
2885"Your changes are safe in the stash.\n"
2886"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
2887msgstr ""
2888
2889#: sequencer.c:2000
2890#, c-format
2891msgid "stopped at %s... %.*s"
2892msgstr ""
2893
2894#: sequencer.c:2027
2895#, c-format
2896msgid "unknown command %d"
2897msgstr ""
2898
2899#: sequencer.c:2057
2900msgid "could not read orig-head"
2901msgstr ""
2902
2903#: sequencer.c:2061
2904msgid "could not read 'onto'"
2905msgstr ""
2906
2907#: sequencer.c:2068
2908#, c-format
2909msgid "could not update %s"
2910msgstr ""
2911
2912#: sequencer.c:2075
2913#, c-format
2914msgid "could not update HEAD to %s"
2915msgstr ""
2916
2917#: sequencer.c:2159
2918msgid "cannot rebase: You have unstaged changes."
2919msgstr ""
2920
2921#: sequencer.c:2164
2922msgid "could not remove CHERRY_PICK_HEAD"
2923msgstr ""
2924
2925#: sequencer.c:2173
2926msgid "cannot amend non-existing commit"
2927msgstr ""
2928
2929#: sequencer.c:2175
2930#, c-format
2931msgid "invalid file: '%s'"
2932msgstr ""
2933
2934#: sequencer.c:2177
2935#, c-format
2936msgid "invalid contents: '%s'"
2937msgstr ""
2938
2939#: sequencer.c:2180
2940msgid ""
2941"\n"
2942"You have uncommitted changes in your working tree. Please, commit them\n"
2943"first and then run 'git rebase --continue' again."
2944msgstr ""
2945
2946#: sequencer.c:2190
2947msgid "could not commit staged changes."
2948msgstr ""
2949
2950#: sequencer.c:2270
2951#, c-format
2952msgid "%s: can't cherry-pick a %s"
2953msgstr ""
2954
2955#: sequencer.c:2274
2956#, c-format
2957msgid "%s: bad revision"
2958msgstr ""
2959
2960#: sequencer.c:2307
2961msgid "can't revert as initial commit"
2962msgstr ""
2963
2964#: setup.c:160
2965#, c-format
2966msgid ""
2967"%s: no such path in the working tree.\n"
2968"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
2969msgstr ""
2970
2971#: setup.c:173
2972#, c-format
2973msgid ""
2974"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
2975"Use '--' to separate paths from revisions, like this:\n"
2976"'git <command> [<revision>...] -- [<file>...]'"
2977msgstr ""
2978
2979#: setup.c:223
2980#, c-format
2981msgid ""
2982"ambiguous argument '%s': both revision and filename\n"
2983"Use '--' to separate paths from revisions, like this:\n"
2984"'git <command> [<revision>...] -- [<file>...]'"
2985msgstr ""
2986
2987#: setup.c:470
2988#, c-format
2989msgid "Expected git repo version <= %d, found %d"
2990msgstr ""
2991
2992#: setup.c:478
2993msgid "unknown repository extensions found:"
2994msgstr ""
2995
2996#: setup.c:768
2997#, c-format
2998msgid "Not a git repository (or any of the parent directories): %s"
2999msgstr ""
3000
3001#: setup.c:770 setup.c:922 builtin/index-pack.c:1643
3002msgid "Cannot come back to cwd"
3003msgstr ""
3004
3005#: setup.c:852
3006msgid "Unable to read current working directory"
3007msgstr ""
3008
3009#: setup.c:927
3010#, c-format
3011msgid ""
3012"Not a git repository (or any parent up to mount point %s)\n"
3013"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3014msgstr ""
3015
3016#: setup.c:934
3017#, c-format
3018msgid "Cannot change to '%s/..'"
3019msgstr ""
3020
3021#: setup.c:996
3022#, c-format
3023msgid ""
3024"Problem with core.sharedRepository filemode value (0%.3o).\n"
3025"The owner of files must always have read and write permissions."
3026msgstr ""
3027
3028#: sha1_file.c:490
3029#, c-format
3030msgid "path '%s' does not exist"
3031msgstr ""
3032
3033#: sha1_file.c:516
3034#, c-format
3035msgid "reference repository '%s' as a linked checkout is not supported yet."
3036msgstr ""
3037
3038#: sha1_file.c:522
3039#, c-format
3040msgid "reference repository '%s' is not a local repository."
3041msgstr ""
3042
3043#: sha1_file.c:528
3044#, c-format
3045msgid "reference repository '%s' is shallow"
3046msgstr ""
3047
3048#: sha1_file.c:536
3049#, c-format
3050msgid "reference repository '%s' is grafted"
3051msgstr ""
3052
3053#: sha1_file.c:1176
3054msgid "offset before end of packfile (broken .idx?)"
3055msgstr ""
3056
3057#: sha1_file.c:2637
3058#, c-format
3059msgid "offset before start of pack index for %s (corrupt index?)"
3060msgstr ""
3061
3062#: sha1_file.c:2641
3063#, c-format
3064msgid "offset beyond end of pack index for %s (truncated index?)"
3065msgstr ""
3066
3067#: sha1_name.c:407
3068#, c-format
3069msgid "short SHA1 %s is ambiguous"
3070msgstr ""
3071
3072#: sha1_name.c:418
3073msgid "The candidates are:"
3074msgstr ""
3075
3076#: sha1_name.c:578
3077msgid ""
3078"Git normally never creates a ref that ends with 40 hex characters\n"
3079"because it will be ignored when you just specify 40-hex. These refs\n"
3080"may be created by mistake. For example,\n"
3081"\n"
3082"  git checkout -b $br $(git rev-parse ...)\n"
3083"\n"
3084"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3085"examine these refs and maybe delete them. Turn this message off by\n"
3086"running \"git config advice.objectNameWarning false\""
3087msgstr ""
3088
3089#: submodule.c:65 submodule.c:99
3090msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3091msgstr ""
3092
3093#: submodule.c:69 submodule.c:103
3094#, c-format
3095msgid "Could not find section in .gitmodules where path=%s"
3096msgstr ""
3097
3098#: submodule.c:77
3099#, c-format
3100msgid "Could not update .gitmodules entry %s"
3101msgstr ""
3102
3103#: submodule.c:110
3104#, c-format
3105msgid "Could not remove .gitmodules entry for %s"
3106msgstr ""
3107
3108#: submodule.c:121
3109msgid "staging updated .gitmodules failed"
3110msgstr ""
3111
3112#: submodule.c:159
3113msgid "negative values not allowed for submodule.fetchJobs"
3114msgstr ""
3115
3116#: submodule.c:1184
3117#, c-format
3118msgid "could not start 'git status in submodule '%s'"
3119msgstr ""
3120
3121#: submodule.c:1197
3122#, c-format
3123msgid "could not run 'git status in submodule '%s'"
3124msgstr ""
3125
3126#: submodule.c:1398
3127#, c-format
3128msgid ""
3129"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3130msgstr ""
3131
3132#: submodule.c:1410 submodule.c:1471
3133#, c-format
3134msgid "could not lookup name for submodule '%s'"
3135msgstr ""
3136
3137#: submodule.c:1414 submodule.c:1474 builtin/submodule--helper.c:640
3138#: builtin/submodule--helper.c:650
3139#, c-format
3140msgid "could not create directory '%s'"
3141msgstr ""
3142
3143#: submodule.c:1420
3144#, c-format
3145msgid ""
3146"Migrating git directory of '%s%s' from\n"
3147"'%s' to\n"
3148"'%s'\n"
3149msgstr ""
3150
3151#: submodule.c:1512
3152#, c-format
3153msgid "could not recurse into submodule '%s'"
3154msgstr ""
3155
3156#: submodule-config.c:360
3157#, c-format
3158msgid "invalid value for %s"
3159msgstr ""
3160
3161#: trailer.c:240
3162#, c-format
3163msgid "running trailer command '%s' failed"
3164msgstr ""
3165
3166#: trailer.c:473 trailer.c:477 trailer.c:481 trailer.c:535 trailer.c:539
3167#: trailer.c:543
3168#, c-format
3169msgid "unknown value '%s' for key '%s'"
3170msgstr ""
3171
3172#: trailer.c:525 trailer.c:530 builtin/remote.c:289
3173#, c-format
3174msgid "more than one %s"
3175msgstr ""
3176
3177#: trailer.c:702
3178#, c-format
3179msgid "empty trailer token in trailer '%.*s'"
3180msgstr ""
3181
3182#: trailer.c:722
3183#, c-format
3184msgid "could not read input file '%s'"
3185msgstr ""
3186
3187#: trailer.c:725
3188msgid "could not read from stdin"
3189msgstr ""
3190
3191#: trailer.c:949 builtin/am.c:44
3192#, c-format
3193msgid "could not stat %s"
3194msgstr ""
3195
3196#: trailer.c:951
3197#, c-format
3198msgid "file %s is not a regular file"
3199msgstr ""
3200
3201#: trailer.c:953
3202#, c-format
3203msgid "file %s is not writable by user"
3204msgstr ""
3205
3206#: trailer.c:965
3207msgid "could not open temporary file"
3208msgstr ""
3209
3210#: trailer.c:1001
3211#, c-format
3212msgid "could not rename temporary file to %s"
3213msgstr ""
3214
3215#: transport.c:62
3216#, c-format
3217msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3218msgstr ""
3219
3220#: transport.c:151
3221#, c-format
3222msgid "transport: invalid depth option '%s'"
3223msgstr ""
3224
3225#: transport.c:885
3226#, c-format
3227msgid ""
3228"The following submodule paths contain changes that can\n"
3229"not be found on any remote:\n"
3230msgstr ""
3231
3232#: transport.c:889
3233#, c-format
3234msgid ""
3235"\n"
3236"Please try\n"
3237"\n"
3238"\tgit push --recurse-submodules=on-demand\n"
3239"\n"
3240"or cd to the path and use\n"
3241"\n"
3242"\tgit push\n"
3243"\n"
3244"to push them to a remote.\n"
3245"\n"
3246msgstr ""
3247
3248#: transport.c:897
3249msgid "Aborting."
3250msgstr ""
3251
3252#: transport-helper.c:1082
3253#, c-format
3254msgid "Could not read ref %s"
3255msgstr ""
3256
3257#: tree-walk.c:31
3258msgid "too-short tree object"
3259msgstr ""
3260
3261#: tree-walk.c:37
3262msgid "malformed mode in tree entry"
3263msgstr ""
3264
3265#: tree-walk.c:41
3266msgid "empty filename in tree entry"
3267msgstr ""
3268
3269#: tree-walk.c:113
3270msgid "too-short tree file"
3271msgstr ""
3272
3273#: unpack-trees.c:99
3274#, c-format
3275msgid ""
3276"Your local changes to the following files would be overwritten by checkout:\n"
3277"%%sPlease commit your changes or stash them before you switch branches."
3278msgstr ""
3279
3280#: unpack-trees.c:101
3281#, c-format
3282msgid ""
3283"Your local changes to the following files would be overwritten by checkout:\n"
3284"%%s"
3285msgstr ""
3286
3287#: unpack-trees.c:104
3288#, c-format
3289msgid ""
3290"Your local changes to the following files would be overwritten by merge:\n"
3291"%%sPlease commit your changes or stash them before you merge."
3292msgstr ""
3293
3294#: unpack-trees.c:106
3295#, c-format
3296msgid ""
3297"Your local changes to the following files would be overwritten by merge:\n"
3298"%%s"
3299msgstr ""
3300
3301#: unpack-trees.c:109
3302#, c-format
3303msgid ""
3304"Your local changes to the following files would be overwritten by %s:\n"
3305"%%sPlease commit your changes or stash them before you %s."
3306msgstr ""
3307
3308#: unpack-trees.c:111
3309#, c-format
3310msgid ""
3311"Your local changes to the following files would be overwritten by %s:\n"
3312"%%s"
3313msgstr ""
3314
3315#: unpack-trees.c:116
3316#, c-format
3317msgid ""
3318"Updating the following directories would lose untracked files in them:\n"
3319"%s"
3320msgstr ""
3321
3322#: unpack-trees.c:120
3323#, c-format
3324msgid ""
3325"The following untracked working tree files would be removed by checkout:\n"
3326"%%sPlease move or remove them before you switch branches."
3327msgstr ""
3328
3329#: unpack-trees.c:122
3330#, c-format
3331msgid ""
3332"The following untracked working tree files would be removed by checkout:\n"
3333"%%s"
3334msgstr ""
3335
3336#: unpack-trees.c:125
3337#, c-format
3338msgid ""
3339"The following untracked working tree files would be removed by merge:\n"
3340"%%sPlease move or remove them before you merge."
3341msgstr ""
3342
3343#: unpack-trees.c:127
3344#, c-format
3345msgid ""
3346"The following untracked working tree files would be removed by merge:\n"
3347"%%s"
3348msgstr ""
3349
3350#: unpack-trees.c:130
3351#, c-format
3352msgid ""
3353"The following untracked working tree files would be removed by %s:\n"
3354"%%sPlease move or remove them before you %s."
3355msgstr ""
3356
3357#: unpack-trees.c:132
3358#, c-format
3359msgid ""
3360"The following untracked working tree files would be removed by %s:\n"
3361"%%s"
3362msgstr ""
3363
3364#: unpack-trees.c:137
3365#, c-format
3366msgid ""
3367"The following untracked working tree files would be overwritten by "
3368"checkout:\n"
3369"%%sPlease move or remove them before you switch branches."
3370msgstr ""
3371
3372#: unpack-trees.c:139
3373#, c-format
3374msgid ""
3375"The following untracked working tree files would be overwritten by "
3376"checkout:\n"
3377"%%s"
3378msgstr ""
3379
3380#: unpack-trees.c:142
3381#, c-format
3382msgid ""
3383"The following untracked working tree files would be overwritten by merge:\n"
3384"%%sPlease move or remove them before you merge."
3385msgstr ""
3386
3387#: unpack-trees.c:144
3388#, c-format
3389msgid ""
3390"The following untracked working tree files would be overwritten by merge:\n"
3391"%%s"
3392msgstr ""
3393
3394#: unpack-trees.c:147
3395#, c-format
3396msgid ""
3397"The following untracked working tree files would be overwritten by %s:\n"
3398"%%sPlease move or remove them before you %s."
3399msgstr ""
3400
3401#: unpack-trees.c:149
3402#, c-format
3403msgid ""
3404"The following untracked working tree files would be overwritten by %s:\n"
3405"%%s"
3406msgstr ""
3407
3408#: unpack-trees.c:156
3409#, c-format
3410msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3411msgstr ""
3412
3413#: unpack-trees.c:159
3414#, c-format
3415msgid ""
3416"Cannot update sparse checkout: the following entries are not up-to-date:\n"
3417"%s"
3418msgstr ""
3419
3420#: unpack-trees.c:161
3421#, c-format
3422msgid ""
3423"The following working tree files would be overwritten by sparse checkout "
3424"update:\n"
3425"%s"
3426msgstr ""
3427
3428#: unpack-trees.c:163
3429#, c-format
3430msgid ""
3431"The following working tree files would be removed by sparse checkout "
3432"update:\n"
3433"%s"
3434msgstr ""
3435
3436#: unpack-trees.c:240
3437#, c-format
3438msgid "Aborting\n"
3439msgstr ""
3440
3441#: unpack-trees.c:270
3442msgid "Checking out files"
3443msgstr ""
3444
3445#: urlmatch.c:120
3446msgid "invalid URL scheme name or missing '://' suffix"
3447msgstr ""
3448
3449#: urlmatch.c:144 urlmatch.c:297 urlmatch.c:356
3450#, c-format
3451msgid "invalid %XX escape sequence"
3452msgstr ""
3453
3454#: urlmatch.c:172
3455msgid "missing host and scheme is not 'file:'"
3456msgstr ""
3457
3458#: urlmatch.c:189
3459msgid "a 'file:' URL may not have a port number"
3460msgstr ""
3461
3462#: urlmatch.c:199
3463msgid "invalid characters in host name"
3464msgstr ""
3465
3466#: urlmatch.c:244 urlmatch.c:255
3467msgid "invalid port number"
3468msgstr ""
3469
3470#: urlmatch.c:322
3471msgid "invalid '..' path segment"
3472msgstr ""
3473
3474#: worktree.c:282
3475#, c-format
3476msgid "failed to read '%s'"
3477msgstr ""
3478
3479#: wrapper.c:222 wrapper.c:392
3480#, c-format
3481msgid "could not open '%s' for reading and writing"
3482msgstr ""
3483
3484#: wrapper.c:224 wrapper.c:394 builtin/am.c:766
3485#, c-format
3486msgid "could not open '%s' for writing"
3487msgstr ""
3488
3489#: wrapper.c:226 wrapper.c:396 builtin/am.c:320 builtin/am.c:759
3490#: builtin/am.c:847 builtin/commit.c:1700 builtin/merge.c:1033
3491#: builtin/pull.c:341
3492#, c-format
3493msgid "could not open '%s' for reading"
3494msgstr ""
3495
3496#: wrapper.c:605 wrapper.c:626
3497#, c-format
3498msgid "unable to access '%s'"
3499msgstr ""
3500
3501#: wrapper.c:634
3502msgid "unable to get current working directory"
3503msgstr ""
3504
3505#: wrapper.c:658
3506#, c-format
3507msgid "could not write to %s"
3508msgstr ""
3509
3510#: wrapper.c:660
3511#, c-format
3512msgid "could not close %s"
3513msgstr ""
3514
3515#: wt-status.c:151
3516msgid "Unmerged paths:"
3517msgstr ""
3518
3519#: wt-status.c:178 wt-status.c:205
3520#, c-format
3521msgid "  (use \"git reset %s <file>...\" to unstage)"
3522msgstr ""
3523
3524#: wt-status.c:180 wt-status.c:207
3525msgid "  (use \"git rm --cached <file>...\" to unstage)"
3526msgstr ""
3527
3528#: wt-status.c:184
3529msgid "  (use \"git add <file>...\" to mark resolution)"
3530msgstr ""
3531
3532#: wt-status.c:186 wt-status.c:190
3533msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3534msgstr ""
3535
3536#: wt-status.c:188
3537msgid "  (use \"git rm <file>...\" to mark resolution)"
3538msgstr ""
3539
3540#: wt-status.c:199 wt-status.c:945
3541msgid "Changes to be committed:"
3542msgstr ""
3543
3544#: wt-status.c:217 wt-status.c:954
3545msgid "Changes not staged for commit:"
3546msgstr ""
3547
3548#: wt-status.c:221
3549msgid "  (use \"git add <file>...\" to update what will be committed)"
3550msgstr ""
3551
3552#: wt-status.c:223
3553msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3554msgstr ""
3555
3556#: wt-status.c:224
3557msgid ""
3558"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3559msgstr ""
3560
3561#: wt-status.c:226
3562msgid "  (commit or discard the untracked or modified content in submodules)"
3563msgstr ""
3564
3565#: wt-status.c:238
3566#, c-format
3567msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3568msgstr ""
3569
3570#: wt-status.c:253
3571msgid "both deleted:"
3572msgstr ""
3573
3574#: wt-status.c:255
3575msgid "added by us:"
3576msgstr ""
3577
3578#: wt-status.c:257
3579msgid "deleted by them:"
3580msgstr ""
3581
3582#: wt-status.c:259
3583msgid "added by them:"
3584msgstr ""
3585
3586#: wt-status.c:261
3587msgid "deleted by us:"
3588msgstr ""
3589
3590#: wt-status.c:263
3591msgid "both added:"
3592msgstr ""
3593
3594#: wt-status.c:265
3595msgid "both modified:"
3596msgstr ""
3597
3598#: wt-status.c:275
3599msgid "new file:"
3600msgstr ""
3601
3602#: wt-status.c:277
3603msgid "copied:"
3604msgstr ""
3605
3606#: wt-status.c:279
3607msgid "deleted:"
3608msgstr ""
3609
3610#: wt-status.c:281
3611msgid "modified:"
3612msgstr ""
3613
3614#: wt-status.c:283
3615msgid "renamed:"
3616msgstr ""
3617
3618#: wt-status.c:285
3619msgid "typechange:"
3620msgstr ""
3621
3622#: wt-status.c:287
3623msgid "unknown:"
3624msgstr ""
3625
3626#: wt-status.c:289
3627msgid "unmerged:"
3628msgstr ""
3629
3630#: wt-status.c:371
3631msgid "new commits, "
3632msgstr ""
3633
3634#: wt-status.c:373
3635msgid "modified content, "
3636msgstr ""
3637
3638#: wt-status.c:375
3639msgid "untracked content, "
3640msgstr ""
3641
3642#: wt-status.c:818
3643msgid "Submodules changed but not updated:"
3644msgstr ""
3645
3646#: wt-status.c:820
3647msgid "Submodule changes to be committed:"
3648msgstr ""
3649
3650#: wt-status.c:901
3651msgid ""
3652"Do not touch the line above.\n"
3653"Everything below will be removed."
3654msgstr ""
3655
3656#: wt-status.c:1013
3657msgid "You have unmerged paths."
3658msgstr ""
3659
3660#: wt-status.c:1016
3661msgid "  (fix conflicts and run \"git commit\")"
3662msgstr ""
3663
3664#: wt-status.c:1018
3665msgid "  (use \"git merge --abort\" to abort the merge)"
3666msgstr ""
3667
3668#: wt-status.c:1023
3669msgid "All conflicts fixed but you are still merging."
3670msgstr ""
3671
3672#: wt-status.c:1026
3673msgid "  (use \"git commit\" to conclude merge)"
3674msgstr ""
3675
3676#: wt-status.c:1036
3677msgid "You are in the middle of an am session."
3678msgstr ""
3679
3680#: wt-status.c:1039
3681msgid "The current patch is empty."
3682msgstr ""
3683
3684#: wt-status.c:1043
3685msgid "  (fix conflicts and then run \"git am --continue\")"
3686msgstr ""
3687
3688#: wt-status.c:1045
3689msgid "  (use \"git am --skip\" to skip this patch)"
3690msgstr ""
3691
3692#: wt-status.c:1047
3693msgid "  (use \"git am --abort\" to restore the original branch)"
3694msgstr ""
3695
3696#: wt-status.c:1176
3697msgid "git-rebase-todo is missing."
3698msgstr ""
3699
3700#: wt-status.c:1178
3701msgid "No commands done."
3702msgstr ""
3703
3704#: wt-status.c:1181
3705#, c-format
3706msgid "Last command done (%d command done):"
3707msgid_plural "Last commands done (%d commands done):"
3708msgstr[0] ""
3709msgstr[1] ""
3710
3711#: wt-status.c:1192
3712#, c-format
3713msgid "  (see more in file %s)"
3714msgstr ""
3715
3716#: wt-status.c:1197
3717msgid "No commands remaining."
3718msgstr ""
3719
3720#: wt-status.c:1200
3721#, c-format
3722msgid "Next command to do (%d remaining command):"
3723msgid_plural "Next commands to do (%d remaining commands):"
3724msgstr[0] ""
3725msgstr[1] ""
3726
3727#: wt-status.c:1208
3728msgid "  (use \"git rebase --edit-todo\" to view and edit)"
3729msgstr ""
3730
3731#: wt-status.c:1221
3732#, c-format
3733msgid "You are currently rebasing branch '%s' on '%s'."
3734msgstr ""
3735
3736#: wt-status.c:1226
3737msgid "You are currently rebasing."
3738msgstr ""
3739
3740#: wt-status.c:1240
3741msgid "  (fix conflicts and then run \"git rebase --continue\")"
3742msgstr ""
3743
3744#: wt-status.c:1242
3745msgid "  (use \"git rebase --skip\" to skip this patch)"
3746msgstr ""
3747
3748#: wt-status.c:1244
3749msgid "  (use \"git rebase --abort\" to check out the original branch)"
3750msgstr ""
3751
3752#: wt-status.c:1250
3753msgid "  (all conflicts fixed: run \"git rebase --continue\")"
3754msgstr ""
3755
3756#: wt-status.c:1254
3757#, c-format
3758msgid ""
3759"You are currently splitting a commit while rebasing branch '%s' on '%s'."
3760msgstr ""
3761
3762#: wt-status.c:1259
3763msgid "You are currently splitting a commit during a rebase."
3764msgstr ""
3765
3766#: wt-status.c:1262
3767msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
3768msgstr ""
3769
3770#: wt-status.c:1266
3771#, c-format
3772msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
3773msgstr ""
3774
3775#: wt-status.c:1271
3776msgid "You are currently editing a commit during a rebase."
3777msgstr ""
3778
3779#: wt-status.c:1274
3780msgid "  (use \"git commit --amend\" to amend the current commit)"
3781msgstr ""
3782
3783#: wt-status.c:1276
3784msgid ""
3785"  (use \"git rebase --continue\" once you are satisfied with your changes)"
3786msgstr ""
3787
3788#: wt-status.c:1286
3789#, c-format
3790msgid "You are currently cherry-picking commit %s."
3791msgstr ""
3792
3793#: wt-status.c:1291
3794msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
3795msgstr ""
3796
3797#: wt-status.c:1294
3798msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
3799msgstr ""
3800
3801#: wt-status.c:1296
3802msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
3803msgstr ""
3804
3805#: wt-status.c:1305
3806#, c-format
3807msgid "You are currently reverting commit %s."
3808msgstr ""
3809
3810#: wt-status.c:1310
3811msgid "  (fix conflicts and run \"git revert --continue\")"
3812msgstr ""
3813
3814#: wt-status.c:1313
3815msgid "  (all conflicts fixed: run \"git revert --continue\")"
3816msgstr ""
3817
3818#: wt-status.c:1315
3819msgid "  (use \"git revert --abort\" to cancel the revert operation)"
3820msgstr ""
3821
3822#: wt-status.c:1326
3823#, c-format
3824msgid "You are currently bisecting, started from branch '%s'."
3825msgstr ""
3826
3827#: wt-status.c:1330
3828msgid "You are currently bisecting."
3829msgstr ""
3830
3831#: wt-status.c:1333
3832msgid "  (use \"git bisect reset\" to get back to the original branch)"
3833msgstr ""
3834
3835#: wt-status.c:1530
3836msgid "On branch "
3837msgstr ""
3838
3839#: wt-status.c:1536
3840msgid "interactive rebase in progress; onto "
3841msgstr ""
3842
3843#: wt-status.c:1538
3844msgid "rebase in progress; onto "
3845msgstr ""
3846
3847#: wt-status.c:1543
3848msgid "HEAD detached at "
3849msgstr ""
3850
3851#: wt-status.c:1545
3852msgid "HEAD detached from "
3853msgstr ""
3854
3855#: wt-status.c:1548
3856msgid "Not currently on any branch."
3857msgstr ""
3858
3859#: wt-status.c:1566
3860msgid "Initial commit"
3861msgstr ""
3862
3863#: wt-status.c:1580
3864msgid "Untracked files"
3865msgstr ""
3866
3867#: wt-status.c:1582
3868msgid "Ignored files"
3869msgstr ""
3870
3871#: wt-status.c:1586
3872#, c-format
3873msgid ""
3874"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
3875"may speed it up, but you have to be careful not to forget to add\n"
3876"new files yourself (see 'git help status')."
3877msgstr ""
3878
3879#: wt-status.c:1592
3880#, c-format
3881msgid "Untracked files not listed%s"
3882msgstr ""
3883
3884#: wt-status.c:1594
3885msgid " (use -u option to show untracked files)"
3886msgstr ""
3887
3888#: wt-status.c:1600
3889msgid "No changes"
3890msgstr ""
3891
3892#: wt-status.c:1605
3893#, c-format
3894msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
3895msgstr ""
3896
3897#: wt-status.c:1608
3898#, c-format
3899msgid "no changes added to commit\n"
3900msgstr ""
3901
3902#: wt-status.c:1611
3903#, c-format
3904msgid ""
3905"nothing added to commit but untracked files present (use \"git add\" to "
3906"track)\n"
3907msgstr ""
3908
3909#: wt-status.c:1614
3910#, c-format
3911msgid "nothing added to commit but untracked files present\n"
3912msgstr ""
3913
3914#: wt-status.c:1617
3915#, c-format
3916msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
3917msgstr ""
3918
3919#: wt-status.c:1620 wt-status.c:1625
3920#, c-format
3921msgid "nothing to commit\n"
3922msgstr ""
3923
3924#: wt-status.c:1623
3925#, c-format
3926msgid "nothing to commit (use -u to show untracked files)\n"
3927msgstr ""
3928
3929#: wt-status.c:1627
3930#, c-format
3931msgid "nothing to commit, working tree clean\n"
3932msgstr ""
3933
3934#: wt-status.c:1734
3935msgid "Initial commit on "
3936msgstr ""
3937
3938#: wt-status.c:1738
3939msgid "HEAD (no branch)"
3940msgstr ""
3941
3942#: wt-status.c:1767
3943msgid "gone"
3944msgstr ""
3945
3946#: wt-status.c:1769 wt-status.c:1777
3947msgid "behind "
3948msgstr ""
3949
3950#: wt-status.c:1772 wt-status.c:1775
3951msgid "ahead "
3952msgstr ""
3953
3954#. TRANSLATORS: the action is e.g. "pull with rebase"
3955#: wt-status.c:2277
3956#, c-format
3957msgid "cannot %s: You have unstaged changes."
3958msgstr ""
3959
3960#: wt-status.c:2283
3961msgid "additionally, your index contains uncommitted changes."
3962msgstr ""
3963
3964#: wt-status.c:2285
3965#, c-format
3966msgid "cannot %s: Your index contains uncommitted changes."
3967msgstr ""
3968
3969#: compat/precompose_utf8.c:57 builtin/clone.c:414
3970#, c-format
3971msgid "failed to unlink '%s'"
3972msgstr ""
3973
3974#: builtin/add.c:22
3975msgid "git add [<options>] [--] <pathspec>..."
3976msgstr ""
3977
3978#: builtin/add.c:80
3979#, c-format
3980msgid "unexpected diff status %c"
3981msgstr ""
3982
3983#: builtin/add.c:85 builtin/commit.c:291
3984msgid "updating files failed"
3985msgstr ""
3986
3987#: builtin/add.c:95
3988#, c-format
3989msgid "remove '%s'\n"
3990msgstr ""
3991
3992#: builtin/add.c:149
3993msgid "Unstaged changes after refreshing the index:"
3994msgstr ""
3995
3996#: builtin/add.c:209 builtin/rev-parse.c:845
3997msgid "Could not read the index"
3998msgstr ""
3999
4000#: builtin/add.c:220
4001#, c-format
4002msgid "Could not open '%s' for writing."
4003msgstr ""
4004
4005#: builtin/add.c:224
4006msgid "Could not write patch"
4007msgstr ""
4008
4009#: builtin/add.c:227
4010msgid "editing patch failed"
4011msgstr ""
4012
4013#: builtin/add.c:230
4014#, c-format
4015msgid "Could not stat '%s'"
4016msgstr ""
4017
4018#: builtin/add.c:232
4019msgid "Empty patch. Aborted."
4020msgstr ""
4021
4022#: builtin/add.c:237
4023#, c-format
4024msgid "Could not apply '%s'"
4025msgstr ""
4026
4027#: builtin/add.c:247
4028msgid "The following paths are ignored by one of your .gitignore files:\n"
4029msgstr ""
4030
4031#: builtin/add.c:266 builtin/clean.c:870 builtin/fetch.c:115 builtin/mv.c:123
4032#: builtin/prune-packed.c:55 builtin/pull.c:198 builtin/push.c:524
4033#: builtin/remote.c:1326 builtin/rm.c:241 builtin/send-pack.c:162
4034msgid "dry run"
4035msgstr ""
4036
4037#: builtin/add.c:269
4038msgid "interactive picking"
4039msgstr ""
4040
4041#: builtin/add.c:270 builtin/checkout.c:1159 builtin/reset.c:286
4042msgid "select hunks interactively"
4043msgstr ""
4044
4045#: builtin/add.c:271
4046msgid "edit current diff and apply"
4047msgstr ""
4048
4049#: builtin/add.c:272
4050msgid "allow adding otherwise ignored files"
4051msgstr ""
4052
4053#: builtin/add.c:273
4054msgid "update tracked files"
4055msgstr ""
4056
4057#: builtin/add.c:274
4058msgid "record only the fact that the path will be added later"
4059msgstr ""
4060
4061#: builtin/add.c:275
4062msgid "add changes from all tracked and untracked files"
4063msgstr ""
4064
4065#: builtin/add.c:278
4066msgid "ignore paths removed in the working tree (same as --no-all)"
4067msgstr ""
4068
4069#: builtin/add.c:280
4070msgid "don't add, only refresh the index"
4071msgstr ""
4072
4073#: builtin/add.c:281
4074msgid "just skip files which cannot be added because of errors"
4075msgstr ""
4076
4077#: builtin/add.c:282
4078msgid "check if - even missing - files are ignored in dry run"
4079msgstr ""
4080
4081#: builtin/add.c:283 builtin/update-index.c:947
4082msgid "(+/-)x"
4083msgstr ""
4084
4085#: builtin/add.c:283 builtin/update-index.c:948
4086msgid "override the executable bit of the listed files"
4087msgstr ""
4088
4089#: builtin/add.c:305
4090#, c-format
4091msgid "Use -f if you really want to add them.\n"
4092msgstr ""
4093
4094#: builtin/add.c:312
4095msgid "adding files failed"
4096msgstr ""
4097
4098#: builtin/add.c:348
4099msgid "-A and -u are mutually incompatible"
4100msgstr ""
4101
4102#: builtin/add.c:355
4103msgid "Option --ignore-missing can only be used together with --dry-run"
4104msgstr ""
4105
4106#: builtin/add.c:359
4107#, c-format
4108msgid "--chmod param '%s' must be either -x or +x"
4109msgstr ""
4110
4111#: builtin/add.c:374
4112#, c-format
4113msgid "Nothing specified, nothing added.\n"
4114msgstr ""
4115
4116#: builtin/add.c:375
4117#, c-format
4118msgid "Maybe you wanted to say 'git add .'?\n"
4119msgstr ""
4120
4121#: builtin/add.c:380 builtin/check-ignore.c:172 builtin/checkout.c:279
4122#: builtin/checkout.c:472 builtin/clean.c:914 builtin/commit.c:350
4123#: builtin/mv.c:143 builtin/reset.c:235 builtin/rm.c:271
4124#: builtin/submodule--helper.c:244
4125msgid "index file corrupt"
4126msgstr ""
4127
4128#: builtin/am.c:414
4129msgid "could not parse author script"
4130msgstr ""
4131
4132#: builtin/am.c:491
4133#, c-format
4134msgid "'%s' was deleted by the applypatch-msg hook"
4135msgstr ""
4136
4137#: builtin/am.c:532
4138#, c-format
4139msgid "Malformed input line: '%s'."
4140msgstr ""
4141
4142#: builtin/am.c:569
4143#, c-format
4144msgid "Failed to copy notes from '%s' to '%s'"
4145msgstr ""
4146
4147#: builtin/am.c:595
4148msgid "fseek failed"
4149msgstr ""
4150
4151#: builtin/am.c:775
4152#, c-format
4153msgid "could not parse patch '%s'"
4154msgstr ""
4155
4156#: builtin/am.c:840
4157msgid "Only one StGIT patch series can be applied at once"
4158msgstr ""
4159
4160#: builtin/am.c:887
4161msgid "invalid timestamp"
4162msgstr ""
4163
4164#: builtin/am.c:890 builtin/am.c:898
4165msgid "invalid Date line"
4166msgstr ""
4167
4168#: builtin/am.c:895
4169msgid "invalid timezone offset"
4170msgstr ""
4171
4172#: builtin/am.c:984
4173msgid "Patch format detection failed."
4174msgstr ""
4175
4176#: builtin/am.c:989 builtin/clone.c:379
4177#, c-format
4178msgid "failed to create directory '%s'"
4179msgstr ""
4180
4181#: builtin/am.c:993
4182msgid "Failed to split patches."
4183msgstr ""
4184
4185#: builtin/am.c:1125 builtin/commit.c:376
4186msgid "unable to write index file"
4187msgstr ""
4188
4189#: builtin/am.c:1176
4190#, c-format
4191msgid "When you have resolved this problem, run \"%s --continue\"."
4192msgstr ""
4193
4194#: builtin/am.c:1177
4195#, c-format
4196msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4197msgstr ""
4198
4199#: builtin/am.c:1178
4200#, c-format
4201msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4202msgstr ""
4203
4204#: builtin/am.c:1316
4205msgid "Patch is empty. Was it split wrong?"
4206msgstr ""
4207
4208#: builtin/am.c:1390 builtin/log.c:1550
4209#, c-format
4210msgid "invalid ident line: %s"
4211msgstr ""
4212
4213#: builtin/am.c:1417
4214#, c-format
4215msgid "unable to parse commit %s"
4216msgstr ""
4217
4218#: builtin/am.c:1610
4219msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4220msgstr ""
4221
4222#: builtin/am.c:1612
4223msgid "Using index info to reconstruct a base tree..."
4224msgstr ""
4225
4226#: builtin/am.c:1631
4227msgid ""
4228"Did you hand edit your patch?\n"
4229"It does not apply to blobs recorded in its index."
4230msgstr ""
4231
4232#: builtin/am.c:1637
4233msgid "Falling back to patching base and 3-way merge..."
4234msgstr ""
4235
4236#: builtin/am.c:1662
4237msgid "Failed to merge in the changes."
4238msgstr ""
4239
4240#: builtin/am.c:1686 builtin/merge.c:632
4241msgid "git write-tree failed to write a tree"
4242msgstr ""
4243
4244#: builtin/am.c:1693
4245msgid "applying to an empty history"
4246msgstr ""
4247
4248#: builtin/am.c:1706 builtin/commit.c:1764 builtin/merge.c:802
4249#: builtin/merge.c:827
4250msgid "failed to write commit object"
4251msgstr ""
4252
4253#: builtin/am.c:1739 builtin/am.c:1743
4254#, c-format
4255msgid "cannot resume: %s does not exist."
4256msgstr ""
4257
4258#: builtin/am.c:1759
4259msgid "cannot be interactive without stdin connected to a terminal."
4260msgstr ""
4261
4262#: builtin/am.c:1764
4263msgid "Commit Body is:"
4264msgstr ""
4265
4266#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4267#. in your translation. The program will only accept English
4268#. input at this point.
4269#.
4270#: builtin/am.c:1774
4271msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4272msgstr ""
4273
4274#: builtin/am.c:1824
4275#, c-format
4276msgid "Dirty index: cannot apply patches (dirty: %s)"
4277msgstr ""
4278
4279#: builtin/am.c:1861 builtin/am.c:1933
4280#, c-format
4281msgid "Applying: %.*s"
4282msgstr ""
4283
4284#: builtin/am.c:1877
4285msgid "No changes -- Patch already applied."
4286msgstr ""
4287
4288#: builtin/am.c:1885
4289#, c-format
4290msgid "Patch failed at %s %.*s"
4291msgstr ""
4292
4293#: builtin/am.c:1891
4294#, c-format
4295msgid "The copy of the patch that failed is found in: %s"
4296msgstr ""
4297
4298#: builtin/am.c:1936
4299msgid ""
4300"No changes - did you forget to use 'git add'?\n"
4301"If there is nothing left to stage, chances are that something else\n"
4302"already introduced the same changes; you might want to skip this patch."
4303msgstr ""
4304
4305#: builtin/am.c:1943
4306msgid ""
4307"You still have unmerged paths in your index.\n"
4308"Did you forget to use 'git add'?"
4309msgstr ""
4310
4311#: builtin/am.c:2051 builtin/am.c:2055 builtin/am.c:2067 builtin/reset.c:308
4312#: builtin/reset.c:316
4313#, c-format
4314msgid "Could not parse object '%s'."
4315msgstr ""
4316
4317#: builtin/am.c:2103
4318msgid "failed to clean index"
4319msgstr ""
4320
4321#: builtin/am.c:2137
4322msgid ""
4323"You seem to have moved HEAD since the last 'am' failure.\n"
4324"Not rewinding to ORIG_HEAD"
4325msgstr ""
4326
4327#: builtin/am.c:2200
4328#, c-format
4329msgid "Invalid value for --patch-format: %s"
4330msgstr ""
4331
4332#: builtin/am.c:2233
4333msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4334msgstr ""
4335
4336#: builtin/am.c:2234
4337msgid "git am [<options>] (--continue | --skip | --abort)"
4338msgstr ""
4339
4340#: builtin/am.c:2240
4341msgid "run interactively"
4342msgstr ""
4343
4344#: builtin/am.c:2242
4345msgid "historical option -- no-op"
4346msgstr ""
4347
4348#: builtin/am.c:2244
4349msgid "allow fall back on 3way merging if needed"
4350msgstr ""
4351
4352#: builtin/am.c:2245 builtin/init-db.c:483 builtin/prune-packed.c:57
4353#: builtin/repack.c:178
4354msgid "be quiet"
4355msgstr ""
4356
4357#: builtin/am.c:2247
4358msgid "add a Signed-off-by line to the commit message"
4359msgstr ""
4360
4361#: builtin/am.c:2250
4362msgid "recode into utf8 (default)"
4363msgstr ""
4364
4365#: builtin/am.c:2252
4366msgid "pass -k flag to git-mailinfo"
4367msgstr ""
4368
4369#: builtin/am.c:2254
4370msgid "pass -b flag to git-mailinfo"
4371msgstr ""
4372
4373#: builtin/am.c:2256
4374msgid "pass -m flag to git-mailinfo"
4375msgstr ""
4376
4377#: builtin/am.c:2258
4378msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4379msgstr ""
4380
4381#: builtin/am.c:2261
4382msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4383msgstr ""
4384
4385#: builtin/am.c:2264
4386msgid "strip everything before a scissors line"
4387msgstr ""
4388
4389#: builtin/am.c:2266 builtin/am.c:2269 builtin/am.c:2272 builtin/am.c:2275
4390#: builtin/am.c:2278 builtin/am.c:2281 builtin/am.c:2284 builtin/am.c:2287
4391#: builtin/am.c:2293
4392msgid "pass it through git-apply"
4393msgstr ""
4394
4395#: builtin/am.c:2283 builtin/fmt-merge-msg.c:662 builtin/fmt-merge-msg.c:665
4396#: builtin/grep.c:1038 builtin/merge.c:202 builtin/pull.c:135
4397#: builtin/pull.c:194 builtin/repack.c:187 builtin/repack.c:191
4398#: builtin/show-branch.c:644 builtin/show-ref.c:169 builtin/tag.c:355
4399#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4400msgid "n"
4401msgstr ""
4402
4403#: builtin/am.c:2289 builtin/for-each-ref.c:37 builtin/replace.c:438
4404#: builtin/tag.c:387 builtin/verify-tag.c:38
4405msgid "format"
4406msgstr ""
4407
4408#: builtin/am.c:2290
4409msgid "format the patch(es) are in"
4410msgstr ""
4411
4412#: builtin/am.c:2296
4413msgid "override error message when patch failure occurs"
4414msgstr ""
4415
4416#: builtin/am.c:2298
4417msgid "continue applying patches after resolving a conflict"
4418msgstr ""
4419
4420#: builtin/am.c:2301
4421msgid "synonyms for --continue"
4422msgstr ""
4423
4424#: builtin/am.c:2304
4425msgid "skip the current patch"
4426msgstr ""
4427
4428#: builtin/am.c:2307
4429msgid "restore the original branch and abort the patching operation."
4430msgstr ""
4431
4432#: builtin/am.c:2311
4433msgid "lie about committer date"
4434msgstr ""
4435
4436#: builtin/am.c:2313
4437msgid "use current timestamp for author date"
4438msgstr ""
4439
4440#: builtin/am.c:2315 builtin/commit.c:1600 builtin/merge.c:233
4441#: builtin/pull.c:165 builtin/revert.c:92 builtin/tag.c:370
4442msgid "key-id"
4443msgstr ""
4444
4445#: builtin/am.c:2316
4446msgid "GPG-sign commits"
4447msgstr ""
4448
4449#: builtin/am.c:2319
4450msgid "(internal use for git-rebase)"
4451msgstr ""
4452
4453#: builtin/am.c:2334
4454msgid ""
4455"The -b/--binary option has been a no-op for long time, and\n"
4456"it will be removed. Please do not use it anymore."
4457msgstr ""
4458
4459#: builtin/am.c:2341
4460msgid "failed to read the index"
4461msgstr ""
4462
4463#: builtin/am.c:2356
4464#, c-format
4465msgid "previous rebase directory %s still exists but mbox given."
4466msgstr ""
4467
4468#: builtin/am.c:2380
4469#, c-format
4470msgid ""
4471"Stray %s directory found.\n"
4472"Use \"git am --abort\" to remove it."
4473msgstr ""
4474
4475#: builtin/am.c:2386
4476msgid "Resolve operation not in progress, we are not resuming."
4477msgstr ""
4478
4479#: builtin/apply.c:8
4480msgid "git apply [<options>] [<patch>...]"
4481msgstr ""
4482
4483#: builtin/archive.c:17
4484#, c-format
4485msgid "could not create archive file '%s'"
4486msgstr ""
4487
4488#: builtin/archive.c:20
4489msgid "could not redirect output"
4490msgstr ""
4491
4492#: builtin/archive.c:37
4493msgid "git archive: Remote with no URL"
4494msgstr ""
4495
4496#: builtin/archive.c:58
4497msgid "git archive: expected ACK/NAK, got EOF"
4498msgstr ""
4499
4500#: builtin/archive.c:61
4501#, c-format
4502msgid "git archive: NACK %s"
4503msgstr ""
4504
4505#: builtin/archive.c:63
4506#, c-format
4507msgid "remote error: %s"
4508msgstr ""
4509
4510#: builtin/archive.c:64
4511msgid "git archive: protocol error"
4512msgstr ""
4513
4514#: builtin/archive.c:68
4515msgid "git archive: expected a flush"
4516msgstr ""
4517
4518#: builtin/bisect--helper.c:7
4519msgid "git bisect--helper --next-all [--no-checkout]"
4520msgstr ""
4521
4522#: builtin/bisect--helper.c:17
4523msgid "perform 'git bisect next'"
4524msgstr ""
4525
4526#: builtin/bisect--helper.c:19
4527msgid "update BISECT_HEAD instead of checking out the current commit"
4528msgstr ""
4529
4530#: builtin/blame.c:33
4531msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4532msgstr ""
4533
4534#: builtin/blame.c:38
4535msgid "<rev-opts> are documented in git-rev-list(1)"
4536msgstr ""
4537
4538#: builtin/blame.c:1786
4539msgid "Blaming lines"
4540msgstr ""
4541
4542#: builtin/blame.c:2582
4543msgid "Show blame entries as we find them, incrementally"
4544msgstr ""
4545
4546#: builtin/blame.c:2583
4547msgid "Show blank SHA-1 for boundary commits (Default: off)"
4548msgstr ""
4549
4550#: builtin/blame.c:2584
4551msgid "Do not treat root commits as boundaries (Default: off)"
4552msgstr ""
4553
4554#: builtin/blame.c:2585
4555msgid "Show work cost statistics"
4556msgstr ""
4557
4558#: builtin/blame.c:2586
4559msgid "Force progress reporting"
4560msgstr ""
4561
4562#: builtin/blame.c:2587
4563msgid "Show output score for blame entries"
4564msgstr ""
4565
4566#: builtin/blame.c:2588
4567msgid "Show original filename (Default: auto)"
4568msgstr ""
4569
4570#: builtin/blame.c:2589
4571msgid "Show original linenumber (Default: off)"
4572msgstr ""
4573
4574#: builtin/blame.c:2590
4575msgid "Show in a format designed for machine consumption"
4576msgstr ""
4577
4578#: builtin/blame.c:2591
4579msgid "Show porcelain format with per-line commit information"
4580msgstr ""
4581
4582#: builtin/blame.c:2592
4583msgid "Use the same output mode as git-annotate (Default: off)"
4584msgstr ""
4585
4586#: builtin/blame.c:2593
4587msgid "Show raw timestamp (Default: off)"
4588msgstr ""
4589
4590#: builtin/blame.c:2594
4591msgid "Show long commit SHA1 (Default: off)"
4592msgstr ""
4593
4594#: builtin/blame.c:2595
4595msgid "Suppress author name and timestamp (Default: off)"
4596msgstr ""
4597
4598#: builtin/blame.c:2596
4599msgid "Show author email instead of name (Default: off)"
4600msgstr ""
4601
4602#: builtin/blame.c:2597
4603msgid "Ignore whitespace differences"
4604msgstr ""
4605
4606#: builtin/blame.c:2604
4607msgid "Use an experimental heuristic to improve diffs"
4608msgstr ""
4609
4610#: builtin/blame.c:2606
4611msgid "Spend extra cycles to find better match"
4612msgstr ""
4613
4614#: builtin/blame.c:2607
4615msgid "Use revisions from <file> instead of calling git-rev-list"
4616msgstr ""
4617
4618#: builtin/blame.c:2608
4619msgid "Use <file>'s contents as the final image"
4620msgstr ""
4621
4622#: builtin/blame.c:2609 builtin/blame.c:2610
4623msgid "score"
4624msgstr ""
4625
4626#: builtin/blame.c:2609
4627msgid "Find line copies within and across files"
4628msgstr ""
4629
4630#: builtin/blame.c:2610
4631msgid "Find line movements within and across files"
4632msgstr ""
4633
4634#: builtin/blame.c:2611
4635msgid "n,m"
4636msgstr ""
4637
4638#: builtin/blame.c:2611
4639msgid "Process only line range n,m, counting from 1"
4640msgstr ""
4641
4642#: builtin/blame.c:2658
4643msgid "--progress can't be used with --incremental or porcelain formats"
4644msgstr ""
4645
4646#. TRANSLATORS: This string is used to tell us the maximum
4647#. display width for a relative timestamp in "git blame"
4648#. output.  For C locale, "4 years, 11 months ago", which
4649#. takes 22 places, is the longest among various forms of
4650#. relative timestamps, but your language may need more or
4651#. fewer display columns.
4652#: builtin/blame.c:2706
4653msgid "4 years, 11 months ago"
4654msgstr ""
4655
4656#: builtin/blame.c:2786
4657msgid "--contents and --reverse do not blend well."
4658msgstr ""
4659
4660#: builtin/blame.c:2806
4661msgid "cannot use --contents with final commit object name"
4662msgstr ""
4663
4664#: builtin/blame.c:2811
4665msgid "--reverse and --first-parent together require specified latest commit"
4666msgstr ""
4667
4668#: builtin/blame.c:2838
4669msgid ""
4670"--reverse --first-parent together require range along first-parent chain"
4671msgstr ""
4672
4673#: builtin/blame.c:2849
4674#, c-format
4675msgid "no such path %s in %s"
4676msgstr ""
4677
4678#: builtin/blame.c:2860
4679#, c-format
4680msgid "cannot read blob %s for path %s"
4681msgstr ""
4682
4683#: builtin/blame.c:2879
4684#, c-format
4685msgid "file %s has only %lu line"
4686msgid_plural "file %s has only %lu lines"
4687msgstr[0] ""
4688msgstr[1] ""
4689
4690#: builtin/branch.c:26
4691msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
4692msgstr ""
4693
4694#: builtin/branch.c:27
4695msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
4696msgstr ""
4697
4698#: builtin/branch.c:28
4699msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
4700msgstr ""
4701
4702#: builtin/branch.c:29
4703msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
4704msgstr ""
4705
4706#: builtin/branch.c:30
4707msgid "git branch [<options>] [-r | -a] [--points-at]"
4708msgstr ""
4709
4710#: builtin/branch.c:143
4711#, c-format
4712msgid ""
4713"deleting branch '%s' that has been merged to\n"
4714"         '%s', but not yet merged to HEAD."
4715msgstr ""
4716
4717#: builtin/branch.c:147
4718#, c-format
4719msgid ""
4720"not deleting branch '%s' that is not yet merged to\n"
4721"         '%s', even though it is merged to HEAD."
4722msgstr ""
4723
4724#: builtin/branch.c:161
4725#, c-format
4726msgid "Couldn't look up commit object for '%s'"
4727msgstr ""
4728
4729#: builtin/branch.c:165
4730#, c-format
4731msgid ""
4732"The branch '%s' is not fully merged.\n"
4733"If you are sure you want to delete it, run 'git branch -D %s'."
4734msgstr ""
4735
4736#: builtin/branch.c:178
4737msgid "Update of config-file failed"
4738msgstr ""
4739
4740#: builtin/branch.c:206
4741msgid "cannot use -a with -d"
4742msgstr ""
4743
4744#: builtin/branch.c:212
4745msgid "Couldn't look up commit object for HEAD"
4746msgstr ""
4747
4748#: builtin/branch.c:226
4749#, c-format
4750msgid "Cannot delete branch '%s' checked out at '%s'"
4751msgstr ""
4752
4753#: builtin/branch.c:241
4754#, c-format
4755msgid "remote-tracking branch '%s' not found."
4756msgstr ""
4757
4758#: builtin/branch.c:242
4759#, c-format
4760msgid "branch '%s' not found."
4761msgstr ""
4762
4763#: builtin/branch.c:257
4764#, c-format
4765msgid "Error deleting remote-tracking branch '%s'"
4766msgstr ""
4767
4768#: builtin/branch.c:258
4769#, c-format
4770msgid "Error deleting branch '%s'"
4771msgstr ""
4772
4773#: builtin/branch.c:265
4774#, c-format
4775msgid "Deleted remote-tracking branch %s (was %s).\n"
4776msgstr ""
4777
4778#: builtin/branch.c:266
4779#, c-format
4780msgid "Deleted branch %s (was %s).\n"
4781msgstr ""
4782
4783#: builtin/branch.c:312
4784#, c-format
4785msgid "[%s: gone]"
4786msgstr ""
4787
4788#: builtin/branch.c:317
4789#, c-format
4790msgid "[%s]"
4791msgstr ""
4792
4793#: builtin/branch.c:322
4794#, c-format
4795msgid "[%s: behind %d]"
4796msgstr ""
4797
4798#: builtin/branch.c:324
4799#, c-format
4800msgid "[behind %d]"
4801msgstr ""
4802
4803#: builtin/branch.c:328
4804#, c-format
4805msgid "[%s: ahead %d]"
4806msgstr ""
4807
4808#: builtin/branch.c:330
4809#, c-format
4810msgid "[ahead %d]"
4811msgstr ""
4812
4813#: builtin/branch.c:333
4814#, c-format
4815msgid "[%s: ahead %d, behind %d]"
4816msgstr ""
4817
4818#: builtin/branch.c:336
4819#, c-format
4820msgid "[ahead %d, behind %d]"
4821msgstr ""
4822
4823#: builtin/branch.c:349
4824msgid " **** invalid ref ****"
4825msgstr ""
4826
4827#: builtin/branch.c:375
4828#, c-format
4829msgid "(no branch, rebasing %s)"
4830msgstr ""
4831
4832#: builtin/branch.c:378
4833#, c-format
4834msgid "(no branch, bisect started on %s)"
4835msgstr ""
4836
4837#. TRANSLATORS: make sure this matches
4838#. "HEAD detached at " in wt-status.c
4839#: builtin/branch.c:384
4840#, c-format
4841msgid "(HEAD detached at %s)"
4842msgstr ""
4843
4844#. TRANSLATORS: make sure this matches
4845#. "HEAD detached from " in wt-status.c
4846#: builtin/branch.c:389
4847#, c-format
4848msgid "(HEAD detached from %s)"
4849msgstr ""
4850
4851#: builtin/branch.c:393
4852msgid "(no branch)"
4853msgstr ""
4854
4855#: builtin/branch.c:535
4856#, c-format
4857msgid "Branch %s is being rebased at %s"
4858msgstr ""
4859
4860#: builtin/branch.c:539
4861#, c-format
4862msgid "Branch %s is being bisected at %s"
4863msgstr ""
4864
4865#: builtin/branch.c:554
4866msgid "cannot rename the current branch while not on any."
4867msgstr ""
4868
4869#: builtin/branch.c:564
4870#, c-format
4871msgid "Invalid branch name: '%s'"
4872msgstr ""
4873
4874#: builtin/branch.c:581
4875msgid "Branch rename failed"
4876msgstr ""
4877
4878#: builtin/branch.c:585
4879#, c-format
4880msgid "Renamed a misnamed branch '%s' away"
4881msgstr ""
4882
4883#: builtin/branch.c:588
4884#, c-format
4885msgid "Branch renamed to %s, but HEAD is not updated!"
4886msgstr ""
4887
4888#: builtin/branch.c:595
4889msgid "Branch is renamed, but update of config-file failed"
4890msgstr ""
4891
4892#: builtin/branch.c:611
4893#, c-format
4894msgid ""
4895"Please edit the description for the branch\n"
4896"  %s\n"
4897"Lines starting with '%c' will be stripped.\n"
4898msgstr ""
4899
4900#: builtin/branch.c:643
4901msgid "Generic options"
4902msgstr ""
4903
4904#: builtin/branch.c:645
4905msgid "show hash and subject, give twice for upstream branch"
4906msgstr ""
4907
4908#: builtin/branch.c:646
4909msgid "suppress informational messages"
4910msgstr ""
4911
4912#: builtin/branch.c:647
4913msgid "set up tracking mode (see git-pull(1))"
4914msgstr ""
4915
4916#: builtin/branch.c:649
4917msgid "change upstream info"
4918msgstr ""
4919
4920#: builtin/branch.c:651
4921msgid "upstream"
4922msgstr ""
4923
4924#: builtin/branch.c:651
4925msgid "change the upstream info"
4926msgstr ""
4927
4928#: builtin/branch.c:652
4929msgid "Unset the upstream info"
4930msgstr ""
4931
4932#: builtin/branch.c:653
4933msgid "use colored output"
4934msgstr ""
4935
4936#: builtin/branch.c:654
4937msgid "act on remote-tracking branches"
4938msgstr ""
4939
4940#: builtin/branch.c:656 builtin/branch.c:657
4941msgid "print only branches that contain the commit"
4942msgstr ""
4943
4944#: builtin/branch.c:660
4945msgid "Specific git-branch actions:"
4946msgstr ""
4947
4948#: builtin/branch.c:661
4949msgid "list both remote-tracking and local branches"
4950msgstr ""
4951
4952#: builtin/branch.c:663
4953msgid "delete fully merged branch"
4954msgstr ""
4955
4956#: builtin/branch.c:664
4957msgid "delete branch (even if not merged)"
4958msgstr ""
4959
4960#: builtin/branch.c:665
4961msgid "move/rename a branch and its reflog"
4962msgstr ""
4963
4964#: builtin/branch.c:666
4965msgid "move/rename a branch, even if target exists"
4966msgstr ""
4967
4968#: builtin/branch.c:667
4969msgid "list branch names"
4970msgstr ""
4971
4972#: builtin/branch.c:668
4973msgid "create the branch's reflog"
4974msgstr ""
4975
4976#: builtin/branch.c:670
4977msgid "edit the description for the branch"
4978msgstr ""
4979
4980#: builtin/branch.c:671
4981msgid "force creation, move/rename, deletion"
4982msgstr ""
4983
4984#: builtin/branch.c:672
4985msgid "print only branches that are merged"
4986msgstr ""
4987
4988#: builtin/branch.c:673
4989msgid "print only branches that are not merged"
4990msgstr ""
4991
4992#: builtin/branch.c:674
4993msgid "list branches in columns"
4994msgstr ""
4995
4996#: builtin/branch.c:675 builtin/for-each-ref.c:38 builtin/tag.c:381
4997msgid "key"
4998msgstr ""
4999
5000#: builtin/branch.c:676 builtin/for-each-ref.c:39 builtin/tag.c:382
5001msgid "field name to sort on"
5002msgstr ""
5003
5004#: builtin/branch.c:678 builtin/for-each-ref.c:41 builtin/notes.c:404
5005#: builtin/notes.c:407 builtin/notes.c:567 builtin/notes.c:570
5006#: builtin/tag.c:384
5007msgid "object"
5008msgstr ""
5009
5010#: builtin/branch.c:679
5011msgid "print only branches of the object"
5012msgstr ""
5013
5014#: builtin/branch.c:681 builtin/for-each-ref.c:46 builtin/tag.c:388
5015msgid "sorting and filtering are case insensitive"
5016msgstr ""
5017
5018#: builtin/branch.c:698
5019msgid "Failed to resolve HEAD as a valid ref."
5020msgstr ""
5021
5022#: builtin/branch.c:702 builtin/clone.c:706
5023msgid "HEAD not found below refs/heads!"
5024msgstr ""
5025
5026#: builtin/branch.c:724
5027msgid "--column and --verbose are incompatible"
5028msgstr ""
5029
5030#: builtin/branch.c:735 builtin/branch.c:787
5031msgid "branch name required"
5032msgstr ""
5033
5034#: builtin/branch.c:763
5035msgid "Cannot give description to detached HEAD"
5036msgstr ""
5037
5038#: builtin/branch.c:768
5039msgid "cannot edit description of more than one branch"
5040msgstr ""
5041
5042#: builtin/branch.c:775
5043#, c-format
5044msgid "No commit on branch '%s' yet."
5045msgstr ""
5046
5047#: builtin/branch.c:778
5048#, c-format
5049msgid "No branch named '%s'."
5050msgstr ""
5051
5052#: builtin/branch.c:793
5053msgid "too many branches for a rename operation"
5054msgstr ""
5055
5056#: builtin/branch.c:798
5057msgid "too many branches to set new upstream"
5058msgstr ""
5059
5060#: builtin/branch.c:802
5061#, c-format
5062msgid ""
5063"could not set upstream of HEAD to %s when it does not point to any branch."
5064msgstr ""
5065
5066#: builtin/branch.c:805 builtin/branch.c:827 builtin/branch.c:848
5067#, c-format
5068msgid "no such branch '%s'"
5069msgstr ""
5070
5071#: builtin/branch.c:809
5072#, c-format
5073msgid "branch '%s' does not exist"
5074msgstr ""
5075
5076#: builtin/branch.c:821
5077msgid "too many branches to unset upstream"
5078msgstr ""
5079
5080#: builtin/branch.c:825
5081msgid "could not unset upstream of HEAD when it does not point to any branch."
5082msgstr ""
5083
5084#: builtin/branch.c:831
5085#, c-format
5086msgid "Branch '%s' has no upstream information"
5087msgstr ""
5088
5089#: builtin/branch.c:845
5090msgid "it does not make sense to create 'HEAD' manually"
5091msgstr ""
5092
5093#: builtin/branch.c:851
5094msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5095msgstr ""
5096
5097#: builtin/branch.c:854
5098#, c-format
5099msgid ""
5100"The --set-upstream flag is deprecated and will be removed. Consider using --"
5101"track or --set-upstream-to\n"
5102msgstr ""
5103
5104#: builtin/branch.c:871
5105#, c-format
5106msgid ""
5107"\n"
5108"If you wanted to make '%s' track '%s', do this:\n"
5109"\n"
5110msgstr ""
5111
5112#: builtin/bundle.c:51
5113#, c-format
5114msgid "%s is okay\n"
5115msgstr ""
5116
5117#: builtin/bundle.c:64
5118msgid "Need a repository to create a bundle."
5119msgstr ""
5120
5121#: builtin/bundle.c:68
5122msgid "Need a repository to unbundle."
5123msgstr ""
5124
5125#: builtin/cat-file.c:513
5126msgid ""
5127"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5128"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5129msgstr ""
5130
5131#: builtin/cat-file.c:514
5132msgid ""
5133"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5134"filters]"
5135msgstr ""
5136
5137#: builtin/cat-file.c:551
5138msgid "<type> can be one of: blob, tree, commit, tag"
5139msgstr ""
5140
5141#: builtin/cat-file.c:552
5142msgid "show object type"
5143msgstr ""
5144
5145#: builtin/cat-file.c:553
5146msgid "show object size"
5147msgstr ""
5148
5149#: builtin/cat-file.c:555
5150msgid "exit with zero when there's no error"
5151msgstr ""
5152
5153#: builtin/cat-file.c:556
5154msgid "pretty-print object's content"
5155msgstr ""
5156
5157#: builtin/cat-file.c:558
5158msgid "for blob objects, run textconv on object's content"
5159msgstr ""
5160
5161#: builtin/cat-file.c:560
5162msgid "for blob objects, run filters on object's content"
5163msgstr ""
5164
5165#: builtin/cat-file.c:561 git-submodule.sh:929
5166msgid "blob"
5167msgstr ""
5168
5169#: builtin/cat-file.c:562
5170msgid "use a specific path for --textconv/--filters"
5171msgstr ""
5172
5173#: builtin/cat-file.c:564
5174msgid "allow -s and -t to work with broken/corrupt objects"
5175msgstr ""
5176
5177#: builtin/cat-file.c:565
5178msgid "buffer --batch output"
5179msgstr ""
5180
5181#: builtin/cat-file.c:567
5182msgid "show info and content of objects fed from the standard input"
5183msgstr ""
5184
5185#: builtin/cat-file.c:570
5186msgid "show info about objects fed from the standard input"
5187msgstr ""
5188
5189#: builtin/cat-file.c:573
5190msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5191msgstr ""
5192
5193#: builtin/cat-file.c:575
5194msgid "show all objects with --batch or --batch-check"
5195msgstr ""
5196
5197#: builtin/check-attr.c:11
5198msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5199msgstr ""
5200
5201#: builtin/check-attr.c:12
5202msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5203msgstr ""
5204
5205#: builtin/check-attr.c:19
5206msgid "report all attributes set on file"
5207msgstr ""
5208
5209#: builtin/check-attr.c:20
5210msgid "use .gitattributes only from the index"
5211msgstr ""
5212
5213#: builtin/check-attr.c:21 builtin/check-ignore.c:22 builtin/hash-object.c:98
5214msgid "read file names from stdin"
5215msgstr ""
5216
5217#: builtin/check-attr.c:23 builtin/check-ignore.c:24
5218msgid "terminate input and output records by a NUL character"
5219msgstr ""
5220
5221#: builtin/check-ignore.c:18 builtin/checkout.c:1140 builtin/gc.c:332
5222msgid "suppress progress reporting"
5223msgstr ""
5224
5225#: builtin/check-ignore.c:26
5226msgid "show non-matching input paths"
5227msgstr ""
5228
5229#: builtin/check-ignore.c:28
5230msgid "ignore index when checking"
5231msgstr ""
5232
5233#: builtin/check-ignore.c:154
5234msgid "cannot specify pathnames with --stdin"
5235msgstr ""
5236
5237#: builtin/check-ignore.c:157
5238msgid "-z only makes sense with --stdin"
5239msgstr ""
5240
5241#: builtin/check-ignore.c:159
5242msgid "no path specified"
5243msgstr ""
5244
5245#: builtin/check-ignore.c:163
5246msgid "--quiet is only valid with a single pathname"
5247msgstr ""
5248
5249#: builtin/check-ignore.c:165
5250msgid "cannot have both --quiet and --verbose"
5251msgstr ""
5252
5253#: builtin/check-ignore.c:168
5254msgid "--non-matching is only valid with --verbose"
5255msgstr ""
5256
5257#: builtin/check-mailmap.c:8
5258msgid "git check-mailmap [<options>] <contact>..."
5259msgstr ""
5260
5261#: builtin/check-mailmap.c:13
5262msgid "also read contacts from stdin"
5263msgstr ""
5264
5265#: builtin/check-mailmap.c:24
5266#, c-format
5267msgid "unable to parse contact: %s"
5268msgstr ""
5269
5270#: builtin/check-mailmap.c:47
5271msgid "no contacts specified"
5272msgstr ""
5273
5274#: builtin/checkout-index.c:127
5275msgid "git checkout-index [<options>] [--] [<file>...]"
5276msgstr ""
5277
5278#: builtin/checkout-index.c:144
5279msgid "stage should be between 1 and 3 or all"
5280msgstr ""
5281
5282#: builtin/checkout-index.c:160
5283msgid "check out all files in the index"
5284msgstr ""
5285
5286#: builtin/checkout-index.c:161
5287msgid "force overwrite of existing files"
5288msgstr ""
5289
5290#: builtin/checkout-index.c:163
5291msgid "no warning for existing files and files not in index"
5292msgstr ""
5293
5294#: builtin/checkout-index.c:165
5295msgid "don't checkout new files"
5296msgstr ""
5297
5298#: builtin/checkout-index.c:167
5299msgid "update stat information in the index file"
5300msgstr ""
5301
5302#: builtin/checkout-index.c:171
5303msgid "read list of paths from the standard input"
5304msgstr ""
5305
5306#: builtin/checkout-index.c:173
5307msgid "write the content to temporary files"
5308msgstr ""
5309
5310#: builtin/checkout-index.c:174 builtin/column.c:30
5311#: builtin/submodule--helper.c:597 builtin/submodule--helper.c:600
5312#: builtin/submodule--helper.c:606 builtin/submodule--helper.c:967
5313#: builtin/worktree.c:471
5314msgid "string"
5315msgstr ""
5316
5317#: builtin/checkout-index.c:175
5318msgid "when creating files, prepend <string>"
5319msgstr ""
5320
5321#: builtin/checkout-index.c:177
5322msgid "copy out the files from named stage"
5323msgstr ""
5324
5325#: builtin/checkout.c:25
5326msgid "git checkout [<options>] <branch>"
5327msgstr ""
5328
5329#: builtin/checkout.c:26
5330msgid "git checkout [<options>] [<branch>] -- <file>..."
5331msgstr ""
5332
5333#: builtin/checkout.c:134 builtin/checkout.c:167
5334#, c-format
5335msgid "path '%s' does not have our version"
5336msgstr ""
5337
5338#: builtin/checkout.c:136 builtin/checkout.c:169
5339#, c-format
5340msgid "path '%s' does not have their version"
5341msgstr ""
5342
5343#: builtin/checkout.c:152
5344#, c-format
5345msgid "path '%s' does not have all necessary versions"
5346msgstr ""
5347
5348#: builtin/checkout.c:196
5349#, c-format
5350msgid "path '%s' does not have necessary versions"
5351msgstr ""
5352
5353#: builtin/checkout.c:213
5354#, c-format
5355msgid "path '%s': cannot merge"
5356msgstr ""
5357
5358#: builtin/checkout.c:230
5359#, c-format
5360msgid "Unable to add merge result for '%s'"
5361msgstr ""
5362
5363#: builtin/checkout.c:250 builtin/checkout.c:253 builtin/checkout.c:256
5364#: builtin/checkout.c:259
5365#, c-format
5366msgid "'%s' cannot be used with updating paths"
5367msgstr ""
5368
5369#: builtin/checkout.c:262 builtin/checkout.c:265
5370#, c-format
5371msgid "'%s' cannot be used with %s"
5372msgstr ""
5373
5374#: builtin/checkout.c:268
5375#, c-format
5376msgid "Cannot update paths and switch to branch '%s' at the same time."
5377msgstr ""
5378
5379#: builtin/checkout.c:339 builtin/checkout.c:346
5380#, c-format
5381msgid "path '%s' is unmerged"
5382msgstr ""
5383
5384#: builtin/checkout.c:494
5385msgid "you need to resolve your current index first"
5386msgstr ""
5387
5388#: builtin/checkout.c:625
5389#, c-format
5390msgid "Can not do reflog for '%s': %s\n"
5391msgstr ""
5392
5393#: builtin/checkout.c:666
5394msgid "HEAD is now at"
5395msgstr ""
5396
5397#: builtin/checkout.c:670 builtin/clone.c:660
5398msgid "unable to update HEAD"
5399msgstr ""
5400
5401#: builtin/checkout.c:674
5402#, c-format
5403msgid "Reset branch '%s'\n"
5404msgstr ""
5405
5406#: builtin/checkout.c:677
5407#, c-format
5408msgid "Already on '%s'\n"
5409msgstr ""
5410
5411#: builtin/checkout.c:681
5412#, c-format
5413msgid "Switched to and reset branch '%s'\n"
5414msgstr ""
5415
5416#: builtin/checkout.c:683 builtin/checkout.c:1072
5417#, c-format
5418msgid "Switched to a new branch '%s'\n"
5419msgstr ""
5420
5421#: builtin/checkout.c:685
5422#, c-format
5423msgid "Switched to branch '%s'\n"
5424msgstr ""
5425
5426#: builtin/checkout.c:736
5427#, c-format
5428msgid " ... and %d more.\n"
5429msgstr ""
5430
5431#: builtin/checkout.c:742
5432#, c-format
5433msgid ""
5434"Warning: you are leaving %d commit behind, not connected to\n"
5435"any of your branches:\n"
5436"\n"
5437"%s\n"
5438msgid_plural ""
5439"Warning: you are leaving %d commits behind, not connected to\n"
5440"any of your branches:\n"
5441"\n"
5442"%s\n"
5443msgstr[0] ""
5444msgstr[1] ""
5445
5446#: builtin/checkout.c:761
5447#, c-format
5448msgid ""
5449"If you want to keep it by creating a new branch, this may be a good time\n"
5450"to do so with:\n"
5451"\n"
5452" git branch <new-branch-name> %s\n"
5453"\n"
5454msgid_plural ""
5455"If you want to keep them by creating a new branch, this may be a good time\n"
5456"to do so with:\n"
5457"\n"
5458" git branch <new-branch-name> %s\n"
5459"\n"
5460msgstr[0] ""
5461msgstr[1] ""
5462
5463#: builtin/checkout.c:797
5464msgid "internal error in revision walk"
5465msgstr ""
5466
5467#: builtin/checkout.c:801
5468msgid "Previous HEAD position was"
5469msgstr ""
5470
5471#: builtin/checkout.c:828 builtin/checkout.c:1067
5472msgid "You are on a branch yet to be born"
5473msgstr ""
5474
5475#: builtin/checkout.c:973
5476#, c-format
5477msgid "only one reference expected, %d given."
5478msgstr ""
5479
5480#: builtin/checkout.c:1013 builtin/worktree.c:214
5481#, c-format
5482msgid "invalid reference: %s"
5483msgstr ""
5484
5485#: builtin/checkout.c:1042
5486#, c-format
5487msgid "reference is not a tree: %s"
5488msgstr ""
5489
5490#: builtin/checkout.c:1081
5491msgid "paths cannot be used with switching branches"
5492msgstr ""
5493
5494#: builtin/checkout.c:1084 builtin/checkout.c:1088
5495#, c-format
5496msgid "'%s' cannot be used with switching branches"
5497msgstr ""
5498
5499#: builtin/checkout.c:1092 builtin/checkout.c:1095 builtin/checkout.c:1100
5500#: builtin/checkout.c:1103
5501#, c-format
5502msgid "'%s' cannot be used with '%s'"
5503msgstr ""
5504
5505#: builtin/checkout.c:1108
5506#, c-format
5507msgid "Cannot switch branch to a non-commit '%s'"
5508msgstr ""
5509
5510#: builtin/checkout.c:1141 builtin/checkout.c:1143 builtin/clone.c:93
5511#: builtin/remote.c:165 builtin/remote.c:167 builtin/worktree.c:324
5512#: builtin/worktree.c:326
5513msgid "branch"
5514msgstr ""
5515
5516#: builtin/checkout.c:1142
5517msgid "create and checkout a new branch"
5518msgstr ""
5519
5520#: builtin/checkout.c:1144
5521msgid "create/reset and checkout a branch"
5522msgstr ""
5523
5524#: builtin/checkout.c:1145
5525msgid "create reflog for new branch"
5526msgstr ""
5527
5528#: builtin/checkout.c:1146 builtin/worktree.c:328
5529msgid "detach HEAD at named commit"
5530msgstr ""
5531
5532#: builtin/checkout.c:1147
5533msgid "set upstream info for new branch"
5534msgstr ""
5535
5536#: builtin/checkout.c:1149
5537msgid "new-branch"
5538msgstr ""
5539
5540#: builtin/checkout.c:1149
5541msgid "new unparented branch"
5542msgstr ""
5543
5544#: builtin/checkout.c:1150
5545msgid "checkout our version for unmerged files"
5546msgstr ""
5547
5548#: builtin/checkout.c:1152
5549msgid "checkout their version for unmerged files"
5550msgstr ""
5551
5552#: builtin/checkout.c:1154
5553msgid "force checkout (throw away local modifications)"
5554msgstr ""
5555
5556#: builtin/checkout.c:1155
5557msgid "perform a 3-way merge with the new branch"
5558msgstr ""
5559
5560#: builtin/checkout.c:1156 builtin/merge.c:235
5561msgid "update ignored files (default)"
5562msgstr ""
5563
5564#: builtin/checkout.c:1157 builtin/log.c:1466 parse-options.h:251
5565msgid "style"
5566msgstr ""
5567
5568#: builtin/checkout.c:1158
5569msgid "conflict style (merge or diff3)"
5570msgstr ""
5571
5572#: builtin/checkout.c:1161
5573msgid "do not limit pathspecs to sparse entries only"
5574msgstr ""
5575
5576#: builtin/checkout.c:1163
5577msgid "second guess 'git checkout <no-such-branch>'"
5578msgstr ""
5579
5580#: builtin/checkout.c:1165
5581msgid "do not check if another worktree is holding the given ref"
5582msgstr ""
5583
5584#: builtin/checkout.c:1166 builtin/clone.c:63 builtin/fetch.c:119
5585#: builtin/merge.c:232 builtin/pull.c:117 builtin/push.c:539
5586#: builtin/send-pack.c:168
5587msgid "force progress reporting"
5588msgstr ""
5589
5590#: builtin/checkout.c:1197
5591msgid "-b, -B and --orphan are mutually exclusive"
5592msgstr ""
5593
5594#: builtin/checkout.c:1214
5595msgid "--track needs a branch name"
5596msgstr ""
5597
5598#: builtin/checkout.c:1219
5599msgid "Missing branch name; try -b"
5600msgstr ""
5601
5602#: builtin/checkout.c:1255
5603msgid "invalid path specification"
5604msgstr ""
5605
5606#: builtin/checkout.c:1262
5607#, c-format
5608msgid ""
5609"Cannot update paths and switch to branch '%s' at the same time.\n"
5610"Did you intend to checkout '%s' which can not be resolved as commit?"
5611msgstr ""
5612
5613#: builtin/checkout.c:1267
5614#, c-format
5615msgid "git checkout: --detach does not take a path argument '%s'"
5616msgstr ""
5617
5618#: builtin/checkout.c:1271
5619msgid ""
5620"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5621"checking out of the index."
5622msgstr ""
5623
5624#: builtin/clean.c:25
5625msgid ""
5626"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
5627msgstr ""
5628
5629#: builtin/clean.c:29
5630#, c-format
5631msgid "Removing %s\n"
5632msgstr ""
5633
5634#: builtin/clean.c:30
5635#, c-format
5636msgid "Would remove %s\n"
5637msgstr ""
5638
5639#: builtin/clean.c:31
5640#, c-format
5641msgid "Skipping repository %s\n"
5642msgstr ""
5643
5644#: builtin/clean.c:32
5645#, c-format
5646msgid "Would skip repository %s\n"
5647msgstr ""
5648
5649#: builtin/clean.c:33
5650#, c-format
5651msgid "failed to remove %s"
5652msgstr ""
5653
5654#: builtin/clean.c:291 git-add--interactive.perl:623
5655#, c-format
5656msgid ""
5657"Prompt help:\n"
5658"1          - select a numbered item\n"
5659"foo        - select item based on unique prefix\n"
5660"           - (empty) select nothing\n"
5661msgstr ""
5662
5663#: builtin/clean.c:295 git-add--interactive.perl:632
5664#, c-format
5665msgid ""
5666"Prompt help:\n"
5667"1          - select a single item\n"
5668"3-5        - select a range of items\n"
5669"2-3,6-9    - select multiple ranges\n"
5670"foo        - select item based on unique prefix\n"
5671"-...       - unselect specified items\n"
5672"*          - choose all items\n"
5673"           - (empty) finish selecting\n"
5674msgstr ""
5675
5676#: builtin/clean.c:511 git-add--interactive.perl:598
5677#: git-add--interactive.perl:603
5678#, c-format, perl-format
5679msgid "Huh (%s)?\n"
5680msgstr ""
5681
5682#: builtin/clean.c:653
5683#, c-format
5684msgid "Input ignore patterns>> "
5685msgstr ""
5686
5687#: builtin/clean.c:690
5688#, c-format
5689msgid "WARNING: Cannot find items matched by: %s"
5690msgstr ""
5691
5692#: builtin/clean.c:711
5693msgid "Select items to delete"
5694msgstr ""
5695
5696#. TRANSLATORS: Make sure to keep [y/N] as is
5697#: builtin/clean.c:752
5698#, c-format
5699msgid "Remove %s [y/N]? "
5700msgstr ""
5701
5702#: builtin/clean.c:777 git-add--interactive.perl:1669
5703#, c-format
5704msgid "Bye.\n"
5705msgstr ""
5706
5707#: builtin/clean.c:785
5708msgid ""
5709"clean               - start cleaning\n"
5710"filter by pattern   - exclude items from deletion\n"
5711"select by numbers   - select items to be deleted by numbers\n"
5712"ask each            - confirm each deletion (like \"rm -i\")\n"
5713"quit                - stop cleaning\n"
5714"help                - this screen\n"
5715"?                   - help for prompt selection"
5716msgstr ""
5717
5718#: builtin/clean.c:812 git-add--interactive.perl:1745
5719msgid "*** Commands ***"
5720msgstr ""
5721
5722#: builtin/clean.c:813 git-add--interactive.perl:1742
5723msgid "What now"
5724msgstr ""
5725
5726#: builtin/clean.c:821
5727msgid "Would remove the following item:"
5728msgid_plural "Would remove the following items:"
5729msgstr[0] ""
5730msgstr[1] ""
5731
5732#: builtin/clean.c:838
5733msgid "No more files to clean, exiting."
5734msgstr ""
5735
5736#: builtin/clean.c:869
5737msgid "do not print names of files removed"
5738msgstr ""
5739
5740#: builtin/clean.c:871
5741msgid "force"
5742msgstr ""
5743
5744#: builtin/clean.c:872
5745msgid "interactive cleaning"
5746msgstr ""
5747
5748#: builtin/clean.c:874
5749msgid "remove whole directories"
5750msgstr ""
5751
5752#: builtin/clean.c:875 builtin/describe.c:407 builtin/grep.c:1056
5753#: builtin/ls-files.c:538 builtin/name-rev.c:313 builtin/show-ref.c:176
5754msgid "pattern"
5755msgstr ""
5756
5757#: builtin/clean.c:876
5758msgid "add <pattern> to ignore rules"
5759msgstr ""
5760
5761#: builtin/clean.c:877
5762msgid "remove ignored files, too"
5763msgstr ""
5764
5765#: builtin/clean.c:879
5766msgid "remove only ignored files"
5767msgstr ""
5768
5769#: builtin/clean.c:897
5770msgid "-x and -X cannot be used together"
5771msgstr ""
5772
5773#: builtin/clean.c:901
5774msgid ""
5775"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
5776"clean"
5777msgstr ""
5778
5779#: builtin/clean.c:904
5780msgid ""
5781"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
5782"refusing to clean"
5783msgstr ""
5784
5785#: builtin/clone.c:37
5786msgid "git clone [<options>] [--] <repo> [<dir>]"
5787msgstr ""
5788
5789#: builtin/clone.c:65
5790msgid "don't create a checkout"
5791msgstr ""
5792
5793#: builtin/clone.c:66 builtin/clone.c:68 builtin/init-db.c:478
5794msgid "create a bare repository"
5795msgstr ""
5796
5797#: builtin/clone.c:70
5798msgid "create a mirror repository (implies bare)"
5799msgstr ""
5800
5801#: builtin/clone.c:72
5802msgid "to clone from a local repository"
5803msgstr ""
5804
5805#: builtin/clone.c:74
5806msgid "don't use local hardlinks, always copy"
5807msgstr ""
5808
5809#: builtin/clone.c:76
5810msgid "setup as shared repository"
5811msgstr ""
5812
5813#: builtin/clone.c:78 builtin/clone.c:80
5814msgid "initialize submodules in the clone"
5815msgstr ""
5816
5817#: builtin/clone.c:82
5818msgid "number of submodules cloned in parallel"
5819msgstr ""
5820
5821#: builtin/clone.c:83 builtin/init-db.c:475
5822msgid "template-directory"
5823msgstr ""
5824
5825#: builtin/clone.c:84 builtin/init-db.c:476
5826msgid "directory from which templates will be used"
5827msgstr ""
5828
5829#: builtin/clone.c:86 builtin/clone.c:88 builtin/submodule--helper.c:604
5830#: builtin/submodule--helper.c:970
5831msgid "reference repository"
5832msgstr ""
5833
5834#: builtin/clone.c:90
5835msgid "use --reference only while cloning"
5836msgstr ""
5837
5838#: builtin/clone.c:91 builtin/column.c:26 builtin/merge-file.c:44
5839msgid "name"
5840msgstr ""
5841
5842#: builtin/clone.c:92
5843msgid "use <name> instead of 'origin' to track upstream"
5844msgstr ""
5845
5846#: builtin/clone.c:94
5847msgid "checkout <branch> instead of the remote's HEAD"
5848msgstr ""
5849
5850#: builtin/clone.c:96
5851msgid "path to git-upload-pack on the remote"
5852msgstr ""
5853
5854#: builtin/clone.c:97 builtin/fetch.c:120 builtin/grep.c:999
5855#: builtin/pull.c:202
5856msgid "depth"
5857msgstr ""
5858
5859#: builtin/clone.c:98
5860msgid "create a shallow clone of that depth"
5861msgstr ""
5862
5863#: builtin/clone.c:99 builtin/fetch.c:122 builtin/pack-objects.c:2836
5864#: parse-options.h:142
5865msgid "time"
5866msgstr ""
5867
5868#: builtin/clone.c:100
5869msgid "create a shallow clone since a specific time"
5870msgstr ""
5871
5872#: builtin/clone.c:101 builtin/fetch.c:124
5873msgid "revision"
5874msgstr ""
5875
5876#: builtin/clone.c:102 builtin/fetch.c:125
5877msgid "deepen history of shallow clone, excluding rev"
5878msgstr ""
5879
5880#: builtin/clone.c:104
5881msgid "clone only one branch, HEAD or --branch"
5882msgstr ""
5883
5884#: builtin/clone.c:106
5885msgid "any cloned submodules will be shallow"
5886msgstr ""
5887
5888#: builtin/clone.c:107 builtin/init-db.c:484
5889msgid "gitdir"
5890msgstr ""
5891
5892#: builtin/clone.c:108 builtin/init-db.c:485
5893msgid "separate git dir from working tree"
5894msgstr ""
5895
5896#: builtin/clone.c:109
5897msgid "key=value"
5898msgstr ""
5899
5900#: builtin/clone.c:110
5901msgid "set config inside the new repository"
5902msgstr ""
5903
5904#: builtin/clone.c:111 builtin/fetch.c:140 builtin/push.c:550
5905msgid "use IPv4 addresses only"
5906msgstr ""
5907
5908#: builtin/clone.c:113 builtin/fetch.c:142 builtin/push.c:552
5909msgid "use IPv6 addresses only"
5910msgstr ""
5911
5912#: builtin/clone.c:250
5913msgid ""
5914"No directory name could be guessed.\n"
5915"Please specify a directory on the command line"
5916msgstr ""
5917
5918#: builtin/clone.c:303
5919#, c-format
5920msgid "info: Could not add alternate for '%s': %s\n"
5921msgstr ""
5922
5923#: builtin/clone.c:375
5924#, c-format
5925msgid "failed to open '%s'"
5926msgstr ""
5927
5928#: builtin/clone.c:383
5929#, c-format
5930msgid "%s exists and is not a directory"
5931msgstr ""
5932
5933#: builtin/clone.c:397
5934#, c-format
5935msgid "failed to stat %s\n"
5936msgstr ""
5937
5938#: builtin/clone.c:419
5939#, c-format
5940msgid "failed to create link '%s'"
5941msgstr ""
5942
5943#: builtin/clone.c:423
5944#, c-format
5945msgid "failed to copy file to '%s'"
5946msgstr ""
5947
5948#: builtin/clone.c:448
5949#, c-format
5950msgid "done.\n"
5951msgstr ""
5952
5953#: builtin/clone.c:460
5954msgid ""
5955"Clone succeeded, but checkout failed.\n"
5956"You can inspect what was checked out with 'git status'\n"
5957"and retry the checkout with 'git checkout -f HEAD'\n"
5958msgstr ""
5959
5960#: builtin/clone.c:537
5961#, c-format
5962msgid "Could not find remote branch %s to clone."
5963msgstr ""
5964
5965#: builtin/clone.c:632
5966msgid "remote did not send all necessary objects"
5967msgstr ""
5968
5969#: builtin/clone.c:648
5970#, c-format
5971msgid "unable to update %s"
5972msgstr ""
5973
5974#: builtin/clone.c:697
5975msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
5976msgstr ""
5977
5978#: builtin/clone.c:728
5979msgid "unable to checkout working tree"
5980msgstr ""
5981
5982#: builtin/clone.c:768
5983msgid "unable to write parameters to config file"
5984msgstr ""
5985
5986#: builtin/clone.c:831
5987msgid "cannot repack to clean up"
5988msgstr ""
5989
5990#: builtin/clone.c:833
5991msgid "cannot unlink temporary alternates file"
5992msgstr ""
5993
5994#: builtin/clone.c:866 builtin/receive-pack.c:1895
5995msgid "Too many arguments."
5996msgstr ""
5997
5998#: builtin/clone.c:870
5999msgid "You must specify a repository to clone."
6000msgstr ""
6001
6002#: builtin/clone.c:883
6003#, c-format
6004msgid "--bare and --origin %s options are incompatible."
6005msgstr ""
6006
6007#: builtin/clone.c:886
6008msgid "--bare and --separate-git-dir are incompatible."
6009msgstr ""
6010
6011#: builtin/clone.c:899
6012#, c-format
6013msgid "repository '%s' does not exist"
6014msgstr ""
6015
6016#: builtin/clone.c:905 builtin/fetch.c:1335
6017#, c-format
6018msgid "depth %s is not a positive number"
6019msgstr ""
6020
6021#: builtin/clone.c:915
6022#, c-format
6023msgid "destination path '%s' already exists and is not an empty directory."
6024msgstr ""
6025
6026#: builtin/clone.c:925
6027#, c-format
6028msgid "working tree '%s' already exists."
6029msgstr ""
6030
6031#: builtin/clone.c:940 builtin/clone.c:951 builtin/difftool.c:252
6032#: builtin/submodule--helper.c:659 builtin/worktree.c:222
6033#: builtin/worktree.c:249
6034#, c-format
6035msgid "could not create leading directories of '%s'"
6036msgstr ""
6037
6038#: builtin/clone.c:943
6039#, c-format
6040msgid "could not create work tree dir '%s'"
6041msgstr ""
6042
6043#: builtin/clone.c:955
6044#, c-format
6045msgid "Cloning into bare repository '%s'...\n"
6046msgstr ""
6047
6048#: builtin/clone.c:957
6049#, c-format
6050msgid "Cloning into '%s'...\n"
6051msgstr ""
6052
6053#: builtin/clone.c:963
6054msgid ""
6055"clone --recursive is not compatible with both --reference and --reference-if-"
6056"able"
6057msgstr ""
6058
6059#: builtin/clone.c:1019
6060msgid "--depth is ignored in local clones; use file:// instead."
6061msgstr ""
6062
6063#: builtin/clone.c:1021
6064msgid "--shallow-since is ignored in local clones; use file:// instead."
6065msgstr ""
6066
6067#: builtin/clone.c:1023
6068msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6069msgstr ""
6070
6071#: builtin/clone.c:1026
6072msgid "source repository is shallow, ignoring --local"
6073msgstr ""
6074
6075#: builtin/clone.c:1031
6076msgid "--local is ignored"
6077msgstr ""
6078
6079#: builtin/clone.c:1035
6080#, c-format
6081msgid "Don't know how to clone %s"
6082msgstr ""
6083
6084#: builtin/clone.c:1090 builtin/clone.c:1098
6085#, c-format
6086msgid "Remote branch %s not found in upstream %s"
6087msgstr ""
6088
6089#: builtin/clone.c:1101
6090msgid "You appear to have cloned an empty repository."
6091msgstr ""
6092
6093#: builtin/column.c:9
6094msgid "git column [<options>]"
6095msgstr ""
6096
6097#: builtin/column.c:26
6098msgid "lookup config vars"
6099msgstr ""
6100
6101#: builtin/column.c:27 builtin/column.c:28
6102msgid "layout to use"
6103msgstr ""
6104
6105#: builtin/column.c:29
6106msgid "Maximum width"
6107msgstr ""
6108
6109#: builtin/column.c:30
6110msgid "Padding space on left border"
6111msgstr ""
6112
6113#: builtin/column.c:31
6114msgid "Padding space on right border"
6115msgstr ""
6116
6117#: builtin/column.c:32
6118msgid "Padding space between columns"
6119msgstr ""
6120
6121#: builtin/column.c:51
6122msgid "--command must be the first argument"
6123msgstr ""
6124
6125#: builtin/commit.c:38
6126msgid "git commit [<options>] [--] <pathspec>..."
6127msgstr ""
6128
6129#: builtin/commit.c:43
6130msgid "git status [<options>] [--] <pathspec>..."
6131msgstr ""
6132
6133#: builtin/commit.c:48
6134msgid ""
6135"Your name and email address were configured automatically based\n"
6136"on your username and hostname. Please check that they are accurate.\n"
6137"You can suppress this message by setting them explicitly. Run the\n"
6138"following command and follow the instructions in your editor to edit\n"
6139"your configuration file:\n"
6140"\n"
6141"    git config --global --edit\n"
6142"\n"
6143"After doing this, you may fix the identity used for this commit with:\n"
6144"\n"
6145"    git commit --amend --reset-author\n"
6146msgstr ""
6147
6148#: builtin/commit.c:61
6149msgid ""
6150"Your name and email address were configured automatically based\n"
6151"on your username and hostname. Please check that they are accurate.\n"
6152"You can suppress this message by setting them explicitly:\n"
6153"\n"
6154"    git config --global user.name \"Your Name\"\n"
6155"    git config --global user.email you@example.com\n"
6156"\n"
6157"After doing this, you may fix the identity used for this commit with:\n"
6158"\n"
6159"    git commit --amend --reset-author\n"
6160msgstr ""
6161
6162#: builtin/commit.c:73
6163msgid ""
6164"You asked to amend the most recent commit, but doing so would make\n"
6165"it empty. You can repeat your command with --allow-empty, or you can\n"
6166"remove the commit entirely with \"git reset HEAD^\".\n"
6167msgstr ""
6168
6169#: builtin/commit.c:78
6170msgid ""
6171"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6172"If you wish to commit it anyway, use:\n"
6173"\n"
6174"    git commit --allow-empty\n"
6175"\n"
6176msgstr ""
6177
6178#: builtin/commit.c:85
6179msgid "Otherwise, please use 'git reset'\n"
6180msgstr ""
6181
6182#: builtin/commit.c:88
6183msgid ""
6184"If you wish to skip this commit, use:\n"
6185"\n"
6186"    git reset\n"
6187"\n"
6188"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6189"the remaining commits.\n"
6190msgstr ""
6191
6192#: builtin/commit.c:318
6193msgid "failed to unpack HEAD tree object"
6194msgstr ""
6195
6196#: builtin/commit.c:359
6197msgid "unable to create temporary index"
6198msgstr ""
6199
6200#: builtin/commit.c:365
6201msgid "interactive add failed"
6202msgstr ""
6203
6204#: builtin/commit.c:378
6205msgid "unable to update temporary index"
6206msgstr ""
6207
6208#: builtin/commit.c:380
6209msgid "Failed to update main cache tree"
6210msgstr ""
6211
6212#: builtin/commit.c:404 builtin/commit.c:427 builtin/commit.c:476
6213msgid "unable to write new_index file"
6214msgstr ""
6215
6216#: builtin/commit.c:458
6217msgid "cannot do a partial commit during a merge."
6218msgstr ""
6219
6220#: builtin/commit.c:460
6221msgid "cannot do a partial commit during a cherry-pick."
6222msgstr ""
6223
6224#: builtin/commit.c:469
6225msgid "cannot read the index"
6226msgstr ""
6227
6228#: builtin/commit.c:488
6229msgid "unable to write temporary index file"
6230msgstr ""
6231
6232#: builtin/commit.c:582
6233#, c-format
6234msgid "commit '%s' lacks author header"
6235msgstr ""
6236
6237#: builtin/commit.c:584
6238#, c-format
6239msgid "commit '%s' has malformed author line"
6240msgstr ""
6241
6242#: builtin/commit.c:603
6243msgid "malformed --author parameter"
6244msgstr ""
6245
6246#: builtin/commit.c:611
6247#, c-format
6248msgid "invalid date format: %s"
6249msgstr ""
6250
6251#: builtin/commit.c:655
6252msgid ""
6253"unable to select a comment character that is not used\n"
6254"in the current commit message"
6255msgstr ""
6256
6257#: builtin/commit.c:692 builtin/commit.c:725 builtin/commit.c:1096
6258#, c-format
6259msgid "could not lookup commit %s"
6260msgstr ""
6261
6262#: builtin/commit.c:704 builtin/shortlog.c:295
6263#, c-format
6264msgid "(reading log message from standard input)\n"
6265msgstr ""
6266
6267#: builtin/commit.c:706
6268msgid "could not read log from standard input"
6269msgstr ""
6270
6271#: builtin/commit.c:710
6272#, c-format
6273msgid "could not read log file '%s'"
6274msgstr ""
6275
6276#: builtin/commit.c:737 builtin/commit.c:745
6277msgid "could not read SQUASH_MSG"
6278msgstr ""
6279
6280#: builtin/commit.c:742
6281msgid "could not read MERGE_MSG"
6282msgstr ""
6283
6284#: builtin/commit.c:796
6285msgid "could not write commit template"
6286msgstr ""
6287
6288#: builtin/commit.c:814
6289#, c-format
6290msgid ""
6291"\n"
6292"It looks like you may be committing a merge.\n"
6293"If this is not correct, please remove the file\n"
6294"\t%s\n"
6295"and try again.\n"
6296msgstr ""
6297
6298#: builtin/commit.c:819
6299#, c-format
6300msgid ""
6301"\n"
6302"It looks like you may be committing a cherry-pick.\n"
6303"If this is not correct, please remove the file\n"
6304"\t%s\n"
6305"and try again.\n"
6306msgstr ""
6307
6308#: builtin/commit.c:832
6309#, c-format
6310msgid ""
6311"Please enter the commit message for your changes. Lines starting\n"
6312"with '%c' will be ignored, and an empty message aborts the commit.\n"
6313msgstr ""
6314
6315#: builtin/commit.c:839
6316#, c-format
6317msgid ""
6318"Please enter the commit message for your changes. Lines starting\n"
6319"with '%c' will be kept; you may remove them yourself if you want to.\n"
6320"An empty message aborts the commit.\n"
6321msgstr ""
6322
6323#: builtin/commit.c:859
6324#, c-format
6325msgid "%sAuthor:    %.*s <%.*s>"
6326msgstr ""
6327
6328#: builtin/commit.c:867
6329#, c-format
6330msgid "%sDate:      %s"
6331msgstr ""
6332
6333#: builtin/commit.c:874
6334#, c-format
6335msgid "%sCommitter: %.*s <%.*s>"
6336msgstr ""
6337
6338#: builtin/commit.c:892
6339msgid "Cannot read index"
6340msgstr ""
6341
6342#: builtin/commit.c:954
6343msgid "Error building trees"
6344msgstr ""
6345
6346#: builtin/commit.c:968 builtin/tag.c:280
6347#, c-format
6348msgid "Please supply the message using either -m or -F option.\n"
6349msgstr ""
6350
6351#: builtin/commit.c:1071
6352#, c-format
6353msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6354msgstr ""
6355
6356#: builtin/commit.c:1086 builtin/commit.c:1325
6357#, c-format
6358msgid "Invalid untracked files mode '%s'"
6359msgstr ""
6360
6361#: builtin/commit.c:1124
6362msgid "--long and -z are incompatible"
6363msgstr ""
6364
6365#: builtin/commit.c:1154
6366msgid "Using both --reset-author and --author does not make sense"
6367msgstr ""
6368
6369#: builtin/commit.c:1163
6370msgid "You have nothing to amend."
6371msgstr ""
6372
6373#: builtin/commit.c:1166
6374msgid "You are in the middle of a merge -- cannot amend."
6375msgstr ""
6376
6377#: builtin/commit.c:1168
6378msgid "You are in the middle of a cherry-pick -- cannot amend."
6379msgstr ""
6380
6381#: builtin/commit.c:1171
6382msgid "Options --squash and --fixup cannot be used together"
6383msgstr ""
6384
6385#: builtin/commit.c:1181
6386msgid "Only one of -c/-C/-F/--fixup can be used."
6387msgstr ""
6388
6389#: builtin/commit.c:1183
6390msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6391msgstr ""
6392
6393#: builtin/commit.c:1191
6394msgid "--reset-author can be used only with -C, -c or --amend."
6395msgstr ""
6396
6397#: builtin/commit.c:1208
6398msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6399msgstr ""
6400
6401#: builtin/commit.c:1210
6402msgid "No paths with --include/--only does not make sense."
6403msgstr ""
6404
6405#: builtin/commit.c:1212
6406msgid "Explicit paths specified without -i or -o; assuming --only paths..."
6407msgstr ""
6408
6409#: builtin/commit.c:1224 builtin/tag.c:495
6410#, c-format
6411msgid "Invalid cleanup mode %s"
6412msgstr ""
6413
6414#: builtin/commit.c:1229
6415msgid "Paths with -a does not make sense."
6416msgstr ""
6417
6418#: builtin/commit.c:1339 builtin/commit.c:1612
6419msgid "show status concisely"
6420msgstr ""
6421
6422#: builtin/commit.c:1341 builtin/commit.c:1614
6423msgid "show branch information"
6424msgstr ""
6425
6426#: builtin/commit.c:1343
6427msgid "version"
6428msgstr ""
6429
6430#: builtin/commit.c:1343 builtin/commit.c:1616 builtin/push.c:525
6431#: builtin/worktree.c:442
6432msgid "machine-readable output"
6433msgstr ""
6434
6435#: builtin/commit.c:1346 builtin/commit.c:1618
6436msgid "show status in long format (default)"
6437msgstr ""
6438
6439#: builtin/commit.c:1349 builtin/commit.c:1621
6440msgid "terminate entries with NUL"
6441msgstr ""
6442
6443#: builtin/commit.c:1351 builtin/commit.c:1624 builtin/fast-export.c:981
6444#: builtin/fast-export.c:984 builtin/tag.c:368
6445msgid "mode"
6446msgstr ""
6447
6448#: builtin/commit.c:1352 builtin/commit.c:1624
6449msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6450msgstr ""
6451
6452#: builtin/commit.c:1355
6453msgid "show ignored files"
6454msgstr ""
6455
6456#: builtin/commit.c:1356 parse-options.h:155
6457msgid "when"
6458msgstr ""
6459
6460#: builtin/commit.c:1357
6461msgid ""
6462"ignore changes to submodules, optional when: all, dirty, untracked. "
6463"(Default: all)"
6464msgstr ""
6465
6466#: builtin/commit.c:1359
6467msgid "list untracked files in columns"
6468msgstr ""
6469
6470#: builtin/commit.c:1435
6471msgid "couldn't look up newly created commit"
6472msgstr ""
6473
6474#: builtin/commit.c:1437
6475msgid "could not parse newly created commit"
6476msgstr ""
6477
6478#: builtin/commit.c:1482
6479msgid "detached HEAD"
6480msgstr ""
6481
6482#: builtin/commit.c:1485
6483msgid " (root-commit)"
6484msgstr ""
6485
6486#: builtin/commit.c:1582
6487msgid "suppress summary after successful commit"
6488msgstr ""
6489
6490#: builtin/commit.c:1583
6491msgid "show diff in commit message template"
6492msgstr ""
6493
6494#: builtin/commit.c:1585
6495msgid "Commit message options"
6496msgstr ""
6497
6498#: builtin/commit.c:1586 builtin/tag.c:366
6499msgid "read message from file"
6500msgstr ""
6501
6502#: builtin/commit.c:1587
6503msgid "author"
6504msgstr ""
6505
6506#: builtin/commit.c:1587
6507msgid "override author for commit"
6508msgstr ""
6509
6510#: builtin/commit.c:1588 builtin/gc.c:333
6511msgid "date"
6512msgstr ""
6513
6514#: builtin/commit.c:1588
6515msgid "override date for commit"
6516msgstr ""
6517
6518#: builtin/commit.c:1589 builtin/merge.c:222 builtin/notes.c:398
6519#: builtin/notes.c:561 builtin/tag.c:364
6520msgid "message"
6521msgstr ""
6522
6523#: builtin/commit.c:1589
6524msgid "commit message"
6525msgstr ""
6526
6527#: builtin/commit.c:1590 builtin/commit.c:1591 builtin/commit.c:1592
6528#: builtin/commit.c:1593 parse-options.h:257 ref-filter.h:81
6529msgid "commit"
6530msgstr ""
6531
6532#: builtin/commit.c:1590
6533msgid "reuse and edit message from specified commit"
6534msgstr ""
6535
6536#: builtin/commit.c:1591
6537msgid "reuse message from specified commit"
6538msgstr ""
6539
6540#: builtin/commit.c:1592
6541msgid "use autosquash formatted message to fixup specified commit"
6542msgstr ""
6543
6544#: builtin/commit.c:1593
6545msgid "use autosquash formatted message to squash specified commit"
6546msgstr ""
6547
6548#: builtin/commit.c:1594
6549msgid "the commit is authored by me now (used with -C/-c/--amend)"
6550msgstr ""
6551
6552#: builtin/commit.c:1595 builtin/log.c:1413 builtin/revert.c:86
6553msgid "add Signed-off-by:"
6554msgstr ""
6555
6556#: builtin/commit.c:1596
6557msgid "use specified template file"
6558msgstr ""
6559
6560#: builtin/commit.c:1597
6561msgid "force edit of commit"
6562msgstr ""
6563
6564#: builtin/commit.c:1598
6565msgid "default"
6566msgstr ""
6567
6568#: builtin/commit.c:1598 builtin/tag.c:369
6569msgid "how to strip spaces and #comments from message"
6570msgstr ""
6571
6572#: builtin/commit.c:1599
6573msgid "include status in commit message template"
6574msgstr ""
6575
6576#: builtin/commit.c:1601 builtin/merge.c:234 builtin/pull.c:166
6577#: builtin/revert.c:93
6578msgid "GPG sign commit"
6579msgstr ""
6580
6581#: builtin/commit.c:1604
6582msgid "Commit contents options"
6583msgstr ""
6584
6585#: builtin/commit.c:1605
6586msgid "commit all changed files"
6587msgstr ""
6588
6589#: builtin/commit.c:1606
6590msgid "add specified files to index for commit"
6591msgstr ""
6592
6593#: builtin/commit.c:1607
6594msgid "interactively add files"
6595msgstr ""
6596
6597#: builtin/commit.c:1608
6598msgid "interactively add changes"
6599msgstr ""
6600
6601#: builtin/commit.c:1609
6602msgid "commit only specified files"
6603msgstr ""
6604
6605#: builtin/commit.c:1610
6606msgid "bypass pre-commit and commit-msg hooks"
6607msgstr ""
6608
6609#: builtin/commit.c:1611
6610msgid "show what would be committed"
6611msgstr ""
6612
6613#: builtin/commit.c:1622
6614msgid "amend previous commit"
6615msgstr ""
6616
6617#: builtin/commit.c:1623
6618msgid "bypass post-rewrite hook"
6619msgstr ""
6620
6621#: builtin/commit.c:1628
6622msgid "ok to record an empty change"
6623msgstr ""
6624
6625#: builtin/commit.c:1630
6626msgid "ok to record a change with an empty message"
6627msgstr ""
6628
6629#: builtin/commit.c:1659
6630msgid "could not parse HEAD commit"
6631msgstr ""
6632
6633#: builtin/commit.c:1707
6634#, c-format
6635msgid "Corrupt MERGE_HEAD file (%s)"
6636msgstr ""
6637
6638#: builtin/commit.c:1714
6639msgid "could not read MERGE_MODE"
6640msgstr ""
6641
6642#: builtin/commit.c:1733
6643#, c-format
6644msgid "could not read commit message: %s"
6645msgstr ""
6646
6647#: builtin/commit.c:1744
6648#, c-format
6649msgid "Aborting commit; you did not edit the message.\n"
6650msgstr ""
6651
6652#: builtin/commit.c:1749
6653#, c-format
6654msgid "Aborting commit due to empty commit message.\n"
6655msgstr ""
6656
6657#: builtin/commit.c:1797
6658msgid ""
6659"Repository has been updated, but unable to write\n"
6660"new_index file. Check that disk is not full and quota is\n"
6661"not exceeded, and then \"git reset HEAD\" to recover."
6662msgstr ""
6663
6664#: builtin/config.c:9
6665msgid "git config [<options>]"
6666msgstr ""
6667
6668#: builtin/config.c:55
6669msgid "Config file location"
6670msgstr ""
6671
6672#: builtin/config.c:56
6673msgid "use global config file"
6674msgstr ""
6675
6676#: builtin/config.c:57
6677msgid "use system config file"
6678msgstr ""
6679
6680#: builtin/config.c:58
6681msgid "use repository config file"
6682msgstr ""
6683
6684#: builtin/config.c:59
6685msgid "use given config file"
6686msgstr ""
6687
6688#: builtin/config.c:60
6689msgid "blob-id"
6690msgstr ""
6691
6692#: builtin/config.c:60
6693msgid "read config from given blob object"
6694msgstr ""
6695
6696#: builtin/config.c:61
6697msgid "Action"
6698msgstr ""
6699
6700#: builtin/config.c:62
6701msgid "get value: name [value-regex]"
6702msgstr ""
6703
6704#: builtin/config.c:63
6705msgid "get all values: key [value-regex]"
6706msgstr ""
6707
6708#: builtin/config.c:64
6709msgid "get values for regexp: name-regex [value-regex]"
6710msgstr ""
6711
6712#: builtin/config.c:65
6713msgid "get value specific for the URL: section[.var] URL"
6714msgstr ""
6715
6716#: builtin/config.c:66
6717msgid "replace all matching variables: name value [value_regex]"
6718msgstr ""
6719
6720#: builtin/config.c:67
6721msgid "add a new variable: name value"
6722msgstr ""
6723
6724#: builtin/config.c:68
6725msgid "remove a variable: name [value-regex]"
6726msgstr ""
6727
6728#: builtin/config.c:69
6729msgid "remove all matches: name [value-regex]"
6730msgstr ""
6731
6732#: builtin/config.c:70
6733msgid "rename section: old-name new-name"
6734msgstr ""
6735
6736#: builtin/config.c:71
6737msgid "remove a section: name"
6738msgstr ""
6739
6740#: builtin/config.c:72
6741msgid "list all"
6742msgstr ""
6743
6744#: builtin/config.c:73
6745msgid "open an editor"
6746msgstr ""
6747
6748#: builtin/config.c:74
6749msgid "find the color configured: slot [default]"
6750msgstr ""
6751
6752#: builtin/config.c:75
6753msgid "find the color setting: slot [stdout-is-tty]"
6754msgstr ""
6755
6756#: builtin/config.c:76
6757msgid "Type"
6758msgstr ""
6759
6760#: builtin/config.c:77
6761msgid "value is \"true\" or \"false\""
6762msgstr ""
6763
6764#: builtin/config.c:78
6765msgid "value is decimal number"
6766msgstr ""
6767
6768#: builtin/config.c:79
6769msgid "value is --bool or --int"
6770msgstr ""
6771
6772#: builtin/config.c:80
6773msgid "value is a path (file or directory name)"
6774msgstr ""
6775
6776#: builtin/config.c:81
6777msgid "Other"
6778msgstr ""
6779
6780#: builtin/config.c:82
6781msgid "terminate values with NUL byte"
6782msgstr ""
6783
6784#: builtin/config.c:83
6785msgid "show variable names only"
6786msgstr ""
6787
6788#: builtin/config.c:84
6789msgid "respect include directives on lookup"
6790msgstr ""
6791
6792#: builtin/config.c:85
6793msgid "show origin of config (file, standard input, blob, command line)"
6794msgstr ""
6795
6796#: builtin/config.c:327
6797msgid "unable to parse default color value"
6798msgstr ""
6799
6800#: builtin/config.c:471
6801#, c-format
6802msgid ""
6803"# This is Git's per-user configuration file.\n"
6804"[user]\n"
6805"# Please adapt and uncomment the following lines:\n"
6806"#\tname = %s\n"
6807"#\temail = %s\n"
6808msgstr ""
6809
6810#: builtin/config.c:613
6811#, c-format
6812msgid "cannot create configuration file %s"
6813msgstr ""
6814
6815#: builtin/config.c:625
6816#, c-format
6817msgid ""
6818"cannot overwrite multiple values with a single value\n"
6819"       Use a regexp, --add or --replace-all to change %s."
6820msgstr ""
6821
6822#: builtin/count-objects.c:86
6823msgid "git count-objects [-v] [-H | --human-readable]"
6824msgstr ""
6825
6826#: builtin/count-objects.c:96
6827msgid "print sizes in human readable format"
6828msgstr ""
6829
6830#: builtin/describe.c:17
6831msgid "git describe [<options>] [<commit-ish>...]"
6832msgstr ""
6833
6834#: builtin/describe.c:18
6835msgid "git describe [<options>] --dirty"
6836msgstr ""
6837
6838#: builtin/describe.c:217
6839#, c-format
6840msgid "annotated tag %s not available"
6841msgstr ""
6842
6843#: builtin/describe.c:221
6844#, c-format
6845msgid "annotated tag %s has no embedded name"
6846msgstr ""
6847
6848#: builtin/describe.c:223
6849#, c-format
6850msgid "tag '%s' is really '%s' here"
6851msgstr ""
6852
6853#: builtin/describe.c:250 builtin/log.c:480
6854#, c-format
6855msgid "Not a valid object name %s"
6856msgstr ""
6857
6858#: builtin/describe.c:253
6859#, c-format
6860msgid "%s is not a valid '%s' object"
6861msgstr ""
6862
6863#: builtin/describe.c:270
6864#, c-format
6865msgid "no tag exactly matches '%s'"
6866msgstr ""
6867
6868#: builtin/describe.c:272
6869#, c-format
6870msgid "searching to describe %s\n"
6871msgstr ""
6872
6873#: builtin/describe.c:319
6874#, c-format
6875msgid "finished search at %s\n"
6876msgstr ""
6877
6878#: builtin/describe.c:346
6879#, c-format
6880msgid ""
6881"No annotated tags can describe '%s'.\n"
6882"However, there were unannotated tags: try --tags."
6883msgstr ""
6884
6885#: builtin/describe.c:350
6886#, c-format
6887msgid ""
6888"No tags can describe '%s'.\n"
6889"Try --always, or create some tags."
6890msgstr ""
6891
6892#: builtin/describe.c:371
6893#, c-format
6894msgid "traversed %lu commits\n"
6895msgstr ""
6896
6897#: builtin/describe.c:374
6898#, c-format
6899msgid ""
6900"more than %i tags found; listed %i most recent\n"
6901"gave up search at %s\n"
6902msgstr ""
6903
6904#: builtin/describe.c:396
6905msgid "find the tag that comes after the commit"
6906msgstr ""
6907
6908#: builtin/describe.c:397
6909msgid "debug search strategy on stderr"
6910msgstr ""
6911
6912#: builtin/describe.c:398
6913msgid "use any ref"
6914msgstr ""
6915
6916#: builtin/describe.c:399
6917msgid "use any tag, even unannotated"
6918msgstr ""
6919
6920#: builtin/describe.c:400
6921msgid "always use long format"
6922msgstr ""
6923
6924#: builtin/describe.c:401
6925msgid "only follow first parent"
6926msgstr ""
6927
6928#: builtin/describe.c:404
6929msgid "only output exact matches"
6930msgstr ""
6931
6932#: builtin/describe.c:406
6933msgid "consider <n> most recent tags (default: 10)"
6934msgstr ""
6935
6936#: builtin/describe.c:408
6937msgid "only consider tags matching <pattern>"
6938msgstr ""
6939
6940#: builtin/describe.c:410 builtin/name-rev.c:320
6941msgid "show abbreviated commit object as fallback"
6942msgstr ""
6943
6944#: builtin/describe.c:411
6945msgid "mark"
6946msgstr ""
6947
6948#: builtin/describe.c:412
6949msgid "append <mark> on dirty working tree (default: \"-dirty\")"
6950msgstr ""
6951
6952#: builtin/describe.c:430
6953msgid "--long is incompatible with --abbrev=0"
6954msgstr ""
6955
6956#: builtin/describe.c:456
6957msgid "No names found, cannot describe anything."
6958msgstr ""
6959
6960#: builtin/describe.c:476
6961msgid "--dirty is incompatible with commit-ishes"
6962msgstr ""
6963
6964#: builtin/diff.c:83
6965#, c-format
6966msgid "'%s': not a regular file or symlink"
6967msgstr ""
6968
6969#: builtin/diff.c:234
6970#, c-format
6971msgid "invalid option: %s"
6972msgstr ""
6973
6974#: builtin/diff.c:358
6975msgid "Not a git repository"
6976msgstr ""
6977
6978#: builtin/diff.c:401
6979#, c-format
6980msgid "invalid object '%s' given."
6981msgstr ""
6982
6983#: builtin/diff.c:410
6984#, c-format
6985msgid "more than two blobs given: '%s'"
6986msgstr ""
6987
6988#: builtin/diff.c:417
6989#, c-format
6990msgid "unhandled object '%s' given."
6991msgstr ""
6992
6993#: builtin/difftool.c:28
6994msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
6995msgstr ""
6996
6997#: builtin/difftool.c:241
6998#, c-format
6999msgid "failed: %d"
7000msgstr ""
7001
7002#: builtin/difftool.c:342
7003msgid ""
7004"combined diff formats('-c' and '--cc') are not supported in\n"
7005"directory diff mode('-d' and '--dir-diff')."
7006msgstr ""
7007
7008#: builtin/difftool.c:567
7009#, c-format
7010msgid "both files modified: '%s' and '%s'."
7011msgstr ""
7012
7013#: builtin/difftool.c:569
7014msgid "working tree file has been left."
7015msgstr ""
7016
7017#: builtin/difftool.c:580
7018#, c-format
7019msgid "temporary files exist in '%s'."
7020msgstr ""
7021
7022#: builtin/difftool.c:581
7023msgid "you may want to cleanup or recover these."
7024msgstr ""
7025
7026#: builtin/difftool.c:626
7027msgid "use `diff.guitool` instead of `diff.tool`"
7028msgstr ""
7029
7030#: builtin/difftool.c:628
7031msgid "perform a full-directory diff"
7032msgstr ""
7033
7034#: builtin/difftool.c:630
7035msgid "do not prompt before launching a diff tool"
7036msgstr ""
7037
7038#: builtin/difftool.c:636
7039msgid "use symlinks in dir-diff mode"
7040msgstr ""
7041
7042#: builtin/difftool.c:637
7043msgid "<tool>"
7044msgstr ""
7045
7046#: builtin/difftool.c:638
7047msgid "use the specified diff tool"
7048msgstr ""
7049
7050#: builtin/difftool.c:640
7051msgid "print a list of diff tools that may be used with `--tool`"
7052msgstr ""
7053
7054#: builtin/difftool.c:643
7055msgid ""
7056"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7057"code"
7058msgstr ""
7059
7060#: builtin/difftool.c:645
7061msgid "<command>"
7062msgstr ""
7063
7064#: builtin/difftool.c:646
7065msgid "specify a custom command for viewing diffs"
7066msgstr ""
7067
7068#: builtin/difftool.c:670
7069msgid "no <tool> given for --tool=<tool>"
7070msgstr ""
7071
7072#: builtin/difftool.c:677
7073msgid "no <cmd> given for --extcmd=<cmd>"
7074msgstr ""
7075
7076#: builtin/fast-export.c:25
7077msgid "git fast-export [rev-list-opts]"
7078msgstr ""
7079
7080#: builtin/fast-export.c:980
7081msgid "show progress after <n> objects"
7082msgstr ""
7083
7084#: builtin/fast-export.c:982
7085msgid "select handling of signed tags"
7086msgstr ""
7087
7088#: builtin/fast-export.c:985
7089msgid "select handling of tags that tag filtered objects"
7090msgstr ""
7091
7092#: builtin/fast-export.c:988
7093msgid "Dump marks to this file"
7094msgstr ""
7095
7096#: builtin/fast-export.c:990
7097msgid "Import marks from this file"
7098msgstr ""
7099
7100#: builtin/fast-export.c:992
7101msgid "Fake a tagger when tags lack one"
7102msgstr ""
7103
7104#: builtin/fast-export.c:994
7105msgid "Output full tree for each commit"
7106msgstr ""
7107
7108#: builtin/fast-export.c:996
7109msgid "Use the done feature to terminate the stream"
7110msgstr ""
7111
7112#: builtin/fast-export.c:997
7113msgid "Skip output of blob data"
7114msgstr ""
7115
7116#: builtin/fast-export.c:998
7117msgid "refspec"
7118msgstr ""
7119
7120#: builtin/fast-export.c:999
7121msgid "Apply refspec to exported refs"
7122msgstr ""
7123
7124#: builtin/fast-export.c:1000
7125msgid "anonymize output"
7126msgstr ""
7127
7128#: builtin/fetch.c:21
7129msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7130msgstr ""
7131
7132#: builtin/fetch.c:22
7133msgid "git fetch [<options>] <group>"
7134msgstr ""
7135
7136#: builtin/fetch.c:23
7137msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7138msgstr ""
7139
7140#: builtin/fetch.c:24
7141msgid "git fetch --all [<options>]"
7142msgstr ""
7143
7144#: builtin/fetch.c:95 builtin/pull.c:175
7145msgid "fetch from all remotes"
7146msgstr ""
7147
7148#: builtin/fetch.c:97 builtin/pull.c:178
7149msgid "append to .git/FETCH_HEAD instead of overwriting"
7150msgstr ""
7151
7152#: builtin/fetch.c:99 builtin/pull.c:181
7153msgid "path to upload pack on remote end"
7154msgstr ""
7155
7156#: builtin/fetch.c:100 builtin/pull.c:183
7157msgid "force overwrite of local branch"
7158msgstr ""
7159
7160#: builtin/fetch.c:102
7161msgid "fetch from multiple remotes"
7162msgstr ""
7163
7164#: builtin/fetch.c:104 builtin/pull.c:185
7165msgid "fetch all tags and associated objects"
7166msgstr ""
7167
7168#: builtin/fetch.c:106
7169msgid "do not fetch all tags (--no-tags)"
7170msgstr ""
7171
7172#: builtin/fetch.c:108
7173msgid "number of submodules fetched in parallel"
7174msgstr ""
7175
7176#: builtin/fetch.c:110 builtin/pull.c:188
7177msgid "prune remote-tracking branches no longer on remote"
7178msgstr ""
7179
7180#: builtin/fetch.c:111 builtin/pull.c:191
7181msgid "on-demand"
7182msgstr ""
7183
7184#: builtin/fetch.c:112 builtin/pull.c:192
7185msgid "control recursive fetching of submodules"
7186msgstr ""
7187
7188#: builtin/fetch.c:116 builtin/pull.c:200
7189msgid "keep downloaded pack"
7190msgstr ""
7191
7192#: builtin/fetch.c:118
7193msgid "allow updating of HEAD ref"
7194msgstr ""
7195
7196#: builtin/fetch.c:121 builtin/fetch.c:127 builtin/pull.c:203
7197msgid "deepen history of shallow clone"
7198msgstr ""
7199
7200#: builtin/fetch.c:123
7201msgid "deepen history of shallow repository based on time"
7202msgstr ""
7203
7204#: builtin/fetch.c:129 builtin/pull.c:206
7205msgid "convert to a complete repository"
7206msgstr ""
7207
7208#: builtin/fetch.c:131 builtin/log.c:1433
7209msgid "dir"
7210msgstr ""
7211
7212#: builtin/fetch.c:132
7213msgid "prepend this to submodule path output"
7214msgstr ""
7215
7216#: builtin/fetch.c:135
7217msgid "default mode for recursion"
7218msgstr ""
7219
7220#: builtin/fetch.c:137 builtin/pull.c:209
7221msgid "accept refs that update .git/shallow"
7222msgstr ""
7223
7224#: builtin/fetch.c:138 builtin/pull.c:211
7225msgid "refmap"
7226msgstr ""
7227
7228#: builtin/fetch.c:139 builtin/pull.c:212
7229msgid "specify fetch refmap"
7230msgstr ""
7231
7232#: builtin/fetch.c:395
7233msgid "Couldn't find remote ref HEAD"
7234msgstr ""
7235
7236#: builtin/fetch.c:511
7237#, c-format
7238msgid "configuration fetch.output contains invalid value %s"
7239msgstr ""
7240
7241#: builtin/fetch.c:604
7242#, c-format
7243msgid "object %s not found"
7244msgstr ""
7245
7246#: builtin/fetch.c:608
7247msgid "[up to date]"
7248msgstr ""
7249
7250#: builtin/fetch.c:621 builtin/fetch.c:701
7251msgid "[rejected]"
7252msgstr ""
7253
7254#: builtin/fetch.c:622
7255msgid "can't fetch in current branch"
7256msgstr ""
7257
7258#: builtin/fetch.c:631
7259msgid "[tag update]"
7260msgstr ""
7261
7262#: builtin/fetch.c:632 builtin/fetch.c:665 builtin/fetch.c:681
7263#: builtin/fetch.c:696
7264msgid "unable to update local ref"
7265msgstr ""
7266
7267#: builtin/fetch.c:651
7268msgid "[new tag]"
7269msgstr ""
7270
7271#: builtin/fetch.c:654
7272msgid "[new branch]"
7273msgstr ""
7274
7275#: builtin/fetch.c:657
7276msgid "[new ref]"
7277msgstr ""
7278
7279#: builtin/fetch.c:696
7280msgid "forced update"
7281msgstr ""
7282
7283#: builtin/fetch.c:701
7284msgid "non-fast-forward"
7285msgstr ""
7286
7287#: builtin/fetch.c:746
7288#, c-format
7289msgid "%s did not send all necessary objects\n"
7290msgstr ""
7291
7292#: builtin/fetch.c:766
7293#, c-format
7294msgid "reject %s because shallow roots are not allowed to be updated"
7295msgstr ""
7296
7297#: builtin/fetch.c:853 builtin/fetch.c:949
7298#, c-format
7299msgid "From %.*s\n"
7300msgstr ""
7301
7302#: builtin/fetch.c:864
7303#, c-format
7304msgid ""
7305"some local refs could not be updated; try running\n"
7306" 'git remote prune %s' to remove any old, conflicting branches"
7307msgstr ""
7308
7309#: builtin/fetch.c:919
7310#, c-format
7311msgid "   (%s will become dangling)"
7312msgstr ""
7313
7314#: builtin/fetch.c:920
7315#, c-format
7316msgid "   (%s has become dangling)"
7317msgstr ""
7318
7319#: builtin/fetch.c:952
7320msgid "[deleted]"
7321msgstr ""
7322
7323#: builtin/fetch.c:953 builtin/remote.c:1020
7324msgid "(none)"
7325msgstr ""
7326
7327#: builtin/fetch.c:976
7328#, c-format
7329msgid "Refusing to fetch into current branch %s of non-bare repository"
7330msgstr ""
7331
7332#: builtin/fetch.c:995
7333#, c-format
7334msgid "Option \"%s\" value \"%s\" is not valid for %s"
7335msgstr ""
7336
7337#: builtin/fetch.c:998
7338#, c-format
7339msgid "Option \"%s\" is ignored for %s\n"
7340msgstr ""
7341
7342#: builtin/fetch.c:1074
7343#, c-format
7344msgid "Don't know how to fetch from %s"
7345msgstr ""
7346
7347#: builtin/fetch.c:1234
7348#, c-format
7349msgid "Fetching %s\n"
7350msgstr ""
7351
7352#: builtin/fetch.c:1236 builtin/remote.c:96
7353#, c-format
7354msgid "Could not fetch %s"
7355msgstr ""
7356
7357#: builtin/fetch.c:1254
7358msgid ""
7359"No remote repository specified.  Please, specify either a URL or a\n"
7360"remote name from which new revisions should be fetched."
7361msgstr ""
7362
7363#: builtin/fetch.c:1277
7364msgid "You need to specify a tag name."
7365msgstr ""
7366
7367#: builtin/fetch.c:1319
7368msgid "Negative depth in --deepen is not supported"
7369msgstr ""
7370
7371#: builtin/fetch.c:1321
7372msgid "--deepen and --depth are mutually exclusive"
7373msgstr ""
7374
7375#: builtin/fetch.c:1326
7376msgid "--depth and --unshallow cannot be used together"
7377msgstr ""
7378
7379#: builtin/fetch.c:1328
7380msgid "--unshallow on a complete repository does not make sense"
7381msgstr ""
7382
7383#: builtin/fetch.c:1350
7384msgid "fetch --all does not take a repository argument"
7385msgstr ""
7386
7387#: builtin/fetch.c:1352
7388msgid "fetch --all does not make sense with refspecs"
7389msgstr ""
7390
7391#: builtin/fetch.c:1363
7392#, c-format
7393msgid "No such remote or remote group: %s"
7394msgstr ""
7395
7396#: builtin/fetch.c:1371
7397msgid "Fetching a group and specifying refspecs does not make sense"
7398msgstr ""
7399
7400#: builtin/fmt-merge-msg.c:14
7401msgid ""
7402"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7403msgstr ""
7404
7405#: builtin/fmt-merge-msg.c:663
7406msgid "populate log with at most <n> entries from shortlog"
7407msgstr ""
7408
7409#: builtin/fmt-merge-msg.c:666
7410msgid "alias for --log (deprecated)"
7411msgstr ""
7412
7413#: builtin/fmt-merge-msg.c:669
7414msgid "text"
7415msgstr ""
7416
7417#: builtin/fmt-merge-msg.c:670
7418msgid "use <text> as start of message"
7419msgstr ""
7420
7421#: builtin/fmt-merge-msg.c:671
7422msgid "file to read from"
7423msgstr ""
7424
7425#: builtin/for-each-ref.c:9
7426msgid "git for-each-ref [<options>] [<pattern>]"
7427msgstr ""
7428
7429#: builtin/for-each-ref.c:10
7430msgid "git for-each-ref [--points-at <object>]"
7431msgstr ""
7432
7433#: builtin/for-each-ref.c:11
7434msgid "git for-each-ref [(--merged | --no-merged) [<object>]]"
7435msgstr ""
7436
7437#: builtin/for-each-ref.c:12
7438msgid "git for-each-ref [--contains [<object>]]"
7439msgstr ""
7440
7441#: builtin/for-each-ref.c:27
7442msgid "quote placeholders suitably for shells"
7443msgstr ""
7444
7445#: builtin/for-each-ref.c:29
7446msgid "quote placeholders suitably for perl"
7447msgstr ""
7448
7449#: builtin/for-each-ref.c:31
7450msgid "quote placeholders suitably for python"
7451msgstr ""
7452
7453#: builtin/for-each-ref.c:33
7454msgid "quote placeholders suitably for Tcl"
7455msgstr ""
7456
7457#: builtin/for-each-ref.c:36
7458msgid "show only <n> matched refs"
7459msgstr ""
7460
7461#: builtin/for-each-ref.c:37 builtin/tag.c:387 builtin/verify-tag.c:38
7462msgid "format to use for the output"
7463msgstr ""
7464
7465#: builtin/for-each-ref.c:41
7466msgid "print only refs which points at the given object"
7467msgstr ""
7468
7469#: builtin/for-each-ref.c:43
7470msgid "print only refs that are merged"
7471msgstr ""
7472
7473#: builtin/for-each-ref.c:44
7474msgid "print only refs that are not merged"
7475msgstr ""
7476
7477#: builtin/for-each-ref.c:45
7478msgid "print only refs which contain the commit"
7479msgstr ""
7480
7481#: builtin/fsck.c:554
7482msgid "Checking object directories"
7483msgstr ""
7484
7485#: builtin/fsck.c:646
7486msgid "git fsck [<options>] [<object>...]"
7487msgstr ""
7488
7489#: builtin/fsck.c:652
7490msgid "show unreachable objects"
7491msgstr ""
7492
7493#: builtin/fsck.c:653
7494msgid "show dangling objects"
7495msgstr ""
7496
7497#: builtin/fsck.c:654
7498msgid "report tags"
7499msgstr ""
7500
7501#: builtin/fsck.c:655
7502msgid "report root nodes"
7503msgstr ""
7504
7505#: builtin/fsck.c:656
7506msgid "make index objects head nodes"
7507msgstr ""
7508
7509#: builtin/fsck.c:657
7510msgid "make reflogs head nodes (default)"
7511msgstr ""
7512
7513#: builtin/fsck.c:658
7514msgid "also consider packs and alternate objects"
7515msgstr ""
7516
7517#: builtin/fsck.c:659
7518msgid "check only connectivity"
7519msgstr ""
7520
7521#: builtin/fsck.c:660
7522msgid "enable more strict checking"
7523msgstr ""
7524
7525#: builtin/fsck.c:662
7526msgid "write dangling objects in .git/lost-found"
7527msgstr ""
7528
7529#: builtin/fsck.c:663 builtin/prune.c:107
7530msgid "show progress"
7531msgstr ""
7532
7533#: builtin/fsck.c:664
7534msgid "show verbose names for reachable objects"
7535msgstr ""
7536
7537#: builtin/fsck.c:725
7538msgid "Checking objects"
7539msgstr ""
7540
7541#: builtin/gc.c:25
7542msgid "git gc [<options>]"
7543msgstr ""
7544
7545#: builtin/gc.c:72
7546#, c-format
7547msgid "Invalid %s: '%s'"
7548msgstr ""
7549
7550#: builtin/gc.c:139
7551#, c-format
7552msgid "insanely long object directory %.*s"
7553msgstr ""
7554
7555#: builtin/gc.c:297
7556#, c-format
7557msgid ""
7558"The last gc run reported the following. Please correct the root cause\n"
7559"and remove %s.\n"
7560"Automatic cleanup will not be performed until the file is removed.\n"
7561"\n"
7562"%s"
7563msgstr ""
7564
7565#: builtin/gc.c:334
7566msgid "prune unreferenced objects"
7567msgstr ""
7568
7569#: builtin/gc.c:336
7570msgid "be more thorough (increased runtime)"
7571msgstr ""
7572
7573#: builtin/gc.c:337
7574msgid "enable auto-gc mode"
7575msgstr ""
7576
7577#: builtin/gc.c:338
7578msgid "force running gc even if there may be another gc running"
7579msgstr ""
7580
7581#: builtin/gc.c:380
7582#, c-format
7583msgid "Auto packing the repository in background for optimum performance.\n"
7584msgstr ""
7585
7586#: builtin/gc.c:382
7587#, c-format
7588msgid "Auto packing the repository for optimum performance.\n"
7589msgstr ""
7590
7591#: builtin/gc.c:383
7592#, c-format
7593msgid "See \"git help gc\" for manual housekeeping.\n"
7594msgstr ""
7595
7596#: builtin/gc.c:404
7597#, c-format
7598msgid ""
7599"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
7600msgstr ""
7601
7602#: builtin/gc.c:448
7603msgid ""
7604"There are too many unreachable loose objects; run 'git prune' to remove them."
7605msgstr ""
7606
7607#: builtin/grep.c:25
7608msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
7609msgstr ""
7610
7611#: builtin/grep.c:232
7612#, c-format
7613msgid "grep: failed to create thread: %s"
7614msgstr ""
7615
7616#: builtin/grep.c:290
7617#, c-format
7618msgid "invalid number of threads specified (%d) for %s"
7619msgstr ""
7620
7621#: builtin/grep.c:763 builtin/grep.c:804
7622#, c-format
7623msgid "unable to read tree (%s)"
7624msgstr ""
7625
7626#: builtin/grep.c:823
7627#, c-format
7628msgid "unable to grep from object of type %s"
7629msgstr ""
7630
7631#: builtin/grep.c:887
7632#, c-format
7633msgid "switch `%c' expects a numerical value"
7634msgstr ""
7635
7636#: builtin/grep.c:973
7637msgid "search in index instead of in the work tree"
7638msgstr ""
7639
7640#: builtin/grep.c:975
7641msgid "find in contents not managed by git"
7642msgstr ""
7643
7644#: builtin/grep.c:977
7645msgid "search in both tracked and untracked files"
7646msgstr ""
7647
7648#: builtin/grep.c:979
7649msgid "ignore files specified via '.gitignore'"
7650msgstr ""
7651
7652#: builtin/grep.c:981
7653msgid "recursivley search in each submodule"
7654msgstr ""
7655
7656#: builtin/grep.c:983
7657msgid "basename"
7658msgstr ""
7659
7660#: builtin/grep.c:984
7661msgid "prepend parent project's basename to output"
7662msgstr ""
7663
7664#: builtin/grep.c:987
7665msgid "show non-matching lines"
7666msgstr ""
7667
7668#: builtin/grep.c:989
7669msgid "case insensitive matching"
7670msgstr ""
7671
7672#: builtin/grep.c:991
7673msgid "match patterns only at word boundaries"
7674msgstr ""
7675
7676#: builtin/grep.c:993
7677msgid "process binary files as text"
7678msgstr ""
7679
7680#: builtin/grep.c:995
7681msgid "don't match patterns in binary files"
7682msgstr ""
7683
7684#: builtin/grep.c:998
7685msgid "process binary files with textconv filters"
7686msgstr ""
7687
7688#: builtin/grep.c:1000
7689msgid "descend at most <depth> levels"
7690msgstr ""
7691
7692#: builtin/grep.c:1004
7693msgid "use extended POSIX regular expressions"
7694msgstr ""
7695
7696#: builtin/grep.c:1007
7697msgid "use basic POSIX regular expressions (default)"
7698msgstr ""
7699
7700#: builtin/grep.c:1010
7701msgid "interpret patterns as fixed strings"
7702msgstr ""
7703
7704#: builtin/grep.c:1013
7705msgid "use Perl-compatible regular expressions"
7706msgstr ""
7707
7708#: builtin/grep.c:1016
7709msgid "show line numbers"
7710msgstr ""
7711
7712#: builtin/grep.c:1017
7713msgid "don't show filenames"
7714msgstr ""
7715
7716#: builtin/grep.c:1018
7717msgid "show filenames"
7718msgstr ""
7719
7720#: builtin/grep.c:1020
7721msgid "show filenames relative to top directory"
7722msgstr ""
7723
7724#: builtin/grep.c:1022
7725msgid "show only filenames instead of matching lines"
7726msgstr ""
7727
7728#: builtin/grep.c:1024
7729msgid "synonym for --files-with-matches"
7730msgstr ""
7731
7732#: builtin/grep.c:1027
7733msgid "show only the names of files without match"
7734msgstr ""
7735
7736#: builtin/grep.c:1029
7737msgid "print NUL after filenames"
7738msgstr ""
7739
7740#: builtin/grep.c:1031
7741msgid "show the number of matches instead of matching lines"
7742msgstr ""
7743
7744#: builtin/grep.c:1032
7745msgid "highlight matches"
7746msgstr ""
7747
7748#: builtin/grep.c:1034
7749msgid "print empty line between matches from different files"
7750msgstr ""
7751
7752#: builtin/grep.c:1036
7753msgid "show filename only once above matches from same file"
7754msgstr ""
7755
7756#: builtin/grep.c:1039
7757msgid "show <n> context lines before and after matches"
7758msgstr ""
7759
7760#: builtin/grep.c:1042
7761msgid "show <n> context lines before matches"
7762msgstr ""
7763
7764#: builtin/grep.c:1044
7765msgid "show <n> context lines after matches"
7766msgstr ""
7767
7768#: builtin/grep.c:1046
7769msgid "use <n> worker threads"
7770msgstr ""
7771
7772#: builtin/grep.c:1047
7773msgid "shortcut for -C NUM"
7774msgstr ""
7775
7776#: builtin/grep.c:1050
7777msgid "show a line with the function name before matches"
7778msgstr ""
7779
7780#: builtin/grep.c:1052
7781msgid "show the surrounding function"
7782msgstr ""
7783
7784#: builtin/grep.c:1055
7785msgid "read patterns from file"
7786msgstr ""
7787
7788#: builtin/grep.c:1057
7789msgid "match <pattern>"
7790msgstr ""
7791
7792#: builtin/grep.c:1059
7793msgid "combine patterns specified with -e"
7794msgstr ""
7795
7796#: builtin/grep.c:1071
7797msgid "indicate hit with exit status without output"
7798msgstr ""
7799
7800#: builtin/grep.c:1073
7801msgid "show only matches from files that match all patterns"
7802msgstr ""
7803
7804#: builtin/grep.c:1075
7805msgid "show parse tree for grep expression"
7806msgstr ""
7807
7808#: builtin/grep.c:1079
7809msgid "pager"
7810msgstr ""
7811
7812#: builtin/grep.c:1079
7813msgid "show matching files in the pager"
7814msgstr ""
7815
7816#: builtin/grep.c:1082
7817msgid "allow calling of grep(1) (ignored by this build)"
7818msgstr ""
7819
7820#: builtin/grep.c:1146
7821msgid "no pattern given."
7822msgstr ""
7823
7824#: builtin/grep.c:1178 builtin/index-pack.c:1482
7825#, c-format
7826msgid "invalid number of threads specified (%d)"
7827msgstr ""
7828
7829#: builtin/grep.c:1215
7830msgid "--open-files-in-pager only works on the worktree"
7831msgstr ""
7832
7833#: builtin/grep.c:1238
7834msgid "option not supported with --recurse-submodules."
7835msgstr ""
7836
7837#: builtin/grep.c:1244
7838msgid "--cached or --untracked cannot be used with --no-index."
7839msgstr ""
7840
7841#: builtin/grep.c:1249
7842msgid "--no-index or --untracked cannot be used with revs."
7843msgstr ""
7844
7845#: builtin/grep.c:1252
7846msgid "--[no-]exclude-standard cannot be used for tracked contents."
7847msgstr ""
7848
7849#: builtin/grep.c:1260
7850msgid "both --cached and trees are given."
7851msgstr ""
7852
7853#: builtin/hash-object.c:81
7854msgid ""
7855"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
7856"[--] <file>..."
7857msgstr ""
7858
7859#: builtin/hash-object.c:82
7860msgid "git hash-object  --stdin-paths"
7861msgstr ""
7862
7863#: builtin/hash-object.c:94
7864msgid "type"
7865msgstr ""
7866
7867#: builtin/hash-object.c:94
7868msgid "object type"
7869msgstr ""
7870
7871#: builtin/hash-object.c:95
7872msgid "write the object into the object database"
7873msgstr ""
7874
7875#: builtin/hash-object.c:97
7876msgid "read the object from stdin"
7877msgstr ""
7878
7879#: builtin/hash-object.c:99
7880msgid "store file as is without filters"
7881msgstr ""
7882
7883#: builtin/hash-object.c:100
7884msgid ""
7885"just hash any random garbage to create corrupt objects for debugging Git"
7886msgstr ""
7887
7888#: builtin/hash-object.c:101
7889msgid "process file as it were from this path"
7890msgstr ""
7891
7892#: builtin/help.c:42
7893msgid "print all available commands"
7894msgstr ""
7895
7896#: builtin/help.c:43
7897msgid "exclude guides"
7898msgstr ""
7899
7900#: builtin/help.c:44
7901msgid "print list of useful guides"
7902msgstr ""
7903
7904#: builtin/help.c:45
7905msgid "show man page"
7906msgstr ""
7907
7908#: builtin/help.c:46
7909msgid "show manual in web browser"
7910msgstr ""
7911
7912#: builtin/help.c:48
7913msgid "show info page"
7914msgstr ""
7915
7916#: builtin/help.c:54
7917msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
7918msgstr ""
7919
7920#: builtin/help.c:66
7921#, c-format
7922msgid "unrecognized help format '%s'"
7923msgstr ""
7924
7925#: builtin/help.c:93
7926msgid "Failed to start emacsclient."
7927msgstr ""
7928
7929#: builtin/help.c:106
7930msgid "Failed to parse emacsclient version."
7931msgstr ""
7932
7933#: builtin/help.c:114
7934#, c-format
7935msgid "emacsclient version '%d' too old (< 22)."
7936msgstr ""
7937
7938#: builtin/help.c:132 builtin/help.c:153 builtin/help.c:162 builtin/help.c:170
7939#, c-format
7940msgid "failed to exec '%s'"
7941msgstr ""
7942
7943#: builtin/help.c:207
7944#, c-format
7945msgid ""
7946"'%s': path for unsupported man viewer.\n"
7947"Please consider using 'man.<tool>.cmd' instead."
7948msgstr ""
7949
7950#: builtin/help.c:219
7951#, c-format
7952msgid ""
7953"'%s': cmd for supported man viewer.\n"
7954"Please consider using 'man.<tool>.path' instead."
7955msgstr ""
7956
7957#: builtin/help.c:336
7958#, c-format
7959msgid "'%s': unknown man viewer."
7960msgstr ""
7961
7962#: builtin/help.c:353
7963msgid "no man viewer handled the request"
7964msgstr ""
7965
7966#: builtin/help.c:361
7967msgid "no info viewer handled the request"
7968msgstr ""
7969
7970#: builtin/help.c:403
7971msgid "Defining attributes per path"
7972msgstr ""
7973
7974#: builtin/help.c:404
7975msgid "Everyday Git With 20 Commands Or So"
7976msgstr ""
7977
7978#: builtin/help.c:405
7979msgid "A Git glossary"
7980msgstr ""
7981
7982#: builtin/help.c:406
7983msgid "Specifies intentionally untracked files to ignore"
7984msgstr ""
7985
7986#: builtin/help.c:407
7987msgid "Defining submodule properties"
7988msgstr ""
7989
7990#: builtin/help.c:408
7991msgid "Specifying revisions and ranges for Git"
7992msgstr ""
7993
7994#: builtin/help.c:409
7995msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
7996msgstr ""
7997
7998#: builtin/help.c:410
7999msgid "An overview of recommended workflows with Git"
8000msgstr ""
8001
8002#: builtin/help.c:422
8003msgid "The common Git guides are:\n"
8004msgstr ""
8005
8006#: builtin/help.c:440
8007#, c-format
8008msgid "`git %s' is aliased to `%s'"
8009msgstr ""
8010
8011#: builtin/help.c:462 builtin/help.c:479
8012#, c-format
8013msgid "usage: %s%s"
8014msgstr ""
8015
8016#: builtin/index-pack.c:154
8017#, c-format
8018msgid "unable to open %s"
8019msgstr ""
8020
8021#: builtin/index-pack.c:204
8022#, c-format
8023msgid "object type mismatch at %s"
8024msgstr ""
8025
8026#: builtin/index-pack.c:224
8027#, c-format
8028msgid "did not receive expected object %s"
8029msgstr ""
8030
8031#: builtin/index-pack.c:227
8032#, c-format
8033msgid "object %s: expected type %s, found %s"
8034msgstr ""
8035
8036#: builtin/index-pack.c:269
8037#, c-format
8038msgid "cannot fill %d byte"
8039msgid_plural "cannot fill %d bytes"
8040msgstr[0] ""
8041msgstr[1] ""
8042
8043#: builtin/index-pack.c:279
8044msgid "early EOF"
8045msgstr ""
8046
8047#: builtin/index-pack.c:280
8048msgid "read error on input"
8049msgstr ""
8050
8051#: builtin/index-pack.c:292
8052msgid "used more bytes than were available"
8053msgstr ""
8054
8055#: builtin/index-pack.c:299
8056msgid "pack too large for current definition of off_t"
8057msgstr ""
8058
8059#: builtin/index-pack.c:302 builtin/unpack-objects.c:92
8060msgid "pack exceeds maximum allowed size"
8061msgstr ""
8062
8063#: builtin/index-pack.c:317
8064#, c-format
8065msgid "unable to create '%s'"
8066msgstr ""
8067
8068#: builtin/index-pack.c:322
8069#, c-format
8070msgid "cannot open packfile '%s'"
8071msgstr ""
8072
8073#: builtin/index-pack.c:336
8074msgid "pack signature mismatch"
8075msgstr ""
8076
8077#: builtin/index-pack.c:338
8078#, c-format
8079msgid "pack version %<PRIu32> unsupported"
8080msgstr ""
8081
8082#: builtin/index-pack.c:356
8083#, c-format
8084msgid "pack has bad object at offset %<PRIuMAX>: %s"
8085msgstr ""
8086
8087#: builtin/index-pack.c:478
8088#, c-format
8089msgid "inflate returned %d"
8090msgstr ""
8091
8092#: builtin/index-pack.c:527
8093msgid "offset value overflow for delta base object"
8094msgstr ""
8095
8096#: builtin/index-pack.c:535
8097msgid "delta base offset is out of bound"
8098msgstr ""
8099
8100#: builtin/index-pack.c:543
8101#, c-format
8102msgid "unknown object type %d"
8103msgstr ""
8104
8105#: builtin/index-pack.c:574
8106msgid "cannot pread pack file"
8107msgstr ""
8108
8109#: builtin/index-pack.c:576
8110#, c-format
8111msgid "premature end of pack file, %<PRIuMAX> byte missing"
8112msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8113msgstr[0] ""
8114msgstr[1] ""
8115
8116#: builtin/index-pack.c:602
8117msgid "serious inflate inconsistency"
8118msgstr ""
8119
8120#: builtin/index-pack.c:748 builtin/index-pack.c:754 builtin/index-pack.c:777
8121#: builtin/index-pack.c:813 builtin/index-pack.c:822
8122#, c-format
8123msgid "SHA1 COLLISION FOUND WITH %s !"
8124msgstr ""
8125
8126#: builtin/index-pack.c:751 builtin/pack-objects.c:164
8127#: builtin/pack-objects.c:256
8128#, c-format
8129msgid "unable to read %s"
8130msgstr ""
8131
8132#: builtin/index-pack.c:819
8133#, c-format
8134msgid "cannot read existing object %s"
8135msgstr ""
8136
8137#: builtin/index-pack.c:833
8138#, c-format
8139msgid "invalid blob object %s"
8140msgstr ""
8141
8142#: builtin/index-pack.c:847
8143#, c-format
8144msgid "invalid %s"
8145msgstr ""
8146
8147#: builtin/index-pack.c:850
8148msgid "Error in object"
8149msgstr ""
8150
8151#: builtin/index-pack.c:852
8152#, c-format
8153msgid "Not all child objects of %s are reachable"
8154msgstr ""
8155
8156#: builtin/index-pack.c:924 builtin/index-pack.c:955
8157msgid "failed to apply delta"
8158msgstr ""
8159
8160#: builtin/index-pack.c:1125
8161msgid "Receiving objects"
8162msgstr ""
8163
8164#: builtin/index-pack.c:1125
8165msgid "Indexing objects"
8166msgstr ""
8167
8168#: builtin/index-pack.c:1157
8169msgid "pack is corrupted (SHA1 mismatch)"
8170msgstr ""
8171
8172#: builtin/index-pack.c:1162
8173msgid "cannot fstat packfile"
8174msgstr ""
8175
8176#: builtin/index-pack.c:1165
8177msgid "pack has junk at the end"
8178msgstr ""
8179
8180#: builtin/index-pack.c:1176
8181msgid "confusion beyond insanity in parse_pack_objects()"
8182msgstr ""
8183
8184#: builtin/index-pack.c:1199
8185msgid "Resolving deltas"
8186msgstr ""
8187
8188#: builtin/index-pack.c:1210
8189#, c-format
8190msgid "unable to create thread: %s"
8191msgstr ""
8192
8193#: builtin/index-pack.c:1252
8194msgid "confusion beyond insanity"
8195msgstr ""
8196
8197#: builtin/index-pack.c:1258
8198#, c-format
8199msgid "completed with %d local object"
8200msgid_plural "completed with %d local objects"
8201msgstr[0] ""
8202msgstr[1] ""
8203
8204#: builtin/index-pack.c:1270
8205#, c-format
8206msgid "Unexpected tail checksum for %s (disk corruption?)"
8207msgstr ""
8208
8209#: builtin/index-pack.c:1274
8210#, c-format
8211msgid "pack has %d unresolved delta"
8212msgid_plural "pack has %d unresolved deltas"
8213msgstr[0] ""
8214msgstr[1] ""
8215
8216#: builtin/index-pack.c:1298
8217#, c-format
8218msgid "unable to deflate appended object (%d)"
8219msgstr ""
8220
8221#: builtin/index-pack.c:1374
8222#, c-format
8223msgid "local object %s is corrupt"
8224msgstr ""
8225
8226#: builtin/index-pack.c:1398
8227msgid "error while closing pack file"
8228msgstr ""
8229
8230#: builtin/index-pack.c:1411
8231#, c-format
8232msgid "cannot write keep file '%s'"
8233msgstr ""
8234
8235#: builtin/index-pack.c:1419
8236#, c-format
8237msgid "cannot close written keep file '%s'"
8238msgstr ""
8239
8240#: builtin/index-pack.c:1432
8241msgid "cannot store pack file"
8242msgstr ""
8243
8244#: builtin/index-pack.c:1443
8245msgid "cannot store index file"
8246msgstr ""
8247
8248#: builtin/index-pack.c:1476
8249#, c-format
8250msgid "bad pack.indexversion=%<PRIu32>"
8251msgstr ""
8252
8253#: builtin/index-pack.c:1486 builtin/index-pack.c:1683
8254#, c-format
8255msgid "no threads support, ignoring %s"
8256msgstr ""
8257
8258#: builtin/index-pack.c:1544
8259#, c-format
8260msgid "Cannot open existing pack file '%s'"
8261msgstr ""
8262
8263#: builtin/index-pack.c:1546
8264#, c-format
8265msgid "Cannot open existing pack idx file for '%s'"
8266msgstr ""
8267
8268#: builtin/index-pack.c:1593
8269#, c-format
8270msgid "non delta: %d object"
8271msgid_plural "non delta: %d objects"
8272msgstr[0] ""
8273msgstr[1] ""
8274
8275#: builtin/index-pack.c:1600
8276#, c-format
8277msgid "chain length = %d: %lu object"
8278msgid_plural "chain length = %d: %lu objects"
8279msgstr[0] ""
8280msgstr[1] ""
8281
8282#: builtin/index-pack.c:1613
8283#, c-format
8284msgid "packfile name '%s' does not end with '.pack'"
8285msgstr ""
8286
8287#: builtin/index-pack.c:1695 builtin/index-pack.c:1698
8288#: builtin/index-pack.c:1714 builtin/index-pack.c:1718
8289#, c-format
8290msgid "bad %s"
8291msgstr ""
8292
8293#: builtin/index-pack.c:1734
8294msgid "--fix-thin cannot be used without --stdin"
8295msgstr ""
8296
8297#: builtin/index-pack.c:1736
8298msgid "--stdin requires a git repository"
8299msgstr ""
8300
8301#: builtin/index-pack.c:1744
8302msgid "--verify with no packfile name given"
8303msgstr ""
8304
8305#: builtin/init-db.c:54
8306#, c-format
8307msgid "cannot stat '%s'"
8308msgstr ""
8309
8310#: builtin/init-db.c:60
8311#, c-format
8312msgid "cannot stat template '%s'"
8313msgstr ""
8314
8315#: builtin/init-db.c:65
8316#, c-format
8317msgid "cannot opendir '%s'"
8318msgstr ""
8319
8320#: builtin/init-db.c:76
8321#, c-format
8322msgid "cannot readlink '%s'"
8323msgstr ""
8324
8325#: builtin/init-db.c:78
8326#, c-format
8327msgid "cannot symlink '%s' '%s'"
8328msgstr ""
8329
8330#: builtin/init-db.c:84
8331#, c-format
8332msgid "cannot copy '%s' to '%s'"
8333msgstr ""
8334
8335#: builtin/init-db.c:88
8336#, c-format
8337msgid "ignoring template %s"
8338msgstr ""
8339
8340#: builtin/init-db.c:119
8341#, c-format
8342msgid "templates not found %s"
8343msgstr ""
8344
8345#: builtin/init-db.c:134
8346#, c-format
8347msgid "not copying templates from '%s': %s"
8348msgstr ""
8349
8350#: builtin/init-db.c:327
8351#, c-format
8352msgid "unable to handle file type %d"
8353msgstr ""
8354
8355#: builtin/init-db.c:330
8356#, c-format
8357msgid "unable to move %s to %s"
8358msgstr ""
8359
8360#: builtin/init-db.c:347 builtin/init-db.c:350
8361#, c-format
8362msgid "%s already exists"
8363msgstr ""
8364
8365#: builtin/init-db.c:403
8366#, c-format
8367msgid "Reinitialized existing shared Git repository in %s%s\n"
8368msgstr ""
8369
8370#: builtin/init-db.c:404
8371#, c-format
8372msgid "Reinitialized existing Git repository in %s%s\n"
8373msgstr ""
8374
8375#: builtin/init-db.c:408
8376#, c-format
8377msgid "Initialized empty shared Git repository in %s%s\n"
8378msgstr ""
8379
8380#: builtin/init-db.c:409
8381#, c-format
8382msgid "Initialized empty Git repository in %s%s\n"
8383msgstr ""
8384
8385#: builtin/init-db.c:457
8386msgid ""
8387"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8388"shared[=<permissions>]] [<directory>]"
8389msgstr ""
8390
8391#: builtin/init-db.c:480
8392msgid "permissions"
8393msgstr ""
8394
8395#: builtin/init-db.c:481
8396msgid "specify that the git repository is to be shared amongst several users"
8397msgstr ""
8398
8399#: builtin/init-db.c:515 builtin/init-db.c:520
8400#, c-format
8401msgid "cannot mkdir %s"
8402msgstr ""
8403
8404#: builtin/init-db.c:524
8405#, c-format
8406msgid "cannot chdir to %s"
8407msgstr ""
8408
8409#: builtin/init-db.c:545
8410#, c-format
8411msgid ""
8412"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8413"dir=<directory>)"
8414msgstr ""
8415
8416#: builtin/init-db.c:573
8417#, c-format
8418msgid "Cannot access work tree '%s'"
8419msgstr ""
8420
8421#: builtin/interpret-trailers.c:15
8422msgid ""
8423"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8424"<token>[(=|:)<value>])...] [<file>...]"
8425msgstr ""
8426
8427#: builtin/interpret-trailers.c:26
8428msgid "edit files in place"
8429msgstr ""
8430
8431#: builtin/interpret-trailers.c:27
8432msgid "trim empty trailers"
8433msgstr ""
8434
8435#: builtin/interpret-trailers.c:28
8436msgid "trailer"
8437msgstr ""
8438
8439#: builtin/interpret-trailers.c:29
8440msgid "trailer(s) to add"
8441msgstr ""
8442
8443#: builtin/interpret-trailers.c:42
8444msgid "no input file given for in-place editing"
8445msgstr ""
8446
8447#: builtin/log.c:44
8448msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8449msgstr ""
8450
8451#: builtin/log.c:45
8452msgid "git show [<options>] <object>..."
8453msgstr ""
8454
8455#: builtin/log.c:84
8456#, c-format
8457msgid "invalid --decorate option: %s"
8458msgstr ""
8459
8460#: builtin/log.c:139
8461msgid "suppress diff output"
8462msgstr ""
8463
8464#: builtin/log.c:140
8465msgid "show source"
8466msgstr ""
8467
8468#: builtin/log.c:141
8469msgid "Use mail map file"
8470msgstr ""
8471
8472#: builtin/log.c:142
8473msgid "decorate options"
8474msgstr ""
8475
8476#: builtin/log.c:145
8477msgid "Process line range n,m in file, counting from 1"
8478msgstr ""
8479
8480#: builtin/log.c:241
8481#, c-format
8482msgid "Final output: %d %s\n"
8483msgstr ""
8484
8485#: builtin/log.c:486
8486#, c-format
8487msgid "git show %s: bad file"
8488msgstr ""
8489
8490#: builtin/log.c:500 builtin/log.c:594
8491#, c-format
8492msgid "Could not read object %s"
8493msgstr ""
8494
8495#: builtin/log.c:618
8496#, c-format
8497msgid "Unknown type: %d"
8498msgstr ""
8499
8500#: builtin/log.c:739
8501msgid "format.headers without value"
8502msgstr ""
8503
8504#: builtin/log.c:839
8505msgid "name of output directory is too long"
8506msgstr ""
8507
8508#: builtin/log.c:854
8509#, c-format
8510msgid "Cannot open patch file %s"
8511msgstr ""
8512
8513#: builtin/log.c:868
8514msgid "Need exactly one range."
8515msgstr ""
8516
8517#: builtin/log.c:878
8518msgid "Not a range."
8519msgstr ""
8520
8521#: builtin/log.c:984
8522msgid "Cover letter needs email format"
8523msgstr ""
8524
8525#: builtin/log.c:1063
8526#, c-format
8527msgid "insane in-reply-to: %s"
8528msgstr ""
8529
8530#: builtin/log.c:1091
8531msgid "git format-patch [<options>] [<since> | <revision-range>]"
8532msgstr ""
8533
8534#: builtin/log.c:1141
8535msgid "Two output directories?"
8536msgstr ""
8537
8538#: builtin/log.c:1248 builtin/log.c:1891 builtin/log.c:1893 builtin/log.c:1905
8539#, c-format
8540msgid "Unknown commit %s"
8541msgstr ""
8542
8543#: builtin/log.c:1258 builtin/notes.c:884 builtin/tag.c:476
8544#, c-format
8545msgid "Failed to resolve '%s' as a valid ref."
8546msgstr ""
8547
8548#: builtin/log.c:1263
8549msgid "Could not find exact merge base."
8550msgstr ""
8551
8552#: builtin/log.c:1267
8553msgid ""
8554"Failed to get upstream, if you want to record base commit automatically,\n"
8555"please use git branch --set-upstream-to to track a remote branch.\n"
8556"Or you could specify base commit by --base=<base-commit-id> manually."
8557msgstr ""
8558
8559#: builtin/log.c:1287
8560msgid "Failed to find exact merge base"
8561msgstr ""
8562
8563#: builtin/log.c:1298
8564msgid "base commit should be the ancestor of revision list"
8565msgstr ""
8566
8567#: builtin/log.c:1302
8568msgid "base commit shouldn't be in revision list"
8569msgstr ""
8570
8571#: builtin/log.c:1351
8572msgid "cannot get patch id"
8573msgstr ""
8574
8575#: builtin/log.c:1408
8576msgid "use [PATCH n/m] even with a single patch"
8577msgstr ""
8578
8579#: builtin/log.c:1411
8580msgid "use [PATCH] even with multiple patches"
8581msgstr ""
8582
8583#: builtin/log.c:1415
8584msgid "print patches to standard out"
8585msgstr ""
8586
8587#: builtin/log.c:1417
8588msgid "generate a cover letter"
8589msgstr ""
8590
8591#: builtin/log.c:1419
8592msgid "use simple number sequence for output file names"
8593msgstr ""
8594
8595#: builtin/log.c:1420
8596msgid "sfx"
8597msgstr ""
8598
8599#: builtin/log.c:1421
8600msgid "use <sfx> instead of '.patch'"
8601msgstr ""
8602
8603#: builtin/log.c:1423
8604msgid "start numbering patches at <n> instead of 1"
8605msgstr ""
8606
8607#: builtin/log.c:1425
8608msgid "mark the series as Nth re-roll"
8609msgstr ""
8610
8611#: builtin/log.c:1427
8612msgid "Use [RFC PATCH] instead of [PATCH]"
8613msgstr ""
8614
8615#: builtin/log.c:1430
8616msgid "Use [<prefix>] instead of [PATCH]"
8617msgstr ""
8618
8619#: builtin/log.c:1433
8620msgid "store resulting files in <dir>"
8621msgstr ""
8622
8623#: builtin/log.c:1436
8624msgid "don't strip/add [PATCH]"
8625msgstr ""
8626
8627#: builtin/log.c:1439
8628msgid "don't output binary diffs"
8629msgstr ""
8630
8631#: builtin/log.c:1441
8632msgid "output all-zero hash in From header"
8633msgstr ""
8634
8635#: builtin/log.c:1443
8636msgid "don't include a patch matching a commit upstream"
8637msgstr ""
8638
8639#: builtin/log.c:1445
8640msgid "show patch format instead of default (patch + stat)"
8641msgstr ""
8642
8643#: builtin/log.c:1447
8644msgid "Messaging"
8645msgstr ""
8646
8647#: builtin/log.c:1448
8648msgid "header"
8649msgstr ""
8650
8651#: builtin/log.c:1449
8652msgid "add email header"
8653msgstr ""
8654
8655#: builtin/log.c:1450 builtin/log.c:1452
8656msgid "email"
8657msgstr ""
8658
8659#: builtin/log.c:1450
8660msgid "add To: header"
8661msgstr ""
8662
8663#: builtin/log.c:1452
8664msgid "add Cc: header"
8665msgstr ""
8666
8667#: builtin/log.c:1454
8668msgid "ident"
8669msgstr ""
8670
8671#: builtin/log.c:1455
8672msgid "set From address to <ident> (or committer ident if absent)"
8673msgstr ""
8674
8675#: builtin/log.c:1457
8676msgid "message-id"
8677msgstr ""
8678
8679#: builtin/log.c:1458
8680msgid "make first mail a reply to <message-id>"
8681msgstr ""
8682
8683#: builtin/log.c:1459 builtin/log.c:1462
8684msgid "boundary"
8685msgstr ""
8686
8687#: builtin/log.c:1460
8688msgid "attach the patch"
8689msgstr ""
8690
8691#: builtin/log.c:1463
8692msgid "inline the patch"
8693msgstr ""
8694
8695#: builtin/log.c:1467
8696msgid "enable message threading, styles: shallow, deep"
8697msgstr ""
8698
8699#: builtin/log.c:1469
8700msgid "signature"
8701msgstr ""
8702
8703#: builtin/log.c:1470
8704msgid "add a signature"
8705msgstr ""
8706
8707#: builtin/log.c:1471
8708msgid "base-commit"
8709msgstr ""
8710
8711#: builtin/log.c:1472
8712msgid "add prerequisite tree info to the patch series"
8713msgstr ""
8714
8715#: builtin/log.c:1474
8716msgid "add a signature from a file"
8717msgstr ""
8718
8719#: builtin/log.c:1475
8720msgid "don't print the patch filenames"
8721msgstr ""
8722
8723#: builtin/log.c:1565
8724msgid "-n and -k are mutually exclusive."
8725msgstr ""
8726
8727#: builtin/log.c:1567
8728msgid "--subject-prefix/--rfc and -k are mutually exclusive."
8729msgstr ""
8730
8731#: builtin/log.c:1575
8732msgid "--name-only does not make sense"
8733msgstr ""
8734
8735#: builtin/log.c:1577
8736msgid "--name-status does not make sense"
8737msgstr ""
8738
8739#: builtin/log.c:1579
8740msgid "--check does not make sense"
8741msgstr ""
8742
8743#: builtin/log.c:1609
8744msgid "standard output, or directory, which one?"
8745msgstr ""
8746
8747#: builtin/log.c:1611
8748#, c-format
8749msgid "Could not create directory '%s'"
8750msgstr ""
8751
8752#: builtin/log.c:1705
8753#, c-format
8754msgid "unable to read signature file '%s'"
8755msgstr ""
8756
8757#: builtin/log.c:1777
8758msgid "Failed to create output files"
8759msgstr ""
8760
8761#: builtin/log.c:1826
8762msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
8763msgstr ""
8764
8765#: builtin/log.c:1880
8766#, c-format
8767msgid ""
8768"Could not find a tracked remote branch, please specify <upstream> manually.\n"
8769msgstr ""
8770
8771#: builtin/ls-files.c:460
8772msgid "git ls-files [<options>] [<file>...]"
8773msgstr ""
8774
8775#: builtin/ls-files.c:509
8776msgid "identify the file status with tags"
8777msgstr ""
8778
8779#: builtin/ls-files.c:511
8780msgid "use lowercase letters for 'assume unchanged' files"
8781msgstr ""
8782
8783#: builtin/ls-files.c:513
8784msgid "show cached files in the output (default)"
8785msgstr ""
8786
8787#: builtin/ls-files.c:515
8788msgid "show deleted files in the output"
8789msgstr ""
8790
8791#: builtin/ls-files.c:517
8792msgid "show modified files in the output"
8793msgstr ""
8794
8795#: builtin/ls-files.c:519
8796msgid "show other files in the output"
8797msgstr ""
8798
8799#: builtin/ls-files.c:521
8800msgid "show ignored files in the output"
8801msgstr ""
8802
8803#: builtin/ls-files.c:524
8804msgid "show staged contents' object name in the output"
8805msgstr ""
8806
8807#: builtin/ls-files.c:526
8808msgid "show files on the filesystem that need to be removed"
8809msgstr ""
8810
8811#: builtin/ls-files.c:528
8812msgid "show 'other' directories' names only"
8813msgstr ""
8814
8815#: builtin/ls-files.c:530
8816msgid "show line endings of files"
8817msgstr ""
8818
8819#: builtin/ls-files.c:532
8820msgid "don't show empty directories"
8821msgstr ""
8822
8823#: builtin/ls-files.c:535
8824msgid "show unmerged files in the output"
8825msgstr ""
8826
8827#: builtin/ls-files.c:537
8828msgid "show resolve-undo information"
8829msgstr ""
8830
8831#: builtin/ls-files.c:539
8832msgid "skip files matching pattern"
8833msgstr ""
8834
8835#: builtin/ls-files.c:542
8836msgid "exclude patterns are read from <file>"
8837msgstr ""
8838
8839#: builtin/ls-files.c:545
8840msgid "read additional per-directory exclude patterns in <file>"
8841msgstr ""
8842
8843#: builtin/ls-files.c:547
8844msgid "add the standard git exclusions"
8845msgstr ""
8846
8847#: builtin/ls-files.c:550
8848msgid "make the output relative to the project top directory"
8849msgstr ""
8850
8851#: builtin/ls-files.c:553
8852msgid "recurse through submodules"
8853msgstr ""
8854
8855#: builtin/ls-files.c:555
8856msgid "if any <file> is not in the index, treat this as an error"
8857msgstr ""
8858
8859#: builtin/ls-files.c:556
8860msgid "tree-ish"
8861msgstr ""
8862
8863#: builtin/ls-files.c:557
8864msgid "pretend that paths removed since <tree-ish> are still present"
8865msgstr ""
8866
8867#: builtin/ls-files.c:559
8868msgid "show debugging data"
8869msgstr ""
8870
8871#: builtin/ls-remote.c:7
8872msgid ""
8873"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
8874"                     [-q | --quiet] [--exit-code] [--get-url]\n"
8875"                     [--symref] [<repository> [<refs>...]]"
8876msgstr ""
8877
8878#: builtin/ls-remote.c:50
8879msgid "do not print remote URL"
8880msgstr ""
8881
8882#: builtin/ls-remote.c:51 builtin/ls-remote.c:53
8883msgid "exec"
8884msgstr ""
8885
8886#: builtin/ls-remote.c:52 builtin/ls-remote.c:54
8887msgid "path of git-upload-pack on the remote host"
8888msgstr ""
8889
8890#: builtin/ls-remote.c:56
8891msgid "limit to tags"
8892msgstr ""
8893
8894#: builtin/ls-remote.c:57
8895msgid "limit to heads"
8896msgstr ""
8897
8898#: builtin/ls-remote.c:58
8899msgid "do not show peeled tags"
8900msgstr ""
8901
8902#: builtin/ls-remote.c:60
8903msgid "take url.<base>.insteadOf into account"
8904msgstr ""
8905
8906#: builtin/ls-remote.c:62
8907msgid "exit with exit code 2 if no matching refs are found"
8908msgstr ""
8909
8910#: builtin/ls-remote.c:64
8911msgid "show underlying ref in addition to the object pointed by it"
8912msgstr ""
8913
8914#: builtin/ls-tree.c:28
8915msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
8916msgstr ""
8917
8918#: builtin/ls-tree.c:126
8919msgid "only show trees"
8920msgstr ""
8921
8922#: builtin/ls-tree.c:128
8923msgid "recurse into subtrees"
8924msgstr ""
8925
8926#: builtin/ls-tree.c:130
8927msgid "show trees when recursing"
8928msgstr ""
8929
8930#: builtin/ls-tree.c:133
8931msgid "terminate entries with NUL byte"
8932msgstr ""
8933
8934#: builtin/ls-tree.c:134
8935msgid "include object size"
8936msgstr ""
8937
8938#: builtin/ls-tree.c:136 builtin/ls-tree.c:138
8939msgid "list only filenames"
8940msgstr ""
8941
8942#: builtin/ls-tree.c:141
8943msgid "use full path names"
8944msgstr ""
8945
8946#: builtin/ls-tree.c:143
8947msgid "list entire tree; not just current directory (implies --full-name)"
8948msgstr ""
8949
8950#: builtin/merge.c:46
8951msgid "git merge [<options>] [<commit>...]"
8952msgstr ""
8953
8954#: builtin/merge.c:47
8955msgid "git merge [<options>] <msg> HEAD <commit>"
8956msgstr ""
8957
8958#: builtin/merge.c:48
8959msgid "git merge --abort"
8960msgstr ""
8961
8962#: builtin/merge.c:49
8963msgid "git merge --continue"
8964msgstr ""
8965
8966#: builtin/merge.c:104
8967msgid "switch `m' requires a value"
8968msgstr ""
8969
8970#: builtin/merge.c:141
8971#, c-format
8972msgid "Could not find merge strategy '%s'.\n"
8973msgstr ""
8974
8975#: builtin/merge.c:142
8976#, c-format
8977msgid "Available strategies are:"
8978msgstr ""
8979
8980#: builtin/merge.c:147
8981#, c-format
8982msgid "Available custom strategies are:"
8983msgstr ""
8984
8985#: builtin/merge.c:197 builtin/pull.c:127
8986msgid "do not show a diffstat at the end of the merge"
8987msgstr ""
8988
8989#: builtin/merge.c:200 builtin/pull.c:130
8990msgid "show a diffstat at the end of the merge"
8991msgstr ""
8992
8993#: builtin/merge.c:201 builtin/pull.c:133
8994msgid "(synonym to --stat)"
8995msgstr ""
8996
8997#: builtin/merge.c:203 builtin/pull.c:136
8998msgid "add (at most <n>) entries from shortlog to merge commit message"
8999msgstr ""
9000
9001#: builtin/merge.c:206 builtin/pull.c:139
9002msgid "create a single commit instead of doing a merge"
9003msgstr ""
9004
9005#: builtin/merge.c:208 builtin/pull.c:142
9006msgid "perform a commit if the merge succeeds (default)"
9007msgstr ""
9008
9009#: builtin/merge.c:210 builtin/pull.c:145
9010msgid "edit message before committing"
9011msgstr ""
9012
9013#: builtin/merge.c:211
9014msgid "allow fast-forward (default)"
9015msgstr ""
9016
9017#: builtin/merge.c:213 builtin/pull.c:151
9018msgid "abort if fast-forward is not possible"
9019msgstr ""
9020
9021#: builtin/merge.c:217 builtin/pull.c:154
9022msgid "verify that the named commit has a valid GPG signature"
9023msgstr ""
9024
9025#: builtin/merge.c:218 builtin/notes.c:774 builtin/pull.c:158
9026#: builtin/revert.c:89
9027msgid "strategy"
9028msgstr ""
9029
9030#: builtin/merge.c:219 builtin/pull.c:159
9031msgid "merge strategy to use"
9032msgstr ""
9033
9034#: builtin/merge.c:220 builtin/pull.c:162
9035msgid "option=value"
9036msgstr ""
9037
9038#: builtin/merge.c:221 builtin/pull.c:163
9039msgid "option for selected merge strategy"
9040msgstr ""
9041
9042#: builtin/merge.c:223
9043msgid "merge commit message (for a non-fast-forward merge)"
9044msgstr ""
9045
9046#: builtin/merge.c:227
9047msgid "abort the current in-progress merge"
9048msgstr ""
9049
9050#: builtin/merge.c:229
9051msgid "continue the current in-progress merge"
9052msgstr ""
9053
9054#: builtin/merge.c:231 builtin/pull.c:170
9055msgid "allow merging unrelated histories"
9056msgstr ""
9057
9058#: builtin/merge.c:259
9059msgid "could not run stash."
9060msgstr ""
9061
9062#: builtin/merge.c:264
9063msgid "stash failed"
9064msgstr ""
9065
9066#: builtin/merge.c:269
9067#, c-format
9068msgid "not a valid object: %s"
9069msgstr ""
9070
9071#: builtin/merge.c:288 builtin/merge.c:305
9072msgid "read-tree failed"
9073msgstr ""
9074
9075#: builtin/merge.c:335
9076msgid " (nothing to squash)"
9077msgstr ""
9078
9079#: builtin/merge.c:346
9080#, c-format
9081msgid "Squash commit -- not updating HEAD\n"
9082msgstr ""
9083
9084#: builtin/merge.c:396
9085#, c-format
9086msgid "No merge message -- not updating HEAD\n"
9087msgstr ""
9088
9089#: builtin/merge.c:447
9090#, c-format
9091msgid "'%s' does not point to a commit"
9092msgstr ""
9093
9094#: builtin/merge.c:537
9095#, c-format
9096msgid "Bad branch.%s.mergeoptions string: %s"
9097msgstr ""
9098
9099#: builtin/merge.c:656
9100msgid "Not handling anything other than two heads merge."
9101msgstr ""
9102
9103#: builtin/merge.c:670
9104#, c-format
9105msgid "Unknown option for merge-recursive: -X%s"
9106msgstr ""
9107
9108#: builtin/merge.c:685
9109#, c-format
9110msgid "unable to write %s"
9111msgstr ""
9112
9113#: builtin/merge.c:737
9114#, c-format
9115msgid "Could not read from '%s'"
9116msgstr ""
9117
9118#: builtin/merge.c:746
9119#, c-format
9120msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9121msgstr ""
9122
9123#: builtin/merge.c:752
9124#, c-format
9125msgid ""
9126"Please enter a commit message to explain why this merge is necessary,\n"
9127"especially if it merges an updated upstream into a topic branch.\n"
9128"\n"
9129"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9130"the commit.\n"
9131msgstr ""
9132
9133#: builtin/merge.c:776
9134msgid "Empty commit message."
9135msgstr ""
9136
9137#: builtin/merge.c:796
9138#, c-format
9139msgid "Wonderful.\n"
9140msgstr ""
9141
9142#: builtin/merge.c:851
9143#, c-format
9144msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9145msgstr ""
9146
9147#: builtin/merge.c:867
9148#, c-format
9149msgid "'%s' is not a commit"
9150msgstr ""
9151
9152#: builtin/merge.c:908
9153msgid "No current branch."
9154msgstr ""
9155
9156#: builtin/merge.c:910
9157msgid "No remote for the current branch."
9158msgstr ""
9159
9160#: builtin/merge.c:912
9161msgid "No default upstream defined for the current branch."
9162msgstr ""
9163
9164#: builtin/merge.c:917
9165#, c-format
9166msgid "No remote-tracking branch for %s from %s"
9167msgstr ""
9168
9169#: builtin/merge.c:964
9170#, c-format
9171msgid "Bad value '%s' in environment '%s'"
9172msgstr ""
9173
9174#: builtin/merge.c:1038
9175#, c-format
9176msgid "could not close '%s'"
9177msgstr ""
9178
9179#: builtin/merge.c:1065
9180#, c-format
9181msgid "not something we can merge in %s: %s"
9182msgstr ""
9183
9184#: builtin/merge.c:1099
9185msgid "not something we can merge"
9186msgstr ""
9187
9188#: builtin/merge.c:1167
9189msgid "--abort expects no arguments"
9190msgstr ""
9191
9192#: builtin/merge.c:1171
9193msgid "There is no merge to abort (MERGE_HEAD missing)."
9194msgstr ""
9195
9196#: builtin/merge.c:1183
9197msgid "--continue expects no arguments"
9198msgstr ""
9199
9200#: builtin/merge.c:1187
9201msgid "There is no merge in progress (MERGE_HEAD missing)."
9202msgstr ""
9203
9204#: builtin/merge.c:1203
9205msgid ""
9206"You have not concluded your merge (MERGE_HEAD exists).\n"
9207"Please, commit your changes before you merge."
9208msgstr ""
9209
9210#: builtin/merge.c:1210
9211msgid ""
9212"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9213"Please, commit your changes before you merge."
9214msgstr ""
9215
9216#: builtin/merge.c:1213
9217msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9218msgstr ""
9219
9220#: builtin/merge.c:1222
9221msgid "You cannot combine --squash with --no-ff."
9222msgstr ""
9223
9224#: builtin/merge.c:1230
9225msgid "No commit specified and merge.defaultToUpstream not set."
9226msgstr ""
9227
9228#: builtin/merge.c:1247
9229msgid "Squash commit into empty head not supported yet"
9230msgstr ""
9231
9232#: builtin/merge.c:1249
9233msgid "Non-fast-forward commit does not make sense into an empty head"
9234msgstr ""
9235
9236#: builtin/merge.c:1254
9237#, c-format
9238msgid "%s - not something we can merge"
9239msgstr ""
9240
9241#: builtin/merge.c:1256
9242msgid "Can merge only exactly one commit into empty head"
9243msgstr ""
9244
9245#: builtin/merge.c:1312
9246#, c-format
9247msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9248msgstr ""
9249
9250#: builtin/merge.c:1315
9251#, c-format
9252msgid "Commit %s has a bad GPG signature allegedly by %s."
9253msgstr ""
9254
9255#: builtin/merge.c:1318
9256#, c-format
9257msgid "Commit %s does not have a GPG signature."
9258msgstr ""
9259
9260#: builtin/merge.c:1321
9261#, c-format
9262msgid "Commit %s has a good GPG signature by %s\n"
9263msgstr ""
9264
9265#: builtin/merge.c:1383
9266msgid "refusing to merge unrelated histories"
9267msgstr ""
9268
9269#: builtin/merge.c:1392
9270msgid "Already up-to-date."
9271msgstr ""
9272
9273#: builtin/merge.c:1402
9274#, c-format
9275msgid "Updating %s..%s\n"
9276msgstr ""
9277
9278#: builtin/merge.c:1443
9279#, c-format
9280msgid "Trying really trivial in-index merge...\n"
9281msgstr ""
9282
9283#: builtin/merge.c:1450
9284#, c-format
9285msgid "Nope.\n"
9286msgstr ""
9287
9288#: builtin/merge.c:1475
9289msgid "Already up-to-date. Yeeah!"
9290msgstr ""
9291
9292#: builtin/merge.c:1481
9293msgid "Not possible to fast-forward, aborting."
9294msgstr ""
9295
9296#: builtin/merge.c:1504 builtin/merge.c:1583
9297#, c-format
9298msgid "Rewinding the tree to pristine...\n"
9299msgstr ""
9300
9301#: builtin/merge.c:1508
9302#, c-format
9303msgid "Trying merge strategy %s...\n"
9304msgstr ""
9305
9306#: builtin/merge.c:1574
9307#, c-format
9308msgid "No merge strategy handled the merge.\n"
9309msgstr ""
9310
9311#: builtin/merge.c:1576
9312#, c-format
9313msgid "Merge with strategy %s failed.\n"
9314msgstr ""
9315
9316#: builtin/merge.c:1585
9317#, c-format
9318msgid "Using the %s to prepare resolving by hand.\n"
9319msgstr ""
9320
9321#: builtin/merge.c:1597
9322#, c-format
9323msgid "Automatic merge went well; stopped before committing as requested\n"
9324msgstr ""
9325
9326#: builtin/merge-base.c:29
9327msgid "git merge-base [-a | --all] <commit> <commit>..."
9328msgstr ""
9329
9330#: builtin/merge-base.c:30
9331msgid "git merge-base [-a | --all] --octopus <commit>..."
9332msgstr ""
9333
9334#: builtin/merge-base.c:31
9335msgid "git merge-base --independent <commit>..."
9336msgstr ""
9337
9338#: builtin/merge-base.c:32
9339msgid "git merge-base --is-ancestor <commit> <commit>"
9340msgstr ""
9341
9342#: builtin/merge-base.c:33
9343msgid "git merge-base --fork-point <ref> [<commit>]"
9344msgstr ""
9345
9346#: builtin/merge-base.c:217
9347msgid "output all common ancestors"
9348msgstr ""
9349
9350#: builtin/merge-base.c:219
9351msgid "find ancestors for a single n-way merge"
9352msgstr ""
9353
9354#: builtin/merge-base.c:221
9355msgid "list revs not reachable from others"
9356msgstr ""
9357
9358#: builtin/merge-base.c:223
9359msgid "is the first one ancestor of the other?"
9360msgstr ""
9361
9362#: builtin/merge-base.c:225
9363msgid "find where <commit> forked from reflog of <ref>"
9364msgstr ""
9365
9366#: builtin/merge-file.c:8
9367msgid ""
9368"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9369"<orig-file> <file2>"
9370msgstr ""
9371
9372#: builtin/merge-file.c:33
9373msgid "send results to standard output"
9374msgstr ""
9375
9376#: builtin/merge-file.c:34
9377msgid "use a diff3 based merge"
9378msgstr ""
9379
9380#: builtin/merge-file.c:35
9381msgid "for conflicts, use our version"
9382msgstr ""
9383
9384#: builtin/merge-file.c:37
9385msgid "for conflicts, use their version"
9386msgstr ""
9387
9388#: builtin/merge-file.c:39
9389msgid "for conflicts, use a union version"
9390msgstr ""
9391
9392#: builtin/merge-file.c:42
9393msgid "for conflicts, use this marker size"
9394msgstr ""
9395
9396#: builtin/merge-file.c:43
9397msgid "do not warn about conflicts"
9398msgstr ""
9399
9400#: builtin/merge-file.c:45
9401msgid "set labels for file1/orig-file/file2"
9402msgstr ""
9403
9404#: builtin/merge-recursive.c:45
9405#, c-format
9406msgid "unknown option %s"
9407msgstr ""
9408
9409#: builtin/merge-recursive.c:51
9410#, c-format
9411msgid "could not parse object '%s'"
9412msgstr ""
9413
9414#: builtin/merge-recursive.c:55
9415#, c-format
9416msgid "cannot handle more than %d base. Ignoring %s."
9417msgid_plural "cannot handle more than %d bases. Ignoring %s."
9418msgstr[0] ""
9419msgstr[1] ""
9420
9421#: builtin/merge-recursive.c:63
9422msgid "not handling anything other than two heads merge."
9423msgstr ""
9424
9425#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9426#, c-format
9427msgid "could not resolve ref '%s'"
9428msgstr ""
9429
9430#: builtin/merge-recursive.c:77
9431#, c-format
9432msgid "Merging %s with %s\n"
9433msgstr ""
9434
9435#: builtin/mktree.c:65
9436msgid "git mktree [-z] [--missing] [--batch]"
9437msgstr ""
9438
9439#: builtin/mktree.c:152
9440msgid "input is NUL terminated"
9441msgstr ""
9442
9443#: builtin/mktree.c:153 builtin/write-tree.c:24
9444msgid "allow missing objects"
9445msgstr ""
9446
9447#: builtin/mktree.c:154
9448msgid "allow creation of more than one tree"
9449msgstr ""
9450
9451#: builtin/mv.c:16
9452msgid "git mv [<options>] <source>... <destination>"
9453msgstr ""
9454
9455#: builtin/mv.c:82
9456#, c-format
9457msgid "Directory %s is in index and no submodule?"
9458msgstr ""
9459
9460#: builtin/mv.c:84 builtin/rm.c:290
9461msgid "Please stage your changes to .gitmodules or stash them to proceed"
9462msgstr ""
9463
9464#: builtin/mv.c:102
9465#, c-format
9466msgid "%.*s is in index"
9467msgstr ""
9468
9469#: builtin/mv.c:124
9470msgid "force move/rename even if target exists"
9471msgstr ""
9472
9473#: builtin/mv.c:125
9474msgid "skip move/rename errors"
9475msgstr ""
9476
9477#: builtin/mv.c:167
9478#, c-format
9479msgid "destination '%s' is not a directory"
9480msgstr ""
9481
9482#: builtin/mv.c:178
9483#, c-format
9484msgid "Checking rename of '%s' to '%s'\n"
9485msgstr ""
9486
9487#: builtin/mv.c:182
9488msgid "bad source"
9489msgstr ""
9490
9491#: builtin/mv.c:185
9492msgid "can not move directory into itself"
9493msgstr ""
9494
9495#: builtin/mv.c:188
9496msgid "cannot move directory over file"
9497msgstr ""
9498
9499#: builtin/mv.c:197
9500msgid "source directory is empty"
9501msgstr ""
9502
9503#: builtin/mv.c:222
9504msgid "not under version control"
9505msgstr ""
9506
9507#: builtin/mv.c:225
9508msgid "destination exists"
9509msgstr ""
9510
9511#: builtin/mv.c:233
9512#, c-format
9513msgid "overwriting '%s'"
9514msgstr ""
9515
9516#: builtin/mv.c:236
9517msgid "Cannot overwrite"
9518msgstr ""
9519
9520#: builtin/mv.c:239
9521msgid "multiple sources for the same target"
9522msgstr ""
9523
9524#: builtin/mv.c:241
9525msgid "destination directory does not exist"
9526msgstr ""
9527
9528#: builtin/mv.c:248
9529#, c-format
9530msgid "%s, source=%s, destination=%s"
9531msgstr ""
9532
9533#: builtin/mv.c:269
9534#, c-format
9535msgid "Renaming %s to %s\n"
9536msgstr ""
9537
9538#: builtin/mv.c:275 builtin/remote.c:710 builtin/repack.c:384
9539#, c-format
9540msgid "renaming '%s' failed"
9541msgstr ""
9542
9543#: builtin/name-rev.c:257
9544msgid "git name-rev [<options>] <commit>..."
9545msgstr ""
9546
9547#: builtin/name-rev.c:258
9548msgid "git name-rev [<options>] --all"
9549msgstr ""
9550
9551#: builtin/name-rev.c:259
9552msgid "git name-rev [<options>] --stdin"
9553msgstr ""
9554
9555#: builtin/name-rev.c:311
9556msgid "print only names (no SHA-1)"
9557msgstr ""
9558
9559#: builtin/name-rev.c:312
9560msgid "only use tags to name the commits"
9561msgstr ""
9562
9563#: builtin/name-rev.c:314
9564msgid "only use refs matching <pattern>"
9565msgstr ""
9566
9567#: builtin/name-rev.c:316
9568msgid "list all commits reachable from all refs"
9569msgstr ""
9570
9571#: builtin/name-rev.c:317
9572msgid "read from stdin"
9573msgstr ""
9574
9575#: builtin/name-rev.c:318
9576msgid "allow to print `undefined` names (default)"
9577msgstr ""
9578
9579#: builtin/name-rev.c:324
9580msgid "dereference tags in the input (internal use)"
9581msgstr ""
9582
9583#: builtin/notes.c:25
9584msgid "git notes [--ref <notes-ref>] [list [<object>]]"
9585msgstr ""
9586
9587#: builtin/notes.c:26
9588msgid ""
9589"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
9590"| (-c | -C) <object>] [<object>]"
9591msgstr ""
9592
9593#: builtin/notes.c:27
9594msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
9595msgstr ""
9596
9597#: builtin/notes.c:28
9598msgid ""
9599"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
9600"(-c | -C) <object>] [<object>]"
9601msgstr ""
9602
9603#: builtin/notes.c:29
9604msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
9605msgstr ""
9606
9607#: builtin/notes.c:30
9608msgid "git notes [--ref <notes-ref>] show [<object>]"
9609msgstr ""
9610
9611#: builtin/notes.c:31
9612msgid ""
9613"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
9614msgstr ""
9615
9616#: builtin/notes.c:32
9617msgid "git notes merge --commit [-v | -q]"
9618msgstr ""
9619
9620#: builtin/notes.c:33
9621msgid "git notes merge --abort [-v | -q]"
9622msgstr ""
9623
9624#: builtin/notes.c:34
9625msgid "git notes [--ref <notes-ref>] remove [<object>...]"
9626msgstr ""
9627
9628#: builtin/notes.c:35
9629msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
9630msgstr ""
9631
9632#: builtin/notes.c:36
9633msgid "git notes [--ref <notes-ref>] get-ref"
9634msgstr ""
9635
9636#: builtin/notes.c:41
9637msgid "git notes [list [<object>]]"
9638msgstr ""
9639
9640#: builtin/notes.c:46
9641msgid "git notes add [<options>] [<object>]"
9642msgstr ""
9643
9644#: builtin/notes.c:51
9645msgid "git notes copy [<options>] <from-object> <to-object>"
9646msgstr ""
9647
9648#: builtin/notes.c:52
9649msgid "git notes copy --stdin [<from-object> <to-object>]..."
9650msgstr ""
9651
9652#: builtin/notes.c:57
9653msgid "git notes append [<options>] [<object>]"
9654msgstr ""
9655
9656#: builtin/notes.c:62
9657msgid "git notes edit [<object>]"
9658msgstr ""
9659
9660#: builtin/notes.c:67
9661msgid "git notes show [<object>]"
9662msgstr ""
9663
9664#: builtin/notes.c:72
9665msgid "git notes merge [<options>] <notes-ref>"
9666msgstr ""
9667
9668#: builtin/notes.c:73
9669msgid "git notes merge --commit [<options>]"
9670msgstr ""
9671
9672#: builtin/notes.c:74
9673msgid "git notes merge --abort [<options>]"
9674msgstr ""
9675
9676#: builtin/notes.c:79
9677msgid "git notes remove [<object>]"
9678msgstr ""
9679
9680#: builtin/notes.c:84
9681msgid "git notes prune [<options>]"
9682msgstr ""
9683
9684#: builtin/notes.c:89
9685msgid "git notes get-ref"
9686msgstr ""
9687
9688#: builtin/notes.c:94
9689msgid "Write/edit the notes for the following object:"
9690msgstr ""
9691
9692#: builtin/notes.c:147
9693#, c-format
9694msgid "unable to start 'show' for object '%s'"
9695msgstr ""
9696
9697#: builtin/notes.c:151
9698msgid "could not read 'show' output"
9699msgstr ""
9700
9701#: builtin/notes.c:159
9702#, c-format
9703msgid "failed to finish 'show' for object '%s'"
9704msgstr ""
9705
9706#: builtin/notes.c:194
9707msgid "please supply the note contents using either -m or -F option"
9708msgstr ""
9709
9710#: builtin/notes.c:203
9711msgid "unable to write note object"
9712msgstr ""
9713
9714#: builtin/notes.c:205
9715#, c-format
9716msgid "the note contents have been left in %s"
9717msgstr ""
9718
9719#: builtin/notes.c:233 builtin/tag.c:460
9720#, c-format
9721msgid "cannot read '%s'"
9722msgstr ""
9723
9724#: builtin/notes.c:235 builtin/tag.c:463
9725#, c-format
9726msgid "could not open or read '%s'"
9727msgstr ""
9728
9729#: builtin/notes.c:254 builtin/notes.c:305 builtin/notes.c:307
9730#: builtin/notes.c:372 builtin/notes.c:427 builtin/notes.c:513
9731#: builtin/notes.c:518 builtin/notes.c:596 builtin/notes.c:659
9732#, c-format
9733msgid "failed to resolve '%s' as a valid ref."
9734msgstr ""
9735
9736#: builtin/notes.c:257
9737#, c-format
9738msgid "failed to read object '%s'."
9739msgstr ""
9740
9741#: builtin/notes.c:261
9742#, c-format
9743msgid "cannot read note data from non-blob object '%s'."
9744msgstr ""
9745
9746#: builtin/notes.c:301
9747#, c-format
9748msgid "malformed input line: '%s'."
9749msgstr ""
9750
9751#: builtin/notes.c:316
9752#, c-format
9753msgid "failed to copy notes from '%s' to '%s'"
9754msgstr ""
9755
9756#. TRANSLATORS: the first %s will be replaced by a
9757#. git notes command: 'add', 'merge', 'remove', etc.
9758#: builtin/notes.c:345
9759#, c-format
9760msgid "refusing to %s notes in %s (outside of refs/notes/)"
9761msgstr ""
9762
9763#: builtin/notes.c:365 builtin/notes.c:420 builtin/notes.c:496
9764#: builtin/notes.c:508 builtin/notes.c:584 builtin/notes.c:652
9765#: builtin/notes.c:802 builtin/notes.c:949 builtin/notes.c:970
9766msgid "too many parameters"
9767msgstr ""
9768
9769#: builtin/notes.c:378 builtin/notes.c:665
9770#, c-format
9771msgid "no note found for object %s."
9772msgstr ""
9773
9774#: builtin/notes.c:399 builtin/notes.c:562
9775msgid "note contents as a string"
9776msgstr ""
9777
9778#: builtin/notes.c:402 builtin/notes.c:565
9779msgid "note contents in a file"
9780msgstr ""
9781
9782#: builtin/notes.c:405 builtin/notes.c:568
9783msgid "reuse and edit specified note object"
9784msgstr ""
9785
9786#: builtin/notes.c:408 builtin/notes.c:571
9787msgid "reuse specified note object"
9788msgstr ""
9789
9790#: builtin/notes.c:411 builtin/notes.c:574
9791msgid "allow storing empty note"
9792msgstr ""
9793
9794#: builtin/notes.c:412 builtin/notes.c:483
9795msgid "replace existing notes"
9796msgstr ""
9797
9798#: builtin/notes.c:437
9799#, c-format
9800msgid ""
9801"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
9802"existing notes"
9803msgstr ""
9804
9805#: builtin/notes.c:452 builtin/notes.c:531
9806#, c-format
9807msgid "Overwriting existing notes for object %s\n"
9808msgstr ""
9809
9810#: builtin/notes.c:463 builtin/notes.c:624 builtin/notes.c:889
9811#, c-format
9812msgid "Removing note for object %s\n"
9813msgstr ""
9814
9815#: builtin/notes.c:484
9816msgid "read objects from stdin"
9817msgstr ""
9818
9819#: builtin/notes.c:486
9820msgid "load rewriting config for <command> (implies --stdin)"
9821msgstr ""
9822
9823#: builtin/notes.c:504
9824msgid "too few parameters"
9825msgstr ""
9826
9827#: builtin/notes.c:525
9828#, c-format
9829msgid ""
9830"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
9831"existing notes"
9832msgstr ""
9833
9834#: builtin/notes.c:537
9835#, c-format
9836msgid "missing notes on source object %s. Cannot copy."
9837msgstr ""
9838
9839#: builtin/notes.c:589
9840#, c-format
9841msgid ""
9842"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
9843"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
9844msgstr ""
9845
9846#: builtin/notes.c:685
9847msgid "failed to delete ref NOTES_MERGE_PARTIAL"
9848msgstr ""
9849
9850#: builtin/notes.c:687
9851msgid "failed to delete ref NOTES_MERGE_REF"
9852msgstr ""
9853
9854#: builtin/notes.c:689
9855msgid "failed to remove 'git notes merge' worktree"
9856msgstr ""
9857
9858#: builtin/notes.c:709
9859msgid "failed to read ref NOTES_MERGE_PARTIAL"
9860msgstr ""
9861
9862#: builtin/notes.c:711
9863msgid "could not find commit from NOTES_MERGE_PARTIAL."
9864msgstr ""
9865
9866#: builtin/notes.c:713
9867msgid "could not parse commit from NOTES_MERGE_PARTIAL."
9868msgstr ""
9869
9870#: builtin/notes.c:726
9871msgid "failed to resolve NOTES_MERGE_REF"
9872msgstr ""
9873
9874#: builtin/notes.c:729
9875msgid "failed to finalize notes merge"
9876msgstr ""
9877
9878#: builtin/notes.c:755
9879#, c-format
9880msgid "unknown notes merge strategy %s"
9881msgstr ""
9882
9883#: builtin/notes.c:771
9884msgid "General options"
9885msgstr ""
9886
9887#: builtin/notes.c:773
9888msgid "Merge options"
9889msgstr ""
9890
9891#: builtin/notes.c:775
9892msgid ""
9893"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
9894"cat_sort_uniq)"
9895msgstr ""
9896
9897#: builtin/notes.c:777
9898msgid "Committing unmerged notes"
9899msgstr ""
9900
9901#: builtin/notes.c:779
9902msgid "finalize notes merge by committing unmerged notes"
9903msgstr ""
9904
9905#: builtin/notes.c:781
9906msgid "Aborting notes merge resolution"
9907msgstr ""
9908
9909#: builtin/notes.c:783
9910msgid "abort notes merge"
9911msgstr ""
9912
9913#: builtin/notes.c:794
9914msgid "cannot mix --commit, --abort or -s/--strategy"
9915msgstr ""
9916
9917#: builtin/notes.c:799
9918msgid "must specify a notes ref to merge"
9919msgstr ""
9920
9921#: builtin/notes.c:823
9922#, c-format
9923msgid "unknown -s/--strategy: %s"
9924msgstr ""
9925
9926#: builtin/notes.c:860
9927#, c-format
9928msgid "a notes merge into %s is already in-progress at %s"
9929msgstr ""
9930
9931#: builtin/notes.c:863
9932#, c-format
9933msgid "failed to store link to current notes ref (%s)"
9934msgstr ""
9935
9936#: builtin/notes.c:865
9937#, c-format
9938msgid ""
9939"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
9940"'git notes merge --commit', or abort the merge with 'git notes merge --"
9941"abort'.\n"
9942msgstr ""
9943
9944#: builtin/notes.c:887
9945#, c-format
9946msgid "Object %s has no note\n"
9947msgstr ""
9948
9949#: builtin/notes.c:899
9950msgid "attempt to remove non-existent note is not an error"
9951msgstr ""
9952
9953#: builtin/notes.c:902
9954msgid "read object names from the standard input"
9955msgstr ""
9956
9957#: builtin/notes.c:940 builtin/prune.c:105 builtin/worktree.c:127
9958msgid "do not remove, show only"
9959msgstr ""
9960
9961#: builtin/notes.c:941
9962msgid "report pruned notes"
9963msgstr ""
9964
9965#: builtin/notes.c:983
9966msgid "notes-ref"
9967msgstr ""
9968
9969#: builtin/notes.c:984
9970msgid "use notes from <notes-ref>"
9971msgstr ""
9972
9973#: builtin/notes.c:1019
9974#, c-format
9975msgid "unknown subcommand: %s"
9976msgstr ""
9977
9978#: builtin/pack-objects.c:29
9979msgid ""
9980"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
9981msgstr ""
9982
9983#: builtin/pack-objects.c:30
9984msgid ""
9985"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
9986msgstr ""
9987
9988#: builtin/pack-objects.c:177 builtin/pack-objects.c:180
9989#, c-format
9990msgid "deflate error (%d)"
9991msgstr ""
9992
9993#: builtin/pack-objects.c:766
9994msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
9995msgstr ""
9996
9997#: builtin/pack-objects.c:779
9998msgid "Writing objects"
9999msgstr ""
10000
10001#: builtin/pack-objects.c:1068
10002msgid "disabling bitmap writing, as some objects are not being packed"
10003msgstr ""
10004
10005#: builtin/pack-objects.c:2344
10006msgid "Compressing objects"
10007msgstr ""
10008
10009#: builtin/pack-objects.c:2747
10010#, c-format
10011msgid "unsupported index version %s"
10012msgstr ""
10013
10014#: builtin/pack-objects.c:2751
10015#, c-format
10016msgid "bad index version '%s'"
10017msgstr ""
10018
10019#: builtin/pack-objects.c:2781
10020msgid "do not show progress meter"
10021msgstr ""
10022
10023#: builtin/pack-objects.c:2783
10024msgid "show progress meter"
10025msgstr ""
10026
10027#: builtin/pack-objects.c:2785
10028msgid "show progress meter during object writing phase"
10029msgstr ""
10030
10031#: builtin/pack-objects.c:2788
10032msgid "similar to --all-progress when progress meter is shown"
10033msgstr ""
10034
10035#: builtin/pack-objects.c:2789
10036msgid "version[,offset]"
10037msgstr ""
10038
10039#: builtin/pack-objects.c:2790
10040msgid "write the pack index file in the specified idx format version"
10041msgstr ""
10042
10043#: builtin/pack-objects.c:2793
10044msgid "maximum size of each output pack file"
10045msgstr ""
10046
10047#: builtin/pack-objects.c:2795
10048msgid "ignore borrowed objects from alternate object store"
10049msgstr ""
10050
10051#: builtin/pack-objects.c:2797
10052msgid "ignore packed objects"
10053msgstr ""
10054
10055#: builtin/pack-objects.c:2799
10056msgid "limit pack window by objects"
10057msgstr ""
10058
10059#: builtin/pack-objects.c:2801
10060msgid "limit pack window by memory in addition to object limit"
10061msgstr ""
10062
10063#: builtin/pack-objects.c:2803
10064msgid "maximum length of delta chain allowed in the resulting pack"
10065msgstr ""
10066
10067#: builtin/pack-objects.c:2805
10068msgid "reuse existing deltas"
10069msgstr ""
10070
10071#: builtin/pack-objects.c:2807
10072msgid "reuse existing objects"
10073msgstr ""
10074
10075#: builtin/pack-objects.c:2809
10076msgid "use OFS_DELTA objects"
10077msgstr ""
10078
10079#: builtin/pack-objects.c:2811
10080msgid "use threads when searching for best delta matches"
10081msgstr ""
10082
10083#: builtin/pack-objects.c:2813
10084msgid "do not create an empty pack output"
10085msgstr ""
10086
10087#: builtin/pack-objects.c:2815
10088msgid "read revision arguments from standard input"
10089msgstr ""
10090
10091#: builtin/pack-objects.c:2817
10092msgid "limit the objects to those that are not yet packed"
10093msgstr ""
10094
10095#: builtin/pack-objects.c:2820
10096msgid "include objects reachable from any reference"
10097msgstr ""
10098
10099#: builtin/pack-objects.c:2823
10100msgid "include objects referred by reflog entries"
10101msgstr ""
10102
10103#: builtin/pack-objects.c:2826
10104msgid "include objects referred to by the index"
10105msgstr ""
10106
10107#: builtin/pack-objects.c:2829
10108msgid "output pack to stdout"
10109msgstr ""
10110
10111#: builtin/pack-objects.c:2831
10112msgid "include tag objects that refer to objects to be packed"
10113msgstr ""
10114
10115#: builtin/pack-objects.c:2833
10116msgid "keep unreachable objects"
10117msgstr ""
10118
10119#: builtin/pack-objects.c:2835
10120msgid "pack loose unreachable objects"
10121msgstr ""
10122
10123#: builtin/pack-objects.c:2837
10124msgid "unpack unreachable objects newer than <time>"
10125msgstr ""
10126
10127#: builtin/pack-objects.c:2840
10128msgid "create thin packs"
10129msgstr ""
10130
10131#: builtin/pack-objects.c:2842
10132msgid "create packs suitable for shallow fetches"
10133msgstr ""
10134
10135#: builtin/pack-objects.c:2844
10136msgid "ignore packs that have companion .keep file"
10137msgstr ""
10138
10139#: builtin/pack-objects.c:2846
10140msgid "pack compression level"
10141msgstr ""
10142
10143#: builtin/pack-objects.c:2848
10144msgid "do not hide commits by grafts"
10145msgstr ""
10146
10147#: builtin/pack-objects.c:2850
10148msgid "use a bitmap index if available to speed up counting objects"
10149msgstr ""
10150
10151#: builtin/pack-objects.c:2852
10152msgid "write a bitmap index together with the pack index"
10153msgstr ""
10154
10155#: builtin/pack-objects.c:2979
10156msgid "Counting objects"
10157msgstr ""
10158
10159#: builtin/pack-refs.c:6
10160msgid "git pack-refs [<options>]"
10161msgstr ""
10162
10163#: builtin/pack-refs.c:14
10164msgid "pack everything"
10165msgstr ""
10166
10167#: builtin/pack-refs.c:15
10168msgid "prune loose refs (default)"
10169msgstr ""
10170
10171#: builtin/prune-packed.c:7
10172msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10173msgstr ""
10174
10175#: builtin/prune-packed.c:40
10176msgid "Removing duplicate objects"
10177msgstr ""
10178
10179#: builtin/prune.c:11
10180msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10181msgstr ""
10182
10183#: builtin/prune.c:106
10184msgid "report pruned objects"
10185msgstr ""
10186
10187#: builtin/prune.c:109
10188msgid "expire objects older than <time>"
10189msgstr ""
10190
10191#: builtin/prune.c:123
10192msgid "cannot prune in a precious-objects repo"
10193msgstr ""
10194
10195#: builtin/pull.c:51 builtin/pull.c:53
10196#, c-format
10197msgid "Invalid value for %s: %s"
10198msgstr ""
10199
10200#: builtin/pull.c:73
10201msgid "git pull [<options>] [<repository> [<refspec>...]]"
10202msgstr ""
10203
10204#: builtin/pull.c:121
10205msgid "Options related to merging"
10206msgstr ""
10207
10208#: builtin/pull.c:124
10209msgid "incorporate changes by rebasing rather than merging"
10210msgstr ""
10211
10212#: builtin/pull.c:148 builtin/revert.c:101
10213msgid "allow fast-forward"
10214msgstr ""
10215
10216#: builtin/pull.c:157
10217msgid "automatically stash/stash pop before and after rebase"
10218msgstr ""
10219
10220#: builtin/pull.c:173
10221msgid "Options related to fetching"
10222msgstr ""
10223
10224#: builtin/pull.c:195
10225msgid "number of submodules pulled in parallel"
10226msgstr ""
10227
10228#: builtin/pull.c:284
10229#, c-format
10230msgid "Invalid value for pull.ff: %s"
10231msgstr ""
10232
10233#: builtin/pull.c:397
10234msgid ""
10235"There is no candidate for rebasing against among the refs that you just "
10236"fetched."
10237msgstr ""
10238
10239#: builtin/pull.c:399
10240msgid ""
10241"There are no candidates for merging among the refs that you just fetched."
10242msgstr ""
10243
10244#: builtin/pull.c:400
10245msgid ""
10246"Generally this means that you provided a wildcard refspec which had no\n"
10247"matches on the remote end."
10248msgstr ""
10249
10250#: builtin/pull.c:403
10251#, c-format
10252msgid ""
10253"You asked to pull from the remote '%s', but did not specify\n"
10254"a branch. Because this is not the default configured remote\n"
10255"for your current branch, you must specify a branch on the command line."
10256msgstr ""
10257
10258#: builtin/pull.c:408 git-parse-remote.sh:73
10259msgid "You are not currently on a branch."
10260msgstr ""
10261
10262#: builtin/pull.c:410 builtin/pull.c:425 git-parse-remote.sh:79
10263msgid "Please specify which branch you want to rebase against."
10264msgstr ""
10265
10266#: builtin/pull.c:412 builtin/pull.c:427 git-parse-remote.sh:82
10267msgid "Please specify which branch you want to merge with."
10268msgstr ""
10269
10270#: builtin/pull.c:413 builtin/pull.c:428
10271msgid "See git-pull(1) for details."
10272msgstr ""
10273
10274#: builtin/pull.c:415 builtin/pull.c:421 builtin/pull.c:430
10275#: git-parse-remote.sh:64
10276msgid "<remote>"
10277msgstr ""
10278
10279#: builtin/pull.c:415 builtin/pull.c:430 builtin/pull.c:435 git-rebase.sh:455
10280#: git-parse-remote.sh:65
10281msgid "<branch>"
10282msgstr ""
10283
10284#: builtin/pull.c:423 git-parse-remote.sh:75
10285msgid "There is no tracking information for the current branch."
10286msgstr ""
10287
10288#: builtin/pull.c:432 git-parse-remote.sh:95
10289msgid ""
10290"If you wish to set tracking information for this branch you can do so with:"
10291msgstr ""
10292
10293#: builtin/pull.c:437
10294#, c-format
10295msgid ""
10296"Your configuration specifies to merge with the ref '%s'\n"
10297"from the remote, but no such ref was fetched."
10298msgstr ""
10299
10300#: builtin/pull.c:754
10301msgid "ignoring --verify-signatures for rebase"
10302msgstr ""
10303
10304#: builtin/pull.c:801
10305msgid "--[no-]autostash option is only valid with --rebase."
10306msgstr ""
10307
10308#: builtin/pull.c:809
10309msgid "Updating an unborn branch with changes added to the index."
10310msgstr ""
10311
10312#: builtin/pull.c:812
10313msgid "pull with rebase"
10314msgstr ""
10315
10316#: builtin/pull.c:813
10317msgid "please commit or stash them."
10318msgstr ""
10319
10320#: builtin/pull.c:838
10321#, c-format
10322msgid ""
10323"fetch updated the current branch head.\n"
10324"fast-forwarding your working tree from\n"
10325"commit %s."
10326msgstr ""
10327
10328#: builtin/pull.c:843
10329#, c-format
10330msgid ""
10331"Cannot fast-forward your working tree.\n"
10332"After making sure that you saved anything precious from\n"
10333"$ git diff %s\n"
10334"output, run\n"
10335"$ git reset --hard\n"
10336"to recover."
10337msgstr ""
10338
10339#: builtin/pull.c:858
10340msgid "Cannot merge multiple branches into empty head."
10341msgstr ""
10342
10343#: builtin/pull.c:862
10344msgid "Cannot rebase onto multiple branches."
10345msgstr ""
10346
10347#: builtin/push.c:16
10348msgid "git push [<options>] [<repository> [<refspec>...]]"
10349msgstr ""
10350
10351#: builtin/push.c:89
10352msgid "tag shorthand without <tag>"
10353msgstr ""
10354
10355#: builtin/push.c:99
10356msgid "--delete only accepts plain target ref names"
10357msgstr ""
10358
10359#: builtin/push.c:143
10360msgid ""
10361"\n"
10362"To choose either option permanently, see push.default in 'git help config'."
10363msgstr ""
10364
10365#: builtin/push.c:146
10366#, c-format
10367msgid ""
10368"The upstream branch of your current branch does not match\n"
10369"the name of your current branch.  To push to the upstream branch\n"
10370"on the remote, use\n"
10371"\n"
10372"    git push %s HEAD:%s\n"
10373"\n"
10374"To push to the branch of the same name on the remote, use\n"
10375"\n"
10376"    git push %s %s\n"
10377"%s"
10378msgstr ""
10379
10380#: builtin/push.c:161
10381#, c-format
10382msgid ""
10383"You are not currently on a branch.\n"
10384"To push the history leading to the current (detached HEAD)\n"
10385"state now, use\n"
10386"\n"
10387"    git push %s HEAD:<name-of-remote-branch>\n"
10388msgstr ""
10389
10390#: builtin/push.c:175
10391#, c-format
10392msgid ""
10393"The current branch %s has no upstream branch.\n"
10394"To push the current branch and set the remote as upstream, use\n"
10395"\n"
10396"    git push --set-upstream %s %s\n"
10397msgstr ""
10398
10399#: builtin/push.c:183
10400#, c-format
10401msgid "The current branch %s has multiple upstream branches, refusing to push."
10402msgstr ""
10403
10404#: builtin/push.c:186
10405#, c-format
10406msgid ""
10407"You are pushing to remote '%s', which is not the upstream of\n"
10408"your current branch '%s', without telling me what to push\n"
10409"to update which remote branch."
10410msgstr ""
10411
10412#: builtin/push.c:245
10413msgid ""
10414"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10415msgstr ""
10416
10417#: builtin/push.c:252
10418msgid ""
10419"Updates were rejected because the tip of your current branch is behind\n"
10420"its remote counterpart. Integrate the remote changes (e.g.\n"
10421"'git pull ...') before pushing again.\n"
10422"See the 'Note about fast-forwards' in 'git push --help' for details."
10423msgstr ""
10424
10425#: builtin/push.c:258
10426msgid ""
10427"Updates were rejected because a pushed branch tip is behind its remote\n"
10428"counterpart. Check out this branch and integrate the remote changes\n"
10429"(e.g. 'git pull ...') before pushing again.\n"
10430"See the 'Note about fast-forwards' in 'git push --help' for details."
10431msgstr ""
10432
10433#: builtin/push.c:264
10434msgid ""
10435"Updates were rejected because the remote contains work that you do\n"
10436"not have locally. This is usually caused by another repository pushing\n"
10437"to the same ref. You may want to first integrate the remote changes\n"
10438"(e.g., 'git pull ...') before pushing again.\n"
10439"See the 'Note about fast-forwards' in 'git push --help' for details."
10440msgstr ""
10441
10442#: builtin/push.c:271
10443msgid "Updates were rejected because the tag already exists in the remote."
10444msgstr ""
10445
10446#: builtin/push.c:274
10447msgid ""
10448"You cannot update a remote ref that points at a non-commit object,\n"
10449"or update a remote ref to make it point at a non-commit object,\n"
10450"without using the '--force' option.\n"
10451msgstr ""
10452
10453#: builtin/push.c:334
10454#, c-format
10455msgid "Pushing to %s\n"
10456msgstr ""
10457
10458#: builtin/push.c:338
10459#, c-format
10460msgid "failed to push some refs to '%s'"
10461msgstr ""
10462
10463#: builtin/push.c:369
10464#, c-format
10465msgid "bad repository '%s'"
10466msgstr ""
10467
10468#: builtin/push.c:370
10469msgid ""
10470"No configured push destination.\n"
10471"Either specify the URL from the command-line or configure a remote "
10472"repository using\n"
10473"\n"
10474"    git remote add <name> <url>\n"
10475"\n"
10476"and then push using the remote name\n"
10477"\n"
10478"    git push <name>\n"
10479msgstr ""
10480
10481#: builtin/push.c:388
10482msgid "--all and --tags are incompatible"
10483msgstr ""
10484
10485#: builtin/push.c:389
10486msgid "--all can't be combined with refspecs"
10487msgstr ""
10488
10489#: builtin/push.c:394
10490msgid "--mirror and --tags are incompatible"
10491msgstr ""
10492
10493#: builtin/push.c:395
10494msgid "--mirror can't be combined with refspecs"
10495msgstr ""
10496
10497#: builtin/push.c:400
10498msgid "--all and --mirror are incompatible"
10499msgstr ""
10500
10501#: builtin/push.c:518
10502msgid "repository"
10503msgstr ""
10504
10505#: builtin/push.c:519 builtin/send-pack.c:161
10506msgid "push all refs"
10507msgstr ""
10508
10509#: builtin/push.c:520 builtin/send-pack.c:163
10510msgid "mirror all refs"
10511msgstr ""
10512
10513#: builtin/push.c:522
10514msgid "delete refs"
10515msgstr ""
10516
10517#: builtin/push.c:523
10518msgid "push tags (can't be used with --all or --mirror)"
10519msgstr ""
10520
10521#: builtin/push.c:526 builtin/send-pack.c:164
10522msgid "force updates"
10523msgstr ""
10524
10525#: builtin/push.c:528 builtin/send-pack.c:175
10526msgid "refname>:<expect"
10527msgstr ""
10528
10529#: builtin/push.c:529 builtin/send-pack.c:176
10530msgid "require old value of ref to be at this value"
10531msgstr ""
10532
10533#: builtin/push.c:532
10534msgid "control recursive pushing of submodules"
10535msgstr ""
10536
10537#: builtin/push.c:534 builtin/send-pack.c:169
10538msgid "use thin pack"
10539msgstr ""
10540
10541#: builtin/push.c:535 builtin/push.c:536 builtin/send-pack.c:158
10542#: builtin/send-pack.c:159
10543msgid "receive pack program"
10544msgstr ""
10545
10546#: builtin/push.c:537
10547msgid "set upstream for git pull/status"
10548msgstr ""
10549
10550#: builtin/push.c:540
10551msgid "prune locally removed refs"
10552msgstr ""
10553
10554#: builtin/push.c:542
10555msgid "bypass pre-push hook"
10556msgstr ""
10557
10558#: builtin/push.c:543
10559msgid "push missing but relevant tags"
10560msgstr ""
10561
10562#: builtin/push.c:546 builtin/send-pack.c:166
10563msgid "GPG sign the push"
10564msgstr ""
10565
10566#: builtin/push.c:548 builtin/send-pack.c:170
10567msgid "request atomic transaction on remote side"
10568msgstr ""
10569
10570#: builtin/push.c:549
10571msgid "server-specific"
10572msgstr ""
10573
10574#: builtin/push.c:549
10575msgid "option to transmit"
10576msgstr ""
10577
10578#: builtin/push.c:563
10579msgid "--delete is incompatible with --all, --mirror and --tags"
10580msgstr ""
10581
10582#: builtin/push.c:565
10583msgid "--delete doesn't make sense without any refs"
10584msgstr ""
10585
10586#: builtin/push.c:584
10587msgid "push options must not have new line characters"
10588msgstr ""
10589
10590#: builtin/read-tree.c:37
10591msgid ""
10592"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
10593"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
10594"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
10595msgstr ""
10596
10597#: builtin/read-tree.c:110
10598msgid "write resulting index to <file>"
10599msgstr ""
10600
10601#: builtin/read-tree.c:113
10602msgid "only empty the index"
10603msgstr ""
10604
10605#: builtin/read-tree.c:115
10606msgid "Merging"
10607msgstr ""
10608
10609#: builtin/read-tree.c:117
10610msgid "perform a merge in addition to a read"
10611msgstr ""
10612
10613#: builtin/read-tree.c:119
10614msgid "3-way merge if no file level merging required"
10615msgstr ""
10616
10617#: builtin/read-tree.c:121
10618msgid "3-way merge in presence of adds and removes"
10619msgstr ""
10620
10621#: builtin/read-tree.c:123
10622msgid "same as -m, but discard unmerged entries"
10623msgstr ""
10624
10625#: builtin/read-tree.c:124
10626msgid "<subdirectory>/"
10627msgstr ""
10628
10629#: builtin/read-tree.c:125
10630msgid "read the tree into the index under <subdirectory>/"
10631msgstr ""
10632
10633#: builtin/read-tree.c:128
10634msgid "update working tree with merge result"
10635msgstr ""
10636
10637#: builtin/read-tree.c:130
10638msgid "gitignore"
10639msgstr ""
10640
10641#: builtin/read-tree.c:131
10642msgid "allow explicitly ignored files to be overwritten"
10643msgstr ""
10644
10645#: builtin/read-tree.c:134
10646msgid "don't check the working tree after merging"
10647msgstr ""
10648
10649#: builtin/read-tree.c:135
10650msgid "don't update the index or the work tree"
10651msgstr ""
10652
10653#: builtin/read-tree.c:137
10654msgid "skip applying sparse checkout filter"
10655msgstr ""
10656
10657#: builtin/read-tree.c:139
10658msgid "debug unpack-trees"
10659msgstr ""
10660
10661#: builtin/receive-pack.c:26
10662msgid "git receive-pack <git-dir>"
10663msgstr ""
10664
10665#: builtin/receive-pack.c:793
10666msgid ""
10667"By default, updating the current branch in a non-bare repository\n"
10668"is denied, because it will make the index and work tree inconsistent\n"
10669"with what you pushed, and will require 'git reset --hard' to match\n"
10670"the work tree to HEAD.\n"
10671"\n"
10672"You can set the 'receive.denyCurrentBranch' configuration variable\n"
10673"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
10674"its current branch; however, this is not recommended unless you\n"
10675"arranged to update its work tree to match what you pushed in some\n"
10676"other way.\n"
10677"\n"
10678"To squelch this message and still keep the default behaviour, set\n"
10679"'receive.denyCurrentBranch' configuration variable to 'refuse'."
10680msgstr ""
10681
10682#: builtin/receive-pack.c:813
10683msgid ""
10684"By default, deleting the current branch is denied, because the next\n"
10685"'git clone' won't result in any file checked out, causing confusion.\n"
10686"\n"
10687"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
10688"'warn' or 'ignore' in the remote repository to allow deleting the\n"
10689"current branch, with or without a warning message.\n"
10690"\n"
10691"To squelch this message, you can set it to 'refuse'."
10692msgstr ""
10693
10694#: builtin/receive-pack.c:1883
10695msgid "quiet"
10696msgstr ""
10697
10698#: builtin/receive-pack.c:1897
10699msgid "You must specify a directory."
10700msgstr ""
10701
10702#: builtin/reflog.c:423
10703#, c-format
10704msgid "'%s' for '%s' is not a valid timestamp"
10705msgstr ""
10706
10707#: builtin/reflog.c:540 builtin/reflog.c:545
10708#, c-format
10709msgid "'%s' is not a valid timestamp"
10710msgstr ""
10711
10712#: builtin/remote.c:12
10713msgid "git remote [-v | --verbose]"
10714msgstr ""
10715
10716#: builtin/remote.c:13
10717msgid ""
10718"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
10719"mirror=<fetch|push>] <name> <url>"
10720msgstr ""
10721
10722#: builtin/remote.c:14 builtin/remote.c:34
10723msgid "git remote rename <old> <new>"
10724msgstr ""
10725
10726#: builtin/remote.c:15 builtin/remote.c:39
10727msgid "git remote remove <name>"
10728msgstr ""
10729
10730#: builtin/remote.c:16 builtin/remote.c:44
10731msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
10732msgstr ""
10733
10734#: builtin/remote.c:17
10735msgid "git remote [-v | --verbose] show [-n] <name>"
10736msgstr ""
10737
10738#: builtin/remote.c:18
10739msgid "git remote prune [-n | --dry-run] <name>"
10740msgstr ""
10741
10742#: builtin/remote.c:19
10743msgid ""
10744"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
10745msgstr ""
10746
10747#: builtin/remote.c:20
10748msgid "git remote set-branches [--add] <name> <branch>..."
10749msgstr ""
10750
10751#: builtin/remote.c:21 builtin/remote.c:70
10752msgid "git remote get-url [--push] [--all] <name>"
10753msgstr ""
10754
10755#: builtin/remote.c:22 builtin/remote.c:75
10756msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
10757msgstr ""
10758
10759#: builtin/remote.c:23 builtin/remote.c:76
10760msgid "git remote set-url --add <name> <newurl>"
10761msgstr ""
10762
10763#: builtin/remote.c:24 builtin/remote.c:77
10764msgid "git remote set-url --delete <name> <url>"
10765msgstr ""
10766
10767#: builtin/remote.c:29
10768msgid "git remote add [<options>] <name> <url>"
10769msgstr ""
10770
10771#: builtin/remote.c:49
10772msgid "git remote set-branches <name> <branch>..."
10773msgstr ""
10774
10775#: builtin/remote.c:50
10776msgid "git remote set-branches --add <name> <branch>..."
10777msgstr ""
10778
10779#: builtin/remote.c:55
10780msgid "git remote show [<options>] <name>"
10781msgstr ""
10782
10783#: builtin/remote.c:60
10784msgid "git remote prune [<options>] <name>"
10785msgstr ""
10786
10787#: builtin/remote.c:65
10788msgid "git remote update [<options>] [<group> | <remote>]..."
10789msgstr ""
10790
10791#: builtin/remote.c:94
10792#, c-format
10793msgid "Updating %s"
10794msgstr ""
10795
10796#: builtin/remote.c:126
10797msgid ""
10798"--mirror is dangerous and deprecated; please\n"
10799"\t use --mirror=fetch or --mirror=push instead"
10800msgstr ""
10801
10802#: builtin/remote.c:143
10803#, c-format
10804msgid "unknown mirror argument: %s"
10805msgstr ""
10806
10807#: builtin/remote.c:159
10808msgid "fetch the remote branches"
10809msgstr ""
10810
10811#: builtin/remote.c:161
10812msgid "import all tags and associated objects when fetching"
10813msgstr ""
10814
10815#: builtin/remote.c:164
10816msgid "or do not fetch any tag at all (--no-tags)"
10817msgstr ""
10818
10819#: builtin/remote.c:166
10820msgid "branch(es) to track"
10821msgstr ""
10822
10823#: builtin/remote.c:167
10824msgid "master branch"
10825msgstr ""
10826
10827#: builtin/remote.c:168
10828msgid "push|fetch"
10829msgstr ""
10830
10831#: builtin/remote.c:169
10832msgid "set up remote as a mirror to push to or fetch from"
10833msgstr ""
10834
10835#: builtin/remote.c:181
10836msgid "specifying a master branch makes no sense with --mirror"
10837msgstr ""
10838
10839#: builtin/remote.c:183
10840msgid "specifying branches to track makes sense only with fetch mirrors"
10841msgstr ""
10842
10843#: builtin/remote.c:190 builtin/remote.c:629
10844#, c-format
10845msgid "remote %s already exists."
10846msgstr ""
10847
10848#: builtin/remote.c:194 builtin/remote.c:633
10849#, c-format
10850msgid "'%s' is not a valid remote name"
10851msgstr ""
10852
10853#: builtin/remote.c:234
10854#, c-format
10855msgid "Could not setup master '%s'"
10856msgstr ""
10857
10858#: builtin/remote.c:336
10859#, c-format
10860msgid "Could not get fetch map for refspec %s"
10861msgstr ""
10862
10863#: builtin/remote.c:437 builtin/remote.c:445
10864msgid "(matching)"
10865msgstr ""
10866
10867#: builtin/remote.c:449
10868msgid "(delete)"
10869msgstr ""
10870
10871#: builtin/remote.c:622 builtin/remote.c:757 builtin/remote.c:854
10872#, c-format
10873msgid "No such remote: %s"
10874msgstr ""
10875
10876#: builtin/remote.c:639
10877#, c-format
10878msgid "Could not rename config section '%s' to '%s'"
10879msgstr ""
10880
10881#: builtin/remote.c:659
10882#, c-format
10883msgid ""
10884"Not updating non-default fetch refspec\n"
10885"\t%s\n"
10886"\tPlease update the configuration manually if necessary."
10887msgstr ""
10888
10889#: builtin/remote.c:695
10890#, c-format
10891msgid "deleting '%s' failed"
10892msgstr ""
10893
10894#: builtin/remote.c:729
10895#, c-format
10896msgid "creating '%s' failed"
10897msgstr ""
10898
10899#: builtin/remote.c:792
10900msgid ""
10901"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
10902"to delete it, use:"
10903msgid_plural ""
10904"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
10905"to delete them, use:"
10906msgstr[0] ""
10907msgstr[1] ""
10908
10909#: builtin/remote.c:806
10910#, c-format
10911msgid "Could not remove config section '%s'"
10912msgstr ""
10913
10914#: builtin/remote.c:907
10915#, c-format
10916msgid " new (next fetch will store in remotes/%s)"
10917msgstr ""
10918
10919#: builtin/remote.c:910
10920msgid " tracked"
10921msgstr ""
10922
10923#: builtin/remote.c:912
10924msgid " stale (use 'git remote prune' to remove)"
10925msgstr ""
10926
10927#: builtin/remote.c:914
10928msgid " ???"
10929msgstr ""
10930
10931#: builtin/remote.c:955
10932#, c-format
10933msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
10934msgstr ""
10935
10936#: builtin/remote.c:963
10937#, c-format
10938msgid "rebases interactively onto remote %s"
10939msgstr ""
10940
10941#: builtin/remote.c:964
10942#, c-format
10943msgid "rebases onto remote %s"
10944msgstr ""
10945
10946#: builtin/remote.c:967
10947#, c-format
10948msgid " merges with remote %s"
10949msgstr ""
10950
10951#: builtin/remote.c:970
10952#, c-format
10953msgid "merges with remote %s"
10954msgstr ""
10955
10956#: builtin/remote.c:973
10957#, c-format
10958msgid "%-*s    and with remote %s\n"
10959msgstr ""
10960
10961#: builtin/remote.c:1016
10962msgid "create"
10963msgstr ""
10964
10965#: builtin/remote.c:1019
10966msgid "delete"
10967msgstr ""
10968
10969#: builtin/remote.c:1023
10970msgid "up to date"
10971msgstr ""
10972
10973#: builtin/remote.c:1026
10974msgid "fast-forwardable"
10975msgstr ""
10976
10977#: builtin/remote.c:1029
10978msgid "local out of date"
10979msgstr ""
10980
10981#: builtin/remote.c:1036
10982#, c-format
10983msgid "    %-*s forces to %-*s (%s)"
10984msgstr ""
10985
10986#: builtin/remote.c:1039
10987#, c-format
10988msgid "    %-*s pushes to %-*s (%s)"
10989msgstr ""
10990
10991#: builtin/remote.c:1043
10992#, c-format
10993msgid "    %-*s forces to %s"
10994msgstr ""
10995
10996#: builtin/remote.c:1046
10997#, c-format
10998msgid "    %-*s pushes to %s"
10999msgstr ""
11000
11001#: builtin/remote.c:1114
11002msgid "do not query remotes"
11003msgstr ""
11004
11005#: builtin/remote.c:1141
11006#, c-format
11007msgid "* remote %s"
11008msgstr ""
11009
11010#: builtin/remote.c:1142
11011#, c-format
11012msgid "  Fetch URL: %s"
11013msgstr ""
11014
11015#: builtin/remote.c:1143 builtin/remote.c:1156 builtin/remote.c:1295
11016msgid "(no URL)"
11017msgstr ""
11018
11019#. TRANSLATORS: the colon ':' should align with
11020#. the one in "  Fetch URL: %s" translation
11021#: builtin/remote.c:1154 builtin/remote.c:1156
11022#, c-format
11023msgid "  Push  URL: %s"
11024msgstr ""
11025
11026#: builtin/remote.c:1158 builtin/remote.c:1160 builtin/remote.c:1162
11027#, c-format
11028msgid "  HEAD branch: %s"
11029msgstr ""
11030
11031#: builtin/remote.c:1158
11032msgid "(not queried)"
11033msgstr ""
11034
11035#: builtin/remote.c:1160
11036msgid "(unknown)"
11037msgstr ""
11038
11039#: builtin/remote.c:1164
11040#, c-format
11041msgid ""
11042"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11043msgstr ""
11044
11045#: builtin/remote.c:1176
11046#, c-format
11047msgid "  Remote branch:%s"
11048msgid_plural "  Remote branches:%s"
11049msgstr[0] ""
11050msgstr[1] ""
11051
11052#: builtin/remote.c:1179 builtin/remote.c:1205
11053msgid " (status not queried)"
11054msgstr ""
11055
11056#: builtin/remote.c:1188
11057msgid "  Local branch configured for 'git pull':"
11058msgid_plural "  Local branches configured for 'git pull':"
11059msgstr[0] ""
11060msgstr[1] ""
11061
11062#: builtin/remote.c:1196
11063msgid "  Local refs will be mirrored by 'git push'"
11064msgstr ""
11065
11066#: builtin/remote.c:1202
11067#, c-format
11068msgid "  Local ref configured for 'git push'%s:"
11069msgid_plural "  Local refs configured for 'git push'%s:"
11070msgstr[0] ""
11071msgstr[1] ""
11072
11073#: builtin/remote.c:1223
11074msgid "set refs/remotes/<name>/HEAD according to remote"
11075msgstr ""
11076
11077#: builtin/remote.c:1225
11078msgid "delete refs/remotes/<name>/HEAD"
11079msgstr ""
11080
11081#: builtin/remote.c:1240
11082msgid "Cannot determine remote HEAD"
11083msgstr ""
11084
11085#: builtin/remote.c:1242
11086msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11087msgstr ""
11088
11089#: builtin/remote.c:1252
11090#, c-format
11091msgid "Could not delete %s"
11092msgstr ""
11093
11094#: builtin/remote.c:1260
11095#, c-format
11096msgid "Not a valid ref: %s"
11097msgstr ""
11098
11099#: builtin/remote.c:1262
11100#, c-format
11101msgid "Could not setup %s"
11102msgstr ""
11103
11104#: builtin/remote.c:1280
11105#, c-format
11106msgid " %s will become dangling!"
11107msgstr ""
11108
11109#: builtin/remote.c:1281
11110#, c-format
11111msgid " %s has become dangling!"
11112msgstr ""
11113
11114#: builtin/remote.c:1291
11115#, c-format
11116msgid "Pruning %s"
11117msgstr ""
11118
11119#: builtin/remote.c:1292
11120#, c-format
11121msgid "URL: %s"
11122msgstr ""
11123
11124#: builtin/remote.c:1308
11125#, c-format
11126msgid " * [would prune] %s"
11127msgstr ""
11128
11129#: builtin/remote.c:1311
11130#, c-format
11131msgid " * [pruned] %s"
11132msgstr ""
11133
11134#: builtin/remote.c:1356
11135msgid "prune remotes after fetching"
11136msgstr ""
11137
11138#: builtin/remote.c:1419 builtin/remote.c:1473 builtin/remote.c:1541
11139#, c-format
11140msgid "No such remote '%s'"
11141msgstr ""
11142
11143#: builtin/remote.c:1435
11144msgid "add branch"
11145msgstr ""
11146
11147#: builtin/remote.c:1442
11148msgid "no remote specified"
11149msgstr ""
11150
11151#: builtin/remote.c:1459
11152msgid "query push URLs rather than fetch URLs"
11153msgstr ""
11154
11155#: builtin/remote.c:1461
11156msgid "return all URLs"
11157msgstr ""
11158
11159#: builtin/remote.c:1489
11160#, c-format
11161msgid "no URLs configured for remote '%s'"
11162msgstr ""
11163
11164#: builtin/remote.c:1515
11165msgid "manipulate push URLs"
11166msgstr ""
11167
11168#: builtin/remote.c:1517
11169msgid "add URL"
11170msgstr ""
11171
11172#: builtin/remote.c:1519
11173msgid "delete URLs"
11174msgstr ""
11175
11176#: builtin/remote.c:1526
11177msgid "--add --delete doesn't make sense"
11178msgstr ""
11179
11180#: builtin/remote.c:1567
11181#, c-format
11182msgid "Invalid old URL pattern: %s"
11183msgstr ""
11184
11185#: builtin/remote.c:1575
11186#, c-format
11187msgid "No such URL found: %s"
11188msgstr ""
11189
11190#: builtin/remote.c:1577
11191msgid "Will not delete all non-push URLs"
11192msgstr ""
11193
11194#: builtin/remote.c:1591
11195msgid "be verbose; must be placed before a subcommand"
11196msgstr ""
11197
11198#: builtin/remote.c:1622
11199#, c-format
11200msgid "Unknown subcommand: %s"
11201msgstr ""
11202
11203#: builtin/repack.c:17
11204msgid "git repack [<options>]"
11205msgstr ""
11206
11207#: builtin/repack.c:22
11208msgid ""
11209"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11210"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11211msgstr ""
11212
11213#: builtin/repack.c:166
11214msgid "pack everything in a single pack"
11215msgstr ""
11216
11217#: builtin/repack.c:168
11218msgid "same as -a, and turn unreachable objects loose"
11219msgstr ""
11220
11221#: builtin/repack.c:171
11222msgid "remove redundant packs, and run git-prune-packed"
11223msgstr ""
11224
11225#: builtin/repack.c:173
11226msgid "pass --no-reuse-delta to git-pack-objects"
11227msgstr ""
11228
11229#: builtin/repack.c:175
11230msgid "pass --no-reuse-object to git-pack-objects"
11231msgstr ""
11232
11233#: builtin/repack.c:177
11234msgid "do not run git-update-server-info"
11235msgstr ""
11236
11237#: builtin/repack.c:180
11238msgid "pass --local to git-pack-objects"
11239msgstr ""
11240
11241#: builtin/repack.c:182
11242msgid "write bitmap index"
11243msgstr ""
11244
11245#: builtin/repack.c:183
11246msgid "approxidate"
11247msgstr ""
11248
11249#: builtin/repack.c:184
11250msgid "with -A, do not loosen objects older than this"
11251msgstr ""
11252
11253#: builtin/repack.c:186
11254msgid "with -a, repack unreachable objects"
11255msgstr ""
11256
11257#: builtin/repack.c:188
11258msgid "size of the window used for delta compression"
11259msgstr ""
11260
11261#: builtin/repack.c:189 builtin/repack.c:193
11262msgid "bytes"
11263msgstr ""
11264
11265#: builtin/repack.c:190
11266msgid "same as the above, but limit memory size instead of entries count"
11267msgstr ""
11268
11269#: builtin/repack.c:192
11270msgid "limits the maximum delta depth"
11271msgstr ""
11272
11273#: builtin/repack.c:194
11274msgid "maximum size of each packfile"
11275msgstr ""
11276
11277#: builtin/repack.c:196
11278msgid "repack objects in packs marked with .keep"
11279msgstr ""
11280
11281#: builtin/repack.c:206
11282msgid "cannot delete packs in a precious-objects repo"
11283msgstr ""
11284
11285#: builtin/repack.c:210
11286msgid "--keep-unreachable and -A are incompatible"
11287msgstr ""
11288
11289#: builtin/repack.c:400 builtin/worktree.c:115
11290#, c-format
11291msgid "failed to remove '%s'"
11292msgstr ""
11293
11294#: builtin/replace.c:19
11295msgid "git replace [-f] <object> <replacement>"
11296msgstr ""
11297
11298#: builtin/replace.c:20
11299msgid "git replace [-f] --edit <object>"
11300msgstr ""
11301
11302#: builtin/replace.c:21
11303msgid "git replace [-f] --graft <commit> [<parent>...]"
11304msgstr ""
11305
11306#: builtin/replace.c:22
11307msgid "git replace -d <object>..."
11308msgstr ""
11309
11310#: builtin/replace.c:23
11311msgid "git replace [--format=<format>] [-l [<pattern>]]"
11312msgstr ""
11313
11314#: builtin/replace.c:325 builtin/replace.c:363 builtin/replace.c:391
11315#, c-format
11316msgid "Not a valid object name: '%s'"
11317msgstr ""
11318
11319#: builtin/replace.c:355
11320#, c-format
11321msgid "bad mergetag in commit '%s'"
11322msgstr ""
11323
11324#: builtin/replace.c:357
11325#, c-format
11326msgid "malformed mergetag in commit '%s'"
11327msgstr ""
11328
11329#: builtin/replace.c:368
11330#, c-format
11331msgid ""
11332"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11333"instead of --graft"
11334msgstr ""
11335
11336#: builtin/replace.c:401
11337#, c-format
11338msgid "the original commit '%s' has a gpg signature."
11339msgstr ""
11340
11341#: builtin/replace.c:402
11342msgid "the signature will be removed in the replacement commit!"
11343msgstr ""
11344
11345#: builtin/replace.c:408
11346#, c-format
11347msgid "could not write replacement commit for: '%s'"
11348msgstr ""
11349
11350#: builtin/replace.c:432
11351msgid "list replace refs"
11352msgstr ""
11353
11354#: builtin/replace.c:433
11355msgid "delete replace refs"
11356msgstr ""
11357
11358#: builtin/replace.c:434
11359msgid "edit existing object"
11360msgstr ""
11361
11362#: builtin/replace.c:435
11363msgid "change a commit's parents"
11364msgstr ""
11365
11366#: builtin/replace.c:436
11367msgid "replace the ref if it exists"
11368msgstr ""
11369
11370#: builtin/replace.c:437
11371msgid "do not pretty-print contents for --edit"
11372msgstr ""
11373
11374#: builtin/replace.c:438
11375msgid "use this format"
11376msgstr ""
11377
11378#: builtin/rerere.c:12
11379msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11380msgstr ""
11381
11382#: builtin/rerere.c:58
11383msgid "register clean resolutions in index"
11384msgstr ""
11385
11386#: builtin/reset.c:26
11387msgid ""
11388"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11389msgstr ""
11390
11391#: builtin/reset.c:27
11392msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11393msgstr ""
11394
11395#: builtin/reset.c:28
11396msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11397msgstr ""
11398
11399#: builtin/reset.c:34
11400msgid "mixed"
11401msgstr ""
11402
11403#: builtin/reset.c:34
11404msgid "soft"
11405msgstr ""
11406
11407#: builtin/reset.c:34
11408msgid "hard"
11409msgstr ""
11410
11411#: builtin/reset.c:34
11412msgid "merge"
11413msgstr ""
11414
11415#: builtin/reset.c:34
11416msgid "keep"
11417msgstr ""
11418
11419#: builtin/reset.c:74
11420msgid "You do not have a valid HEAD."
11421msgstr ""
11422
11423#: builtin/reset.c:76
11424msgid "Failed to find tree of HEAD."
11425msgstr ""
11426
11427#: builtin/reset.c:82
11428#, c-format
11429msgid "Failed to find tree of %s."
11430msgstr ""
11431
11432#: builtin/reset.c:100
11433#, c-format
11434msgid "HEAD is now at %s"
11435msgstr ""
11436
11437#: builtin/reset.c:183
11438#, c-format
11439msgid "Cannot do a %s reset in the middle of a merge."
11440msgstr ""
11441
11442#: builtin/reset.c:276
11443msgid "be quiet, only report errors"
11444msgstr ""
11445
11446#: builtin/reset.c:278
11447msgid "reset HEAD and index"
11448msgstr ""
11449
11450#: builtin/reset.c:279
11451msgid "reset only HEAD"
11452msgstr ""
11453
11454#: builtin/reset.c:281 builtin/reset.c:283
11455msgid "reset HEAD, index and working tree"
11456msgstr ""
11457
11458#: builtin/reset.c:285
11459msgid "reset HEAD but keep local changes"
11460msgstr ""
11461
11462#: builtin/reset.c:288
11463msgid "record only the fact that removed paths will be added later"
11464msgstr ""
11465
11466#: builtin/reset.c:305
11467#, c-format
11468msgid "Failed to resolve '%s' as a valid revision."
11469msgstr ""
11470
11471#: builtin/reset.c:313
11472#, c-format
11473msgid "Failed to resolve '%s' as a valid tree."
11474msgstr ""
11475
11476#: builtin/reset.c:322
11477msgid "--patch is incompatible with --{hard,mixed,soft}"
11478msgstr ""
11479
11480#: builtin/reset.c:331
11481msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
11482msgstr ""
11483
11484#: builtin/reset.c:333
11485#, c-format
11486msgid "Cannot do %s reset with paths."
11487msgstr ""
11488
11489#: builtin/reset.c:343
11490#, c-format
11491msgid "%s reset is not allowed in a bare repository"
11492msgstr ""
11493
11494#: builtin/reset.c:347
11495msgid "-N can only be used with --mixed"
11496msgstr ""
11497
11498#: builtin/reset.c:364
11499msgid "Unstaged changes after reset:"
11500msgstr ""
11501
11502#: builtin/reset.c:370
11503#, c-format
11504msgid "Could not reset index file to revision '%s'."
11505msgstr ""
11506
11507#: builtin/reset.c:374
11508msgid "Could not write new index file."
11509msgstr ""
11510
11511#: builtin/rev-list.c:354
11512msgid "rev-list does not support display of notes"
11513msgstr ""
11514
11515#: builtin/rev-parse.c:391
11516msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
11517msgstr ""
11518
11519#: builtin/rev-parse.c:396
11520msgid "keep the `--` passed as an arg"
11521msgstr ""
11522
11523#: builtin/rev-parse.c:398
11524msgid "stop parsing after the first non-option argument"
11525msgstr ""
11526
11527#: builtin/rev-parse.c:401
11528msgid "output in stuck long form"
11529msgstr ""
11530
11531#: builtin/rev-parse.c:532
11532msgid ""
11533"git rev-parse --parseopt [<options>] -- [<args>...]\n"
11534"   or: git rev-parse --sq-quote [<arg>...]\n"
11535"   or: git rev-parse [<options>] [<arg>...]\n"
11536"\n"
11537"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
11538msgstr ""
11539
11540#: builtin/revert.c:22
11541msgid "git revert [<options>] <commit-ish>..."
11542msgstr ""
11543
11544#: builtin/revert.c:23
11545msgid "git revert <subcommand>"
11546msgstr ""
11547
11548#: builtin/revert.c:28
11549msgid "git cherry-pick [<options>] <commit-ish>..."
11550msgstr ""
11551
11552#: builtin/revert.c:29
11553msgid "git cherry-pick <subcommand>"
11554msgstr ""
11555
11556#: builtin/revert.c:71
11557#, c-format
11558msgid "%s: %s cannot be used with %s"
11559msgstr ""
11560
11561#: builtin/revert.c:80
11562msgid "end revert or cherry-pick sequence"
11563msgstr ""
11564
11565#: builtin/revert.c:81
11566msgid "resume revert or cherry-pick sequence"
11567msgstr ""
11568
11569#: builtin/revert.c:82
11570msgid "cancel revert or cherry-pick sequence"
11571msgstr ""
11572
11573#: builtin/revert.c:83
11574msgid "don't automatically commit"
11575msgstr ""
11576
11577#: builtin/revert.c:84
11578msgid "edit the commit message"
11579msgstr ""
11580
11581#: builtin/revert.c:87
11582msgid "parent number"
11583msgstr ""
11584
11585#: builtin/revert.c:89
11586msgid "merge strategy"
11587msgstr ""
11588
11589#: builtin/revert.c:90
11590msgid "option"
11591msgstr ""
11592
11593#: builtin/revert.c:91
11594msgid "option for merge strategy"
11595msgstr ""
11596
11597#: builtin/revert.c:100
11598msgid "append commit name"
11599msgstr ""
11600
11601#: builtin/revert.c:102
11602msgid "preserve initially empty commits"
11603msgstr ""
11604
11605#: builtin/revert.c:103
11606msgid "allow commits with empty messages"
11607msgstr ""
11608
11609#: builtin/revert.c:104
11610msgid "keep redundant, empty commits"
11611msgstr ""
11612
11613#: builtin/revert.c:192
11614msgid "revert failed"
11615msgstr ""
11616
11617#: builtin/revert.c:205
11618msgid "cherry-pick failed"
11619msgstr ""
11620
11621#: builtin/rm.c:17
11622msgid "git rm [<options>] [--] <file>..."
11623msgstr ""
11624
11625#: builtin/rm.c:205
11626msgid ""
11627"the following file has staged content different from both the\n"
11628"file and the HEAD:"
11629msgid_plural ""
11630"the following files have staged content different from both the\n"
11631"file and the HEAD:"
11632msgstr[0] ""
11633msgstr[1] ""
11634
11635#: builtin/rm.c:210
11636msgid ""
11637"\n"
11638"(use -f to force removal)"
11639msgstr ""
11640
11641#: builtin/rm.c:214
11642msgid "the following file has changes staged in the index:"
11643msgid_plural "the following files have changes staged in the index:"
11644msgstr[0] ""
11645msgstr[1] ""
11646
11647#: builtin/rm.c:218 builtin/rm.c:227
11648msgid ""
11649"\n"
11650"(use --cached to keep the file, or -f to force removal)"
11651msgstr ""
11652
11653#: builtin/rm.c:224
11654msgid "the following file has local modifications:"
11655msgid_plural "the following files have local modifications:"
11656msgstr[0] ""
11657msgstr[1] ""
11658
11659#: builtin/rm.c:242
11660msgid "do not list removed files"
11661msgstr ""
11662
11663#: builtin/rm.c:243
11664msgid "only remove from the index"
11665msgstr ""
11666
11667#: builtin/rm.c:244
11668msgid "override the up-to-date check"
11669msgstr ""
11670
11671#: builtin/rm.c:245
11672msgid "allow recursive removal"
11673msgstr ""
11674
11675#: builtin/rm.c:247
11676msgid "exit with a zero status even if nothing matched"
11677msgstr ""
11678
11679#: builtin/rm.c:308
11680#, c-format
11681msgid "not removing '%s' recursively without -r"
11682msgstr ""
11683
11684#: builtin/rm.c:347
11685#, c-format
11686msgid "git rm: unable to remove %s"
11687msgstr ""
11688
11689#: builtin/rm.c:370
11690#, c-format
11691msgid "could not remove '%s'"
11692msgstr ""
11693
11694#: builtin/send-pack.c:18
11695msgid ""
11696"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
11697"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
11698"[<ref>...]\n"
11699"  --all and explicit <ref> specification are mutually exclusive."
11700msgstr ""
11701
11702#: builtin/send-pack.c:160
11703msgid "remote name"
11704msgstr ""
11705
11706#: builtin/send-pack.c:171
11707msgid "use stateless RPC protocol"
11708msgstr ""
11709
11710#: builtin/send-pack.c:172
11711msgid "read refs from stdin"
11712msgstr ""
11713
11714#: builtin/send-pack.c:173
11715msgid "print status from remote helper"
11716msgstr ""
11717
11718#: builtin/shortlog.c:13
11719msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
11720msgstr ""
11721
11722#: builtin/shortlog.c:249
11723msgid "Group by committer rather than author"
11724msgstr ""
11725
11726#: builtin/shortlog.c:251
11727msgid "sort output according to the number of commits per author"
11728msgstr ""
11729
11730#: builtin/shortlog.c:253
11731msgid "Suppress commit descriptions, only provides commit count"
11732msgstr ""
11733
11734#: builtin/shortlog.c:255
11735msgid "Show the email address of each author"
11736msgstr ""
11737
11738#: builtin/shortlog.c:256
11739msgid "w[,i1[,i2]]"
11740msgstr ""
11741
11742#: builtin/shortlog.c:257
11743msgid "Linewrap output"
11744msgstr ""
11745
11746#: builtin/show-branch.c:10
11747msgid ""
11748"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
11749"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
11750"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
11751"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
11752msgstr ""
11753
11754#: builtin/show-branch.c:14
11755msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
11756msgstr ""
11757
11758#: builtin/show-branch.c:375
11759#, c-format
11760msgid "ignoring %s; cannot handle more than %d ref"
11761msgid_plural "ignoring %s; cannot handle more than %d refs"
11762msgstr[0] ""
11763msgstr[1] ""
11764
11765#: builtin/show-branch.c:541
11766#, c-format
11767msgid "no matching refs with %s"
11768msgstr ""
11769
11770#: builtin/show-branch.c:639
11771msgid "show remote-tracking and local branches"
11772msgstr ""
11773
11774#: builtin/show-branch.c:641
11775msgid "show remote-tracking branches"
11776msgstr ""
11777
11778#: builtin/show-branch.c:643
11779msgid "color '*!+-' corresponding to the branch"
11780msgstr ""
11781
11782#: builtin/show-branch.c:645
11783msgid "show <n> more commits after the common ancestor"
11784msgstr ""
11785
11786#: builtin/show-branch.c:647
11787msgid "synonym to more=-1"
11788msgstr ""
11789
11790#: builtin/show-branch.c:648
11791msgid "suppress naming strings"
11792msgstr ""
11793
11794#: builtin/show-branch.c:650
11795msgid "include the current branch"
11796msgstr ""
11797
11798#: builtin/show-branch.c:652
11799msgid "name commits with their object names"
11800msgstr ""
11801
11802#: builtin/show-branch.c:654
11803msgid "show possible merge bases"
11804msgstr ""
11805
11806#: builtin/show-branch.c:656
11807msgid "show refs unreachable from any other ref"
11808msgstr ""
11809
11810#: builtin/show-branch.c:658
11811msgid "show commits in topological order"
11812msgstr ""
11813
11814#: builtin/show-branch.c:661
11815msgid "show only commits not on the first branch"
11816msgstr ""
11817
11818#: builtin/show-branch.c:663
11819msgid "show merges reachable from only one tip"
11820msgstr ""
11821
11822#: builtin/show-branch.c:665
11823msgid "topologically sort, maintaining date order where possible"
11824msgstr ""
11825
11826#: builtin/show-branch.c:668
11827msgid "<n>[,<base>]"
11828msgstr ""
11829
11830#: builtin/show-branch.c:669
11831msgid "show <n> most recent ref-log entries starting at base"
11832msgstr ""
11833
11834#: builtin/show-branch.c:703
11835msgid ""
11836"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
11837msgstr ""
11838
11839#: builtin/show-branch.c:727
11840msgid "no branches given, and HEAD is not valid"
11841msgstr ""
11842
11843#: builtin/show-branch.c:730
11844msgid "--reflog option needs one branch name"
11845msgstr ""
11846
11847#: builtin/show-branch.c:733
11848#, c-format
11849msgid "only %d entry can be shown at one time."
11850msgid_plural "only %d entries can be shown at one time."
11851msgstr[0] ""
11852msgstr[1] ""
11853
11854#: builtin/show-branch.c:737
11855#, c-format
11856msgid "no such ref %s"
11857msgstr ""
11858
11859#: builtin/show-branch.c:829
11860#, c-format
11861msgid "cannot handle more than %d rev."
11862msgid_plural "cannot handle more than %d revs."
11863msgstr[0] ""
11864msgstr[1] ""
11865
11866#: builtin/show-branch.c:833
11867#, c-format
11868msgid "'%s' is not a valid ref."
11869msgstr ""
11870
11871#: builtin/show-branch.c:836
11872#, c-format
11873msgid "cannot find commit %s (%s)"
11874msgstr ""
11875
11876#: builtin/show-ref.c:10
11877msgid ""
11878"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
11879"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
11880msgstr ""
11881
11882#: builtin/show-ref.c:11
11883msgid "git show-ref --exclude-existing[=<pattern>]"
11884msgstr ""
11885
11886#: builtin/show-ref.c:159
11887msgid "only show tags (can be combined with heads)"
11888msgstr ""
11889
11890#: builtin/show-ref.c:160
11891msgid "only show heads (can be combined with tags)"
11892msgstr ""
11893
11894#: builtin/show-ref.c:161
11895msgid "stricter reference checking, requires exact ref path"
11896msgstr ""
11897
11898#: builtin/show-ref.c:164 builtin/show-ref.c:166
11899msgid "show the HEAD reference, even if it would be filtered out"
11900msgstr ""
11901
11902#: builtin/show-ref.c:168
11903msgid "dereference tags into object IDs"
11904msgstr ""
11905
11906#: builtin/show-ref.c:170
11907msgid "only show SHA1 hash using <n> digits"
11908msgstr ""
11909
11910#: builtin/show-ref.c:174
11911msgid "do not print results to stdout (useful with --verify)"
11912msgstr ""
11913
11914#: builtin/show-ref.c:176
11915msgid "show refs from stdin that aren't in local repository"
11916msgstr ""
11917
11918#: builtin/stripspace.c:17
11919msgid "git stripspace [-s | --strip-comments]"
11920msgstr ""
11921
11922#: builtin/stripspace.c:18
11923msgid "git stripspace [-c | --comment-lines]"
11924msgstr ""
11925
11926#: builtin/stripspace.c:35
11927msgid "skip and remove all lines starting with comment character"
11928msgstr ""
11929
11930#: builtin/stripspace.c:38
11931msgid "prepend comment character and space to each line"
11932msgstr ""
11933
11934#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1062
11935#, c-format
11936msgid "No such ref: %s"
11937msgstr ""
11938
11939#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1071
11940#, c-format
11941msgid "Expecting a full ref name, got %s"
11942msgstr ""
11943
11944#: builtin/submodule--helper.c:71
11945#, c-format
11946msgid "cannot strip one component off url '%s'"
11947msgstr ""
11948
11949#: builtin/submodule--helper.c:282 builtin/submodule--helper.c:592
11950msgid "alternative anchor for relative paths"
11951msgstr ""
11952
11953#: builtin/submodule--helper.c:287
11954msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
11955msgstr ""
11956
11957#: builtin/submodule--helper.c:333 builtin/submodule--helper.c:347
11958#, c-format
11959msgid "No url found for submodule path '%s' in .gitmodules"
11960msgstr ""
11961
11962#: builtin/submodule--helper.c:373
11963#, c-format
11964msgid "Failed to register url for submodule path '%s'"
11965msgstr ""
11966
11967#: builtin/submodule--helper.c:377
11968#, c-format
11969msgid "Submodule '%s' (%s) registered for path '%s'\n"
11970msgstr ""
11971
11972#: builtin/submodule--helper.c:387
11973#, c-format
11974msgid "warning: command update mode suggested for submodule '%s'\n"
11975msgstr ""
11976
11977#: builtin/submodule--helper.c:394
11978#, c-format
11979msgid "Failed to register update mode for submodule path '%s'"
11980msgstr ""
11981
11982#: builtin/submodule--helper.c:410
11983msgid "Suppress output for initializing a submodule"
11984msgstr ""
11985
11986#: builtin/submodule--helper.c:415
11987msgid "git submodule--helper init [<path>]"
11988msgstr ""
11989
11990#: builtin/submodule--helper.c:436
11991msgid "git submodule--helper name <path>"
11992msgstr ""
11993
11994#: builtin/submodule--helper.c:442
11995#, c-format
11996msgid "no submodule mapping found in .gitmodules for path '%s'"
11997msgstr ""
11998
11999#: builtin/submodule--helper.c:525 builtin/submodule--helper.c:528
12000#, c-format
12001msgid "submodule '%s' cannot add alternate: %s"
12002msgstr ""
12003
12004#: builtin/submodule--helper.c:564
12005#, c-format
12006msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12007msgstr ""
12008
12009#: builtin/submodule--helper.c:571
12010#, c-format
12011msgid "Value '%s' for submodule.alternateLocation is not recognized"
12012msgstr ""
12013
12014#: builtin/submodule--helper.c:595
12015msgid "where the new submodule will be cloned to"
12016msgstr ""
12017
12018#: builtin/submodule--helper.c:598
12019msgid "name of the new submodule"
12020msgstr ""
12021
12022#: builtin/submodule--helper.c:601
12023msgid "url where to clone the submodule from"
12024msgstr ""
12025
12026#: builtin/submodule--helper.c:607
12027msgid "depth for shallow clones"
12028msgstr ""
12029
12030#: builtin/submodule--helper.c:610 builtin/submodule--helper.c:980
12031msgid "force cloning progress"
12032msgstr ""
12033
12034#: builtin/submodule--helper.c:615
12035msgid ""
12036"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12037"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12038msgstr ""
12039
12040#: builtin/submodule--helper.c:646
12041#, c-format
12042msgid "clone of '%s' into submodule path '%s' failed"
12043msgstr ""
12044
12045#: builtin/submodule--helper.c:662
12046#, c-format
12047msgid "cannot open file '%s'"
12048msgstr ""
12049
12050#: builtin/submodule--helper.c:667
12051#, c-format
12052msgid "could not close file %s"
12053msgstr ""
12054
12055#: builtin/submodule--helper.c:674
12056#, c-format
12057msgid "could not get submodule directory for '%s'"
12058msgstr ""
12059
12060#: builtin/submodule--helper.c:742
12061#, c-format
12062msgid "Submodule path '%s' not initialized"
12063msgstr ""
12064
12065#: builtin/submodule--helper.c:746
12066msgid "Maybe you want to use 'update --init'?"
12067msgstr ""
12068
12069#: builtin/submodule--helper.c:772
12070#, c-format
12071msgid "Skipping unmerged submodule %s"
12072msgstr ""
12073
12074#: builtin/submodule--helper.c:793
12075#, c-format
12076msgid "Skipping submodule '%s'"
12077msgstr ""
12078
12079#: builtin/submodule--helper.c:929
12080#, c-format
12081msgid "Failed to clone '%s'. Retry scheduled"
12082msgstr ""
12083
12084#: builtin/submodule--helper.c:940
12085#, c-format
12086msgid "Failed to clone '%s' a second time, aborting"
12087msgstr ""
12088
12089#: builtin/submodule--helper.c:961 builtin/submodule--helper.c:1105
12090msgid "path into the working tree"
12091msgstr ""
12092
12093#: builtin/submodule--helper.c:964
12094msgid "path into the working tree, across nested submodule boundaries"
12095msgstr ""
12096
12097#: builtin/submodule--helper.c:968
12098msgid "rebase, merge, checkout or none"
12099msgstr ""
12100
12101#: builtin/submodule--helper.c:972
12102msgid "Create a shallow clone truncated to the specified number of revisions"
12103msgstr ""
12104
12105#: builtin/submodule--helper.c:975
12106msgid "parallel jobs"
12107msgstr ""
12108
12109#: builtin/submodule--helper.c:977
12110msgid "whether the initial clone should follow the shallow recommendation"
12111msgstr ""
12112
12113#: builtin/submodule--helper.c:978
12114msgid "don't print cloning progress"
12115msgstr ""
12116
12117#: builtin/submodule--helper.c:985
12118msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12119msgstr ""
12120
12121#: builtin/submodule--helper.c:995
12122msgid "bad value for update parameter"
12123msgstr ""
12124
12125#: builtin/submodule--helper.c:1066
12126#, c-format
12127msgid ""
12128"Submodule (%s) branch configured to inherit branch from superproject, but "
12129"the superproject is not on any branch"
12130msgstr ""
12131
12132#: builtin/submodule--helper.c:1106
12133msgid "recurse into submodules"
12134msgstr ""
12135
12136#: builtin/submodule--helper.c:1112
12137msgid "git submodule--helper embed-git-dir [<path>...]"
12138msgstr ""
12139
12140#: builtin/submodule--helper.c:1157
12141msgid "submodule--helper subcommand must be called with a subcommand"
12142msgstr ""
12143
12144#: builtin/submodule--helper.c:1164
12145#, c-format
12146msgid "%s doesn't support --super-prefix"
12147msgstr ""
12148
12149#: builtin/submodule--helper.c:1170
12150#, c-format
12151msgid "'%s' is not a valid submodule--helper subcommand"
12152msgstr ""
12153
12154#: builtin/symbolic-ref.c:7
12155msgid "git symbolic-ref [<options>] <name> [<ref>]"
12156msgstr ""
12157
12158#: builtin/symbolic-ref.c:8
12159msgid "git symbolic-ref -d [-q] <name>"
12160msgstr ""
12161
12162#: builtin/symbolic-ref.c:40
12163msgid "suppress error message for non-symbolic (detached) refs"
12164msgstr ""
12165
12166#: builtin/symbolic-ref.c:41
12167msgid "delete symbolic ref"
12168msgstr ""
12169
12170#: builtin/symbolic-ref.c:42
12171msgid "shorten ref output"
12172msgstr ""
12173
12174#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12175msgid "reason"
12176msgstr ""
12177
12178#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12179msgid "reason of the update"
12180msgstr ""
12181
12182#: builtin/tag.c:23
12183msgid ""
12184"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12185"[<head>]"
12186msgstr ""
12187
12188#: builtin/tag.c:24
12189msgid "git tag -d <tagname>..."
12190msgstr ""
12191
12192#: builtin/tag.c:25
12193msgid ""
12194"git tag -l [-n[<num>]] [--contains <commit>] [--points-at <object>]\n"
12195"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12196msgstr ""
12197
12198#: builtin/tag.c:27
12199msgid "git tag -v [--format=<format>] <tagname>..."
12200msgstr ""
12201
12202#: builtin/tag.c:82
12203#, c-format
12204msgid "tag name too long: %.*s..."
12205msgstr ""
12206
12207#: builtin/tag.c:87
12208#, c-format
12209msgid "tag '%s' not found."
12210msgstr ""
12211
12212#: builtin/tag.c:102
12213#, c-format
12214msgid "Deleted tag '%s' (was %s)\n"
12215msgstr ""
12216
12217#: builtin/tag.c:131
12218#, c-format
12219msgid ""
12220"\n"
12221"Write a message for tag:\n"
12222"  %s\n"
12223"Lines starting with '%c' will be ignored.\n"
12224msgstr ""
12225
12226#: builtin/tag.c:135
12227#, c-format
12228msgid ""
12229"\n"
12230"Write a message for tag:\n"
12231"  %s\n"
12232"Lines starting with '%c' will be kept; you may remove them yourself if you "
12233"want to.\n"
12234msgstr ""
12235
12236#: builtin/tag.c:213
12237msgid "unable to sign the tag"
12238msgstr ""
12239
12240#: builtin/tag.c:215
12241msgid "unable to write tag file"
12242msgstr ""
12243
12244#: builtin/tag.c:240
12245msgid "bad object type."
12246msgstr ""
12247
12248#: builtin/tag.c:253
12249msgid "tag header too big."
12250msgstr ""
12251
12252#: builtin/tag.c:289
12253msgid "no tag message?"
12254msgstr ""
12255
12256#: builtin/tag.c:295
12257#, c-format
12258msgid "The tag message has been left in %s\n"
12259msgstr ""
12260
12261#: builtin/tag.c:354
12262msgid "list tag names"
12263msgstr ""
12264
12265#: builtin/tag.c:356
12266msgid "print <n> lines of each tag message"
12267msgstr ""
12268
12269#: builtin/tag.c:358
12270msgid "delete tags"
12271msgstr ""
12272
12273#: builtin/tag.c:359
12274msgid "verify tags"
12275msgstr ""
12276
12277#: builtin/tag.c:361
12278msgid "Tag creation options"
12279msgstr ""
12280
12281#: builtin/tag.c:363
12282msgid "annotated tag, needs a message"
12283msgstr ""
12284
12285#: builtin/tag.c:365
12286msgid "tag message"
12287msgstr ""
12288
12289#: builtin/tag.c:367
12290msgid "annotated and GPG-signed tag"
12291msgstr ""
12292
12293#: builtin/tag.c:371
12294msgid "use another key to sign the tag"
12295msgstr ""
12296
12297#: builtin/tag.c:372
12298msgid "replace the tag if exists"
12299msgstr ""
12300
12301#: builtin/tag.c:373 builtin/update-ref.c:368
12302msgid "create a reflog"
12303msgstr ""
12304
12305#: builtin/tag.c:375
12306msgid "Tag listing options"
12307msgstr ""
12308
12309#: builtin/tag.c:376
12310msgid "show tag list in columns"
12311msgstr ""
12312
12313#: builtin/tag.c:377 builtin/tag.c:378
12314msgid "print only tags that contain the commit"
12315msgstr ""
12316
12317#: builtin/tag.c:379
12318msgid "print only tags that are merged"
12319msgstr ""
12320
12321#: builtin/tag.c:380
12322msgid "print only tags that are not merged"
12323msgstr ""
12324
12325#: builtin/tag.c:385
12326msgid "print only tags of the object"
12327msgstr ""
12328
12329#: builtin/tag.c:415
12330msgid "--column and -n are incompatible"
12331msgstr ""
12332
12333#: builtin/tag.c:437
12334msgid "-n option is only allowed with -l."
12335msgstr ""
12336
12337#: builtin/tag.c:439
12338msgid "--contains option is only allowed with -l."
12339msgstr ""
12340
12341#: builtin/tag.c:441
12342msgid "--points-at option is only allowed with -l."
12343msgstr ""
12344
12345#: builtin/tag.c:443
12346msgid "--merged and --no-merged option are only allowed with -l"
12347msgstr ""
12348
12349#: builtin/tag.c:454
12350msgid "only one -F or -m option is allowed."
12351msgstr ""
12352
12353#: builtin/tag.c:473
12354msgid "too many params"
12355msgstr ""
12356
12357#: builtin/tag.c:479
12358#, c-format
12359msgid "'%s' is not a valid tag name."
12360msgstr ""
12361
12362#: builtin/tag.c:484
12363#, c-format
12364msgid "tag '%s' already exists"
12365msgstr ""
12366
12367#: builtin/tag.c:512
12368#, c-format
12369msgid "Updated tag '%s' (was %s)\n"
12370msgstr ""
12371
12372#: builtin/unpack-objects.c:493
12373msgid "Unpacking objects"
12374msgstr ""
12375
12376#: builtin/update-index.c:79
12377#, c-format
12378msgid "failed to create directory %s"
12379msgstr ""
12380
12381#: builtin/update-index.c:85
12382#, c-format
12383msgid "failed to stat %s"
12384msgstr ""
12385
12386#: builtin/update-index.c:95
12387#, c-format
12388msgid "failed to create file %s"
12389msgstr ""
12390
12391#: builtin/update-index.c:103
12392#, c-format
12393msgid "failed to delete file %s"
12394msgstr ""
12395
12396#: builtin/update-index.c:110 builtin/update-index.c:212
12397#, c-format
12398msgid "failed to delete directory %s"
12399msgstr ""
12400
12401#: builtin/update-index.c:133
12402#, c-format
12403msgid "Testing mtime in '%s' "
12404msgstr ""
12405
12406#: builtin/update-index.c:145
12407msgid "directory stat info does not change after adding a new file"
12408msgstr ""
12409
12410#: builtin/update-index.c:158
12411msgid "directory stat info does not change after adding a new directory"
12412msgstr ""
12413
12414#: builtin/update-index.c:171
12415msgid "directory stat info changes after updating a file"
12416msgstr ""
12417
12418#: builtin/update-index.c:182
12419msgid "directory stat info changes after adding a file inside subdirectory"
12420msgstr ""
12421
12422#: builtin/update-index.c:193
12423msgid "directory stat info does not change after deleting a file"
12424msgstr ""
12425
12426#: builtin/update-index.c:206
12427msgid "directory stat info does not change after deleting a directory"
12428msgstr ""
12429
12430#: builtin/update-index.c:213
12431msgid " OK"
12432msgstr ""
12433
12434#: builtin/update-index.c:564
12435msgid "git update-index [<options>] [--] [<file>...]"
12436msgstr ""
12437
12438#: builtin/update-index.c:919
12439msgid "continue refresh even when index needs update"
12440msgstr ""
12441
12442#: builtin/update-index.c:922
12443msgid "refresh: ignore submodules"
12444msgstr ""
12445
12446#: builtin/update-index.c:925
12447msgid "do not ignore new files"
12448msgstr ""
12449
12450#: builtin/update-index.c:927
12451msgid "let files replace directories and vice-versa"
12452msgstr ""
12453
12454#: builtin/update-index.c:929
12455msgid "notice files missing from worktree"
12456msgstr ""
12457
12458#: builtin/update-index.c:931
12459msgid "refresh even if index contains unmerged entries"
12460msgstr ""
12461
12462#: builtin/update-index.c:934
12463msgid "refresh stat information"
12464msgstr ""
12465
12466#: builtin/update-index.c:938
12467msgid "like --refresh, but ignore assume-unchanged setting"
12468msgstr ""
12469
12470#: builtin/update-index.c:942
12471msgid "<mode>,<object>,<path>"
12472msgstr ""
12473
12474#: builtin/update-index.c:943
12475msgid "add the specified entry to the index"
12476msgstr ""
12477
12478#: builtin/update-index.c:952
12479msgid "mark files as \"not changing\""
12480msgstr ""
12481
12482#: builtin/update-index.c:955
12483msgid "clear assumed-unchanged bit"
12484msgstr ""
12485
12486#: builtin/update-index.c:958
12487msgid "mark files as \"index-only\""
12488msgstr ""
12489
12490#: builtin/update-index.c:961
12491msgid "clear skip-worktree bit"
12492msgstr ""
12493
12494#: builtin/update-index.c:964
12495msgid "add to index only; do not add content to object database"
12496msgstr ""
12497
12498#: builtin/update-index.c:966
12499msgid "remove named paths even if present in worktree"
12500msgstr ""
12501
12502#: builtin/update-index.c:968
12503msgid "with --stdin: input lines are terminated by null bytes"
12504msgstr ""
12505
12506#: builtin/update-index.c:970
12507msgid "read list of paths to be updated from standard input"
12508msgstr ""
12509
12510#: builtin/update-index.c:974
12511msgid "add entries from standard input to the index"
12512msgstr ""
12513
12514#: builtin/update-index.c:978
12515msgid "repopulate stages #2 and #3 for the listed paths"
12516msgstr ""
12517
12518#: builtin/update-index.c:982
12519msgid "only update entries that differ from HEAD"
12520msgstr ""
12521
12522#: builtin/update-index.c:986
12523msgid "ignore files missing from worktree"
12524msgstr ""
12525
12526#: builtin/update-index.c:989
12527msgid "report actions to standard output"
12528msgstr ""
12529
12530#: builtin/update-index.c:991
12531msgid "(for porcelains) forget saved unresolved conflicts"
12532msgstr ""
12533
12534#: builtin/update-index.c:995
12535msgid "write index in this format"
12536msgstr ""
12537
12538#: builtin/update-index.c:997
12539msgid "enable or disable split index"
12540msgstr ""
12541
12542#: builtin/update-index.c:999
12543msgid "enable/disable untracked cache"
12544msgstr ""
12545
12546#: builtin/update-index.c:1001
12547msgid "test if the filesystem supports untracked cache"
12548msgstr ""
12549
12550#: builtin/update-index.c:1003
12551msgid "enable untracked cache without testing the filesystem"
12552msgstr ""
12553
12554#: builtin/update-index.c:1120
12555msgid ""
12556"core.untrackedCache is set to true; remove or change it, if you really want "
12557"to disable the untracked cache"
12558msgstr ""
12559
12560#: builtin/update-index.c:1124
12561msgid "Untracked cache disabled"
12562msgstr ""
12563
12564#: builtin/update-index.c:1132
12565msgid ""
12566"core.untrackedCache is set to false; remove or change it, if you really want "
12567"to enable the untracked cache"
12568msgstr ""
12569
12570#: builtin/update-index.c:1136
12571#, c-format
12572msgid "Untracked cache enabled for '%s'"
12573msgstr ""
12574
12575#: builtin/update-ref.c:9
12576msgid "git update-ref [<options>] -d <refname> [<old-val>]"
12577msgstr ""
12578
12579#: builtin/update-ref.c:10
12580msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
12581msgstr ""
12582
12583#: builtin/update-ref.c:11
12584msgid "git update-ref [<options>] --stdin [-z]"
12585msgstr ""
12586
12587#: builtin/update-ref.c:363
12588msgid "delete the reference"
12589msgstr ""
12590
12591#: builtin/update-ref.c:365
12592msgid "update <refname> not the one it points to"
12593msgstr ""
12594
12595#: builtin/update-ref.c:366
12596msgid "stdin has NUL-terminated arguments"
12597msgstr ""
12598
12599#: builtin/update-ref.c:367
12600msgid "read updates from stdin"
12601msgstr ""
12602
12603#: builtin/update-server-info.c:6
12604msgid "git update-server-info [--force]"
12605msgstr ""
12606
12607#: builtin/update-server-info.c:14
12608msgid "update the info files from scratch"
12609msgstr ""
12610
12611#: builtin/verify-commit.c:17
12612msgid "git verify-commit [-v | --verbose] <commit>..."
12613msgstr ""
12614
12615#: builtin/verify-commit.c:72
12616msgid "print commit contents"
12617msgstr ""
12618
12619#: builtin/verify-commit.c:73 builtin/verify-tag.c:37
12620msgid "print raw gpg status output"
12621msgstr ""
12622
12623#: builtin/verify-pack.c:54
12624msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
12625msgstr ""
12626
12627#: builtin/verify-pack.c:64
12628msgid "verbose"
12629msgstr ""
12630
12631#: builtin/verify-pack.c:66
12632msgid "show statistics only"
12633msgstr ""
12634
12635#: builtin/verify-tag.c:18
12636msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
12637msgstr ""
12638
12639#: builtin/verify-tag.c:36
12640msgid "print tag contents"
12641msgstr ""
12642
12643#: builtin/worktree.c:15
12644msgid "git worktree add [<options>] <path> [<branch>]"
12645msgstr ""
12646
12647#: builtin/worktree.c:16
12648msgid "git worktree list [<options>]"
12649msgstr ""
12650
12651#: builtin/worktree.c:17
12652msgid "git worktree lock [<options>] <path>"
12653msgstr ""
12654
12655#: builtin/worktree.c:18
12656msgid "git worktree prune [<options>]"
12657msgstr ""
12658
12659#: builtin/worktree.c:19
12660msgid "git worktree unlock <path>"
12661msgstr ""
12662
12663#: builtin/worktree.c:42
12664#, c-format
12665msgid "Removing worktrees/%s: not a valid directory"
12666msgstr ""
12667
12668#: builtin/worktree.c:48
12669#, c-format
12670msgid "Removing worktrees/%s: gitdir file does not exist"
12671msgstr ""
12672
12673#: builtin/worktree.c:53
12674#, c-format
12675msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
12676msgstr ""
12677
12678#: builtin/worktree.c:64
12679#, c-format
12680msgid "Removing worktrees/%s: invalid gitdir file"
12681msgstr ""
12682
12683#: builtin/worktree.c:80
12684#, c-format
12685msgid "Removing worktrees/%s: gitdir file points to non-existent location"
12686msgstr ""
12687
12688#: builtin/worktree.c:128
12689msgid "report pruned working trees"
12690msgstr ""
12691
12692#: builtin/worktree.c:130
12693msgid "expire working trees older than <time>"
12694msgstr ""
12695
12696#: builtin/worktree.c:204
12697#, c-format
12698msgid "'%s' already exists"
12699msgstr ""
12700
12701#: builtin/worktree.c:236
12702#, c-format
12703msgid "could not create directory of '%s'"
12704msgstr ""
12705
12706#: builtin/worktree.c:272
12707#, c-format
12708msgid "Preparing %s (identifier %s)"
12709msgstr ""
12710
12711#: builtin/worktree.c:323
12712msgid "checkout <branch> even if already checked out in other worktree"
12713msgstr ""
12714
12715#: builtin/worktree.c:325
12716msgid "create a new branch"
12717msgstr ""
12718
12719#: builtin/worktree.c:327
12720msgid "create or reset a branch"
12721msgstr ""
12722
12723#: builtin/worktree.c:329
12724msgid "populate the new working tree"
12725msgstr ""
12726
12727#: builtin/worktree.c:337
12728msgid "-b, -B, and --detach are mutually exclusive"
12729msgstr ""
12730
12731#: builtin/worktree.c:472
12732msgid "reason for locking"
12733msgstr ""
12734
12735#: builtin/worktree.c:484 builtin/worktree.c:517
12736#, c-format
12737msgid "'%s' is not a working tree"
12738msgstr ""
12739
12740#: builtin/worktree.c:486 builtin/worktree.c:519
12741msgid "The main working tree cannot be locked or unlocked"
12742msgstr ""
12743
12744#: builtin/worktree.c:491
12745#, c-format
12746msgid "'%s' is already locked, reason: %s"
12747msgstr ""
12748
12749#: builtin/worktree.c:493
12750#, c-format
12751msgid "'%s' is already locked"
12752msgstr ""
12753
12754#: builtin/worktree.c:521
12755#, c-format
12756msgid "'%s' is not locked"
12757msgstr ""
12758
12759#: builtin/write-tree.c:13
12760msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
12761msgstr ""
12762
12763#: builtin/write-tree.c:26
12764msgid "<prefix>/"
12765msgstr ""
12766
12767#: builtin/write-tree.c:27
12768msgid "write tree object for a subdirectory <prefix>"
12769msgstr ""
12770
12771#: builtin/write-tree.c:30
12772msgid "only useful for debugging"
12773msgstr ""
12774
12775#: upload-pack.c:22
12776msgid "git upload-pack [<options>] <dir>"
12777msgstr ""
12778
12779#: upload-pack.c:1036
12780msgid "quit after a single request/response exchange"
12781msgstr ""
12782
12783#: upload-pack.c:1038
12784msgid "exit immediately after initial ref advertisement"
12785msgstr ""
12786
12787#: upload-pack.c:1040
12788msgid "do not try <directory>/.git/ if <directory> is no Git directory"
12789msgstr ""
12790
12791#: upload-pack.c:1042
12792msgid "interrupt transfer after <n> seconds of inactivity"
12793msgstr ""
12794
12795#: credential-cache--daemon.c:223
12796#, c-format
12797msgid ""
12798"The permissions on your socket directory are too loose; other\n"
12799"users may be able to read your cached credentials. Consider running:\n"
12800"\n"
12801"\tchmod 0700 %s"
12802msgstr ""
12803
12804#: credential-cache--daemon.c:271
12805msgid "print debugging messages to stderr"
12806msgstr ""
12807
12808#: git.c:14
12809msgid ""
12810"'git help -a' and 'git help -g' list available subcommands and some\n"
12811"concept guides. See 'git help <command>' or 'git help <concept>'\n"
12812"to read about a specific subcommand or concept."
12813msgstr ""
12814
12815#: http.c:344
12816msgid "Delegation control is not supported with cURL < 7.22.0"
12817msgstr ""
12818
12819#: http.c:353
12820msgid "Public key pinning not supported with cURL < 7.44.0"
12821msgstr ""
12822
12823#: http.c:1713
12824#, c-format
12825msgid ""
12826"unable to update url base from redirection:\n"
12827"  asked for: %s\n"
12828"   redirect: %s"
12829msgstr ""
12830
12831#: remote-curl.c:319
12832#, c-format
12833msgid "redirecting to %s"
12834msgstr ""
12835
12836#: common-cmds.h:9
12837msgid "start a working area (see also: git help tutorial)"
12838msgstr ""
12839
12840#: common-cmds.h:10
12841msgid "work on the current change (see also: git help everyday)"
12842msgstr ""
12843
12844#: common-cmds.h:11
12845msgid "examine the history and state (see also: git help revisions)"
12846msgstr ""
12847
12848#: common-cmds.h:12
12849msgid "grow, mark and tweak your common history"
12850msgstr ""
12851
12852#: common-cmds.h:13
12853msgid "collaborate (see also: git help workflows)"
12854msgstr ""
12855
12856#: common-cmds.h:17
12857msgid "Add file contents to the index"
12858msgstr ""
12859
12860#: common-cmds.h:18
12861msgid "Use binary search to find the commit that introduced a bug"
12862msgstr ""
12863
12864#: common-cmds.h:19
12865msgid "List, create, or delete branches"
12866msgstr ""
12867
12868#: common-cmds.h:20
12869msgid "Switch branches or restore working tree files"
12870msgstr ""
12871
12872#: common-cmds.h:21
12873msgid "Clone a repository into a new directory"
12874msgstr ""
12875
12876#: common-cmds.h:22
12877msgid "Record changes to the repository"
12878msgstr ""
12879
12880#: common-cmds.h:23
12881msgid "Show changes between commits, commit and working tree, etc"
12882msgstr ""
12883
12884#: common-cmds.h:24
12885msgid "Download objects and refs from another repository"
12886msgstr ""
12887
12888#: common-cmds.h:25
12889msgid "Print lines matching a pattern"
12890msgstr ""
12891
12892#: common-cmds.h:26
12893msgid "Create an empty Git repository or reinitialize an existing one"
12894msgstr ""
12895
12896#: common-cmds.h:27
12897msgid "Show commit logs"
12898msgstr ""
12899
12900#: common-cmds.h:28
12901msgid "Join two or more development histories together"
12902msgstr ""
12903
12904#: common-cmds.h:29
12905msgid "Move or rename a file, a directory, or a symlink"
12906msgstr ""
12907
12908#: common-cmds.h:30
12909msgid "Fetch from and integrate with another repository or a local branch"
12910msgstr ""
12911
12912#: common-cmds.h:31
12913msgid "Update remote refs along with associated objects"
12914msgstr ""
12915
12916#: common-cmds.h:32
12917msgid "Reapply commits on top of another base tip"
12918msgstr ""
12919
12920#: common-cmds.h:33
12921msgid "Reset current HEAD to the specified state"
12922msgstr ""
12923
12924#: common-cmds.h:34
12925msgid "Remove files from the working tree and from the index"
12926msgstr ""
12927
12928#: common-cmds.h:35
12929msgid "Show various types of objects"
12930msgstr ""
12931
12932#: common-cmds.h:36
12933msgid "Show the working tree status"
12934msgstr ""
12935
12936#: common-cmds.h:37
12937msgid "Create, list, delete or verify a tag object signed with GPG"
12938msgstr ""
12939
12940#: parse-options.h:145
12941msgid "expiry-date"
12942msgstr ""
12943
12944#: parse-options.h:160
12945msgid "no-op (backward compatibility)"
12946msgstr ""
12947
12948#: parse-options.h:238
12949msgid "be more verbose"
12950msgstr ""
12951
12952#: parse-options.h:240
12953msgid "be more quiet"
12954msgstr ""
12955
12956#: parse-options.h:246
12957msgid "use <n> digits to display SHA-1s"
12958msgstr ""
12959
12960#: rerere.h:40
12961msgid "update the index with reused conflict resolution if possible"
12962msgstr ""
12963
12964#: git-bisect.sh:54
12965msgid "You need to start by \"git bisect start\""
12966msgstr ""
12967
12968#. TRANSLATORS: Make sure to include [Y] and [n] in your
12969#. translation. The program will only accept English input
12970#. at this point.
12971#: git-bisect.sh:60
12972msgid "Do you want me to do it for you [Y/n]? "
12973msgstr ""
12974
12975#: git-bisect.sh:121
12976#, sh-format
12977msgid "unrecognised option: '$arg'"
12978msgstr ""
12979
12980#: git-bisect.sh:125
12981#, sh-format
12982msgid "'$arg' does not appear to be a valid revision"
12983msgstr ""
12984
12985#: git-bisect.sh:154
12986msgid "Bad HEAD - I need a HEAD"
12987msgstr ""
12988
12989#: git-bisect.sh:167
12990#, sh-format
12991msgid ""
12992"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
12993msgstr ""
12994
12995#: git-bisect.sh:177
12996msgid "won't bisect on cg-seek'ed tree"
12997msgstr ""
12998
12999#: git-bisect.sh:181
13000msgid "Bad HEAD - strange symbolic ref"
13001msgstr ""
13002
13003#: git-bisect.sh:233
13004#, sh-format
13005msgid "Bad bisect_write argument: $state"
13006msgstr ""
13007
13008#: git-bisect.sh:262
13009#, sh-format
13010msgid "Bad rev input: $arg"
13011msgstr ""
13012
13013#: git-bisect.sh:281
13014#, sh-format
13015msgid "Bad rev input: $bisected_head"
13016msgstr ""
13017
13018#: git-bisect.sh:290
13019#, sh-format
13020msgid "Bad rev input: $rev"
13021msgstr ""
13022
13023#: git-bisect.sh:299
13024#, sh-format
13025msgid "'git bisect $TERM_BAD' can take only one argument."
13026msgstr ""
13027
13028#: git-bisect.sh:322
13029#, sh-format
13030msgid "Warning: bisecting only with a $TERM_BAD commit."
13031msgstr ""
13032
13033#. TRANSLATORS: Make sure to include [Y] and [n] in your
13034#. translation. The program will only accept English input
13035#. at this point.
13036#: git-bisect.sh:328
13037msgid "Are you sure [Y/n]? "
13038msgstr ""
13039
13040#: git-bisect.sh:340
13041#, sh-format
13042msgid ""
13043"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13044"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13045msgstr ""
13046
13047#: git-bisect.sh:343
13048#, sh-format
13049msgid ""
13050"You need to start by \"git bisect start\".\n"
13051"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13052"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13053msgstr ""
13054
13055#: git-bisect.sh:414 git-bisect.sh:546
13056msgid "We are not bisecting."
13057msgstr ""
13058
13059#: git-bisect.sh:421
13060#, sh-format
13061msgid "'$invalid' is not a valid commit"
13062msgstr ""
13063
13064#: git-bisect.sh:430
13065#, sh-format
13066msgid ""
13067"Could not check out original HEAD '$branch'.\n"
13068"Try 'git bisect reset <commit>'."
13069msgstr ""
13070
13071#: git-bisect.sh:458
13072msgid "No logfile given"
13073msgstr ""
13074
13075#: git-bisect.sh:459
13076#, sh-format
13077msgid "cannot read $file for replaying"
13078msgstr ""
13079
13080#: git-bisect.sh:480
13081msgid "?? what are you talking about?"
13082msgstr ""
13083
13084#: git-bisect.sh:492
13085#, sh-format
13086msgid "running $command"
13087msgstr ""
13088
13089#: git-bisect.sh:499
13090#, sh-format
13091msgid ""
13092"bisect run failed:\n"
13093"exit code $res from '$command' is < 0 or >= 128"
13094msgstr ""
13095
13096#: git-bisect.sh:525
13097msgid "bisect run cannot continue any more"
13098msgstr ""
13099
13100#: git-bisect.sh:531
13101#, sh-format
13102msgid ""
13103"bisect run failed:\n"
13104"'bisect_state $state' exited with error code $res"
13105msgstr ""
13106
13107#: git-bisect.sh:538
13108msgid "bisect run success"
13109msgstr ""
13110
13111#: git-bisect.sh:565
13112msgid "please use two different terms"
13113msgstr ""
13114
13115#: git-bisect.sh:575
13116#, sh-format
13117msgid "'$term' is not a valid term"
13118msgstr ""
13119
13120#: git-bisect.sh:578
13121#, sh-format
13122msgid "can't use the builtin command '$term' as a term"
13123msgstr ""
13124
13125#: git-bisect.sh:587 git-bisect.sh:593
13126#, sh-format
13127msgid "can't change the meaning of term '$term'"
13128msgstr ""
13129
13130#: git-bisect.sh:606
13131#, sh-format
13132msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13133msgstr ""
13134
13135#: git-bisect.sh:636
13136msgid "no terms defined"
13137msgstr ""
13138
13139#: git-bisect.sh:653
13140#, sh-format
13141msgid ""
13142"invalid argument $arg for 'git bisect terms'.\n"
13143"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13144msgstr ""
13145
13146#: git-merge-octopus.sh:46
13147msgid ""
13148"Error: Your local changes to the following files would be overwritten by "
13149"merge"
13150msgstr ""
13151
13152#: git-merge-octopus.sh:61
13153msgid "Automated merge did not work."
13154msgstr ""
13155
13156#: git-merge-octopus.sh:62
13157msgid "Should not be doing an octopus."
13158msgstr ""
13159
13160#: git-merge-octopus.sh:73
13161#, sh-format
13162msgid "Unable to find common commit with $pretty_name"
13163msgstr ""
13164
13165#: git-merge-octopus.sh:77
13166#, sh-format
13167msgid "Already up-to-date with $pretty_name"
13168msgstr ""
13169
13170#: git-merge-octopus.sh:89
13171#, sh-format
13172msgid "Fast-forwarding to: $pretty_name"
13173msgstr ""
13174
13175#: git-merge-octopus.sh:97
13176#, sh-format
13177msgid "Trying simple merge with $pretty_name"
13178msgstr ""
13179
13180#: git-merge-octopus.sh:102
13181msgid "Simple merge did not work, trying automatic merge."
13182msgstr ""
13183
13184#: git-rebase.sh:57
13185msgid ""
13186"When you have resolved this problem, run \"git rebase --continue\".\n"
13187"If you prefer to skip this patch, run \"git rebase --skip\" instead.\n"
13188"To check out the original branch and stop rebasing, run \"git rebase --abort"
13189"\"."
13190msgstr ""
13191
13192#: git-rebase.sh:157 git-rebase.sh:396
13193#, sh-format
13194msgid "Could not move back to $head_name"
13195msgstr ""
13196
13197#: git-rebase.sh:171
13198#, sh-format
13199msgid "Cannot store $stash_sha1"
13200msgstr ""
13201
13202#: git-rebase.sh:211
13203msgid "The pre-rebase hook refused to rebase."
13204msgstr ""
13205
13206#: git-rebase.sh:216
13207msgid "It looks like git-am is in progress. Cannot rebase."
13208msgstr ""
13209
13210#: git-rebase.sh:357
13211msgid "No rebase in progress?"
13212msgstr ""
13213
13214#: git-rebase.sh:368
13215msgid "The --edit-todo action can only be used during interactive rebase."
13216msgstr ""
13217
13218#: git-rebase.sh:375
13219msgid "Cannot read HEAD"
13220msgstr ""
13221
13222#: git-rebase.sh:378
13223msgid ""
13224"You must edit all merge conflicts and then\n"
13225"mark them as resolved using git add"
13226msgstr ""
13227
13228#: git-rebase.sh:418
13229#, sh-format
13230msgid ""
13231"It seems that there is already a $state_dir_base directory, and\n"
13232"I wonder if you are in the middle of another rebase.  If that is the\n"
13233"case, please try\n"
13234"\t$cmd_live_rebase\n"
13235"If that is not the case, please\n"
13236"\t$cmd_clear_stale_rebase\n"
13237"and run me again.  I am stopping in case you still have something\n"
13238"valuable there."
13239msgstr ""
13240
13241#: git-rebase.sh:469
13242#, sh-format
13243msgid "invalid upstream $upstream_name"
13244msgstr ""
13245
13246#: git-rebase.sh:493
13247#, sh-format
13248msgid "$onto_name: there are more than one merge bases"
13249msgstr ""
13250
13251#: git-rebase.sh:496 git-rebase.sh:500
13252#, sh-format
13253msgid "$onto_name: there is no merge base"
13254msgstr ""
13255
13256#: git-rebase.sh:505
13257#, sh-format
13258msgid "Does not point to a valid commit: $onto_name"
13259msgstr ""
13260
13261#: git-rebase.sh:528
13262#, sh-format
13263msgid "fatal: no such branch: $branch_name"
13264msgstr ""
13265
13266#: git-rebase.sh:561
13267msgid "Cannot autostash"
13268msgstr ""
13269
13270#: git-rebase.sh:566
13271#, sh-format
13272msgid "Created autostash: $stash_abbrev"
13273msgstr ""
13274
13275#: git-rebase.sh:570
13276msgid "Please commit or stash them."
13277msgstr ""
13278
13279#: git-rebase.sh:590
13280#, sh-format
13281msgid "Current branch $branch_name is up to date."
13282msgstr ""
13283
13284#: git-rebase.sh:594
13285#, sh-format
13286msgid "Current branch $branch_name is up to date, rebase forced."
13287msgstr ""
13288
13289#: git-rebase.sh:605
13290#, sh-format
13291msgid "Changes from $mb to $onto:"
13292msgstr ""
13293
13294#: git-rebase.sh:614
13295msgid "First, rewinding head to replay your work on top of it..."
13296msgstr ""
13297
13298#: git-rebase.sh:624
13299#, sh-format
13300msgid "Fast-forwarded $branch_name to $onto_name."
13301msgstr ""
13302
13303#: git-stash.sh:50
13304msgid "git stash clear with parameters is unimplemented"
13305msgstr ""
13306
13307#: git-stash.sh:73
13308msgid "You do not have the initial commit yet"
13309msgstr ""
13310
13311#: git-stash.sh:88
13312msgid "Cannot save the current index state"
13313msgstr ""
13314
13315#: git-stash.sh:103
13316msgid "Cannot save the untracked files"
13317msgstr ""
13318
13319#: git-stash.sh:123 git-stash.sh:136
13320msgid "Cannot save the current worktree state"
13321msgstr ""
13322
13323#: git-stash.sh:140
13324msgid "No changes selected"
13325msgstr ""
13326
13327#: git-stash.sh:143
13328msgid "Cannot remove temporary index (can't happen)"
13329msgstr ""
13330
13331#: git-stash.sh:156
13332msgid "Cannot record working tree state"
13333msgstr ""
13334
13335#: git-stash.sh:188
13336#, sh-format
13337msgid "Cannot update $ref_stash with $w_commit"
13338msgstr ""
13339
13340#. TRANSLATORS: $option is an invalid option, like
13341#. `--blah-blah'. The 7 spaces at the beginning of the
13342#. second line correspond to "error: ". So you should line
13343#. up the second line with however many characters the
13344#. translation of "error: " takes in your language. E.g. in
13345#. English this is:
13346#.
13347#. $ git stash save --blah-blah 2>&1 | head -n 2
13348#. error: unknown option for 'stash save': --blah-blah
13349#. To provide a message, use git stash save -- '--blah-blah'
13350#: git-stash.sh:238
13351#, sh-format
13352msgid ""
13353"error: unknown option for 'stash save': $option\n"
13354"       To provide a message, use git stash save -- '$option'"
13355msgstr ""
13356
13357#: git-stash.sh:251
13358msgid "Can't use --patch and --include-untracked or --all at the same time"
13359msgstr ""
13360
13361#: git-stash.sh:259
13362msgid "No local changes to save"
13363msgstr ""
13364
13365#: git-stash.sh:263
13366msgid "Cannot initialize stash"
13367msgstr ""
13368
13369#: git-stash.sh:267
13370msgid "Cannot save the current status"
13371msgstr ""
13372
13373#: git-stash.sh:268
13374#, sh-format
13375msgid "Saved working directory and index state $stash_msg"
13376msgstr ""
13377
13378#: git-stash.sh:285
13379msgid "Cannot remove worktree changes"
13380msgstr ""
13381
13382#: git-stash.sh:403
13383#, sh-format
13384msgid "unknown option: $opt"
13385msgstr ""
13386
13387#: git-stash.sh:416
13388msgid "No stash found."
13389msgstr ""
13390
13391#: git-stash.sh:423
13392#, sh-format
13393msgid "Too many revisions specified: $REV"
13394msgstr ""
13395
13396#: git-stash.sh:438
13397#, sh-format
13398msgid "$reference is not a valid reference"
13399msgstr ""
13400
13401#: git-stash.sh:466
13402#, sh-format
13403msgid "'$args' is not a stash-like commit"
13404msgstr ""
13405
13406#: git-stash.sh:477
13407#, sh-format
13408msgid "'$args' is not a stash reference"
13409msgstr ""
13410
13411#: git-stash.sh:485
13412msgid "unable to refresh index"
13413msgstr ""
13414
13415#: git-stash.sh:489
13416msgid "Cannot apply a stash in the middle of a merge"
13417msgstr ""
13418
13419#: git-stash.sh:497
13420msgid "Conflicts in index. Try without --index."
13421msgstr ""
13422
13423#: git-stash.sh:499
13424msgid "Could not save index tree"
13425msgstr ""
13426
13427#: git-stash.sh:508
13428msgid "Could not restore untracked files from stash"
13429msgstr ""
13430
13431#: git-stash.sh:533
13432msgid "Cannot unstage modified files"
13433msgstr ""
13434
13435#: git-stash.sh:548
13436msgid "Index was not unstashed."
13437msgstr ""
13438
13439#: git-stash.sh:562
13440msgid "The stash is kept in case you need it again."
13441msgstr ""
13442
13443#: git-stash.sh:571
13444#, sh-format
13445msgid "Dropped ${REV} ($s)"
13446msgstr ""
13447
13448#: git-stash.sh:572
13449#, sh-format
13450msgid "${REV}: Could not drop stash entry"
13451msgstr ""
13452
13453#: git-stash.sh:580
13454msgid "No branch name specified"
13455msgstr ""
13456
13457#: git-stash.sh:652
13458msgid "(To restore them type \"git stash apply\")"
13459msgstr ""
13460
13461#: git-submodule.sh:181
13462msgid "Relative path can only be used from the toplevel of the working tree"
13463msgstr ""
13464
13465#: git-submodule.sh:191
13466#, sh-format
13467msgid "repo URL: '$repo' must be absolute or begin with ./|../"
13468msgstr ""
13469
13470#: git-submodule.sh:210
13471#, sh-format
13472msgid "'$sm_path' already exists in the index"
13473msgstr ""
13474
13475#: git-submodule.sh:213
13476#, sh-format
13477msgid "'$sm_path' already exists in the index and is not a submodule"
13478msgstr ""
13479
13480#: git-submodule.sh:218
13481#, sh-format
13482msgid ""
13483"The following path is ignored by one of your .gitignore files:\n"
13484"$sm_path\n"
13485"Use -f if you really want to add it."
13486msgstr ""
13487
13488#: git-submodule.sh:236
13489#, sh-format
13490msgid "Adding existing repo at '$sm_path' to the index"
13491msgstr ""
13492
13493#: git-submodule.sh:238
13494#, sh-format
13495msgid "'$sm_path' already exists and is not a valid git repo"
13496msgstr ""
13497
13498#: git-submodule.sh:246
13499#, sh-format
13500msgid "A git directory for '$sm_name' is found locally with remote(s):"
13501msgstr ""
13502
13503#: git-submodule.sh:248
13504#, sh-format
13505msgid ""
13506"If you want to reuse this local git directory instead of cloning again from\n"
13507"  $realrepo\n"
13508"use the '--force' option. If the local git directory is not the correct "
13509"repo\n"
13510"or you are unsure what this means choose another name with the '--name' "
13511"option."
13512msgstr ""
13513
13514#: git-submodule.sh:254
13515#, sh-format
13516msgid "Reactivating local git directory for submodule '$sm_name'."
13517msgstr ""
13518
13519#: git-submodule.sh:266
13520#, sh-format
13521msgid "Unable to checkout submodule '$sm_path'"
13522msgstr ""
13523
13524#: git-submodule.sh:271
13525#, sh-format
13526msgid "Failed to add submodule '$sm_path'"
13527msgstr ""
13528
13529#: git-submodule.sh:280
13530#, sh-format
13531msgid "Failed to register submodule '$sm_path'"
13532msgstr ""
13533
13534#: git-submodule.sh:327
13535#, sh-format
13536msgid "Entering '$displaypath'"
13537msgstr ""
13538
13539#: git-submodule.sh:347
13540#, sh-format
13541msgid "Stopping at '$displaypath'; script returned non-zero status."
13542msgstr ""
13543
13544#: git-submodule.sh:418
13545#, sh-format
13546msgid "pathspec and --all are incompatible"
13547msgstr ""
13548
13549#: git-submodule.sh:423
13550#, sh-format
13551msgid "Use '--all' if you really want to deinitialize all submodules"
13552msgstr ""
13553
13554#: git-submodule.sh:443
13555#, sh-format
13556msgid ""
13557"Submodule work tree '$displaypath' contains a .git directory\n"
13558"(use 'rm -rf' if you really want to remove it including all of its history)"
13559msgstr ""
13560
13561#: git-submodule.sh:451
13562#, sh-format
13563msgid ""
13564"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
13565"discard them"
13566msgstr ""
13567
13568#: git-submodule.sh:454
13569#, sh-format
13570msgid "Cleared directory '$displaypath'"
13571msgstr ""
13572
13573#: git-submodule.sh:455
13574#, sh-format
13575msgid "Could not remove submodule work tree '$displaypath'"
13576msgstr ""
13577
13578#: git-submodule.sh:458
13579#, sh-format
13580msgid "Could not create empty submodule directory '$displaypath'"
13581msgstr ""
13582
13583#: git-submodule.sh:467
13584#, sh-format
13585msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
13586msgstr ""
13587
13588#: git-submodule.sh:623
13589#, sh-format
13590msgid "Unable to find current revision in submodule path '$displaypath'"
13591msgstr ""
13592
13593#: git-submodule.sh:633
13594#, sh-format
13595msgid "Unable to fetch in submodule path '$sm_path'"
13596msgstr ""
13597
13598#: git-submodule.sh:638
13599#, sh-format
13600msgid ""
13601"Unable to find current ${remote_name}/${branch} revision in submodule path "
13602"'$sm_path'"
13603msgstr ""
13604
13605#: git-submodule.sh:656
13606#, sh-format
13607msgid "Unable to fetch in submodule path '$displaypath'"
13608msgstr ""
13609
13610#: git-submodule.sh:662
13611#, sh-format
13612msgid ""
13613"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
13614"Direct fetching of that commit failed."
13615msgstr ""
13616
13617#: git-submodule.sh:669
13618#, sh-format
13619msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
13620msgstr ""
13621
13622#: git-submodule.sh:670
13623#, sh-format
13624msgid "Submodule path '$displaypath': checked out '$sha1'"
13625msgstr ""
13626
13627#: git-submodule.sh:674
13628#, sh-format
13629msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
13630msgstr ""
13631
13632#: git-submodule.sh:675
13633#, sh-format
13634msgid "Submodule path '$displaypath': rebased into '$sha1'"
13635msgstr ""
13636
13637#: git-submodule.sh:680
13638#, sh-format
13639msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
13640msgstr ""
13641
13642#: git-submodule.sh:681
13643#, sh-format
13644msgid "Submodule path '$displaypath': merged in '$sha1'"
13645msgstr ""
13646
13647#: git-submodule.sh:686
13648#, sh-format
13649msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
13650msgstr ""
13651
13652#: git-submodule.sh:687
13653#, sh-format
13654msgid "Submodule path '$displaypath': '$command $sha1'"
13655msgstr ""
13656
13657#: git-submodule.sh:718
13658#, sh-format
13659msgid "Failed to recurse into submodule path '$displaypath'"
13660msgstr ""
13661
13662#: git-submodule.sh:826
13663msgid "The --cached option cannot be used with the --files option"
13664msgstr ""
13665
13666#: git-submodule.sh:878
13667#, sh-format
13668msgid "unexpected mode $mod_dst"
13669msgstr ""
13670
13671#: git-submodule.sh:898
13672#, sh-format
13673msgid "  Warn: $display_name doesn't contain commit $sha1_src"
13674msgstr ""
13675
13676#: git-submodule.sh:901
13677#, sh-format
13678msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
13679msgstr ""
13680
13681#: git-submodule.sh:904
13682#, sh-format
13683msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
13684msgstr ""
13685
13686#: git-submodule.sh:1051
13687#, sh-format
13688msgid "Failed to recurse into submodule path '$sm_path'"
13689msgstr ""
13690
13691#: git-submodule.sh:1118
13692#, sh-format
13693msgid "Synchronizing submodule url for '$displaypath'"
13694msgstr ""
13695
13696#: git-parse-remote.sh:89
13697#, sh-format
13698msgid "See git-${cmd}(1) for details."
13699msgstr ""
13700
13701#: git-rebase--interactive.sh:140
13702#, sh-format
13703msgid "Rebasing ($new_count/$total)"
13704msgstr ""
13705
13706#: git-rebase--interactive.sh:156
13707msgid ""
13708"\n"
13709"Commands:\n"
13710" p, pick = use commit\n"
13711" r, reword = use commit, but edit the commit message\n"
13712" e, edit = use commit, but stop for amending\n"
13713" s, squash = use commit, but meld into previous commit\n"
13714" f, fixup = like \"squash\", but discard this commit's log message\n"
13715" x, exec = run command (the rest of the line) using shell\n"
13716" d, drop = remove commit\n"
13717"\n"
13718"These lines can be re-ordered; they are executed from top to bottom.\n"
13719msgstr ""
13720
13721#: git-rebase--interactive.sh:171
13722msgid ""
13723"\n"
13724"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
13725msgstr ""
13726
13727#: git-rebase--interactive.sh:175
13728msgid ""
13729"\n"
13730"If you remove a line here THAT COMMIT WILL BE LOST.\n"
13731msgstr ""
13732
13733#: git-rebase--interactive.sh:211
13734#, sh-format
13735msgid ""
13736"You can amend the commit now, with\n"
13737"\n"
13738"\tgit commit --amend $gpg_sign_opt_quoted\n"
13739"\n"
13740"Once you are satisfied with your changes, run\n"
13741"\n"
13742"\tgit rebase --continue"
13743msgstr ""
13744
13745#: git-rebase--interactive.sh:236
13746#, sh-format
13747msgid "$sha1: not a commit that can be picked"
13748msgstr ""
13749
13750#: git-rebase--interactive.sh:275
13751#, sh-format
13752msgid "Invalid commit name: $sha1"
13753msgstr ""
13754
13755#: git-rebase--interactive.sh:317
13756msgid "Cannot write current commit's replacement sha1"
13757msgstr ""
13758
13759#: git-rebase--interactive.sh:369
13760#, sh-format
13761msgid "Fast-forward to $sha1"
13762msgstr ""
13763
13764#: git-rebase--interactive.sh:371
13765#, sh-format
13766msgid "Cannot fast-forward to $sha1"
13767msgstr ""
13768
13769#: git-rebase--interactive.sh:380
13770#, sh-format
13771msgid "Cannot move HEAD to $first_parent"
13772msgstr ""
13773
13774#: git-rebase--interactive.sh:385
13775#, sh-format
13776msgid "Refusing to squash a merge: $sha1"
13777msgstr ""
13778
13779#: git-rebase--interactive.sh:399
13780#, sh-format
13781msgid "Error redoing merge $sha1"
13782msgstr ""
13783
13784#: git-rebase--interactive.sh:407
13785#, sh-format
13786msgid "Could not pick $sha1"
13787msgstr ""
13788
13789#: git-rebase--interactive.sh:416
13790#, sh-format
13791msgid "This is the commit message #${n}:"
13792msgstr ""
13793
13794#: git-rebase--interactive.sh:421
13795#, sh-format
13796msgid "The commit message #${n} will be skipped:"
13797msgstr ""
13798
13799#: git-rebase--interactive.sh:432
13800#, sh-format
13801msgid "This is a combination of $count commit."
13802msgid_plural "This is a combination of $count commits."
13803msgstr[0] ""
13804msgstr[1] ""
13805
13806#: git-rebase--interactive.sh:441
13807#, sh-format
13808msgid "Cannot write $fixup_msg"
13809msgstr ""
13810
13811#: git-rebase--interactive.sh:444
13812msgid "This is a combination of 2 commits."
13813msgstr ""
13814
13815#: git-rebase--interactive.sh:485 git-rebase--interactive.sh:528
13816#: git-rebase--interactive.sh:531
13817#, sh-format
13818msgid "Could not apply $sha1... $rest"
13819msgstr ""
13820
13821#: git-rebase--interactive.sh:559
13822#, sh-format
13823msgid ""
13824"Could not amend commit after successfully picking $sha1... $rest\n"
13825"This is most likely due to an empty commit message, or the pre-commit hook\n"
13826"failed. If the pre-commit hook failed, you may need to resolve the issue "
13827"before\n"
13828"you are able to reword the commit."
13829msgstr ""
13830
13831#: git-rebase--interactive.sh:574
13832#, sh-format
13833msgid "Stopped at $sha1_abbrev... $rest"
13834msgstr ""
13835
13836#: git-rebase--interactive.sh:589
13837#, sh-format
13838msgid "Cannot '$squash_style' without a previous commit"
13839msgstr ""
13840
13841#: git-rebase--interactive.sh:631
13842#, sh-format
13843msgid "Executing: $rest"
13844msgstr ""
13845
13846#: git-rebase--interactive.sh:639
13847#, sh-format
13848msgid "Execution failed: $rest"
13849msgstr ""
13850
13851#: git-rebase--interactive.sh:641
13852msgid "and made changes to the index and/or the working tree"
13853msgstr ""
13854
13855#: git-rebase--interactive.sh:643
13856msgid ""
13857"You can fix the problem, and then run\n"
13858"\n"
13859"\tgit rebase --continue"
13860msgstr ""
13861
13862#. TRANSLATORS: after these lines is a command to be issued by the user
13863#: git-rebase--interactive.sh:656
13864#, sh-format
13865msgid ""
13866"Execution succeeded: $rest\n"
13867"but left changes to the index and/or the working tree\n"
13868"Commit or stash your changes, and then run\n"
13869"\n"
13870"\tgit rebase --continue"
13871msgstr ""
13872
13873#: git-rebase--interactive.sh:667
13874#, sh-format
13875msgid "Unknown command: $command $sha1 $rest"
13876msgstr ""
13877
13878#: git-rebase--interactive.sh:668
13879msgid "Please fix this using 'git rebase --edit-todo'."
13880msgstr ""
13881
13882#: git-rebase--interactive.sh:703
13883#, sh-format
13884msgid "Successfully rebased and updated $head_name."
13885msgstr ""
13886
13887#: git-rebase--interactive.sh:750
13888msgid "Could not skip unnecessary pick commands"
13889msgstr ""
13890
13891#: git-rebase--interactive.sh:908
13892#, sh-format
13893msgid ""
13894"Warning: the SHA-1 is missing or isn't a commit in the following line:\n"
13895" - $line"
13896msgstr ""
13897
13898#: git-rebase--interactive.sh:941
13899#, sh-format
13900msgid ""
13901"Warning: the command isn't recognized in the following line:\n"
13902" - $line"
13903msgstr ""
13904
13905#: git-rebase--interactive.sh:980
13906msgid "could not detach HEAD"
13907msgstr ""
13908
13909#: git-rebase--interactive.sh:1018
13910msgid ""
13911"Warning: some commits may have been dropped accidentally.\n"
13912"Dropped commits (newer to older):"
13913msgstr ""
13914
13915#: git-rebase--interactive.sh:1026
13916msgid ""
13917"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
13918"\n"
13919"Use 'git config rebase.missingCommitsCheck' to change the level of "
13920"warnings.\n"
13921"The possible behaviours are: ignore, warn, error."
13922msgstr ""
13923
13924#: git-rebase--interactive.sh:1037
13925#, sh-format
13926msgid ""
13927"Unrecognized setting $check_level for option rebase.missingCommitsCheck. "
13928"Ignoring."
13929msgstr ""
13930
13931#: git-rebase--interactive.sh:1054
13932msgid ""
13933"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
13934"continue'."
13935msgstr ""
13936
13937#: git-rebase--interactive.sh:1055
13938msgid "Or you can abort the rebase with 'git rebase --abort'."
13939msgstr ""
13940
13941#: git-rebase--interactive.sh:1079
13942msgid "Could not remove CHERRY_PICK_HEAD"
13943msgstr ""
13944
13945#: git-rebase--interactive.sh:1084
13946#, sh-format
13947msgid ""
13948"You have staged changes in your working tree.\n"
13949"If these changes are meant to be\n"
13950"squashed into the previous commit, run:\n"
13951"\n"
13952"  git commit --amend $gpg_sign_opt_quoted\n"
13953"\n"
13954"If they are meant to go into a new commit, run:\n"
13955"\n"
13956"  git commit $gpg_sign_opt_quoted\n"
13957"\n"
13958"In both cases, once you're done, continue with:\n"
13959"\n"
13960"  git rebase --continue\n"
13961msgstr ""
13962
13963#: git-rebase--interactive.sh:1101
13964msgid "Error trying to find the author identity to amend commit"
13965msgstr ""
13966
13967#: git-rebase--interactive.sh:1106
13968msgid ""
13969"You have uncommitted changes in your working tree. Please commit them\n"
13970"first and then run 'git rebase --continue' again."
13971msgstr ""
13972
13973#: git-rebase--interactive.sh:1111 git-rebase--interactive.sh:1115
13974msgid "Could not commit staged changes."
13975msgstr ""
13976
13977#: git-rebase--interactive.sh:1139
13978msgid ""
13979"\n"
13980"You are editing the todo file of an ongoing interactive rebase.\n"
13981"To continue rebase after editing, run:\n"
13982"    git rebase --continue\n"
13983"\n"
13984msgstr ""
13985
13986#: git-rebase--interactive.sh:1147 git-rebase--interactive.sh:1305
13987msgid "Could not execute editor"
13988msgstr ""
13989
13990#: git-rebase--interactive.sh:1160
13991#, sh-format
13992msgid "Could not checkout $switch_to"
13993msgstr ""
13994
13995#: git-rebase--interactive.sh:1165
13996msgid "No HEAD?"
13997msgstr ""
13998
13999#: git-rebase--interactive.sh:1166
14000#, sh-format
14001msgid "Could not create temporary $state_dir"
14002msgstr ""
14003
14004#: git-rebase--interactive.sh:1168
14005msgid "Could not mark as interactive"
14006msgstr ""
14007
14008#: git-rebase--interactive.sh:1178 git-rebase--interactive.sh:1183
14009msgid "Could not init rewritten commits"
14010msgstr ""
14011
14012#: git-rebase--interactive.sh:1283
14013#, sh-format
14014msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14015msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14016msgstr[0] ""
14017msgstr[1] ""
14018
14019#: git-rebase--interactive.sh:1288
14020msgid ""
14021"\n"
14022"However, if you remove everything, the rebase will be aborted.\n"
14023"\n"
14024msgstr ""
14025
14026#: git-rebase--interactive.sh:1295
14027msgid "Note that empty commits are commented out"
14028msgstr ""
14029
14030#: git-sh-setup.sh:89 git-sh-setup.sh:94
14031#, sh-format
14032msgid "usage: $dashless $USAGE"
14033msgstr ""
14034
14035#: git-sh-setup.sh:190
14036#, sh-format
14037msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14038msgstr ""
14039
14040#: git-sh-setup.sh:199 git-sh-setup.sh:206
14041#, sh-format
14042msgid "fatal: $program_name cannot be used without a working tree."
14043msgstr ""
14044
14045#: git-sh-setup.sh:220
14046msgid "Cannot rebase: You have unstaged changes."
14047msgstr ""
14048
14049#: git-sh-setup.sh:223
14050msgid "Cannot rewrite branches: You have unstaged changes."
14051msgstr ""
14052
14053#: git-sh-setup.sh:226
14054msgid "Cannot pull with rebase: You have unstaged changes."
14055msgstr ""
14056
14057#: git-sh-setup.sh:229
14058#, sh-format
14059msgid "Cannot $action: You have unstaged changes."
14060msgstr ""
14061
14062#: git-sh-setup.sh:242
14063msgid "Cannot rebase: Your index contains uncommitted changes."
14064msgstr ""
14065
14066#: git-sh-setup.sh:245
14067msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14068msgstr ""
14069
14070#: git-sh-setup.sh:248
14071#, sh-format
14072msgid "Cannot $action: Your index contains uncommitted changes."
14073msgstr ""
14074
14075#: git-sh-setup.sh:252
14076msgid "Additionally, your index contains uncommitted changes."
14077msgstr ""
14078
14079#: git-sh-setup.sh:372
14080msgid "You need to run this command from the toplevel of the working tree."
14081msgstr ""
14082
14083#: git-sh-setup.sh:377
14084msgid "Unable to determine absolute path of git directory"
14085msgstr ""
14086
14087#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14088#: git-add--interactive.perl:238
14089#, perl-format
14090msgid "%12s %12s %s"
14091msgstr ""
14092
14093#: git-add--interactive.perl:239
14094msgid "staged"
14095msgstr ""
14096
14097#: git-add--interactive.perl:239
14098msgid "unstaged"
14099msgstr ""
14100
14101#: git-add--interactive.perl:297 git-add--interactive.perl:322
14102msgid "binary"
14103msgstr ""
14104
14105#: git-add--interactive.perl:306 git-add--interactive.perl:360
14106msgid "nothing"
14107msgstr ""
14108
14109#: git-add--interactive.perl:342 git-add--interactive.perl:357
14110msgid "unchanged"
14111msgstr ""
14112
14113#: git-add--interactive.perl:653
14114#, perl-format
14115msgid "added %d path\n"
14116msgid_plural "added %d paths\n"
14117msgstr[0] ""
14118msgstr[1] ""
14119
14120#: git-add--interactive.perl:656
14121#, perl-format
14122msgid "updated %d path\n"
14123msgid_plural "updated %d paths\n"
14124msgstr[0] ""
14125msgstr[1] ""
14126
14127#: git-add--interactive.perl:659
14128#, perl-format
14129msgid "reverted %d path\n"
14130msgid_plural "reverted %d paths\n"
14131msgstr[0] ""
14132msgstr[1] ""
14133
14134#: git-add--interactive.perl:662
14135#, perl-format
14136msgid "touched %d path\n"
14137msgid_plural "touched %d paths\n"
14138msgstr[0] ""
14139msgstr[1] ""
14140
14141#: git-add--interactive.perl:671
14142msgid "Update"
14143msgstr ""
14144
14145#: git-add--interactive.perl:683
14146msgid "Revert"
14147msgstr ""
14148
14149#: git-add--interactive.perl:706
14150#, perl-format
14151msgid "note: %s is untracked now.\n"
14152msgstr ""
14153
14154#: git-add--interactive.perl:717
14155msgid "Add untracked"
14156msgstr ""
14157
14158#: git-add--interactive.perl:723
14159msgid "No untracked files.\n"
14160msgstr ""
14161
14162#: git-add--interactive.perl:1039
14163msgid ""
14164"If the patch applies cleanly, the edited hunk will immediately be\n"
14165"marked for staging."
14166msgstr ""
14167
14168#: git-add--interactive.perl:1042
14169msgid ""
14170"If the patch applies cleanly, the edited hunk will immediately be\n"
14171"marked for stashing."
14172msgstr ""
14173
14174#: git-add--interactive.perl:1045
14175msgid ""
14176"If the patch applies cleanly, the edited hunk will immediately be\n"
14177"marked for unstaging."
14178msgstr ""
14179
14180#: git-add--interactive.perl:1048 git-add--interactive.perl:1057
14181msgid ""
14182"If the patch applies cleanly, the edited hunk will immediately be\n"
14183"marked for applying."
14184msgstr ""
14185
14186#: git-add--interactive.perl:1051
14187msgid ""
14188"If the patch applies cleanly, the edited hunk will immediately be\n"
14189"marked for discarding"
14190msgstr ""
14191
14192#: git-add--interactive.perl:1054
14193msgid ""
14194"If the patch applies cleanly, the edited hunk will immediately be\n"
14195"marked for discarding."
14196msgstr ""
14197
14198#: git-add--interactive.perl:1067
14199#, perl-format
14200msgid "failed to open hunk edit file for writing: %s"
14201msgstr ""
14202
14203#: git-add--interactive.perl:1068
14204msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14205msgstr ""
14206
14207#: git-add--interactive.perl:1074
14208#, perl-format
14209msgid ""
14210"---\n"
14211"To remove '%s' lines, make them ' ' lines (context).\n"
14212"To remove '%s' lines, delete them.\n"
14213"Lines starting with %s will be removed.\n"
14214msgstr ""
14215
14216#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14217#: git-add--interactive.perl:1082
14218msgid ""
14219"If it does not apply cleanly, you will be given an opportunity to\n"
14220"edit again.  If all lines of the hunk are removed, then the edit is\n"
14221"aborted and the hunk is left unchanged.\n"
14222msgstr ""
14223
14224#: git-add--interactive.perl:1096
14225#, perl-format
14226msgid "failed to open hunk edit file for reading: %s"
14227msgstr ""
14228
14229#. TRANSLATORS: do not translate [y/n]
14230#. The program will only accept that input
14231#. at this point.
14232#. Consider translating (saying "no" discards!) as
14233#. (saying "n" for "no" discards!) if the translation
14234#. of the word "no" does not start with n.
14235#: git-add--interactive.perl:1187
14236msgid ""
14237"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14238msgstr ""
14239
14240#: git-add--interactive.perl:1196
14241msgid ""
14242"y - stage this hunk\n"
14243"n - do not stage this hunk\n"
14244"q - quit; do not stage this hunk or any of the remaining ones\n"
14245"a - stage this hunk and all later hunks in the file\n"
14246"d - do not stage this hunk or any of the later hunks in the file"
14247msgstr ""
14248
14249#: git-add--interactive.perl:1202
14250msgid ""
14251"y - stash this hunk\n"
14252"n - do not stash this hunk\n"
14253"q - quit; do not stash this hunk or any of the remaining ones\n"
14254"a - stash this hunk and all later hunks in the file\n"
14255"d - do not stash this hunk or any of the later hunks in the file"
14256msgstr ""
14257
14258#: git-add--interactive.perl:1208
14259msgid ""
14260"y - unstage this hunk\n"
14261"n - do not unstage this hunk\n"
14262"q - quit; do not unstage this hunk or any of the remaining ones\n"
14263"a - unstage this hunk and all later hunks in the file\n"
14264"d - do not unstage this hunk or any of the later hunks in the file"
14265msgstr ""
14266
14267#: git-add--interactive.perl:1214
14268msgid ""
14269"y - apply this hunk to index\n"
14270"n - do not apply this hunk to index\n"
14271"q - quit; do not apply this hunk or any of the remaining ones\n"
14272"a - apply this hunk and all later hunks in the file\n"
14273"d - do not apply this hunk or any of the later hunks in the file"
14274msgstr ""
14275
14276#: git-add--interactive.perl:1220
14277msgid ""
14278"y - discard this hunk from worktree\n"
14279"n - do not discard this hunk from worktree\n"
14280"q - quit; do not discard this hunk or any of the remaining ones\n"
14281"a - discard this hunk and all later hunks in the file\n"
14282"d - do not discard this hunk or any of the later hunks in the file"
14283msgstr ""
14284
14285#: git-add--interactive.perl:1226
14286msgid ""
14287"y - discard this hunk from index and worktree\n"
14288"n - do not discard this hunk from index and worktree\n"
14289"q - quit; do not discard this hunk or any of the remaining ones\n"
14290"a - discard this hunk and all later hunks in the file\n"
14291"d - do not discard this hunk or any of the later hunks in the file"
14292msgstr ""
14293
14294#: git-add--interactive.perl:1232
14295msgid ""
14296"y - apply this hunk to index and worktree\n"
14297"n - do not apply this hunk to index and worktree\n"
14298"q - quit; do not apply this hunk or any of the remaining ones\n"
14299"a - apply this hunk and all later hunks in the file\n"
14300"d - do not apply this hunk or any of the later hunks in the file"
14301msgstr ""
14302
14303#: git-add--interactive.perl:1241
14304msgid ""
14305"g - select a hunk to go to\n"
14306"/ - search for a hunk matching the given regex\n"
14307"j - leave this hunk undecided, see next undecided hunk\n"
14308"J - leave this hunk undecided, see next hunk\n"
14309"k - leave this hunk undecided, see previous undecided hunk\n"
14310"K - leave this hunk undecided, see previous hunk\n"
14311"s - split the current hunk into smaller hunks\n"
14312"e - manually edit the current hunk\n"
14313"? - print help\n"
14314msgstr ""
14315
14316#: git-add--interactive.perl:1272
14317msgid "The selected hunks do not apply to the index!\n"
14318msgstr ""
14319
14320#: git-add--interactive.perl:1273
14321msgid "Apply them to the worktree anyway? "
14322msgstr ""
14323
14324#: git-add--interactive.perl:1276
14325msgid "Nothing was applied.\n"
14326msgstr ""
14327
14328#: git-add--interactive.perl:1287
14329#, perl-format
14330msgid "ignoring unmerged: %s\n"
14331msgstr ""
14332
14333#: git-add--interactive.perl:1296
14334msgid "Only binary files changed.\n"
14335msgstr ""
14336
14337#: git-add--interactive.perl:1298
14338msgid "No changes.\n"
14339msgstr ""
14340
14341#: git-add--interactive.perl:1306
14342msgid "Patch update"
14343msgstr ""
14344
14345#: git-add--interactive.perl:1358
14346#, perl-format
14347msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14348msgstr ""
14349
14350#: git-add--interactive.perl:1359
14351#, perl-format
14352msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14353msgstr ""
14354
14355#: git-add--interactive.perl:1360
14356#, perl-format
14357msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14358msgstr ""
14359
14360#: git-add--interactive.perl:1363
14361#, perl-format
14362msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14363msgstr ""
14364
14365#: git-add--interactive.perl:1364
14366#, perl-format
14367msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14368msgstr ""
14369
14370#: git-add--interactive.perl:1365
14371#, perl-format
14372msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14373msgstr ""
14374
14375#: git-add--interactive.perl:1368
14376#, perl-format
14377msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14378msgstr ""
14379
14380#: git-add--interactive.perl:1369
14381#, perl-format
14382msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14383msgstr ""
14384
14385#: git-add--interactive.perl:1370
14386#, perl-format
14387msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14388msgstr ""
14389
14390#: git-add--interactive.perl:1373
14391#, perl-format
14392msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14393msgstr ""
14394
14395#: git-add--interactive.perl:1374
14396#, perl-format
14397msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14398msgstr ""
14399
14400#: git-add--interactive.perl:1375
14401#, perl-format
14402msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14403msgstr ""
14404
14405#: git-add--interactive.perl:1378
14406#, perl-format
14407msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14408msgstr ""
14409
14410#: git-add--interactive.perl:1379
14411#, perl-format
14412msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14413msgstr ""
14414
14415#: git-add--interactive.perl:1380
14416#, perl-format
14417msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14418msgstr ""
14419
14420#: git-add--interactive.perl:1383
14421#, perl-format
14422msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14423msgstr ""
14424
14425#: git-add--interactive.perl:1384
14426#, perl-format
14427msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14428msgstr ""
14429
14430#: git-add--interactive.perl:1385
14431#, perl-format
14432msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14433msgstr ""
14434
14435#: git-add--interactive.perl:1388
14436#, perl-format
14437msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14438msgstr ""
14439
14440#: git-add--interactive.perl:1389
14441#, perl-format
14442msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14443msgstr ""
14444
14445#: git-add--interactive.perl:1390
14446#, perl-format
14447msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14448msgstr ""
14449
14450#: git-add--interactive.perl:1493
14451msgid "go to which hunk (<ret> to see more)? "
14452msgstr ""
14453
14454#: git-add--interactive.perl:1495
14455msgid "go to which hunk? "
14456msgstr ""
14457
14458#: git-add--interactive.perl:1504
14459#, perl-format
14460msgid "Invalid number: '%s'\n"
14461msgstr ""
14462
14463#: git-add--interactive.perl:1509
14464#, perl-format
14465msgid "Sorry, only %d hunk available.\n"
14466msgid_plural "Sorry, only %d hunks available.\n"
14467msgstr[0] ""
14468msgstr[1] ""
14469
14470#: git-add--interactive.perl:1535
14471msgid "search for regex? "
14472msgstr ""
14473
14474#: git-add--interactive.perl:1548
14475#, perl-format
14476msgid "Malformed search regexp %s: %s\n"
14477msgstr ""
14478
14479#: git-add--interactive.perl:1558
14480msgid "No hunk matches the given pattern\n"
14481msgstr ""
14482
14483#: git-add--interactive.perl:1570 git-add--interactive.perl:1592
14484msgid "No previous hunk\n"
14485msgstr ""
14486
14487#: git-add--interactive.perl:1579 git-add--interactive.perl:1598
14488msgid "No next hunk\n"
14489msgstr ""
14490
14491#: git-add--interactive.perl:1606
14492#, perl-format
14493msgid "Split into %d hunk.\n"
14494msgid_plural "Split into %d hunks.\n"
14495msgstr[0] ""
14496msgstr[1] ""
14497
14498#: git-add--interactive.perl:1658
14499msgid "Review diff"
14500msgstr ""
14501
14502#. TRANSLATORS: please do not translate the command names
14503#. 'status', 'update', 'revert', etc.
14504#: git-add--interactive.perl:1677
14505msgid ""
14506"status        - show paths with changes\n"
14507"update        - add working tree state to the staged set of changes\n"
14508"revert        - revert staged set of changes back to the HEAD version\n"
14509"patch         - pick hunks and update selectively\n"
14510"diff\t      - view diff between HEAD and index\n"
14511"add untracked - add contents of untracked files to the staged set of "
14512"changes\n"
14513msgstr ""
14514
14515#: git-add--interactive.perl:1694 git-add--interactive.perl:1699
14516#: git-add--interactive.perl:1702 git-add--interactive.perl:1709
14517#: git-add--interactive.perl:1713 git-add--interactive.perl:1719
14518msgid "missing --"
14519msgstr ""
14520
14521#: git-add--interactive.perl:1715
14522#, perl-format
14523msgid "unknown --patch mode: %s"
14524msgstr ""
14525
14526#: git-add--interactive.perl:1721 git-add--interactive.perl:1727
14527#, perl-format
14528msgid "invalid argument %s, expecting --"
14529msgstr ""
14530
14531#: git-send-email.perl:121
14532msgid "local zone differs from GMT by a non-minute interval\n"
14533msgstr ""
14534
14535#: git-send-email.perl:128 git-send-email.perl:134
14536msgid "local time offset greater than or equal to 24 hours\n"
14537msgstr ""
14538
14539#: git-send-email.perl:202 git-send-email.perl:208
14540msgid "the editor exited uncleanly, aborting everything"
14541msgstr ""
14542
14543#: git-send-email.perl:282
14544#, perl-format
14545msgid ""
14546"'%s' contains an intermediate version of the email you were composing.\n"
14547msgstr ""
14548
14549#: git-send-email.perl:287
14550#, perl-format
14551msgid "'%s.final' contains the composed email.\n"
14552msgstr ""
14553
14554#: git-send-email.perl:305
14555msgid "--dump-aliases incompatible with other options\n"
14556msgstr ""
14557
14558#: git-send-email.perl:368 git-send-email.perl:623
14559msgid "Cannot run git format-patch from outside a repository\n"
14560msgstr ""
14561
14562#: git-send-email.perl:437
14563#, perl-format
14564msgid "Unknown --suppress-cc field: '%s'\n"
14565msgstr ""
14566
14567#: git-send-email.perl:466
14568#, perl-format
14569msgid "Unknown --confirm setting: '%s'\n"
14570msgstr ""
14571
14572#: git-send-email.perl:498
14573#, perl-format
14574msgid "warning: sendmail alias with quotes is not supported: %s\n"
14575msgstr ""
14576
14577#: git-send-email.perl:500
14578#, perl-format
14579msgid "warning: `:include:` not supported: %s\n"
14580msgstr ""
14581
14582#: git-send-email.perl:502
14583#, perl-format
14584msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
14585msgstr ""
14586
14587#: git-send-email.perl:507
14588#, perl-format
14589msgid "warning: sendmail line is not recognized: %s\n"
14590msgstr ""
14591
14592#: git-send-email.perl:589
14593#, perl-format
14594msgid ""
14595"File '%s' exists but it could also be the range of commits\n"
14596"to produce patches for.  Please disambiguate by...\n"
14597"\n"
14598"    * Saying \"./%s\" if you mean a file; or\n"
14599"    * Giving --format-patch option if you mean a range.\n"
14600msgstr ""
14601
14602#: git-send-email.perl:610
14603#, perl-format
14604msgid "Failed to opendir %s: %s"
14605msgstr ""
14606
14607#: git-send-email.perl:634
14608#, perl-format
14609msgid ""
14610"fatal: %s: %s\n"
14611"warning: no patches were sent\n"
14612msgstr ""
14613
14614#: git-send-email.perl:645
14615msgid ""
14616"\n"
14617"No patch files specified!\n"
14618"\n"
14619msgstr ""
14620
14621#: git-send-email.perl:658
14622#, perl-format
14623msgid "No subject line in %s?"
14624msgstr ""
14625
14626#: git-send-email.perl:668
14627#, perl-format
14628msgid "Failed to open for writing %s: %s"
14629msgstr ""
14630
14631#: git-send-email.perl:678
14632msgid ""
14633"Lines beginning in \"GIT:\" will be removed.\n"
14634"Consider including an overall diffstat or table of contents\n"
14635"for the patch you are writing.\n"
14636"\n"
14637"Clear the body content if you don't wish to send a summary.\n"
14638msgstr ""
14639
14640#: git-send-email.perl:701
14641#, perl-format
14642msgid "Failed to open %s.final: %s"
14643msgstr ""
14644
14645#: git-send-email.perl:704
14646#, perl-format
14647msgid "Failed to open %s: %s"
14648msgstr ""
14649
14650#: git-send-email.perl:739
14651msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
14652msgstr ""
14653
14654#: git-send-email.perl:748
14655msgid "Summary email is empty, skipping it\n"
14656msgstr ""
14657
14658#. TRANSLATORS: please keep [y/N] as is.
14659#: git-send-email.perl:780
14660#, perl-format
14661msgid "Are you sure you want to use <%s> [y/N]? "
14662msgstr ""
14663
14664#: git-send-email.perl:809
14665msgid ""
14666"The following files are 8bit, but do not declare a Content-Transfer-"
14667"Encoding.\n"
14668msgstr ""
14669
14670#: git-send-email.perl:814
14671msgid "Which 8bit encoding should I declare [UTF-8]? "
14672msgstr ""
14673
14674#: git-send-email.perl:822
14675#, perl-format
14676msgid ""
14677"Refusing to send because the patch\n"
14678"\t%s\n"
14679"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
14680"want to send.\n"
14681msgstr ""
14682
14683#: git-send-email.perl:841
14684msgid "To whom should the emails be sent (if anyone)?"
14685msgstr ""
14686
14687#: git-send-email.perl:859
14688#, perl-format
14689msgid "fatal: alias '%s' expands to itself\n"
14690msgstr ""
14691
14692#: git-send-email.perl:871
14693msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
14694msgstr ""
14695
14696#: git-send-email.perl:921 git-send-email.perl:929
14697#, perl-format
14698msgid "error: unable to extract a valid address from: %s\n"
14699msgstr ""
14700
14701#. TRANSLATORS: Make sure to include [q] [d] [e] in your
14702#. translation. The program will only accept English input
14703#. at this point.
14704#: git-send-email.perl:933
14705msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
14706msgstr ""
14707
14708#: git-send-email.perl:1234
14709#, perl-format
14710msgid "CA path \"%s\" does not exist"
14711msgstr ""
14712
14713#: git-send-email.perl:1309
14714msgid ""
14715"    The Cc list above has been expanded by additional\n"
14716"    addresses found in the patch commit message. By default\n"
14717"    send-email prompts before sending whenever this occurs.\n"
14718"    This behavior is controlled by the sendemail.confirm\n"
14719"    configuration setting.\n"
14720"\n"
14721"    For additional information, run 'git send-email --help'.\n"
14722"    To retain the current behavior, but squelch this message,\n"
14723"    run 'git config --global sendemail.confirm auto'.\n"
14724"\n"
14725msgstr ""
14726
14727#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
14728#. translation. The program will only accept English input
14729#. at this point.
14730#: git-send-email.perl:1324
14731msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
14732msgstr ""
14733
14734#: git-send-email.perl:1327
14735msgid "Send this email reply required"
14736msgstr ""
14737
14738#: git-send-email.perl:1353
14739msgid "The required SMTP server is not properly defined."
14740msgstr ""
14741
14742#: git-send-email.perl:1397
14743#, perl-format
14744msgid "Server does not support STARTTLS! %s"
14745msgstr ""
14746
14747#: git-send-email.perl:1403
14748msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
14749msgstr ""
14750
14751#: git-send-email.perl:1421
14752#, perl-format
14753msgid "Failed to send %s\n"
14754msgstr ""
14755
14756#: git-send-email.perl:1424
14757#, perl-format
14758msgid "Dry-Sent %s\n"
14759msgstr ""
14760
14761#: git-send-email.perl:1424
14762#, perl-format
14763msgid "Sent %s\n"
14764msgstr ""
14765
14766#: git-send-email.perl:1426
14767msgid "Dry-OK. Log says:\n"
14768msgstr ""
14769
14770#: git-send-email.perl:1426
14771msgid "OK. Log says:\n"
14772msgstr ""
14773
14774#: git-send-email.perl:1438
14775msgid "Result: "
14776msgstr ""
14777
14778#: git-send-email.perl:1441
14779msgid "Result: OK\n"
14780msgstr ""
14781
14782#: git-send-email.perl:1454
14783#, perl-format
14784msgid "can't open file %s"
14785msgstr ""
14786
14787#: git-send-email.perl:1501 git-send-email.perl:1521
14788#, perl-format
14789msgid "(mbox) Adding cc: %s from line '%s'\n"
14790msgstr ""
14791
14792#: git-send-email.perl:1507
14793#, perl-format
14794msgid "(mbox) Adding to: %s from line '%s'\n"
14795msgstr ""
14796
14797#: git-send-email.perl:1555
14798#, perl-format
14799msgid "(non-mbox) Adding cc: %s from line '%s'\n"
14800msgstr ""
14801
14802#: git-send-email.perl:1578
14803#, perl-format
14804msgid "(body) Adding cc: %s from line '%s'\n"
14805msgstr ""
14806
14807#: git-send-email.perl:1676
14808#, perl-format
14809msgid "(%s) Could not execute '%s'"
14810msgstr ""
14811
14812#: git-send-email.perl:1683
14813#, perl-format
14814msgid "(%s) Adding %s: %s from: '%s'\n"
14815msgstr ""
14816
14817#: git-send-email.perl:1687
14818#, perl-format
14819msgid "(%s) failed to close pipe to '%s'"
14820msgstr ""
14821
14822#: git-send-email.perl:1714
14823msgid "cannot send message as 7bit"
14824msgstr ""
14825
14826#: git-send-email.perl:1722
14827msgid "invalid transfer encoding"
14828msgstr ""
14829
14830#: git-send-email.perl:1741 git-send-email.perl:1792 git-send-email.perl:1802
14831#, perl-format
14832msgid "unable to open %s: %s\n"
14833msgstr ""
14834
14835#: git-send-email.perl:1744
14836#, perl-format
14837msgid "%s: patch contains a line longer than 998 characters"
14838msgstr ""
14839
14840#: git-send-email.perl:1760
14841#, perl-format
14842msgid "Skipping %s with backup suffix '%s'.\n"
14843msgstr ""
14844
14845#. TRANSLATORS: please keep "[y|N]" as is.
14846#: git-send-email.perl:1764
14847#, perl-format
14848msgid "Do you really want to send %s? [y|N]: "
14849msgstr ""