po / git.poton commit Merge branch 'master' of https://github.com/vnwildman/git (0f25966)
   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-10-08 09:48+0800\n"
  12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14"Language-Team: LANGUAGE <LL@li.org>\n"
  15"Language: \n"
  16"MIME-Version: 1.0\n"
  17"Content-Type: text/plain; charset=CHARSET\n"
  18"Content-Transfer-Encoding: 8bit\n"
  19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
  20
  21#: advice.c:58
  22#, c-format
  23msgid "hint: %.*s\n"
  24msgstr ""
  25
  26#: advice.c:86
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:88
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:90
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:92
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:94
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:96
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:104
  52msgid ""
  53"Fix them up in the work tree, and then use 'git add/rm <file>'\n"
  54"as appropriate to mark resolution and make a commit."
  55msgstr ""
  56
  57#: advice.c:112
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:117 builtin/merge.c:1211
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:119
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:120
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:126
  74#, c-format
  75msgid ""
  76"Note: checking out '%s'.\n"
  77"\n"
  78"You are in 'detached HEAD' state. You can look around, make experimental\n"
  79"changes and commit them, and you can discard any commits you make in this\n"
  80"state without impacting any branches by performing another checkout.\n"
  81"\n"
  82"If you want to create a new branch to retain commits you create, you may\n"
  83"do so (now or later) by using -b with the checkout command again. Example:\n"
  84"\n"
  85"  git checkout -b <new-branch-name>\n"
  86"\n"
  87msgstr ""
  88
  89#: apply.c:58
  90#, c-format
  91msgid "unrecognized whitespace option '%s'"
  92msgstr ""
  93
  94#: apply.c:74
  95#, c-format
  96msgid "unrecognized whitespace ignore option '%s'"
  97msgstr ""
  98
  99#: apply.c: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:928
 130#, c-format
 131msgid "unable to find filename in patch at line %d"
 132msgstr ""
 133
 134#: apply.c:966
 135#, c-format
 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 137msgstr ""
 138
 139#: apply.c:972
 140#, c-format
 141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 142msgstr ""
 143
 144#: apply.c:973
 145#, c-format
 146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 147msgstr ""
 148
 149#: apply.c:978
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null on line %d"
 152msgstr ""
 153
 154#: apply.c:1007
 155#, c-format
 156msgid "invalid mode on line %d: %s"
 157msgstr ""
 158
 159#: apply.c:1325
 160#, c-format
 161msgid "inconsistent header lines %d and %d"
 162msgstr ""
 163
 164#: apply.c:1497
 165#, c-format
 166msgid "recount: unexpected line: %.*s"
 167msgstr ""
 168
 169#: apply.c:1566
 170#, c-format
 171msgid "patch fragment without header at line %d: %.*s"
 172msgstr ""
 173
 174#: apply.c:1586
 175#, c-format
 176msgid ""
 177"git diff header lacks filename information when removing %d leading pathname "
 178"component (line %d)"
 179msgid_plural ""
 180"git diff header lacks filename information when removing %d leading pathname "
 181"components (line %d)"
 182msgstr[0] ""
 183msgstr[1] ""
 184
 185#: apply.c:1599
 186#, c-format
 187msgid "git diff header lacks filename information (line %d)"
 188msgstr ""
 189
 190#: apply.c:1787
 191msgid "new file depends on old contents"
 192msgstr ""
 193
 194#: apply.c:1789
 195msgid "deleted file still has contents"
 196msgstr ""
 197
 198#: apply.c:1823
 199#, c-format
 200msgid "corrupt patch at line %d"
 201msgstr ""
 202
 203#: apply.c:1860
 204#, c-format
 205msgid "new file %s depends on old contents"
 206msgstr ""
 207
 208#: apply.c:1862
 209#, c-format
 210msgid "deleted file %s still has contents"
 211msgstr ""
 212
 213#: apply.c:1865
 214#, c-format
 215msgid "** warning: file %s becomes empty but is not deleted"
 216msgstr ""
 217
 218#: apply.c:2012
 219#, c-format
 220msgid "corrupt binary patch at line %d: %.*s"
 221msgstr ""
 222
 223#: apply.c:2049
 224#, c-format
 225msgid "unrecognized binary patch at line %d"
 226msgstr ""
 227
 228#: apply.c:2209
 229#, c-format
 230msgid "patch with only garbage at line %d"
 231msgstr ""
 232
 233#: apply.c:2295
 234#, c-format
 235msgid "unable to read symlink %s"
 236msgstr ""
 237
 238#: apply.c:2299
 239#, c-format
 240msgid "unable to open or read %s"
 241msgstr ""
 242
 243#: apply.c:2958
 244#, c-format
 245msgid "invalid start of line: '%c'"
 246msgstr ""
 247
 248#: apply.c:3077
 249#, c-format
 250msgid "Hunk #%d succeeded at %d (offset %d line)."
 251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 252msgstr[0] ""
 253msgstr[1] ""
 254
 255#: apply.c:3089
 256#, c-format
 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 258msgstr ""
 259
 260#: apply.c:3095
 261#, c-format
 262msgid ""
 263"while searching for:\n"
 264"%.*s"
 265msgstr ""
 266
 267#: apply.c:3117
 268#, c-format
 269msgid "missing binary patch data for '%s'"
 270msgstr ""
 271
 272#: apply.c:3125
 273#, c-format
 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 275msgstr ""
 276
 277#: apply.c:3171
 278#, c-format
 279msgid "cannot apply binary patch to '%s' without full index line"
 280msgstr ""
 281
 282#: apply.c:3181
 283#, c-format
 284msgid ""
 285"the patch applies to '%s' (%s), which does not match the current contents."
 286msgstr ""
 287
 288#: apply.c:3189
 289#, c-format
 290msgid "the patch applies to an empty '%s' but it is not empty"
 291msgstr ""
 292
 293#: apply.c:3207
 294#, c-format
 295msgid "the necessary postimage %s for '%s' cannot be read"
 296msgstr ""
 297
 298#: apply.c:3220
 299#, c-format
 300msgid "binary patch does not apply to '%s'"
 301msgstr ""
 302
 303#: apply.c:3226
 304#, c-format
 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 306msgstr ""
 307
 308#: apply.c:3247
 309#, c-format
 310msgid "patch failed: %s:%ld"
 311msgstr ""
 312
 313#: apply.c:3369
 314#, c-format
 315msgid "cannot checkout %s"
 316msgstr ""
 317
 318#: apply.c:3418 apply.c:3429 apply.c:3475 setup.c:277
 319#, c-format
 320msgid "failed to read %s"
 321msgstr ""
 322
 323#: apply.c:3426
 324#, c-format
 325msgid "reading from '%s' beyond a symbolic link"
 326msgstr ""
 327
 328#: apply.c:3455 apply.c:3695
 329#, c-format
 330msgid "path %s has been renamed/deleted"
 331msgstr ""
 332
 333#: apply.c:3538 apply.c:3709
 334#, c-format
 335msgid "%s: does not exist in index"
 336msgstr ""
 337
 338#: apply.c:3547 apply.c:3717
 339#, c-format
 340msgid "%s: does not match index"
 341msgstr ""
 342
 343#: apply.c:3582
 344msgid "repository lacks the necessary blob to fall back on 3-way merge."
 345msgstr ""
 346
 347#: apply.c:3585
 348#, c-format
 349msgid "Falling back to three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3601 apply.c:3605
 353#, c-format
 354msgid "cannot read the current contents of '%s'"
 355msgstr ""
 356
 357#: apply.c:3617
 358#, c-format
 359msgid "Failed to fall back on three-way merge...\n"
 360msgstr ""
 361
 362#: apply.c:3631
 363#, c-format
 364msgid "Applied patch to '%s' with conflicts.\n"
 365msgstr ""
 366
 367#: apply.c:3636
 368#, c-format
 369msgid "Applied patch to '%s' cleanly.\n"
 370msgstr ""
 371
 372#: apply.c:3662
 373msgid "removal patch leaves file contents"
 374msgstr ""
 375
 376#: apply.c:3734
 377#, c-format
 378msgid "%s: wrong type"
 379msgstr ""
 380
 381#: apply.c:3736
 382#, c-format
 383msgid "%s has type %o, expected %o"
 384msgstr ""
 385
 386#: apply.c:3886 apply.c:3888
 387#, c-format
 388msgid "invalid path '%s'"
 389msgstr ""
 390
 391#: apply.c:3944
 392#, c-format
 393msgid "%s: already exists in index"
 394msgstr ""
 395
 396#: apply.c:3947
 397#, c-format
 398msgid "%s: already exists in working directory"
 399msgstr ""
 400
 401#: apply.c:3967
 402#, c-format
 403msgid "new mode (%o) of %s does not match old mode (%o)"
 404msgstr ""
 405
 406#: apply.c:3972
 407#, c-format
 408msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 409msgstr ""
 410
 411#: apply.c:3992
 412#, c-format
 413msgid "affected file '%s' is beyond a symbolic link"
 414msgstr ""
 415
 416#: apply.c:3996
 417#, c-format
 418msgid "%s: patch does not apply"
 419msgstr ""
 420
 421#: apply.c:4011
 422#, c-format
 423msgid "Checking patch %s..."
 424msgstr ""
 425
 426#: apply.c:4102
 427#, c-format
 428msgid "sha1 information is lacking or useless for submodule %s"
 429msgstr ""
 430
 431#: apply.c:4109
 432#, c-format
 433msgid "mode change for %s, which is not in current HEAD"
 434msgstr ""
 435
 436#: apply.c:4112
 437#, c-format
 438msgid "sha1 information is lacking or useless (%s)."
 439msgstr ""
 440
 441#: apply.c:4117 builtin/checkout.c:235 builtin/reset.c:148
 442#, c-format
 443msgid "make_cache_entry failed for path '%s'"
 444msgstr ""
 445
 446#: apply.c:4121
 447#, c-format
 448msgid "could not add %s to temporary index"
 449msgstr ""
 450
 451#: apply.c:4131
 452#, c-format
 453msgid "could not write temporary index to %s"
 454msgstr ""
 455
 456#: apply.c:4269
 457#, c-format
 458msgid "unable to remove %s from index"
 459msgstr ""
 460
 461#: apply.c:4304
 462#, c-format
 463msgid "corrupt patch for submodule %s"
 464msgstr ""
 465
 466#: apply.c:4310
 467#, c-format
 468msgid "unable to stat newly created file '%s'"
 469msgstr ""
 470
 471#: apply.c:4318
 472#, c-format
 473msgid "unable to create backing store for newly created file %s"
 474msgstr ""
 475
 476#: apply.c:4324 apply.c:4468
 477#, c-format
 478msgid "unable to add cache entry for %s"
 479msgstr ""
 480
 481#: apply.c:4365
 482#, c-format
 483msgid "failed to write to '%s'"
 484msgstr ""
 485
 486#: apply.c:4369
 487#, c-format
 488msgid "closing file '%s'"
 489msgstr ""
 490
 491#: apply.c:4439
 492#, c-format
 493msgid "unable to write file '%s' mode %o"
 494msgstr ""
 495
 496#: apply.c:4537
 497#, c-format
 498msgid "Applied patch %s cleanly."
 499msgstr ""
 500
 501#: apply.c:4545
 502msgid "internal error"
 503msgstr ""
 504
 505#: apply.c:4548
 506#, c-format
 507msgid "Applying patch %%s with %d reject..."
 508msgid_plural "Applying patch %%s with %d rejects..."
 509msgstr[0] ""
 510msgstr[1] ""
 511
 512#: apply.c:4559
 513#, c-format
 514msgid "truncating .rej filename to %.*s.rej"
 515msgstr ""
 516
 517#: apply.c:4567 builtin/fetch.c:760 builtin/fetch.c:1010
 518#, c-format
 519msgid "cannot open %s"
 520msgstr ""
 521
 522#: apply.c:4581
 523#, c-format
 524msgid "Hunk #%d applied cleanly."
 525msgstr ""
 526
 527#: apply.c:4585
 528#, c-format
 529msgid "Rejected hunk #%d."
 530msgstr ""
 531
 532#: apply.c:4695
 533#, c-format
 534msgid "Skipped patch '%s'."
 535msgstr ""
 536
 537#: apply.c:4703
 538msgid "unrecognized input"
 539msgstr ""
 540
 541#: apply.c:4722
 542msgid "unable to read index file"
 543msgstr ""
 544
 545#: apply.c:4859
 546#, c-format
 547msgid "can't open patch '%s': %s"
 548msgstr ""
 549
 550#: apply.c:4886
 551#, c-format
 552msgid "squelched %d whitespace error"
 553msgid_plural "squelched %d whitespace errors"
 554msgstr[0] ""
 555msgstr[1] ""
 556
 557#: apply.c:4892 apply.c:4907
 558#, c-format
 559msgid "%d line adds whitespace errors."
 560msgid_plural "%d lines add whitespace errors."
 561msgstr[0] ""
 562msgstr[1] ""
 563
 564#: apply.c:4900
 565#, c-format
 566msgid "%d line applied after fixing whitespace errors."
 567msgid_plural "%d lines applied after fixing whitespace errors."
 568msgstr[0] ""
 569msgstr[1] ""
 570
 571#: apply.c:4916 builtin/add.c:515 builtin/mv.c:298 builtin/rm.c:390
 572msgid "Unable to write new index file"
 573msgstr ""
 574
 575#: apply.c:4947 apply.c:4950 builtin/am.c:2256 builtin/am.c:2259
 576#: builtin/clone.c:116 builtin/fetch.c:115 builtin/pull.c:187
 577#: builtin/submodule--helper.c:301 builtin/submodule--helper.c:622
 578#: builtin/submodule--helper.c:625 builtin/submodule--helper.c:992
 579#: builtin/submodule--helper.c:995 builtin/submodule--helper.c:1212
 580#: git-add--interactive.perl:197
 581msgid "path"
 582msgstr ""
 583
 584#: apply.c:4948
 585msgid "don't apply changes matching the given path"
 586msgstr ""
 587
 588#: apply.c:4951
 589msgid "apply changes matching the given path"
 590msgstr ""
 591
 592#: apply.c:4953 builtin/am.c:2265
 593msgid "num"
 594msgstr ""
 595
 596#: apply.c:4954
 597msgid "remove <num> leading slashes from traditional diff paths"
 598msgstr ""
 599
 600#: apply.c:4957
 601msgid "ignore additions made by the patch"
 602msgstr ""
 603
 604#: apply.c:4959
 605msgid "instead of applying the patch, output diffstat for the input"
 606msgstr ""
 607
 608#: apply.c:4963
 609msgid "show number of added and deleted lines in decimal notation"
 610msgstr ""
 611
 612#: apply.c:4965
 613msgid "instead of applying the patch, output a summary for the input"
 614msgstr ""
 615
 616#: apply.c:4967
 617msgid "instead of applying the patch, see if the patch is applicable"
 618msgstr ""
 619
 620#: apply.c:4969
 621msgid "make sure the patch is applicable to the current index"
 622msgstr ""
 623
 624#: apply.c:4971
 625msgid "apply a patch without touching the working tree"
 626msgstr ""
 627
 628#: apply.c:4973
 629msgid "accept a patch that touches outside the working area"
 630msgstr ""
 631
 632#: apply.c:4975
 633msgid "also apply the patch (use with --stat/--summary/--check)"
 634msgstr ""
 635
 636#: apply.c:4977
 637msgid "attempt three-way merge if a patch does not apply"
 638msgstr ""
 639
 640#: apply.c:4979
 641msgid "build a temporary index based on embedded index information"
 642msgstr ""
 643
 644#: apply.c:4982 builtin/checkout-index.c:170 builtin/ls-files.c:513
 645msgid "paths are separated with NUL character"
 646msgstr ""
 647
 648#: apply.c:4984
 649msgid "ensure at least <n> lines of context match"
 650msgstr ""
 651
 652#: apply.c:4985 builtin/am.c:2244 builtin/interpret-trailers.c:95
 653#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
 654msgid "action"
 655msgstr ""
 656
 657#: apply.c:4986
 658msgid "detect new or modified lines that have whitespace errors"
 659msgstr ""
 660
 661#: apply.c:4989 apply.c:4992
 662msgid "ignore changes in whitespace when finding context"
 663msgstr ""
 664
 665#: apply.c:4995
 666msgid "apply the patch in reverse"
 667msgstr ""
 668
 669#: apply.c:4997
 670msgid "don't expect at least one line of context"
 671msgstr ""
 672
 673#: apply.c:4999
 674msgid "leave the rejected hunks in corresponding *.rej files"
 675msgstr ""
 676
 677#: apply.c:5001
 678msgid "allow overlapping hunks"
 679msgstr ""
 680
 681#: apply.c:5002 builtin/add.c:272 builtin/check-ignore.c:21
 682#: builtin/commit.c:1347 builtin/count-objects.c:96 builtin/fsck.c:640
 683#: builtin/log.c:1889 builtin/mv.c:123 builtin/read-tree.c:125
 684msgid "be verbose"
 685msgstr ""
 686
 687#: apply.c:5004
 688msgid "tolerate incorrectly detected missing new-line at the end of file"
 689msgstr ""
 690
 691#: apply.c:5007
 692msgid "do not trust the line counts in the hunk headers"
 693msgstr ""
 694
 695#: apply.c:5009 builtin/am.c:2253
 696msgid "root"
 697msgstr ""
 698
 699#: apply.c:5010
 700msgid "prepend <root> to all filenames"
 701msgstr ""
 702
 703#: archive.c:13
 704msgid "git archive [<options>] <tree-ish> [<path>...]"
 705msgstr ""
 706
 707#: archive.c:14
 708msgid "git archive --list"
 709msgstr ""
 710
 711#: archive.c:15
 712msgid ""
 713"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 714msgstr ""
 715
 716#: archive.c:16
 717msgid "git archive --remote <repo> [--exec <cmd>] --list"
 718msgstr ""
 719
 720#: archive.c:351 builtin/add.c:156 builtin/add.c:494 builtin/rm.c:299
 721#, c-format
 722msgid "pathspec '%s' did not match any files"
 723msgstr ""
 724
 725#: archive.c:436
 726msgid "fmt"
 727msgstr ""
 728
 729#: archive.c:436
 730msgid "archive format"
 731msgstr ""
 732
 733#: archive.c:437 builtin/log.c:1452
 734msgid "prefix"
 735msgstr ""
 736
 737#: archive.c:438
 738msgid "prepend prefix to each pathname in the archive"
 739msgstr ""
 740
 741#: archive.c:439 builtin/blame.c:693 builtin/blame.c:694 builtin/config.c:61
 742#: builtin/fast-export.c:1005 builtin/fast-export.c:1007 builtin/grep.c:859
 743#: builtin/hash-object.c:102 builtin/ls-files.c:547 builtin/ls-files.c:550
 744#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:120
 745#: parse-options.h:153
 746msgid "file"
 747msgstr ""
 748
 749#: archive.c:440 builtin/archive.c:89
 750msgid "write the archive to this file"
 751msgstr ""
 752
 753#: archive.c:442
 754msgid "read .gitattributes in working directory"
 755msgstr ""
 756
 757#: archive.c:443
 758msgid "report archived files on stderr"
 759msgstr ""
 760
 761#: archive.c:444
 762msgid "store only"
 763msgstr ""
 764
 765#: archive.c:445
 766msgid "compress faster"
 767msgstr ""
 768
 769#: archive.c:453
 770msgid "compress better"
 771msgstr ""
 772
 773#: archive.c:456
 774msgid "list supported archive formats"
 775msgstr ""
 776
 777#: archive.c:458 builtin/archive.c:90 builtin/clone.c:106 builtin/clone.c:109
 778#: builtin/submodule--helper.c:634 builtin/submodule--helper.c:1001
 779msgid "repo"
 780msgstr ""
 781
 782#: archive.c:459 builtin/archive.c:91
 783msgid "retrieve the archive from remote repository <repo>"
 784msgstr ""
 785
 786#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
 787msgid "command"
 788msgstr ""
 789
 790#: archive.c:461 builtin/archive.c:93
 791msgid "path to the remote git-upload-archive command"
 792msgstr ""
 793
 794#: archive.c:468
 795msgid "Unexpected option --remote"
 796msgstr ""
 797
 798#: archive.c:470
 799msgid "Option --exec can only be used together with --remote"
 800msgstr ""
 801
 802#: archive.c:472
 803msgid "Unexpected option --output"
 804msgstr ""
 805
 806#: archive.c:494
 807#, c-format
 808msgid "Unknown archive format '%s'"
 809msgstr ""
 810
 811#: archive.c:501
 812#, c-format
 813msgid "Argument not supported for format '%s': -%d"
 814msgstr ""
 815
 816#: attr.c:218
 817#, c-format
 818msgid "%.*s is not a valid attribute name"
 819msgstr ""
 820
 821#: attr.c:415
 822msgid ""
 823"Negative patterns are ignored in git attributes\n"
 824"Use '\\!' for literal leading exclamation."
 825msgstr ""
 826
 827#: bisect.c:447
 828#, c-format
 829msgid "Badly quoted content in file '%s': %s"
 830msgstr ""
 831
 832#: bisect.c:655
 833#, c-format
 834msgid "We cannot bisect more!\n"
 835msgstr ""
 836
 837#: bisect.c:708
 838#, c-format
 839msgid "Not a valid commit name %s"
 840msgstr ""
 841
 842#: bisect.c:732
 843#, c-format
 844msgid ""
 845"The merge base %s is bad.\n"
 846"This means the bug has been fixed between %s and [%s].\n"
 847msgstr ""
 848
 849#: bisect.c:737
 850#, c-format
 851msgid ""
 852"The merge base %s is new.\n"
 853"The property has changed between %s and [%s].\n"
 854msgstr ""
 855
 856#: bisect.c:742
 857#, c-format
 858msgid ""
 859"The merge base %s is %s.\n"
 860"This means the first '%s' commit is between %s and [%s].\n"
 861msgstr ""
 862
 863#: bisect.c:750
 864#, c-format
 865msgid ""
 866"Some %s revs are not ancestors of the %s rev.\n"
 867"git bisect cannot work properly in this case.\n"
 868"Maybe you mistook %s and %s revs?\n"
 869msgstr ""
 870
 871#: bisect.c:763
 872#, c-format
 873msgid ""
 874"the merge base between %s and [%s] must be skipped.\n"
 875"So we cannot be sure the first %s commit is between %s and %s.\n"
 876"We continue anyway."
 877msgstr ""
 878
 879#: bisect.c:798
 880#, c-format
 881msgid "Bisecting: a merge base must be tested\n"
 882msgstr ""
 883
 884#: bisect.c:850
 885#, c-format
 886msgid "a %s revision is needed"
 887msgstr ""
 888
 889#: bisect.c:867 builtin/notes.c:175 builtin/tag.c:234
 890#, c-format
 891msgid "could not create file '%s'"
 892msgstr ""
 893
 894#: bisect.c:918
 895#, c-format
 896msgid "could not read file '%s'"
 897msgstr ""
 898
 899#: bisect.c:948
 900msgid "reading bisect refs failed"
 901msgstr ""
 902
 903#: bisect.c:968
 904#, c-format
 905msgid "%s was both %s and %s\n"
 906msgstr ""
 907
 908#: bisect.c:976
 909#, c-format
 910msgid ""
 911"No testable commit found.\n"
 912"Maybe you started with bad path parameters?\n"
 913msgstr ""
 914
 915#: bisect.c:995
 916#, c-format
 917msgid "(roughly %d step)"
 918msgid_plural "(roughly %d steps)"
 919msgstr[0] ""
 920msgstr[1] ""
 921
 922#. TRANSLATORS: the last %s will be replaced with "(roughly %d
 923#. steps)" translation.
 924#.
 925#: bisect.c:1001
 926#, c-format
 927msgid "Bisecting: %d revision left to test after this %s\n"
 928msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 929msgstr[0] ""
 930msgstr[1] ""
 931
 932#: blame.c:1757
 933msgid "--contents and --reverse do not blend well."
 934msgstr ""
 935
 936#: blame.c:1768
 937msgid "cannot use --contents with final commit object name"
 938msgstr ""
 939
 940#: blame.c:1788
 941msgid "--reverse and --first-parent together require specified latest commit"
 942msgstr ""
 943
 944#: blame.c:1797 bundle.c:169 ref-filter.c:1932 sequencer.c:1168
 945#: sequencer.c:2351 builtin/commit.c:1065 builtin/log.c:357 builtin/log.c:911
 946#: builtin/log.c:1361 builtin/log.c:1690 builtin/log.c:1938 builtin/merge.c:369
 947#: builtin/shortlog.c:191
 948msgid "revision walk setup failed"
 949msgstr ""
 950
 951#: blame.c:1815
 952msgid ""
 953"--reverse --first-parent together require range along first-parent chain"
 954msgstr ""
 955
 956#: blame.c:1826
 957#, c-format
 958msgid "no such path %s in %s"
 959msgstr ""
 960
 961#: blame.c:1837
 962#, c-format
 963msgid "cannot read blob %s for path %s"
 964msgstr ""
 965
 966#: branch.c:53
 967#, c-format
 968msgid ""
 969"\n"
 970"After fixing the error cause you may try to fix up\n"
 971"the remote tracking information by invoking\n"
 972"\"git branch --set-upstream-to=%s%s%s\"."
 973msgstr ""
 974
 975#: branch.c:67
 976#, c-format
 977msgid "Not setting branch %s as its own upstream."
 978msgstr ""
 979
 980#: branch.c:93
 981#, c-format
 982msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
 983msgstr ""
 984
 985#: branch.c:94
 986#, c-format
 987msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
 988msgstr ""
 989
 990#: branch.c:98
 991#, c-format
 992msgid "Branch '%s' set up to track local branch '%s' by rebasing."
 993msgstr ""
 994
 995#: branch.c:99
 996#, c-format
 997msgid "Branch '%s' set up to track local branch '%s'."
 998msgstr ""
 999
1000#: branch.c:104
1001#, c-format
1002msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1003msgstr ""
1004
1005#: branch.c:105
1006#, c-format
1007msgid "Branch '%s' set up to track remote ref '%s'."
1008msgstr ""
1009
1010#: branch.c:109
1011#, c-format
1012msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1013msgstr ""
1014
1015#: branch.c:110
1016#, c-format
1017msgid "Branch '%s' set up to track local ref '%s'."
1018msgstr ""
1019
1020#: branch.c:119
1021msgid "Unable to write upstream branch configuration"
1022msgstr ""
1023
1024#: branch.c:156
1025#, c-format
1026msgid "Not tracking: ambiguous information for ref %s"
1027msgstr ""
1028
1029#: branch.c:185
1030#, c-format
1031msgid "'%s' is not a valid branch name."
1032msgstr ""
1033
1034#: branch.c:190
1035#, c-format
1036msgid "A branch named '%s' already exists."
1037msgstr ""
1038
1039#: branch.c:197
1040msgid "Cannot force update the current branch."
1041msgstr ""
1042
1043#: branch.c:217
1044#, c-format
1045msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1046msgstr ""
1047
1048#: branch.c:219
1049#, c-format
1050msgid "the requested upstream branch '%s' does not exist"
1051msgstr ""
1052
1053#: branch.c:221
1054msgid ""
1055"\n"
1056"If you are planning on basing your work on an upstream\n"
1057"branch that already exists at the remote, you may need to\n"
1058"run \"git fetch\" to retrieve it.\n"
1059"\n"
1060"If you are planning to push out a new local branch that\n"
1061"will track its remote counterpart, you may want to use\n"
1062"\"git push -u\" to set the upstream config as you push."
1063msgstr ""
1064
1065#: branch.c:264
1066#, c-format
1067msgid "Not a valid object name: '%s'."
1068msgstr ""
1069
1070#: branch.c:284
1071#, c-format
1072msgid "Ambiguous object name: '%s'."
1073msgstr ""
1074
1075#: branch.c:289
1076#, c-format
1077msgid "Not a valid branch point: '%s'."
1078msgstr ""
1079
1080#: branch.c:343
1081#, c-format
1082msgid "'%s' is already checked out at '%s'"
1083msgstr ""
1084
1085#: branch.c:366
1086#, c-format
1087msgid "HEAD of working tree %s is not updated"
1088msgstr ""
1089
1090#: bundle.c:34
1091#, c-format
1092msgid "'%s' does not look like a v2 bundle file"
1093msgstr ""
1094
1095#: bundle.c:62
1096#, c-format
1097msgid "unrecognized header: %s%s (%d)"
1098msgstr ""
1099
1100#: bundle.c:88 sequencer.c:1346 sequencer.c:1793 sequencer.c:2500
1101#: sequencer.c:2583 sequencer.c:2609 sequencer.c:2687 sequencer.c:2807
1102#: sequencer.c:2949 builtin/commit.c:782
1103#, c-format
1104msgid "could not open '%s'"
1105msgstr ""
1106
1107#: bundle.c:140
1108msgid "Repository lacks these prerequisite commits:"
1109msgstr ""
1110
1111#: bundle.c:193
1112#, c-format
1113msgid "The bundle contains this ref:"
1114msgid_plural "The bundle contains these %d refs:"
1115msgstr[0] ""
1116msgstr[1] ""
1117
1118#: bundle.c:200
1119msgid "The bundle records a complete history."
1120msgstr ""
1121
1122#: bundle.c:202
1123#, c-format
1124msgid "The bundle requires this ref:"
1125msgid_plural "The bundle requires these %d refs:"
1126msgstr[0] ""
1127msgstr[1] ""
1128
1129#: bundle.c:261
1130msgid "Could not spawn pack-objects"
1131msgstr ""
1132
1133#: bundle.c:272
1134msgid "pack-objects died"
1135msgstr ""
1136
1137#: bundle.c:314
1138msgid "rev-list died"
1139msgstr ""
1140
1141#: bundle.c:363
1142#, c-format
1143msgid "ref '%s' is excluded by the rev-list options"
1144msgstr ""
1145
1146#: bundle.c:453 builtin/log.c:174 builtin/log.c:1597 builtin/shortlog.c:296
1147#, c-format
1148msgid "unrecognized argument: %s"
1149msgstr ""
1150
1151#: bundle.c:461
1152msgid "Refusing to create empty bundle."
1153msgstr ""
1154
1155#: bundle.c:473
1156#, c-format
1157msgid "cannot create '%s'"
1158msgstr ""
1159
1160#: bundle.c:501
1161msgid "index-pack died"
1162msgstr ""
1163
1164#: color.c:301
1165#, c-format
1166msgid "invalid color value: %.*s"
1167msgstr ""
1168
1169#: commit.c:41 sequencer.c:1600 builtin/am.c:421 builtin/am.c:465
1170#: builtin/am.c:1467 builtin/am.c:2105
1171#, c-format
1172msgid "could not parse %s"
1173msgstr ""
1174
1175#: commit.c:43
1176#, c-format
1177msgid "%s %s is not a commit!"
1178msgstr ""
1179
1180#: commit.c:1517
1181msgid ""
1182"Warning: commit message did not conform to UTF-8.\n"
1183"You may want to amend it after fixing the message, or set the config\n"
1184"variable i18n.commitencoding to the encoding your project uses.\n"
1185msgstr ""
1186
1187#: compat/obstack.c:406 compat/obstack.c:408
1188msgid "memory exhausted"
1189msgstr ""
1190
1191#: config.c:187
1192msgid "relative config include conditionals must come from files"
1193msgstr ""
1194
1195#: config.c:721
1196#, c-format
1197msgid "bad config line %d in blob %s"
1198msgstr ""
1199
1200#: config.c:725
1201#, c-format
1202msgid "bad config line %d in file %s"
1203msgstr ""
1204
1205#: config.c:729
1206#, c-format
1207msgid "bad config line %d in standard input"
1208msgstr ""
1209
1210#: config.c:733
1211#, c-format
1212msgid "bad config line %d in submodule-blob %s"
1213msgstr ""
1214
1215#: config.c:737
1216#, c-format
1217msgid "bad config line %d in command line %s"
1218msgstr ""
1219
1220#: config.c:741
1221#, c-format
1222msgid "bad config line %d in %s"
1223msgstr ""
1224
1225#: config.c:869
1226msgid "out of range"
1227msgstr ""
1228
1229#: config.c:869
1230msgid "invalid unit"
1231msgstr ""
1232
1233#: config.c:875
1234#, c-format
1235msgid "bad numeric config value '%s' for '%s': %s"
1236msgstr ""
1237
1238#: config.c:880
1239#, c-format
1240msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1241msgstr ""
1242
1243#: config.c:883
1244#, c-format
1245msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1246msgstr ""
1247
1248#: config.c:886
1249#, c-format
1250msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1251msgstr ""
1252
1253#: config.c:889
1254#, c-format
1255msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1256msgstr ""
1257
1258#: config.c:892
1259#, c-format
1260msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1261msgstr ""
1262
1263#: config.c:895
1264#, c-format
1265msgid "bad numeric config value '%s' for '%s' in %s: %s"
1266msgstr ""
1267
1268#: config.c:990
1269#, c-format
1270msgid "failed to expand user dir in: '%s'"
1271msgstr ""
1272
1273#: config.c:1085 config.c:1096
1274#, c-format
1275msgid "bad zlib compression level %d"
1276msgstr ""
1277
1278#: config.c:1213
1279#, c-format
1280msgid "invalid mode for object creation: %s"
1281msgstr ""
1282
1283#: config.c:1372
1284#, c-format
1285msgid "bad pack compression level %d"
1286msgstr ""
1287
1288#: config.c:1568
1289msgid "unable to parse command-line config"
1290msgstr ""
1291
1292#: config.c:1900
1293msgid "unknown error occurred while reading the configuration files"
1294msgstr ""
1295
1296#: config.c:2087
1297#, c-format
1298msgid "Invalid %s: '%s'"
1299msgstr ""
1300
1301#: config.c:2130
1302#, c-format
1303msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1304msgstr ""
1305
1306#: config.c:2156
1307#, c-format
1308msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1309msgstr ""
1310
1311#: config.c:2167
1312#, c-format
1313msgid "unable to parse '%s' from command-line config"
1314msgstr ""
1315
1316#: config.c:2169
1317#, c-format
1318msgid "bad config variable '%s' in file '%s' at line %d"
1319msgstr ""
1320
1321#: config.c:2228
1322#, c-format
1323msgid "%s has multiple values"
1324msgstr ""
1325
1326#: config.c:2571 config.c:2789
1327#, c-format
1328msgid "fstat on %s failed"
1329msgstr ""
1330
1331#: config.c:2678
1332#, c-format
1333msgid "could not set '%s' to '%s'"
1334msgstr ""
1335
1336#: config.c:2680 builtin/remote.c:776
1337#, c-format
1338msgid "could not unset '%s'"
1339msgstr ""
1340
1341#: connect.c:50
1342msgid "The remote end hung up upon initial contact"
1343msgstr ""
1344
1345#: connect.c:52
1346msgid ""
1347"Could not read from remote repository.\n"
1348"\n"
1349"Please make sure you have the correct access rights\n"
1350"and the repository exists."
1351msgstr ""
1352
1353#: connected.c:64 builtin/fsck.c:183 builtin/prune.c:141
1354msgid "Checking connectivity"
1355msgstr ""
1356
1357#: connected.c:76
1358msgid "Could not run 'git rev-list'"
1359msgstr ""
1360
1361#: connected.c:96
1362msgid "failed write to rev-list"
1363msgstr ""
1364
1365#: connected.c:103
1366msgid "failed to close rev-list's stdin"
1367msgstr ""
1368
1369#: convert.c:205
1370#, c-format
1371msgid ""
1372"CRLF will be replaced by LF in %s.\n"
1373"The file will have its original line endings in your working directory."
1374msgstr ""
1375
1376#: convert.c:209
1377#, c-format
1378msgid "CRLF would be replaced by LF in %s."
1379msgstr ""
1380
1381#: convert.c:215
1382#, c-format
1383msgid ""
1384"LF will be replaced by CRLF in %s.\n"
1385"The file will have its original line endings in your working directory."
1386msgstr ""
1387
1388#: convert.c:219
1389#, c-format
1390msgid "LF would be replaced by CRLF in %s"
1391msgstr ""
1392
1393#: date.c:116
1394msgid "in the future"
1395msgstr ""
1396
1397#: date.c:122
1398#, c-format
1399msgid "%<PRIuMAX> second ago"
1400msgid_plural "%<PRIuMAX> seconds ago"
1401msgstr[0] ""
1402msgstr[1] ""
1403
1404#: date.c:129
1405#, c-format
1406msgid "%<PRIuMAX> minute ago"
1407msgid_plural "%<PRIuMAX> minutes ago"
1408msgstr[0] ""
1409msgstr[1] ""
1410
1411#: date.c:136
1412#, c-format
1413msgid "%<PRIuMAX> hour ago"
1414msgid_plural "%<PRIuMAX> hours ago"
1415msgstr[0] ""
1416msgstr[1] ""
1417
1418#: date.c:143
1419#, c-format
1420msgid "%<PRIuMAX> day ago"
1421msgid_plural "%<PRIuMAX> days ago"
1422msgstr[0] ""
1423msgstr[1] ""
1424
1425#: date.c:149
1426#, c-format
1427msgid "%<PRIuMAX> week ago"
1428msgid_plural "%<PRIuMAX> weeks ago"
1429msgstr[0] ""
1430msgstr[1] ""
1431
1432#: date.c:156
1433#, c-format
1434msgid "%<PRIuMAX> month ago"
1435msgid_plural "%<PRIuMAX> months ago"
1436msgstr[0] ""
1437msgstr[1] ""
1438
1439#: date.c:167
1440#, c-format
1441msgid "%<PRIuMAX> year"
1442msgid_plural "%<PRIuMAX> years"
1443msgstr[0] ""
1444msgstr[1] ""
1445
1446#. TRANSLATORS: "%s" is "<n> years"
1447#: date.c:170
1448#, c-format
1449msgid "%s, %<PRIuMAX> month ago"
1450msgid_plural "%s, %<PRIuMAX> months ago"
1451msgstr[0] ""
1452msgstr[1] ""
1453
1454#: date.c:175 date.c:180
1455#, c-format
1456msgid "%<PRIuMAX> year ago"
1457msgid_plural "%<PRIuMAX> years ago"
1458msgstr[0] ""
1459msgstr[1] ""
1460
1461#: diffcore-order.c:24
1462#, c-format
1463msgid "failed to read orderfile '%s'"
1464msgstr ""
1465
1466#: diffcore-rename.c:536
1467msgid "Performing inexact rename detection"
1468msgstr ""
1469
1470#: diff.c:74
1471#, c-format
1472msgid "option '%s' requires a value"
1473msgstr ""
1474
1475#: diff.c:152
1476#, c-format
1477msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1478msgstr ""
1479
1480#: diff.c:157
1481#, c-format
1482msgid "  Unknown dirstat parameter '%s'\n"
1483msgstr ""
1484
1485#: diff.c:281
1486msgid ""
1487"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1488"'plain'"
1489msgstr ""
1490
1491#: diff.c:341
1492#, c-format
1493msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1494msgstr ""
1495
1496#: diff.c:398
1497#, c-format
1498msgid ""
1499"Found errors in 'diff.dirstat' config variable:\n"
1500"%s"
1501msgstr ""
1502
1503#: diff.c:3861
1504#, c-format
1505msgid "external diff died, stopping at %s"
1506msgstr ""
1507
1508#: diff.c:4189
1509msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1510msgstr ""
1511
1512#: diff.c:4279
1513msgid "--follow requires exactly one pathspec"
1514msgstr ""
1515
1516#: diff.c:4445
1517#, c-format
1518msgid ""
1519"Failed to parse --dirstat/-X option parameter:\n"
1520"%s"
1521msgstr ""
1522
1523#: diff.c:4459
1524#, c-format
1525msgid "Failed to parse --submodule option parameter: '%s'"
1526msgstr ""
1527
1528#: diff.c:5505
1529msgid "inexact rename detection was skipped due to too many files."
1530msgstr ""
1531
1532#: diff.c:5508
1533msgid "only found copies from modified paths due to too many files."
1534msgstr ""
1535
1536#: diff.c:5511
1537#, c-format
1538msgid ""
1539"you may want to set your %s variable to at least %d and retry the command."
1540msgstr ""
1541
1542#: dir.c:1983
1543msgid "failed to get kernel name and information"
1544msgstr ""
1545
1546#: dir.c:2102
1547msgid "Untracked cache is disabled on this system or location."
1548msgstr ""
1549
1550#: dir.c:2885 dir.c:2890
1551#, c-format
1552msgid "could not create directories for %s"
1553msgstr ""
1554
1555#: dir.c:2915
1556#, c-format
1557msgid "could not migrate git directory from '%s' to '%s'"
1558msgstr ""
1559
1560#: entry.c:176
1561msgid "Filtering content"
1562msgstr ""
1563
1564#: entry.c:417
1565#, c-format
1566msgid "could not stat file '%s'"
1567msgstr ""
1568
1569#: fetch-pack.c:252
1570msgid "git fetch-pack: expected shallow list"
1571msgstr ""
1572
1573#: fetch-pack.c:264
1574msgid "git fetch-pack: expected ACK/NAK, got EOF"
1575msgstr ""
1576
1577#: fetch-pack.c:283 builtin/archive.c:63
1578#, c-format
1579msgid "remote error: %s"
1580msgstr ""
1581
1582#: fetch-pack.c:284
1583#, c-format
1584msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1585msgstr ""
1586
1587#: fetch-pack.c:336
1588msgid "--stateless-rpc requires multi_ack_detailed"
1589msgstr ""
1590
1591#: fetch-pack.c:422
1592#, c-format
1593msgid "invalid shallow line: %s"
1594msgstr ""
1595
1596#: fetch-pack.c:428
1597#, c-format
1598msgid "invalid unshallow line: %s"
1599msgstr ""
1600
1601#: fetch-pack.c:430
1602#, c-format
1603msgid "object not found: %s"
1604msgstr ""
1605
1606#: fetch-pack.c:433
1607#, c-format
1608msgid "error in object: %s"
1609msgstr ""
1610
1611#: fetch-pack.c:435
1612#, c-format
1613msgid "no shallow found: %s"
1614msgstr ""
1615
1616#: fetch-pack.c:438
1617#, c-format
1618msgid "expected shallow/unshallow, got %s"
1619msgstr ""
1620
1621#: fetch-pack.c:477
1622#, c-format
1623msgid "got %s %d %s"
1624msgstr ""
1625
1626#: fetch-pack.c:491
1627#, c-format
1628msgid "invalid commit %s"
1629msgstr ""
1630
1631#: fetch-pack.c:524
1632msgid "giving up"
1633msgstr ""
1634
1635#: fetch-pack.c:534 progress.c:242
1636msgid "done"
1637msgstr ""
1638
1639#: fetch-pack.c:546
1640#, c-format
1641msgid "got %s (%d) %s"
1642msgstr ""
1643
1644#: fetch-pack.c:592
1645#, c-format
1646msgid "Marking %s as complete"
1647msgstr ""
1648
1649#: fetch-pack.c:776
1650#, c-format
1651msgid "already have %s (%s)"
1652msgstr ""
1653
1654#: fetch-pack.c:814
1655msgid "fetch-pack: unable to fork off sideband demultiplexer"
1656msgstr ""
1657
1658#: fetch-pack.c:822
1659msgid "protocol error: bad pack header"
1660msgstr ""
1661
1662#: fetch-pack.c:878
1663#, c-format
1664msgid "fetch-pack: unable to fork off %s"
1665msgstr ""
1666
1667#: fetch-pack.c:894
1668#, c-format
1669msgid "%s failed"
1670msgstr ""
1671
1672#: fetch-pack.c:896
1673msgid "error in sideband demultiplexer"
1674msgstr ""
1675
1676#: fetch-pack.c:923
1677msgid "Server does not support shallow clients"
1678msgstr ""
1679
1680#: fetch-pack.c:927
1681msgid "Server supports multi_ack_detailed"
1682msgstr ""
1683
1684#: fetch-pack.c:930
1685msgid "Server supports no-done"
1686msgstr ""
1687
1688#: fetch-pack.c:936
1689msgid "Server supports multi_ack"
1690msgstr ""
1691
1692#: fetch-pack.c:940
1693msgid "Server supports side-band-64k"
1694msgstr ""
1695
1696#: fetch-pack.c:944
1697msgid "Server supports side-band"
1698msgstr ""
1699
1700#: fetch-pack.c:948
1701msgid "Server supports allow-tip-sha1-in-want"
1702msgstr ""
1703
1704#: fetch-pack.c:952
1705msgid "Server supports allow-reachable-sha1-in-want"
1706msgstr ""
1707
1708#: fetch-pack.c:962
1709msgid "Server supports ofs-delta"
1710msgstr ""
1711
1712#: fetch-pack.c:969
1713#, c-format
1714msgid "Server version is %.*s"
1715msgstr ""
1716
1717#: fetch-pack.c:975
1718msgid "Server does not support --shallow-since"
1719msgstr ""
1720
1721#: fetch-pack.c:979
1722msgid "Server does not support --shallow-exclude"
1723msgstr ""
1724
1725#: fetch-pack.c:981
1726msgid "Server does not support --deepen"
1727msgstr ""
1728
1729#: fetch-pack.c:992
1730msgid "no common commits"
1731msgstr ""
1732
1733#: fetch-pack.c:1004
1734msgid "git fetch-pack: fetch failed."
1735msgstr ""
1736
1737#: fetch-pack.c:1166
1738msgid "no matching remote head"
1739msgstr ""
1740
1741#: fetch-pack.c:1188
1742#, c-format
1743msgid "no such remote ref %s"
1744msgstr ""
1745
1746#: fetch-pack.c:1191
1747#, c-format
1748msgid "Server does not allow request for unadvertised object %s"
1749msgstr ""
1750
1751#: gpg-interface.c:181
1752msgid "gpg failed to sign the data"
1753msgstr ""
1754
1755#: gpg-interface.c:211
1756msgid "could not create temporary file"
1757msgstr ""
1758
1759#: gpg-interface.c:214
1760#, c-format
1761msgid "failed writing detached signature to '%s'"
1762msgstr ""
1763
1764#: graph.c:97
1765#, c-format
1766msgid "ignore invalid color '%.*s' in log.graphColors"
1767msgstr ""
1768
1769#: grep.c:1970
1770#, c-format
1771msgid "'%s': unable to read %s"
1772msgstr ""
1773
1774#: grep.c:1987 builtin/clone.c:404 builtin/diff.c:81 builtin/rm.c:134
1775#, c-format
1776msgid "failed to stat '%s'"
1777msgstr ""
1778
1779#: grep.c:1998
1780#, c-format
1781msgid "'%s': short read"
1782msgstr ""
1783
1784#: help.c:179
1785#, c-format
1786msgid "available git commands in '%s'"
1787msgstr ""
1788
1789#: help.c:186
1790msgid "git commands available from elsewhere on your $PATH"
1791msgstr ""
1792
1793#: help.c:217
1794msgid "These are common Git commands used in various situations:"
1795msgstr ""
1796
1797#: help.c:281
1798#, c-format
1799msgid ""
1800"'%s' appears to be a git command, but we were not\n"
1801"able to execute it. Maybe git-%s is broken?"
1802msgstr ""
1803
1804#: help.c:336
1805msgid "Uh oh. Your system reports no Git commands at all."
1806msgstr ""
1807
1808#: help.c:358
1809#, c-format
1810msgid "WARNING: You called a Git command named '%s', which does not exist."
1811msgstr ""
1812
1813#: help.c:363
1814#, c-format
1815msgid "Continuing under the assumption that you meant '%s'."
1816msgstr ""
1817
1818#: help.c:368
1819#, c-format
1820msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1821msgstr ""
1822
1823#: help.c:376
1824#, c-format
1825msgid "git: '%s' is not a git command. See 'git --help'."
1826msgstr ""
1827
1828#: help.c:380
1829msgid ""
1830"\n"
1831"The most similar command is"
1832msgid_plural ""
1833"\n"
1834"The most similar commands are"
1835msgstr[0] ""
1836msgstr[1] ""
1837
1838#: help.c:395
1839msgid "git version [<options>]"
1840msgstr ""
1841
1842#: help.c:456
1843#, c-format
1844msgid "%s: %s - %s"
1845msgstr ""
1846
1847#: help.c:460
1848msgid ""
1849"\n"
1850"Did you mean this?"
1851msgid_plural ""
1852"\n"
1853"Did you mean one of these?"
1854msgstr[0] ""
1855msgstr[1] ""
1856
1857#: ident.c:342
1858msgid ""
1859"\n"
1860"*** Please tell me who you are.\n"
1861"\n"
1862"Run\n"
1863"\n"
1864"  git config --global user.email \"you@example.com\"\n"
1865"  git config --global user.name \"Your Name\"\n"
1866"\n"
1867"to set your account's default identity.\n"
1868"Omit --global to set the identity only in this repository.\n"
1869"\n"
1870msgstr ""
1871
1872#: ident.c:366
1873msgid "no email was given and auto-detection is disabled"
1874msgstr ""
1875
1876#: ident.c:371
1877#, c-format
1878msgid "unable to auto-detect email address (got '%s')"
1879msgstr ""
1880
1881#: ident.c:381
1882msgid "no name was given and auto-detection is disabled"
1883msgstr ""
1884
1885#: ident.c:387
1886#, c-format
1887msgid "unable to auto-detect name (got '%s')"
1888msgstr ""
1889
1890#: ident.c:395
1891#, c-format
1892msgid "empty ident name (for <%s>) not allowed"
1893msgstr ""
1894
1895#: ident.c:401
1896#, c-format
1897msgid "name consists only of disallowed characters: %s"
1898msgstr ""
1899
1900#: ident.c:416 builtin/commit.c:616
1901#, c-format
1902msgid "invalid date format: %s"
1903msgstr ""
1904
1905#: lockfile.c:151
1906#, c-format
1907msgid ""
1908"Unable to create '%s.lock': %s.\n"
1909"\n"
1910"Another git process seems to be running in this repository, e.g.\n"
1911"an editor opened by 'git commit'. Please make sure all processes\n"
1912"are terminated then try again. If it still fails, a git process\n"
1913"may have crashed in this repository earlier:\n"
1914"remove the file manually to continue."
1915msgstr ""
1916
1917#: lockfile.c:159
1918#, c-format
1919msgid "Unable to create '%s.lock': %s"
1920msgstr ""
1921
1922#: merge.c:41
1923msgid "failed to read the cache"
1924msgstr ""
1925
1926#: merge.c:96 builtin/am.c:1978 builtin/am.c:2013 builtin/checkout.c:380
1927#: builtin/checkout.c:595 builtin/clone.c:754
1928msgid "unable to write new index file"
1929msgstr ""
1930
1931#: merge-recursive.c:235
1932msgid "(bad commit)\n"
1933msgstr ""
1934
1935#: merge-recursive.c:257 merge-recursive.c:265
1936#, c-format
1937msgid "addinfo_cache failed for path '%s'"
1938msgstr ""
1939
1940#: merge-recursive.c:329
1941msgid "error building trees"
1942msgstr ""
1943
1944#: merge-recursive.c:752
1945#, c-format
1946msgid "failed to create path '%s'%s"
1947msgstr ""
1948
1949#: merge-recursive.c:763
1950#, c-format
1951msgid "Removing %s to make room for subdirectory\n"
1952msgstr ""
1953
1954#: merge-recursive.c:777 merge-recursive.c:796
1955msgid ": perhaps a D/F conflict?"
1956msgstr ""
1957
1958#: merge-recursive.c:786
1959#, c-format
1960msgid "refusing to lose untracked file at '%s'"
1961msgstr ""
1962
1963#: merge-recursive.c:828 builtin/cat-file.c:37
1964#, c-format
1965msgid "cannot read object %s '%s'"
1966msgstr ""
1967
1968#: merge-recursive.c:830
1969#, c-format
1970msgid "blob expected for %s '%s'"
1971msgstr ""
1972
1973#: merge-recursive.c:854
1974#, c-format
1975msgid "failed to open '%s': %s"
1976msgstr ""
1977
1978#: merge-recursive.c:865
1979#, c-format
1980msgid "failed to symlink '%s': %s"
1981msgstr ""
1982
1983#: merge-recursive.c:870
1984#, c-format
1985msgid "do not know what to do with %06o %s '%s'"
1986msgstr ""
1987
1988#: merge-recursive.c:1010
1989msgid "Failed to execute internal merge"
1990msgstr ""
1991
1992#: merge-recursive.c:1014
1993#, c-format
1994msgid "Unable to add %s to database"
1995msgstr ""
1996
1997#: merge-recursive.c:1117
1998#, c-format
1999msgid ""
2000"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2001"in tree."
2002msgstr ""
2003
2004#: merge-recursive.c:1122
2005#, c-format
2006msgid ""
2007"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2008"left in tree."
2009msgstr ""
2010
2011#: merge-recursive.c:1129
2012#, c-format
2013msgid ""
2014"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2015"in tree at %s."
2016msgstr ""
2017
2018#: merge-recursive.c:1134
2019#, c-format
2020msgid ""
2021"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2022"left in tree at %s."
2023msgstr ""
2024
2025#: merge-recursive.c:1168
2026msgid "rename"
2027msgstr ""
2028
2029#: merge-recursive.c:1168
2030msgid "renamed"
2031msgstr ""
2032
2033#: merge-recursive.c:1225
2034#, c-format
2035msgid "%s is a directory in %s adding as %s instead"
2036msgstr ""
2037
2038#: merge-recursive.c:1250
2039#, c-format
2040msgid ""
2041"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2042"\"->\"%s\" in \"%s\"%s"
2043msgstr ""
2044
2045#: merge-recursive.c:1255
2046msgid " (left unresolved)"
2047msgstr ""
2048
2049#: merge-recursive.c:1317
2050#, c-format
2051msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2052msgstr ""
2053
2054#: merge-recursive.c:1350
2055#, c-format
2056msgid "Renaming %s to %s and %s to %s instead"
2057msgstr ""
2058
2059#: merge-recursive.c:1553
2060#, c-format
2061msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2062msgstr ""
2063
2064#: merge-recursive.c:1568
2065#, c-format
2066msgid "Adding merged %s"
2067msgstr ""
2068
2069#: merge-recursive.c:1575 merge-recursive.c:1805
2070#, c-format
2071msgid "Adding as %s instead"
2072msgstr ""
2073
2074#: merge-recursive.c:1632
2075#, c-format
2076msgid "cannot read object %s"
2077msgstr ""
2078
2079#: merge-recursive.c:1635
2080#, c-format
2081msgid "object %s is not a blob"
2082msgstr ""
2083
2084#: merge-recursive.c:1704
2085msgid "modify"
2086msgstr ""
2087
2088#: merge-recursive.c:1704
2089msgid "modified"
2090msgstr ""
2091
2092#: merge-recursive.c:1714
2093msgid "content"
2094msgstr ""
2095
2096#: merge-recursive.c:1721
2097msgid "add/add"
2098msgstr ""
2099
2100#: merge-recursive.c:1757
2101#, c-format
2102msgid "Skipped %s (merged same as existing)"
2103msgstr ""
2104
2105#: merge-recursive.c:1771
2106#, c-format
2107msgid "Auto-merging %s"
2108msgstr ""
2109
2110#: merge-recursive.c:1775 git-submodule.sh:944
2111msgid "submodule"
2112msgstr ""
2113
2114#: merge-recursive.c:1776
2115#, c-format
2116msgid "CONFLICT (%s): Merge conflict in %s"
2117msgstr ""
2118
2119#: merge-recursive.c:1870
2120#, c-format
2121msgid "Removing %s"
2122msgstr ""
2123
2124#: merge-recursive.c:1896
2125msgid "file/directory"
2126msgstr ""
2127
2128#: merge-recursive.c:1902
2129msgid "directory/file"
2130msgstr ""
2131
2132#: merge-recursive.c:1908
2133#, c-format
2134msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2135msgstr ""
2136
2137#: merge-recursive.c:1917
2138#, c-format
2139msgid "Adding %s"
2140msgstr ""
2141
2142#: merge-recursive.c:1954
2143msgid "Already up to date!"
2144msgstr ""
2145
2146#: merge-recursive.c:1963
2147#, c-format
2148msgid "merging of trees %s and %s failed"
2149msgstr ""
2150
2151#: merge-recursive.c:2060
2152msgid "Merging:"
2153msgstr ""
2154
2155#: merge-recursive.c:2073
2156#, c-format
2157msgid "found %u common ancestor:"
2158msgid_plural "found %u common ancestors:"
2159msgstr[0] ""
2160msgstr[1] ""
2161
2162#: merge-recursive.c:2112
2163msgid "merge returned no commit"
2164msgstr ""
2165
2166#: merge-recursive.c:2175
2167#, c-format
2168msgid "Could not parse object '%s'"
2169msgstr ""
2170
2171#: merge-recursive.c:2189 builtin/merge.c:655 builtin/merge.c:814
2172msgid "Unable to write index."
2173msgstr ""
2174
2175#: notes-merge.c:272
2176#, c-format
2177msgid ""
2178"You have not concluded your previous notes merge (%s exists).\n"
2179"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2180"commit/abort the previous merge before you start a new notes merge."
2181msgstr ""
2182
2183#: notes-merge.c:279
2184#, c-format
2185msgid "You have not concluded your notes merge (%s exists)."
2186msgstr ""
2187
2188#: notes-utils.c:42
2189msgid "Cannot commit uninitialized/unreferenced notes tree"
2190msgstr ""
2191
2192#: notes-utils.c:101
2193#, c-format
2194msgid "Bad notes.rewriteMode value: '%s'"
2195msgstr ""
2196
2197#: notes-utils.c:111
2198#, c-format
2199msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2200msgstr ""
2201
2202#. TRANSLATORS: The first %s is the name of
2203#. the environment variable, the second %s is
2204#. its value.
2205#.
2206#: notes-utils.c:141
2207#, c-format
2208msgid "Bad %s value: '%s'"
2209msgstr ""
2210
2211#: object.c:239
2212#, c-format
2213msgid "unable to parse object: %s"
2214msgstr ""
2215
2216#: packfile.c:556
2217msgid "offset before end of packfile (broken .idx?)"
2218msgstr ""
2219
2220#: packfile.c:1683
2221#, c-format
2222msgid "offset before start of pack index for %s (corrupt index?)"
2223msgstr ""
2224
2225#: packfile.c:1687
2226#, c-format
2227msgid "offset beyond end of pack index for %s (truncated index?)"
2228msgstr ""
2229
2230#: parse-options.c:573
2231msgid "..."
2232msgstr ""
2233
2234#: parse-options.c:592
2235#, c-format
2236msgid "usage: %s"
2237msgstr ""
2238
2239#. TRANSLATORS: the colon here should align with the
2240#. one in "usage: %s" translation.
2241#.
2242#: parse-options.c:598
2243#, c-format
2244msgid "   or: %s"
2245msgstr ""
2246
2247#: parse-options.c:601
2248#, c-format
2249msgid "    %s"
2250msgstr ""
2251
2252#: parse-options.c:640
2253msgid "-NUM"
2254msgstr ""
2255
2256#: parse-options-cb.c:108
2257#, c-format
2258msgid "malformed object name '%s'"
2259msgstr ""
2260
2261#: path.c:891
2262#, c-format
2263msgid "Could not make %s writable by group"
2264msgstr ""
2265
2266#: pathspec.c:129
2267msgid "Escape character '\\' not allowed as last character in attr value"
2268msgstr ""
2269
2270#: pathspec.c:147
2271msgid "Only one 'attr:' specification is allowed."
2272msgstr ""
2273
2274#: pathspec.c:150
2275msgid "attr spec must not be empty"
2276msgstr ""
2277
2278#: pathspec.c:193
2279#, c-format
2280msgid "invalid attribute name %s"
2281msgstr ""
2282
2283#: pathspec.c:258
2284msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2285msgstr ""
2286
2287#: pathspec.c:265
2288msgid ""
2289"global 'literal' pathspec setting is incompatible with all other global "
2290"pathspec settings"
2291msgstr ""
2292
2293#: pathspec.c:305
2294msgid "invalid parameter for pathspec magic 'prefix'"
2295msgstr ""
2296
2297#: pathspec.c:326
2298#, c-format
2299msgid "Invalid pathspec magic '%.*s' in '%s'"
2300msgstr ""
2301
2302#: pathspec.c:331
2303#, c-format
2304msgid "Missing ')' at the end of pathspec magic in '%s'"
2305msgstr ""
2306
2307#: pathspec.c:369
2308#, c-format
2309msgid "Unimplemented pathspec magic '%c' in '%s'"
2310msgstr ""
2311
2312#: pathspec.c:428
2313#, c-format
2314msgid "%s: 'literal' and 'glob' are incompatible"
2315msgstr ""
2316
2317#: pathspec.c:441
2318#, c-format
2319msgid "%s: '%s' is outside repository"
2320msgstr ""
2321
2322#: pathspec.c:515
2323#, c-format
2324msgid "'%s' (mnemonic: '%c')"
2325msgstr ""
2326
2327#: pathspec.c:525
2328#, c-format
2329msgid "%s: pathspec magic not supported by this command: %s"
2330msgstr ""
2331
2332#: pathspec.c:571
2333msgid ""
2334"empty strings as pathspecs will be made invalid in upcoming releases. please "
2335"use . instead if you meant to match all paths"
2336msgstr ""
2337
2338#: pathspec.c:595
2339#, c-format
2340msgid "pathspec '%s' is beyond a symbolic link"
2341msgstr ""
2342
2343#: pretty.c:962
2344msgid "unable to parse --pretty format"
2345msgstr ""
2346
2347#: read-cache.c:1443
2348#, c-format
2349msgid ""
2350"index.version set, but the value is invalid.\n"
2351"Using version %i"
2352msgstr ""
2353
2354#: read-cache.c:1453
2355#, c-format
2356msgid ""
2357"GIT_INDEX_VERSION set, but the value is invalid.\n"
2358"Using version %i"
2359msgstr ""
2360
2361#: read-cache.c:2316 builtin/merge.c:1046
2362#, c-format
2363msgid "could not close '%s'"
2364msgstr ""
2365
2366#: read-cache.c:2394 sequencer.c:1355 sequencer.c:2077
2367#, c-format
2368msgid "could not stat '%s'"
2369msgstr ""
2370
2371#: read-cache.c:2407
2372#, c-format
2373msgid "unable to open git dir: %s"
2374msgstr ""
2375
2376#: read-cache.c:2419
2377#, c-format
2378msgid "unable to unlink: %s"
2379msgstr ""
2380
2381#: refs.c:638
2382#, c-format
2383msgid "Could not open '%s' for writing"
2384msgstr ""
2385
2386#: refs.c:1779
2387msgid "ref updates forbidden inside quarantine environment"
2388msgstr ""
2389
2390#: refs/files-backend.c:1136
2391#, c-format
2392msgid "could not remove reference %s"
2393msgstr ""
2394
2395#: refs/files-backend.c:1150 refs/packed-backend.c:1430
2396#: refs/packed-backend.c:1440
2397#, c-format
2398msgid "could not delete reference %s: %s"
2399msgstr ""
2400
2401#: refs/files-backend.c:1153 refs/packed-backend.c:1443
2402#, c-format
2403msgid "could not delete references: %s"
2404msgstr ""
2405
2406#: ref-filter.c:35 wt-status.c:1811
2407msgid "gone"
2408msgstr ""
2409
2410#: ref-filter.c:36
2411#, c-format
2412msgid "ahead %d"
2413msgstr ""
2414
2415#: ref-filter.c:37
2416#, c-format
2417msgid "behind %d"
2418msgstr ""
2419
2420#: ref-filter.c:38
2421#, c-format
2422msgid "ahead %d, behind %d"
2423msgstr ""
2424
2425#: ref-filter.c:104
2426#, c-format
2427msgid "expected format: %%(color:<color>)"
2428msgstr ""
2429
2430#: ref-filter.c:106
2431#, c-format
2432msgid "unrecognized color: %%(color:%s)"
2433msgstr ""
2434
2435#: ref-filter.c:126
2436#, c-format
2437msgid "Integer value expected refname:lstrip=%s"
2438msgstr ""
2439
2440#: ref-filter.c:130
2441#, c-format
2442msgid "Integer value expected refname:rstrip=%s"
2443msgstr ""
2444
2445#: ref-filter.c:132
2446#, c-format
2447msgid "unrecognized %%(%s) argument: %s"
2448msgstr ""
2449
2450#: ref-filter.c:172
2451#, c-format
2452msgid "%%(body) does not take arguments"
2453msgstr ""
2454
2455#: ref-filter.c:179
2456#, c-format
2457msgid "%%(subject) does not take arguments"
2458msgstr ""
2459
2460#: ref-filter.c:186
2461#, c-format
2462msgid "%%(trailers) does not take arguments"
2463msgstr ""
2464
2465#: ref-filter.c:205
2466#, c-format
2467msgid "positive value expected contents:lines=%s"
2468msgstr ""
2469
2470#: ref-filter.c:207
2471#, c-format
2472msgid "unrecognized %%(contents) argument: %s"
2473msgstr ""
2474
2475#: ref-filter.c:220
2476#, c-format
2477msgid "positive value expected objectname:short=%s"
2478msgstr ""
2479
2480#: ref-filter.c:224
2481#, c-format
2482msgid "unrecognized %%(objectname) argument: %s"
2483msgstr ""
2484
2485#: ref-filter.c:251
2486#, c-format
2487msgid "expected format: %%(align:<width>,<position>)"
2488msgstr ""
2489
2490#: ref-filter.c:263
2491#, c-format
2492msgid "unrecognized position:%s"
2493msgstr ""
2494
2495#: ref-filter.c:267
2496#, c-format
2497msgid "unrecognized width:%s"
2498msgstr ""
2499
2500#: ref-filter.c:273
2501#, c-format
2502msgid "unrecognized %%(align) argument: %s"
2503msgstr ""
2504
2505#: ref-filter.c:277
2506#, c-format
2507msgid "positive width expected with the %%(align) atom"
2508msgstr ""
2509
2510#: ref-filter.c:292
2511#, c-format
2512msgid "unrecognized %%(if) argument: %s"
2513msgstr ""
2514
2515#: ref-filter.c:382
2516#, c-format
2517msgid "malformed field name: %.*s"
2518msgstr ""
2519
2520#: ref-filter.c:408
2521#, c-format
2522msgid "unknown field name: %.*s"
2523msgstr ""
2524
2525#: ref-filter.c:520
2526#, c-format
2527msgid "format: %%(if) atom used without a %%(then) atom"
2528msgstr ""
2529
2530#: ref-filter.c:580
2531#, c-format
2532msgid "format: %%(then) atom used without an %%(if) atom"
2533msgstr ""
2534
2535#: ref-filter.c:582
2536#, c-format
2537msgid "format: %%(then) atom used more than once"
2538msgstr ""
2539
2540#: ref-filter.c:584
2541#, c-format
2542msgid "format: %%(then) atom used after %%(else)"
2543msgstr ""
2544
2545#: ref-filter.c:610
2546#, c-format
2547msgid "format: %%(else) atom used without an %%(if) atom"
2548msgstr ""
2549
2550#: ref-filter.c:612
2551#, c-format
2552msgid "format: %%(else) atom used without a %%(then) atom"
2553msgstr ""
2554
2555#: ref-filter.c:614
2556#, c-format
2557msgid "format: %%(else) atom used more than once"
2558msgstr ""
2559
2560#: ref-filter.c:627
2561#, c-format
2562msgid "format: %%(end) atom used without corresponding atom"
2563msgstr ""
2564
2565#: ref-filter.c:682
2566#, c-format
2567msgid "malformed format string %s"
2568msgstr ""
2569
2570#: ref-filter.c:1268
2571#, c-format
2572msgid "(no branch, rebasing %s)"
2573msgstr ""
2574
2575#: ref-filter.c:1271
2576#, c-format
2577msgid "(no branch, bisect started on %s)"
2578msgstr ""
2579
2580#. TRANSLATORS: make sure this matches "HEAD
2581#. detached at " in wt-status.c
2582#.
2583#: ref-filter.c:1279
2584#, c-format
2585msgid "(HEAD detached at %s)"
2586msgstr ""
2587
2588#. TRANSLATORS: make sure this matches "HEAD
2589#. detached from " in wt-status.c
2590#.
2591#: ref-filter.c:1286
2592#, c-format
2593msgid "(HEAD detached from %s)"
2594msgstr ""
2595
2596#: ref-filter.c:1290
2597msgid "(no branch)"
2598msgstr ""
2599
2600#: ref-filter.c:1439 ref-filter.c:1470
2601#, c-format
2602msgid "missing object %s for %s"
2603msgstr ""
2604
2605#: ref-filter.c:1442 ref-filter.c:1473
2606#, c-format
2607msgid "parse_object_buffer failed on %s for %s"
2608msgstr ""
2609
2610#: ref-filter.c:1773
2611#, c-format
2612msgid "malformed object at '%s'"
2613msgstr ""
2614
2615#: ref-filter.c:1840
2616#, c-format
2617msgid "ignoring ref with broken name %s"
2618msgstr ""
2619
2620#: ref-filter.c:1845
2621#, c-format
2622msgid "ignoring broken ref %s"
2623msgstr ""
2624
2625#: ref-filter.c:2107
2626#, c-format
2627msgid "format: %%(end) atom missing"
2628msgstr ""
2629
2630#: ref-filter.c:2201
2631#, c-format
2632msgid "malformed object name %s"
2633msgstr ""
2634
2635#: remote.c:750
2636#, c-format
2637msgid "Cannot fetch both %s and %s to %s"
2638msgstr ""
2639
2640#: remote.c:754
2641#, c-format
2642msgid "%s usually tracks %s, not %s"
2643msgstr ""
2644
2645#: remote.c:758
2646#, c-format
2647msgid "%s tracks both %s and %s"
2648msgstr ""
2649
2650#: remote.c:766
2651msgid "Internal error"
2652msgstr ""
2653
2654#: remote.c:1681 remote.c:1783
2655msgid "HEAD does not point to a branch"
2656msgstr ""
2657
2658#: remote.c:1690
2659#, c-format
2660msgid "no such branch: '%s'"
2661msgstr ""
2662
2663#: remote.c:1693
2664#, c-format
2665msgid "no upstream configured for branch '%s'"
2666msgstr ""
2667
2668#: remote.c:1699
2669#, c-format
2670msgid "upstream branch '%s' not stored as a remote-tracking branch"
2671msgstr ""
2672
2673#: remote.c:1714
2674#, c-format
2675msgid "push destination '%s' on remote '%s' has no local tracking branch"
2676msgstr ""
2677
2678#: remote.c:1726
2679#, c-format
2680msgid "branch '%s' has no remote for pushing"
2681msgstr ""
2682
2683#: remote.c:1737
2684#, c-format
2685msgid "push refspecs for '%s' do not include '%s'"
2686msgstr ""
2687
2688#: remote.c:1750
2689msgid "push has no destination (push.default is 'nothing')"
2690msgstr ""
2691
2692#: remote.c:1772
2693msgid "cannot resolve 'simple' push to a single destination"
2694msgstr ""
2695
2696#: remote.c:2076
2697#, c-format
2698msgid "Your branch is based on '%s', but the upstream is gone.\n"
2699msgstr ""
2700
2701#: remote.c:2080
2702msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2703msgstr ""
2704
2705#: remote.c:2083
2706#, c-format
2707msgid "Your branch is up to date with '%s'.\n"
2708msgstr ""
2709
2710#: remote.c:2087
2711#, c-format
2712msgid "Your branch is ahead of '%s' by %d commit.\n"
2713msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2714msgstr[0] ""
2715msgstr[1] ""
2716
2717#: remote.c:2093
2718msgid "  (use \"git push\" to publish your local commits)\n"
2719msgstr ""
2720
2721#: remote.c:2096
2722#, c-format
2723msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2724msgid_plural ""
2725"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2726msgstr[0] ""
2727msgstr[1] ""
2728
2729#: remote.c:2104
2730msgid "  (use \"git pull\" to update your local branch)\n"
2731msgstr ""
2732
2733#: remote.c:2107
2734#, c-format
2735msgid ""
2736"Your branch and '%s' have diverged,\n"
2737"and have %d and %d different commit each, respectively.\n"
2738msgid_plural ""
2739"Your branch and '%s' have diverged,\n"
2740"and have %d and %d different commits each, respectively.\n"
2741msgstr[0] ""
2742msgstr[1] ""
2743
2744#: remote.c:2117
2745msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2746msgstr ""
2747
2748#: revision.c:2256
2749msgid "your current branch appears to be broken"
2750msgstr ""
2751
2752#: revision.c:2259
2753#, c-format
2754msgid "your current branch '%s' does not have any commits yet"
2755msgstr ""
2756
2757#: revision.c:2453
2758msgid "--first-parent is incompatible with --bisect"
2759msgstr ""
2760
2761#: run-command.c:644
2762msgid "open /dev/null failed"
2763msgstr ""
2764
2765#: send-pack.c:151
2766#, c-format
2767msgid "unable to parse remote unpack status: %s"
2768msgstr ""
2769
2770#: send-pack.c:153
2771#, c-format
2772msgid "remote unpack failed: %s"
2773msgstr ""
2774
2775#: send-pack.c:316
2776msgid "failed to sign the push certificate"
2777msgstr ""
2778
2779#: send-pack.c:429
2780msgid "the receiving end does not support --signed push"
2781msgstr ""
2782
2783#: send-pack.c:431
2784msgid ""
2785"not sending a push certificate since the receiving end does not support --"
2786"signed push"
2787msgstr ""
2788
2789#: send-pack.c:443
2790msgid "the receiving end does not support --atomic push"
2791msgstr ""
2792
2793#: send-pack.c:448
2794msgid "the receiving end does not support push options"
2795msgstr ""
2796
2797#: sequencer.c:218
2798msgid "revert"
2799msgstr ""
2800
2801#: sequencer.c:220
2802msgid "cherry-pick"
2803msgstr ""
2804
2805#: sequencer.c:222
2806msgid "rebase -i"
2807msgstr ""
2808
2809#: sequencer.c:224
2810#, c-format
2811msgid "Unknown action: %d"
2812msgstr ""
2813
2814#: sequencer.c:281
2815msgid ""
2816"after resolving the conflicts, mark the corrected paths\n"
2817"with 'git add <paths>' or 'git rm <paths>'"
2818msgstr ""
2819
2820#: sequencer.c:284
2821msgid ""
2822"after resolving the conflicts, mark the corrected paths\n"
2823"with 'git add <paths>' or 'git rm <paths>'\n"
2824"and commit the result with 'git commit'"
2825msgstr ""
2826
2827#: sequencer.c:297 sequencer.c:1704
2828#, c-format
2829msgid "could not lock '%s'"
2830msgstr ""
2831
2832#: sequencer.c:300 sequencer.c:1581 sequencer.c:1709 sequencer.c:1723
2833#: sequencer.c:2733 sequencer.c:2749
2834#, c-format
2835msgid "could not write to '%s'"
2836msgstr ""
2837
2838#: sequencer.c:304
2839#, c-format
2840msgid "could not write eol to '%s'"
2841msgstr ""
2842
2843#: sequencer.c:308 sequencer.c:1586 sequencer.c:1711
2844#, c-format
2845msgid "failed to finalize '%s'."
2846msgstr ""
2847
2848#: sequencer.c:332 sequencer.c:819 sequencer.c:1607 builtin/am.c:259
2849#: builtin/commit.c:754 builtin/merge.c:1044
2850#, c-format
2851msgid "could not read '%s'"
2852msgstr ""
2853
2854#: sequencer.c:358
2855#, c-format
2856msgid "your local changes would be overwritten by %s."
2857msgstr ""
2858
2859#: sequencer.c:362
2860msgid "commit your changes or stash them to proceed."
2861msgstr ""
2862
2863#: sequencer.c:391
2864#, c-format
2865msgid "%s: fast-forward"
2866msgstr ""
2867
2868#. TRANSLATORS: %s will be "revert", "cherry-pick" or
2869#. "rebase -i".
2870#.
2871#: sequencer.c:474
2872#, c-format
2873msgid "%s: Unable to write new index file"
2874msgstr ""
2875
2876#: sequencer.c:493
2877msgid "could not resolve HEAD commit\n"
2878msgstr ""
2879
2880#: sequencer.c:513
2881msgid "unable to update cache tree\n"
2882msgstr ""
2883
2884#: sequencer.c:597
2885#, c-format
2886msgid ""
2887"you have staged changes in your working tree\n"
2888"If these changes are meant to be squashed into the previous commit, run:\n"
2889"\n"
2890"  git commit --amend %s\n"
2891"\n"
2892"If they are meant to go into a new commit, run:\n"
2893"\n"
2894"  git commit %s\n"
2895"\n"
2896"In both cases, once you're done, continue with:\n"
2897"\n"
2898"  git rebase --continue\n"
2899msgstr ""
2900
2901#: sequencer.c:699
2902#, c-format
2903msgid "could not parse commit %s\n"
2904msgstr ""
2905
2906#: sequencer.c:704
2907#, c-format
2908msgid "could not parse parent commit %s\n"
2909msgstr ""
2910
2911#: sequencer.c:826
2912#, c-format
2913msgid ""
2914"unexpected 1st line of squash message:\n"
2915"\n"
2916"\t%.*s"
2917msgstr ""
2918
2919#: sequencer.c:832
2920#, c-format
2921msgid ""
2922"invalid 1st line of squash message:\n"
2923"\n"
2924"\t%.*s"
2925msgstr ""
2926
2927#: sequencer.c:838 sequencer.c:863
2928#, c-format
2929msgid "This is a combination of %d commits."
2930msgstr ""
2931
2932#: sequencer.c:847 sequencer.c:2681
2933msgid "need a HEAD to fixup"
2934msgstr ""
2935
2936#: sequencer.c:849
2937msgid "could not read HEAD"
2938msgstr ""
2939
2940#: sequencer.c:851
2941msgid "could not read HEAD's commit message"
2942msgstr ""
2943
2944#: sequencer.c:857
2945#, c-format
2946msgid "cannot write '%s'"
2947msgstr ""
2948
2949#: sequencer.c:866 git-rebase--interactive.sh:446
2950msgid "This is the 1st commit message:"
2951msgstr ""
2952
2953#: sequencer.c:874
2954#, c-format
2955msgid "could not read commit message of %s"
2956msgstr ""
2957
2958#: sequencer.c:881
2959#, c-format
2960msgid "This is the commit message #%d:"
2961msgstr ""
2962
2963#: sequencer.c:886
2964#, c-format
2965msgid "The commit message #%d will be skipped:"
2966msgstr ""
2967
2968#: sequencer.c:891
2969#, c-format
2970msgid "unknown command: %d"
2971msgstr ""
2972
2973#: sequencer.c:957
2974msgid "your index file is unmerged."
2975msgstr ""
2976
2977#: sequencer.c:975
2978#, c-format
2979msgid "commit %s is a merge but no -m option was given."
2980msgstr ""
2981
2982#: sequencer.c:983
2983#, c-format
2984msgid "commit %s does not have parent %d"
2985msgstr ""
2986
2987#: sequencer.c:987
2988#, c-format
2989msgid "mainline was specified but commit %s is not a merge."
2990msgstr ""
2991
2992#: sequencer.c:993
2993#, c-format
2994msgid "cannot get commit message for %s"
2995msgstr ""
2996
2997#. TRANSLATORS: The first %s will be a "todo" command like
2998#. "revert" or "pick", the second %s a SHA1.
2999#: sequencer.c:1014
3000#, c-format
3001msgid "%s: cannot parse parent commit %s"
3002msgstr ""
3003
3004#: sequencer.c:1077 sequencer.c:1853
3005#, c-format
3006msgid "could not rename '%s' to '%s'"
3007msgstr ""
3008
3009#: sequencer.c:1128
3010#, c-format
3011msgid "could not revert %s... %s"
3012msgstr ""
3013
3014#: sequencer.c:1129
3015#, c-format
3016msgid "could not apply %s... %s"
3017msgstr ""
3018
3019#: sequencer.c:1171
3020msgid "empty commit set passed"
3021msgstr ""
3022
3023#: sequencer.c:1181
3024#, c-format
3025msgid "git %s: failed to read the index"
3026msgstr ""
3027
3028#: sequencer.c:1188
3029#, c-format
3030msgid "git %s: failed to refresh the index"
3031msgstr ""
3032
3033#: sequencer.c:1308
3034#, c-format
3035msgid "invalid line %d: %.*s"
3036msgstr ""
3037
3038#: sequencer.c:1316
3039#, c-format
3040msgid "cannot '%s' without a previous commit"
3041msgstr ""
3042
3043#: sequencer.c:1349 sequencer.c:2503 sequencer.c:2588 sequencer.c:2614
3044#: sequencer.c:2691 sequencer.c:2810 sequencer.c:2951
3045#, c-format
3046msgid "could not read '%s'."
3047msgstr ""
3048
3049#: sequencer.c:1361
3050msgid "please fix this using 'git rebase --edit-todo'."
3051msgstr ""
3052
3053#: sequencer.c:1363
3054#, c-format
3055msgid "unusable instruction sheet: '%s'"
3056msgstr ""
3057
3058#: sequencer.c:1368
3059msgid "no commits parsed."
3060msgstr ""
3061
3062#: sequencer.c:1379
3063msgid "cannot cherry-pick during a revert."
3064msgstr ""
3065
3066#: sequencer.c:1381
3067msgid "cannot revert during a cherry-pick."
3068msgstr ""
3069
3070#: sequencer.c:1448
3071#, c-format
3072msgid "invalid key: %s"
3073msgstr ""
3074
3075#: sequencer.c:1451
3076#, c-format
3077msgid "invalid value for %s: %s"
3078msgstr ""
3079
3080#: sequencer.c:1517
3081#, c-format
3082msgid "malformed options sheet: '%s'"
3083msgstr ""
3084
3085#: sequencer.c:1555
3086msgid "a cherry-pick or revert is already in progress"
3087msgstr ""
3088
3089#: sequencer.c:1556
3090msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3091msgstr ""
3092
3093#: sequencer.c:1559
3094#, c-format
3095msgid "could not create sequencer directory '%s'"
3096msgstr ""
3097
3098#: sequencer.c:1574
3099msgid "could not lock HEAD"
3100msgstr ""
3101
3102#: sequencer.c:1632 sequencer.c:2211
3103msgid "no cherry-pick or revert in progress"
3104msgstr ""
3105
3106#: sequencer.c:1634
3107msgid "cannot resolve HEAD"
3108msgstr ""
3109
3110#: sequencer.c:1636 sequencer.c:1671
3111msgid "cannot abort from a branch yet to be born"
3112msgstr ""
3113
3114#: sequencer.c:1657 builtin/grep.c:711
3115#, c-format
3116msgid "cannot open '%s'"
3117msgstr ""
3118
3119#: sequencer.c:1659
3120#, c-format
3121msgid "cannot read '%s': %s"
3122msgstr ""
3123
3124#: sequencer.c:1660
3125msgid "unexpected end of file"
3126msgstr ""
3127
3128#: sequencer.c:1666
3129#, c-format
3130msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3131msgstr ""
3132
3133#: sequencer.c:1677
3134msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3135msgstr ""
3136
3137#: sequencer.c:1818 sequencer.c:2109
3138msgid "cannot read HEAD"
3139msgstr ""
3140
3141#: sequencer.c:1858 builtin/difftool.c:640
3142#, c-format
3143msgid "could not copy '%s' to '%s'"
3144msgstr ""
3145
3146#: sequencer.c:1874
3147msgid "could not read index"
3148msgstr ""
3149
3150#: sequencer.c:1879
3151#, c-format
3152msgid ""
3153"execution failed: %s\n"
3154"%sYou can fix the problem, and then run\n"
3155"\n"
3156"  git rebase --continue\n"
3157"\n"
3158msgstr ""
3159
3160#: sequencer.c:1885
3161msgid "and made changes to the index and/or the working tree\n"
3162msgstr ""
3163
3164#: sequencer.c:1891
3165#, c-format
3166msgid ""
3167"execution succeeded: %s\n"
3168"but left changes to the index and/or the working tree\n"
3169"Commit or stash your changes, and then run\n"
3170"\n"
3171"  git rebase --continue\n"
3172"\n"
3173msgstr ""
3174
3175#: sequencer.c:1948
3176#, c-format
3177msgid "Applied autostash.\n"
3178msgstr ""
3179
3180#: sequencer.c:1960
3181#, c-format
3182msgid "cannot store %s"
3183msgstr ""
3184
3185#: sequencer.c:1963 git-rebase.sh:175
3186#, c-format
3187msgid ""
3188"Applying autostash resulted in conflicts.\n"
3189"Your changes are safe in the stash.\n"
3190"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3191msgstr ""
3192
3193#: sequencer.c:2045
3194#, c-format
3195msgid "Stopped at %s...  %.*s\n"
3196msgstr ""
3197
3198#: sequencer.c:2087
3199#, c-format
3200msgid "unknown command %d"
3201msgstr ""
3202
3203#: sequencer.c:2117
3204msgid "could not read orig-head"
3205msgstr ""
3206
3207#: sequencer.c:2122 sequencer.c:2678
3208msgid "could not read 'onto'"
3209msgstr ""
3210
3211#: sequencer.c:2129
3212#, c-format
3213msgid "could not update %s"
3214msgstr ""
3215
3216#: sequencer.c:2136
3217#, c-format
3218msgid "could not update HEAD to %s"
3219msgstr ""
3220
3221#: sequencer.c:2220
3222msgid "cannot rebase: You have unstaged changes."
3223msgstr ""
3224
3225#: sequencer.c:2225
3226msgid "could not remove CHERRY_PICK_HEAD"
3227msgstr ""
3228
3229#: sequencer.c:2234
3230msgid "cannot amend non-existing commit"
3231msgstr ""
3232
3233#: sequencer.c:2236
3234#, c-format
3235msgid "invalid file: '%s'"
3236msgstr ""
3237
3238#: sequencer.c:2238
3239#, c-format
3240msgid "invalid contents: '%s'"
3241msgstr ""
3242
3243#: sequencer.c:2241
3244msgid ""
3245"\n"
3246"You have uncommitted changes in your working tree. Please, commit them\n"
3247"first and then run 'git rebase --continue' again."
3248msgstr ""
3249
3250#: sequencer.c:2251
3251msgid "could not commit staged changes."
3252msgstr ""
3253
3254#: sequencer.c:2331
3255#, c-format
3256msgid "%s: can't cherry-pick a %s"
3257msgstr ""
3258
3259#: sequencer.c:2335
3260#, c-format
3261msgid "%s: bad revision"
3262msgstr ""
3263
3264#: sequencer.c:2368
3265msgid "can't revert as initial commit"
3266msgstr ""
3267
3268#: sequencer.c:2471
3269msgid "make_script: unhandled options"
3270msgstr ""
3271
3272#: sequencer.c:2474
3273msgid "make_script: error preparing revisions"
3274msgstr ""
3275
3276#: sequencer.c:2510
3277#, c-format
3278msgid "unusable todo list: '%s'"
3279msgstr ""
3280
3281#: sequencer.c:2516
3282#, c-format
3283msgid "unable to open '%s' for writing"
3284msgstr ""
3285
3286#: sequencer.c:2561
3287#, c-format
3288msgid "unrecognized setting %s for optionrebase.missingCommitsCheck. Ignoring."
3289msgstr ""
3290
3291#: sequencer.c:2641
3292#, c-format
3293msgid ""
3294"Warning: some commits may have been dropped accidentally.\n"
3295"Dropped commits (newer to older):\n"
3296msgstr ""
3297
3298#: sequencer.c:2648
3299#, c-format
3300msgid ""
3301"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3302"\n"
3303"Use 'git config rebase.missingCommitsCheck' to change the level of "
3304"warnings.\n"
3305"The possible behaviours are: ignore, warn, error.\n"
3306"\n"
3307msgstr ""
3308
3309#: sequencer.c:2660
3310#, c-format
3311msgid ""
3312"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3313"continue'.\n"
3314"Or you can abort the rebase with 'git rebase --abort'.\n"
3315msgstr ""
3316
3317#: sequencer.c:2708
3318#, c-format
3319msgid "could not parse commit '%s'"
3320msgstr ""
3321
3322#: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3323#: builtin/am.c:775
3324#, c-format
3325msgid "could not open '%s' for writing"
3326msgstr ""
3327
3328#: sequencer.c:2756
3329#, c-format
3330msgid "could not truncate '%s'"
3331msgstr ""
3332
3333#: sequencer.c:2848
3334msgid "the script was already rearranged."
3335msgstr ""
3336
3337#: sequencer.c:2953
3338#, c-format
3339msgid "could not finish '%s'"
3340msgstr ""
3341
3342#: setup.c:171
3343#, c-format
3344msgid ""
3345"%s: no such path in the working tree.\n"
3346"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3347msgstr ""
3348
3349#: setup.c:184
3350#, c-format
3351msgid ""
3352"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3353"Use '--' to separate paths from revisions, like this:\n"
3354"'git <command> [<revision>...] -- [<file>...]'"
3355msgstr ""
3356
3357#: setup.c:252
3358#, c-format
3359msgid ""
3360"ambiguous argument '%s': both revision and filename\n"
3361"Use '--' to separate paths from revisions, like this:\n"
3362"'git <command> [<revision>...] -- [<file>...]'"
3363msgstr ""
3364
3365#: setup.c:499
3366#, c-format
3367msgid "Expected git repo version <= %d, found %d"
3368msgstr ""
3369
3370#: setup.c:507
3371msgid "unknown repository extensions found:"
3372msgstr ""
3373
3374#: setup.c:806
3375#, c-format
3376msgid "Not a git repository (or any of the parent directories): %s"
3377msgstr ""
3378
3379#: setup.c:808 builtin/index-pack.c:1653
3380msgid "Cannot come back to cwd"
3381msgstr ""
3382
3383#: setup.c:1046
3384msgid "Unable to read current working directory"
3385msgstr ""
3386
3387#: setup.c:1058 setup.c:1064
3388#, c-format
3389msgid "Cannot change to '%s'"
3390msgstr ""
3391
3392#: setup.c:1077
3393#, c-format
3394msgid ""
3395"Not a git repository (or any parent up to mount point %s)\n"
3396"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3397msgstr ""
3398
3399#: setup.c:1159
3400#, c-format
3401msgid ""
3402"Problem with core.sharedRepository filemode value (0%.3o).\n"
3403"The owner of files must always have read and write permissions."
3404msgstr ""
3405
3406#: sha1_file.c:528
3407#, c-format
3408msgid "path '%s' does not exist"
3409msgstr ""
3410
3411#: sha1_file.c:554
3412#, c-format
3413msgid "reference repository '%s' as a linked checkout is not supported yet."
3414msgstr ""
3415
3416#: sha1_file.c:560
3417#, c-format
3418msgid "reference repository '%s' is not a local repository."
3419msgstr ""
3420
3421#: sha1_file.c:566
3422#, c-format
3423msgid "reference repository '%s' is shallow"
3424msgstr ""
3425
3426#: sha1_file.c:574
3427#, c-format
3428msgid "reference repository '%s' is grafted"
3429msgstr ""
3430
3431#: sha1_name.c:420
3432#, c-format
3433msgid "short SHA1 %s is ambiguous"
3434msgstr ""
3435
3436#: sha1_name.c:431
3437msgid "The candidates are:"
3438msgstr ""
3439
3440#: sha1_name.c:590
3441msgid ""
3442"Git normally never creates a ref that ends with 40 hex characters\n"
3443"because it will be ignored when you just specify 40-hex. These refs\n"
3444"may be created by mistake. For example,\n"
3445"\n"
3446"  git checkout -b $br $(git rev-parse ...)\n"
3447"\n"
3448"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3449"examine these refs and maybe delete them. Turn this message off by\n"
3450"running \"git config advice.objectNameWarning false\""
3451msgstr ""
3452
3453#: submodule.c:93 submodule.c:127
3454msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3455msgstr ""
3456
3457#: submodule.c:97 submodule.c:131
3458#, c-format
3459msgid "Could not find section in .gitmodules where path=%s"
3460msgstr ""
3461
3462#: submodule.c:105
3463#, c-format
3464msgid "Could not update .gitmodules entry %s"
3465msgstr ""
3466
3467#: submodule.c:138
3468#, c-format
3469msgid "Could not remove .gitmodules entry for %s"
3470msgstr ""
3471
3472#: submodule.c:149
3473msgid "staging updated .gitmodules failed"
3474msgstr ""
3475
3476#: submodule.c:309
3477#, c-format
3478msgid "in unpopulated submodule '%s'"
3479msgstr ""
3480
3481#: submodule.c:340
3482#, c-format
3483msgid "Pathspec '%s' is in submodule '%.*s'"
3484msgstr ""
3485
3486#: submodule.c:799
3487#, c-format
3488msgid "submodule entry '%s' (%s) is a %s, not a commit"
3489msgstr ""
3490
3491#: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3492msgid "Failed to resolve HEAD as a valid ref."
3493msgstr ""
3494
3495#: submodule.c:1304
3496#, c-format
3497msgid "'%s' not recognized as a git repository"
3498msgstr ""
3499
3500#: submodule.c:1442
3501#, c-format
3502msgid "could not start 'git status' in submodule '%s'"
3503msgstr ""
3504
3505#: submodule.c:1455
3506#, c-format
3507msgid "could not run 'git status' in submodule '%s'"
3508msgstr ""
3509
3510#: submodule.c:1548
3511#, c-format
3512msgid "submodule '%s' has dirty index"
3513msgstr ""
3514
3515#: submodule.c:1809
3516#, c-format
3517msgid ""
3518"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3519msgstr ""
3520
3521#: submodule.c:1821 submodule.c:1877
3522#, c-format
3523msgid "could not lookup name for submodule '%s'"
3524msgstr ""
3525
3526#: submodule.c:1825 builtin/submodule--helper.c:671
3527#: builtin/submodule--helper.c:681
3528#, c-format
3529msgid "could not create directory '%s'"
3530msgstr ""
3531
3532#: submodule.c:1828
3533#, c-format
3534msgid ""
3535"Migrating git directory of '%s%s' from\n"
3536"'%s' to\n"
3537"'%s'\n"
3538msgstr ""
3539
3540#: submodule.c:1912
3541#, c-format
3542msgid "could not recurse into submodule '%s'"
3543msgstr ""
3544
3545#: submodule.c:1956
3546msgid "could not start ls-files in .."
3547msgstr ""
3548
3549#: submodule.c:1976
3550msgid "BUG: returned path string doesn't match cwd?"
3551msgstr ""
3552
3553#: submodule.c:1995
3554#, c-format
3555msgid "ls-tree returned unexpected return code %d"
3556msgstr ""
3557
3558#: submodule-config.c:263
3559msgid "negative values not allowed for submodule.fetchjobs"
3560msgstr ""
3561
3562#: submodule-config.c:436
3563#, c-format
3564msgid "invalid value for %s"
3565msgstr ""
3566
3567#: trailer.c:238
3568#, c-format
3569msgid "running trailer command '%s' failed"
3570msgstr ""
3571
3572#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3573#: trailer.c:557
3574#, c-format
3575msgid "unknown value '%s' for key '%s'"
3576msgstr ""
3577
3578#: trailer.c:539 trailer.c:544 builtin/remote.c:290
3579#, c-format
3580msgid "more than one %s"
3581msgstr ""
3582
3583#: trailer.c:730
3584#, c-format
3585msgid "empty trailer token in trailer '%.*s'"
3586msgstr ""
3587
3588#: trailer.c:750
3589#, c-format
3590msgid "could not read input file '%s'"
3591msgstr ""
3592
3593#: trailer.c:753
3594msgid "could not read from stdin"
3595msgstr ""
3596
3597#: trailer.c:1008 builtin/am.c:46
3598#, c-format
3599msgid "could not stat %s"
3600msgstr ""
3601
3602#: trailer.c:1010
3603#, c-format
3604msgid "file %s is not a regular file"
3605msgstr ""
3606
3607#: trailer.c:1012
3608#, c-format
3609msgid "file %s is not writable by user"
3610msgstr ""
3611
3612#: trailer.c:1024
3613msgid "could not open temporary file"
3614msgstr ""
3615
3616#: trailer.c:1064
3617#, c-format
3618msgid "could not rename temporary file to %s"
3619msgstr ""
3620
3621#: transport.c:62
3622#, c-format
3623msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3624msgstr ""
3625
3626#: transport.c:151
3627#, c-format
3628msgid "transport: invalid depth option '%s'"
3629msgstr ""
3630
3631#: transport.c:888
3632#, c-format
3633msgid ""
3634"The following submodule paths contain changes that can\n"
3635"not be found on any remote:\n"
3636msgstr ""
3637
3638#: transport.c:892
3639#, c-format
3640msgid ""
3641"\n"
3642"Please try\n"
3643"\n"
3644"\tgit push --recurse-submodules=on-demand\n"
3645"\n"
3646"or cd to the path and use\n"
3647"\n"
3648"\tgit push\n"
3649"\n"
3650"to push them to a remote.\n"
3651"\n"
3652msgstr ""
3653
3654#: transport.c:900
3655msgid "Aborting."
3656msgstr ""
3657
3658#: transport-helper.c:1071
3659#, c-format
3660msgid "Could not read ref %s"
3661msgstr ""
3662
3663#: tree-walk.c:31
3664msgid "too-short tree object"
3665msgstr ""
3666
3667#: tree-walk.c:37
3668msgid "malformed mode in tree entry"
3669msgstr ""
3670
3671#: tree-walk.c:41
3672msgid "empty filename in tree entry"
3673msgstr ""
3674
3675#: tree-walk.c:114
3676msgid "too-short tree file"
3677msgstr ""
3678
3679#: unpack-trees.c:106
3680#, c-format
3681msgid ""
3682"Your local changes to the following files would be overwritten by checkout:\n"
3683"%%sPlease commit your changes or stash them before you switch branches."
3684msgstr ""
3685
3686#: unpack-trees.c:108
3687#, c-format
3688msgid ""
3689"Your local changes to the following files would be overwritten by checkout:\n"
3690"%%s"
3691msgstr ""
3692
3693#: unpack-trees.c:111
3694#, c-format
3695msgid ""
3696"Your local changes to the following files would be overwritten by merge:\n"
3697"%%sPlease commit your changes or stash them before you merge."
3698msgstr ""
3699
3700#: unpack-trees.c:113
3701#, c-format
3702msgid ""
3703"Your local changes to the following files would be overwritten by merge:\n"
3704"%%s"
3705msgstr ""
3706
3707#: unpack-trees.c:116
3708#, c-format
3709msgid ""
3710"Your local changes to the following files would be overwritten by %s:\n"
3711"%%sPlease commit your changes or stash them before you %s."
3712msgstr ""
3713
3714#: unpack-trees.c:118
3715#, c-format
3716msgid ""
3717"Your local changes to the following files would be overwritten by %s:\n"
3718"%%s"
3719msgstr ""
3720
3721#: unpack-trees.c:123
3722#, c-format
3723msgid ""
3724"Updating the following directories would lose untracked files in them:\n"
3725"%s"
3726msgstr ""
3727
3728#: unpack-trees.c:127
3729#, c-format
3730msgid ""
3731"The following untracked working tree files would be removed by checkout:\n"
3732"%%sPlease move or remove them before you switch branches."
3733msgstr ""
3734
3735#: unpack-trees.c:129
3736#, c-format
3737msgid ""
3738"The following untracked working tree files would be removed by checkout:\n"
3739"%%s"
3740msgstr ""
3741
3742#: unpack-trees.c:132
3743#, c-format
3744msgid ""
3745"The following untracked working tree files would be removed by merge:\n"
3746"%%sPlease move or remove them before you merge."
3747msgstr ""
3748
3749#: unpack-trees.c:134
3750#, c-format
3751msgid ""
3752"The following untracked working tree files would be removed by merge:\n"
3753"%%s"
3754msgstr ""
3755
3756#: unpack-trees.c:137
3757#, c-format
3758msgid ""
3759"The following untracked working tree files would be removed by %s:\n"
3760"%%sPlease move or remove them before you %s."
3761msgstr ""
3762
3763#: unpack-trees.c:139
3764#, c-format
3765msgid ""
3766"The following untracked working tree files would be removed by %s:\n"
3767"%%s"
3768msgstr ""
3769
3770#: unpack-trees.c:144
3771#, c-format
3772msgid ""
3773"The following untracked working tree files would be overwritten by "
3774"checkout:\n"
3775"%%sPlease move or remove them before you switch branches."
3776msgstr ""
3777
3778#: unpack-trees.c:146
3779#, c-format
3780msgid ""
3781"The following untracked working tree files would be overwritten by "
3782"checkout:\n"
3783"%%s"
3784msgstr ""
3785
3786#: unpack-trees.c:149
3787#, c-format
3788msgid ""
3789"The following untracked working tree files would be overwritten by merge:\n"
3790"%%sPlease move or remove them before you merge."
3791msgstr ""
3792
3793#: unpack-trees.c:151
3794#, c-format
3795msgid ""
3796"The following untracked working tree files would be overwritten by merge:\n"
3797"%%s"
3798msgstr ""
3799
3800#: unpack-trees.c:154
3801#, c-format
3802msgid ""
3803"The following untracked working tree files would be overwritten by %s:\n"
3804"%%sPlease move or remove them before you %s."
3805msgstr ""
3806
3807#: unpack-trees.c:156
3808#, c-format
3809msgid ""
3810"The following untracked working tree files would be overwritten by %s:\n"
3811"%%s"
3812msgstr ""
3813
3814#: unpack-trees.c:163
3815#, c-format
3816msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3817msgstr ""
3818
3819#: unpack-trees.c:166
3820#, c-format
3821msgid ""
3822"Cannot update sparse checkout: the following entries are not up to date:\n"
3823"%s"
3824msgstr ""
3825
3826#: unpack-trees.c:168
3827#, c-format
3828msgid ""
3829"The following working tree files would be overwritten by sparse checkout "
3830"update:\n"
3831"%s"
3832msgstr ""
3833
3834#: unpack-trees.c:170
3835#, c-format
3836msgid ""
3837"The following working tree files would be removed by sparse checkout "
3838"update:\n"
3839"%s"
3840msgstr ""
3841
3842#: unpack-trees.c:172
3843#, c-format
3844msgid ""
3845"Cannot update submodule:\n"
3846"%s"
3847msgstr ""
3848
3849#: unpack-trees.c:249
3850#, c-format
3851msgid "Aborting\n"
3852msgstr ""
3853
3854#: unpack-trees.c:331
3855msgid "Checking out files"
3856msgstr ""
3857
3858#: urlmatch.c:163
3859msgid "invalid URL scheme name or missing '://' suffix"
3860msgstr ""
3861
3862#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3863#, c-format
3864msgid "invalid %XX escape sequence"
3865msgstr ""
3866
3867#: urlmatch.c:215
3868msgid "missing host and scheme is not 'file:'"
3869msgstr ""
3870
3871#: urlmatch.c:232
3872msgid "a 'file:' URL may not have a port number"
3873msgstr ""
3874
3875#: urlmatch.c:247
3876msgid "invalid characters in host name"
3877msgstr ""
3878
3879#: urlmatch.c:292 urlmatch.c:303
3880msgid "invalid port number"
3881msgstr ""
3882
3883#: urlmatch.c:371
3884msgid "invalid '..' path segment"
3885msgstr ""
3886
3887#: worktree.c:245
3888#, c-format
3889msgid "failed to read '%s'"
3890msgstr ""
3891
3892#: wrapper.c:223 wrapper.c:393
3893#, c-format
3894msgid "could not open '%s' for reading and writing"
3895msgstr ""
3896
3897#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
3898#: builtin/am.c:858 builtin/merge.c:1041
3899#, c-format
3900msgid "could not open '%s' for reading"
3901msgstr ""
3902
3903#: wrapper.c:424 wrapper.c:624
3904#, c-format
3905msgid "unable to access '%s'"
3906msgstr ""
3907
3908#: wrapper.c:632
3909msgid "unable to get current working directory"
3910msgstr ""
3911
3912#: wrapper.c:656
3913#, c-format
3914msgid "could not write to %s"
3915msgstr ""
3916
3917#: wrapper.c:658
3918#, c-format
3919msgid "could not close %s"
3920msgstr ""
3921
3922#: wt-status.c:150
3923msgid "Unmerged paths:"
3924msgstr ""
3925
3926#: wt-status.c:177 wt-status.c:204
3927#, c-format
3928msgid "  (use \"git reset %s <file>...\" to unstage)"
3929msgstr ""
3930
3931#: wt-status.c:179 wt-status.c:206
3932msgid "  (use \"git rm --cached <file>...\" to unstage)"
3933msgstr ""
3934
3935#: wt-status.c:183
3936msgid "  (use \"git add <file>...\" to mark resolution)"
3937msgstr ""
3938
3939#: wt-status.c:185 wt-status.c:189
3940msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3941msgstr ""
3942
3943#: wt-status.c:187
3944msgid "  (use \"git rm <file>...\" to mark resolution)"
3945msgstr ""
3946
3947#: wt-status.c:198 wt-status.c:979
3948msgid "Changes to be committed:"
3949msgstr ""
3950
3951#: wt-status.c:216 wt-status.c:988
3952msgid "Changes not staged for commit:"
3953msgstr ""
3954
3955#: wt-status.c:220
3956msgid "  (use \"git add <file>...\" to update what will be committed)"
3957msgstr ""
3958
3959#: wt-status.c:222
3960msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3961msgstr ""
3962
3963#: wt-status.c:223
3964msgid ""
3965"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3966msgstr ""
3967
3968#: wt-status.c:225
3969msgid "  (commit or discard the untracked or modified content in submodules)"
3970msgstr ""
3971
3972#: wt-status.c:237
3973#, c-format
3974msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3975msgstr ""
3976
3977#: wt-status.c:252
3978msgid "both deleted:"
3979msgstr ""
3980
3981#: wt-status.c:254
3982msgid "added by us:"
3983msgstr ""
3984
3985#: wt-status.c:256
3986msgid "deleted by them:"
3987msgstr ""
3988
3989#: wt-status.c:258
3990msgid "added by them:"
3991msgstr ""
3992
3993#: wt-status.c:260
3994msgid "deleted by us:"
3995msgstr ""
3996
3997#: wt-status.c:262
3998msgid "both added:"
3999msgstr ""
4000
4001#: wt-status.c:264
4002msgid "both modified:"
4003msgstr ""
4004
4005#: wt-status.c:274
4006msgid "new file:"
4007msgstr ""
4008
4009#: wt-status.c:276
4010msgid "copied:"
4011msgstr ""
4012
4013#: wt-status.c:278
4014msgid "deleted:"
4015msgstr ""
4016
4017#: wt-status.c:280
4018msgid "modified:"
4019msgstr ""
4020
4021#: wt-status.c:282
4022msgid "renamed:"
4023msgstr ""
4024
4025#: wt-status.c:284
4026msgid "typechange:"
4027msgstr ""
4028
4029#: wt-status.c:286
4030msgid "unknown:"
4031msgstr ""
4032
4033#: wt-status.c:288
4034msgid "unmerged:"
4035msgstr ""
4036
4037#: wt-status.c:370
4038msgid "new commits, "
4039msgstr ""
4040
4041#: wt-status.c:372
4042msgid "modified content, "
4043msgstr ""
4044
4045#: wt-status.c:374
4046msgid "untracked content, "
4047msgstr ""
4048
4049#: wt-status.c:819
4050#, c-format
4051msgid "Your stash currently has %d entry"
4052msgid_plural "Your stash currently has %d entries"
4053msgstr[0] ""
4054msgstr[1] ""
4055
4056#: wt-status.c:851
4057msgid "Submodules changed but not updated:"
4058msgstr ""
4059
4060#: wt-status.c:853
4061msgid "Submodule changes to be committed:"
4062msgstr ""
4063
4064#: wt-status.c:935
4065msgid ""
4066"Do not modify or remove the line above.\n"
4067"Everything below it will be ignored."
4068msgstr ""
4069
4070#: wt-status.c:1048
4071msgid "You have unmerged paths."
4072msgstr ""
4073
4074#: wt-status.c:1051
4075msgid "  (fix conflicts and run \"git commit\")"
4076msgstr ""
4077
4078#: wt-status.c:1053
4079msgid "  (use \"git merge --abort\" to abort the merge)"
4080msgstr ""
4081
4082#: wt-status.c:1058
4083msgid "All conflicts fixed but you are still merging."
4084msgstr ""
4085
4086#: wt-status.c:1061
4087msgid "  (use \"git commit\" to conclude merge)"
4088msgstr ""
4089
4090#: wt-status.c:1071
4091msgid "You are in the middle of an am session."
4092msgstr ""
4093
4094#: wt-status.c:1074
4095msgid "The current patch is empty."
4096msgstr ""
4097
4098#: wt-status.c:1078
4099msgid "  (fix conflicts and then run \"git am --continue\")"
4100msgstr ""
4101
4102#: wt-status.c:1080
4103msgid "  (use \"git am --skip\" to skip this patch)"
4104msgstr ""
4105
4106#: wt-status.c:1082
4107msgid "  (use \"git am --abort\" to restore the original branch)"
4108msgstr ""
4109
4110#: wt-status.c:1214
4111msgid "git-rebase-todo is missing."
4112msgstr ""
4113
4114#: wt-status.c:1216
4115msgid "No commands done."
4116msgstr ""
4117
4118#: wt-status.c:1219
4119#, c-format
4120msgid "Last command done (%d command done):"
4121msgid_plural "Last commands done (%d commands done):"
4122msgstr[0] ""
4123msgstr[1] ""
4124
4125#: wt-status.c:1230
4126#, c-format
4127msgid "  (see more in file %s)"
4128msgstr ""
4129
4130#: wt-status.c:1235
4131msgid "No commands remaining."
4132msgstr ""
4133
4134#: wt-status.c:1238
4135#, c-format
4136msgid "Next command to do (%d remaining command):"
4137msgid_plural "Next commands to do (%d remaining commands):"
4138msgstr[0] ""
4139msgstr[1] ""
4140
4141#: wt-status.c:1246
4142msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4143msgstr ""
4144
4145#: wt-status.c:1259
4146#, c-format
4147msgid "You are currently rebasing branch '%s' on '%s'."
4148msgstr ""
4149
4150#: wt-status.c:1264
4151msgid "You are currently rebasing."
4152msgstr ""
4153
4154#: wt-status.c:1278
4155msgid "  (fix conflicts and then run \"git rebase --continue\")"
4156msgstr ""
4157
4158#: wt-status.c:1280
4159msgid "  (use \"git rebase --skip\" to skip this patch)"
4160msgstr ""
4161
4162#: wt-status.c:1282
4163msgid "  (use \"git rebase --abort\" to check out the original branch)"
4164msgstr ""
4165
4166#: wt-status.c:1288
4167msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4168msgstr ""
4169
4170#: wt-status.c:1292
4171#, c-format
4172msgid ""
4173"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4174msgstr ""
4175
4176#: wt-status.c:1297
4177msgid "You are currently splitting a commit during a rebase."
4178msgstr ""
4179
4180#: wt-status.c:1300
4181msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4182msgstr ""
4183
4184#: wt-status.c:1304
4185#, c-format
4186msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4187msgstr ""
4188
4189#: wt-status.c:1309
4190msgid "You are currently editing a commit during a rebase."
4191msgstr ""
4192
4193#: wt-status.c:1312
4194msgid "  (use \"git commit --amend\" to amend the current commit)"
4195msgstr ""
4196
4197#: wt-status.c:1314
4198msgid ""
4199"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4200msgstr ""
4201
4202#: wt-status.c:1324
4203#, c-format
4204msgid "You are currently cherry-picking commit %s."
4205msgstr ""
4206
4207#: wt-status.c:1329
4208msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4209msgstr ""
4210
4211#: wt-status.c:1332
4212msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4213msgstr ""
4214
4215#: wt-status.c:1334
4216msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4217msgstr ""
4218
4219#: wt-status.c:1343
4220#, c-format
4221msgid "You are currently reverting commit %s."
4222msgstr ""
4223
4224#: wt-status.c:1348
4225msgid "  (fix conflicts and run \"git revert --continue\")"
4226msgstr ""
4227
4228#: wt-status.c:1351
4229msgid "  (all conflicts fixed: run \"git revert --continue\")"
4230msgstr ""
4231
4232#: wt-status.c:1353
4233msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4234msgstr ""
4235
4236#: wt-status.c:1364
4237#, c-format
4238msgid "You are currently bisecting, started from branch '%s'."
4239msgstr ""
4240
4241#: wt-status.c:1368
4242msgid "You are currently bisecting."
4243msgstr ""
4244
4245#: wt-status.c:1371
4246msgid "  (use \"git bisect reset\" to get back to the original branch)"
4247msgstr ""
4248
4249#: wt-status.c:1568
4250msgid "On branch "
4251msgstr ""
4252
4253#: wt-status.c:1574
4254msgid "interactive rebase in progress; onto "
4255msgstr ""
4256
4257#: wt-status.c:1576
4258msgid "rebase in progress; onto "
4259msgstr ""
4260
4261#: wt-status.c:1581
4262msgid "HEAD detached at "
4263msgstr ""
4264
4265#: wt-status.c:1583
4266msgid "HEAD detached from "
4267msgstr ""
4268
4269#: wt-status.c:1586
4270msgid "Not currently on any branch."
4271msgstr ""
4272
4273#: wt-status.c:1606
4274msgid "Initial commit"
4275msgstr ""
4276
4277#: wt-status.c:1607
4278msgid "No commits yet"
4279msgstr ""
4280
4281#: wt-status.c:1621
4282msgid "Untracked files"
4283msgstr ""
4284
4285#: wt-status.c:1623
4286msgid "Ignored files"
4287msgstr ""
4288
4289#: wt-status.c:1627
4290#, c-format
4291msgid ""
4292"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4293"may speed it up, but you have to be careful not to forget to add\n"
4294"new files yourself (see 'git help status')."
4295msgstr ""
4296
4297#: wt-status.c:1633
4298#, c-format
4299msgid "Untracked files not listed%s"
4300msgstr ""
4301
4302#: wt-status.c:1635
4303msgid " (use -u option to show untracked files)"
4304msgstr ""
4305
4306#: wt-status.c:1641
4307msgid "No changes"
4308msgstr ""
4309
4310#: wt-status.c:1646
4311#, c-format
4312msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4313msgstr ""
4314
4315#: wt-status.c:1649
4316#, c-format
4317msgid "no changes added to commit\n"
4318msgstr ""
4319
4320#: wt-status.c:1652
4321#, c-format
4322msgid ""
4323"nothing added to commit but untracked files present (use \"git add\" to "
4324"track)\n"
4325msgstr ""
4326
4327#: wt-status.c:1655
4328#, c-format
4329msgid "nothing added to commit but untracked files present\n"
4330msgstr ""
4331
4332#: wt-status.c:1658
4333#, c-format
4334msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4335msgstr ""
4336
4337#: wt-status.c:1661 wt-status.c:1666
4338#, c-format
4339msgid "nothing to commit\n"
4340msgstr ""
4341
4342#: wt-status.c:1664
4343#, c-format
4344msgid "nothing to commit (use -u to show untracked files)\n"
4345msgstr ""
4346
4347#: wt-status.c:1668
4348#, c-format
4349msgid "nothing to commit, working tree clean\n"
4350msgstr ""
4351
4352#: wt-status.c:1780
4353msgid "No commits yet on "
4354msgstr ""
4355
4356#: wt-status.c:1784
4357msgid "HEAD (no branch)"
4358msgstr ""
4359
4360#: wt-status.c:1813 wt-status.c:1821
4361msgid "behind "
4362msgstr ""
4363
4364#: wt-status.c:1816 wt-status.c:1819
4365msgid "ahead "
4366msgstr ""
4367
4368#. TRANSLATORS: the action is e.g. "pull with rebase"
4369#: wt-status.c:2311
4370#, c-format
4371msgid "cannot %s: You have unstaged changes."
4372msgstr ""
4373
4374#: wt-status.c:2317
4375msgid "additionally, your index contains uncommitted changes."
4376msgstr ""
4377
4378#: wt-status.c:2319
4379#, c-format
4380msgid "cannot %s: Your index contains uncommitted changes."
4381msgstr ""
4382
4383#: compat/precompose_utf8.c:58 builtin/clone.c:437
4384#, c-format
4385msgid "failed to unlink '%s'"
4386msgstr ""
4387
4388#: builtin/add.c:24
4389msgid "git add [<options>] [--] <pathspec>..."
4390msgstr ""
4391
4392#: builtin/add.c:82
4393#, c-format
4394msgid "unexpected diff status %c"
4395msgstr ""
4396
4397#: builtin/add.c:87 builtin/commit.c:291
4398msgid "updating files failed"
4399msgstr ""
4400
4401#: builtin/add.c:97
4402#, c-format
4403msgid "remove '%s'\n"
4404msgstr ""
4405
4406#: builtin/add.c:153
4407msgid "Unstaged changes after refreshing the index:"
4408msgstr ""
4409
4410#: builtin/add.c:213 builtin/rev-parse.c:888
4411msgid "Could not read the index"
4412msgstr ""
4413
4414#: builtin/add.c:224
4415#, c-format
4416msgid "Could not open '%s' for writing."
4417msgstr ""
4418
4419#: builtin/add.c:228
4420msgid "Could not write patch"
4421msgstr ""
4422
4423#: builtin/add.c:231
4424msgid "editing patch failed"
4425msgstr ""
4426
4427#: builtin/add.c:234
4428#, c-format
4429msgid "Could not stat '%s'"
4430msgstr ""
4431
4432#: builtin/add.c:236
4433msgid "Empty patch. Aborted."
4434msgstr ""
4435
4436#: builtin/add.c:241
4437#, c-format
4438msgid "Could not apply '%s'"
4439msgstr ""
4440
4441#: builtin/add.c:251
4442msgid "The following paths are ignored by one of your .gitignore files:\n"
4443msgstr ""
4444
4445#: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4446#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4447#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4448msgid "dry run"
4449msgstr ""
4450
4451#: builtin/add.c:274
4452msgid "interactive picking"
4453msgstr ""
4454
4455#: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4456msgid "select hunks interactively"
4457msgstr ""
4458
4459#: builtin/add.c:276
4460msgid "edit current diff and apply"
4461msgstr ""
4462
4463#: builtin/add.c:277
4464msgid "allow adding otherwise ignored files"
4465msgstr ""
4466
4467#: builtin/add.c:278
4468msgid "update tracked files"
4469msgstr ""
4470
4471#: builtin/add.c:279
4472msgid "record only the fact that the path will be added later"
4473msgstr ""
4474
4475#: builtin/add.c:280
4476msgid "add changes from all tracked and untracked files"
4477msgstr ""
4478
4479#: builtin/add.c:283
4480msgid "ignore paths removed in the working tree (same as --no-all)"
4481msgstr ""
4482
4483#: builtin/add.c:285
4484msgid "don't add, only refresh the index"
4485msgstr ""
4486
4487#: builtin/add.c:286
4488msgid "just skip files which cannot be added because of errors"
4489msgstr ""
4490
4491#: builtin/add.c:287
4492msgid "check if - even missing - files are ignored in dry run"
4493msgstr ""
4494
4495#: builtin/add.c:288 builtin/update-index.c:954
4496msgid "(+/-)x"
4497msgstr ""
4498
4499#: builtin/add.c:288 builtin/update-index.c:955
4500msgid "override the executable bit of the listed files"
4501msgstr ""
4502
4503#: builtin/add.c:290
4504msgid "warn when adding an embedded repository"
4505msgstr ""
4506
4507#: builtin/add.c:305
4508#, c-format
4509msgid ""
4510"You've added another git repository inside your current repository.\n"
4511"Clones of the outer repository will not contain the contents of\n"
4512"the embedded repository and will not know how to obtain it.\n"
4513"If you meant to add a submodule, use:\n"
4514"\n"
4515"\tgit submodule add <url> %s\n"
4516"\n"
4517"If you added this path by mistake, you can remove it from the\n"
4518"index with:\n"
4519"\n"
4520"\tgit rm --cached %s\n"
4521"\n"
4522"See \"git help submodule\" for more information."
4523msgstr ""
4524
4525#: builtin/add.c:333
4526#, c-format
4527msgid "adding embedded git repository: %s"
4528msgstr ""
4529
4530#: builtin/add.c:351
4531#, c-format
4532msgid "Use -f if you really want to add them.\n"
4533msgstr ""
4534
4535#: builtin/add.c:359
4536msgid "adding files failed"
4537msgstr ""
4538
4539#: builtin/add.c:396
4540msgid "-A and -u are mutually incompatible"
4541msgstr ""
4542
4543#: builtin/add.c:403
4544msgid "Option --ignore-missing can only be used together with --dry-run"
4545msgstr ""
4546
4547#: builtin/add.c:407
4548#, c-format
4549msgid "--chmod param '%s' must be either -x or +x"
4550msgstr ""
4551
4552#: builtin/add.c:422
4553#, c-format
4554msgid "Nothing specified, nothing added.\n"
4555msgstr ""
4556
4557#: builtin/add.c:423
4558#, c-format
4559msgid "Maybe you wanted to say 'git add .'?\n"
4560msgstr ""
4561
4562#: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4563#: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4564#: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4565#: builtin/submodule--helper.c:243
4566msgid "index file corrupt"
4567msgstr ""
4568
4569#: builtin/am.c:414
4570msgid "could not parse author script"
4571msgstr ""
4572
4573#: builtin/am.c:498
4574#, c-format
4575msgid "'%s' was deleted by the applypatch-msg hook"
4576msgstr ""
4577
4578#: builtin/am.c:539
4579#, c-format
4580msgid "Malformed input line: '%s'."
4581msgstr ""
4582
4583#: builtin/am.c:576
4584#, c-format
4585msgid "Failed to copy notes from '%s' to '%s'"
4586msgstr ""
4587
4588#: builtin/am.c:602
4589msgid "fseek failed"
4590msgstr ""
4591
4592#: builtin/am.c:786
4593#, c-format
4594msgid "could not parse patch '%s'"
4595msgstr ""
4596
4597#: builtin/am.c:851
4598msgid "Only one StGIT patch series can be applied at once"
4599msgstr ""
4600
4601#: builtin/am.c:899
4602msgid "invalid timestamp"
4603msgstr ""
4604
4605#: builtin/am.c:904 builtin/am.c:916
4606msgid "invalid Date line"
4607msgstr ""
4608
4609#: builtin/am.c:911
4610msgid "invalid timezone offset"
4611msgstr ""
4612
4613#: builtin/am.c:1004
4614msgid "Patch format detection failed."
4615msgstr ""
4616
4617#: builtin/am.c:1009 builtin/clone.c:402
4618#, c-format
4619msgid "failed to create directory '%s'"
4620msgstr ""
4621
4622#: builtin/am.c:1013
4623msgid "Failed to split patches."
4624msgstr ""
4625
4626#: builtin/am.c:1142 builtin/commit.c:376
4627msgid "unable to write index file"
4628msgstr ""
4629
4630#: builtin/am.c:1193
4631#, c-format
4632msgid "When you have resolved this problem, run \"%s --continue\"."
4633msgstr ""
4634
4635#: builtin/am.c:1194
4636#, c-format
4637msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4638msgstr ""
4639
4640#: builtin/am.c:1195
4641#, c-format
4642msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4643msgstr ""
4644
4645#: builtin/am.c:1302
4646msgid "Patch is empty."
4647msgstr ""
4648
4649#: builtin/am.c:1368
4650#, c-format
4651msgid "invalid ident line: %.*s"
4652msgstr ""
4653
4654#: builtin/am.c:1390
4655#, c-format
4656msgid "unable to parse commit %s"
4657msgstr ""
4658
4659#: builtin/am.c:1584
4660msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4661msgstr ""
4662
4663#: builtin/am.c:1586
4664msgid "Using index info to reconstruct a base tree..."
4665msgstr ""
4666
4667#: builtin/am.c:1605
4668msgid ""
4669"Did you hand edit your patch?\n"
4670"It does not apply to blobs recorded in its index."
4671msgstr ""
4672
4673#: builtin/am.c:1611
4674msgid "Falling back to patching base and 3-way merge..."
4675msgstr ""
4676
4677#: builtin/am.c:1636
4678msgid "Failed to merge in the changes."
4679msgstr ""
4680
4681#: builtin/am.c:1660 builtin/merge.c:641
4682msgid "git write-tree failed to write a tree"
4683msgstr ""
4684
4685#: builtin/am.c:1667
4686msgid "applying to an empty history"
4687msgstr ""
4688
4689#: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
4690#: builtin/merge.c:849
4691msgid "failed to write commit object"
4692msgstr ""
4693
4694#: builtin/am.c:1713 builtin/am.c:1717
4695#, c-format
4696msgid "cannot resume: %s does not exist."
4697msgstr ""
4698
4699#: builtin/am.c:1733
4700msgid "cannot be interactive without stdin connected to a terminal."
4701msgstr ""
4702
4703#: builtin/am.c:1738
4704msgid "Commit Body is:"
4705msgstr ""
4706
4707#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4708#. in your translation. The program will only accept English
4709#. input at this point.
4710#.
4711#: builtin/am.c:1748
4712msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4713msgstr ""
4714
4715#: builtin/am.c:1798
4716#, c-format
4717msgid "Dirty index: cannot apply patches (dirty: %s)"
4718msgstr ""
4719
4720#: builtin/am.c:1838 builtin/am.c:1910
4721#, c-format
4722msgid "Applying: %.*s"
4723msgstr ""
4724
4725#: builtin/am.c:1854
4726msgid "No changes -- Patch already applied."
4727msgstr ""
4728
4729#: builtin/am.c:1862
4730#, c-format
4731msgid "Patch failed at %s %.*s"
4732msgstr ""
4733
4734#: builtin/am.c:1868
4735#, c-format
4736msgid "The copy of the patch that failed is found in: %s"
4737msgstr ""
4738
4739#: builtin/am.c:1913
4740msgid ""
4741"No changes - did you forget to use 'git add'?\n"
4742"If there is nothing left to stage, chances are that something else\n"
4743"already introduced the same changes; you might want to skip this patch."
4744msgstr ""
4745
4746#: builtin/am.c:1920
4747msgid ""
4748"You still have unmerged paths in your index.\n"
4749"You should 'git add' each file with resolved conflicts to mark them as "
4750"such.\n"
4751"You might run `git rm` on a file to accept \"deleted by them\" for it."
4752msgstr ""
4753
4754#: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
4755#: builtin/reset.c:340
4756#, c-format
4757msgid "Could not parse object '%s'."
4758msgstr ""
4759
4760#: builtin/am.c:2081
4761msgid "failed to clean index"
4762msgstr ""
4763
4764#: builtin/am.c:2116
4765msgid ""
4766"You seem to have moved HEAD since the last 'am' failure.\n"
4767"Not rewinding to ORIG_HEAD"
4768msgstr ""
4769
4770#: builtin/am.c:2179
4771#, c-format
4772msgid "Invalid value for --patch-format: %s"
4773msgstr ""
4774
4775#: builtin/am.c:2212
4776msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4777msgstr ""
4778
4779#: builtin/am.c:2213
4780msgid "git am [<options>] (--continue | --skip | --abort)"
4781msgstr ""
4782
4783#: builtin/am.c:2219
4784msgid "run interactively"
4785msgstr ""
4786
4787#: builtin/am.c:2221
4788msgid "historical option -- no-op"
4789msgstr ""
4790
4791#: builtin/am.c:2223
4792msgid "allow fall back on 3way merging if needed"
4793msgstr ""
4794
4795#: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
4796#: builtin/repack.c:180
4797msgid "be quiet"
4798msgstr ""
4799
4800#: builtin/am.c:2226
4801msgid "add a Signed-off-by line to the commit message"
4802msgstr ""
4803
4804#: builtin/am.c:2229
4805msgid "recode into utf8 (default)"
4806msgstr ""
4807
4808#: builtin/am.c:2231
4809msgid "pass -k flag to git-mailinfo"
4810msgstr ""
4811
4812#: builtin/am.c:2233
4813msgid "pass -b flag to git-mailinfo"
4814msgstr ""
4815
4816#: builtin/am.c:2235
4817msgid "pass -m flag to git-mailinfo"
4818msgstr ""
4819
4820#: builtin/am.c:2237
4821msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4822msgstr ""
4823
4824#: builtin/am.c:2240
4825msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4826msgstr ""
4827
4828#: builtin/am.c:2243
4829msgid "strip everything before a scissors line"
4830msgstr ""
4831
4832#: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
4833#: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
4834#: builtin/am.c:2272
4835msgid "pass it through git-apply"
4836msgstr ""
4837
4838#: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
4839#: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
4840#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4841#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4842#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4843msgid "n"
4844msgstr ""
4845
4846#: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
4847#: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4848msgid "format"
4849msgstr ""
4850
4851#: builtin/am.c:2269
4852msgid "format the patch(es) are in"
4853msgstr ""
4854
4855#: builtin/am.c:2275
4856msgid "override error message when patch failure occurs"
4857msgstr ""
4858
4859#: builtin/am.c:2277
4860msgid "continue applying patches after resolving a conflict"
4861msgstr ""
4862
4863#: builtin/am.c:2280
4864msgid "synonyms for --continue"
4865msgstr ""
4866
4867#: builtin/am.c:2283
4868msgid "skip the current patch"
4869msgstr ""
4870
4871#: builtin/am.c:2286
4872msgid "restore the original branch and abort the patching operation."
4873msgstr ""
4874
4875#: builtin/am.c:2290
4876msgid "lie about committer date"
4877msgstr ""
4878
4879#: builtin/am.c:2292
4880msgid "use current timestamp for author date"
4881msgstr ""
4882
4883#: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
4884#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
4885msgid "key-id"
4886msgstr ""
4887
4888#: builtin/am.c:2295
4889msgid "GPG-sign commits"
4890msgstr ""
4891
4892#: builtin/am.c:2298
4893msgid "(internal use for git-rebase)"
4894msgstr ""
4895
4896#: builtin/am.c:2316
4897msgid ""
4898"The -b/--binary option has been a no-op for long time, and\n"
4899"it will be removed. Please do not use it anymore."
4900msgstr ""
4901
4902#: builtin/am.c:2323
4903msgid "failed to read the index"
4904msgstr ""
4905
4906#: builtin/am.c:2338
4907#, c-format
4908msgid "previous rebase directory %s still exists but mbox given."
4909msgstr ""
4910
4911#: builtin/am.c:2362
4912#, c-format
4913msgid ""
4914"Stray %s directory found.\n"
4915"Use \"git am --abort\" to remove it."
4916msgstr ""
4917
4918#: builtin/am.c:2368
4919msgid "Resolve operation not in progress, we are not resuming."
4920msgstr ""
4921
4922#: builtin/apply.c:8
4923msgid "git apply [<options>] [<patch>...]"
4924msgstr ""
4925
4926#: builtin/archive.c:17
4927#, c-format
4928msgid "could not create archive file '%s'"
4929msgstr ""
4930
4931#: builtin/archive.c:20
4932msgid "could not redirect output"
4933msgstr ""
4934
4935#: builtin/archive.c:37
4936msgid "git archive: Remote with no URL"
4937msgstr ""
4938
4939#: builtin/archive.c:58
4940msgid "git archive: expected ACK/NAK, got EOF"
4941msgstr ""
4942
4943#: builtin/archive.c:61
4944#, c-format
4945msgid "git archive: NACK %s"
4946msgstr ""
4947
4948#: builtin/archive.c:64
4949msgid "git archive: protocol error"
4950msgstr ""
4951
4952#: builtin/archive.c:68
4953msgid "git archive: expected a flush"
4954msgstr ""
4955
4956#: builtin/bisect--helper.c:7
4957msgid "git bisect--helper --next-all [--no-checkout]"
4958msgstr ""
4959
4960#: builtin/bisect--helper.c:17
4961msgid "perform 'git bisect next'"
4962msgstr ""
4963
4964#: builtin/bisect--helper.c:19
4965msgid "update BISECT_HEAD instead of checking out the current commit"
4966msgstr ""
4967
4968#: builtin/blame.c:27
4969msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4970msgstr ""
4971
4972#: builtin/blame.c:32
4973msgid "<rev-opts> are documented in git-rev-list(1)"
4974msgstr ""
4975
4976#: builtin/blame.c:668
4977msgid "Show blame entries as we find them, incrementally"
4978msgstr ""
4979
4980#: builtin/blame.c:669
4981msgid "Show blank SHA-1 for boundary commits (Default: off)"
4982msgstr ""
4983
4984#: builtin/blame.c:670
4985msgid "Do not treat root commits as boundaries (Default: off)"
4986msgstr ""
4987
4988#: builtin/blame.c:671
4989msgid "Show work cost statistics"
4990msgstr ""
4991
4992#: builtin/blame.c:672
4993msgid "Force progress reporting"
4994msgstr ""
4995
4996#: builtin/blame.c:673
4997msgid "Show output score for blame entries"
4998msgstr ""
4999
5000#: builtin/blame.c:674
5001msgid "Show original filename (Default: auto)"
5002msgstr ""
5003
5004#: builtin/blame.c:675
5005msgid "Show original linenumber (Default: off)"
5006msgstr ""
5007
5008#: builtin/blame.c:676
5009msgid "Show in a format designed for machine consumption"
5010msgstr ""
5011
5012#: builtin/blame.c:677
5013msgid "Show porcelain format with per-line commit information"
5014msgstr ""
5015
5016#: builtin/blame.c:678
5017msgid "Use the same output mode as git-annotate (Default: off)"
5018msgstr ""
5019
5020#: builtin/blame.c:679
5021msgid "Show raw timestamp (Default: off)"
5022msgstr ""
5023
5024#: builtin/blame.c:680
5025msgid "Show long commit SHA1 (Default: off)"
5026msgstr ""
5027
5028#: builtin/blame.c:681
5029msgid "Suppress author name and timestamp (Default: off)"
5030msgstr ""
5031
5032#: builtin/blame.c:682
5033msgid "Show author email instead of name (Default: off)"
5034msgstr ""
5035
5036#: builtin/blame.c:683
5037msgid "Ignore whitespace differences"
5038msgstr ""
5039
5040#: builtin/blame.c:690
5041msgid "Use an experimental heuristic to improve diffs"
5042msgstr ""
5043
5044#: builtin/blame.c:692
5045msgid "Spend extra cycles to find better match"
5046msgstr ""
5047
5048#: builtin/blame.c:693
5049msgid "Use revisions from <file> instead of calling git-rev-list"
5050msgstr ""
5051
5052#: builtin/blame.c:694
5053msgid "Use <file>'s contents as the final image"
5054msgstr ""
5055
5056#: builtin/blame.c:695 builtin/blame.c:696
5057msgid "score"
5058msgstr ""
5059
5060#: builtin/blame.c:695
5061msgid "Find line copies within and across files"
5062msgstr ""
5063
5064#: builtin/blame.c:696
5065msgid "Find line movements within and across files"
5066msgstr ""
5067
5068#: builtin/blame.c:697
5069msgid "n,m"
5070msgstr ""
5071
5072#: builtin/blame.c:697
5073msgid "Process only line range n,m, counting from 1"
5074msgstr ""
5075
5076#: builtin/blame.c:744
5077msgid "--progress can't be used with --incremental or porcelain formats"
5078msgstr ""
5079
5080#. TRANSLATORS: This string is used to tell us the
5081#. maximum display width for a relative timestamp in
5082#. "git blame" output.  For C locale, "4 years, 11
5083#. months ago", which takes 22 places, is the longest
5084#. among various forms of relative timestamps, but
5085#. your language may need more or fewer display
5086#. columns.
5087#.
5088#: builtin/blame.c:795
5089msgid "4 years, 11 months ago"
5090msgstr ""
5091
5092#: builtin/blame.c:882
5093#, c-format
5094msgid "file %s has only %lu line"
5095msgid_plural "file %s has only %lu lines"
5096msgstr[0] ""
5097msgstr[1] ""
5098
5099#: builtin/blame.c:928
5100msgid "Blaming lines"
5101msgstr ""
5102
5103#: builtin/branch.c:27
5104msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5105msgstr ""
5106
5107#: builtin/branch.c:28
5108msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5109msgstr ""
5110
5111#: builtin/branch.c:29
5112msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5113msgstr ""
5114
5115#: builtin/branch.c:30
5116msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5117msgstr ""
5118
5119#: builtin/branch.c:31
5120msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5121msgstr ""
5122
5123#: builtin/branch.c:32
5124msgid "git branch [<options>] [-r | -a] [--points-at]"
5125msgstr ""
5126
5127#: builtin/branch.c:33
5128msgid "git branch [<options>] [-r | -a] [--format]"
5129msgstr ""
5130
5131#: builtin/branch.c:146
5132#, c-format
5133msgid ""
5134"deleting branch '%s' that has been merged to\n"
5135"         '%s', but not yet merged to HEAD."
5136msgstr ""
5137
5138#: builtin/branch.c:150
5139#, c-format
5140msgid ""
5141"not deleting branch '%s' that is not yet merged to\n"
5142"         '%s', even though it is merged to HEAD."
5143msgstr ""
5144
5145#: builtin/branch.c:164
5146#, c-format
5147msgid "Couldn't look up commit object for '%s'"
5148msgstr ""
5149
5150#: builtin/branch.c:168
5151#, c-format
5152msgid ""
5153"The branch '%s' is not fully merged.\n"
5154"If you are sure you want to delete it, run 'git branch -D %s'."
5155msgstr ""
5156
5157#: builtin/branch.c:181
5158msgid "Update of config-file failed"
5159msgstr ""
5160
5161#: builtin/branch.c:212
5162msgid "cannot use -a with -d"
5163msgstr ""
5164
5165#: builtin/branch.c:218
5166msgid "Couldn't look up commit object for HEAD"
5167msgstr ""
5168
5169#: builtin/branch.c:232
5170#, c-format
5171msgid "Cannot delete branch '%s' checked out at '%s'"
5172msgstr ""
5173
5174#: builtin/branch.c:247
5175#, c-format
5176msgid "remote-tracking branch '%s' not found."
5177msgstr ""
5178
5179#: builtin/branch.c:248
5180#, c-format
5181msgid "branch '%s' not found."
5182msgstr ""
5183
5184#: builtin/branch.c:263
5185#, c-format
5186msgid "Error deleting remote-tracking branch '%s'"
5187msgstr ""
5188
5189#: builtin/branch.c:264
5190#, c-format
5191msgid "Error deleting branch '%s'"
5192msgstr ""
5193
5194#: builtin/branch.c:271
5195#, c-format
5196msgid "Deleted remote-tracking branch %s (was %s).\n"
5197msgstr ""
5198
5199#: builtin/branch.c:272
5200#, c-format
5201msgid "Deleted branch %s (was %s).\n"
5202msgstr ""
5203
5204#: builtin/branch.c:417 builtin/tag.c:58
5205msgid "unable to parse format string"
5206msgstr ""
5207
5208#: builtin/branch.c:450
5209#, c-format
5210msgid "Branch %s is being rebased at %s"
5211msgstr ""
5212
5213#: builtin/branch.c:454
5214#, c-format
5215msgid "Branch %s is being bisected at %s"
5216msgstr ""
5217
5218#: builtin/branch.c:470
5219msgid "cannot copy the current branch while not on any."
5220msgstr ""
5221
5222#: builtin/branch.c:472
5223msgid "cannot rename the current branch while not on any."
5224msgstr ""
5225
5226#: builtin/branch.c:483
5227#, c-format
5228msgid "Invalid branch name: '%s'"
5229msgstr ""
5230
5231#: builtin/branch.c:504
5232msgid "Branch rename failed"
5233msgstr ""
5234
5235#: builtin/branch.c:506
5236msgid "Branch copy failed"
5237msgstr ""
5238
5239#: builtin/branch.c:510
5240#, c-format
5241msgid "Copied a misnamed branch '%s' away"
5242msgstr ""
5243
5244#: builtin/branch.c:513
5245#, c-format
5246msgid "Renamed a misnamed branch '%s' away"
5247msgstr ""
5248
5249#: builtin/branch.c:519
5250#, c-format
5251msgid "Branch renamed to %s, but HEAD is not updated!"
5252msgstr ""
5253
5254#: builtin/branch.c:528
5255msgid "Branch is renamed, but update of config-file failed"
5256msgstr ""
5257
5258#: builtin/branch.c:530
5259msgid "Branch is copied, but update of config-file failed"
5260msgstr ""
5261
5262#: builtin/branch.c:546
5263#, c-format
5264msgid ""
5265"Please edit the description for the branch\n"
5266"  %s\n"
5267"Lines starting with '%c' will be stripped.\n"
5268msgstr ""
5269
5270#: builtin/branch.c:579
5271msgid "Generic options"
5272msgstr ""
5273
5274#: builtin/branch.c:581
5275msgid "show hash and subject, give twice for upstream branch"
5276msgstr ""
5277
5278#: builtin/branch.c:582
5279msgid "suppress informational messages"
5280msgstr ""
5281
5282#: builtin/branch.c:583
5283msgid "set up tracking mode (see git-pull(1))"
5284msgstr ""
5285
5286#: builtin/branch.c:585
5287msgid "do not use"
5288msgstr ""
5289
5290#: builtin/branch.c:587
5291msgid "upstream"
5292msgstr ""
5293
5294#: builtin/branch.c:587
5295msgid "change the upstream info"
5296msgstr ""
5297
5298#: builtin/branch.c:588
5299msgid "Unset the upstream info"
5300msgstr ""
5301
5302#: builtin/branch.c:589
5303msgid "use colored output"
5304msgstr ""
5305
5306#: builtin/branch.c:590
5307msgid "act on remote-tracking branches"
5308msgstr ""
5309
5310#: builtin/branch.c:592 builtin/branch.c:594
5311msgid "print only branches that contain the commit"
5312msgstr ""
5313
5314#: builtin/branch.c:593 builtin/branch.c:595
5315msgid "print only branches that don't contain the commit"
5316msgstr ""
5317
5318#: builtin/branch.c:598
5319msgid "Specific git-branch actions:"
5320msgstr ""
5321
5322#: builtin/branch.c:599
5323msgid "list both remote-tracking and local branches"
5324msgstr ""
5325
5326#: builtin/branch.c:601
5327msgid "delete fully merged branch"
5328msgstr ""
5329
5330#: builtin/branch.c:602
5331msgid "delete branch (even if not merged)"
5332msgstr ""
5333
5334#: builtin/branch.c:603
5335msgid "move/rename a branch and its reflog"
5336msgstr ""
5337
5338#: builtin/branch.c:604
5339msgid "move/rename a branch, even if target exists"
5340msgstr ""
5341
5342#: builtin/branch.c:605
5343msgid "copy a branch and its reflog"
5344msgstr ""
5345
5346#: builtin/branch.c:606
5347msgid "copy a branch, even if target exists"
5348msgstr ""
5349
5350#: builtin/branch.c:607
5351msgid "list branch names"
5352msgstr ""
5353
5354#: builtin/branch.c:608
5355msgid "create the branch's reflog"
5356msgstr ""
5357
5358#: builtin/branch.c:610
5359msgid "edit the description for the branch"
5360msgstr ""
5361
5362#: builtin/branch.c:611
5363msgid "force creation, move/rename, deletion"
5364msgstr ""
5365
5366#: builtin/branch.c:612
5367msgid "print only branches that are merged"
5368msgstr ""
5369
5370#: builtin/branch.c:613
5371msgid "print only branches that are not merged"
5372msgstr ""
5373
5374#: builtin/branch.c:614
5375msgid "list branches in columns"
5376msgstr ""
5377
5378#: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5379msgid "key"
5380msgstr ""
5381
5382#: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5383msgid "field name to sort on"
5384msgstr ""
5385
5386#: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5387#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5388#: builtin/tag.c:408
5389msgid "object"
5390msgstr ""
5391
5392#: builtin/branch.c:619
5393msgid "print only branches of the object"
5394msgstr ""
5395
5396#: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5397msgid "sorting and filtering are case insensitive"
5398msgstr ""
5399
5400#: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5401#: builtin/verify-tag.c:39
5402msgid "format to use for the output"
5403msgstr ""
5404
5405#: builtin/branch.c:645 builtin/clone.c:729
5406msgid "HEAD not found below refs/heads!"
5407msgstr ""
5408
5409#: builtin/branch.c:668
5410msgid "--column and --verbose are incompatible"
5411msgstr ""
5412
5413#: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5414msgid "branch name required"
5415msgstr ""
5416
5417#: builtin/branch.c:708
5418msgid "Cannot give description to detached HEAD"
5419msgstr ""
5420
5421#: builtin/branch.c:713
5422msgid "cannot edit description of more than one branch"
5423msgstr ""
5424
5425#: builtin/branch.c:720
5426#, c-format
5427msgid "No commit on branch '%s' yet."
5428msgstr ""
5429
5430#: builtin/branch.c:723
5431#, c-format
5432msgid "No branch named '%s'."
5433msgstr ""
5434
5435#: builtin/branch.c:738
5436msgid "too many branches for a copy operation"
5437msgstr ""
5438
5439#: builtin/branch.c:747
5440msgid "too many arguments for a rename operation"
5441msgstr ""
5442
5443#: builtin/branch.c:752
5444msgid "too many arguments to set new upstream"
5445msgstr ""
5446
5447#: builtin/branch.c:756
5448#, c-format
5449msgid ""
5450"could not set upstream of HEAD to %s when it does not point to any branch."
5451msgstr ""
5452
5453#: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5454#, c-format
5455msgid "no such branch '%s'"
5456msgstr ""
5457
5458#: builtin/branch.c:763
5459#, c-format
5460msgid "branch '%s' does not exist"
5461msgstr ""
5462
5463#: builtin/branch.c:775
5464msgid "too many arguments to unset upstream"
5465msgstr ""
5466
5467#: builtin/branch.c:779
5468msgid "could not unset upstream of HEAD when it does not point to any branch."
5469msgstr ""
5470
5471#: builtin/branch.c:785
5472#, c-format
5473msgid "Branch '%s' has no upstream information"
5474msgstr ""
5475
5476#: builtin/branch.c:797
5477msgid "it does not make sense to create 'HEAD' manually"
5478msgstr ""
5479
5480#: builtin/branch.c:803
5481msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5482msgstr ""
5483
5484#: builtin/branch.c:806
5485msgid ""
5486"the '--set-upstream' option is no longer supported. Please use '--track' or "
5487"'--set-upstream-to' instead."
5488msgstr ""
5489
5490#: builtin/bundle.c:45
5491#, c-format
5492msgid "%s is okay\n"
5493msgstr ""
5494
5495#: builtin/bundle.c:58
5496msgid "Need a repository to create a bundle."
5497msgstr ""
5498
5499#: builtin/bundle.c:62
5500msgid "Need a repository to unbundle."
5501msgstr ""
5502
5503#: builtin/cat-file.c:521
5504msgid ""
5505"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5506"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5507msgstr ""
5508
5509#: builtin/cat-file.c:522
5510msgid ""
5511"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5512"filters]"
5513msgstr ""
5514
5515#: builtin/cat-file.c:559
5516msgid "<type> can be one of: blob, tree, commit, tag"
5517msgstr ""
5518
5519#: builtin/cat-file.c:560
5520msgid "show object type"
5521msgstr ""
5522
5523#: builtin/cat-file.c:561
5524msgid "show object size"
5525msgstr ""
5526
5527#: builtin/cat-file.c:563
5528msgid "exit with zero when there's no error"
5529msgstr ""
5530
5531#: builtin/cat-file.c:564
5532msgid "pretty-print object's content"
5533msgstr ""
5534
5535#: builtin/cat-file.c:566
5536msgid "for blob objects, run textconv on object's content"
5537msgstr ""
5538
5539#: builtin/cat-file.c:568
5540msgid "for blob objects, run filters on object's content"
5541msgstr ""
5542
5543#: builtin/cat-file.c:569 git-submodule.sh:943
5544msgid "blob"
5545msgstr ""
5546
5547#: builtin/cat-file.c:570
5548msgid "use a specific path for --textconv/--filters"
5549msgstr ""
5550
5551#: builtin/cat-file.c:572
5552msgid "allow -s and -t to work with broken/corrupt objects"
5553msgstr ""
5554
5555#: builtin/cat-file.c:573
5556msgid "buffer --batch output"
5557msgstr ""
5558
5559#: builtin/cat-file.c:575
5560msgid "show info and content of objects fed from the standard input"
5561msgstr ""
5562
5563#: builtin/cat-file.c:578
5564msgid "show info about objects fed from the standard input"
5565msgstr ""
5566
5567#: builtin/cat-file.c:581
5568msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5569msgstr ""
5570
5571#: builtin/cat-file.c:583
5572msgid "show all objects with --batch or --batch-check"
5573msgstr ""
5574
5575#: builtin/check-attr.c:12
5576msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5577msgstr ""
5578
5579#: builtin/check-attr.c:13
5580msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5581msgstr ""
5582
5583#: builtin/check-attr.c:20
5584msgid "report all attributes set on file"
5585msgstr ""
5586
5587#: builtin/check-attr.c:21
5588msgid "use .gitattributes only from the index"
5589msgstr ""
5590
5591#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5592msgid "read file names from stdin"
5593msgstr ""
5594
5595#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5596msgid "terminate input and output records by a NUL character"
5597msgstr ""
5598
5599#: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:358
5600msgid "suppress progress reporting"
5601msgstr ""
5602
5603#: builtin/check-ignore.c:28
5604msgid "show non-matching input paths"
5605msgstr ""
5606
5607#: builtin/check-ignore.c:30
5608msgid "ignore index when checking"
5609msgstr ""
5610
5611#: builtin/check-ignore.c:158
5612msgid "cannot specify pathnames with --stdin"
5613msgstr ""
5614
5615#: builtin/check-ignore.c:161
5616msgid "-z only makes sense with --stdin"
5617msgstr ""
5618
5619#: builtin/check-ignore.c:163
5620msgid "no path specified"
5621msgstr ""
5622
5623#: builtin/check-ignore.c:167
5624msgid "--quiet is only valid with a single pathname"
5625msgstr ""
5626
5627#: builtin/check-ignore.c:169
5628msgid "cannot have both --quiet and --verbose"
5629msgstr ""
5630
5631#: builtin/check-ignore.c:172
5632msgid "--non-matching is only valid with --verbose"
5633msgstr ""
5634
5635#: builtin/check-mailmap.c:9
5636msgid "git check-mailmap [<options>] <contact>..."
5637msgstr ""
5638
5639#: builtin/check-mailmap.c:14
5640msgid "also read contacts from stdin"
5641msgstr ""
5642
5643#: builtin/check-mailmap.c:25
5644#, c-format
5645msgid "unable to parse contact: %s"
5646msgstr ""
5647
5648#: builtin/check-mailmap.c:48
5649msgid "no contacts specified"
5650msgstr ""
5651
5652#: builtin/checkout-index.c:128
5653msgid "git checkout-index [<options>] [--] [<file>...]"
5654msgstr ""
5655
5656#: builtin/checkout-index.c:145
5657msgid "stage should be between 1 and 3 or all"
5658msgstr ""
5659
5660#: builtin/checkout-index.c:161
5661msgid "check out all files in the index"
5662msgstr ""
5663
5664#: builtin/checkout-index.c:162
5665msgid "force overwrite of existing files"
5666msgstr ""
5667
5668#: builtin/checkout-index.c:164
5669msgid "no warning for existing files and files not in index"
5670msgstr ""
5671
5672#: builtin/checkout-index.c:166
5673msgid "don't checkout new files"
5674msgstr ""
5675
5676#: builtin/checkout-index.c:168
5677msgid "update stat information in the index file"
5678msgstr ""
5679
5680#: builtin/checkout-index.c:172
5681msgid "read list of paths from the standard input"
5682msgstr ""
5683
5684#: builtin/checkout-index.c:174
5685msgid "write the content to temporary files"
5686msgstr ""
5687
5688#: builtin/checkout-index.c:175 builtin/column.c:31
5689#: builtin/submodule--helper.c:628 builtin/submodule--helper.c:631
5690#: builtin/submodule--helper.c:637 builtin/submodule--helper.c:999
5691#: builtin/worktree.c:498
5692msgid "string"
5693msgstr ""
5694
5695#: builtin/checkout-index.c:176
5696msgid "when creating files, prepend <string>"
5697msgstr ""
5698
5699#: builtin/checkout-index.c:178
5700msgid "copy out the files from named stage"
5701msgstr ""
5702
5703#: builtin/checkout.c:26
5704msgid "git checkout [<options>] <branch>"
5705msgstr ""
5706
5707#: builtin/checkout.c:27
5708msgid "git checkout [<options>] [<branch>] -- <file>..."
5709msgstr ""
5710
5711#: builtin/checkout.c:135 builtin/checkout.c:168
5712#, c-format
5713msgid "path '%s' does not have our version"
5714msgstr ""
5715
5716#: builtin/checkout.c:137 builtin/checkout.c:170
5717#, c-format
5718msgid "path '%s' does not have their version"
5719msgstr ""
5720
5721#: builtin/checkout.c:153
5722#, c-format
5723msgid "path '%s' does not have all necessary versions"
5724msgstr ""
5725
5726#: builtin/checkout.c:197
5727#, c-format
5728msgid "path '%s' does not have necessary versions"
5729msgstr ""
5730
5731#: builtin/checkout.c:214
5732#, c-format
5733msgid "path '%s': cannot merge"
5734msgstr ""
5735
5736#: builtin/checkout.c:231
5737#, c-format
5738msgid "Unable to add merge result for '%s'"
5739msgstr ""
5740
5741#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5742#: builtin/checkout.c:262
5743#, c-format
5744msgid "'%s' cannot be used with updating paths"
5745msgstr ""
5746
5747#: builtin/checkout.c:265 builtin/checkout.c:268
5748#, c-format
5749msgid "'%s' cannot be used with %s"
5750msgstr ""
5751
5752#: builtin/checkout.c:271
5753#, c-format
5754msgid "Cannot update paths and switch to branch '%s' at the same time."
5755msgstr ""
5756
5757#: builtin/checkout.c:342 builtin/checkout.c:349
5758#, c-format
5759msgid "path '%s' is unmerged"
5760msgstr ""
5761
5762#: builtin/checkout.c:501
5763msgid "you need to resolve your current index first"
5764msgstr ""
5765
5766#: builtin/checkout.c:632
5767#, c-format
5768msgid "Can not do reflog for '%s': %s\n"
5769msgstr ""
5770
5771#: builtin/checkout.c:673
5772msgid "HEAD is now at"
5773msgstr ""
5774
5775#: builtin/checkout.c:677 builtin/clone.c:683
5776msgid "unable to update HEAD"
5777msgstr ""
5778
5779#: builtin/checkout.c:681
5780#, c-format
5781msgid "Reset branch '%s'\n"
5782msgstr ""
5783
5784#: builtin/checkout.c:684
5785#, c-format
5786msgid "Already on '%s'\n"
5787msgstr ""
5788
5789#: builtin/checkout.c:688
5790#, c-format
5791msgid "Switched to and reset branch '%s'\n"
5792msgstr ""
5793
5794#: builtin/checkout.c:690 builtin/checkout.c:1086
5795#, c-format
5796msgid "Switched to a new branch '%s'\n"
5797msgstr ""
5798
5799#: builtin/checkout.c:692
5800#, c-format
5801msgid "Switched to branch '%s'\n"
5802msgstr ""
5803
5804#: builtin/checkout.c:743
5805#, c-format
5806msgid " ... and %d more.\n"
5807msgstr ""
5808
5809#: builtin/checkout.c:749
5810#, c-format
5811msgid ""
5812"Warning: you are leaving %d commit behind, not connected to\n"
5813"any of your branches:\n"
5814"\n"
5815"%s\n"
5816msgid_plural ""
5817"Warning: you are leaving %d commits behind, not connected to\n"
5818"any of your branches:\n"
5819"\n"
5820"%s\n"
5821msgstr[0] ""
5822msgstr[1] ""
5823
5824#: builtin/checkout.c:768
5825#, c-format
5826msgid ""
5827"If you want to keep it by creating a new branch, this may be a good time\n"
5828"to do so with:\n"
5829"\n"
5830" git branch <new-branch-name> %s\n"
5831"\n"
5832msgid_plural ""
5833"If you want to keep them by creating a new branch, this may be a good time\n"
5834"to do so with:\n"
5835"\n"
5836" git branch <new-branch-name> %s\n"
5837"\n"
5838msgstr[0] ""
5839msgstr[1] ""
5840
5841#: builtin/checkout.c:809
5842msgid "internal error in revision walk"
5843msgstr ""
5844
5845#: builtin/checkout.c:813
5846msgid "Previous HEAD position was"
5847msgstr ""
5848
5849#: builtin/checkout.c:843 builtin/checkout.c:1081
5850msgid "You are on a branch yet to be born"
5851msgstr ""
5852
5853#: builtin/checkout.c:987
5854#, c-format
5855msgid "only one reference expected, %d given."
5856msgstr ""
5857
5858#: builtin/checkout.c:1027 builtin/worktree.c:233
5859#, c-format
5860msgid "invalid reference: %s"
5861msgstr ""
5862
5863#: builtin/checkout.c:1056
5864#, c-format
5865msgid "reference is not a tree: %s"
5866msgstr ""
5867
5868#: builtin/checkout.c:1095
5869msgid "paths cannot be used with switching branches"
5870msgstr ""
5871
5872#: builtin/checkout.c:1098 builtin/checkout.c:1102
5873#, c-format
5874msgid "'%s' cannot be used with switching branches"
5875msgstr ""
5876
5877#: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:1114
5878#: builtin/checkout.c:1117
5879#, c-format
5880msgid "'%s' cannot be used with '%s'"
5881msgstr ""
5882
5883#: builtin/checkout.c:1122
5884#, c-format
5885msgid "Cannot switch branch to a non-commit '%s'"
5886msgstr ""
5887
5888#: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:114
5889#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:346
5890#: builtin/worktree.c:348
5891msgid "branch"
5892msgstr ""
5893
5894#: builtin/checkout.c:1155
5895msgid "create and checkout a new branch"
5896msgstr ""
5897
5898#: builtin/checkout.c:1157
5899msgid "create/reset and checkout a branch"
5900msgstr ""
5901
5902#: builtin/checkout.c:1158
5903msgid "create reflog for new branch"
5904msgstr ""
5905
5906#: builtin/checkout.c:1159 builtin/worktree.c:350
5907msgid "detach HEAD at named commit"
5908msgstr ""
5909
5910#: builtin/checkout.c:1160
5911msgid "set upstream info for new branch"
5912msgstr ""
5913
5914#: builtin/checkout.c:1162
5915msgid "new-branch"
5916msgstr ""
5917
5918#: builtin/checkout.c:1162
5919msgid "new unparented branch"
5920msgstr ""
5921
5922#: builtin/checkout.c:1163
5923msgid "checkout our version for unmerged files"
5924msgstr ""
5925
5926#: builtin/checkout.c:1165
5927msgid "checkout their version for unmerged files"
5928msgstr ""
5929
5930#: builtin/checkout.c:1167
5931msgid "force checkout (throw away local modifications)"
5932msgstr ""
5933
5934#: builtin/checkout.c:1168
5935msgid "perform a 3-way merge with the new branch"
5936msgstr ""
5937
5938#: builtin/checkout.c:1169 builtin/merge.c:238
5939msgid "update ignored files (default)"
5940msgstr ""
5941
5942#: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:251
5943msgid "style"
5944msgstr ""
5945
5946#: builtin/checkout.c:1171
5947msgid "conflict style (merge or diff3)"
5948msgstr ""
5949
5950#: builtin/checkout.c:1174
5951msgid "do not limit pathspecs to sparse entries only"
5952msgstr ""
5953
5954#: builtin/checkout.c:1176
5955msgid "second guess 'git checkout <no-such-branch>'"
5956msgstr ""
5957
5958#: builtin/checkout.c:1178
5959msgid "do not check if another worktree is holding the given ref"
5960msgstr ""
5961
5962#: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:136
5963#: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:544
5964#: builtin/send-pack.c:173
5965msgid "force progress reporting"
5966msgstr ""
5967
5968#: builtin/checkout.c:1212
5969msgid "-b, -B and --orphan are mutually exclusive"
5970msgstr ""
5971
5972#: builtin/checkout.c:1229
5973msgid "--track needs a branch name"
5974msgstr ""
5975
5976#: builtin/checkout.c:1234
5977msgid "Missing branch name; try -b"
5978msgstr ""
5979
5980#: builtin/checkout.c:1270
5981msgid "invalid path specification"
5982msgstr ""
5983
5984#: builtin/checkout.c:1277
5985#, c-format
5986msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5987msgstr ""
5988
5989#: builtin/checkout.c:1281
5990#, c-format
5991msgid "git checkout: --detach does not take a path argument '%s'"
5992msgstr ""
5993
5994#: builtin/checkout.c:1285
5995msgid ""
5996"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5997"checking out of the index."
5998msgstr ""
5999
6000#: builtin/clean.c:26
6001msgid ""
6002"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6003msgstr ""
6004
6005#: builtin/clean.c:30
6006#, c-format
6007msgid "Removing %s\n"
6008msgstr ""
6009
6010#: builtin/clean.c:31
6011#, c-format
6012msgid "Would remove %s\n"
6013msgstr ""
6014
6015#: builtin/clean.c:32
6016#, c-format
6017msgid "Skipping repository %s\n"
6018msgstr ""
6019
6020#: builtin/clean.c:33
6021#, c-format
6022msgid "Would skip repository %s\n"
6023msgstr ""
6024
6025#: builtin/clean.c:34
6026#, c-format
6027msgid "failed to remove %s"
6028msgstr ""
6029
6030#: builtin/clean.c:301 git-add--interactive.perl:572
6031#, c-format
6032msgid ""
6033"Prompt help:\n"
6034"1          - select a numbered item\n"
6035"foo        - select item based on unique prefix\n"
6036"           - (empty) select nothing\n"
6037msgstr ""
6038
6039#: builtin/clean.c:305 git-add--interactive.perl:581
6040#, c-format
6041msgid ""
6042"Prompt help:\n"
6043"1          - select a single item\n"
6044"3-5        - select a range of items\n"
6045"2-3,6-9    - select multiple ranges\n"
6046"foo        - select item based on unique prefix\n"
6047"-...       - unselect specified items\n"
6048"*          - choose all items\n"
6049"           - (empty) finish selecting\n"
6050msgstr ""
6051
6052#: builtin/clean.c:521 git-add--interactive.perl:547
6053#: git-add--interactive.perl:552
6054#, c-format, perl-format
6055msgid "Huh (%s)?\n"
6056msgstr ""
6057
6058#: builtin/clean.c:663
6059#, c-format
6060msgid "Input ignore patterns>> "
6061msgstr ""
6062
6063#: builtin/clean.c:700
6064#, c-format
6065msgid "WARNING: Cannot find items matched by: %s"
6066msgstr ""
6067
6068#: builtin/clean.c:721
6069msgid "Select items to delete"
6070msgstr ""
6071
6072#. TRANSLATORS: Make sure to keep [y/N] as is
6073#: builtin/clean.c:762
6074#, c-format
6075msgid "Remove %s [y/N]? "
6076msgstr ""
6077
6078#: builtin/clean.c:787 git-add--interactive.perl:1616
6079#, c-format
6080msgid "Bye.\n"
6081msgstr ""
6082
6083#: builtin/clean.c:795
6084msgid ""
6085"clean               - start cleaning\n"
6086"filter by pattern   - exclude items from deletion\n"
6087"select by numbers   - select items to be deleted by numbers\n"
6088"ask each            - confirm each deletion (like \"rm -i\")\n"
6089"quit                - stop cleaning\n"
6090"help                - this screen\n"
6091"?                   - help for prompt selection"
6092msgstr ""
6093
6094#: builtin/clean.c:822 git-add--interactive.perl:1692
6095msgid "*** Commands ***"
6096msgstr ""
6097
6098#: builtin/clean.c:823 git-add--interactive.perl:1689
6099msgid "What now"
6100msgstr ""
6101
6102#: builtin/clean.c:831
6103msgid "Would remove the following item:"
6104msgid_plural "Would remove the following items:"
6105msgstr[0] ""
6106msgstr[1] ""
6107
6108#: builtin/clean.c:847
6109msgid "No more files to clean, exiting."
6110msgstr ""
6111
6112#: builtin/clean.c:909
6113msgid "do not print names of files removed"
6114msgstr ""
6115
6116#: builtin/clean.c:911
6117msgid "force"
6118msgstr ""
6119
6120#: builtin/clean.c:912
6121msgid "interactive cleaning"
6122msgstr ""
6123
6124#: builtin/clean.c:914
6125msgid "remove whole directories"
6126msgstr ""
6127
6128#: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:465
6129#: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:397
6130#: builtin/name-rev.c:399 builtin/show-ref.c:176
6131msgid "pattern"
6132msgstr ""
6133
6134#: builtin/clean.c:916
6135msgid "add <pattern> to ignore rules"
6136msgstr ""
6137
6138#: builtin/clean.c:917
6139msgid "remove ignored files, too"
6140msgstr ""
6141
6142#: builtin/clean.c:919
6143msgid "remove only ignored files"
6144msgstr ""
6145
6146#: builtin/clean.c:937
6147msgid "-x and -X cannot be used together"
6148msgstr ""
6149
6150#: builtin/clean.c:941
6151msgid ""
6152"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6153"clean"
6154msgstr ""
6155
6156#: builtin/clean.c:944
6157msgid ""
6158"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6159"refusing to clean"
6160msgstr ""
6161
6162#: builtin/clone.c:39
6163msgid "git clone [<options>] [--] <repo> [<dir>]"
6164msgstr ""
6165
6166#: builtin/clone.c:83
6167msgid "don't create a checkout"
6168msgstr ""
6169
6170#: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6171msgid "create a bare repository"
6172msgstr ""
6173
6174#: builtin/clone.c:88
6175msgid "create a mirror repository (implies bare)"
6176msgstr ""
6177
6178#: builtin/clone.c:90
6179msgid "to clone from a local repository"
6180msgstr ""
6181
6182#: builtin/clone.c:92
6183msgid "don't use local hardlinks, always copy"
6184msgstr ""
6185
6186#: builtin/clone.c:94
6187msgid "setup as shared repository"
6188msgstr ""
6189
6190#: builtin/clone.c:96 builtin/clone.c:100
6191msgid "pathspec"
6192msgstr ""
6193
6194#: builtin/clone.c:96 builtin/clone.c:100
6195msgid "initialize submodules in the clone"
6196msgstr ""
6197
6198#: builtin/clone.c:103
6199msgid "number of submodules cloned in parallel"
6200msgstr ""
6201
6202#: builtin/clone.c:104 builtin/init-db.c:476
6203msgid "template-directory"
6204msgstr ""
6205
6206#: builtin/clone.c:105 builtin/init-db.c:477
6207msgid "directory from which templates will be used"
6208msgstr ""
6209
6210#: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:635
6211#: builtin/submodule--helper.c:1002
6212msgid "reference repository"
6213msgstr ""
6214
6215#: builtin/clone.c:111
6216msgid "use --reference only while cloning"
6217msgstr ""
6218
6219#: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6220msgid "name"
6221msgstr ""
6222
6223#: builtin/clone.c:113
6224msgid "use <name> instead of 'origin' to track upstream"
6225msgstr ""
6226
6227#: builtin/clone.c:115
6228msgid "checkout <branch> instead of the remote's HEAD"
6229msgstr ""
6230
6231#: builtin/clone.c:117
6232msgid "path to git-upload-pack on the remote"
6233msgstr ""
6234
6235#: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:804
6236#: builtin/pull.c:205
6237msgid "depth"
6238msgstr ""
6239
6240#: builtin/clone.c:119
6241msgid "create a shallow clone of that depth"
6242msgstr ""
6243
6244#: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:2938
6245#: parse-options.h:142
6246msgid "time"
6247msgstr ""
6248
6249#: builtin/clone.c:121
6250msgid "create a shallow clone since a specific time"
6251msgstr ""
6252
6253#: builtin/clone.c:122 builtin/fetch.c:141
6254msgid "revision"
6255msgstr ""
6256
6257#: builtin/clone.c:123 builtin/fetch.c:142
6258msgid "deepen history of shallow clone, excluding rev"
6259msgstr ""
6260
6261#: builtin/clone.c:125
6262msgid "clone only one branch, HEAD or --branch"
6263msgstr ""
6264
6265#: builtin/clone.c:127
6266msgid "don't clone any tags, and make later fetches not to follow them"
6267msgstr ""
6268
6269#: builtin/clone.c:129
6270msgid "any cloned submodules will be shallow"
6271msgstr ""
6272
6273#: builtin/clone.c:130 builtin/init-db.c:485
6274msgid "gitdir"
6275msgstr ""
6276
6277#: builtin/clone.c:131 builtin/init-db.c:486
6278msgid "separate git dir from working tree"
6279msgstr ""
6280
6281#: builtin/clone.c:132
6282msgid "key=value"
6283msgstr ""
6284
6285#: builtin/clone.c:133
6286msgid "set config inside the new repository"
6287msgstr ""
6288
6289#: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:555
6290msgid "use IPv4 addresses only"
6291msgstr ""
6292
6293#: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:557
6294msgid "use IPv6 addresses only"
6295msgstr ""
6296
6297#: builtin/clone.c:273
6298msgid ""
6299"No directory name could be guessed.\n"
6300"Please specify a directory on the command line"
6301msgstr ""
6302
6303#: builtin/clone.c:326
6304#, c-format
6305msgid "info: Could not add alternate for '%s': %s\n"
6306msgstr ""
6307
6308#: builtin/clone.c:398
6309#, c-format
6310msgid "failed to open '%s'"
6311msgstr ""
6312
6313#: builtin/clone.c:406
6314#, c-format
6315msgid "%s exists and is not a directory"
6316msgstr ""
6317
6318#: builtin/clone.c:420
6319#, c-format
6320msgid "failed to stat %s\n"
6321msgstr ""
6322
6323#: builtin/clone.c:442
6324#, c-format
6325msgid "failed to create link '%s'"
6326msgstr ""
6327
6328#: builtin/clone.c:446
6329#, c-format
6330msgid "failed to copy file to '%s'"
6331msgstr ""
6332
6333#: builtin/clone.c:471
6334#, c-format
6335msgid "done.\n"
6336msgstr ""
6337
6338#: builtin/clone.c:483
6339msgid ""
6340"Clone succeeded, but checkout failed.\n"
6341"You can inspect what was checked out with 'git status'\n"
6342"and retry the checkout with 'git checkout -f HEAD'\n"
6343msgstr ""
6344
6345#: builtin/clone.c:560
6346#, c-format
6347msgid "Could not find remote branch %s to clone."
6348msgstr ""
6349
6350#: builtin/clone.c:655
6351msgid "remote did not send all necessary objects"
6352msgstr ""
6353
6354#: builtin/clone.c:671
6355#, c-format
6356msgid "unable to update %s"
6357msgstr ""
6358
6359#: builtin/clone.c:720
6360msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6361msgstr ""
6362
6363#: builtin/clone.c:751
6364msgid "unable to checkout working tree"
6365msgstr ""
6366
6367#: builtin/clone.c:796
6368msgid "unable to write parameters to config file"
6369msgstr ""
6370
6371#: builtin/clone.c:859
6372msgid "cannot repack to clean up"
6373msgstr ""
6374
6375#: builtin/clone.c:861
6376msgid "cannot unlink temporary alternates file"
6377msgstr ""
6378
6379#: builtin/clone.c:894 builtin/receive-pack.c:1944
6380msgid "Too many arguments."
6381msgstr ""
6382
6383#: builtin/clone.c:898
6384msgid "You must specify a repository to clone."
6385msgstr ""
6386
6387#: builtin/clone.c:911
6388#, c-format
6389msgid "--bare and --origin %s options are incompatible."
6390msgstr ""
6391
6392#: builtin/clone.c:914
6393msgid "--bare and --separate-git-dir are incompatible."
6394msgstr ""
6395
6396#: builtin/clone.c:927
6397#, c-format
6398msgid "repository '%s' does not exist"
6399msgstr ""
6400
6401#: builtin/clone.c:933 builtin/fetch.c:1360
6402#, c-format
6403msgid "depth %s is not a positive number"
6404msgstr ""
6405
6406#: builtin/clone.c:943
6407#, c-format
6408msgid "destination path '%s' already exists and is not an empty directory."
6409msgstr ""
6410
6411#: builtin/clone.c:953
6412#, c-format
6413msgid "working tree '%s' already exists."
6414msgstr ""
6415
6416#: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6417#: builtin/worktree.c:240 builtin/worktree.c:270
6418#, c-format
6419msgid "could not create leading directories of '%s'"
6420msgstr ""
6421
6422#: builtin/clone.c:971
6423#, c-format
6424msgid "could not create work tree dir '%s'"
6425msgstr ""
6426
6427#: builtin/clone.c:983
6428#, c-format
6429msgid "Cloning into bare repository '%s'...\n"
6430msgstr ""
6431
6432#: builtin/clone.c:985
6433#, c-format
6434msgid "Cloning into '%s'...\n"
6435msgstr ""
6436
6437#: builtin/clone.c:1009
6438msgid ""
6439"clone --recursive is not compatible with both --reference and --reference-if-"
6440"able"
6441msgstr ""
6442
6443#: builtin/clone.c:1071
6444msgid "--depth is ignored in local clones; use file:// instead."
6445msgstr ""
6446
6447#: builtin/clone.c:1073
6448msgid "--shallow-since is ignored in local clones; use file:// instead."
6449msgstr ""
6450
6451#: builtin/clone.c:1075
6452msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6453msgstr ""
6454
6455#: builtin/clone.c:1078
6456msgid "source repository is shallow, ignoring --local"
6457msgstr ""
6458
6459#: builtin/clone.c:1083
6460msgid "--local is ignored"
6461msgstr ""
6462
6463#: builtin/clone.c:1087
6464#, c-format
6465msgid "Don't know how to clone %s"
6466msgstr ""
6467
6468#: builtin/clone.c:1142 builtin/clone.c:1150
6469#, c-format
6470msgid "Remote branch %s not found in upstream %s"
6471msgstr ""
6472
6473#: builtin/clone.c:1153
6474msgid "You appear to have cloned an empty repository."
6475msgstr ""
6476
6477#: builtin/column.c:10
6478msgid "git column [<options>]"
6479msgstr ""
6480
6481#: builtin/column.c:27
6482msgid "lookup config vars"
6483msgstr ""
6484
6485#: builtin/column.c:28 builtin/column.c:29
6486msgid "layout to use"
6487msgstr ""
6488
6489#: builtin/column.c:30
6490msgid "Maximum width"
6491msgstr ""
6492
6493#: builtin/column.c:31
6494msgid "Padding space on left border"
6495msgstr ""
6496
6497#: builtin/column.c:32
6498msgid "Padding space on right border"
6499msgstr ""
6500
6501#: builtin/column.c:33
6502msgid "Padding space between columns"
6503msgstr ""
6504
6505#: builtin/column.c:52
6506msgid "--command must be the first argument"
6507msgstr ""
6508
6509#: builtin/commit.c:39
6510msgid "git commit [<options>] [--] <pathspec>..."
6511msgstr ""
6512
6513#: builtin/commit.c:44
6514msgid "git status [<options>] [--] <pathspec>..."
6515msgstr ""
6516
6517#: builtin/commit.c:49
6518msgid ""
6519"Your name and email address were configured automatically based\n"
6520"on your username and hostname. Please check that they are accurate.\n"
6521"You can suppress this message by setting them explicitly. Run the\n"
6522"following command and follow the instructions in your editor to edit\n"
6523"your configuration file:\n"
6524"\n"
6525"    git config --global --edit\n"
6526"\n"
6527"After doing this, you may fix the identity used for this commit with:\n"
6528"\n"
6529"    git commit --amend --reset-author\n"
6530msgstr ""
6531
6532#: builtin/commit.c:62
6533msgid ""
6534"Your name and email address were configured automatically based\n"
6535"on your username and hostname. Please check that they are accurate.\n"
6536"You can suppress this message by setting them explicitly:\n"
6537"\n"
6538"    git config --global user.name \"Your Name\"\n"
6539"    git config --global user.email you@example.com\n"
6540"\n"
6541"After doing this, you may fix the identity used for this commit with:\n"
6542"\n"
6543"    git commit --amend --reset-author\n"
6544msgstr ""
6545
6546#: builtin/commit.c:74
6547msgid ""
6548"You asked to amend the most recent commit, but doing so would make\n"
6549"it empty. You can repeat your command with --allow-empty, or you can\n"
6550"remove the commit entirely with \"git reset HEAD^\".\n"
6551msgstr ""
6552
6553#: builtin/commit.c:79
6554msgid ""
6555"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6556"If you wish to commit it anyway, use:\n"
6557"\n"
6558"    git commit --allow-empty\n"
6559"\n"
6560msgstr ""
6561
6562#: builtin/commit.c:86
6563msgid "Otherwise, please use 'git reset'\n"
6564msgstr ""
6565
6566#: builtin/commit.c:89
6567msgid ""
6568"If you wish to skip this commit, use:\n"
6569"\n"
6570"    git reset\n"
6571"\n"
6572"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6573"the remaining commits.\n"
6574msgstr ""
6575
6576#: builtin/commit.c:318
6577msgid "failed to unpack HEAD tree object"
6578msgstr ""
6579
6580#: builtin/commit.c:359
6581msgid "unable to create temporary index"
6582msgstr ""
6583
6584#: builtin/commit.c:365
6585msgid "interactive add failed"
6586msgstr ""
6587
6588#: builtin/commit.c:378
6589msgid "unable to update temporary index"
6590msgstr ""
6591
6592#: builtin/commit.c:380
6593msgid "Failed to update main cache tree"
6594msgstr ""
6595
6596#: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6597msgid "unable to write new_index file"
6598msgstr ""
6599
6600#: builtin/commit.c:461
6601msgid "cannot do a partial commit during a merge."
6602msgstr ""
6603
6604#: builtin/commit.c:463
6605msgid "cannot do a partial commit during a cherry-pick."
6606msgstr ""
6607
6608#: builtin/commit.c:471
6609msgid "cannot read the index"
6610msgstr ""
6611
6612#: builtin/commit.c:490
6613msgid "unable to write temporary index file"
6614msgstr ""
6615
6616#: builtin/commit.c:587
6617#, c-format
6618msgid "commit '%s' lacks author header"
6619msgstr ""
6620
6621#: builtin/commit.c:589
6622#, c-format
6623msgid "commit '%s' has malformed author line"
6624msgstr ""
6625
6626#: builtin/commit.c:608
6627msgid "malformed --author parameter"
6628msgstr ""
6629
6630#: builtin/commit.c:660
6631msgid ""
6632"unable to select a comment character that is not used\n"
6633"in the current commit message"
6634msgstr ""
6635
6636#: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1100
6637#, c-format
6638msgid "could not lookup commit %s"
6639msgstr ""
6640
6641#: builtin/commit.c:709 builtin/shortlog.c:309
6642#, c-format
6643msgid "(reading log message from standard input)\n"
6644msgstr ""
6645
6646#: builtin/commit.c:711
6647msgid "could not read log from standard input"
6648msgstr ""
6649
6650#: builtin/commit.c:715
6651#, c-format
6652msgid "could not read log file '%s'"
6653msgstr ""
6654
6655#: builtin/commit.c:742 builtin/commit.c:750
6656msgid "could not read SQUASH_MSG"
6657msgstr ""
6658
6659#: builtin/commit.c:747
6660msgid "could not read MERGE_MSG"
6661msgstr ""
6662
6663#: builtin/commit.c:801
6664msgid "could not write commit template"
6665msgstr ""
6666
6667#: builtin/commit.c:819
6668#, c-format
6669msgid ""
6670"\n"
6671"It looks like you may be committing a merge.\n"
6672"If this is not correct, please remove the file\n"
6673"\t%s\n"
6674"and try again.\n"
6675msgstr ""
6676
6677#: builtin/commit.c:824
6678#, c-format
6679msgid ""
6680"\n"
6681"It looks like you may be committing a cherry-pick.\n"
6682"If this is not correct, please remove the file\n"
6683"\t%s\n"
6684"and try again.\n"
6685msgstr ""
6686
6687#: builtin/commit.c:837
6688#, c-format
6689msgid ""
6690"Please enter the commit message for your changes. Lines starting\n"
6691"with '%c' will be ignored, and an empty message aborts the commit.\n"
6692msgstr ""
6693
6694#: builtin/commit.c:844
6695#, c-format
6696msgid ""
6697"Please enter the commit message for your changes. Lines starting\n"
6698"with '%c' will be kept; you may remove them yourself if you want to.\n"
6699"An empty message aborts the commit.\n"
6700msgstr ""
6701
6702#: builtin/commit.c:861
6703#, c-format
6704msgid "%sAuthor:    %.*s <%.*s>"
6705msgstr ""
6706
6707#: builtin/commit.c:869
6708#, c-format
6709msgid "%sDate:      %s"
6710msgstr ""
6711
6712#: builtin/commit.c:876
6713#, c-format
6714msgid "%sCommitter: %.*s <%.*s>"
6715msgstr ""
6716
6717#: builtin/commit.c:893
6718msgid "Cannot read index"
6719msgstr ""
6720
6721#: builtin/commit.c:958
6722msgid "Error building trees"
6723msgstr ""
6724
6725#: builtin/commit.c:972 builtin/tag.c:252
6726#, c-format
6727msgid "Please supply the message using either -m or -F option.\n"
6728msgstr ""
6729
6730#: builtin/commit.c:1075
6731#, c-format
6732msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6733msgstr ""
6734
6735#: builtin/commit.c:1090 builtin/commit.c:1335
6736#, c-format
6737msgid "Invalid untracked files mode '%s'"
6738msgstr ""
6739
6740#: builtin/commit.c:1128
6741msgid "--long and -z are incompatible"
6742msgstr ""
6743
6744#: builtin/commit.c:1158
6745msgid "Using both --reset-author and --author does not make sense"
6746msgstr ""
6747
6748#: builtin/commit.c:1167
6749msgid "You have nothing to amend."
6750msgstr ""
6751
6752#: builtin/commit.c:1170
6753msgid "You are in the middle of a merge -- cannot amend."
6754msgstr ""
6755
6756#: builtin/commit.c:1172
6757msgid "You are in the middle of a cherry-pick -- cannot amend."
6758msgstr ""
6759
6760#: builtin/commit.c:1175
6761msgid "Options --squash and --fixup cannot be used together"
6762msgstr ""
6763
6764#: builtin/commit.c:1185
6765msgid "Only one of -c/-C/-F/--fixup can be used."
6766msgstr ""
6767
6768#: builtin/commit.c:1187
6769msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6770msgstr ""
6771
6772#: builtin/commit.c:1195
6773msgid "--reset-author can be used only with -C, -c or --amend."
6774msgstr ""
6775
6776#: builtin/commit.c:1212
6777msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6778msgstr ""
6779
6780#: builtin/commit.c:1214
6781msgid "No paths with --include/--only does not make sense."
6782msgstr ""
6783
6784#: builtin/commit.c:1226 builtin/tag.c:535
6785#, c-format
6786msgid "Invalid cleanup mode %s"
6787msgstr ""
6788
6789#: builtin/commit.c:1231
6790msgid "Paths with -a does not make sense."
6791msgstr ""
6792
6793#: builtin/commit.c:1349 builtin/commit.c:1626
6794msgid "show status concisely"
6795msgstr ""
6796
6797#: builtin/commit.c:1351 builtin/commit.c:1628
6798msgid "show branch information"
6799msgstr ""
6800
6801#: builtin/commit.c:1353
6802msgid "show stash information"
6803msgstr ""
6804
6805#: builtin/commit.c:1355
6806msgid "version"
6807msgstr ""
6808
6809#: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:530
6810#: builtin/worktree.c:469
6811msgid "machine-readable output"
6812msgstr ""
6813
6814#: builtin/commit.c:1358 builtin/commit.c:1632
6815msgid "show status in long format (default)"
6816msgstr ""
6817
6818#: builtin/commit.c:1361 builtin/commit.c:1635
6819msgid "terminate entries with NUL"
6820msgstr ""
6821
6822#: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:999
6823#: builtin/fast-export.c:1002 builtin/tag.c:390
6824msgid "mode"
6825msgstr ""
6826
6827#: builtin/commit.c:1364 builtin/commit.c:1638
6828msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6829msgstr ""
6830
6831#: builtin/commit.c:1367
6832msgid "show ignored files"
6833msgstr ""
6834
6835#: builtin/commit.c:1368 parse-options.h:155
6836msgid "when"
6837msgstr ""
6838
6839#: builtin/commit.c:1369
6840msgid ""
6841"ignore changes to submodules, optional when: all, dirty, untracked. "
6842"(Default: all)"
6843msgstr ""
6844
6845#: builtin/commit.c:1371
6846msgid "list untracked files in columns"
6847msgstr ""
6848
6849#: builtin/commit.c:1449
6850msgid "couldn't look up newly created commit"
6851msgstr ""
6852
6853#: builtin/commit.c:1451
6854msgid "could not parse newly created commit"
6855msgstr ""
6856
6857#: builtin/commit.c:1496
6858msgid "detached HEAD"
6859msgstr ""
6860
6861#: builtin/commit.c:1499
6862msgid " (root-commit)"
6863msgstr ""
6864
6865#: builtin/commit.c:1596
6866msgid "suppress summary after successful commit"
6867msgstr ""
6868
6869#: builtin/commit.c:1597
6870msgid "show diff in commit message template"
6871msgstr ""
6872
6873#: builtin/commit.c:1599
6874msgid "Commit message options"
6875msgstr ""
6876
6877#: builtin/commit.c:1600 builtin/tag.c:388
6878msgid "read message from file"
6879msgstr ""
6880
6881#: builtin/commit.c:1601
6882msgid "author"
6883msgstr ""
6884
6885#: builtin/commit.c:1601
6886msgid "override author for commit"
6887msgstr ""
6888
6889#: builtin/commit.c:1602 builtin/gc.c:359
6890msgid "date"
6891msgstr ""
6892
6893#: builtin/commit.c:1602
6894msgid "override date for commit"
6895msgstr ""
6896
6897#: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:402
6898#: builtin/notes.c:565 builtin/tag.c:386
6899msgid "message"
6900msgstr ""
6901
6902#: builtin/commit.c:1603
6903msgid "commit message"
6904msgstr ""
6905
6906#: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:1606
6907#: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:92
6908msgid "commit"
6909msgstr ""
6910
6911#: builtin/commit.c:1604
6912msgid "reuse and edit message from specified commit"
6913msgstr ""
6914
6915#: builtin/commit.c:1605
6916msgid "reuse message from specified commit"
6917msgstr ""
6918
6919#: builtin/commit.c:1606
6920msgid "use autosquash formatted message to fixup specified commit"
6921msgstr ""
6922
6923#: builtin/commit.c:1607
6924msgid "use autosquash formatted message to squash specified commit"
6925msgstr ""
6926
6927#: builtin/commit.c:1608
6928msgid "the commit is authored by me now (used with -C/-c/--amend)"
6929msgstr ""
6930
6931#: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:239
6932#: builtin/revert.c:105
6933msgid "add Signed-off-by:"
6934msgstr ""
6935
6936#: builtin/commit.c:1610
6937msgid "use specified template file"
6938msgstr ""
6939
6940#: builtin/commit.c:1611
6941msgid "force edit of commit"
6942msgstr ""
6943
6944#: builtin/commit.c:1612
6945msgid "default"
6946msgstr ""
6947
6948#: builtin/commit.c:1612 builtin/tag.c:391
6949msgid "how to strip spaces and #comments from message"
6950msgstr ""
6951
6952#: builtin/commit.c:1613
6953msgid "include status in commit message template"
6954msgstr ""
6955
6956#: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:173
6957#: builtin/revert.c:113
6958msgid "GPG sign commit"
6959msgstr ""
6960
6961#: builtin/commit.c:1618
6962msgid "Commit contents options"
6963msgstr ""
6964
6965#: builtin/commit.c:1619
6966msgid "commit all changed files"
6967msgstr ""
6968
6969#: builtin/commit.c:1620
6970msgid "add specified files to index for commit"
6971msgstr ""
6972
6973#: builtin/commit.c:1621
6974msgid "interactively add files"
6975msgstr ""
6976
6977#: builtin/commit.c:1622
6978msgid "interactively add changes"
6979msgstr ""
6980
6981#: builtin/commit.c:1623
6982msgid "commit only specified files"
6983msgstr ""
6984
6985#: builtin/commit.c:1624
6986msgid "bypass pre-commit and commit-msg hooks"
6987msgstr ""
6988
6989#: builtin/commit.c:1625
6990msgid "show what would be committed"
6991msgstr ""
6992
6993#: builtin/commit.c:1636
6994msgid "amend previous commit"
6995msgstr ""
6996
6997#: builtin/commit.c:1637
6998msgid "bypass post-rewrite hook"
6999msgstr ""
7000
7001#: builtin/commit.c:1642
7002msgid "ok to record an empty change"
7003msgstr ""
7004
7005#: builtin/commit.c:1644
7006msgid "ok to record a change with an empty message"
7007msgstr ""
7008
7009#: builtin/commit.c:1674
7010msgid "could not parse HEAD commit"
7011msgstr ""
7012
7013#: builtin/commit.c:1719
7014#, c-format
7015msgid "Corrupt MERGE_HEAD file (%s)"
7016msgstr ""
7017
7018#: builtin/commit.c:1726
7019msgid "could not read MERGE_MODE"
7020msgstr ""
7021
7022#: builtin/commit.c:1745
7023#, c-format
7024msgid "could not read commit message: %s"
7025msgstr ""
7026
7027#: builtin/commit.c:1756
7028#, c-format
7029msgid "Aborting commit due to empty commit message.\n"
7030msgstr ""
7031
7032#: builtin/commit.c:1761
7033#, c-format
7034msgid "Aborting commit; you did not edit the message.\n"
7035msgstr ""
7036
7037#: builtin/commit.c:1809
7038msgid ""
7039"Repository has been updated, but unable to write\n"
7040"new_index file. Check that disk is not full and quota is\n"
7041"not exceeded, and then \"git reset HEAD\" to recover."
7042msgstr ""
7043
7044#: builtin/config.c:10
7045msgid "git config [<options>]"
7046msgstr ""
7047
7048#: builtin/config.c:57
7049msgid "Config file location"
7050msgstr ""
7051
7052#: builtin/config.c:58
7053msgid "use global config file"
7054msgstr ""
7055
7056#: builtin/config.c:59
7057msgid "use system config file"
7058msgstr ""
7059
7060#: builtin/config.c:60
7061msgid "use repository config file"
7062msgstr ""
7063
7064#: builtin/config.c:61
7065msgid "use given config file"
7066msgstr ""
7067
7068#: builtin/config.c:62
7069msgid "blob-id"
7070msgstr ""
7071
7072#: builtin/config.c:62
7073msgid "read config from given blob object"
7074msgstr ""
7075
7076#: builtin/config.c:63
7077msgid "Action"
7078msgstr ""
7079
7080#: builtin/config.c:64
7081msgid "get value: name [value-regex]"
7082msgstr ""
7083
7084#: builtin/config.c:65
7085msgid "get all values: key [value-regex]"
7086msgstr ""
7087
7088#: builtin/config.c:66
7089msgid "get values for regexp: name-regex [value-regex]"
7090msgstr ""
7091
7092#: builtin/config.c:67
7093msgid "get value specific for the URL: section[.var] URL"
7094msgstr ""
7095
7096#: builtin/config.c:68
7097msgid "replace all matching variables: name value [value_regex]"
7098msgstr ""
7099
7100#: builtin/config.c:69
7101msgid "add a new variable: name value"
7102msgstr ""
7103
7104#: builtin/config.c:70
7105msgid "remove a variable: name [value-regex]"
7106msgstr ""
7107
7108#: builtin/config.c:71
7109msgid "remove all matches: name [value-regex]"
7110msgstr ""
7111
7112#: builtin/config.c:72
7113msgid "rename section: old-name new-name"
7114msgstr ""
7115
7116#: builtin/config.c:73
7117msgid "remove a section: name"
7118msgstr ""
7119
7120#: builtin/config.c:74
7121msgid "list all"
7122msgstr ""
7123
7124#: builtin/config.c:75
7125msgid "open an editor"
7126msgstr ""
7127
7128#: builtin/config.c:76
7129msgid "find the color configured: slot [default]"
7130msgstr ""
7131
7132#: builtin/config.c:77
7133msgid "find the color setting: slot [stdout-is-tty]"
7134msgstr ""
7135
7136#: builtin/config.c:78
7137msgid "Type"
7138msgstr ""
7139
7140#: builtin/config.c:79
7141msgid "value is \"true\" or \"false\""
7142msgstr ""
7143
7144#: builtin/config.c:80
7145msgid "value is decimal number"
7146msgstr ""
7147
7148#: builtin/config.c:81
7149msgid "value is --bool or --int"
7150msgstr ""
7151
7152#: builtin/config.c:82
7153msgid "value is a path (file or directory name)"
7154msgstr ""
7155
7156#: builtin/config.c:83
7157msgid "Other"
7158msgstr ""
7159
7160#: builtin/config.c:84
7161msgid "terminate values with NUL byte"
7162msgstr ""
7163
7164#: builtin/config.c:85
7165msgid "show variable names only"
7166msgstr ""
7167
7168#: builtin/config.c:86
7169msgid "respect include directives on lookup"
7170msgstr ""
7171
7172#: builtin/config.c:87
7173msgid "show origin of config (file, standard input, blob, command line)"
7174msgstr ""
7175
7176#: builtin/config.c:327
7177msgid "unable to parse default color value"
7178msgstr ""
7179
7180#: builtin/config.c:471
7181#, c-format
7182msgid ""
7183"# This is Git's per-user configuration file.\n"
7184"[user]\n"
7185"# Please adapt and uncomment the following lines:\n"
7186"#\tname = %s\n"
7187"#\temail = %s\n"
7188msgstr ""
7189
7190#: builtin/config.c:499
7191msgid "--local can only be used inside a git repository"
7192msgstr ""
7193
7194#: builtin/config.c:624
7195#, c-format
7196msgid "cannot create configuration file %s"
7197msgstr ""
7198
7199#: builtin/config.c:637
7200#, c-format
7201msgid ""
7202"cannot overwrite multiple values with a single value\n"
7203"       Use a regexp, --add or --replace-all to change %s."
7204msgstr ""
7205
7206#: builtin/count-objects.c:88
7207msgid "git count-objects [-v] [-H | --human-readable]"
7208msgstr ""
7209
7210#: builtin/count-objects.c:98
7211msgid "print sizes in human readable format"
7212msgstr ""
7213
7214#: builtin/describe.c:19
7215msgid "git describe [<options>] [<commit-ish>...]"
7216msgstr ""
7217
7218#: builtin/describe.c:20
7219msgid "git describe [<options>] --dirty"
7220msgstr ""
7221
7222#: builtin/describe.c:54
7223msgid "head"
7224msgstr ""
7225
7226#: builtin/describe.c:54
7227msgid "lightweight"
7228msgstr ""
7229
7230#: builtin/describe.c:54
7231msgid "annotated"
7232msgstr ""
7233
7234#: builtin/describe.c:264
7235#, c-format
7236msgid "annotated tag %s not available"
7237msgstr ""
7238
7239#: builtin/describe.c:268
7240#, c-format
7241msgid "annotated tag %s has no embedded name"
7242msgstr ""
7243
7244#: builtin/describe.c:270
7245#, c-format
7246msgid "tag '%s' is really '%s' here"
7247msgstr ""
7248
7249#: builtin/describe.c:297 builtin/log.c:493
7250#, c-format
7251msgid "Not a valid object name %s"
7252msgstr ""
7253
7254#: builtin/describe.c:300
7255#, c-format
7256msgid "%s is not a valid '%s' object"
7257msgstr ""
7258
7259#: builtin/describe.c:317
7260#, c-format
7261msgid "no tag exactly matches '%s'"
7262msgstr ""
7263
7264#: builtin/describe.c:319
7265#, c-format
7266msgid "searching to describe %s\n"
7267msgstr ""
7268
7269#: builtin/describe.c:366
7270#, c-format
7271msgid "finished search at %s\n"
7272msgstr ""
7273
7274#: builtin/describe.c:393
7275#, c-format
7276msgid ""
7277"No annotated tags can describe '%s'.\n"
7278"However, there were unannotated tags: try --tags."
7279msgstr ""
7280
7281#: builtin/describe.c:397
7282#, c-format
7283msgid ""
7284"No tags can describe '%s'.\n"
7285"Try --always, or create some tags."
7286msgstr ""
7287
7288#: builtin/describe.c:427
7289#, c-format
7290msgid "traversed %lu commits\n"
7291msgstr ""
7292
7293#: builtin/describe.c:430
7294#, c-format
7295msgid ""
7296"more than %i tags found; listed %i most recent\n"
7297"gave up search at %s\n"
7298msgstr ""
7299
7300#: builtin/describe.c:452
7301msgid "find the tag that comes after the commit"
7302msgstr ""
7303
7304#: builtin/describe.c:453
7305msgid "debug search strategy on stderr"
7306msgstr ""
7307
7308#: builtin/describe.c:454
7309msgid "use any ref"
7310msgstr ""
7311
7312#: builtin/describe.c:455
7313msgid "use any tag, even unannotated"
7314msgstr ""
7315
7316#: builtin/describe.c:456
7317msgid "always use long format"
7318msgstr ""
7319
7320#: builtin/describe.c:457
7321msgid "only follow first parent"
7322msgstr ""
7323
7324#: builtin/describe.c:460
7325msgid "only output exact matches"
7326msgstr ""
7327
7328#: builtin/describe.c:462
7329msgid "consider <n> most recent tags (default: 10)"
7330msgstr ""
7331
7332#: builtin/describe.c:464
7333msgid "only consider tags matching <pattern>"
7334msgstr ""
7335
7336#: builtin/describe.c:466
7337msgid "do not consider tags matching <pattern>"
7338msgstr ""
7339
7340#: builtin/describe.c:468 builtin/name-rev.c:406
7341msgid "show abbreviated commit object as fallback"
7342msgstr ""
7343
7344#: builtin/describe.c:469 builtin/describe.c:472
7345msgid "mark"
7346msgstr ""
7347
7348#: builtin/describe.c:470
7349msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7350msgstr ""
7351
7352#: builtin/describe.c:473
7353msgid "append <mark> on broken working tree (default: \"-broken\")"
7354msgstr ""
7355
7356#: builtin/describe.c:491
7357msgid "--long is incompatible with --abbrev=0"
7358msgstr ""
7359
7360#: builtin/describe.c:520
7361msgid "No names found, cannot describe anything."
7362msgstr ""
7363
7364#: builtin/describe.c:563
7365msgid "--dirty is incompatible with commit-ishes"
7366msgstr ""
7367
7368#: builtin/describe.c:565
7369msgid "--broken is incompatible with commit-ishes"
7370msgstr ""
7371
7372#: builtin/diff.c:83
7373#, c-format
7374msgid "'%s': not a regular file or symlink"
7375msgstr ""
7376
7377#: builtin/diff.c:235
7378#, c-format
7379msgid "invalid option: %s"
7380msgstr ""
7381
7382#: builtin/diff.c:357
7383msgid "Not a git repository"
7384msgstr ""
7385
7386#: builtin/diff.c:400
7387#, c-format
7388msgid "invalid object '%s' given."
7389msgstr ""
7390
7391#: builtin/diff.c:409
7392#, c-format
7393msgid "more than two blobs given: '%s'"
7394msgstr ""
7395
7396#: builtin/diff.c:414
7397#, c-format
7398msgid "unhandled object '%s' given."
7399msgstr ""
7400
7401#: builtin/difftool.c:29
7402msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7403msgstr ""
7404
7405#: builtin/difftool.c:259
7406#, c-format
7407msgid "failed: %d"
7408msgstr ""
7409
7410#: builtin/difftool.c:301
7411#, c-format
7412msgid "could not read symlink %s"
7413msgstr ""
7414
7415#: builtin/difftool.c:303
7416#, c-format
7417msgid "could not read symlink file %s"
7418msgstr ""
7419
7420#: builtin/difftool.c:311
7421#, c-format
7422msgid "could not read object %s for symlink %s"
7423msgstr ""
7424
7425#: builtin/difftool.c:412
7426msgid ""
7427"combined diff formats('-c' and '--cc') are not supported in\n"
7428"directory diff mode('-d' and '--dir-diff')."
7429msgstr ""
7430
7431#: builtin/difftool.c:633
7432#, c-format
7433msgid "both files modified: '%s' and '%s'."
7434msgstr ""
7435
7436#: builtin/difftool.c:635
7437msgid "working tree file has been left."
7438msgstr ""
7439
7440#: builtin/difftool.c:646
7441#, c-format
7442msgid "temporary files exist in '%s'."
7443msgstr ""
7444
7445#: builtin/difftool.c:647
7446msgid "you may want to cleanup or recover these."
7447msgstr ""
7448
7449#: builtin/difftool.c:696
7450msgid "use `diff.guitool` instead of `diff.tool`"
7451msgstr ""
7452
7453#: builtin/difftool.c:698
7454msgid "perform a full-directory diff"
7455msgstr ""
7456
7457#: builtin/difftool.c:700
7458msgid "do not prompt before launching a diff tool"
7459msgstr ""
7460
7461#: builtin/difftool.c:706
7462msgid "use symlinks in dir-diff mode"
7463msgstr ""
7464
7465#: builtin/difftool.c:707
7466msgid "<tool>"
7467msgstr ""
7468
7469#: builtin/difftool.c:708
7470msgid "use the specified diff tool"
7471msgstr ""
7472
7473#: builtin/difftool.c:710
7474msgid "print a list of diff tools that may be used with `--tool`"
7475msgstr ""
7476
7477#: builtin/difftool.c:713
7478msgid ""
7479"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7480"code"
7481msgstr ""
7482
7483#: builtin/difftool.c:715
7484msgid "<command>"
7485msgstr ""
7486
7487#: builtin/difftool.c:716
7488msgid "specify a custom command for viewing diffs"
7489msgstr ""
7490
7491#: builtin/difftool.c:740
7492msgid "no <tool> given for --tool=<tool>"
7493msgstr ""
7494
7495#: builtin/difftool.c:747
7496msgid "no <cmd> given for --extcmd=<cmd>"
7497msgstr ""
7498
7499#: builtin/fast-export.c:26
7500msgid "git fast-export [rev-list-opts]"
7501msgstr ""
7502
7503#: builtin/fast-export.c:998
7504msgid "show progress after <n> objects"
7505msgstr ""
7506
7507#: builtin/fast-export.c:1000
7508msgid "select handling of signed tags"
7509msgstr ""
7510
7511#: builtin/fast-export.c:1003
7512msgid "select handling of tags that tag filtered objects"
7513msgstr ""
7514
7515#: builtin/fast-export.c:1006
7516msgid "Dump marks to this file"
7517msgstr ""
7518
7519#: builtin/fast-export.c:1008
7520msgid "Import marks from this file"
7521msgstr ""
7522
7523#: builtin/fast-export.c:1010
7524msgid "Fake a tagger when tags lack one"
7525msgstr ""
7526
7527#: builtin/fast-export.c:1012
7528msgid "Output full tree for each commit"
7529msgstr ""
7530
7531#: builtin/fast-export.c:1014
7532msgid "Use the done feature to terminate the stream"
7533msgstr ""
7534
7535#: builtin/fast-export.c:1015
7536msgid "Skip output of blob data"
7537msgstr ""
7538
7539#: builtin/fast-export.c:1016
7540msgid "refspec"
7541msgstr ""
7542
7543#: builtin/fast-export.c:1017
7544msgid "Apply refspec to exported refs"
7545msgstr ""
7546
7547#: builtin/fast-export.c:1018
7548msgid "anonymize output"
7549msgstr ""
7550
7551#: builtin/fetch.c:23
7552msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7553msgstr ""
7554
7555#: builtin/fetch.c:24
7556msgid "git fetch [<options>] <group>"
7557msgstr ""
7558
7559#: builtin/fetch.c:25
7560msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7561msgstr ""
7562
7563#: builtin/fetch.c:26
7564msgid "git fetch --all [<options>]"
7565msgstr ""
7566
7567#: builtin/fetch.c:112 builtin/pull.c:182
7568msgid "fetch from all remotes"
7569msgstr ""
7570
7571#: builtin/fetch.c:114 builtin/pull.c:185
7572msgid "append to .git/FETCH_HEAD instead of overwriting"
7573msgstr ""
7574
7575#: builtin/fetch.c:116 builtin/pull.c:188
7576msgid "path to upload pack on remote end"
7577msgstr ""
7578
7579#: builtin/fetch.c:117 builtin/pull.c:190
7580msgid "force overwrite of local branch"
7581msgstr ""
7582
7583#: builtin/fetch.c:119
7584msgid "fetch from multiple remotes"
7585msgstr ""
7586
7587#: builtin/fetch.c:121 builtin/pull.c:192
7588msgid "fetch all tags and associated objects"
7589msgstr ""
7590
7591#: builtin/fetch.c:123
7592msgid "do not fetch all tags (--no-tags)"
7593msgstr ""
7594
7595#: builtin/fetch.c:125
7596msgid "number of submodules fetched in parallel"
7597msgstr ""
7598
7599#: builtin/fetch.c:127 builtin/pull.c:195
7600msgid "prune remote-tracking branches no longer on remote"
7601msgstr ""
7602
7603#: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:123
7604msgid "on-demand"
7605msgstr ""
7606
7607#: builtin/fetch.c:129
7608msgid "control recursive fetching of submodules"
7609msgstr ""
7610
7611#: builtin/fetch.c:133 builtin/pull.c:203
7612msgid "keep downloaded pack"
7613msgstr ""
7614
7615#: builtin/fetch.c:135
7616msgid "allow updating of HEAD ref"
7617msgstr ""
7618
7619#: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:206
7620msgid "deepen history of shallow clone"
7621msgstr ""
7622
7623#: builtin/fetch.c:140
7624msgid "deepen history of shallow repository based on time"
7625msgstr ""
7626
7627#: builtin/fetch.c:146 builtin/pull.c:209
7628msgid "convert to a complete repository"
7629msgstr ""
7630
7631#: builtin/fetch.c:148 builtin/log.c:1456
7632msgid "dir"
7633msgstr ""
7634
7635#: builtin/fetch.c:149
7636msgid "prepend this to submodule path output"
7637msgstr ""
7638
7639#: builtin/fetch.c:152
7640msgid ""
7641"default for recursive fetching of submodules (lower priority than config "
7642"files)"
7643msgstr ""
7644
7645#: builtin/fetch.c:156 builtin/pull.c:212
7646msgid "accept refs that update .git/shallow"
7647msgstr ""
7648
7649#: builtin/fetch.c:157 builtin/pull.c:214
7650msgid "refmap"
7651msgstr ""
7652
7653#: builtin/fetch.c:158 builtin/pull.c:215
7654msgid "specify fetch refmap"
7655msgstr ""
7656
7657#: builtin/fetch.c:416
7658msgid "Couldn't find remote ref HEAD"
7659msgstr ""
7660
7661#: builtin/fetch.c:534
7662#, c-format
7663msgid "configuration fetch.output contains invalid value %s"
7664msgstr ""
7665
7666#: builtin/fetch.c:627
7667#, c-format
7668msgid "object %s not found"
7669msgstr ""
7670
7671#: builtin/fetch.c:631
7672msgid "[up to date]"
7673msgstr ""
7674
7675#: builtin/fetch.c:644 builtin/fetch.c:724
7676msgid "[rejected]"
7677msgstr ""
7678
7679#: builtin/fetch.c:645
7680msgid "can't fetch in current branch"
7681msgstr ""
7682
7683#: builtin/fetch.c:654
7684msgid "[tag update]"
7685msgstr ""
7686
7687#: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:704
7688#: builtin/fetch.c:719
7689msgid "unable to update local ref"
7690msgstr ""
7691
7692#: builtin/fetch.c:674
7693msgid "[new tag]"
7694msgstr ""
7695
7696#: builtin/fetch.c:677
7697msgid "[new branch]"
7698msgstr ""
7699
7700#: builtin/fetch.c:680
7701msgid "[new ref]"
7702msgstr ""
7703
7704#: builtin/fetch.c:719
7705msgid "forced update"
7706msgstr ""
7707
7708#: builtin/fetch.c:724
7709msgid "non-fast-forward"
7710msgstr ""
7711
7712#: builtin/fetch.c:769
7713#, c-format
7714msgid "%s did not send all necessary objects\n"
7715msgstr ""
7716
7717#: builtin/fetch.c:789
7718#, c-format
7719msgid "reject %s because shallow roots are not allowed to be updated"
7720msgstr ""
7721
7722#: builtin/fetch.c:877 builtin/fetch.c:973
7723#, c-format
7724msgid "From %.*s\n"
7725msgstr ""
7726
7727#: builtin/fetch.c:888
7728#, c-format
7729msgid ""
7730"some local refs could not be updated; try running\n"
7731" 'git remote prune %s' to remove any old, conflicting branches"
7732msgstr ""
7733
7734#: builtin/fetch.c:943
7735#, c-format
7736msgid "   (%s will become dangling)"
7737msgstr ""
7738
7739#: builtin/fetch.c:944
7740#, c-format
7741msgid "   (%s has become dangling)"
7742msgstr ""
7743
7744#: builtin/fetch.c:976
7745msgid "[deleted]"
7746msgstr ""
7747
7748#: builtin/fetch.c:977 builtin/remote.c:1024
7749msgid "(none)"
7750msgstr ""
7751
7752#: builtin/fetch.c:1000
7753#, c-format
7754msgid "Refusing to fetch into current branch %s of non-bare repository"
7755msgstr ""
7756
7757#: builtin/fetch.c:1019
7758#, c-format
7759msgid "Option \"%s\" value \"%s\" is not valid for %s"
7760msgstr ""
7761
7762#: builtin/fetch.c:1022
7763#, c-format
7764msgid "Option \"%s\" is ignored for %s\n"
7765msgstr ""
7766
7767#: builtin/fetch.c:1098
7768#, c-format
7769msgid "Don't know how to fetch from %s"
7770msgstr ""
7771
7772#: builtin/fetch.c:1258
7773#, c-format
7774msgid "Fetching %s\n"
7775msgstr ""
7776
7777#: builtin/fetch.c:1260 builtin/remote.c:97
7778#, c-format
7779msgid "Could not fetch %s"
7780msgstr ""
7781
7782#: builtin/fetch.c:1278
7783msgid ""
7784"No remote repository specified.  Please, specify either a URL or a\n"
7785"remote name from which new revisions should be fetched."
7786msgstr ""
7787
7788#: builtin/fetch.c:1301
7789msgid "You need to specify a tag name."
7790msgstr ""
7791
7792#: builtin/fetch.c:1344
7793msgid "Negative depth in --deepen is not supported"
7794msgstr ""
7795
7796#: builtin/fetch.c:1346
7797msgid "--deepen and --depth are mutually exclusive"
7798msgstr ""
7799
7800#: builtin/fetch.c:1351
7801msgid "--depth and --unshallow cannot be used together"
7802msgstr ""
7803
7804#: builtin/fetch.c:1353
7805msgid "--unshallow on a complete repository does not make sense"
7806msgstr ""
7807
7808#: builtin/fetch.c:1366
7809msgid "fetch --all does not take a repository argument"
7810msgstr ""
7811
7812#: builtin/fetch.c:1368
7813msgid "fetch --all does not make sense with refspecs"
7814msgstr ""
7815
7816#: builtin/fetch.c:1379
7817#, c-format
7818msgid "No such remote or remote group: %s"
7819msgstr ""
7820
7821#: builtin/fetch.c:1387
7822msgid "Fetching a group and specifying refspecs does not make sense"
7823msgstr ""
7824
7825#: builtin/fmt-merge-msg.c:15
7826msgid ""
7827"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7828msgstr ""
7829
7830#: builtin/fmt-merge-msg.c:665
7831msgid "populate log with at most <n> entries from shortlog"
7832msgstr ""
7833
7834#: builtin/fmt-merge-msg.c:668
7835msgid "alias for --log (deprecated)"
7836msgstr ""
7837
7838#: builtin/fmt-merge-msg.c:671
7839msgid "text"
7840msgstr ""
7841
7842#: builtin/fmt-merge-msg.c:672
7843msgid "use <text> as start of message"
7844msgstr ""
7845
7846#: builtin/fmt-merge-msg.c:673
7847msgid "file to read from"
7848msgstr ""
7849
7850#: builtin/for-each-ref.c:10
7851msgid "git for-each-ref [<options>] [<pattern>]"
7852msgstr ""
7853
7854#: builtin/for-each-ref.c:11
7855msgid "git for-each-ref [--points-at <object>]"
7856msgstr ""
7857
7858#: builtin/for-each-ref.c:12
7859msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7860msgstr ""
7861
7862#: builtin/for-each-ref.c:13
7863msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7864msgstr ""
7865
7866#: builtin/for-each-ref.c:28
7867msgid "quote placeholders suitably for shells"
7868msgstr ""
7869
7870#: builtin/for-each-ref.c:30
7871msgid "quote placeholders suitably for perl"
7872msgstr ""
7873
7874#: builtin/for-each-ref.c:32
7875msgid "quote placeholders suitably for python"
7876msgstr ""
7877
7878#: builtin/for-each-ref.c:34
7879msgid "quote placeholders suitably for Tcl"
7880msgstr ""
7881
7882#: builtin/for-each-ref.c:37
7883msgid "show only <n> matched refs"
7884msgstr ""
7885
7886#: builtin/for-each-ref.c:39 builtin/tag.c:414
7887msgid "respect format colors"
7888msgstr ""
7889
7890#: builtin/for-each-ref.c:43
7891msgid "print only refs which points at the given object"
7892msgstr ""
7893
7894#: builtin/for-each-ref.c:45
7895msgid "print only refs that are merged"
7896msgstr ""
7897
7898#: builtin/for-each-ref.c:46
7899msgid "print only refs that are not merged"
7900msgstr ""
7901
7902#: builtin/for-each-ref.c:47
7903msgid "print only refs which contain the commit"
7904msgstr ""
7905
7906#: builtin/for-each-ref.c:48
7907msgid "print only refs which don't contain the commit"
7908msgstr ""
7909
7910#: builtin/fsck.c:543
7911msgid "Checking object directories"
7912msgstr ""
7913
7914#: builtin/fsck.c:635
7915msgid "git fsck [<options>] [<object>...]"
7916msgstr ""
7917
7918#: builtin/fsck.c:641
7919msgid "show unreachable objects"
7920msgstr ""
7921
7922#: builtin/fsck.c:642
7923msgid "show dangling objects"
7924msgstr ""
7925
7926#: builtin/fsck.c:643
7927msgid "report tags"
7928msgstr ""
7929
7930#: builtin/fsck.c:644
7931msgid "report root nodes"
7932msgstr ""
7933
7934#: builtin/fsck.c:645
7935msgid "make index objects head nodes"
7936msgstr ""
7937
7938#: builtin/fsck.c:646
7939msgid "make reflogs head nodes (default)"
7940msgstr ""
7941
7942#: builtin/fsck.c:647
7943msgid "also consider packs and alternate objects"
7944msgstr ""
7945
7946#: builtin/fsck.c:648
7947msgid "check only connectivity"
7948msgstr ""
7949
7950#: builtin/fsck.c:649
7951msgid "enable more strict checking"
7952msgstr ""
7953
7954#: builtin/fsck.c:651
7955msgid "write dangling objects in .git/lost-found"
7956msgstr ""
7957
7958#: builtin/fsck.c:652 builtin/prune.c:107
7959msgid "show progress"
7960msgstr ""
7961
7962#: builtin/fsck.c:653
7963msgid "show verbose names for reachable objects"
7964msgstr ""
7965
7966#: builtin/fsck.c:714
7967msgid "Checking objects"
7968msgstr ""
7969
7970#: builtin/gc.c:27
7971msgid "git gc [<options>]"
7972msgstr ""
7973
7974#: builtin/gc.c:80
7975#, c-format
7976msgid "Failed to fstat %s: %s"
7977msgstr ""
7978
7979#: builtin/gc.c:312
7980#, c-format
7981msgid "Can't stat %s"
7982msgstr ""
7983
7984#: builtin/gc.c:321
7985#, c-format
7986msgid ""
7987"The last gc run reported the following. Please correct the root cause\n"
7988"and remove %s.\n"
7989"Automatic cleanup will not be performed until the file is removed.\n"
7990"\n"
7991"%s"
7992msgstr ""
7993
7994#: builtin/gc.c:360
7995msgid "prune unreferenced objects"
7996msgstr ""
7997
7998#: builtin/gc.c:362
7999msgid "be more thorough (increased runtime)"
8000msgstr ""
8001
8002#: builtin/gc.c:363
8003msgid "enable auto-gc mode"
8004msgstr ""
8005
8006#: builtin/gc.c:364
8007msgid "force running gc even if there may be another gc running"
8008msgstr ""
8009
8010#: builtin/gc.c:381
8011#, c-format
8012msgid "Failed to parse gc.logexpiry value %s"
8013msgstr ""
8014
8015#: builtin/gc.c:409
8016#, c-format
8017msgid "Auto packing the repository in background for optimum performance.\n"
8018msgstr ""
8019
8020#: builtin/gc.c:411
8021#, c-format
8022msgid "Auto packing the repository for optimum performance.\n"
8023msgstr ""
8024
8025#: builtin/gc.c:412
8026#, c-format
8027msgid "See \"git help gc\" for manual housekeeping.\n"
8028msgstr ""
8029
8030#: builtin/gc.c:437
8031#, c-format
8032msgid ""
8033"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8034msgstr ""
8035
8036#: builtin/gc.c:481
8037msgid ""
8038"There are too many unreachable loose objects; run 'git prune' to remove them."
8039msgstr ""
8040
8041#: builtin/grep.c:27
8042msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8043msgstr ""
8044
8045#: builtin/grep.c:226
8046#, c-format
8047msgid "grep: failed to create thread: %s"
8048msgstr ""
8049
8050#: builtin/grep.c:284
8051#, c-format
8052msgid "invalid number of threads specified (%d) for %s"
8053msgstr ""
8054
8055#. TRANSLATORS: %s is the configuration
8056#. variable for tweaking threads, currently
8057#. grep.threads
8058#.
8059#: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1693
8060#, c-format
8061msgid "no threads support, ignoring %s"
8062msgstr ""
8063
8064#: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:613
8065#, c-format
8066msgid "unable to read tree (%s)"
8067msgstr ""
8068
8069#: builtin/grep.c:628
8070#, c-format
8071msgid "unable to grep from object of type %s"
8072msgstr ""
8073
8074#: builtin/grep.c:694
8075#, c-format
8076msgid "switch `%c' expects a numerical value"
8077msgstr ""
8078
8079#: builtin/grep.c:781
8080msgid "search in index instead of in the work tree"
8081msgstr ""
8082
8083#: builtin/grep.c:783
8084msgid "find in contents not managed by git"
8085msgstr ""
8086
8087#: builtin/grep.c:785
8088msgid "search in both tracked and untracked files"
8089msgstr ""
8090
8091#: builtin/grep.c:787
8092msgid "ignore files specified via '.gitignore'"
8093msgstr ""
8094
8095#: builtin/grep.c:789
8096msgid "recursively search in each submodule"
8097msgstr ""
8098
8099#: builtin/grep.c:792
8100msgid "show non-matching lines"
8101msgstr ""
8102
8103#: builtin/grep.c:794
8104msgid "case insensitive matching"
8105msgstr ""
8106
8107#: builtin/grep.c:796
8108msgid "match patterns only at word boundaries"
8109msgstr ""
8110
8111#: builtin/grep.c:798
8112msgid "process binary files as text"
8113msgstr ""
8114
8115#: builtin/grep.c:800
8116msgid "don't match patterns in binary files"
8117msgstr ""
8118
8119#: builtin/grep.c:803
8120msgid "process binary files with textconv filters"
8121msgstr ""
8122
8123#: builtin/grep.c:805
8124msgid "descend at most <depth> levels"
8125msgstr ""
8126
8127#: builtin/grep.c:809
8128msgid "use extended POSIX regular expressions"
8129msgstr ""
8130
8131#: builtin/grep.c:812
8132msgid "use basic POSIX regular expressions (default)"
8133msgstr ""
8134
8135#: builtin/grep.c:815
8136msgid "interpret patterns as fixed strings"
8137msgstr ""
8138
8139#: builtin/grep.c:818
8140msgid "use Perl-compatible regular expressions"
8141msgstr ""
8142
8143#: builtin/grep.c:821
8144msgid "show line numbers"
8145msgstr ""
8146
8147#: builtin/grep.c:822
8148msgid "don't show filenames"
8149msgstr ""
8150
8151#: builtin/grep.c:823
8152msgid "show filenames"
8153msgstr ""
8154
8155#: builtin/grep.c:825
8156msgid "show filenames relative to top directory"
8157msgstr ""
8158
8159#: builtin/grep.c:827
8160msgid "show only filenames instead of matching lines"
8161msgstr ""
8162
8163#: builtin/grep.c:829
8164msgid "synonym for --files-with-matches"
8165msgstr ""
8166
8167#: builtin/grep.c:832
8168msgid "show only the names of files without match"
8169msgstr ""
8170
8171#: builtin/grep.c:834
8172msgid "print NUL after filenames"
8173msgstr ""
8174
8175#: builtin/grep.c:836
8176msgid "show the number of matches instead of matching lines"
8177msgstr ""
8178
8179#: builtin/grep.c:837
8180msgid "highlight matches"
8181msgstr ""
8182
8183#: builtin/grep.c:839
8184msgid "print empty line between matches from different files"
8185msgstr ""
8186
8187#: builtin/grep.c:841
8188msgid "show filename only once above matches from same file"
8189msgstr ""
8190
8191#: builtin/grep.c:844
8192msgid "show <n> context lines before and after matches"
8193msgstr ""
8194
8195#: builtin/grep.c:847
8196msgid "show <n> context lines before matches"
8197msgstr ""
8198
8199#: builtin/grep.c:849
8200msgid "show <n> context lines after matches"
8201msgstr ""
8202
8203#: builtin/grep.c:851
8204msgid "use <n> worker threads"
8205msgstr ""
8206
8207#: builtin/grep.c:852
8208msgid "shortcut for -C NUM"
8209msgstr ""
8210
8211#: builtin/grep.c:855
8212msgid "show a line with the function name before matches"
8213msgstr ""
8214
8215#: builtin/grep.c:857
8216msgid "show the surrounding function"
8217msgstr ""
8218
8219#: builtin/grep.c:860
8220msgid "read patterns from file"
8221msgstr ""
8222
8223#: builtin/grep.c:862
8224msgid "match <pattern>"
8225msgstr ""
8226
8227#: builtin/grep.c:864
8228msgid "combine patterns specified with -e"
8229msgstr ""
8230
8231#: builtin/grep.c:876
8232msgid "indicate hit with exit status without output"
8233msgstr ""
8234
8235#: builtin/grep.c:878
8236msgid "show only matches from files that match all patterns"
8237msgstr ""
8238
8239#: builtin/grep.c:880
8240msgid "show parse tree for grep expression"
8241msgstr ""
8242
8243#: builtin/grep.c:884
8244msgid "pager"
8245msgstr ""
8246
8247#: builtin/grep.c:884
8248msgid "show matching files in the pager"
8249msgstr ""
8250
8251#: builtin/grep.c:887
8252msgid "allow calling of grep(1) (ignored by this build)"
8253msgstr ""
8254
8255#: builtin/grep.c:950
8256msgid "no pattern given."
8257msgstr ""
8258
8259#: builtin/grep.c:982
8260msgid "--no-index or --untracked cannot be used with revs"
8261msgstr ""
8262
8263#: builtin/grep.c:989
8264#, c-format
8265msgid "unable to resolve revision: %s"
8266msgstr ""
8267
8268#: builtin/grep.c:1023 builtin/index-pack.c:1491
8269#, c-format
8270msgid "invalid number of threads specified (%d)"
8271msgstr ""
8272
8273#: builtin/grep.c:1028
8274msgid "no threads support, ignoring --threads"
8275msgstr ""
8276
8277#: builtin/grep.c:1052
8278msgid "--open-files-in-pager only works on the worktree"
8279msgstr ""
8280
8281#: builtin/grep.c:1075
8282msgid "option not supported with --recurse-submodules."
8283msgstr ""
8284
8285#: builtin/grep.c:1081
8286msgid "--cached or --untracked cannot be used with --no-index."
8287msgstr ""
8288
8289#: builtin/grep.c:1087
8290msgid "--[no-]exclude-standard cannot be used for tracked contents."
8291msgstr ""
8292
8293#: builtin/grep.c:1095
8294msgid "both --cached and trees are given."
8295msgstr ""
8296
8297#: builtin/hash-object.c:82
8298msgid ""
8299"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8300"[--] <file>..."
8301msgstr ""
8302
8303#: builtin/hash-object.c:83
8304msgid "git hash-object  --stdin-paths"
8305msgstr ""
8306
8307#: builtin/hash-object.c:95
8308msgid "type"
8309msgstr ""
8310
8311#: builtin/hash-object.c:95
8312msgid "object type"
8313msgstr ""
8314
8315#: builtin/hash-object.c:96
8316msgid "write the object into the object database"
8317msgstr ""
8318
8319#: builtin/hash-object.c:98
8320msgid "read the object from stdin"
8321msgstr ""
8322
8323#: builtin/hash-object.c:100
8324msgid "store file as is without filters"
8325msgstr ""
8326
8327#: builtin/hash-object.c:101
8328msgid ""
8329"just hash any random garbage to create corrupt objects for debugging Git"
8330msgstr ""
8331
8332#: builtin/hash-object.c:102
8333msgid "process file as it were from this path"
8334msgstr ""
8335
8336#: builtin/help.c:43
8337msgid "print all available commands"
8338msgstr ""
8339
8340#: builtin/help.c:44
8341msgid "exclude guides"
8342msgstr ""
8343
8344#: builtin/help.c:45
8345msgid "print list of useful guides"
8346msgstr ""
8347
8348#: builtin/help.c:46
8349msgid "show man page"
8350msgstr ""
8351
8352#: builtin/help.c:47
8353msgid "show manual in web browser"
8354msgstr ""
8355
8356#: builtin/help.c:49
8357msgid "show info page"
8358msgstr ""
8359
8360#: builtin/help.c:55
8361msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8362msgstr ""
8363
8364#: builtin/help.c:67
8365#, c-format
8366msgid "unrecognized help format '%s'"
8367msgstr ""
8368
8369#: builtin/help.c:94
8370msgid "Failed to start emacsclient."
8371msgstr ""
8372
8373#: builtin/help.c:107
8374msgid "Failed to parse emacsclient version."
8375msgstr ""
8376
8377#: builtin/help.c:115
8378#, c-format
8379msgid "emacsclient version '%d' too old (< 22)."
8380msgstr ""
8381
8382#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8383#, c-format
8384msgid "failed to exec '%s'"
8385msgstr ""
8386
8387#: builtin/help.c:211
8388#, c-format
8389msgid ""
8390"'%s': path for unsupported man viewer.\n"
8391"Please consider using 'man.<tool>.cmd' instead."
8392msgstr ""
8393
8394#: builtin/help.c:223
8395#, c-format
8396msgid ""
8397"'%s': cmd for supported man viewer.\n"
8398"Please consider using 'man.<tool>.path' instead."
8399msgstr ""
8400
8401#: builtin/help.c:340
8402#, c-format
8403msgid "'%s': unknown man viewer."
8404msgstr ""
8405
8406#: builtin/help.c:357
8407msgid "no man viewer handled the request"
8408msgstr ""
8409
8410#: builtin/help.c:365
8411msgid "no info viewer handled the request"
8412msgstr ""
8413
8414#: builtin/help.c:407
8415msgid "Defining attributes per path"
8416msgstr ""
8417
8418#: builtin/help.c:408
8419msgid "Everyday Git With 20 Commands Or So"
8420msgstr ""
8421
8422#: builtin/help.c:409
8423msgid "A Git glossary"
8424msgstr ""
8425
8426#: builtin/help.c:410
8427msgid "Specifies intentionally untracked files to ignore"
8428msgstr ""
8429
8430#: builtin/help.c:411
8431msgid "Defining submodule properties"
8432msgstr ""
8433
8434#: builtin/help.c:412
8435msgid "Specifying revisions and ranges for Git"
8436msgstr ""
8437
8438#: builtin/help.c:413
8439msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8440msgstr ""
8441
8442#: builtin/help.c:414
8443msgid "An overview of recommended workflows with Git"
8444msgstr ""
8445
8446#: builtin/help.c:426
8447msgid "The common Git guides are:\n"
8448msgstr ""
8449
8450#: builtin/help.c:444
8451#, c-format
8452msgid "'%s' is aliased to '%s'"
8453msgstr ""
8454
8455#: builtin/help.c:466 builtin/help.c:483
8456#, c-format
8457msgid "usage: %s%s"
8458msgstr ""
8459
8460#: builtin/index-pack.c:156
8461#, c-format
8462msgid "unable to open %s"
8463msgstr ""
8464
8465#: builtin/index-pack.c:206
8466#, c-format
8467msgid "object type mismatch at %s"
8468msgstr ""
8469
8470#: builtin/index-pack.c:226
8471#, c-format
8472msgid "did not receive expected object %s"
8473msgstr ""
8474
8475#: builtin/index-pack.c:229
8476#, c-format
8477msgid "object %s: expected type %s, found %s"
8478msgstr ""
8479
8480#: builtin/index-pack.c:271
8481#, c-format
8482msgid "cannot fill %d byte"
8483msgid_plural "cannot fill %d bytes"
8484msgstr[0] ""
8485msgstr[1] ""
8486
8487#: builtin/index-pack.c:281
8488msgid "early EOF"
8489msgstr ""
8490
8491#: builtin/index-pack.c:282
8492msgid "read error on input"
8493msgstr ""
8494
8495#: builtin/index-pack.c:294
8496msgid "used more bytes than were available"
8497msgstr ""
8498
8499#: builtin/index-pack.c:301
8500msgid "pack too large for current definition of off_t"
8501msgstr ""
8502
8503#: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8504msgid "pack exceeds maximum allowed size"
8505msgstr ""
8506
8507#: builtin/index-pack.c:319
8508#, c-format
8509msgid "unable to create '%s'"
8510msgstr ""
8511
8512#: builtin/index-pack.c:325
8513#, c-format
8514msgid "cannot open packfile '%s'"
8515msgstr ""
8516
8517#: builtin/index-pack.c:339
8518msgid "pack signature mismatch"
8519msgstr ""
8520
8521#: builtin/index-pack.c:341
8522#, c-format
8523msgid "pack version %<PRIu32> unsupported"
8524msgstr ""
8525
8526#: builtin/index-pack.c:359
8527#, c-format
8528msgid "pack has bad object at offset %<PRIuMAX>: %s"
8529msgstr ""
8530
8531#: builtin/index-pack.c:480
8532#, c-format
8533msgid "inflate returned %d"
8534msgstr ""
8535
8536#: builtin/index-pack.c:529
8537msgid "offset value overflow for delta base object"
8538msgstr ""
8539
8540#: builtin/index-pack.c:537
8541msgid "delta base offset is out of bound"
8542msgstr ""
8543
8544#: builtin/index-pack.c:545
8545#, c-format
8546msgid "unknown object type %d"
8547msgstr ""
8548
8549#: builtin/index-pack.c:576
8550msgid "cannot pread pack file"
8551msgstr ""
8552
8553#: builtin/index-pack.c:578
8554#, c-format
8555msgid "premature end of pack file, %<PRIuMAX> byte missing"
8556msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8557msgstr[0] ""
8558msgstr[1] ""
8559
8560#: builtin/index-pack.c:604
8561msgid "serious inflate inconsistency"
8562msgstr ""
8563
8564#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8565#: builtin/index-pack.c:817 builtin/index-pack.c:826
8566#, c-format
8567msgid "SHA1 COLLISION FOUND WITH %s !"
8568msgstr ""
8569
8570#: builtin/index-pack.c:752 builtin/pack-objects.c:168
8571#: builtin/pack-objects.c:262
8572#, c-format
8573msgid "unable to read %s"
8574msgstr ""
8575
8576#: builtin/index-pack.c:815
8577#, c-format
8578msgid "cannot read existing object info %s"
8579msgstr ""
8580
8581#: builtin/index-pack.c:823
8582#, c-format
8583msgid "cannot read existing object %s"
8584msgstr ""
8585
8586#: builtin/index-pack.c:837
8587#, c-format
8588msgid "invalid blob object %s"
8589msgstr ""
8590
8591#: builtin/index-pack.c:852
8592#, c-format
8593msgid "invalid %s"
8594msgstr ""
8595
8596#: builtin/index-pack.c:855
8597msgid "Error in object"
8598msgstr ""
8599
8600#: builtin/index-pack.c:857
8601#, c-format
8602msgid "Not all child objects of %s are reachable"
8603msgstr ""
8604
8605#: builtin/index-pack.c:929 builtin/index-pack.c:960
8606msgid "failed to apply delta"
8607msgstr ""
8608
8609#: builtin/index-pack.c:1131
8610msgid "Receiving objects"
8611msgstr ""
8612
8613#: builtin/index-pack.c:1131
8614msgid "Indexing objects"
8615msgstr ""
8616
8617#: builtin/index-pack.c:1165
8618msgid "pack is corrupted (SHA1 mismatch)"
8619msgstr ""
8620
8621#: builtin/index-pack.c:1170
8622msgid "cannot fstat packfile"
8623msgstr ""
8624
8625#: builtin/index-pack.c:1173
8626msgid "pack has junk at the end"
8627msgstr ""
8628
8629#: builtin/index-pack.c:1185
8630msgid "confusion beyond insanity in parse_pack_objects()"
8631msgstr ""
8632
8633#: builtin/index-pack.c:1208
8634msgid "Resolving deltas"
8635msgstr ""
8636
8637#: builtin/index-pack.c:1219
8638#, c-format
8639msgid "unable to create thread: %s"
8640msgstr ""
8641
8642#: builtin/index-pack.c:1261
8643msgid "confusion beyond insanity"
8644msgstr ""
8645
8646#: builtin/index-pack.c:1267
8647#, c-format
8648msgid "completed with %d local object"
8649msgid_plural "completed with %d local objects"
8650msgstr[0] ""
8651msgstr[1] ""
8652
8653#: builtin/index-pack.c:1279
8654#, c-format
8655msgid "Unexpected tail checksum for %s (disk corruption?)"
8656msgstr ""
8657
8658#: builtin/index-pack.c:1283
8659#, c-format
8660msgid "pack has %d unresolved delta"
8661msgid_plural "pack has %d unresolved deltas"
8662msgstr[0] ""
8663msgstr[1] ""
8664
8665#: builtin/index-pack.c:1307
8666#, c-format
8667msgid "unable to deflate appended object (%d)"
8668msgstr ""
8669
8670#: builtin/index-pack.c:1383
8671#, c-format
8672msgid "local object %s is corrupt"
8673msgstr ""
8674
8675#: builtin/index-pack.c:1409
8676msgid "error while closing pack file"
8677msgstr ""
8678
8679#: builtin/index-pack.c:1421
8680#, c-format
8681msgid "cannot write keep file '%s'"
8682msgstr ""
8683
8684#: builtin/index-pack.c:1429
8685#, c-format
8686msgid "cannot close written keep file '%s'"
8687msgstr ""
8688
8689#: builtin/index-pack.c:1439
8690msgid "cannot store pack file"
8691msgstr ""
8692
8693#: builtin/index-pack.c:1447
8694msgid "cannot store index file"
8695msgstr ""
8696
8697#: builtin/index-pack.c:1485
8698#, c-format
8699msgid "bad pack.indexversion=%<PRIu32>"
8700msgstr ""
8701
8702#: builtin/index-pack.c:1553
8703#, c-format
8704msgid "Cannot open existing pack file '%s'"
8705msgstr ""
8706
8707#: builtin/index-pack.c:1555
8708#, c-format
8709msgid "Cannot open existing pack idx file for '%s'"
8710msgstr ""
8711
8712#: builtin/index-pack.c:1603
8713#, c-format
8714msgid "non delta: %d object"
8715msgid_plural "non delta: %d objects"
8716msgstr[0] ""
8717msgstr[1] ""
8718
8719#: builtin/index-pack.c:1610
8720#, c-format
8721msgid "chain length = %d: %lu object"
8722msgid_plural "chain length = %d: %lu objects"
8723msgstr[0] ""
8724msgstr[1] ""
8725
8726#: builtin/index-pack.c:1623
8727#, c-format
8728msgid "packfile name '%s' does not end with '.pack'"
8729msgstr ""
8730
8731#: builtin/index-pack.c:1705 builtin/index-pack.c:1708
8732#: builtin/index-pack.c:1724 builtin/index-pack.c:1728
8733#, c-format
8734msgid "bad %s"
8735msgstr ""
8736
8737#: builtin/index-pack.c:1744
8738msgid "--fix-thin cannot be used without --stdin"
8739msgstr ""
8740
8741#: builtin/index-pack.c:1746
8742msgid "--stdin requires a git repository"
8743msgstr ""
8744
8745#: builtin/index-pack.c:1754
8746msgid "--verify with no packfile name given"
8747msgstr ""
8748
8749#: builtin/init-db.c:55
8750#, c-format
8751msgid "cannot stat '%s'"
8752msgstr ""
8753
8754#: builtin/init-db.c:61
8755#, c-format
8756msgid "cannot stat template '%s'"
8757msgstr ""
8758
8759#: builtin/init-db.c:66
8760#, c-format
8761msgid "cannot opendir '%s'"
8762msgstr ""
8763
8764#: builtin/init-db.c:77
8765#, c-format
8766msgid "cannot readlink '%s'"
8767msgstr ""
8768
8769#: builtin/init-db.c:79
8770#, c-format
8771msgid "cannot symlink '%s' '%s'"
8772msgstr ""
8773
8774#: builtin/init-db.c:85
8775#, c-format
8776msgid "cannot copy '%s' to '%s'"
8777msgstr ""
8778
8779#: builtin/init-db.c:89
8780#, c-format
8781msgid "ignoring template %s"
8782msgstr ""
8783
8784#: builtin/init-db.c:120
8785#, c-format
8786msgid "templates not found %s"
8787msgstr ""
8788
8789#: builtin/init-db.c:135
8790#, c-format
8791msgid "not copying templates from '%s': %s"
8792msgstr ""
8793
8794#: builtin/init-db.c:328
8795#, c-format
8796msgid "unable to handle file type %d"
8797msgstr ""
8798
8799#: builtin/init-db.c:331
8800#, c-format
8801msgid "unable to move %s to %s"
8802msgstr ""
8803
8804#: builtin/init-db.c:348 builtin/init-db.c:351
8805#, c-format
8806msgid "%s already exists"
8807msgstr ""
8808
8809#: builtin/init-db.c:404
8810#, c-format
8811msgid "Reinitialized existing shared Git repository in %s%s\n"
8812msgstr ""
8813
8814#: builtin/init-db.c:405
8815#, c-format
8816msgid "Reinitialized existing Git repository in %s%s\n"
8817msgstr ""
8818
8819#: builtin/init-db.c:409
8820#, c-format
8821msgid "Initialized empty shared Git repository in %s%s\n"
8822msgstr ""
8823
8824#: builtin/init-db.c:410
8825#, c-format
8826msgid "Initialized empty Git repository in %s%s\n"
8827msgstr ""
8828
8829#: builtin/init-db.c:458
8830msgid ""
8831"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8832"shared[=<permissions>]] [<directory>]"
8833msgstr ""
8834
8835#: builtin/init-db.c:481
8836msgid "permissions"
8837msgstr ""
8838
8839#: builtin/init-db.c:482
8840msgid "specify that the git repository is to be shared amongst several users"
8841msgstr ""
8842
8843#: builtin/init-db.c:516 builtin/init-db.c:521
8844#, c-format
8845msgid "cannot mkdir %s"
8846msgstr ""
8847
8848#: builtin/init-db.c:525
8849#, c-format
8850msgid "cannot chdir to %s"
8851msgstr ""
8852
8853#: builtin/init-db.c:546
8854#, c-format
8855msgid ""
8856"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8857"dir=<directory>)"
8858msgstr ""
8859
8860#: builtin/init-db.c:574
8861#, c-format
8862msgid "Cannot access work tree '%s'"
8863msgstr ""
8864
8865#: builtin/interpret-trailers.c:15
8866msgid ""
8867"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8868"<token>[(=|:)<value>])...] [<file>...]"
8869msgstr ""
8870
8871#: builtin/interpret-trailers.c:92
8872msgid "edit files in place"
8873msgstr ""
8874
8875#: builtin/interpret-trailers.c:93
8876msgid "trim empty trailers"
8877msgstr ""
8878
8879#: builtin/interpret-trailers.c:96
8880msgid "where to place the new trailer"
8881msgstr ""
8882
8883#: builtin/interpret-trailers.c:98
8884msgid "action if trailer already exists"
8885msgstr ""
8886
8887#: builtin/interpret-trailers.c:100
8888msgid "action if trailer is missing"
8889msgstr ""
8890
8891#: builtin/interpret-trailers.c:102
8892msgid "output only the trailers"
8893msgstr ""
8894
8895#: builtin/interpret-trailers.c:103
8896msgid "do not apply config rules"
8897msgstr ""
8898
8899#: builtin/interpret-trailers.c:104
8900msgid "join whitespace-continued values"
8901msgstr ""
8902
8903#: builtin/interpret-trailers.c:105
8904msgid "set parsing options"
8905msgstr ""
8906
8907#: builtin/interpret-trailers.c:107
8908msgid "trailer"
8909msgstr ""
8910
8911#: builtin/interpret-trailers.c:108
8912msgid "trailer(s) to add"
8913msgstr ""
8914
8915#: builtin/interpret-trailers.c:117
8916msgid "--trailer with --only-input does not make sense"
8917msgstr ""
8918
8919#: builtin/interpret-trailers.c:127
8920msgid "no input file given for in-place editing"
8921msgstr ""
8922
8923#: builtin/log.c:46
8924msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8925msgstr ""
8926
8927#: builtin/log.c:47
8928msgid "git show [<options>] <object>..."
8929msgstr ""
8930
8931#: builtin/log.c:91
8932#, c-format
8933msgid "invalid --decorate option: %s"
8934msgstr ""
8935
8936#: builtin/log.c:148
8937msgid "suppress diff output"
8938msgstr ""
8939
8940#: builtin/log.c:149
8941msgid "show source"
8942msgstr ""
8943
8944#: builtin/log.c:150
8945msgid "Use mail map file"
8946msgstr ""
8947
8948#: builtin/log.c:151
8949msgid "decorate options"
8950msgstr ""
8951
8952#: builtin/log.c:154
8953msgid "Process line range n,m in file, counting from 1"
8954msgstr ""
8955
8956#: builtin/log.c:250
8957#, c-format
8958msgid "Final output: %d %s\n"
8959msgstr ""
8960
8961#: builtin/log.c:501
8962#, c-format
8963msgid "git show %s: bad file"
8964msgstr ""
8965
8966#: builtin/log.c:516 builtin/log.c:610
8967#, c-format
8968msgid "Could not read object %s"
8969msgstr ""
8970
8971#: builtin/log.c:634
8972#, c-format
8973msgid "Unknown type: %d"
8974msgstr ""
8975
8976#: builtin/log.c:755
8977msgid "format.headers without value"
8978msgstr ""
8979
8980#: builtin/log.c:856
8981msgid "name of output directory is too long"
8982msgstr ""
8983
8984#: builtin/log.c:872
8985#, c-format
8986msgid "Cannot open patch file %s"
8987msgstr ""
8988
8989#: builtin/log.c:889
8990msgid "Need exactly one range."
8991msgstr ""
8992
8993#: builtin/log.c:899
8994msgid "Not a range."
8995msgstr ""
8996
8997#: builtin/log.c:1005
8998msgid "Cover letter needs email format"
8999msgstr ""
9000
9001#: builtin/log.c:1085
9002#, c-format
9003msgid "insane in-reply-to: %s"
9004msgstr ""
9005
9006#: builtin/log.c:1112
9007msgid "git format-patch [<options>] [<since> | <revision-range>]"
9008msgstr ""
9009
9010#: builtin/log.c:1162
9011msgid "Two output directories?"
9012msgstr ""
9013
9014#: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:1934
9015#, c-format
9016msgid "Unknown commit %s"
9017msgstr ""
9018
9019#: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:516
9020#, c-format
9021msgid "Failed to resolve '%s' as a valid ref."
9022msgstr ""
9023
9024#: builtin/log.c:1284
9025msgid "Could not find exact merge base."
9026msgstr ""
9027
9028#: builtin/log.c:1288
9029msgid ""
9030"Failed to get upstream, if you want to record base commit automatically,\n"
9031"please use git branch --set-upstream-to to track a remote branch.\n"
9032"Or you could specify base commit by --base=<base-commit-id> manually."
9033msgstr ""
9034
9035#: builtin/log.c:1308
9036msgid "Failed to find exact merge base"
9037msgstr ""
9038
9039#: builtin/log.c:1319
9040msgid "base commit should be the ancestor of revision list"
9041msgstr ""
9042
9043#: builtin/log.c:1323
9044msgid "base commit shouldn't be in revision list"
9045msgstr ""
9046
9047#: builtin/log.c:1372
9048msgid "cannot get patch id"
9049msgstr ""
9050
9051#: builtin/log.c:1431
9052msgid "use [PATCH n/m] even with a single patch"
9053msgstr ""
9054
9055#: builtin/log.c:1434
9056msgid "use [PATCH] even with multiple patches"
9057msgstr ""
9058
9059#: builtin/log.c:1438
9060msgid "print patches to standard out"
9061msgstr ""
9062
9063#: builtin/log.c:1440
9064msgid "generate a cover letter"
9065msgstr ""
9066
9067#: builtin/log.c:1442
9068msgid "use simple number sequence for output file names"
9069msgstr ""
9070
9071#: builtin/log.c:1443
9072msgid "sfx"
9073msgstr ""
9074
9075#: builtin/log.c:1444
9076msgid "use <sfx> instead of '.patch'"
9077msgstr ""
9078
9079#: builtin/log.c:1446
9080msgid "start numbering patches at <n> instead of 1"
9081msgstr ""
9082
9083#: builtin/log.c:1448
9084msgid "mark the series as Nth re-roll"
9085msgstr ""
9086
9087#: builtin/log.c:1450
9088msgid "Use [RFC PATCH] instead of [PATCH]"
9089msgstr ""
9090
9091#: builtin/log.c:1453
9092msgid "Use [<prefix>] instead of [PATCH]"
9093msgstr ""
9094
9095#: builtin/log.c:1456
9096msgid "store resulting files in <dir>"
9097msgstr ""
9098
9099#: builtin/log.c:1459
9100msgid "don't strip/add [PATCH]"
9101msgstr ""
9102
9103#: builtin/log.c:1462
9104msgid "don't output binary diffs"
9105msgstr ""
9106
9107#: builtin/log.c:1464
9108msgid "output all-zero hash in From header"
9109msgstr ""
9110
9111#: builtin/log.c:1466
9112msgid "don't include a patch matching a commit upstream"
9113msgstr ""
9114
9115#: builtin/log.c:1468
9116msgid "show patch format instead of default (patch + stat)"
9117msgstr ""
9118
9119#: builtin/log.c:1470
9120msgid "Messaging"
9121msgstr ""
9122
9123#: builtin/log.c:1471
9124msgid "header"
9125msgstr ""
9126
9127#: builtin/log.c:1472
9128msgid "add email header"
9129msgstr ""
9130
9131#: builtin/log.c:1473 builtin/log.c:1475
9132msgid "email"
9133msgstr ""
9134
9135#: builtin/log.c:1473
9136msgid "add To: header"
9137msgstr ""
9138
9139#: builtin/log.c:1475
9140msgid "add Cc: header"
9141msgstr ""
9142
9143#: builtin/log.c:1477
9144msgid "ident"
9145msgstr ""
9146
9147#: builtin/log.c:1478
9148msgid "set From address to <ident> (or committer ident if absent)"
9149msgstr ""
9150
9151#: builtin/log.c:1480
9152msgid "message-id"
9153msgstr ""
9154
9155#: builtin/log.c:1481
9156msgid "make first mail a reply to <message-id>"
9157msgstr ""
9158
9159#: builtin/log.c:1482 builtin/log.c:1485
9160msgid "boundary"
9161msgstr ""
9162
9163#: builtin/log.c:1483
9164msgid "attach the patch"
9165msgstr ""
9166
9167#: builtin/log.c:1486
9168msgid "inline the patch"
9169msgstr ""
9170
9171#: builtin/log.c:1490
9172msgid "enable message threading, styles: shallow, deep"
9173msgstr ""
9174
9175#: builtin/log.c:1492
9176msgid "signature"
9177msgstr ""
9178
9179#: builtin/log.c:1493
9180msgid "add a signature"
9181msgstr ""
9182
9183#: builtin/log.c:1494
9184msgid "base-commit"
9185msgstr ""
9186
9187#: builtin/log.c:1495
9188msgid "add prerequisite tree info to the patch series"
9189msgstr ""
9190
9191#: builtin/log.c:1497
9192msgid "add a signature from a file"
9193msgstr ""
9194
9195#: builtin/log.c:1498
9196msgid "don't print the patch filenames"
9197msgstr ""
9198
9199#: builtin/log.c:1500
9200msgid "show progress while generating patches"
9201msgstr ""
9202
9203#: builtin/log.c:1575
9204#, c-format
9205msgid "invalid ident line: %s"
9206msgstr ""
9207
9208#: builtin/log.c:1590
9209msgid "-n and -k are mutually exclusive."
9210msgstr ""
9211
9212#: builtin/log.c:1592
9213msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9214msgstr ""
9215
9216#: builtin/log.c:1600
9217msgid "--name-only does not make sense"
9218msgstr ""
9219
9220#: builtin/log.c:1602
9221msgid "--name-status does not make sense"
9222msgstr ""
9223
9224#: builtin/log.c:1604
9225msgid "--check does not make sense"
9226msgstr ""
9227
9228#: builtin/log.c:1634
9229msgid "standard output, or directory, which one?"
9230msgstr ""
9231
9232#: builtin/log.c:1636
9233#, c-format
9234msgid "Could not create directory '%s'"
9235msgstr ""
9236
9237#: builtin/log.c:1729
9238#, c-format
9239msgid "unable to read signature file '%s'"
9240msgstr ""
9241
9242#: builtin/log.c:1761
9243msgid "Generating patches"
9244msgstr ""
9245
9246#: builtin/log.c:1805
9247msgid "Failed to create output files"
9248msgstr ""
9249
9250#: builtin/log.c:1855
9251msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9252msgstr ""
9253
9254#: builtin/log.c:1909
9255#, c-format
9256msgid ""
9257"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9258msgstr ""
9259
9260#: builtin/ls-files.c:466
9261msgid "git ls-files [<options>] [<file>...]"
9262msgstr ""
9263
9264#: builtin/ls-files.c:515
9265msgid "identify the file status with tags"
9266msgstr ""
9267
9268#: builtin/ls-files.c:517
9269msgid "use lowercase letters for 'assume unchanged' files"
9270msgstr ""
9271
9272#: builtin/ls-files.c:519
9273msgid "show cached files in the output (default)"
9274msgstr ""
9275
9276#: builtin/ls-files.c:521
9277msgid "show deleted files in the output"
9278msgstr ""
9279
9280#: builtin/ls-files.c:523
9281msgid "show modified files in the output"
9282msgstr ""
9283
9284#: builtin/ls-files.c:525
9285msgid "show other files in the output"
9286msgstr ""
9287
9288#: builtin/ls-files.c:527
9289msgid "show ignored files in the output"
9290msgstr ""
9291
9292#: builtin/ls-files.c:530
9293msgid "show staged contents' object name in the output"
9294msgstr ""
9295
9296#: builtin/ls-files.c:532
9297msgid "show files on the filesystem that need to be removed"
9298msgstr ""
9299
9300#: builtin/ls-files.c:534
9301msgid "show 'other' directories' names only"
9302msgstr ""
9303
9304#: builtin/ls-files.c:536
9305msgid "show line endings of files"
9306msgstr ""
9307
9308#: builtin/ls-files.c:538
9309msgid "don't show empty directories"
9310msgstr ""
9311
9312#: builtin/ls-files.c:541
9313msgid "show unmerged files in the output"
9314msgstr ""
9315
9316#: builtin/ls-files.c:543
9317msgid "show resolve-undo information"
9318msgstr ""
9319
9320#: builtin/ls-files.c:545
9321msgid "skip files matching pattern"
9322msgstr ""
9323
9324#: builtin/ls-files.c:548
9325msgid "exclude patterns are read from <file>"
9326msgstr ""
9327
9328#: builtin/ls-files.c:551
9329msgid "read additional per-directory exclude patterns in <file>"
9330msgstr ""
9331
9332#: builtin/ls-files.c:553
9333msgid "add the standard git exclusions"
9334msgstr ""
9335
9336#: builtin/ls-files.c:556
9337msgid "make the output relative to the project top directory"
9338msgstr ""
9339
9340#: builtin/ls-files.c:559
9341msgid "recurse through submodules"
9342msgstr ""
9343
9344#: builtin/ls-files.c:561
9345msgid "if any <file> is not in the index, treat this as an error"
9346msgstr ""
9347
9348#: builtin/ls-files.c:562
9349msgid "tree-ish"
9350msgstr ""
9351
9352#: builtin/ls-files.c:563
9353msgid "pretend that paths removed since <tree-ish> are still present"
9354msgstr ""
9355
9356#: builtin/ls-files.c:565
9357msgid "show debugging data"
9358msgstr ""
9359
9360#: builtin/ls-remote.c:7
9361msgid ""
9362"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9363"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9364"                     [--symref] [<repository> [<refs>...]]"
9365msgstr ""
9366
9367#: builtin/ls-remote.c:52
9368msgid "do not print remote URL"
9369msgstr ""
9370
9371#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9372msgid "exec"
9373msgstr ""
9374
9375#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9376msgid "path of git-upload-pack on the remote host"
9377msgstr ""
9378
9379#: builtin/ls-remote.c:58
9380msgid "limit to tags"
9381msgstr ""
9382
9383#: builtin/ls-remote.c:59
9384msgid "limit to heads"
9385msgstr ""
9386
9387#: builtin/ls-remote.c:60
9388msgid "do not show peeled tags"
9389msgstr ""
9390
9391#: builtin/ls-remote.c:62
9392msgid "take url.<base>.insteadOf into account"
9393msgstr ""
9394
9395#: builtin/ls-remote.c:64
9396msgid "exit with exit code 2 if no matching refs are found"
9397msgstr ""
9398
9399#: builtin/ls-remote.c:66
9400msgid "show underlying ref in addition to the object pointed by it"
9401msgstr ""
9402
9403#: builtin/ls-tree.c:29
9404msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9405msgstr ""
9406
9407#: builtin/ls-tree.c:127
9408msgid "only show trees"
9409msgstr ""
9410
9411#: builtin/ls-tree.c:129
9412msgid "recurse into subtrees"
9413msgstr ""
9414
9415#: builtin/ls-tree.c:131
9416msgid "show trees when recursing"
9417msgstr ""
9418
9419#: builtin/ls-tree.c:134
9420msgid "terminate entries with NUL byte"
9421msgstr ""
9422
9423#: builtin/ls-tree.c:135
9424msgid "include object size"
9425msgstr ""
9426
9427#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9428msgid "list only filenames"
9429msgstr ""
9430
9431#: builtin/ls-tree.c:142
9432msgid "use full path names"
9433msgstr ""
9434
9435#: builtin/ls-tree.c:144
9436msgid "list entire tree; not just current directory (implies --full-name)"
9437msgstr ""
9438
9439#: builtin/mailsplit.c:241
9440#, c-format
9441msgid "empty mbox: '%s'"
9442msgstr ""
9443
9444#: builtin/merge.c:48
9445msgid "git merge [<options>] [<commit>...]"
9446msgstr ""
9447
9448#: builtin/merge.c:49
9449msgid "git merge --abort"
9450msgstr ""
9451
9452#: builtin/merge.c:50
9453msgid "git merge --continue"
9454msgstr ""
9455
9456#: builtin/merge.c:107
9457msgid "switch `m' requires a value"
9458msgstr ""
9459
9460#: builtin/merge.c:144
9461#, c-format
9462msgid "Could not find merge strategy '%s'.\n"
9463msgstr ""
9464
9465#: builtin/merge.c:145
9466#, c-format
9467msgid "Available strategies are:"
9468msgstr ""
9469
9470#: builtin/merge.c:150
9471#, c-format
9472msgid "Available custom strategies are:"
9473msgstr ""
9474
9475#: builtin/merge.c:200 builtin/pull.c:134
9476msgid "do not show a diffstat at the end of the merge"
9477msgstr ""
9478
9479#: builtin/merge.c:203 builtin/pull.c:137
9480msgid "show a diffstat at the end of the merge"
9481msgstr ""
9482
9483#: builtin/merge.c:204 builtin/pull.c:140
9484msgid "(synonym to --stat)"
9485msgstr ""
9486
9487#: builtin/merge.c:206 builtin/pull.c:143
9488msgid "add (at most <n>) entries from shortlog to merge commit message"
9489msgstr ""
9490
9491#: builtin/merge.c:209 builtin/pull.c:146
9492msgid "create a single commit instead of doing a merge"
9493msgstr ""
9494
9495#: builtin/merge.c:211 builtin/pull.c:149
9496msgid "perform a commit if the merge succeeds (default)"
9497msgstr ""
9498
9499#: builtin/merge.c:213 builtin/pull.c:152
9500msgid "edit message before committing"
9501msgstr ""
9502
9503#: builtin/merge.c:214
9504msgid "allow fast-forward (default)"
9505msgstr ""
9506
9507#: builtin/merge.c:216 builtin/pull.c:158
9508msgid "abort if fast-forward is not possible"
9509msgstr ""
9510
9511#: builtin/merge.c:220 builtin/pull.c:161
9512msgid "verify that the named commit has a valid GPG signature"
9513msgstr ""
9514
9515#: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:165
9516#: builtin/revert.c:109
9517msgid "strategy"
9518msgstr ""
9519
9520#: builtin/merge.c:222 builtin/pull.c:166
9521msgid "merge strategy to use"
9522msgstr ""
9523
9524#: builtin/merge.c:223 builtin/pull.c:169
9525msgid "option=value"
9526msgstr ""
9527
9528#: builtin/merge.c:224 builtin/pull.c:170
9529msgid "option for selected merge strategy"
9530msgstr ""
9531
9532#: builtin/merge.c:226
9533msgid "merge commit message (for a non-fast-forward merge)"
9534msgstr ""
9535
9536#: builtin/merge.c:230
9537msgid "abort the current in-progress merge"
9538msgstr ""
9539
9540#: builtin/merge.c:232
9541msgid "continue the current in-progress merge"
9542msgstr ""
9543
9544#: builtin/merge.c:234 builtin/pull.c:177
9545msgid "allow merging unrelated histories"
9546msgstr ""
9547
9548#: builtin/merge.c:240
9549msgid "verify commit-msg hook"
9550msgstr ""
9551
9552#: builtin/merge.c:265
9553msgid "could not run stash."
9554msgstr ""
9555
9556#: builtin/merge.c:270
9557msgid "stash failed"
9558msgstr ""
9559
9560#: builtin/merge.c:275
9561#, c-format
9562msgid "not a valid object: %s"
9563msgstr ""
9564
9565#: builtin/merge.c:297 builtin/merge.c:314
9566msgid "read-tree failed"
9567msgstr ""
9568
9569#: builtin/merge.c:344
9570msgid " (nothing to squash)"
9571msgstr ""
9572
9573#: builtin/merge.c:355
9574#, c-format
9575msgid "Squash commit -- not updating HEAD\n"
9576msgstr ""
9577
9578#: builtin/merge.c:405
9579#, c-format
9580msgid "No merge message -- not updating HEAD\n"
9581msgstr ""
9582
9583#: builtin/merge.c:456
9584#, c-format
9585msgid "'%s' does not point to a commit"
9586msgstr ""
9587
9588#: builtin/merge.c:546
9589#, c-format
9590msgid "Bad branch.%s.mergeoptions string: %s"
9591msgstr ""
9592
9593#: builtin/merge.c:666
9594msgid "Not handling anything other than two heads merge."
9595msgstr ""
9596
9597#: builtin/merge.c:680
9598#, c-format
9599msgid "Unknown option for merge-recursive: -X%s"
9600msgstr ""
9601
9602#: builtin/merge.c:695
9603#, c-format
9604msgid "unable to write %s"
9605msgstr ""
9606
9607#: builtin/merge.c:747
9608#, c-format
9609msgid "Could not read from '%s'"
9610msgstr ""
9611
9612#: builtin/merge.c:756
9613#, c-format
9614msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9615msgstr ""
9616
9617#: builtin/merge.c:762
9618#, c-format
9619msgid ""
9620"Please enter a commit message to explain why this merge is necessary,\n"
9621"especially if it merges an updated upstream into a topic branch.\n"
9622"\n"
9623"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9624"the commit.\n"
9625msgstr ""
9626
9627#: builtin/merge.c:798
9628msgid "Empty commit message."
9629msgstr ""
9630
9631#: builtin/merge.c:818
9632#, c-format
9633msgid "Wonderful.\n"
9634msgstr ""
9635
9636#: builtin/merge.c:871
9637#, c-format
9638msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9639msgstr ""
9640
9641#: builtin/merge.c:910
9642msgid "No current branch."
9643msgstr ""
9644
9645#: builtin/merge.c:912
9646msgid "No remote for the current branch."
9647msgstr ""
9648
9649#: builtin/merge.c:914
9650msgid "No default upstream defined for the current branch."
9651msgstr ""
9652
9653#: builtin/merge.c:919
9654#, c-format
9655msgid "No remote-tracking branch for %s from %s"
9656msgstr ""
9657
9658#: builtin/merge.c:972
9659#, c-format
9660msgid "Bad value '%s' in environment '%s'"
9661msgstr ""
9662
9663#: builtin/merge.c:1073
9664#, c-format
9665msgid "not something we can merge in %s: %s"
9666msgstr ""
9667
9668#: builtin/merge.c:1107
9669msgid "not something we can merge"
9670msgstr ""
9671
9672#: builtin/merge.c:1172
9673msgid "--abort expects no arguments"
9674msgstr ""
9675
9676#: builtin/merge.c:1176
9677msgid "There is no merge to abort (MERGE_HEAD missing)."
9678msgstr ""
9679
9680#: builtin/merge.c:1188
9681msgid "--continue expects no arguments"
9682msgstr ""
9683
9684#: builtin/merge.c:1192
9685msgid "There is no merge in progress (MERGE_HEAD missing)."
9686msgstr ""
9687
9688#: builtin/merge.c:1208
9689msgid ""
9690"You have not concluded your merge (MERGE_HEAD exists).\n"
9691"Please, commit your changes before you merge."
9692msgstr ""
9693
9694#: builtin/merge.c:1215
9695msgid ""
9696"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9697"Please, commit your changes before you merge."
9698msgstr ""
9699
9700#: builtin/merge.c:1218
9701msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9702msgstr ""
9703
9704#: builtin/merge.c:1227
9705msgid "You cannot combine --squash with --no-ff."
9706msgstr ""
9707
9708#: builtin/merge.c:1235
9709msgid "No commit specified and merge.defaultToUpstream not set."
9710msgstr ""
9711
9712#: builtin/merge.c:1252
9713msgid "Squash commit into empty head not supported yet"
9714msgstr ""
9715
9716#: builtin/merge.c:1254
9717msgid "Non-fast-forward commit does not make sense into an empty head"
9718msgstr ""
9719
9720#: builtin/merge.c:1259
9721#, c-format
9722msgid "%s - not something we can merge"
9723msgstr ""
9724
9725#: builtin/merge.c:1261
9726msgid "Can merge only exactly one commit into empty head"
9727msgstr ""
9728
9729#: builtin/merge.c:1295
9730#, c-format
9731msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9732msgstr ""
9733
9734#: builtin/merge.c:1298
9735#, c-format
9736msgid "Commit %s has a bad GPG signature allegedly by %s."
9737msgstr ""
9738
9739#: builtin/merge.c:1301
9740#, c-format
9741msgid "Commit %s does not have a GPG signature."
9742msgstr ""
9743
9744#: builtin/merge.c:1304
9745#, c-format
9746msgid "Commit %s has a good GPG signature by %s\n"
9747msgstr ""
9748
9749#: builtin/merge.c:1366
9750msgid "refusing to merge unrelated histories"
9751msgstr ""
9752
9753#: builtin/merge.c:1375
9754msgid "Already up to date."
9755msgstr ""
9756
9757#: builtin/merge.c:1385
9758#, c-format
9759msgid "Updating %s..%s\n"
9760msgstr ""
9761
9762#: builtin/merge.c:1426
9763#, c-format
9764msgid "Trying really trivial in-index merge...\n"
9765msgstr ""
9766
9767#: builtin/merge.c:1433
9768#, c-format
9769msgid "Nope.\n"
9770msgstr ""
9771
9772#: builtin/merge.c:1458
9773msgid "Already up to date. Yeeah!"
9774msgstr ""
9775
9776#: builtin/merge.c:1464
9777msgid "Not possible to fast-forward, aborting."
9778msgstr ""
9779
9780#: builtin/merge.c:1487 builtin/merge.c:1566
9781#, c-format
9782msgid "Rewinding the tree to pristine...\n"
9783msgstr ""
9784
9785#: builtin/merge.c:1491
9786#, c-format
9787msgid "Trying merge strategy %s...\n"
9788msgstr ""
9789
9790#: builtin/merge.c:1557
9791#, c-format
9792msgid "No merge strategy handled the merge.\n"
9793msgstr ""
9794
9795#: builtin/merge.c:1559
9796#, c-format
9797msgid "Merge with strategy %s failed.\n"
9798msgstr ""
9799
9800#: builtin/merge.c:1568
9801#, c-format
9802msgid "Using the %s to prepare resolving by hand.\n"
9803msgstr ""
9804
9805#: builtin/merge.c:1580
9806#, c-format
9807msgid "Automatic merge went well; stopped before committing as requested\n"
9808msgstr ""
9809
9810#: builtin/merge-base.c:30
9811msgid "git merge-base [-a | --all] <commit> <commit>..."
9812msgstr ""
9813
9814#: builtin/merge-base.c:31
9815msgid "git merge-base [-a | --all] --octopus <commit>..."
9816msgstr ""
9817
9818#: builtin/merge-base.c:32
9819msgid "git merge-base --independent <commit>..."
9820msgstr ""
9821
9822#: builtin/merge-base.c:33
9823msgid "git merge-base --is-ancestor <commit> <commit>"
9824msgstr ""
9825
9826#: builtin/merge-base.c:34
9827msgid "git merge-base --fork-point <ref> [<commit>]"
9828msgstr ""
9829
9830#: builtin/merge-base.c:218
9831msgid "output all common ancestors"
9832msgstr ""
9833
9834#: builtin/merge-base.c:220
9835msgid "find ancestors for a single n-way merge"
9836msgstr ""
9837
9838#: builtin/merge-base.c:222
9839msgid "list revs not reachable from others"
9840msgstr ""
9841
9842#: builtin/merge-base.c:224
9843msgid "is the first one ancestor of the other?"
9844msgstr ""
9845
9846#: builtin/merge-base.c:226
9847msgid "find where <commit> forked from reflog of <ref>"
9848msgstr ""
9849
9850#: builtin/merge-file.c:9
9851msgid ""
9852"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9853"<orig-file> <file2>"
9854msgstr ""
9855
9856#: builtin/merge-file.c:33
9857msgid "send results to standard output"
9858msgstr ""
9859
9860#: builtin/merge-file.c:34
9861msgid "use a diff3 based merge"
9862msgstr ""
9863
9864#: builtin/merge-file.c:35
9865msgid "for conflicts, use our version"
9866msgstr ""
9867
9868#: builtin/merge-file.c:37
9869msgid "for conflicts, use their version"
9870msgstr ""
9871
9872#: builtin/merge-file.c:39
9873msgid "for conflicts, use a union version"
9874msgstr ""
9875
9876#: builtin/merge-file.c:42
9877msgid "for conflicts, use this marker size"
9878msgstr ""
9879
9880#: builtin/merge-file.c:43
9881msgid "do not warn about conflicts"
9882msgstr ""
9883
9884#: builtin/merge-file.c:45
9885msgid "set labels for file1/orig-file/file2"
9886msgstr ""
9887
9888#: builtin/merge-recursive.c:45
9889#, c-format
9890msgid "unknown option %s"
9891msgstr ""
9892
9893#: builtin/merge-recursive.c:51
9894#, c-format
9895msgid "could not parse object '%s'"
9896msgstr ""
9897
9898#: builtin/merge-recursive.c:55
9899#, c-format
9900msgid "cannot handle more than %d base. Ignoring %s."
9901msgid_plural "cannot handle more than %d bases. Ignoring %s."
9902msgstr[0] ""
9903msgstr[1] ""
9904
9905#: builtin/merge-recursive.c:63
9906msgid "not handling anything other than two heads merge."
9907msgstr ""
9908
9909#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9910#, c-format
9911msgid "could not resolve ref '%s'"
9912msgstr ""
9913
9914#: builtin/merge-recursive.c:77
9915#, c-format
9916msgid "Merging %s with %s\n"
9917msgstr ""
9918
9919#: builtin/mktree.c:65
9920msgid "git mktree [-z] [--missing] [--batch]"
9921msgstr ""
9922
9923#: builtin/mktree.c:153
9924msgid "input is NUL terminated"
9925msgstr ""
9926
9927#: builtin/mktree.c:154 builtin/write-tree.c:25
9928msgid "allow missing objects"
9929msgstr ""
9930
9931#: builtin/mktree.c:155
9932msgid "allow creation of more than one tree"
9933msgstr ""
9934
9935#: builtin/mv.c:17
9936msgid "git mv [<options>] <source>... <destination>"
9937msgstr ""
9938
9939#: builtin/mv.c:83
9940#, c-format
9941msgid "Directory %s is in index and no submodule?"
9942msgstr ""
9943
9944#: builtin/mv.c:85 builtin/rm.c:289
9945msgid "Please stage your changes to .gitmodules or stash them to proceed"
9946msgstr ""
9947
9948#: builtin/mv.c:103
9949#, c-format
9950msgid "%.*s is in index"
9951msgstr ""
9952
9953#: builtin/mv.c:125
9954msgid "force move/rename even if target exists"
9955msgstr ""
9956
9957#: builtin/mv.c:126
9958msgid "skip move/rename errors"
9959msgstr ""
9960
9961#: builtin/mv.c:167
9962#, c-format
9963msgid "destination '%s' is not a directory"
9964msgstr ""
9965
9966#: builtin/mv.c:178
9967#, c-format
9968msgid "Checking rename of '%s' to '%s'\n"
9969msgstr ""
9970
9971#: builtin/mv.c:182
9972msgid "bad source"
9973msgstr ""
9974
9975#: builtin/mv.c:185
9976msgid "can not move directory into itself"
9977msgstr ""
9978
9979#: builtin/mv.c:188
9980msgid "cannot move directory over file"
9981msgstr ""
9982
9983#: builtin/mv.c:197
9984msgid "source directory is empty"
9985msgstr ""
9986
9987#: builtin/mv.c:222
9988msgid "not under version control"
9989msgstr ""
9990
9991#: builtin/mv.c:225
9992msgid "destination exists"
9993msgstr ""
9994
9995#: builtin/mv.c:233
9996#, c-format
9997msgid "overwriting '%s'"
9998msgstr ""
9999
10000#: builtin/mv.c:236
10001msgid "Cannot overwrite"
10002msgstr ""
10003
10004#: builtin/mv.c:239
10005msgid "multiple sources for the same target"
10006msgstr ""
10007
10008#: builtin/mv.c:241
10009msgid "destination directory does not exist"
10010msgstr ""
10011
10012#: builtin/mv.c:248
10013#, c-format
10014msgid "%s, source=%s, destination=%s"
10015msgstr ""
10016
10017#: builtin/mv.c:269
10018#, c-format
10019msgid "Renaming %s to %s\n"
10020msgstr ""
10021
10022#: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10023#, c-format
10024msgid "renaming '%s' failed"
10025msgstr ""
10026
10027#: builtin/name-rev.c:338
10028msgid "git name-rev [<options>] <commit>..."
10029msgstr ""
10030
10031#: builtin/name-rev.c:339
10032msgid "git name-rev [<options>] --all"
10033msgstr ""
10034
10035#: builtin/name-rev.c:340
10036msgid "git name-rev [<options>] --stdin"
10037msgstr ""
10038
10039#: builtin/name-rev.c:395
10040msgid "print only names (no SHA-1)"
10041msgstr ""
10042
10043#: builtin/name-rev.c:396
10044msgid "only use tags to name the commits"
10045msgstr ""
10046
10047#: builtin/name-rev.c:398
10048msgid "only use refs matching <pattern>"
10049msgstr ""
10050
10051#: builtin/name-rev.c:400
10052msgid "ignore refs matching <pattern>"
10053msgstr ""
10054
10055#: builtin/name-rev.c:402
10056msgid "list all commits reachable from all refs"
10057msgstr ""
10058
10059#: builtin/name-rev.c:403
10060msgid "read from stdin"
10061msgstr ""
10062
10063#: builtin/name-rev.c:404
10064msgid "allow to print `undefined` names (default)"
10065msgstr ""
10066
10067#: builtin/name-rev.c:410
10068msgid "dereference tags in the input (internal use)"
10069msgstr ""
10070
10071#: builtin/notes.c:26
10072msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10073msgstr ""
10074
10075#: builtin/notes.c:27
10076msgid ""
10077"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10078"| (-c | -C) <object>] [<object>]"
10079msgstr ""
10080
10081#: builtin/notes.c:28
10082msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10083msgstr ""
10084
10085#: builtin/notes.c:29
10086msgid ""
10087"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10088"(-c | -C) <object>] [<object>]"
10089msgstr ""
10090
10091#: builtin/notes.c:30
10092msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10093msgstr ""
10094
10095#: builtin/notes.c:31
10096msgid "git notes [--ref <notes-ref>] show [<object>]"
10097msgstr ""
10098
10099#: builtin/notes.c:32
10100msgid ""
10101"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10102msgstr ""
10103
10104#: builtin/notes.c:33
10105msgid "git notes merge --commit [-v | -q]"
10106msgstr ""
10107
10108#: builtin/notes.c:34
10109msgid "git notes merge --abort [-v | -q]"
10110msgstr ""
10111
10112#: builtin/notes.c:35
10113msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10114msgstr ""
10115
10116#: builtin/notes.c:36
10117msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10118msgstr ""
10119
10120#: builtin/notes.c:37
10121msgid "git notes [--ref <notes-ref>] get-ref"
10122msgstr ""
10123
10124#: builtin/notes.c:42
10125msgid "git notes [list [<object>]]"
10126msgstr ""
10127
10128#: builtin/notes.c:47
10129msgid "git notes add [<options>] [<object>]"
10130msgstr ""
10131
10132#: builtin/notes.c:52
10133msgid "git notes copy [<options>] <from-object> <to-object>"
10134msgstr ""
10135
10136#: builtin/notes.c:53
10137msgid "git notes copy --stdin [<from-object> <to-object>]..."
10138msgstr ""
10139
10140#: builtin/notes.c:58
10141msgid "git notes append [<options>] [<object>]"
10142msgstr ""
10143
10144#: builtin/notes.c:63
10145msgid "git notes edit [<object>]"
10146msgstr ""
10147
10148#: builtin/notes.c:68
10149msgid "git notes show [<object>]"
10150msgstr ""
10151
10152#: builtin/notes.c:73
10153msgid "git notes merge [<options>] <notes-ref>"
10154msgstr ""
10155
10156#: builtin/notes.c:74
10157msgid "git notes merge --commit [<options>]"
10158msgstr ""
10159
10160#: builtin/notes.c:75
10161msgid "git notes merge --abort [<options>]"
10162msgstr ""
10163
10164#: builtin/notes.c:80
10165msgid "git notes remove [<object>]"
10166msgstr ""
10167
10168#: builtin/notes.c:85
10169msgid "git notes prune [<options>]"
10170msgstr ""
10171
10172#: builtin/notes.c:90
10173msgid "git notes get-ref"
10174msgstr ""
10175
10176#: builtin/notes.c:95
10177msgid "Write/edit the notes for the following object:"
10178msgstr ""
10179
10180#: builtin/notes.c:148
10181#, c-format
10182msgid "unable to start 'show' for object '%s'"
10183msgstr ""
10184
10185#: builtin/notes.c:152
10186msgid "could not read 'show' output"
10187msgstr ""
10188
10189#: builtin/notes.c:160
10190#, c-format
10191msgid "failed to finish 'show' for object '%s'"
10192msgstr ""
10193
10194#: builtin/notes.c:195
10195msgid "please supply the note contents using either -m or -F option"
10196msgstr ""
10197
10198#: builtin/notes.c:204
10199msgid "unable to write note object"
10200msgstr ""
10201
10202#: builtin/notes.c:206
10203#, c-format
10204msgid "the note contents have been left in %s"
10205msgstr ""
10206
10207#: builtin/notes.c:234 builtin/tag.c:500
10208#, c-format
10209msgid "cannot read '%s'"
10210msgstr ""
10211
10212#: builtin/notes.c:236 builtin/tag.c:503
10213#, c-format
10214msgid "could not open or read '%s'"
10215msgstr ""
10216
10217#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10218#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10219#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10220#, c-format
10221msgid "failed to resolve '%s' as a valid ref."
10222msgstr ""
10223
10224#: builtin/notes.c:258
10225#, c-format
10226msgid "failed to read object '%s'."
10227msgstr ""
10228
10229#: builtin/notes.c:262
10230#, c-format
10231msgid "cannot read note data from non-blob object '%s'."
10232msgstr ""
10233
10234#: builtin/notes.c:302
10235#, c-format
10236msgid "malformed input line: '%s'."
10237msgstr ""
10238
10239#: builtin/notes.c:317
10240#, c-format
10241msgid "failed to copy notes from '%s' to '%s'"
10242msgstr ""
10243
10244#. TRANSLATORS: the first %s will be replaced by a git
10245#. notes command: 'add', 'merge', 'remove', etc.
10246#.
10247#: builtin/notes.c:349
10248#, c-format
10249msgid "refusing to %s notes in %s (outside of refs/notes/)"
10250msgstr ""
10251
10252#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10253#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10254#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10255msgid "too many parameters"
10256msgstr ""
10257
10258#: builtin/notes.c:382 builtin/notes.c:668
10259#, c-format
10260msgid "no note found for object %s."
10261msgstr ""
10262
10263#: builtin/notes.c:403 builtin/notes.c:566
10264msgid "note contents as a string"
10265msgstr ""
10266
10267#: builtin/notes.c:406 builtin/notes.c:569
10268msgid "note contents in a file"
10269msgstr ""
10270
10271#: builtin/notes.c:409 builtin/notes.c:572
10272msgid "reuse and edit specified note object"
10273msgstr ""
10274
10275#: builtin/notes.c:412 builtin/notes.c:575
10276msgid "reuse specified note object"
10277msgstr ""
10278
10279#: builtin/notes.c:415 builtin/notes.c:578
10280msgid "allow storing empty note"
10281msgstr ""
10282
10283#: builtin/notes.c:416 builtin/notes.c:487
10284msgid "replace existing notes"
10285msgstr ""
10286
10287#: builtin/notes.c:441
10288#, c-format
10289msgid ""
10290"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10291"existing notes"
10292msgstr ""
10293
10294#: builtin/notes.c:456 builtin/notes.c:535
10295#, c-format
10296msgid "Overwriting existing notes for object %s\n"
10297msgstr ""
10298
10299#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10300#, c-format
10301msgid "Removing note for object %s\n"
10302msgstr ""
10303
10304#: builtin/notes.c:488
10305msgid "read objects from stdin"
10306msgstr ""
10307
10308#: builtin/notes.c:490
10309msgid "load rewriting config for <command> (implies --stdin)"
10310msgstr ""
10311
10312#: builtin/notes.c:508
10313msgid "too few parameters"
10314msgstr ""
10315
10316#: builtin/notes.c:529
10317#, c-format
10318msgid ""
10319"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10320"existing notes"
10321msgstr ""
10322
10323#: builtin/notes.c:541
10324#, c-format
10325msgid "missing notes on source object %s. Cannot copy."
10326msgstr ""
10327
10328#: builtin/notes.c:593
10329#, c-format
10330msgid ""
10331"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10332"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10333msgstr ""
10334
10335#: builtin/notes.c:688
10336msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10337msgstr ""
10338
10339#: builtin/notes.c:690
10340msgid "failed to delete ref NOTES_MERGE_REF"
10341msgstr ""
10342
10343#: builtin/notes.c:692
10344msgid "failed to remove 'git notes merge' worktree"
10345msgstr ""
10346
10347#: builtin/notes.c:712
10348msgid "failed to read ref NOTES_MERGE_PARTIAL"
10349msgstr ""
10350
10351#: builtin/notes.c:714
10352msgid "could not find commit from NOTES_MERGE_PARTIAL."
10353msgstr ""
10354
10355#: builtin/notes.c:716
10356msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10357msgstr ""
10358
10359#: builtin/notes.c:729
10360msgid "failed to resolve NOTES_MERGE_REF"
10361msgstr ""
10362
10363#: builtin/notes.c:732
10364msgid "failed to finalize notes merge"
10365msgstr ""
10366
10367#: builtin/notes.c:758
10368#, c-format
10369msgid "unknown notes merge strategy %s"
10370msgstr ""
10371
10372#: builtin/notes.c:774
10373msgid "General options"
10374msgstr ""
10375
10376#: builtin/notes.c:776
10377msgid "Merge options"
10378msgstr ""
10379
10380#: builtin/notes.c:778
10381msgid ""
10382"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10383"cat_sort_uniq)"
10384msgstr ""
10385
10386#: builtin/notes.c:780
10387msgid "Committing unmerged notes"
10388msgstr ""
10389
10390#: builtin/notes.c:782
10391msgid "finalize notes merge by committing unmerged notes"
10392msgstr ""
10393
10394#: builtin/notes.c:784
10395msgid "Aborting notes merge resolution"
10396msgstr ""
10397
10398#: builtin/notes.c:786
10399msgid "abort notes merge"
10400msgstr ""
10401
10402#: builtin/notes.c:797
10403msgid "cannot mix --commit, --abort or -s/--strategy"
10404msgstr ""
10405
10406#: builtin/notes.c:802
10407msgid "must specify a notes ref to merge"
10408msgstr ""
10409
10410#: builtin/notes.c:826
10411#, c-format
10412msgid "unknown -s/--strategy: %s"
10413msgstr ""
10414
10415#: builtin/notes.c:863
10416#, c-format
10417msgid "a notes merge into %s is already in-progress at %s"
10418msgstr ""
10419
10420#: builtin/notes.c:866
10421#, c-format
10422msgid "failed to store link to current notes ref (%s)"
10423msgstr ""
10424
10425#: builtin/notes.c:868
10426#, c-format
10427msgid ""
10428"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10429"'git notes merge --commit', or abort the merge with 'git notes merge --"
10430"abort'.\n"
10431msgstr ""
10432
10433#: builtin/notes.c:890
10434#, c-format
10435msgid "Object %s has no note\n"
10436msgstr ""
10437
10438#: builtin/notes.c:902
10439msgid "attempt to remove non-existent note is not an error"
10440msgstr ""
10441
10442#: builtin/notes.c:905
10443msgid "read object names from the standard input"
10444msgstr ""
10445
10446#: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:146
10447msgid "do not remove, show only"
10448msgstr ""
10449
10450#: builtin/notes.c:944
10451msgid "report pruned notes"
10452msgstr ""
10453
10454#: builtin/notes.c:986
10455msgid "notes-ref"
10456msgstr ""
10457
10458#: builtin/notes.c:987
10459msgid "use notes from <notes-ref>"
10460msgstr ""
10461
10462#: builtin/notes.c:1022
10463#, c-format
10464msgid "unknown subcommand: %s"
10465msgstr ""
10466
10467#: builtin/pack-objects.c:31
10468msgid ""
10469"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10470msgstr ""
10471
10472#: builtin/pack-objects.c:32
10473msgid ""
10474"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10475msgstr ""
10476
10477#: builtin/pack-objects.c:181 builtin/pack-objects.c:184
10478#, c-format
10479msgid "deflate error (%d)"
10480msgstr ""
10481
10482#: builtin/pack-objects.c:777
10483msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10484msgstr ""
10485
10486#: builtin/pack-objects.c:790
10487msgid "Writing objects"
10488msgstr ""
10489
10490#: builtin/pack-objects.c:1070
10491msgid "disabling bitmap writing, as some objects are not being packed"
10492msgstr ""
10493
10494#: builtin/pack-objects.c:2440
10495msgid "Compressing objects"
10496msgstr ""
10497
10498#: builtin/pack-objects.c:2849
10499#, c-format
10500msgid "unsupported index version %s"
10501msgstr ""
10502
10503#: builtin/pack-objects.c:2853
10504#, c-format
10505msgid "bad index version '%s'"
10506msgstr ""
10507
10508#: builtin/pack-objects.c:2883
10509msgid "do not show progress meter"
10510msgstr ""
10511
10512#: builtin/pack-objects.c:2885
10513msgid "show progress meter"
10514msgstr ""
10515
10516#: builtin/pack-objects.c:2887
10517msgid "show progress meter during object writing phase"
10518msgstr ""
10519
10520#: builtin/pack-objects.c:2890
10521msgid "similar to --all-progress when progress meter is shown"
10522msgstr ""
10523
10524#: builtin/pack-objects.c:2891
10525msgid "version[,offset]"
10526msgstr ""
10527
10528#: builtin/pack-objects.c:2892
10529msgid "write the pack index file in the specified idx format version"
10530msgstr ""
10531
10532#: builtin/pack-objects.c:2895
10533msgid "maximum size of each output pack file"
10534msgstr ""
10535
10536#: builtin/pack-objects.c:2897
10537msgid "ignore borrowed objects from alternate object store"
10538msgstr ""
10539
10540#: builtin/pack-objects.c:2899
10541msgid "ignore packed objects"
10542msgstr ""
10543
10544#: builtin/pack-objects.c:2901
10545msgid "limit pack window by objects"
10546msgstr ""
10547
10548#: builtin/pack-objects.c:2903
10549msgid "limit pack window by memory in addition to object limit"
10550msgstr ""
10551
10552#: builtin/pack-objects.c:2905
10553msgid "maximum length of delta chain allowed in the resulting pack"
10554msgstr ""
10555
10556#: builtin/pack-objects.c:2907
10557msgid "reuse existing deltas"
10558msgstr ""
10559
10560#: builtin/pack-objects.c:2909
10561msgid "reuse existing objects"
10562msgstr ""
10563
10564#: builtin/pack-objects.c:2911
10565msgid "use OFS_DELTA objects"
10566msgstr ""
10567
10568#: builtin/pack-objects.c:2913
10569msgid "use threads when searching for best delta matches"
10570msgstr ""
10571
10572#: builtin/pack-objects.c:2915
10573msgid "do not create an empty pack output"
10574msgstr ""
10575
10576#: builtin/pack-objects.c:2917
10577msgid "read revision arguments from standard input"
10578msgstr ""
10579
10580#: builtin/pack-objects.c:2919
10581msgid "limit the objects to those that are not yet packed"
10582msgstr ""
10583
10584#: builtin/pack-objects.c:2922
10585msgid "include objects reachable from any reference"
10586msgstr ""
10587
10588#: builtin/pack-objects.c:2925
10589msgid "include objects referred by reflog entries"
10590msgstr ""
10591
10592#: builtin/pack-objects.c:2928
10593msgid "include objects referred to by the index"
10594msgstr ""
10595
10596#: builtin/pack-objects.c:2931
10597msgid "output pack to stdout"
10598msgstr ""
10599
10600#: builtin/pack-objects.c:2933
10601msgid "include tag objects that refer to objects to be packed"
10602msgstr ""
10603
10604#: builtin/pack-objects.c:2935
10605msgid "keep unreachable objects"
10606msgstr ""
10607
10608#: builtin/pack-objects.c:2937
10609msgid "pack loose unreachable objects"
10610msgstr ""
10611
10612#: builtin/pack-objects.c:2939
10613msgid "unpack unreachable objects newer than <time>"
10614msgstr ""
10615
10616#: builtin/pack-objects.c:2942
10617msgid "create thin packs"
10618msgstr ""
10619
10620#: builtin/pack-objects.c:2944
10621msgid "create packs suitable for shallow fetches"
10622msgstr ""
10623
10624#: builtin/pack-objects.c:2946
10625msgid "ignore packs that have companion .keep file"
10626msgstr ""
10627
10628#: builtin/pack-objects.c:2948
10629msgid "pack compression level"
10630msgstr ""
10631
10632#: builtin/pack-objects.c:2950
10633msgid "do not hide commits by grafts"
10634msgstr ""
10635
10636#: builtin/pack-objects.c:2952
10637msgid "use a bitmap index if available to speed up counting objects"
10638msgstr ""
10639
10640#: builtin/pack-objects.c:2954
10641msgid "write a bitmap index together with the pack index"
10642msgstr ""
10643
10644#: builtin/pack-objects.c:3081
10645msgid "Counting objects"
10646msgstr ""
10647
10648#: builtin/pack-refs.c:6
10649msgid "git pack-refs [<options>]"
10650msgstr ""
10651
10652#: builtin/pack-refs.c:14
10653msgid "pack everything"
10654msgstr ""
10655
10656#: builtin/pack-refs.c:15
10657msgid "prune loose refs (default)"
10658msgstr ""
10659
10660#: builtin/prune-packed.c:8
10661msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10662msgstr ""
10663
10664#: builtin/prune-packed.c:41
10665msgid "Removing duplicate objects"
10666msgstr ""
10667
10668#: builtin/prune.c:11
10669msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10670msgstr ""
10671
10672#: builtin/prune.c:106
10673msgid "report pruned objects"
10674msgstr ""
10675
10676#: builtin/prune.c:109
10677msgid "expire objects older than <time>"
10678msgstr ""
10679
10680#: builtin/prune.c:123
10681msgid "cannot prune in a precious-objects repo"
10682msgstr ""
10683
10684#: builtin/pull.c:54 builtin/pull.c:56
10685#, c-format
10686msgid "Invalid value for %s: %s"
10687msgstr ""
10688
10689#: builtin/pull.c:76
10690msgid "git pull [<options>] [<repository> [<refspec>...]]"
10691msgstr ""
10692
10693#: builtin/pull.c:124
10694msgid "control for recursive fetching of submodules"
10695msgstr ""
10696
10697#: builtin/pull.c:128
10698msgid "Options related to merging"
10699msgstr ""
10700
10701#: builtin/pull.c:131
10702msgid "incorporate changes by rebasing rather than merging"
10703msgstr ""
10704
10705#: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:121
10706msgid "allow fast-forward"
10707msgstr ""
10708
10709#: builtin/pull.c:164
10710msgid "automatically stash/stash pop before and after rebase"
10711msgstr ""
10712
10713#: builtin/pull.c:180
10714msgid "Options related to fetching"
10715msgstr ""
10716
10717#: builtin/pull.c:198
10718msgid "number of submodules pulled in parallel"
10719msgstr ""
10720
10721#: builtin/pull.c:287
10722#, c-format
10723msgid "Invalid value for pull.ff: %s"
10724msgstr ""
10725
10726#: builtin/pull.c:403
10727msgid ""
10728"There is no candidate for rebasing against among the refs that you just "
10729"fetched."
10730msgstr ""
10731
10732#: builtin/pull.c:405
10733msgid ""
10734"There are no candidates for merging among the refs that you just fetched."
10735msgstr ""
10736
10737#: builtin/pull.c:406
10738msgid ""
10739"Generally this means that you provided a wildcard refspec which had no\n"
10740"matches on the remote end."
10741msgstr ""
10742
10743#: builtin/pull.c:409
10744#, c-format
10745msgid ""
10746"You asked to pull from the remote '%s', but did not specify\n"
10747"a branch. Because this is not the default configured remote\n"
10748"for your current branch, you must specify a branch on the command line."
10749msgstr ""
10750
10751#: builtin/pull.c:414 git-parse-remote.sh:73
10752msgid "You are not currently on a branch."
10753msgstr ""
10754
10755#: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:79
10756msgid "Please specify which branch you want to rebase against."
10757msgstr ""
10758
10759#: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:82
10760msgid "Please specify which branch you want to merge with."
10761msgstr ""
10762
10763#: builtin/pull.c:419 builtin/pull.c:434
10764msgid "See git-pull(1) for details."
10765msgstr ""
10766
10767#: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:436
10768#: git-parse-remote.sh:64
10769msgid "<remote>"
10770msgstr ""
10771
10772#: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:466
10773#: git-parse-remote.sh:65
10774msgid "<branch>"
10775msgstr ""
10776
10777#: builtin/pull.c:429 git-parse-remote.sh:75
10778msgid "There is no tracking information for the current branch."
10779msgstr ""
10780
10781#: builtin/pull.c:438 git-parse-remote.sh:95
10782msgid ""
10783"If you wish to set tracking information for this branch you can do so with:"
10784msgstr ""
10785
10786#: builtin/pull.c:443
10787#, c-format
10788msgid ""
10789"Your configuration specifies to merge with the ref '%s'\n"
10790"from the remote, but no such ref was fetched."
10791msgstr ""
10792
10793#: builtin/pull.c:796
10794msgid "ignoring --verify-signatures for rebase"
10795msgstr ""
10796
10797#: builtin/pull.c:844
10798msgid "--[no-]autostash option is only valid with --rebase."
10799msgstr ""
10800
10801#: builtin/pull.c:852
10802msgid "Updating an unborn branch with changes added to the index."
10803msgstr ""
10804
10805#: builtin/pull.c:855
10806msgid "pull with rebase"
10807msgstr ""
10808
10809#: builtin/pull.c:856
10810msgid "please commit or stash them."
10811msgstr ""
10812
10813#: builtin/pull.c:881
10814#, c-format
10815msgid ""
10816"fetch updated the current branch head.\n"
10817"fast-forwarding your working tree from\n"
10818"commit %s."
10819msgstr ""
10820
10821#: builtin/pull.c:886
10822#, c-format
10823msgid ""
10824"Cannot fast-forward your working tree.\n"
10825"After making sure that you saved anything precious from\n"
10826"$ git diff %s\n"
10827"output, run\n"
10828"$ git reset --hard\n"
10829"to recover."
10830msgstr ""
10831
10832#: builtin/pull.c:901
10833msgid "Cannot merge multiple branches into empty head."
10834msgstr ""
10835
10836#: builtin/pull.c:905
10837msgid "Cannot rebase onto multiple branches."
10838msgstr ""
10839
10840#: builtin/pull.c:912
10841msgid "cannot rebase with locally recorded submodule modifications"
10842msgstr ""
10843
10844#: builtin/push.c:17
10845msgid "git push [<options>] [<repository> [<refspec>...]]"
10846msgstr ""
10847
10848#: builtin/push.c:90
10849msgid "tag shorthand without <tag>"
10850msgstr ""
10851
10852#: builtin/push.c:100
10853msgid "--delete only accepts plain target ref names"
10854msgstr ""
10855
10856#: builtin/push.c:144
10857msgid ""
10858"\n"
10859"To choose either option permanently, see push.default in 'git help config'."
10860msgstr ""
10861
10862#: builtin/push.c:147
10863#, c-format
10864msgid ""
10865"The upstream branch of your current branch does not match\n"
10866"the name of your current branch.  To push to the upstream branch\n"
10867"on the remote, use\n"
10868"\n"
10869"    git push %s HEAD:%s\n"
10870"\n"
10871"To push to the branch of the same name on the remote, use\n"
10872"\n"
10873"    git push %s %s\n"
10874"%s"
10875msgstr ""
10876
10877#: builtin/push.c:162
10878#, c-format
10879msgid ""
10880"You are not currently on a branch.\n"
10881"To push the history leading to the current (detached HEAD)\n"
10882"state now, use\n"
10883"\n"
10884"    git push %s HEAD:<name-of-remote-branch>\n"
10885msgstr ""
10886
10887#: builtin/push.c:176
10888#, c-format
10889msgid ""
10890"The current branch %s has no upstream branch.\n"
10891"To push the current branch and set the remote as upstream, use\n"
10892"\n"
10893"    git push --set-upstream %s %s\n"
10894msgstr ""
10895
10896#: builtin/push.c:184
10897#, c-format
10898msgid "The current branch %s has multiple upstream branches, refusing to push."
10899msgstr ""
10900
10901#: builtin/push.c:187
10902#, c-format
10903msgid ""
10904"You are pushing to remote '%s', which is not the upstream of\n"
10905"your current branch '%s', without telling me what to push\n"
10906"to update which remote branch."
10907msgstr ""
10908
10909#: builtin/push.c:246
10910msgid ""
10911"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10912msgstr ""
10913
10914#: builtin/push.c:253
10915msgid ""
10916"Updates were rejected because the tip of your current branch is behind\n"
10917"its remote counterpart. Integrate the remote changes (e.g.\n"
10918"'git pull ...') before pushing again.\n"
10919"See the 'Note about fast-forwards' in 'git push --help' for details."
10920msgstr ""
10921
10922#: builtin/push.c:259
10923msgid ""
10924"Updates were rejected because a pushed branch tip is behind its remote\n"
10925"counterpart. Check out this branch and integrate the remote changes\n"
10926"(e.g. 'git pull ...') before pushing again.\n"
10927"See the 'Note about fast-forwards' in 'git push --help' for details."
10928msgstr ""
10929
10930#: builtin/push.c:265
10931msgid ""
10932"Updates were rejected because the remote contains work that you do\n"
10933"not have locally. This is usually caused by another repository pushing\n"
10934"to the same ref. You may want to first integrate the remote changes\n"
10935"(e.g., 'git pull ...') before pushing again.\n"
10936"See the 'Note about fast-forwards' in 'git push --help' for details."
10937msgstr ""
10938
10939#: builtin/push.c:272
10940msgid "Updates were rejected because the tag already exists in the remote."
10941msgstr ""
10942
10943#: builtin/push.c:275
10944msgid ""
10945"You cannot update a remote ref that points at a non-commit object,\n"
10946"or update a remote ref to make it point at a non-commit object,\n"
10947"without using the '--force' option.\n"
10948msgstr ""
10949
10950#: builtin/push.c:335
10951#, c-format
10952msgid "Pushing to %s\n"
10953msgstr ""
10954
10955#: builtin/push.c:339
10956#, c-format
10957msgid "failed to push some refs to '%s'"
10958msgstr ""
10959
10960#: builtin/push.c:370
10961#, c-format
10962msgid "bad repository '%s'"
10963msgstr ""
10964
10965#: builtin/push.c:371
10966msgid ""
10967"No configured push destination.\n"
10968"Either specify the URL from the command-line or configure a remote "
10969"repository using\n"
10970"\n"
10971"    git remote add <name> <url>\n"
10972"\n"
10973"and then push using the remote name\n"
10974"\n"
10975"    git push <name>\n"
10976msgstr ""
10977
10978#: builtin/push.c:389
10979msgid "--all and --tags are incompatible"
10980msgstr ""
10981
10982#: builtin/push.c:390
10983msgid "--all can't be combined with refspecs"
10984msgstr ""
10985
10986#: builtin/push.c:395
10987msgid "--mirror and --tags are incompatible"
10988msgstr ""
10989
10990#: builtin/push.c:396
10991msgid "--mirror can't be combined with refspecs"
10992msgstr ""
10993
10994#: builtin/push.c:401
10995msgid "--all and --mirror are incompatible"
10996msgstr ""
10997
10998#: builtin/push.c:523
10999msgid "repository"
11000msgstr ""
11001
11002#: builtin/push.c:524 builtin/send-pack.c:163
11003msgid "push all refs"
11004msgstr ""
11005
11006#: builtin/push.c:525 builtin/send-pack.c:165
11007msgid "mirror all refs"
11008msgstr ""
11009
11010#: builtin/push.c:527
11011msgid "delete refs"
11012msgstr ""
11013
11014#: builtin/push.c:528
11015msgid "push tags (can't be used with --all or --mirror)"
11016msgstr ""
11017
11018#: builtin/push.c:531 builtin/send-pack.c:166
11019msgid "force updates"
11020msgstr ""
11021
11022#: builtin/push.c:533 builtin/send-pack.c:180
11023msgid "refname>:<expect"
11024msgstr ""
11025
11026#: builtin/push.c:534 builtin/send-pack.c:181
11027msgid "require old value of ref to be at this value"
11028msgstr ""
11029
11030#: builtin/push.c:537
11031msgid "control recursive pushing of submodules"
11032msgstr ""
11033
11034#: builtin/push.c:539 builtin/send-pack.c:174
11035msgid "use thin pack"
11036msgstr ""
11037
11038#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11039#: builtin/send-pack.c:161
11040msgid "receive pack program"
11041msgstr ""
11042
11043#: builtin/push.c:542
11044msgid "set upstream for git pull/status"
11045msgstr ""
11046
11047#: builtin/push.c:545
11048msgid "prune locally removed refs"
11049msgstr ""
11050
11051#: builtin/push.c:547
11052msgid "bypass pre-push hook"
11053msgstr ""
11054
11055#: builtin/push.c:548
11056msgid "push missing but relevant tags"
11057msgstr ""
11058
11059#: builtin/push.c:551 builtin/send-pack.c:168
11060msgid "GPG sign the push"
11061msgstr ""
11062
11063#: builtin/push.c:553 builtin/send-pack.c:175
11064msgid "request atomic transaction on remote side"
11065msgstr ""
11066
11067#: builtin/push.c:554 builtin/send-pack.c:171
11068msgid "server-specific"
11069msgstr ""
11070
11071#: builtin/push.c:554 builtin/send-pack.c:172
11072msgid "option to transmit"
11073msgstr ""
11074
11075#: builtin/push.c:568
11076msgid "--delete is incompatible with --all, --mirror and --tags"
11077msgstr ""
11078
11079#: builtin/push.c:570
11080msgid "--delete doesn't make sense without any refs"
11081msgstr ""
11082
11083#: builtin/push.c:589
11084msgid "push options must not have new line characters"
11085msgstr ""
11086
11087#: builtin/read-tree.c:40
11088msgid ""
11089"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11090"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11091"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11092msgstr ""
11093
11094#: builtin/read-tree.c:121
11095msgid "write resulting index to <file>"
11096msgstr ""
11097
11098#: builtin/read-tree.c:124
11099msgid "only empty the index"
11100msgstr ""
11101
11102#: builtin/read-tree.c:126
11103msgid "Merging"
11104msgstr ""
11105
11106#: builtin/read-tree.c:128
11107msgid "perform a merge in addition to a read"
11108msgstr ""
11109
11110#: builtin/read-tree.c:130
11111msgid "3-way merge if no file level merging required"
11112msgstr ""
11113
11114#: builtin/read-tree.c:132
11115msgid "3-way merge in presence of adds and removes"
11116msgstr ""
11117
11118#: builtin/read-tree.c:134
11119msgid "same as -m, but discard unmerged entries"
11120msgstr ""
11121
11122#: builtin/read-tree.c:135
11123msgid "<subdirectory>/"
11124msgstr ""
11125
11126#: builtin/read-tree.c:136
11127msgid "read the tree into the index under <subdirectory>/"
11128msgstr ""
11129
11130#: builtin/read-tree.c:139
11131msgid "update working tree with merge result"
11132msgstr ""
11133
11134#: builtin/read-tree.c:141
11135msgid "gitignore"
11136msgstr ""
11137
11138#: builtin/read-tree.c:142
11139msgid "allow explicitly ignored files to be overwritten"
11140msgstr ""
11141
11142#: builtin/read-tree.c:145
11143msgid "don't check the working tree after merging"
11144msgstr ""
11145
11146#: builtin/read-tree.c:146
11147msgid "don't update the index or the work tree"
11148msgstr ""
11149
11150#: builtin/read-tree.c:148
11151msgid "skip applying sparse checkout filter"
11152msgstr ""
11153
11154#: builtin/read-tree.c:150
11155msgid "debug unpack-trees"
11156msgstr ""
11157
11158#: builtin/rebase--helper.c:8
11159msgid "git rebase--helper [<options>]"
11160msgstr ""
11161
11162#: builtin/rebase--helper.c:22
11163msgid "keep empty commits"
11164msgstr ""
11165
11166#: builtin/rebase--helper.c:23
11167msgid "continue rebase"
11168msgstr ""
11169
11170#: builtin/rebase--helper.c:25
11171msgid "abort rebase"
11172msgstr ""
11173
11174#: builtin/rebase--helper.c:28
11175msgid "make rebase script"
11176msgstr ""
11177
11178#: builtin/rebase--helper.c:30
11179msgid "shorten SHA-1s in the todo list"
11180msgstr ""
11181
11182#: builtin/rebase--helper.c:32
11183msgid "expand SHA-1s in the todo list"
11184msgstr ""
11185
11186#: builtin/rebase--helper.c:34
11187msgid "check the todo list"
11188msgstr ""
11189
11190#: builtin/rebase--helper.c:36
11191msgid "skip unnecessary picks"
11192msgstr ""
11193
11194#: builtin/rebase--helper.c:38
11195msgid "rearrange fixup/squash lines"
11196msgstr ""
11197
11198#: builtin/receive-pack.c:29
11199msgid "git receive-pack <git-dir>"
11200msgstr ""
11201
11202#: builtin/receive-pack.c:839
11203msgid ""
11204"By default, updating the current branch in a non-bare repository\n"
11205"is denied, because it will make the index and work tree inconsistent\n"
11206"with what you pushed, and will require 'git reset --hard' to match\n"
11207"the work tree to HEAD.\n"
11208"\n"
11209"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11210"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11211"its current branch; however, this is not recommended unless you\n"
11212"arranged to update its work tree to match what you pushed in some\n"
11213"other way.\n"
11214"\n"
11215"To squelch this message and still keep the default behaviour, set\n"
11216"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11217msgstr ""
11218
11219#: builtin/receive-pack.c:859
11220msgid ""
11221"By default, deleting the current branch is denied, because the next\n"
11222"'git clone' won't result in any file checked out, causing confusion.\n"
11223"\n"
11224"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11225"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11226"current branch, with or without a warning message.\n"
11227"\n"
11228"To squelch this message, you can set it to 'refuse'."
11229msgstr ""
11230
11231#: builtin/receive-pack.c:1932
11232msgid "quiet"
11233msgstr ""
11234
11235#: builtin/receive-pack.c:1946
11236msgid "You must specify a directory."
11237msgstr ""
11238
11239#: builtin/reflog.c:424
11240#, c-format
11241msgid "'%s' for '%s' is not a valid timestamp"
11242msgstr ""
11243
11244#: builtin/reflog.c:541 builtin/reflog.c:546
11245#, c-format
11246msgid "'%s' is not a valid timestamp"
11247msgstr ""
11248
11249#: builtin/remote.c:13
11250msgid "git remote [-v | --verbose]"
11251msgstr ""
11252
11253#: builtin/remote.c:14
11254msgid ""
11255"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11256"mirror=<fetch|push>] <name> <url>"
11257msgstr ""
11258
11259#: builtin/remote.c:15 builtin/remote.c:35
11260msgid "git remote rename <old> <new>"
11261msgstr ""
11262
11263#: builtin/remote.c:16 builtin/remote.c:40
11264msgid "git remote remove <name>"
11265msgstr ""
11266
11267#: builtin/remote.c:17 builtin/remote.c:45
11268msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11269msgstr ""
11270
11271#: builtin/remote.c:18
11272msgid "git remote [-v | --verbose] show [-n] <name>"
11273msgstr ""
11274
11275#: builtin/remote.c:19
11276msgid "git remote prune [-n | --dry-run] <name>"
11277msgstr ""
11278
11279#: builtin/remote.c:20
11280msgid ""
11281"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11282msgstr ""
11283
11284#: builtin/remote.c:21
11285msgid "git remote set-branches [--add] <name> <branch>..."
11286msgstr ""
11287
11288#: builtin/remote.c:22 builtin/remote.c:71
11289msgid "git remote get-url [--push] [--all] <name>"
11290msgstr ""
11291
11292#: builtin/remote.c:23 builtin/remote.c:76
11293msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11294msgstr ""
11295
11296#: builtin/remote.c:24 builtin/remote.c:77
11297msgid "git remote set-url --add <name> <newurl>"
11298msgstr ""
11299
11300#: builtin/remote.c:25 builtin/remote.c:78
11301msgid "git remote set-url --delete <name> <url>"
11302msgstr ""
11303
11304#: builtin/remote.c:30
11305msgid "git remote add [<options>] <name> <url>"
11306msgstr ""
11307
11308#: builtin/remote.c:50
11309msgid "git remote set-branches <name> <branch>..."
11310msgstr ""
11311
11312#: builtin/remote.c:51
11313msgid "git remote set-branches --add <name> <branch>..."
11314msgstr ""
11315
11316#: builtin/remote.c:56
11317msgid "git remote show [<options>] <name>"
11318msgstr ""
11319
11320#: builtin/remote.c:61
11321msgid "git remote prune [<options>] <name>"
11322msgstr ""
11323
11324#: builtin/remote.c:66
11325msgid "git remote update [<options>] [<group> | <remote>]..."
11326msgstr ""
11327
11328#: builtin/remote.c:95
11329#, c-format
11330msgid "Updating %s"
11331msgstr ""
11332
11333#: builtin/remote.c:127
11334msgid ""
11335"--mirror is dangerous and deprecated; please\n"
11336"\t use --mirror=fetch or --mirror=push instead"
11337msgstr ""
11338
11339#: builtin/remote.c:144
11340#, c-format
11341msgid "unknown mirror argument: %s"
11342msgstr ""
11343
11344#: builtin/remote.c:160
11345msgid "fetch the remote branches"
11346msgstr ""
11347
11348#: builtin/remote.c:162
11349msgid "import all tags and associated objects when fetching"
11350msgstr ""
11351
11352#: builtin/remote.c:165
11353msgid "or do not fetch any tag at all (--no-tags)"
11354msgstr ""
11355
11356#: builtin/remote.c:167
11357msgid "branch(es) to track"
11358msgstr ""
11359
11360#: builtin/remote.c:168
11361msgid "master branch"
11362msgstr ""
11363
11364#: builtin/remote.c:169
11365msgid "push|fetch"
11366msgstr ""
11367
11368#: builtin/remote.c:170
11369msgid "set up remote as a mirror to push to or fetch from"
11370msgstr ""
11371
11372#: builtin/remote.c:182
11373msgid "specifying a master branch makes no sense with --mirror"
11374msgstr ""
11375
11376#: builtin/remote.c:184
11377msgid "specifying branches to track makes sense only with fetch mirrors"
11378msgstr ""
11379
11380#: builtin/remote.c:191 builtin/remote.c:631
11381#, c-format
11382msgid "remote %s already exists."
11383msgstr ""
11384
11385#: builtin/remote.c:195 builtin/remote.c:635
11386#, c-format
11387msgid "'%s' is not a valid remote name"
11388msgstr ""
11389
11390#: builtin/remote.c:235
11391#, c-format
11392msgid "Could not setup master '%s'"
11393msgstr ""
11394
11395#: builtin/remote.c:337
11396#, c-format
11397msgid "Could not get fetch map for refspec %s"
11398msgstr ""
11399
11400#: builtin/remote.c:438 builtin/remote.c:446
11401msgid "(matching)"
11402msgstr ""
11403
11404#: builtin/remote.c:450
11405msgid "(delete)"
11406msgstr ""
11407
11408#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11409#, c-format
11410msgid "No such remote: %s"
11411msgstr ""
11412
11413#: builtin/remote.c:641
11414#, c-format
11415msgid "Could not rename config section '%s' to '%s'"
11416msgstr ""
11417
11418#: builtin/remote.c:661
11419#, c-format
11420msgid ""
11421"Not updating non-default fetch refspec\n"
11422"\t%s\n"
11423"\tPlease update the configuration manually if necessary."
11424msgstr ""
11425
11426#: builtin/remote.c:697
11427#, c-format
11428msgid "deleting '%s' failed"
11429msgstr ""
11430
11431#: builtin/remote.c:731
11432#, c-format
11433msgid "creating '%s' failed"
11434msgstr ""
11435
11436#: builtin/remote.c:796
11437msgid ""
11438"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11439"to delete it, use:"
11440msgid_plural ""
11441"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11442"to delete them, use:"
11443msgstr[0] ""
11444msgstr[1] ""
11445
11446#: builtin/remote.c:810
11447#, c-format
11448msgid "Could not remove config section '%s'"
11449msgstr ""
11450
11451#: builtin/remote.c:911
11452#, c-format
11453msgid " new (next fetch will store in remotes/%s)"
11454msgstr ""
11455
11456#: builtin/remote.c:914
11457msgid " tracked"
11458msgstr ""
11459
11460#: builtin/remote.c:916
11461msgid " stale (use 'git remote prune' to remove)"
11462msgstr ""
11463
11464#: builtin/remote.c:918
11465msgid " ???"
11466msgstr ""
11467
11468#: builtin/remote.c:959
11469#, c-format
11470msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11471msgstr ""
11472
11473#: builtin/remote.c:967
11474#, c-format
11475msgid "rebases interactively onto remote %s"
11476msgstr ""
11477
11478#: builtin/remote.c:968
11479#, c-format
11480msgid "rebases onto remote %s"
11481msgstr ""
11482
11483#: builtin/remote.c:971
11484#, c-format
11485msgid " merges with remote %s"
11486msgstr ""
11487
11488#: builtin/remote.c:974
11489#, c-format
11490msgid "merges with remote %s"
11491msgstr ""
11492
11493#: builtin/remote.c:977
11494#, c-format
11495msgid "%-*s    and with remote %s\n"
11496msgstr ""
11497
11498#: builtin/remote.c:1020
11499msgid "create"
11500msgstr ""
11501
11502#: builtin/remote.c:1023
11503msgid "delete"
11504msgstr ""
11505
11506#: builtin/remote.c:1027
11507msgid "up to date"
11508msgstr ""
11509
11510#: builtin/remote.c:1030
11511msgid "fast-forwardable"
11512msgstr ""
11513
11514#: builtin/remote.c:1033
11515msgid "local out of date"
11516msgstr ""
11517
11518#: builtin/remote.c:1040
11519#, c-format
11520msgid "    %-*s forces to %-*s (%s)"
11521msgstr ""
11522
11523#: builtin/remote.c:1043
11524#, c-format
11525msgid "    %-*s pushes to %-*s (%s)"
11526msgstr ""
11527
11528#: builtin/remote.c:1047
11529#, c-format
11530msgid "    %-*s forces to %s"
11531msgstr ""
11532
11533#: builtin/remote.c:1050
11534#, c-format
11535msgid "    %-*s pushes to %s"
11536msgstr ""
11537
11538#: builtin/remote.c:1118
11539msgid "do not query remotes"
11540msgstr ""
11541
11542#: builtin/remote.c:1145
11543#, c-format
11544msgid "* remote %s"
11545msgstr ""
11546
11547#: builtin/remote.c:1146
11548#, c-format
11549msgid "  Fetch URL: %s"
11550msgstr ""
11551
11552#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11553msgid "(no URL)"
11554msgstr ""
11555
11556#. TRANSLATORS: the colon ':' should align
11557#. with the one in " Fetch URL: %s"
11558#. translation.
11559#.
11560#: builtin/remote.c:1161 builtin/remote.c:1163
11561#, c-format
11562msgid "  Push  URL: %s"
11563msgstr ""
11564
11565#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11566#, c-format
11567msgid "  HEAD branch: %s"
11568msgstr ""
11569
11570#: builtin/remote.c:1165
11571msgid "(not queried)"
11572msgstr ""
11573
11574#: builtin/remote.c:1167
11575msgid "(unknown)"
11576msgstr ""
11577
11578#: builtin/remote.c:1171
11579#, c-format
11580msgid ""
11581"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11582msgstr ""
11583
11584#: builtin/remote.c:1183
11585#, c-format
11586msgid "  Remote branch:%s"
11587msgid_plural "  Remote branches:%s"
11588msgstr[0] ""
11589msgstr[1] ""
11590
11591#: builtin/remote.c:1186 builtin/remote.c:1212
11592msgid " (status not queried)"
11593msgstr ""
11594
11595#: builtin/remote.c:1195
11596msgid "  Local branch configured for 'git pull':"
11597msgid_plural "  Local branches configured for 'git pull':"
11598msgstr[0] ""
11599msgstr[1] ""
11600
11601#: builtin/remote.c:1203
11602msgid "  Local refs will be mirrored by 'git push'"
11603msgstr ""
11604
11605#: builtin/remote.c:1209
11606#, c-format
11607msgid "  Local ref configured for 'git push'%s:"
11608msgid_plural "  Local refs configured for 'git push'%s:"
11609msgstr[0] ""
11610msgstr[1] ""
11611
11612#: builtin/remote.c:1230
11613msgid "set refs/remotes/<name>/HEAD according to remote"
11614msgstr ""
11615
11616#: builtin/remote.c:1232
11617msgid "delete refs/remotes/<name>/HEAD"
11618msgstr ""
11619
11620#: builtin/remote.c:1247
11621msgid "Cannot determine remote HEAD"
11622msgstr ""
11623
11624#: builtin/remote.c:1249
11625msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11626msgstr ""
11627
11628#: builtin/remote.c:1259
11629#, c-format
11630msgid "Could not delete %s"
11631msgstr ""
11632
11633#: builtin/remote.c:1267
11634#, c-format
11635msgid "Not a valid ref: %s"
11636msgstr ""
11637
11638#: builtin/remote.c:1269
11639#, c-format
11640msgid "Could not setup %s"
11641msgstr ""
11642
11643#: builtin/remote.c:1287
11644#, c-format
11645msgid " %s will become dangling!"
11646msgstr ""
11647
11648#: builtin/remote.c:1288
11649#, c-format
11650msgid " %s has become dangling!"
11651msgstr ""
11652
11653#: builtin/remote.c:1298
11654#, c-format
11655msgid "Pruning %s"
11656msgstr ""
11657
11658#: builtin/remote.c:1299
11659#, c-format
11660msgid "URL: %s"
11661msgstr ""
11662
11663#: builtin/remote.c:1315
11664#, c-format
11665msgid " * [would prune] %s"
11666msgstr ""
11667
11668#: builtin/remote.c:1318
11669#, c-format
11670msgid " * [pruned] %s"
11671msgstr ""
11672
11673#: builtin/remote.c:1363
11674msgid "prune remotes after fetching"
11675msgstr ""
11676
11677#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11678#, c-format
11679msgid "No such remote '%s'"
11680msgstr ""
11681
11682#: builtin/remote.c:1442
11683msgid "add branch"
11684msgstr ""
11685
11686#: builtin/remote.c:1449
11687msgid "no remote specified"
11688msgstr ""
11689
11690#: builtin/remote.c:1466
11691msgid "query push URLs rather than fetch URLs"
11692msgstr ""
11693
11694#: builtin/remote.c:1468
11695msgid "return all URLs"
11696msgstr ""
11697
11698#: builtin/remote.c:1496
11699#, c-format
11700msgid "no URLs configured for remote '%s'"
11701msgstr ""
11702
11703#: builtin/remote.c:1522
11704msgid "manipulate push URLs"
11705msgstr ""
11706
11707#: builtin/remote.c:1524
11708msgid "add URL"
11709msgstr ""
11710
11711#: builtin/remote.c:1526
11712msgid "delete URLs"
11713msgstr ""
11714
11715#: builtin/remote.c:1533
11716msgid "--add --delete doesn't make sense"
11717msgstr ""
11718
11719#: builtin/remote.c:1572
11720#, c-format
11721msgid "Invalid old URL pattern: %s"
11722msgstr ""
11723
11724#: builtin/remote.c:1580
11725#, c-format
11726msgid "No such URL found: %s"
11727msgstr ""
11728
11729#: builtin/remote.c:1582
11730msgid "Will not delete all non-push URLs"
11731msgstr ""
11732
11733#: builtin/remote.c:1598
11734msgid "be verbose; must be placed before a subcommand"
11735msgstr ""
11736
11737#: builtin/remote.c:1629
11738#, c-format
11739msgid "Unknown subcommand: %s"
11740msgstr ""
11741
11742#: builtin/repack.c:18
11743msgid "git repack [<options>]"
11744msgstr ""
11745
11746#: builtin/repack.c:23
11747msgid ""
11748"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11749"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11750msgstr ""
11751
11752#: builtin/repack.c:168
11753msgid "pack everything in a single pack"
11754msgstr ""
11755
11756#: builtin/repack.c:170
11757msgid "same as -a, and turn unreachable objects loose"
11758msgstr ""
11759
11760#: builtin/repack.c:173
11761msgid "remove redundant packs, and run git-prune-packed"
11762msgstr ""
11763
11764#: builtin/repack.c:175
11765msgid "pass --no-reuse-delta to git-pack-objects"
11766msgstr ""
11767
11768#: builtin/repack.c:177
11769msgid "pass --no-reuse-object to git-pack-objects"
11770msgstr ""
11771
11772#: builtin/repack.c:179
11773msgid "do not run git-update-server-info"
11774msgstr ""
11775
11776#: builtin/repack.c:182
11777msgid "pass --local to git-pack-objects"
11778msgstr ""
11779
11780#: builtin/repack.c:184
11781msgid "write bitmap index"
11782msgstr ""
11783
11784#: builtin/repack.c:185
11785msgid "approxidate"
11786msgstr ""
11787
11788#: builtin/repack.c:186
11789msgid "with -A, do not loosen objects older than this"
11790msgstr ""
11791
11792#: builtin/repack.c:188
11793msgid "with -a, repack unreachable objects"
11794msgstr ""
11795
11796#: builtin/repack.c:190
11797msgid "size of the window used for delta compression"
11798msgstr ""
11799
11800#: builtin/repack.c:191 builtin/repack.c:197
11801msgid "bytes"
11802msgstr ""
11803
11804#: builtin/repack.c:192
11805msgid "same as the above, but limit memory size instead of entries count"
11806msgstr ""
11807
11808#: builtin/repack.c:194
11809msgid "limits the maximum delta depth"
11810msgstr ""
11811
11812#: builtin/repack.c:196
11813msgid "limits the maximum number of threads"
11814msgstr ""
11815
11816#: builtin/repack.c:198
11817msgid "maximum size of each packfile"
11818msgstr ""
11819
11820#: builtin/repack.c:200
11821msgid "repack objects in packs marked with .keep"
11822msgstr ""
11823
11824#: builtin/repack.c:210
11825msgid "cannot delete packs in a precious-objects repo"
11826msgstr ""
11827
11828#: builtin/repack.c:214
11829msgid "--keep-unreachable and -A are incompatible"
11830msgstr ""
11831
11832#: builtin/repack.c:406 builtin/worktree.c:134
11833#, c-format
11834msgid "failed to remove '%s'"
11835msgstr ""
11836
11837#: builtin/replace.c:20
11838msgid "git replace [-f] <object> <replacement>"
11839msgstr ""
11840
11841#: builtin/replace.c:21
11842msgid "git replace [-f] --edit <object>"
11843msgstr ""
11844
11845#: builtin/replace.c:22
11846msgid "git replace [-f] --graft <commit> [<parent>...]"
11847msgstr ""
11848
11849#: builtin/replace.c:23
11850msgid "git replace -d <object>..."
11851msgstr ""
11852
11853#: builtin/replace.c:24
11854msgid "git replace [--format=<format>] [-l [<pattern>]]"
11855msgstr ""
11856
11857#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11858#, c-format
11859msgid "Not a valid object name: '%s'"
11860msgstr ""
11861
11862#: builtin/replace.c:361
11863#, c-format
11864msgid "bad mergetag in commit '%s'"
11865msgstr ""
11866
11867#: builtin/replace.c:363
11868#, c-format
11869msgid "malformed mergetag in commit '%s'"
11870msgstr ""
11871
11872#: builtin/replace.c:374
11873#, c-format
11874msgid ""
11875"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11876"instead of --graft"
11877msgstr ""
11878
11879#: builtin/replace.c:407
11880#, c-format
11881msgid "the original commit '%s' has a gpg signature."
11882msgstr ""
11883
11884#: builtin/replace.c:408
11885msgid "the signature will be removed in the replacement commit!"
11886msgstr ""
11887
11888#: builtin/replace.c:414
11889#, c-format
11890msgid "could not write replacement commit for: '%s'"
11891msgstr ""
11892
11893#: builtin/replace.c:438
11894msgid "list replace refs"
11895msgstr ""
11896
11897#: builtin/replace.c:439
11898msgid "delete replace refs"
11899msgstr ""
11900
11901#: builtin/replace.c:440
11902msgid "edit existing object"
11903msgstr ""
11904
11905#: builtin/replace.c:441
11906msgid "change a commit's parents"
11907msgstr ""
11908
11909#: builtin/replace.c:442
11910msgid "replace the ref if it exists"
11911msgstr ""
11912
11913#: builtin/replace.c:443
11914msgid "do not pretty-print contents for --edit"
11915msgstr ""
11916
11917#: builtin/replace.c:444
11918msgid "use this format"
11919msgstr ""
11920
11921#: builtin/rerere.c:13
11922msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11923msgstr ""
11924
11925#: builtin/rerere.c:59
11926msgid "register clean resolutions in index"
11927msgstr ""
11928
11929#: builtin/reset.c:29
11930msgid ""
11931"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11932msgstr ""
11933
11934#: builtin/reset.c:30
11935msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11936msgstr ""
11937
11938#: builtin/reset.c:31
11939msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11940msgstr ""
11941
11942#: builtin/reset.c:37
11943msgid "mixed"
11944msgstr ""
11945
11946#: builtin/reset.c:37
11947msgid "soft"
11948msgstr ""
11949
11950#: builtin/reset.c:37
11951msgid "hard"
11952msgstr ""
11953
11954#: builtin/reset.c:37
11955msgid "merge"
11956msgstr ""
11957
11958#: builtin/reset.c:37
11959msgid "keep"
11960msgstr ""
11961
11962#: builtin/reset.c:78
11963msgid "You do not have a valid HEAD."
11964msgstr ""
11965
11966#: builtin/reset.c:80
11967msgid "Failed to find tree of HEAD."
11968msgstr ""
11969
11970#: builtin/reset.c:86
11971#, c-format
11972msgid "Failed to find tree of %s."
11973msgstr ""
11974
11975#: builtin/reset.c:113
11976#, c-format
11977msgid "HEAD is now at %s"
11978msgstr ""
11979
11980#: builtin/reset.c:197
11981#, c-format
11982msgid "Cannot do a %s reset in the middle of a merge."
11983msgstr ""
11984
11985#: builtin/reset.c:297
11986msgid "be quiet, only report errors"
11987msgstr ""
11988
11989#: builtin/reset.c:299
11990msgid "reset HEAD and index"
11991msgstr ""
11992
11993#: builtin/reset.c:300
11994msgid "reset only HEAD"
11995msgstr ""
11996
11997#: builtin/reset.c:302 builtin/reset.c:304
11998msgid "reset HEAD, index and working tree"
11999msgstr ""
12000
12001#: builtin/reset.c:306
12002msgid "reset HEAD but keep local changes"
12003msgstr ""
12004
12005#: builtin/reset.c:312
12006msgid "record only the fact that removed paths will be added later"
12007msgstr ""
12008
12009#: builtin/reset.c:329
12010#, c-format
12011msgid "Failed to resolve '%s' as a valid revision."
12012msgstr ""
12013
12014#: builtin/reset.c:337
12015#, c-format
12016msgid "Failed to resolve '%s' as a valid tree."
12017msgstr ""
12018
12019#: builtin/reset.c:346
12020msgid "--patch is incompatible with --{hard,mixed,soft}"
12021msgstr ""
12022
12023#: builtin/reset.c:355
12024msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12025msgstr ""
12026
12027#: builtin/reset.c:357
12028#, c-format
12029msgid "Cannot do %s reset with paths."
12030msgstr ""
12031
12032#: builtin/reset.c:367
12033#, c-format
12034msgid "%s reset is not allowed in a bare repository"
12035msgstr ""
12036
12037#: builtin/reset.c:371
12038msgid "-N can only be used with --mixed"
12039msgstr ""
12040
12041#: builtin/reset.c:388
12042msgid "Unstaged changes after reset:"
12043msgstr ""
12044
12045#: builtin/reset.c:394
12046#, c-format
12047msgid "Could not reset index file to revision '%s'."
12048msgstr ""
12049
12050#: builtin/reset.c:398
12051msgid "Could not write new index file."
12052msgstr ""
12053
12054#: builtin/rev-list.c:361
12055msgid "rev-list does not support display of notes"
12056msgstr ""
12057
12058#: builtin/rev-parse.c:402
12059msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12060msgstr ""
12061
12062#: builtin/rev-parse.c:407
12063msgid "keep the `--` passed as an arg"
12064msgstr ""
12065
12066#: builtin/rev-parse.c:409
12067msgid "stop parsing after the first non-option argument"
12068msgstr ""
12069
12070#: builtin/rev-parse.c:412
12071msgid "output in stuck long form"
12072msgstr ""
12073
12074#: builtin/rev-parse.c:545
12075msgid ""
12076"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12077"   or: git rev-parse --sq-quote [<arg>...]\n"
12078"   or: git rev-parse [<options>] [<arg>...]\n"
12079"\n"
12080"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12081msgstr ""
12082
12083#: builtin/revert.c:23
12084msgid "git revert [<options>] <commit-ish>..."
12085msgstr ""
12086
12087#: builtin/revert.c:24
12088msgid "git revert <subcommand>"
12089msgstr ""
12090
12091#: builtin/revert.c:29
12092msgid "git cherry-pick [<options>] <commit-ish>..."
12093msgstr ""
12094
12095#: builtin/revert.c:30
12096msgid "git cherry-pick <subcommand>"
12097msgstr ""
12098
12099#: builtin/revert.c:90
12100#, c-format
12101msgid "%s: %s cannot be used with %s"
12102msgstr ""
12103
12104#: builtin/revert.c:99
12105msgid "end revert or cherry-pick sequence"
12106msgstr ""
12107
12108#: builtin/revert.c:100
12109msgid "resume revert or cherry-pick sequence"
12110msgstr ""
12111
12112#: builtin/revert.c:101
12113msgid "cancel revert or cherry-pick sequence"
12114msgstr ""
12115
12116#: builtin/revert.c:102
12117msgid "don't automatically commit"
12118msgstr ""
12119
12120#: builtin/revert.c:103
12121msgid "edit the commit message"
12122msgstr ""
12123
12124#: builtin/revert.c:106
12125msgid "parent-number"
12126msgstr ""
12127
12128#: builtin/revert.c:107
12129msgid "select mainline parent"
12130msgstr ""
12131
12132#: builtin/revert.c:109
12133msgid "merge strategy"
12134msgstr ""
12135
12136#: builtin/revert.c:110
12137msgid "option"
12138msgstr ""
12139
12140#: builtin/revert.c:111
12141msgid "option for merge strategy"
12142msgstr ""
12143
12144#: builtin/revert.c:120
12145msgid "append commit name"
12146msgstr ""
12147
12148#: builtin/revert.c:122
12149msgid "preserve initially empty commits"
12150msgstr ""
12151
12152#: builtin/revert.c:123
12153msgid "allow commits with empty messages"
12154msgstr ""
12155
12156#: builtin/revert.c:124
12157msgid "keep redundant, empty commits"
12158msgstr ""
12159
12160#: builtin/revert.c:214
12161msgid "revert failed"
12162msgstr ""
12163
12164#: builtin/revert.c:227
12165msgid "cherry-pick failed"
12166msgstr ""
12167
12168#: builtin/rm.c:18
12169msgid "git rm [<options>] [--] <file>..."
12170msgstr ""
12171
12172#: builtin/rm.c:206
12173msgid ""
12174"the following file has staged content different from both the\n"
12175"file and the HEAD:"
12176msgid_plural ""
12177"the following files have staged content different from both the\n"
12178"file and the HEAD:"
12179msgstr[0] ""
12180msgstr[1] ""
12181
12182#: builtin/rm.c:211
12183msgid ""
12184"\n"
12185"(use -f to force removal)"
12186msgstr ""
12187
12188#: builtin/rm.c:215
12189msgid "the following file has changes staged in the index:"
12190msgid_plural "the following files have changes staged in the index:"
12191msgstr[0] ""
12192msgstr[1] ""
12193
12194#: builtin/rm.c:219 builtin/rm.c:228
12195msgid ""
12196"\n"
12197"(use --cached to keep the file, or -f to force removal)"
12198msgstr ""
12199
12200#: builtin/rm.c:225
12201msgid "the following file has local modifications:"
12202msgid_plural "the following files have local modifications:"
12203msgstr[0] ""
12204msgstr[1] ""
12205
12206#: builtin/rm.c:243
12207msgid "do not list removed files"
12208msgstr ""
12209
12210#: builtin/rm.c:244
12211msgid "only remove from the index"
12212msgstr ""
12213
12214#: builtin/rm.c:245
12215msgid "override the up-to-date check"
12216msgstr ""
12217
12218#: builtin/rm.c:246
12219msgid "allow recursive removal"
12220msgstr ""
12221
12222#: builtin/rm.c:248
12223msgid "exit with a zero status even if nothing matched"
12224msgstr ""
12225
12226#: builtin/rm.c:307
12227#, c-format
12228msgid "not removing '%s' recursively without -r"
12229msgstr ""
12230
12231#: builtin/rm.c:346
12232#, c-format
12233msgid "git rm: unable to remove %s"
12234msgstr ""
12235
12236#: builtin/rm.c:369
12237#, c-format
12238msgid "could not remove '%s'"
12239msgstr ""
12240
12241#: builtin/send-pack.c:19
12242msgid ""
12243"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12244"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12245"[<ref>...]\n"
12246"  --all and explicit <ref> specification are mutually exclusive."
12247msgstr ""
12248
12249#: builtin/send-pack.c:162
12250msgid "remote name"
12251msgstr ""
12252
12253#: builtin/send-pack.c:176
12254msgid "use stateless RPC protocol"
12255msgstr ""
12256
12257#: builtin/send-pack.c:177
12258msgid "read refs from stdin"
12259msgstr ""
12260
12261#: builtin/send-pack.c:178
12262msgid "print status from remote helper"
12263msgstr ""
12264
12265#: builtin/shortlog.c:14
12266msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12267msgstr ""
12268
12269#: builtin/shortlog.c:263
12270msgid "Group by committer rather than author"
12271msgstr ""
12272
12273#: builtin/shortlog.c:265
12274msgid "sort output according to the number of commits per author"
12275msgstr ""
12276
12277#: builtin/shortlog.c:267
12278msgid "Suppress commit descriptions, only provides commit count"
12279msgstr ""
12280
12281#: builtin/shortlog.c:269
12282msgid "Show the email address of each author"
12283msgstr ""
12284
12285#: builtin/shortlog.c:270
12286msgid "w[,i1[,i2]]"
12287msgstr ""
12288
12289#: builtin/shortlog.c:271
12290msgid "Linewrap output"
12291msgstr ""
12292
12293#: builtin/show-branch.c:12
12294msgid ""
12295"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12296"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12297"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12298"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12299msgstr ""
12300
12301#: builtin/show-branch.c:16
12302msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12303msgstr ""
12304
12305#: builtin/show-branch.c:376
12306#, c-format
12307msgid "ignoring %s; cannot handle more than %d ref"
12308msgid_plural "ignoring %s; cannot handle more than %d refs"
12309msgstr[0] ""
12310msgstr[1] ""
12311
12312#: builtin/show-branch.c:530
12313#, c-format
12314msgid "no matching refs with %s"
12315msgstr ""
12316
12317#: builtin/show-branch.c:626
12318msgid "show remote-tracking and local branches"
12319msgstr ""
12320
12321#: builtin/show-branch.c:628
12322msgid "show remote-tracking branches"
12323msgstr ""
12324
12325#: builtin/show-branch.c:630
12326msgid "color '*!+-' corresponding to the branch"
12327msgstr ""
12328
12329#: builtin/show-branch.c:632
12330msgid "show <n> more commits after the common ancestor"
12331msgstr ""
12332
12333#: builtin/show-branch.c:634
12334msgid "synonym to more=-1"
12335msgstr ""
12336
12337#: builtin/show-branch.c:635
12338msgid "suppress naming strings"
12339msgstr ""
12340
12341#: builtin/show-branch.c:637
12342msgid "include the current branch"
12343msgstr ""
12344
12345#: builtin/show-branch.c:639
12346msgid "name commits with their object names"
12347msgstr ""
12348
12349#: builtin/show-branch.c:641
12350msgid "show possible merge bases"
12351msgstr ""
12352
12353#: builtin/show-branch.c:643
12354msgid "show refs unreachable from any other ref"
12355msgstr ""
12356
12357#: builtin/show-branch.c:645
12358msgid "show commits in topological order"
12359msgstr ""
12360
12361#: builtin/show-branch.c:648
12362msgid "show only commits not on the first branch"
12363msgstr ""
12364
12365#: builtin/show-branch.c:650
12366msgid "show merges reachable from only one tip"
12367msgstr ""
12368
12369#: builtin/show-branch.c:652
12370msgid "topologically sort, maintaining date order where possible"
12371msgstr ""
12372
12373#: builtin/show-branch.c:655
12374msgid "<n>[,<base>]"
12375msgstr ""
12376
12377#: builtin/show-branch.c:656
12378msgid "show <n> most recent ref-log entries starting at base"
12379msgstr ""
12380
12381#: builtin/show-branch.c:690
12382msgid ""
12383"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12384msgstr ""
12385
12386#: builtin/show-branch.c:714
12387msgid "no branches given, and HEAD is not valid"
12388msgstr ""
12389
12390#: builtin/show-branch.c:717
12391msgid "--reflog option needs one branch name"
12392msgstr ""
12393
12394#: builtin/show-branch.c:720
12395#, c-format
12396msgid "only %d entry can be shown at one time."
12397msgid_plural "only %d entries can be shown at one time."
12398msgstr[0] ""
12399msgstr[1] ""
12400
12401#: builtin/show-branch.c:724
12402#, c-format
12403msgid "no such ref %s"
12404msgstr ""
12405
12406#: builtin/show-branch.c:808
12407#, c-format
12408msgid "cannot handle more than %d rev."
12409msgid_plural "cannot handle more than %d revs."
12410msgstr[0] ""
12411msgstr[1] ""
12412
12413#: builtin/show-branch.c:812
12414#, c-format
12415msgid "'%s' is not a valid ref."
12416msgstr ""
12417
12418#: builtin/show-branch.c:815
12419#, c-format
12420msgid "cannot find commit %s (%s)"
12421msgstr ""
12422
12423#: builtin/show-ref.c:10
12424msgid ""
12425"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12426"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12427msgstr ""
12428
12429#: builtin/show-ref.c:11
12430msgid "git show-ref --exclude-existing[=<pattern>]"
12431msgstr ""
12432
12433#: builtin/show-ref.c:159
12434msgid "only show tags (can be combined with heads)"
12435msgstr ""
12436
12437#: builtin/show-ref.c:160
12438msgid "only show heads (can be combined with tags)"
12439msgstr ""
12440
12441#: builtin/show-ref.c:161
12442msgid "stricter reference checking, requires exact ref path"
12443msgstr ""
12444
12445#: builtin/show-ref.c:164 builtin/show-ref.c:166
12446msgid "show the HEAD reference, even if it would be filtered out"
12447msgstr ""
12448
12449#: builtin/show-ref.c:168
12450msgid "dereference tags into object IDs"
12451msgstr ""
12452
12453#: builtin/show-ref.c:170
12454msgid "only show SHA1 hash using <n> digits"
12455msgstr ""
12456
12457#: builtin/show-ref.c:174
12458msgid "do not print results to stdout (useful with --verify)"
12459msgstr ""
12460
12461#: builtin/show-ref.c:176
12462msgid "show refs from stdin that aren't in local repository"
12463msgstr ""
12464
12465#: builtin/stripspace.c:18
12466msgid "git stripspace [-s | --strip-comments]"
12467msgstr ""
12468
12469#: builtin/stripspace.c:19
12470msgid "git stripspace [-c | --comment-lines]"
12471msgstr ""
12472
12473#: builtin/stripspace.c:36
12474msgid "skip and remove all lines starting with comment character"
12475msgstr ""
12476
12477#: builtin/stripspace.c:39
12478msgid "prepend comment character and space to each line"
12479msgstr ""
12480
12481#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1094
12482#, c-format
12483msgid "No such ref: %s"
12484msgstr ""
12485
12486#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1103
12487#, c-format
12488msgid "Expecting a full ref name, got %s"
12489msgstr ""
12490
12491#: builtin/submodule--helper.c:71
12492#, c-format
12493msgid "cannot strip one component off url '%s'"
12494msgstr ""
12495
12496#: builtin/submodule--helper.c:302 builtin/submodule--helper.c:623
12497msgid "alternative anchor for relative paths"
12498msgstr ""
12499
12500#: builtin/submodule--helper.c:307
12501msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12502msgstr ""
12503
12504#: builtin/submodule--helper.c:350 builtin/submodule--helper.c:374
12505#, c-format
12506msgid "No url found for submodule path '%s' in .gitmodules"
12507msgstr ""
12508
12509#: builtin/submodule--helper.c:389
12510#, c-format
12511msgid ""
12512"could not lookup configuration '%s'. Assuming this repository is its own "
12513"authoritative upstream."
12514msgstr ""
12515
12516#: builtin/submodule--helper.c:400
12517#, c-format
12518msgid "Failed to register url for submodule path '%s'"
12519msgstr ""
12520
12521#: builtin/submodule--helper.c:404
12522#, c-format
12523msgid "Submodule '%s' (%s) registered for path '%s'\n"
12524msgstr ""
12525
12526#: builtin/submodule--helper.c:414
12527#, c-format
12528msgid "warning: command update mode suggested for submodule '%s'\n"
12529msgstr ""
12530
12531#: builtin/submodule--helper.c:421
12532#, c-format
12533msgid "Failed to register update mode for submodule path '%s'"
12534msgstr ""
12535
12536#: builtin/submodule--helper.c:437
12537msgid "Suppress output for initializing a submodule"
12538msgstr ""
12539
12540#: builtin/submodule--helper.c:442
12541msgid "git submodule--helper init [<path>]"
12542msgstr ""
12543
12544#: builtin/submodule--helper.c:470
12545msgid "git submodule--helper name <path>"
12546msgstr ""
12547
12548#: builtin/submodule--helper.c:475
12549#, c-format
12550msgid "no submodule mapping found in .gitmodules for path '%s'"
12551msgstr ""
12552
12553#: builtin/submodule--helper.c:558 builtin/submodule--helper.c:561
12554#, c-format
12555msgid "submodule '%s' cannot add alternate: %s"
12556msgstr ""
12557
12558#: builtin/submodule--helper.c:597
12559#, c-format
12560msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12561msgstr ""
12562
12563#: builtin/submodule--helper.c:604
12564#, c-format
12565msgid "Value '%s' for submodule.alternateLocation is not recognized"
12566msgstr ""
12567
12568#: builtin/submodule--helper.c:626
12569msgid "where the new submodule will be cloned to"
12570msgstr ""
12571
12572#: builtin/submodule--helper.c:629
12573msgid "name of the new submodule"
12574msgstr ""
12575
12576#: builtin/submodule--helper.c:632
12577msgid "url where to clone the submodule from"
12578msgstr ""
12579
12580#: builtin/submodule--helper.c:638
12581msgid "depth for shallow clones"
12582msgstr ""
12583
12584#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:1012
12585msgid "force cloning progress"
12586msgstr ""
12587
12588#: builtin/submodule--helper.c:646
12589msgid ""
12590"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12591"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12592msgstr ""
12593
12594#: builtin/submodule--helper.c:677
12595#, c-format
12596msgid "clone of '%s' into submodule path '%s' failed"
12597msgstr ""
12598
12599#: builtin/submodule--helper.c:692
12600#, c-format
12601msgid "could not get submodule directory for '%s'"
12602msgstr ""
12603
12604#: builtin/submodule--helper.c:757
12605#, c-format
12606msgid "Submodule path '%s' not initialized"
12607msgstr ""
12608
12609#: builtin/submodule--helper.c:761
12610msgid "Maybe you want to use 'update --init'?"
12611msgstr ""
12612
12613#: builtin/submodule--helper.c:790
12614#, c-format
12615msgid "Skipping unmerged submodule %s"
12616msgstr ""
12617
12618#: builtin/submodule--helper.c:819
12619#, c-format
12620msgid "Skipping submodule '%s'"
12621msgstr ""
12622
12623#: builtin/submodule--helper.c:952
12624#, c-format
12625msgid "Failed to clone '%s'. Retry scheduled"
12626msgstr ""
12627
12628#: builtin/submodule--helper.c:963
12629#, c-format
12630msgid "Failed to clone '%s' a second time, aborting"
12631msgstr ""
12632
12633#: builtin/submodule--helper.c:993 builtin/submodule--helper.c:1213
12634msgid "path into the working tree"
12635msgstr ""
12636
12637#: builtin/submodule--helper.c:996
12638msgid "path into the working tree, across nested submodule boundaries"
12639msgstr ""
12640
12641#: builtin/submodule--helper.c:1000
12642msgid "rebase, merge, checkout or none"
12643msgstr ""
12644
12645#: builtin/submodule--helper.c:1004
12646msgid "Create a shallow clone truncated to the specified number of revisions"
12647msgstr ""
12648
12649#: builtin/submodule--helper.c:1007
12650msgid "parallel jobs"
12651msgstr ""
12652
12653#: builtin/submodule--helper.c:1009
12654msgid "whether the initial clone should follow the shallow recommendation"
12655msgstr ""
12656
12657#: builtin/submodule--helper.c:1010
12658msgid "don't print cloning progress"
12659msgstr ""
12660
12661#: builtin/submodule--helper.c:1017
12662msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12663msgstr ""
12664
12665#: builtin/submodule--helper.c:1030
12666msgid "bad value for update parameter"
12667msgstr ""
12668
12669#: builtin/submodule--helper.c:1098
12670#, c-format
12671msgid ""
12672"Submodule (%s) branch configured to inherit branch from superproject, but "
12673"the superproject is not on any branch"
12674msgstr ""
12675
12676#: builtin/submodule--helper.c:1214
12677msgid "recurse into submodules"
12678msgstr ""
12679
12680#: builtin/submodule--helper.c:1220
12681msgid "git submodule--helper embed-git-dir [<path>...]"
12682msgstr ""
12683
12684#: builtin/submodule--helper.c:1278
12685#, c-format
12686msgid "%s doesn't support --super-prefix"
12687msgstr ""
12688
12689#: builtin/submodule--helper.c:1284
12690#, c-format
12691msgid "'%s' is not a valid submodule--helper subcommand"
12692msgstr ""
12693
12694#: builtin/symbolic-ref.c:8
12695msgid "git symbolic-ref [<options>] <name> [<ref>]"
12696msgstr ""
12697
12698#: builtin/symbolic-ref.c:9
12699msgid "git symbolic-ref -d [-q] <name>"
12700msgstr ""
12701
12702#: builtin/symbolic-ref.c:40
12703msgid "suppress error message for non-symbolic (detached) refs"
12704msgstr ""
12705
12706#: builtin/symbolic-ref.c:41
12707msgid "delete symbolic ref"
12708msgstr ""
12709
12710#: builtin/symbolic-ref.c:42
12711msgid "shorten ref output"
12712msgstr ""
12713
12714#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12715msgid "reason"
12716msgstr ""
12717
12718#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12719msgid "reason of the update"
12720msgstr ""
12721
12722#: builtin/tag.c:24
12723msgid ""
12724"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12725"[<head>]"
12726msgstr ""
12727
12728#: builtin/tag.c:25
12729msgid "git tag -d <tagname>..."
12730msgstr ""
12731
12732#: builtin/tag.c:26
12733msgid ""
12734"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12735"points-at <object>]\n"
12736"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12737msgstr ""
12738
12739#: builtin/tag.c:28
12740msgid "git tag -v [--format=<format>] <tagname>..."
12741msgstr ""
12742
12743#: builtin/tag.c:86
12744#, c-format
12745msgid "tag '%s' not found."
12746msgstr ""
12747
12748#: builtin/tag.c:102
12749#, c-format
12750msgid "Deleted tag '%s' (was %s)\n"
12751msgstr ""
12752
12753#: builtin/tag.c:131
12754#, c-format
12755msgid ""
12756"\n"
12757"Write a message for tag:\n"
12758"  %s\n"
12759"Lines starting with '%c' will be ignored.\n"
12760msgstr ""
12761
12762#: builtin/tag.c:135
12763#, c-format
12764msgid ""
12765"\n"
12766"Write a message for tag:\n"
12767"  %s\n"
12768"Lines starting with '%c' will be kept; you may remove them yourself if you "
12769"want to.\n"
12770msgstr ""
12771
12772#: builtin/tag.c:189
12773msgid "unable to sign the tag"
12774msgstr ""
12775
12776#: builtin/tag.c:191
12777msgid "unable to write tag file"
12778msgstr ""
12779
12780#: builtin/tag.c:215
12781msgid "bad object type."
12782msgstr ""
12783
12784#: builtin/tag.c:261
12785msgid "no tag message?"
12786msgstr ""
12787
12788#: builtin/tag.c:268
12789#, c-format
12790msgid "The tag message has been left in %s\n"
12791msgstr ""
12792
12793#: builtin/tag.c:376
12794msgid "list tag names"
12795msgstr ""
12796
12797#: builtin/tag.c:378
12798msgid "print <n> lines of each tag message"
12799msgstr ""
12800
12801#: builtin/tag.c:380
12802msgid "delete tags"
12803msgstr ""
12804
12805#: builtin/tag.c:381
12806msgid "verify tags"
12807msgstr ""
12808
12809#: builtin/tag.c:383
12810msgid "Tag creation options"
12811msgstr ""
12812
12813#: builtin/tag.c:385
12814msgid "annotated tag, needs a message"
12815msgstr ""
12816
12817#: builtin/tag.c:387
12818msgid "tag message"
12819msgstr ""
12820
12821#: builtin/tag.c:389
12822msgid "annotated and GPG-signed tag"
12823msgstr ""
12824
12825#: builtin/tag.c:393
12826msgid "use another key to sign the tag"
12827msgstr ""
12828
12829#: builtin/tag.c:394
12830msgid "replace the tag if exists"
12831msgstr ""
12832
12833#: builtin/tag.c:395 builtin/update-ref.c:368
12834msgid "create a reflog"
12835msgstr ""
12836
12837#: builtin/tag.c:397
12838msgid "Tag listing options"
12839msgstr ""
12840
12841#: builtin/tag.c:398
12842msgid "show tag list in columns"
12843msgstr ""
12844
12845#: builtin/tag.c:399 builtin/tag.c:401
12846msgid "print only tags that contain the commit"
12847msgstr ""
12848
12849#: builtin/tag.c:400 builtin/tag.c:402
12850msgid "print only tags that don't contain the commit"
12851msgstr ""
12852
12853#: builtin/tag.c:403
12854msgid "print only tags that are merged"
12855msgstr ""
12856
12857#: builtin/tag.c:404
12858msgid "print only tags that are not merged"
12859msgstr ""
12860
12861#: builtin/tag.c:409
12862msgid "print only tags of the object"
12863msgstr ""
12864
12865#: builtin/tag.c:453
12866msgid "--column and -n are incompatible"
12867msgstr ""
12868
12869#: builtin/tag.c:475
12870msgid "-n option is only allowed in list mode"
12871msgstr ""
12872
12873#: builtin/tag.c:477
12874msgid "--contains option is only allowed in list mode"
12875msgstr ""
12876
12877#: builtin/tag.c:479
12878msgid "--no-contains option is only allowed in list mode"
12879msgstr ""
12880
12881#: builtin/tag.c:481
12882msgid "--points-at option is only allowed in list mode"
12883msgstr ""
12884
12885#: builtin/tag.c:483
12886msgid "--merged and --no-merged options are only allowed in list mode"
12887msgstr ""
12888
12889#: builtin/tag.c:494
12890msgid "only one -F or -m option is allowed."
12891msgstr ""
12892
12893#: builtin/tag.c:513
12894msgid "too many params"
12895msgstr ""
12896
12897#: builtin/tag.c:519
12898#, c-format
12899msgid "'%s' is not a valid tag name."
12900msgstr ""
12901
12902#: builtin/tag.c:524
12903#, c-format
12904msgid "tag '%s' already exists"
12905msgstr ""
12906
12907#: builtin/tag.c:554
12908#, c-format
12909msgid "Updated tag '%s' (was %s)\n"
12910msgstr ""
12911
12912#: builtin/unpack-objects.c:494
12913msgid "Unpacking objects"
12914msgstr ""
12915
12916#: builtin/update-index.c:80
12917#, c-format
12918msgid "failed to create directory %s"
12919msgstr ""
12920
12921#: builtin/update-index.c:86
12922#, c-format
12923msgid "failed to stat %s"
12924msgstr ""
12925
12926#: builtin/update-index.c:96
12927#, c-format
12928msgid "failed to create file %s"
12929msgstr ""
12930
12931#: builtin/update-index.c:104
12932#, c-format
12933msgid "failed to delete file %s"
12934msgstr ""
12935
12936#: builtin/update-index.c:111 builtin/update-index.c:217
12937#, c-format
12938msgid "failed to delete directory %s"
12939msgstr ""
12940
12941#: builtin/update-index.c:136
12942#, c-format
12943msgid "Testing mtime in '%s' "
12944msgstr ""
12945
12946#: builtin/update-index.c:150
12947msgid "directory stat info does not change after adding a new file"
12948msgstr ""
12949
12950#: builtin/update-index.c:163
12951msgid "directory stat info does not change after adding a new directory"
12952msgstr ""
12953
12954#: builtin/update-index.c:176
12955msgid "directory stat info changes after updating a file"
12956msgstr ""
12957
12958#: builtin/update-index.c:187
12959msgid "directory stat info changes after adding a file inside subdirectory"
12960msgstr ""
12961
12962#: builtin/update-index.c:198
12963msgid "directory stat info does not change after deleting a file"
12964msgstr ""
12965
12966#: builtin/update-index.c:211
12967msgid "directory stat info does not change after deleting a directory"
12968msgstr ""
12969
12970#: builtin/update-index.c:218
12971msgid " OK"
12972msgstr ""
12973
12974#: builtin/update-index.c:571
12975msgid "git update-index [<options>] [--] [<file>...]"
12976msgstr ""
12977
12978#: builtin/update-index.c:926
12979msgid "continue refresh even when index needs update"
12980msgstr ""
12981
12982#: builtin/update-index.c:929
12983msgid "refresh: ignore submodules"
12984msgstr ""
12985
12986#: builtin/update-index.c:932
12987msgid "do not ignore new files"
12988msgstr ""
12989
12990#: builtin/update-index.c:934
12991msgid "let files replace directories and vice-versa"
12992msgstr ""
12993
12994#: builtin/update-index.c:936
12995msgid "notice files missing from worktree"
12996msgstr ""
12997
12998#: builtin/update-index.c:938
12999msgid "refresh even if index contains unmerged entries"
13000msgstr ""
13001
13002#: builtin/update-index.c:941
13003msgid "refresh stat information"
13004msgstr ""
13005
13006#: builtin/update-index.c:945
13007msgid "like --refresh, but ignore assume-unchanged setting"
13008msgstr ""
13009
13010#: builtin/update-index.c:949
13011msgid "<mode>,<object>,<path>"
13012msgstr ""
13013
13014#: builtin/update-index.c:950
13015msgid "add the specified entry to the index"
13016msgstr ""
13017
13018#: builtin/update-index.c:959
13019msgid "mark files as \"not changing\""
13020msgstr ""
13021
13022#: builtin/update-index.c:962
13023msgid "clear assumed-unchanged bit"
13024msgstr ""
13025
13026#: builtin/update-index.c:965
13027msgid "mark files as \"index-only\""
13028msgstr ""
13029
13030#: builtin/update-index.c:968
13031msgid "clear skip-worktree bit"
13032msgstr ""
13033
13034#: builtin/update-index.c:971
13035msgid "add to index only; do not add content to object database"
13036msgstr ""
13037
13038#: builtin/update-index.c:973
13039msgid "remove named paths even if present in worktree"
13040msgstr ""
13041
13042#: builtin/update-index.c:975
13043msgid "with --stdin: input lines are terminated by null bytes"
13044msgstr ""
13045
13046#: builtin/update-index.c:977
13047msgid "read list of paths to be updated from standard input"
13048msgstr ""
13049
13050#: builtin/update-index.c:981
13051msgid "add entries from standard input to the index"
13052msgstr ""
13053
13054#: builtin/update-index.c:985
13055msgid "repopulate stages #2 and #3 for the listed paths"
13056msgstr ""
13057
13058#: builtin/update-index.c:989
13059msgid "only update entries that differ from HEAD"
13060msgstr ""
13061
13062#: builtin/update-index.c:993
13063msgid "ignore files missing from worktree"
13064msgstr ""
13065
13066#: builtin/update-index.c:996
13067msgid "report actions to standard output"
13068msgstr ""
13069
13070#: builtin/update-index.c:998
13071msgid "(for porcelains) forget saved unresolved conflicts"
13072msgstr ""
13073
13074#: builtin/update-index.c:1002
13075msgid "write index in this format"
13076msgstr ""
13077
13078#: builtin/update-index.c:1004
13079msgid "enable or disable split index"
13080msgstr ""
13081
13082#: builtin/update-index.c:1006
13083msgid "enable/disable untracked cache"
13084msgstr ""
13085
13086#: builtin/update-index.c:1008
13087msgid "test if the filesystem supports untracked cache"
13088msgstr ""
13089
13090#: builtin/update-index.c:1010
13091msgid "enable untracked cache without testing the filesystem"
13092msgstr ""
13093
13094#: builtin/update-index.c:1107
13095msgid ""
13096"core.splitIndex is set to false; remove or change it, if you really want to "
13097"enable split index"
13098msgstr ""
13099
13100#: builtin/update-index.c:1116
13101msgid ""
13102"core.splitIndex is set to true; remove or change it, if you really want to "
13103"disable split index"
13104msgstr ""
13105
13106#: builtin/update-index.c:1127
13107msgid ""
13108"core.untrackedCache is set to true; remove or change it, if you really want "
13109"to disable the untracked cache"
13110msgstr ""
13111
13112#: builtin/update-index.c:1131
13113msgid "Untracked cache disabled"
13114msgstr ""
13115
13116#: builtin/update-index.c:1139
13117msgid ""
13118"core.untrackedCache is set to false; remove or change it, if you really want "
13119"to enable the untracked cache"
13120msgstr ""
13121
13122#: builtin/update-index.c:1143
13123#, c-format
13124msgid "Untracked cache enabled for '%s'"
13125msgstr ""
13126
13127#: builtin/update-ref.c:10
13128msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13129msgstr ""
13130
13131#: builtin/update-ref.c:11
13132msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13133msgstr ""
13134
13135#: builtin/update-ref.c:12
13136msgid "git update-ref [<options>] --stdin [-z]"
13137msgstr ""
13138
13139#: builtin/update-ref.c:363
13140msgid "delete the reference"
13141msgstr ""
13142
13143#: builtin/update-ref.c:365
13144msgid "update <refname> not the one it points to"
13145msgstr ""
13146
13147#: builtin/update-ref.c:366
13148msgid "stdin has NUL-terminated arguments"
13149msgstr ""
13150
13151#: builtin/update-ref.c:367
13152msgid "read updates from stdin"
13153msgstr ""
13154
13155#: builtin/update-server-info.c:7
13156msgid "git update-server-info [--force]"
13157msgstr ""
13158
13159#: builtin/update-server-info.c:15
13160msgid "update the info files from scratch"
13161msgstr ""
13162
13163#: builtin/verify-commit.c:18
13164msgid "git verify-commit [-v | --verbose] <commit>..."
13165msgstr ""
13166
13167#: builtin/verify-commit.c:73
13168msgid "print commit contents"
13169msgstr ""
13170
13171#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13172msgid "print raw gpg status output"
13173msgstr ""
13174
13175#: builtin/verify-pack.c:55
13176msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13177msgstr ""
13178
13179#: builtin/verify-pack.c:65
13180msgid "verbose"
13181msgstr ""
13182
13183#: builtin/verify-pack.c:67
13184msgid "show statistics only"
13185msgstr ""
13186
13187#: builtin/verify-tag.c:19
13188msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13189msgstr ""
13190
13191#: builtin/verify-tag.c:37
13192msgid "print tag contents"
13193msgstr ""
13194
13195#: builtin/worktree.c:16
13196msgid "git worktree add [<options>] <path> [<branch>]"
13197msgstr ""
13198
13199#: builtin/worktree.c:17
13200msgid "git worktree list [<options>]"
13201msgstr ""
13202
13203#: builtin/worktree.c:18
13204msgid "git worktree lock [<options>] <path>"
13205msgstr ""
13206
13207#: builtin/worktree.c:19
13208msgid "git worktree prune [<options>]"
13209msgstr ""
13210
13211#: builtin/worktree.c:20
13212msgid "git worktree unlock <path>"
13213msgstr ""
13214
13215#: builtin/worktree.c:46
13216#, c-format
13217msgid "Removing worktrees/%s: not a valid directory"
13218msgstr ""
13219
13220#: builtin/worktree.c:52
13221#, c-format
13222msgid "Removing worktrees/%s: gitdir file does not exist"
13223msgstr ""
13224
13225#: builtin/worktree.c:57 builtin/worktree.c:66
13226#, c-format
13227msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13228msgstr ""
13229
13230#: builtin/worktree.c:76
13231#, c-format
13232msgid ""
13233"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13234"%<PRIuMAX>)"
13235msgstr ""
13236
13237#: builtin/worktree.c:84
13238#, c-format
13239msgid "Removing worktrees/%s: invalid gitdir file"
13240msgstr ""
13241
13242#: builtin/worktree.c:100
13243#, c-format
13244msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13245msgstr ""
13246
13247#: builtin/worktree.c:147
13248msgid "report pruned working trees"
13249msgstr ""
13250
13251#: builtin/worktree.c:149
13252msgid "expire working trees older than <time>"
13253msgstr ""
13254
13255#: builtin/worktree.c:223
13256#, c-format
13257msgid "'%s' already exists"
13258msgstr ""
13259
13260#: builtin/worktree.c:254
13261#, c-format
13262msgid "could not create directory of '%s'"
13263msgstr ""
13264
13265#: builtin/worktree.c:293
13266#, c-format
13267msgid "Preparing %s (identifier %s)"
13268msgstr ""
13269
13270#: builtin/worktree.c:345
13271msgid "checkout <branch> even if already checked out in other worktree"
13272msgstr ""
13273
13274#: builtin/worktree.c:347
13275msgid "create a new branch"
13276msgstr ""
13277
13278#: builtin/worktree.c:349
13279msgid "create or reset a branch"
13280msgstr ""
13281
13282#: builtin/worktree.c:351
13283msgid "populate the new working tree"
13284msgstr ""
13285
13286#: builtin/worktree.c:352
13287msgid "keep the new working tree locked"
13288msgstr ""
13289
13290#: builtin/worktree.c:360
13291msgid "-b, -B, and --detach are mutually exclusive"
13292msgstr ""
13293
13294#: builtin/worktree.c:499
13295msgid "reason for locking"
13296msgstr ""
13297
13298#: builtin/worktree.c:511 builtin/worktree.c:544
13299#, c-format
13300msgid "'%s' is not a working tree"
13301msgstr ""
13302
13303#: builtin/worktree.c:513 builtin/worktree.c:546
13304msgid "The main working tree cannot be locked or unlocked"
13305msgstr ""
13306
13307#: builtin/worktree.c:518
13308#, c-format
13309msgid "'%s' is already locked, reason: %s"
13310msgstr ""
13311
13312#: builtin/worktree.c:520
13313#, c-format
13314msgid "'%s' is already locked"
13315msgstr ""
13316
13317#: builtin/worktree.c:548
13318#, c-format
13319msgid "'%s' is not locked"
13320msgstr ""
13321
13322#: builtin/write-tree.c:14
13323msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13324msgstr ""
13325
13326#: builtin/write-tree.c:27
13327msgid "<prefix>/"
13328msgstr ""
13329
13330#: builtin/write-tree.c:28
13331msgid "write tree object for a subdirectory <prefix>"
13332msgstr ""
13333
13334#: builtin/write-tree.c:31
13335msgid "only useful for debugging"
13336msgstr ""
13337
13338#: upload-pack.c:23
13339msgid "git upload-pack [<options>] <dir>"
13340msgstr ""
13341
13342#: upload-pack.c:1040
13343msgid "quit after a single request/response exchange"
13344msgstr ""
13345
13346#: upload-pack.c:1042
13347msgid "exit immediately after initial ref advertisement"
13348msgstr ""
13349
13350#: upload-pack.c:1044
13351msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13352msgstr ""
13353
13354#: upload-pack.c:1046
13355msgid "interrupt transfer after <n> seconds of inactivity"
13356msgstr ""
13357
13358#: credential-cache--daemon.c:222
13359#, c-format
13360msgid ""
13361"The permissions on your socket directory are too loose; other\n"
13362"users may be able to read your cached credentials. Consider running:\n"
13363"\n"
13364"\tchmod 0700 %s"
13365msgstr ""
13366
13367#: credential-cache--daemon.c:271
13368msgid "print debugging messages to stderr"
13369msgstr ""
13370
13371#: git.c:15
13372msgid ""
13373"'git help -a' and 'git help -g' list available subcommands and some\n"
13374"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13375"to read about a specific subcommand or concept."
13376msgstr ""
13377
13378#: http.c:338
13379#, c-format
13380msgid "negative value for http.postbuffer; defaulting to %d"
13381msgstr ""
13382
13383#: http.c:359
13384msgid "Delegation control is not supported with cURL < 7.22.0"
13385msgstr ""
13386
13387#: http.c:368
13388msgid "Public key pinning not supported with cURL < 7.44.0"
13389msgstr ""
13390
13391#: http.c:1768
13392#, c-format
13393msgid ""
13394"unable to update url base from redirection:\n"
13395"  asked for: %s\n"
13396"   redirect: %s"
13397msgstr ""
13398
13399#: remote-curl.c:324
13400#, c-format
13401msgid "redirecting to %s"
13402msgstr ""
13403
13404#: common-cmds.h:9
13405msgid "start a working area (see also: git help tutorial)"
13406msgstr ""
13407
13408#: common-cmds.h:10
13409msgid "work on the current change (see also: git help everyday)"
13410msgstr ""
13411
13412#: common-cmds.h:11
13413msgid "examine the history and state (see also: git help revisions)"
13414msgstr ""
13415
13416#: common-cmds.h:12
13417msgid "grow, mark and tweak your common history"
13418msgstr ""
13419
13420#: common-cmds.h:13
13421msgid "collaborate (see also: git help workflows)"
13422msgstr ""
13423
13424#: common-cmds.h:17
13425msgid "Add file contents to the index"
13426msgstr ""
13427
13428#: common-cmds.h:18
13429msgid "Use binary search to find the commit that introduced a bug"
13430msgstr ""
13431
13432#: common-cmds.h:19
13433msgid "List, create, or delete branches"
13434msgstr ""
13435
13436#: common-cmds.h:20
13437msgid "Switch branches or restore working tree files"
13438msgstr ""
13439
13440#: common-cmds.h:21
13441msgid "Clone a repository into a new directory"
13442msgstr ""
13443
13444#: common-cmds.h:22
13445msgid "Record changes to the repository"
13446msgstr ""
13447
13448#: common-cmds.h:23
13449msgid "Show changes between commits, commit and working tree, etc"
13450msgstr ""
13451
13452#: common-cmds.h:24
13453msgid "Download objects and refs from another repository"
13454msgstr ""
13455
13456#: common-cmds.h:25
13457msgid "Print lines matching a pattern"
13458msgstr ""
13459
13460#: common-cmds.h:26
13461msgid "Create an empty Git repository or reinitialize an existing one"
13462msgstr ""
13463
13464#: common-cmds.h:27
13465msgid "Show commit logs"
13466msgstr ""
13467
13468#: common-cmds.h:28
13469msgid "Join two or more development histories together"
13470msgstr ""
13471
13472#: common-cmds.h:29
13473msgid "Move or rename a file, a directory, or a symlink"
13474msgstr ""
13475
13476#: common-cmds.h:30
13477msgid "Fetch from and integrate with another repository or a local branch"
13478msgstr ""
13479
13480#: common-cmds.h:31
13481msgid "Update remote refs along with associated objects"
13482msgstr ""
13483
13484#: common-cmds.h:32
13485msgid "Reapply commits on top of another base tip"
13486msgstr ""
13487
13488#: common-cmds.h:33
13489msgid "Reset current HEAD to the specified state"
13490msgstr ""
13491
13492#: common-cmds.h:34
13493msgid "Remove files from the working tree and from the index"
13494msgstr ""
13495
13496#: common-cmds.h:35
13497msgid "Show various types of objects"
13498msgstr ""
13499
13500#: common-cmds.h:36
13501msgid "Show the working tree status"
13502msgstr ""
13503
13504#: common-cmds.h:37
13505msgid "Create, list, delete or verify a tag object signed with GPG"
13506msgstr ""
13507
13508#: parse-options.h:145
13509msgid "expiry-date"
13510msgstr ""
13511
13512#: parse-options.h:160
13513msgid "no-op (backward compatibility)"
13514msgstr ""
13515
13516#: parse-options.h:238
13517msgid "be more verbose"
13518msgstr ""
13519
13520#: parse-options.h:240
13521msgid "be more quiet"
13522msgstr ""
13523
13524#: parse-options.h:246
13525msgid "use <n> digits to display SHA-1s"
13526msgstr ""
13527
13528#: rerere.h:40
13529msgid "update the index with reused conflict resolution if possible"
13530msgstr ""
13531
13532#: git-bisect.sh:54
13533msgid "You need to start by \"git bisect start\""
13534msgstr ""
13535
13536#. TRANSLATORS: Make sure to include [Y] and [n] in your
13537#. translation. The program will only accept English input
13538#. at this point.
13539#: git-bisect.sh:60
13540msgid "Do you want me to do it for you [Y/n]? "
13541msgstr ""
13542
13543#: git-bisect.sh:121
13544#, sh-format
13545msgid "unrecognised option: '$arg'"
13546msgstr ""
13547
13548#: git-bisect.sh:125
13549#, sh-format
13550msgid "'$arg' does not appear to be a valid revision"
13551msgstr ""
13552
13553#: git-bisect.sh:154
13554msgid "Bad HEAD - I need a HEAD"
13555msgstr ""
13556
13557#: git-bisect.sh:167
13558#, sh-format
13559msgid ""
13560"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13561msgstr ""
13562
13563#: git-bisect.sh:177
13564msgid "won't bisect on cg-seek'ed tree"
13565msgstr ""
13566
13567#: git-bisect.sh:181
13568msgid "Bad HEAD - strange symbolic ref"
13569msgstr ""
13570
13571#: git-bisect.sh:233
13572#, sh-format
13573msgid "Bad bisect_write argument: $state"
13574msgstr ""
13575
13576#: git-bisect.sh:262
13577#, sh-format
13578msgid "Bad rev input: $arg"
13579msgstr ""
13580
13581#: git-bisect.sh:281
13582#, sh-format
13583msgid "Bad rev input: $bisected_head"
13584msgstr ""
13585
13586#: git-bisect.sh:290
13587#, sh-format
13588msgid "Bad rev input: $rev"
13589msgstr ""
13590
13591#: git-bisect.sh:299
13592#, sh-format
13593msgid "'git bisect $TERM_BAD' can take only one argument."
13594msgstr ""
13595
13596#: git-bisect.sh:322
13597#, sh-format
13598msgid "Warning: bisecting only with a $TERM_BAD commit."
13599msgstr ""
13600
13601#. TRANSLATORS: Make sure to include [Y] and [n] in your
13602#. translation. The program will only accept English input
13603#. at this point.
13604#: git-bisect.sh:328
13605msgid "Are you sure [Y/n]? "
13606msgstr ""
13607
13608#: git-bisect.sh:340
13609#, sh-format
13610msgid ""
13611"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13612"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13613msgstr ""
13614
13615#: git-bisect.sh:343
13616#, sh-format
13617msgid ""
13618"You need to start by \"git bisect start\".\n"
13619"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13620"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13621msgstr ""
13622
13623#: git-bisect.sh:414 git-bisect.sh:546
13624msgid "We are not bisecting."
13625msgstr ""
13626
13627#: git-bisect.sh:421
13628#, sh-format
13629msgid "'$invalid' is not a valid commit"
13630msgstr ""
13631
13632#: git-bisect.sh:430
13633#, sh-format
13634msgid ""
13635"Could not check out original HEAD '$branch'.\n"
13636"Try 'git bisect reset <commit>'."
13637msgstr ""
13638
13639#: git-bisect.sh:458
13640msgid "No logfile given"
13641msgstr ""
13642
13643#: git-bisect.sh:459
13644#, sh-format
13645msgid "cannot read $file for replaying"
13646msgstr ""
13647
13648#: git-bisect.sh:480
13649msgid "?? what are you talking about?"
13650msgstr ""
13651
13652#: git-bisect.sh:492
13653#, sh-format
13654msgid "running $command"
13655msgstr ""
13656
13657#: git-bisect.sh:499
13658#, sh-format
13659msgid ""
13660"bisect run failed:\n"
13661"exit code $res from '$command' is < 0 or >= 128"
13662msgstr ""
13663
13664#: git-bisect.sh:525
13665msgid "bisect run cannot continue any more"
13666msgstr ""
13667
13668#: git-bisect.sh:531
13669#, sh-format
13670msgid ""
13671"bisect run failed:\n"
13672"'bisect_state $state' exited with error code $res"
13673msgstr ""
13674
13675#: git-bisect.sh:538
13676msgid "bisect run success"
13677msgstr ""
13678
13679#: git-bisect.sh:565
13680msgid "please use two different terms"
13681msgstr ""
13682
13683#: git-bisect.sh:575
13684#, sh-format
13685msgid "'$term' is not a valid term"
13686msgstr ""
13687
13688#: git-bisect.sh:578
13689#, sh-format
13690msgid "can't use the builtin command '$term' as a term"
13691msgstr ""
13692
13693#: git-bisect.sh:587 git-bisect.sh:593
13694#, sh-format
13695msgid "can't change the meaning of term '$term'"
13696msgstr ""
13697
13698#: git-bisect.sh:606
13699#, sh-format
13700msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13701msgstr ""
13702
13703#: git-bisect.sh:636
13704msgid "no terms defined"
13705msgstr ""
13706
13707#: git-bisect.sh:653
13708#, sh-format
13709msgid ""
13710"invalid argument $arg for 'git bisect terms'.\n"
13711"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13712msgstr ""
13713
13714#: git-merge-octopus.sh:46
13715msgid ""
13716"Error: Your local changes to the following files would be overwritten by "
13717"merge"
13718msgstr ""
13719
13720#: git-merge-octopus.sh:61
13721msgid "Automated merge did not work."
13722msgstr ""
13723
13724#: git-merge-octopus.sh:62
13725msgid "Should not be doing an octopus."
13726msgstr ""
13727
13728#: git-merge-octopus.sh:73
13729#, sh-format
13730msgid "Unable to find common commit with $pretty_name"
13731msgstr ""
13732
13733#: git-merge-octopus.sh:77
13734#, sh-format
13735msgid "Already up to date with $pretty_name"
13736msgstr ""
13737
13738#: git-merge-octopus.sh:89
13739#, sh-format
13740msgid "Fast-forwarding to: $pretty_name"
13741msgstr ""
13742
13743#: git-merge-octopus.sh:97
13744#, sh-format
13745msgid "Trying simple merge with $pretty_name"
13746msgstr ""
13747
13748#: git-merge-octopus.sh:102
13749msgid "Simple merge did not work, trying automatic merge."
13750msgstr ""
13751
13752#: git-rebase.sh:58
13753msgid ""
13754"Resolve all conflicts manually, mark them as resolved with\n"
13755"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13756"You can instead skip this commit: run \"git rebase --skip\".\n"
13757"To abort and get back to the state before \"git rebase\", run \"git rebase --"
13758"abort\"."
13759msgstr ""
13760
13761#: git-rebase.sh:160 git-rebase.sh:402
13762#, sh-format
13763msgid "Could not move back to $head_name"
13764msgstr ""
13765
13766#: git-rebase.sh:171
13767msgid "Applied autostash."
13768msgstr ""
13769
13770#: git-rebase.sh:174
13771#, sh-format
13772msgid "Cannot store $stash_sha1"
13773msgstr ""
13774
13775#: git-rebase.sh:214
13776msgid "The pre-rebase hook refused to rebase."
13777msgstr ""
13778
13779#: git-rebase.sh:219
13780msgid "It looks like git-am is in progress. Cannot rebase."
13781msgstr ""
13782
13783#: git-rebase.sh:363
13784msgid "No rebase in progress?"
13785msgstr ""
13786
13787#: git-rebase.sh:374
13788msgid "The --edit-todo action can only be used during interactive rebase."
13789msgstr ""
13790
13791#: git-rebase.sh:381
13792msgid "Cannot read HEAD"
13793msgstr ""
13794
13795#: git-rebase.sh:384
13796msgid ""
13797"You must edit all merge conflicts and then\n"
13798"mark them as resolved using git add"
13799msgstr ""
13800
13801#: git-rebase.sh:424
13802#, sh-format
13803msgid ""
13804"It seems that there is already a $state_dir_base directory, and\n"
13805"I wonder if you are in the middle of another rebase.  If that is the\n"
13806"case, please try\n"
13807"\t$cmd_live_rebase\n"
13808"If that is not the case, please\n"
13809"\t$cmd_clear_stale_rebase\n"
13810"and run me again.  I am stopping in case you still have something\n"
13811"valuable there."
13812msgstr ""
13813
13814#: git-rebase.sh:480
13815#, sh-format
13816msgid "invalid upstream $upstream_name"
13817msgstr ""
13818
13819#: git-rebase.sh:504
13820#, sh-format
13821msgid "$onto_name: there are more than one merge bases"
13822msgstr ""
13823
13824#: git-rebase.sh:507 git-rebase.sh:511
13825#, sh-format
13826msgid "$onto_name: there is no merge base"
13827msgstr ""
13828
13829#: git-rebase.sh:516
13830#, sh-format
13831msgid "Does not point to a valid commit: $onto_name"
13832msgstr ""
13833
13834#: git-rebase.sh:539
13835#, sh-format
13836msgid "fatal: no such branch: $branch_name"
13837msgstr ""
13838
13839#: git-rebase.sh:572
13840msgid "Cannot autostash"
13841msgstr ""
13842
13843#: git-rebase.sh:577
13844#, sh-format
13845msgid "Created autostash: $stash_abbrev"
13846msgstr ""
13847
13848#: git-rebase.sh:581
13849msgid "Please commit or stash them."
13850msgstr ""
13851
13852#: git-rebase.sh:601
13853#, sh-format
13854msgid "Current branch $branch_name is up to date."
13855msgstr ""
13856
13857#: git-rebase.sh:605
13858#, sh-format
13859msgid "Current branch $branch_name is up to date, rebase forced."
13860msgstr ""
13861
13862#: git-rebase.sh:616
13863#, sh-format
13864msgid "Changes from $mb to $onto:"
13865msgstr ""
13866
13867#: git-rebase.sh:625
13868msgid "First, rewinding head to replay your work on top of it..."
13869msgstr ""
13870
13871#: git-rebase.sh:635
13872#, sh-format
13873msgid "Fast-forwarded $branch_name to $onto_name."
13874msgstr ""
13875
13876#: git-stash.sh:61
13877msgid "git stash clear with parameters is unimplemented"
13878msgstr ""
13879
13880#: git-stash.sh:102
13881msgid "You do not have the initial commit yet"
13882msgstr ""
13883
13884#: git-stash.sh:117
13885msgid "Cannot save the current index state"
13886msgstr ""
13887
13888#: git-stash.sh:132
13889msgid "Cannot save the untracked files"
13890msgstr ""
13891
13892#: git-stash.sh:152 git-stash.sh:165
13893msgid "Cannot save the current worktree state"
13894msgstr ""
13895
13896#: git-stash.sh:169
13897msgid "No changes selected"
13898msgstr ""
13899
13900#: git-stash.sh:172
13901msgid "Cannot remove temporary index (can't happen)"
13902msgstr ""
13903
13904#: git-stash.sh:185
13905msgid "Cannot record working tree state"
13906msgstr ""
13907
13908#: git-stash.sh:217
13909#, sh-format
13910msgid "Cannot update $ref_stash with $w_commit"
13911msgstr ""
13912
13913#. TRANSLATORS: $option is an invalid option, like
13914#. `--blah-blah'. The 7 spaces at the beginning of the
13915#. second line correspond to "error: ". So you should line
13916#. up the second line with however many characters the
13917#. translation of "error: " takes in your language. E.g. in
13918#. English this is:
13919#.
13920#. $ git stash save --blah-blah 2>&1 | head -n 2
13921#. error: unknown option for 'stash save': --blah-blah
13922#. To provide a message, use git stash save -- '--blah-blah'
13923#: git-stash.sh:273
13924#, sh-format
13925msgid ""
13926"error: unknown option for 'stash save': $option\n"
13927"       To provide a message, use git stash save -- '$option'"
13928msgstr ""
13929
13930#: git-stash.sh:288
13931msgid "Can't use --patch and --include-untracked or --all at the same time"
13932msgstr ""
13933
13934#: git-stash.sh:296
13935msgid "No local changes to save"
13936msgstr ""
13937
13938#: git-stash.sh:301
13939msgid "Cannot initialize stash"
13940msgstr ""
13941
13942#: git-stash.sh:305
13943msgid "Cannot save the current status"
13944msgstr ""
13945
13946#: git-stash.sh:306
13947#, sh-format
13948msgid "Saved working directory and index state $stash_msg"
13949msgstr ""
13950
13951#: git-stash.sh:334
13952msgid "Cannot remove worktree changes"
13953msgstr ""
13954
13955#: git-stash.sh:482
13956#, sh-format
13957msgid "unknown option: $opt"
13958msgstr ""
13959
13960#: git-stash.sh:495
13961msgid "No stash entries found."
13962msgstr ""
13963
13964#: git-stash.sh:502
13965#, sh-format
13966msgid "Too many revisions specified: $REV"
13967msgstr ""
13968
13969#: git-stash.sh:517
13970#, sh-format
13971msgid "$reference is not a valid reference"
13972msgstr ""
13973
13974#: git-stash.sh:545
13975#, sh-format
13976msgid "'$args' is not a stash-like commit"
13977msgstr ""
13978
13979#: git-stash.sh:556
13980#, sh-format
13981msgid "'$args' is not a stash reference"
13982msgstr ""
13983
13984#: git-stash.sh:564
13985msgid "unable to refresh index"
13986msgstr ""
13987
13988#: git-stash.sh:568
13989msgid "Cannot apply a stash in the middle of a merge"
13990msgstr ""
13991
13992#: git-stash.sh:576
13993msgid "Conflicts in index. Try without --index."
13994msgstr ""
13995
13996#: git-stash.sh:578
13997msgid "Could not save index tree"
13998msgstr ""
13999
14000#: git-stash.sh:587
14001msgid "Could not restore untracked files from stash entry"
14002msgstr ""
14003
14004#: git-stash.sh:612
14005msgid "Cannot unstage modified files"
14006msgstr ""
14007
14008#: git-stash.sh:627
14009msgid "Index was not unstashed."
14010msgstr ""
14011
14012#: git-stash.sh:641
14013msgid "The stash entry is kept in case you need it again."
14014msgstr ""
14015
14016#: git-stash.sh:650
14017#, sh-format
14018msgid "Dropped ${REV} ($s)"
14019msgstr ""
14020
14021#: git-stash.sh:651
14022#, sh-format
14023msgid "${REV}: Could not drop stash entry"
14024msgstr ""
14025
14026#: git-stash.sh:659
14027msgid "No branch name specified"
14028msgstr ""
14029
14030#: git-stash.sh:738
14031msgid "(To restore them type \"git stash apply\")"
14032msgstr ""
14033
14034#: git-submodule.sh:181
14035msgid "Relative path can only be used from the toplevel of the working tree"
14036msgstr ""
14037
14038#: git-submodule.sh:191
14039#, sh-format
14040msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14041msgstr ""
14042
14043#: git-submodule.sh:210
14044#, sh-format
14045msgid "'$sm_path' already exists in the index"
14046msgstr ""
14047
14048#: git-submodule.sh:213
14049#, sh-format
14050msgid "'$sm_path' already exists in the index and is not a submodule"
14051msgstr ""
14052
14053#: git-submodule.sh:219
14054#, sh-format
14055msgid ""
14056"The following path is ignored by one of your .gitignore files:\n"
14057"$sm_path\n"
14058"Use -f if you really want to add it."
14059msgstr ""
14060
14061#: git-submodule.sh:237
14062#, sh-format
14063msgid "Adding existing repo at '$sm_path' to the index"
14064msgstr ""
14065
14066#: git-submodule.sh:239
14067#, sh-format
14068msgid "'$sm_path' already exists and is not a valid git repo"
14069msgstr ""
14070
14071#: git-submodule.sh:247
14072#, sh-format
14073msgid "A git directory for '$sm_name' is found locally with remote(s):"
14074msgstr ""
14075
14076#: git-submodule.sh:249
14077#, sh-format
14078msgid ""
14079"If you want to reuse this local git directory instead of cloning again from\n"
14080"  $realrepo\n"
14081"use the '--force' option. If the local git directory is not the correct "
14082"repo\n"
14083"or you are unsure what this means choose another name with the '--name' "
14084"option."
14085msgstr ""
14086
14087#: git-submodule.sh:255
14088#, sh-format
14089msgid "Reactivating local git directory for submodule '$sm_name'."
14090msgstr ""
14091
14092#: git-submodule.sh:267
14093#, sh-format
14094msgid "Unable to checkout submodule '$sm_path'"
14095msgstr ""
14096
14097#: git-submodule.sh:272
14098#, sh-format
14099msgid "Failed to add submodule '$sm_path'"
14100msgstr ""
14101
14102#: git-submodule.sh:281
14103#, sh-format
14104msgid "Failed to register submodule '$sm_path'"
14105msgstr ""
14106
14107#: git-submodule.sh:342
14108#, sh-format
14109msgid "Entering '$displaypath'"
14110msgstr ""
14111
14112#: git-submodule.sh:362
14113#, sh-format
14114msgid "Stopping at '$displaypath'; script returned non-zero status."
14115msgstr ""
14116
14117#: git-submodule.sh:433
14118#, sh-format
14119msgid "pathspec and --all are incompatible"
14120msgstr ""
14121
14122#: git-submodule.sh:438
14123#, sh-format
14124msgid "Use '--all' if you really want to deinitialize all submodules"
14125msgstr ""
14126
14127#: git-submodule.sh:458
14128#, sh-format
14129msgid ""
14130"Submodule work tree '$displaypath' contains a .git directory\n"
14131"(use 'rm -rf' if you really want to remove it including all of its history)"
14132msgstr ""
14133
14134#: git-submodule.sh:466
14135#, sh-format
14136msgid ""
14137"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14138"discard them"
14139msgstr ""
14140
14141#: git-submodule.sh:469
14142#, sh-format
14143msgid "Cleared directory '$displaypath'"
14144msgstr ""
14145
14146#: git-submodule.sh:470
14147#, sh-format
14148msgid "Could not remove submodule work tree '$displaypath'"
14149msgstr ""
14150
14151#: git-submodule.sh:473
14152#, sh-format
14153msgid "Could not create empty submodule directory '$displaypath'"
14154msgstr ""
14155
14156#: git-submodule.sh:482
14157#, sh-format
14158msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14159msgstr ""
14160
14161#: git-submodule.sh:637
14162#, sh-format
14163msgid "Unable to find current revision in submodule path '$displaypath'"
14164msgstr ""
14165
14166#: git-submodule.sh:647
14167#, sh-format
14168msgid "Unable to fetch in submodule path '$sm_path'"
14169msgstr ""
14170
14171#: git-submodule.sh:652
14172#, sh-format
14173msgid ""
14174"Unable to find current ${remote_name}/${branch} revision in submodule path "
14175"'$sm_path'"
14176msgstr ""
14177
14178#: git-submodule.sh:670
14179#, sh-format
14180msgid "Unable to fetch in submodule path '$displaypath'"
14181msgstr ""
14182
14183#: git-submodule.sh:676
14184#, sh-format
14185msgid ""
14186"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14187"Direct fetching of that commit failed."
14188msgstr ""
14189
14190#: git-submodule.sh:683
14191#, sh-format
14192msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14193msgstr ""
14194
14195#: git-submodule.sh:684
14196#, sh-format
14197msgid "Submodule path '$displaypath': checked out '$sha1'"
14198msgstr ""
14199
14200#: git-submodule.sh:688
14201#, sh-format
14202msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14203msgstr ""
14204
14205#: git-submodule.sh:689
14206#, sh-format
14207msgid "Submodule path '$displaypath': rebased into '$sha1'"
14208msgstr ""
14209
14210#: git-submodule.sh:694
14211#, sh-format
14212msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14213msgstr ""
14214
14215#: git-submodule.sh:695
14216#, sh-format
14217msgid "Submodule path '$displaypath': merged in '$sha1'"
14218msgstr ""
14219
14220#: git-submodule.sh:700
14221#, sh-format
14222msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14223msgstr ""
14224
14225#: git-submodule.sh:701
14226#, sh-format
14227msgid "Submodule path '$displaypath': '$command $sha1'"
14228msgstr ""
14229
14230#: git-submodule.sh:732
14231#, sh-format
14232msgid "Failed to recurse into submodule path '$displaypath'"
14233msgstr ""
14234
14235#: git-submodule.sh:840
14236msgid "The --cached option cannot be used with the --files option"
14237msgstr ""
14238
14239#: git-submodule.sh:892
14240#, sh-format
14241msgid "unexpected mode $mod_dst"
14242msgstr ""
14243
14244#: git-submodule.sh:912
14245#, sh-format
14246msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14247msgstr ""
14248
14249#: git-submodule.sh:915
14250#, sh-format
14251msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14252msgstr ""
14253
14254#: git-submodule.sh:918
14255#, sh-format
14256msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14257msgstr ""
14258
14259#: git-submodule.sh:1064
14260#, sh-format
14261msgid "Failed to recurse into submodule path '$sm_path'"
14262msgstr ""
14263
14264#: git-submodule.sh:1136
14265#, sh-format
14266msgid "Synchronizing submodule url for '$displaypath'"
14267msgstr ""
14268
14269#: git-parse-remote.sh:89
14270#, sh-format
14271msgid "See git-${cmd}(1) for details."
14272msgstr ""
14273
14274#: git-rebase--interactive.sh:140
14275#, sh-format
14276msgid "Rebasing ($new_count/$total)"
14277msgstr ""
14278
14279#: git-rebase--interactive.sh:156
14280msgid ""
14281"\n"
14282"Commands:\n"
14283"p, pick = use commit\n"
14284"r, reword = use commit, but edit the commit message\n"
14285"e, edit = use commit, but stop for amending\n"
14286"s, squash = use commit, but meld into previous commit\n"
14287"f, fixup = like \"squash\", but discard this commit's log message\n"
14288"x, exec = run command (the rest of the line) using shell\n"
14289"d, drop = remove commit\n"
14290"\n"
14291"These lines can be re-ordered; they are executed from top to bottom.\n"
14292msgstr ""
14293
14294#: git-rebase--interactive.sh:171
14295msgid ""
14296"\n"
14297"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14298msgstr ""
14299
14300#: git-rebase--interactive.sh:175
14301msgid ""
14302"\n"
14303"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14304msgstr ""
14305
14306#: git-rebase--interactive.sh:211
14307#, sh-format
14308msgid ""
14309"You can amend the commit now, with\n"
14310"\n"
14311"\tgit commit --amend $gpg_sign_opt_quoted\n"
14312"\n"
14313"Once you are satisfied with your changes, run\n"
14314"\n"
14315"\tgit rebase --continue"
14316msgstr ""
14317
14318#: git-rebase--interactive.sh:236
14319#, sh-format
14320msgid "$sha1: not a commit that can be picked"
14321msgstr ""
14322
14323#: git-rebase--interactive.sh:275
14324#, sh-format
14325msgid "Invalid commit name: $sha1"
14326msgstr ""
14327
14328#: git-rebase--interactive.sh:317
14329msgid "Cannot write current commit's replacement sha1"
14330msgstr ""
14331
14332#: git-rebase--interactive.sh:369
14333#, sh-format
14334msgid "Fast-forward to $sha1"
14335msgstr ""
14336
14337#: git-rebase--interactive.sh:371
14338#, sh-format
14339msgid "Cannot fast-forward to $sha1"
14340msgstr ""
14341
14342#: git-rebase--interactive.sh:380
14343#, sh-format
14344msgid "Cannot move HEAD to $first_parent"
14345msgstr ""
14346
14347#: git-rebase--interactive.sh:385
14348#, sh-format
14349msgid "Refusing to squash a merge: $sha1"
14350msgstr ""
14351
14352#: git-rebase--interactive.sh:400
14353#, sh-format
14354msgid "Error redoing merge $sha1"
14355msgstr ""
14356
14357#: git-rebase--interactive.sh:408
14358#, sh-format
14359msgid "Could not pick $sha1"
14360msgstr ""
14361
14362#: git-rebase--interactive.sh:417
14363#, sh-format
14364msgid "This is the commit message #${n}:"
14365msgstr ""
14366
14367#: git-rebase--interactive.sh:422
14368#, sh-format
14369msgid "The commit message #${n} will be skipped:"
14370msgstr ""
14371
14372#: git-rebase--interactive.sh:433
14373#, sh-format
14374msgid "This is a combination of $count commit."
14375msgid_plural "This is a combination of $count commits."
14376msgstr[0] ""
14377msgstr[1] ""
14378
14379#: git-rebase--interactive.sh:442
14380#, sh-format
14381msgid "Cannot write $fixup_msg"
14382msgstr ""
14383
14384#: git-rebase--interactive.sh:445
14385msgid "This is a combination of 2 commits."
14386msgstr ""
14387
14388#: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14389#: git-rebase--interactive.sh:532
14390#, sh-format
14391msgid "Could not apply $sha1... $rest"
14392msgstr ""
14393
14394#: git-rebase--interactive.sh:560
14395#, sh-format
14396msgid ""
14397"Could not amend commit after successfully picking $sha1... $rest\n"
14398"This is most likely due to an empty commit message, or the pre-commit hook\n"
14399"failed. If the pre-commit hook failed, you may need to resolve the issue "
14400"before\n"
14401"you are able to reword the commit."
14402msgstr ""
14403
14404#: git-rebase--interactive.sh:575
14405#, sh-format
14406msgid "Stopped at $sha1_abbrev... $rest"
14407msgstr ""
14408
14409#: git-rebase--interactive.sh:590
14410#, sh-format
14411msgid "Cannot '$squash_style' without a previous commit"
14412msgstr ""
14413
14414#: git-rebase--interactive.sh:632
14415#, sh-format
14416msgid "Executing: $rest"
14417msgstr ""
14418
14419#: git-rebase--interactive.sh:640
14420#, sh-format
14421msgid "Execution failed: $rest"
14422msgstr ""
14423
14424#: git-rebase--interactive.sh:642
14425msgid "and made changes to the index and/or the working tree"
14426msgstr ""
14427
14428#: git-rebase--interactive.sh:644
14429msgid ""
14430"You can fix the problem, and then run\n"
14431"\n"
14432"\tgit rebase --continue"
14433msgstr ""
14434
14435#. TRANSLATORS: after these lines is a command to be issued by the user
14436#: git-rebase--interactive.sh:657
14437#, sh-format
14438msgid ""
14439"Execution succeeded: $rest\n"
14440"but left changes to the index and/or the working tree\n"
14441"Commit or stash your changes, and then run\n"
14442"\n"
14443"\tgit rebase --continue"
14444msgstr ""
14445
14446#: git-rebase--interactive.sh:668
14447#, sh-format
14448msgid "Unknown command: $command $sha1 $rest"
14449msgstr ""
14450
14451#: git-rebase--interactive.sh:669
14452msgid "Please fix this using 'git rebase --edit-todo'."
14453msgstr ""
14454
14455#: git-rebase--interactive.sh:704
14456#, sh-format
14457msgid "Successfully rebased and updated $head_name."
14458msgstr ""
14459
14460#: git-rebase--interactive.sh:749
14461msgid "could not detach HEAD"
14462msgstr ""
14463
14464#: git-rebase--interactive.sh:784
14465msgid "Could not remove CHERRY_PICK_HEAD"
14466msgstr ""
14467
14468#: git-rebase--interactive.sh:789
14469#, sh-format
14470msgid ""
14471"You have staged changes in your working tree.\n"
14472"If these changes are meant to be\n"
14473"squashed into the previous commit, run:\n"
14474"\n"
14475"  git commit --amend $gpg_sign_opt_quoted\n"
14476"\n"
14477"If they are meant to go into a new commit, run:\n"
14478"\n"
14479"  git commit $gpg_sign_opt_quoted\n"
14480"\n"
14481"In both cases, once you're done, continue with:\n"
14482"\n"
14483"  git rebase --continue\n"
14484msgstr ""
14485
14486#: git-rebase--interactive.sh:806
14487msgid "Error trying to find the author identity to amend commit"
14488msgstr ""
14489
14490#: git-rebase--interactive.sh:811
14491msgid ""
14492"You have uncommitted changes in your working tree. Please commit them\n"
14493"first and then run 'git rebase --continue' again."
14494msgstr ""
14495
14496#: git-rebase--interactive.sh:816 git-rebase--interactive.sh:820
14497msgid "Could not commit staged changes."
14498msgstr ""
14499
14500#: git-rebase--interactive.sh:848
14501msgid ""
14502"\n"
14503"You are editing the todo file of an ongoing interactive rebase.\n"
14504"To continue rebase after editing, run:\n"
14505"    git rebase --continue\n"
14506"\n"
14507msgstr ""
14508
14509#: git-rebase--interactive.sh:856 git-rebase--interactive.sh:1015
14510msgid "Could not execute editor"
14511msgstr ""
14512
14513#: git-rebase--interactive.sh:869
14514#, sh-format
14515msgid "Could not checkout $switch_to"
14516msgstr ""
14517
14518#: git-rebase--interactive.sh:874
14519msgid "No HEAD?"
14520msgstr ""
14521
14522#: git-rebase--interactive.sh:875
14523#, sh-format
14524msgid "Could not create temporary $state_dir"
14525msgstr ""
14526
14527#: git-rebase--interactive.sh:877
14528msgid "Could not mark as interactive"
14529msgstr ""
14530
14531#: git-rebase--interactive.sh:887 git-rebase--interactive.sh:892
14532msgid "Could not init rewritten commits"
14533msgstr ""
14534
14535#: git-rebase--interactive.sh:993
14536#, sh-format
14537msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14538msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14539msgstr[0] ""
14540msgstr[1] ""
14541
14542#: git-rebase--interactive.sh:998
14543msgid ""
14544"\n"
14545"However, if you remove everything, the rebase will be aborted.\n"
14546"\n"
14547msgstr ""
14548
14549#: git-rebase--interactive.sh:1005
14550msgid "Note that empty commits are commented out"
14551msgstr ""
14552
14553#: git-sh-setup.sh:89 git-sh-setup.sh:94
14554#, sh-format
14555msgid "usage: $dashless $USAGE"
14556msgstr ""
14557
14558#: git-sh-setup.sh:190
14559#, sh-format
14560msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14561msgstr ""
14562
14563#: git-sh-setup.sh:199 git-sh-setup.sh:206
14564#, sh-format
14565msgid "fatal: $program_name cannot be used without a working tree."
14566msgstr ""
14567
14568#: git-sh-setup.sh:220
14569msgid "Cannot rebase: You have unstaged changes."
14570msgstr ""
14571
14572#: git-sh-setup.sh:223
14573msgid "Cannot rewrite branches: You have unstaged changes."
14574msgstr ""
14575
14576#: git-sh-setup.sh:226
14577msgid "Cannot pull with rebase: You have unstaged changes."
14578msgstr ""
14579
14580#: git-sh-setup.sh:229
14581#, sh-format
14582msgid "Cannot $action: You have unstaged changes."
14583msgstr ""
14584
14585#: git-sh-setup.sh:242
14586msgid "Cannot rebase: Your index contains uncommitted changes."
14587msgstr ""
14588
14589#: git-sh-setup.sh:245
14590msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14591msgstr ""
14592
14593#: git-sh-setup.sh:248
14594#, sh-format
14595msgid "Cannot $action: Your index contains uncommitted changes."
14596msgstr ""
14597
14598#: git-sh-setup.sh:252
14599msgid "Additionally, your index contains uncommitted changes."
14600msgstr ""
14601
14602#: git-sh-setup.sh:372
14603msgid "You need to run this command from the toplevel of the working tree."
14604msgstr ""
14605
14606#: git-sh-setup.sh:377
14607msgid "Unable to determine absolute path of git directory"
14608msgstr ""
14609
14610#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14611#: git-add--interactive.perl:196
14612#, perl-format
14613msgid "%12s %12s %s"
14614msgstr ""
14615
14616#: git-add--interactive.perl:197
14617msgid "staged"
14618msgstr ""
14619
14620#: git-add--interactive.perl:197
14621msgid "unstaged"
14622msgstr ""
14623
14624#: git-add--interactive.perl:246 git-add--interactive.perl:271
14625msgid "binary"
14626msgstr ""
14627
14628#: git-add--interactive.perl:255 git-add--interactive.perl:309
14629msgid "nothing"
14630msgstr ""
14631
14632#: git-add--interactive.perl:291 git-add--interactive.perl:306
14633msgid "unchanged"
14634msgstr ""
14635
14636#: git-add--interactive.perl:602
14637#, perl-format
14638msgid "added %d path\n"
14639msgid_plural "added %d paths\n"
14640msgstr[0] ""
14641msgstr[1] ""
14642
14643#: git-add--interactive.perl:605
14644#, perl-format
14645msgid "updated %d path\n"
14646msgid_plural "updated %d paths\n"
14647msgstr[0] ""
14648msgstr[1] ""
14649
14650#: git-add--interactive.perl:608
14651#, perl-format
14652msgid "reverted %d path\n"
14653msgid_plural "reverted %d paths\n"
14654msgstr[0] ""
14655msgstr[1] ""
14656
14657#: git-add--interactive.perl:611
14658#, perl-format
14659msgid "touched %d path\n"
14660msgid_plural "touched %d paths\n"
14661msgstr[0] ""
14662msgstr[1] ""
14663
14664#: git-add--interactive.perl:620
14665msgid "Update"
14666msgstr ""
14667
14668#: git-add--interactive.perl:632
14669msgid "Revert"
14670msgstr ""
14671
14672#: git-add--interactive.perl:655
14673#, perl-format
14674msgid "note: %s is untracked now.\n"
14675msgstr ""
14676
14677#: git-add--interactive.perl:666
14678msgid "Add untracked"
14679msgstr ""
14680
14681#: git-add--interactive.perl:672
14682msgid "No untracked files.\n"
14683msgstr ""
14684
14685#: git-add--interactive.perl:985
14686msgid ""
14687"If the patch applies cleanly, the edited hunk will immediately be\n"
14688"marked for staging."
14689msgstr ""
14690
14691#: git-add--interactive.perl:988
14692msgid ""
14693"If the patch applies cleanly, the edited hunk will immediately be\n"
14694"marked for stashing."
14695msgstr ""
14696
14697#: git-add--interactive.perl:991
14698msgid ""
14699"If the patch applies cleanly, the edited hunk will immediately be\n"
14700"marked for unstaging."
14701msgstr ""
14702
14703#: git-add--interactive.perl:994 git-add--interactive.perl:1003
14704msgid ""
14705"If the patch applies cleanly, the edited hunk will immediately be\n"
14706"marked for applying."
14707msgstr ""
14708
14709#: git-add--interactive.perl:997 git-add--interactive.perl:1000
14710msgid ""
14711"If the patch applies cleanly, the edited hunk will immediately be\n"
14712"marked for discarding."
14713msgstr ""
14714
14715#: git-add--interactive.perl:1013
14716#, perl-format
14717msgid "failed to open hunk edit file for writing: %s"
14718msgstr ""
14719
14720#: git-add--interactive.perl:1014
14721msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14722msgstr ""
14723
14724#: git-add--interactive.perl:1020
14725#, perl-format
14726msgid ""
14727"---\n"
14728"To remove '%s' lines, make them ' ' lines (context).\n"
14729"To remove '%s' lines, delete them.\n"
14730"Lines starting with %s will be removed.\n"
14731msgstr ""
14732
14733#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14734#: git-add--interactive.perl:1028
14735msgid ""
14736"If it does not apply cleanly, you will be given an opportunity to\n"
14737"edit again.  If all lines of the hunk are removed, then the edit is\n"
14738"aborted and the hunk is left unchanged.\n"
14739msgstr ""
14740
14741#: git-add--interactive.perl:1042
14742#, perl-format
14743msgid "failed to open hunk edit file for reading: %s"
14744msgstr ""
14745
14746#. TRANSLATORS: do not translate [y/n]
14747#. The program will only accept that input
14748#. at this point.
14749#. Consider translating (saying "no" discards!) as
14750#. (saying "n" for "no" discards!) if the translation
14751#. of the word "no" does not start with n.
14752#: git-add--interactive.perl:1134
14753msgid ""
14754"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14755msgstr ""
14756
14757#: git-add--interactive.perl:1143
14758msgid ""
14759"y - stage this hunk\n"
14760"n - do not stage this hunk\n"
14761"q - quit; do not stage this hunk or any of the remaining ones\n"
14762"a - stage this hunk and all later hunks in the file\n"
14763"d - do not stage this hunk or any of the later hunks in the file"
14764msgstr ""
14765
14766#: git-add--interactive.perl:1149
14767msgid ""
14768"y - stash this hunk\n"
14769"n - do not stash this hunk\n"
14770"q - quit; do not stash this hunk or any of the remaining ones\n"
14771"a - stash this hunk and all later hunks in the file\n"
14772"d - do not stash this hunk or any of the later hunks in the file"
14773msgstr ""
14774
14775#: git-add--interactive.perl:1155
14776msgid ""
14777"y - unstage this hunk\n"
14778"n - do not unstage this hunk\n"
14779"q - quit; do not unstage this hunk or any of the remaining ones\n"
14780"a - unstage this hunk and all later hunks in the file\n"
14781"d - do not unstage this hunk or any of the later hunks in the file"
14782msgstr ""
14783
14784#: git-add--interactive.perl:1161
14785msgid ""
14786"y - apply this hunk to index\n"
14787"n - do not apply this hunk to index\n"
14788"q - quit; do not apply this hunk or any of the remaining ones\n"
14789"a - apply this hunk and all later hunks in the file\n"
14790"d - do not apply this hunk or any of the later hunks in the file"
14791msgstr ""
14792
14793#: git-add--interactive.perl:1167
14794msgid ""
14795"y - discard this hunk from worktree\n"
14796"n - do not discard this hunk from worktree\n"
14797"q - quit; do not discard this hunk or any of the remaining ones\n"
14798"a - discard this hunk and all later hunks in the file\n"
14799"d - do not discard this hunk or any of the later hunks in the file"
14800msgstr ""
14801
14802#: git-add--interactive.perl:1173
14803msgid ""
14804"y - discard this hunk from index and worktree\n"
14805"n - do not discard this hunk from index and worktree\n"
14806"q - quit; do not discard this hunk or any of the remaining ones\n"
14807"a - discard this hunk and all later hunks in the file\n"
14808"d - do not discard this hunk or any of the later hunks in the file"
14809msgstr ""
14810
14811#: git-add--interactive.perl:1179
14812msgid ""
14813"y - apply this hunk to index and worktree\n"
14814"n - do not apply this hunk to index and worktree\n"
14815"q - quit; do not apply this hunk or any of the remaining ones\n"
14816"a - apply this hunk and all later hunks in the file\n"
14817"d - do not apply this hunk or any of the later hunks in the file"
14818msgstr ""
14819
14820#: git-add--interactive.perl:1188
14821msgid ""
14822"g - select a hunk to go to\n"
14823"/ - search for a hunk matching the given regex\n"
14824"j - leave this hunk undecided, see next undecided hunk\n"
14825"J - leave this hunk undecided, see next hunk\n"
14826"k - leave this hunk undecided, see previous undecided hunk\n"
14827"K - leave this hunk undecided, see previous hunk\n"
14828"s - split the current hunk into smaller hunks\n"
14829"e - manually edit the current hunk\n"
14830"? - print help\n"
14831msgstr ""
14832
14833#: git-add--interactive.perl:1219
14834msgid "The selected hunks do not apply to the index!\n"
14835msgstr ""
14836
14837#: git-add--interactive.perl:1220
14838msgid "Apply them to the worktree anyway? "
14839msgstr ""
14840
14841#: git-add--interactive.perl:1223
14842msgid "Nothing was applied.\n"
14843msgstr ""
14844
14845#: git-add--interactive.perl:1234
14846#, perl-format
14847msgid "ignoring unmerged: %s\n"
14848msgstr ""
14849
14850#: git-add--interactive.perl:1243
14851msgid "Only binary files changed.\n"
14852msgstr ""
14853
14854#: git-add--interactive.perl:1245
14855msgid "No changes.\n"
14856msgstr ""
14857
14858#: git-add--interactive.perl:1253
14859msgid "Patch update"
14860msgstr ""
14861
14862#: git-add--interactive.perl:1305
14863#, perl-format
14864msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14865msgstr ""
14866
14867#: git-add--interactive.perl:1306
14868#, perl-format
14869msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14870msgstr ""
14871
14872#: git-add--interactive.perl:1307
14873#, perl-format
14874msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14875msgstr ""
14876
14877#: git-add--interactive.perl:1310
14878#, perl-format
14879msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14880msgstr ""
14881
14882#: git-add--interactive.perl:1311
14883#, perl-format
14884msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14885msgstr ""
14886
14887#: git-add--interactive.perl:1312
14888#, perl-format
14889msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14890msgstr ""
14891
14892#: git-add--interactive.perl:1315
14893#, perl-format
14894msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14895msgstr ""
14896
14897#: git-add--interactive.perl:1316
14898#, perl-format
14899msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14900msgstr ""
14901
14902#: git-add--interactive.perl:1317
14903#, perl-format
14904msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14905msgstr ""
14906
14907#: git-add--interactive.perl:1320
14908#, perl-format
14909msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14910msgstr ""
14911
14912#: git-add--interactive.perl:1321
14913#, perl-format
14914msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14915msgstr ""
14916
14917#: git-add--interactive.perl:1322
14918#, perl-format
14919msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14920msgstr ""
14921
14922#: git-add--interactive.perl:1325
14923#, perl-format
14924msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14925msgstr ""
14926
14927#: git-add--interactive.perl:1326
14928#, perl-format
14929msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14930msgstr ""
14931
14932#: git-add--interactive.perl:1327
14933#, perl-format
14934msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14935msgstr ""
14936
14937#: git-add--interactive.perl:1330
14938#, perl-format
14939msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14940msgstr ""
14941
14942#: git-add--interactive.perl:1331
14943#, perl-format
14944msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14945msgstr ""
14946
14947#: git-add--interactive.perl:1332
14948#, perl-format
14949msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14950msgstr ""
14951
14952#: git-add--interactive.perl:1335
14953#, perl-format
14954msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14955msgstr ""
14956
14957#: git-add--interactive.perl:1336
14958#, perl-format
14959msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14960msgstr ""
14961
14962#: git-add--interactive.perl:1337
14963#, perl-format
14964msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14965msgstr ""
14966
14967#: git-add--interactive.perl:1440
14968msgid "go to which hunk (<ret> to see more)? "
14969msgstr ""
14970
14971#: git-add--interactive.perl:1442
14972msgid "go to which hunk? "
14973msgstr ""
14974
14975#: git-add--interactive.perl:1451
14976#, perl-format
14977msgid "Invalid number: '%s'\n"
14978msgstr ""
14979
14980#: git-add--interactive.perl:1456
14981#, perl-format
14982msgid "Sorry, only %d hunk available.\n"
14983msgid_plural "Sorry, only %d hunks available.\n"
14984msgstr[0] ""
14985msgstr[1] ""
14986
14987#: git-add--interactive.perl:1482
14988msgid "search for regex? "
14989msgstr ""
14990
14991#: git-add--interactive.perl:1495
14992#, perl-format
14993msgid "Malformed search regexp %s: %s\n"
14994msgstr ""
14995
14996#: git-add--interactive.perl:1505
14997msgid "No hunk matches the given pattern\n"
14998msgstr ""
14999
15000#: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15001msgid "No previous hunk\n"
15002msgstr ""
15003
15004#: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15005msgid "No next hunk\n"
15006msgstr ""
15007
15008#: git-add--interactive.perl:1553
15009#, perl-format
15010msgid "Split into %d hunk.\n"
15011msgid_plural "Split into %d hunks.\n"
15012msgstr[0] ""
15013msgstr[1] ""
15014
15015#: git-add--interactive.perl:1605
15016msgid "Review diff"
15017msgstr ""
15018
15019#. TRANSLATORS: please do not translate the command names
15020#. 'status', 'update', 'revert', etc.
15021#: git-add--interactive.perl:1624
15022msgid ""
15023"status        - show paths with changes\n"
15024"update        - add working tree state to the staged set of changes\n"
15025"revert        - revert staged set of changes back to the HEAD version\n"
15026"patch         - pick hunks and update selectively\n"
15027"diff          - view diff between HEAD and index\n"
15028"add untracked - add contents of untracked files to the staged set of "
15029"changes\n"
15030msgstr ""
15031
15032#: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15033#: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15034#: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15035msgid "missing --"
15036msgstr ""
15037
15038#: git-add--interactive.perl:1662
15039#, perl-format
15040msgid "unknown --patch mode: %s"
15041msgstr ""
15042
15043#: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15044#, perl-format
15045msgid "invalid argument %s, expecting --"
15046msgstr ""
15047
15048#: git-send-email.perl:126
15049msgid "local zone differs from GMT by a non-minute interval\n"
15050msgstr ""
15051
15052#: git-send-email.perl:133 git-send-email.perl:139
15053msgid "local time offset greater than or equal to 24 hours\n"
15054msgstr ""
15055
15056#: git-send-email.perl:207 git-send-email.perl:213
15057msgid "the editor exited uncleanly, aborting everything"
15058msgstr ""
15059
15060#: git-send-email.perl:290
15061#, perl-format
15062msgid ""
15063"'%s' contains an intermediate version of the email you were composing.\n"
15064msgstr ""
15065
15066#: git-send-email.perl:295
15067#, perl-format
15068msgid "'%s.final' contains the composed email.\n"
15069msgstr ""
15070
15071#: git-send-email.perl:313
15072msgid "--dump-aliases incompatible with other options\n"
15073msgstr ""
15074
15075#: git-send-email.perl:378 git-send-email.perl:629
15076msgid "Cannot run git format-patch from outside a repository\n"
15077msgstr ""
15078
15079#: git-send-email.perl:447
15080#, perl-format
15081msgid "Unknown --suppress-cc field: '%s'\n"
15082msgstr ""
15083
15084#: git-send-email.perl:476
15085#, perl-format
15086msgid "Unknown --confirm setting: '%s'\n"
15087msgstr ""
15088
15089#: git-send-email.perl:504
15090#, perl-format
15091msgid "warning: sendmail alias with quotes is not supported: %s\n"
15092msgstr ""
15093
15094#: git-send-email.perl:506
15095#, perl-format
15096msgid "warning: `:include:` not supported: %s\n"
15097msgstr ""
15098
15099#: git-send-email.perl:508
15100#, perl-format
15101msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15102msgstr ""
15103
15104#: git-send-email.perl:513
15105#, perl-format
15106msgid "warning: sendmail line is not recognized: %s\n"
15107msgstr ""
15108
15109#: git-send-email.perl:595
15110#, perl-format
15111msgid ""
15112"File '%s' exists but it could also be the range of commits\n"
15113"to produce patches for.  Please disambiguate by...\n"
15114"\n"
15115"    * Saying \"./%s\" if you mean a file; or\n"
15116"    * Giving --format-patch option if you mean a range.\n"
15117msgstr ""
15118
15119#: git-send-email.perl:616
15120#, perl-format
15121msgid "Failed to opendir %s: %s"
15122msgstr ""
15123
15124#: git-send-email.perl:640
15125#, perl-format
15126msgid ""
15127"fatal: %s: %s\n"
15128"warning: no patches were sent\n"
15129msgstr ""
15130
15131#: git-send-email.perl:651
15132msgid ""
15133"\n"
15134"No patch files specified!\n"
15135"\n"
15136msgstr ""
15137
15138#: git-send-email.perl:664
15139#, perl-format
15140msgid "No subject line in %s?"
15141msgstr ""
15142
15143#: git-send-email.perl:674
15144#, perl-format
15145msgid "Failed to open for writing %s: %s"
15146msgstr ""
15147
15148#: git-send-email.perl:684
15149msgid ""
15150"Lines beginning in \"GIT:\" will be removed.\n"
15151"Consider including an overall diffstat or table of contents\n"
15152"for the patch you are writing.\n"
15153"\n"
15154"Clear the body content if you don't wish to send a summary.\n"
15155msgstr ""
15156
15157#: git-send-email.perl:707
15158#, perl-format
15159msgid "Failed to open %s.final: %s"
15160msgstr ""
15161
15162#: git-send-email.perl:710
15163#, perl-format
15164msgid "Failed to open %s: %s"
15165msgstr ""
15166
15167#: git-send-email.perl:745
15168msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15169msgstr ""
15170
15171#: git-send-email.perl:754
15172msgid "Summary email is empty, skipping it\n"
15173msgstr ""
15174
15175#. TRANSLATORS: please keep [y/N] as is.
15176#: git-send-email.perl:786
15177#, perl-format
15178msgid "Are you sure you want to use <%s> [y/N]? "
15179msgstr ""
15180
15181#: git-send-email.perl:815
15182msgid ""
15183"The following files are 8bit, but do not declare a Content-Transfer-"
15184"Encoding.\n"
15185msgstr ""
15186
15187#: git-send-email.perl:820
15188msgid "Which 8bit encoding should I declare [UTF-8]? "
15189msgstr ""
15190
15191#: git-send-email.perl:828
15192#, perl-format
15193msgid ""
15194"Refusing to send because the patch\n"
15195"\t%s\n"
15196"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15197"want to send.\n"
15198msgstr ""
15199
15200#: git-send-email.perl:847
15201msgid "To whom should the emails be sent (if anyone)?"
15202msgstr ""
15203
15204#: git-send-email.perl:865
15205#, perl-format
15206msgid "fatal: alias '%s' expands to itself\n"
15207msgstr ""
15208
15209#: git-send-email.perl:877
15210msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15211msgstr ""
15212
15213#: git-send-email.perl:927 git-send-email.perl:935
15214#, perl-format
15215msgid "error: unable to extract a valid address from: %s\n"
15216msgstr ""
15217
15218#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15219#. translation. The program will only accept English input
15220#. at this point.
15221#: git-send-email.perl:939
15222msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15223msgstr ""
15224
15225#: git-send-email.perl:1260
15226#, perl-format
15227msgid "CA path \"%s\" does not exist"
15228msgstr ""
15229
15230#: git-send-email.perl:1335
15231msgid ""
15232"    The Cc list above has been expanded by additional\n"
15233"    addresses found in the patch commit message. By default\n"
15234"    send-email prompts before sending whenever this occurs.\n"
15235"    This behavior is controlled by the sendemail.confirm\n"
15236"    configuration setting.\n"
15237"\n"
15238"    For additional information, run 'git send-email --help'.\n"
15239"    To retain the current behavior, but squelch this message,\n"
15240"    run 'git config --global sendemail.confirm auto'.\n"
15241"\n"
15242msgstr ""
15243
15244#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15245#. translation. The program will only accept English input
15246#. at this point.
15247#: git-send-email.perl:1350
15248msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15249msgstr ""
15250
15251#: git-send-email.perl:1353
15252msgid "Send this email reply required"
15253msgstr ""
15254
15255#: git-send-email.perl:1379
15256msgid "The required SMTP server is not properly defined."
15257msgstr ""
15258
15259#: git-send-email.perl:1426
15260#, perl-format
15261msgid "Server does not support STARTTLS! %s"
15262msgstr ""
15263
15264#: git-send-email.perl:1431 git-send-email.perl:1435
15265#, perl-format
15266msgid "STARTTLS failed! %s"
15267msgstr ""
15268
15269#: git-send-email.perl:1445
15270msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15271msgstr ""
15272
15273#: git-send-email.perl:1463
15274#, perl-format
15275msgid "Failed to send %s\n"
15276msgstr ""
15277
15278#: git-send-email.perl:1466
15279#, perl-format
15280msgid "Dry-Sent %s\n"
15281msgstr ""
15282
15283#: git-send-email.perl:1466
15284#, perl-format
15285msgid "Sent %s\n"
15286msgstr ""
15287
15288#: git-send-email.perl:1468
15289msgid "Dry-OK. Log says:\n"
15290msgstr ""
15291
15292#: git-send-email.perl:1468
15293msgid "OK. Log says:\n"
15294msgstr ""
15295
15296#: git-send-email.perl:1480
15297msgid "Result: "
15298msgstr ""
15299
15300#: git-send-email.perl:1483
15301msgid "Result: OK\n"
15302msgstr ""
15303
15304#: git-send-email.perl:1496
15305#, perl-format
15306msgid "can't open file %s"
15307msgstr ""
15308
15309#: git-send-email.perl:1543 git-send-email.perl:1563
15310#, perl-format
15311msgid "(mbox) Adding cc: %s from line '%s'\n"
15312msgstr ""
15313
15314#: git-send-email.perl:1549
15315#, perl-format
15316msgid "(mbox) Adding to: %s from line '%s'\n"
15317msgstr ""
15318
15319#: git-send-email.perl:1597
15320#, perl-format
15321msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15322msgstr ""
15323
15324#: git-send-email.perl:1622
15325#, perl-format
15326msgid "(body) Adding cc: %s from line '%s'\n"
15327msgstr ""
15328
15329#: git-send-email.perl:1728
15330#, perl-format
15331msgid "(%s) Could not execute '%s'"
15332msgstr ""
15333
15334#: git-send-email.perl:1735
15335#, perl-format
15336msgid "(%s) Adding %s: %s from: '%s'\n"
15337msgstr ""
15338
15339#: git-send-email.perl:1739
15340#, perl-format
15341msgid "(%s) failed to close pipe to '%s'"
15342msgstr ""
15343
15344#: git-send-email.perl:1766
15345msgid "cannot send message as 7bit"
15346msgstr ""
15347
15348#: git-send-email.perl:1774
15349msgid "invalid transfer encoding"
15350msgstr ""
15351
15352#: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:1873
15353#, perl-format
15354msgid "unable to open %s: %s\n"
15355msgstr ""
15356
15357#: git-send-email.perl:1815
15358#, perl-format
15359msgid "%s: patch contains a line longer than 998 characters"
15360msgstr ""
15361
15362#: git-send-email.perl:1831
15363#, perl-format
15364msgid "Skipping %s with backup suffix '%s'.\n"
15365msgstr ""
15366
15367#. TRANSLATORS: please keep "[y|N]" as is.
15368#: git-send-email.perl:1835
15369#, perl-format
15370msgid "Do you really want to send %s? [y|N]: "
15371msgstr ""