po / git.poton commit Merge branch 'ls/editor-waiting-message' (0c69a13)
   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-17 09:44+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:1947 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:433
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:1792
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:105
2426#, c-format
2427msgid "expected format: %%(color:<color>)"
2428msgstr ""
2429
2430#: ref-filter.c:107
2431#, c-format
2432msgid "unrecognized color: %%(color:%s)"
2433msgstr ""
2434
2435#: ref-filter.c:127
2436#, c-format
2437msgid "Integer value expected refname:lstrip=%s"
2438msgstr ""
2439
2440#: ref-filter.c:131
2441#, c-format
2442msgid "Integer value expected refname:rstrip=%s"
2443msgstr ""
2444
2445#: ref-filter.c:133
2446#, c-format
2447msgid "unrecognized %%(%s) argument: %s"
2448msgstr ""
2449
2450#: ref-filter.c:173
2451#, c-format
2452msgid "%%(body) does not take arguments"
2453msgstr ""
2454
2455#: ref-filter.c:180
2456#, c-format
2457msgid "%%(subject) does not take arguments"
2458msgstr ""
2459
2460#: ref-filter.c:198
2461#, c-format
2462msgid "unknown %%(trailers) argument: %s"
2463msgstr ""
2464
2465#: ref-filter.c:221
2466#, c-format
2467msgid "positive value expected contents:lines=%s"
2468msgstr ""
2469
2470#: ref-filter.c:223
2471#, c-format
2472msgid "unrecognized %%(contents) argument: %s"
2473msgstr ""
2474
2475#: ref-filter.c:236
2476#, c-format
2477msgid "positive value expected objectname:short=%s"
2478msgstr ""
2479
2480#: ref-filter.c:240
2481#, c-format
2482msgid "unrecognized %%(objectname) argument: %s"
2483msgstr ""
2484
2485#: ref-filter.c:267
2486#, c-format
2487msgid "expected format: %%(align:<width>,<position>)"
2488msgstr ""
2489
2490#: ref-filter.c:279
2491#, c-format
2492msgid "unrecognized position:%s"
2493msgstr ""
2494
2495#: ref-filter.c:283
2496#, c-format
2497msgid "unrecognized width:%s"
2498msgstr ""
2499
2500#: ref-filter.c:289
2501#, c-format
2502msgid "unrecognized %%(align) argument: %s"
2503msgstr ""
2504
2505#: ref-filter.c:293
2506#, c-format
2507msgid "positive width expected with the %%(align) atom"
2508msgstr ""
2509
2510#: ref-filter.c:308
2511#, c-format
2512msgid "unrecognized %%(if) argument: %s"
2513msgstr ""
2514
2515#: ref-filter.c:398
2516#, c-format
2517msgid "malformed field name: %.*s"
2518msgstr ""
2519
2520#: ref-filter.c:424
2521#, c-format
2522msgid "unknown field name: %.*s"
2523msgstr ""
2524
2525#: ref-filter.c:536
2526#, c-format
2527msgid "format: %%(if) atom used without a %%(then) atom"
2528msgstr ""
2529
2530#: ref-filter.c:596
2531#, c-format
2532msgid "format: %%(then) atom used without an %%(if) atom"
2533msgstr ""
2534
2535#: ref-filter.c:598
2536#, c-format
2537msgid "format: %%(then) atom used more than once"
2538msgstr ""
2539
2540#: ref-filter.c:600
2541#, c-format
2542msgid "format: %%(then) atom used after %%(else)"
2543msgstr ""
2544
2545#: ref-filter.c:626
2546#, c-format
2547msgid "format: %%(else) atom used without an %%(if) atom"
2548msgstr ""
2549
2550#: ref-filter.c:628
2551#, c-format
2552msgid "format: %%(else) atom used without a %%(then) atom"
2553msgstr ""
2554
2555#: ref-filter.c:630
2556#, c-format
2557msgid "format: %%(else) atom used more than once"
2558msgstr ""
2559
2560#: ref-filter.c:643
2561#, c-format
2562msgid "format: %%(end) atom used without corresponding atom"
2563msgstr ""
2564
2565#: ref-filter.c:698
2566#, c-format
2567msgid "malformed format string %s"
2568msgstr ""
2569
2570#: ref-filter.c:1283
2571#, c-format
2572msgid "(no branch, rebasing %s)"
2573msgstr ""
2574
2575#: ref-filter.c:1286
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:1294
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:1301
2592#, c-format
2593msgid "(HEAD detached from %s)"
2594msgstr ""
2595
2596#: ref-filter.c:1305
2597msgid "(no branch)"
2598msgstr ""
2599
2600#: ref-filter.c:1454 ref-filter.c:1485
2601#, c-format
2602msgid "missing object %s for %s"
2603msgstr ""
2604
2605#: ref-filter.c:1457 ref-filter.c:1488
2606#, c-format
2607msgid "parse_object_buffer failed on %s for %s"
2608msgstr ""
2609
2610#: ref-filter.c:1788
2611#, c-format
2612msgid "malformed object at '%s'"
2613msgstr ""
2614
2615#: ref-filter.c:1855
2616#, c-format
2617msgid "ignoring ref with broken name %s"
2618msgstr ""
2619
2620#: ref-filter.c:1860
2621#, c-format
2622msgid "ignoring broken ref %s"
2623msgstr ""
2624
2625#: ref-filter.c:2122
2626#, c-format
2627msgid "format: %%(end) atom missing"
2628msgstr ""
2629
2630#: ref-filter.c:2216
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 ""
3289"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3290msgstr ""
3291
3292#: sequencer.c:2641
3293#, c-format
3294msgid ""
3295"Warning: some commits may have been dropped accidentally.\n"
3296"Dropped commits (newer to older):\n"
3297msgstr ""
3298
3299#: sequencer.c:2648
3300#, c-format
3301msgid ""
3302"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3303"\n"
3304"Use 'git config rebase.missingCommitsCheck' to change the level of "
3305"warnings.\n"
3306"The possible behaviours are: ignore, warn, error.\n"
3307"\n"
3308msgstr ""
3309
3310#: sequencer.c:2660
3311#, c-format
3312msgid ""
3313"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3314"continue'.\n"
3315"Or you can abort the rebase with 'git rebase --abort'.\n"
3316msgstr ""
3317
3318#: sequencer.c:2708
3319#, c-format
3320msgid "could not parse commit '%s'"
3321msgstr ""
3322
3323#: sequencer.c:2727 sequencer.c:2742 wrapper.c:225 wrapper.c:395
3324#: builtin/am.c:775
3325#, c-format
3326msgid "could not open '%s' for writing"
3327msgstr ""
3328
3329#: sequencer.c:2756
3330#, c-format
3331msgid "could not truncate '%s'"
3332msgstr ""
3333
3334#: sequencer.c:2848
3335msgid "the script was already rearranged."
3336msgstr ""
3337
3338#: sequencer.c:2953
3339#, c-format
3340msgid "could not finish '%s'"
3341msgstr ""
3342
3343#: setup.c:171
3344#, c-format
3345msgid ""
3346"%s: no such path in the working tree.\n"
3347"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3348msgstr ""
3349
3350#: setup.c:184
3351#, c-format
3352msgid ""
3353"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3354"Use '--' to separate paths from revisions, like this:\n"
3355"'git <command> [<revision>...] -- [<file>...]'"
3356msgstr ""
3357
3358#: setup.c:252
3359#, c-format
3360msgid ""
3361"ambiguous argument '%s': both revision and filename\n"
3362"Use '--' to separate paths from revisions, like this:\n"
3363"'git <command> [<revision>...] -- [<file>...]'"
3364msgstr ""
3365
3366#: setup.c:499
3367#, c-format
3368msgid "Expected git repo version <= %d, found %d"
3369msgstr ""
3370
3371#: setup.c:507
3372msgid "unknown repository extensions found:"
3373msgstr ""
3374
3375#: setup.c:806
3376#, c-format
3377msgid "Not a git repository (or any of the parent directories): %s"
3378msgstr ""
3379
3380#: setup.c:808 builtin/index-pack.c:1653
3381msgid "Cannot come back to cwd"
3382msgstr ""
3383
3384#: setup.c:1046
3385msgid "Unable to read current working directory"
3386msgstr ""
3387
3388#: setup.c:1058 setup.c:1064
3389#, c-format
3390msgid "Cannot change to '%s'"
3391msgstr ""
3392
3393#: setup.c:1077
3394#, c-format
3395msgid ""
3396"Not a git repository (or any parent up to mount point %s)\n"
3397"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3398msgstr ""
3399
3400#: setup.c:1159
3401#, c-format
3402msgid ""
3403"Problem with core.sharedRepository filemode value (0%.3o).\n"
3404"The owner of files must always have read and write permissions."
3405msgstr ""
3406
3407#: sha1_file.c:528
3408#, c-format
3409msgid "path '%s' does not exist"
3410msgstr ""
3411
3412#: sha1_file.c:554
3413#, c-format
3414msgid "reference repository '%s' as a linked checkout is not supported yet."
3415msgstr ""
3416
3417#: sha1_file.c:560
3418#, c-format
3419msgid "reference repository '%s' is not a local repository."
3420msgstr ""
3421
3422#: sha1_file.c:566
3423#, c-format
3424msgid "reference repository '%s' is shallow"
3425msgstr ""
3426
3427#: sha1_file.c:574
3428#, c-format
3429msgid "reference repository '%s' is grafted"
3430msgstr ""
3431
3432#: sha1_name.c:420
3433#, c-format
3434msgid "short SHA1 %s is ambiguous"
3435msgstr ""
3436
3437#: sha1_name.c:431
3438msgid "The candidates are:"
3439msgstr ""
3440
3441#: sha1_name.c:590
3442msgid ""
3443"Git normally never creates a ref that ends with 40 hex characters\n"
3444"because it will be ignored when you just specify 40-hex. These refs\n"
3445"may be created by mistake. For example,\n"
3446"\n"
3447"  git checkout -b $br $(git rev-parse ...)\n"
3448"\n"
3449"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3450"examine these refs and maybe delete them. Turn this message off by\n"
3451"running \"git config advice.objectNameWarning false\""
3452msgstr ""
3453
3454#: submodule.c:93 submodule.c:127
3455msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3456msgstr ""
3457
3458#: submodule.c:97 submodule.c:131
3459#, c-format
3460msgid "Could not find section in .gitmodules where path=%s"
3461msgstr ""
3462
3463#: submodule.c:105
3464#, c-format
3465msgid "Could not update .gitmodules entry %s"
3466msgstr ""
3467
3468#: submodule.c:138
3469#, c-format
3470msgid "Could not remove .gitmodules entry for %s"
3471msgstr ""
3472
3473#: submodule.c:149
3474msgid "staging updated .gitmodules failed"
3475msgstr ""
3476
3477#: submodule.c:309
3478#, c-format
3479msgid "in unpopulated submodule '%s'"
3480msgstr ""
3481
3482#: submodule.c:340
3483#, c-format
3484msgid "Pathspec '%s' is in submodule '%.*s'"
3485msgstr ""
3486
3487#: submodule.c:799
3488#, c-format
3489msgid "submodule entry '%s' (%s) is a %s, not a commit"
3490msgstr ""
3491
3492#: submodule.c:1021 builtin/branch.c:641 builtin/submodule--helper.c:1149
3493msgid "Failed to resolve HEAD as a valid ref."
3494msgstr ""
3495
3496#: submodule.c:1304
3497#, c-format
3498msgid "'%s' not recognized as a git repository"
3499msgstr ""
3500
3501#: submodule.c:1442
3502#, c-format
3503msgid "could not start 'git status' in submodule '%s'"
3504msgstr ""
3505
3506#: submodule.c:1455
3507#, c-format
3508msgid "could not run 'git status' in submodule '%s'"
3509msgstr ""
3510
3511#: submodule.c:1548
3512#, c-format
3513msgid "submodule '%s' has dirty index"
3514msgstr ""
3515
3516#: submodule.c:1809
3517#, c-format
3518msgid ""
3519"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3520msgstr ""
3521
3522#: submodule.c:1821 submodule.c:1877
3523#, c-format
3524msgid "could not lookup name for submodule '%s'"
3525msgstr ""
3526
3527#: submodule.c:1825 builtin/submodule--helper.c:671
3528#: builtin/submodule--helper.c:681
3529#, c-format
3530msgid "could not create directory '%s'"
3531msgstr ""
3532
3533#: submodule.c:1828
3534#, c-format
3535msgid ""
3536"Migrating git directory of '%s%s' from\n"
3537"'%s' to\n"
3538"'%s'\n"
3539msgstr ""
3540
3541#: submodule.c:1912
3542#, c-format
3543msgid "could not recurse into submodule '%s'"
3544msgstr ""
3545
3546#: submodule.c:1956
3547msgid "could not start ls-files in .."
3548msgstr ""
3549
3550#: submodule.c:1976
3551msgid "BUG: returned path string doesn't match cwd?"
3552msgstr ""
3553
3554#: submodule.c:1995
3555#, c-format
3556msgid "ls-tree returned unexpected return code %d"
3557msgstr ""
3558
3559#: submodule-config.c:263
3560msgid "negative values not allowed for submodule.fetchjobs"
3561msgstr ""
3562
3563#: submodule-config.c:436
3564#, c-format
3565msgid "invalid value for %s"
3566msgstr ""
3567
3568#: trailer.c:238
3569#, c-format
3570msgid "running trailer command '%s' failed"
3571msgstr ""
3572
3573#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
3574#: trailer.c:557
3575#, c-format
3576msgid "unknown value '%s' for key '%s'"
3577msgstr ""
3578
3579#: trailer.c:539 trailer.c:544 builtin/remote.c:290
3580#, c-format
3581msgid "more than one %s"
3582msgstr ""
3583
3584#: trailer.c:730
3585#, c-format
3586msgid "empty trailer token in trailer '%.*s'"
3587msgstr ""
3588
3589#: trailer.c:750
3590#, c-format
3591msgid "could not read input file '%s'"
3592msgstr ""
3593
3594#: trailer.c:753
3595msgid "could not read from stdin"
3596msgstr ""
3597
3598#: trailer.c:1008 builtin/am.c:46
3599#, c-format
3600msgid "could not stat %s"
3601msgstr ""
3602
3603#: trailer.c:1010
3604#, c-format
3605msgid "file %s is not a regular file"
3606msgstr ""
3607
3608#: trailer.c:1012
3609#, c-format
3610msgid "file %s is not writable by user"
3611msgstr ""
3612
3613#: trailer.c:1024
3614msgid "could not open temporary file"
3615msgstr ""
3616
3617#: trailer.c:1064
3618#, c-format
3619msgid "could not rename temporary file to %s"
3620msgstr ""
3621
3622#: transport.c:62
3623#, c-format
3624msgid "Would set upstream of '%s' to '%s' of '%s'\n"
3625msgstr ""
3626
3627#: transport.c:151
3628#, c-format
3629msgid "transport: invalid depth option '%s'"
3630msgstr ""
3631
3632#: transport.c:888
3633#, c-format
3634msgid ""
3635"The following submodule paths contain changes that can\n"
3636"not be found on any remote:\n"
3637msgstr ""
3638
3639#: transport.c:892
3640#, c-format
3641msgid ""
3642"\n"
3643"Please try\n"
3644"\n"
3645"\tgit push --recurse-submodules=on-demand\n"
3646"\n"
3647"or cd to the path and use\n"
3648"\n"
3649"\tgit push\n"
3650"\n"
3651"to push them to a remote.\n"
3652"\n"
3653msgstr ""
3654
3655#: transport.c:900
3656msgid "Aborting."
3657msgstr ""
3658
3659#: transport-helper.c:1071
3660#, c-format
3661msgid "Could not read ref %s"
3662msgstr ""
3663
3664#: tree-walk.c:31
3665msgid "too-short tree object"
3666msgstr ""
3667
3668#: tree-walk.c:37
3669msgid "malformed mode in tree entry"
3670msgstr ""
3671
3672#: tree-walk.c:41
3673msgid "empty filename in tree entry"
3674msgstr ""
3675
3676#: tree-walk.c:114
3677msgid "too-short tree file"
3678msgstr ""
3679
3680#: unpack-trees.c:106
3681#, c-format
3682msgid ""
3683"Your local changes to the following files would be overwritten by checkout:\n"
3684"%%sPlease commit your changes or stash them before you switch branches."
3685msgstr ""
3686
3687#: unpack-trees.c:108
3688#, c-format
3689msgid ""
3690"Your local changes to the following files would be overwritten by checkout:\n"
3691"%%s"
3692msgstr ""
3693
3694#: unpack-trees.c:111
3695#, c-format
3696msgid ""
3697"Your local changes to the following files would be overwritten by merge:\n"
3698"%%sPlease commit your changes or stash them before you merge."
3699msgstr ""
3700
3701#: unpack-trees.c:113
3702#, c-format
3703msgid ""
3704"Your local changes to the following files would be overwritten by merge:\n"
3705"%%s"
3706msgstr ""
3707
3708#: unpack-trees.c:116
3709#, c-format
3710msgid ""
3711"Your local changes to the following files would be overwritten by %s:\n"
3712"%%sPlease commit your changes or stash them before you %s."
3713msgstr ""
3714
3715#: unpack-trees.c:118
3716#, c-format
3717msgid ""
3718"Your local changes to the following files would be overwritten by %s:\n"
3719"%%s"
3720msgstr ""
3721
3722#: unpack-trees.c:123
3723#, c-format
3724msgid ""
3725"Updating the following directories would lose untracked files in them:\n"
3726"%s"
3727msgstr ""
3728
3729#: unpack-trees.c:127
3730#, c-format
3731msgid ""
3732"The following untracked working tree files would be removed by checkout:\n"
3733"%%sPlease move or remove them before you switch branches."
3734msgstr ""
3735
3736#: unpack-trees.c:129
3737#, c-format
3738msgid ""
3739"The following untracked working tree files would be removed by checkout:\n"
3740"%%s"
3741msgstr ""
3742
3743#: unpack-trees.c:132
3744#, c-format
3745msgid ""
3746"The following untracked working tree files would be removed by merge:\n"
3747"%%sPlease move or remove them before you merge."
3748msgstr ""
3749
3750#: unpack-trees.c:134
3751#, c-format
3752msgid ""
3753"The following untracked working tree files would be removed by merge:\n"
3754"%%s"
3755msgstr ""
3756
3757#: unpack-trees.c:137
3758#, c-format
3759msgid ""
3760"The following untracked working tree files would be removed by %s:\n"
3761"%%sPlease move or remove them before you %s."
3762msgstr ""
3763
3764#: unpack-trees.c:139
3765#, c-format
3766msgid ""
3767"The following untracked working tree files would be removed by %s:\n"
3768"%%s"
3769msgstr ""
3770
3771#: unpack-trees.c:144
3772#, c-format
3773msgid ""
3774"The following untracked working tree files would be overwritten by "
3775"checkout:\n"
3776"%%sPlease move or remove them before you switch branches."
3777msgstr ""
3778
3779#: unpack-trees.c:146
3780#, c-format
3781msgid ""
3782"The following untracked working tree files would be overwritten by "
3783"checkout:\n"
3784"%%s"
3785msgstr ""
3786
3787#: unpack-trees.c:149
3788#, c-format
3789msgid ""
3790"The following untracked working tree files would be overwritten by merge:\n"
3791"%%sPlease move or remove them before you merge."
3792msgstr ""
3793
3794#: unpack-trees.c:151
3795#, c-format
3796msgid ""
3797"The following untracked working tree files would be overwritten by merge:\n"
3798"%%s"
3799msgstr ""
3800
3801#: unpack-trees.c:154
3802#, c-format
3803msgid ""
3804"The following untracked working tree files would be overwritten by %s:\n"
3805"%%sPlease move or remove them before you %s."
3806msgstr ""
3807
3808#: unpack-trees.c:156
3809#, c-format
3810msgid ""
3811"The following untracked working tree files would be overwritten by %s:\n"
3812"%%s"
3813msgstr ""
3814
3815#: unpack-trees.c:163
3816#, c-format
3817msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
3818msgstr ""
3819
3820#: unpack-trees.c:166
3821#, c-format
3822msgid ""
3823"Cannot update sparse checkout: the following entries are not up to date:\n"
3824"%s"
3825msgstr ""
3826
3827#: unpack-trees.c:168
3828#, c-format
3829msgid ""
3830"The following working tree files would be overwritten by sparse checkout "
3831"update:\n"
3832"%s"
3833msgstr ""
3834
3835#: unpack-trees.c:170
3836#, c-format
3837msgid ""
3838"The following working tree files would be removed by sparse checkout "
3839"update:\n"
3840"%s"
3841msgstr ""
3842
3843#: unpack-trees.c:172
3844#, c-format
3845msgid ""
3846"Cannot update submodule:\n"
3847"%s"
3848msgstr ""
3849
3850#: unpack-trees.c:249
3851#, c-format
3852msgid "Aborting\n"
3853msgstr ""
3854
3855#: unpack-trees.c:331
3856msgid "Checking out files"
3857msgstr ""
3858
3859#: urlmatch.c:163
3860msgid "invalid URL scheme name or missing '://' suffix"
3861msgstr ""
3862
3863#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
3864#, c-format
3865msgid "invalid %XX escape sequence"
3866msgstr ""
3867
3868#: urlmatch.c:215
3869msgid "missing host and scheme is not 'file:'"
3870msgstr ""
3871
3872#: urlmatch.c:232
3873msgid "a 'file:' URL may not have a port number"
3874msgstr ""
3875
3876#: urlmatch.c:247
3877msgid "invalid characters in host name"
3878msgstr ""
3879
3880#: urlmatch.c:292 urlmatch.c:303
3881msgid "invalid port number"
3882msgstr ""
3883
3884#: urlmatch.c:371
3885msgid "invalid '..' path segment"
3886msgstr ""
3887
3888#: worktree.c:245
3889#, c-format
3890msgid "failed to read '%s'"
3891msgstr ""
3892
3893#: wrapper.c:223 wrapper.c:393
3894#, c-format
3895msgid "could not open '%s' for reading and writing"
3896msgstr ""
3897
3898#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:766
3899#: builtin/am.c:858 builtin/merge.c:1041
3900#, c-format
3901msgid "could not open '%s' for reading"
3902msgstr ""
3903
3904#: wrapper.c:424 wrapper.c:624
3905#, c-format
3906msgid "unable to access '%s'"
3907msgstr ""
3908
3909#: wrapper.c:632
3910msgid "unable to get current working directory"
3911msgstr ""
3912
3913#: wrapper.c:656
3914#, c-format
3915msgid "could not write to %s"
3916msgstr ""
3917
3918#: wrapper.c:658
3919#, c-format
3920msgid "could not close %s"
3921msgstr ""
3922
3923#: wt-status.c:150
3924msgid "Unmerged paths:"
3925msgstr ""
3926
3927#: wt-status.c:177 wt-status.c:204
3928#, c-format
3929msgid "  (use \"git reset %s <file>...\" to unstage)"
3930msgstr ""
3931
3932#: wt-status.c:179 wt-status.c:206
3933msgid "  (use \"git rm --cached <file>...\" to unstage)"
3934msgstr ""
3935
3936#: wt-status.c:183
3937msgid "  (use \"git add <file>...\" to mark resolution)"
3938msgstr ""
3939
3940#: wt-status.c:185 wt-status.c:189
3941msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
3942msgstr ""
3943
3944#: wt-status.c:187
3945msgid "  (use \"git rm <file>...\" to mark resolution)"
3946msgstr ""
3947
3948#: wt-status.c:198 wt-status.c:979
3949msgid "Changes to be committed:"
3950msgstr ""
3951
3952#: wt-status.c:216 wt-status.c:988
3953msgid "Changes not staged for commit:"
3954msgstr ""
3955
3956#: wt-status.c:220
3957msgid "  (use \"git add <file>...\" to update what will be committed)"
3958msgstr ""
3959
3960#: wt-status.c:222
3961msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
3962msgstr ""
3963
3964#: wt-status.c:223
3965msgid ""
3966"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
3967msgstr ""
3968
3969#: wt-status.c:225
3970msgid "  (commit or discard the untracked or modified content in submodules)"
3971msgstr ""
3972
3973#: wt-status.c:237
3974#, c-format
3975msgid "  (use \"git %s <file>...\" to include in what will be committed)"
3976msgstr ""
3977
3978#: wt-status.c:252
3979msgid "both deleted:"
3980msgstr ""
3981
3982#: wt-status.c:254
3983msgid "added by us:"
3984msgstr ""
3985
3986#: wt-status.c:256
3987msgid "deleted by them:"
3988msgstr ""
3989
3990#: wt-status.c:258
3991msgid "added by them:"
3992msgstr ""
3993
3994#: wt-status.c:260
3995msgid "deleted by us:"
3996msgstr ""
3997
3998#: wt-status.c:262
3999msgid "both added:"
4000msgstr ""
4001
4002#: wt-status.c:264
4003msgid "both modified:"
4004msgstr ""
4005
4006#: wt-status.c:274
4007msgid "new file:"
4008msgstr ""
4009
4010#: wt-status.c:276
4011msgid "copied:"
4012msgstr ""
4013
4014#: wt-status.c:278
4015msgid "deleted:"
4016msgstr ""
4017
4018#: wt-status.c:280
4019msgid "modified:"
4020msgstr ""
4021
4022#: wt-status.c:282
4023msgid "renamed:"
4024msgstr ""
4025
4026#: wt-status.c:284
4027msgid "typechange:"
4028msgstr ""
4029
4030#: wt-status.c:286
4031msgid "unknown:"
4032msgstr ""
4033
4034#: wt-status.c:288
4035msgid "unmerged:"
4036msgstr ""
4037
4038#: wt-status.c:370
4039msgid "new commits, "
4040msgstr ""
4041
4042#: wt-status.c:372
4043msgid "modified content, "
4044msgstr ""
4045
4046#: wt-status.c:374
4047msgid "untracked content, "
4048msgstr ""
4049
4050#: wt-status.c:819
4051#, c-format
4052msgid "Your stash currently has %d entry"
4053msgid_plural "Your stash currently has %d entries"
4054msgstr[0] ""
4055msgstr[1] ""
4056
4057#: wt-status.c:851
4058msgid "Submodules changed but not updated:"
4059msgstr ""
4060
4061#: wt-status.c:853
4062msgid "Submodule changes to be committed:"
4063msgstr ""
4064
4065#: wt-status.c:935
4066msgid ""
4067"Do not modify or remove the line above.\n"
4068"Everything below it will be ignored."
4069msgstr ""
4070
4071#: wt-status.c:1048
4072msgid "You have unmerged paths."
4073msgstr ""
4074
4075#: wt-status.c:1051
4076msgid "  (fix conflicts and run \"git commit\")"
4077msgstr ""
4078
4079#: wt-status.c:1053
4080msgid "  (use \"git merge --abort\" to abort the merge)"
4081msgstr ""
4082
4083#: wt-status.c:1058
4084msgid "All conflicts fixed but you are still merging."
4085msgstr ""
4086
4087#: wt-status.c:1061
4088msgid "  (use \"git commit\" to conclude merge)"
4089msgstr ""
4090
4091#: wt-status.c:1071
4092msgid "You are in the middle of an am session."
4093msgstr ""
4094
4095#: wt-status.c:1074
4096msgid "The current patch is empty."
4097msgstr ""
4098
4099#: wt-status.c:1078
4100msgid "  (fix conflicts and then run \"git am --continue\")"
4101msgstr ""
4102
4103#: wt-status.c:1080
4104msgid "  (use \"git am --skip\" to skip this patch)"
4105msgstr ""
4106
4107#: wt-status.c:1082
4108msgid "  (use \"git am --abort\" to restore the original branch)"
4109msgstr ""
4110
4111#: wt-status.c:1214
4112msgid "git-rebase-todo is missing."
4113msgstr ""
4114
4115#: wt-status.c:1216
4116msgid "No commands done."
4117msgstr ""
4118
4119#: wt-status.c:1219
4120#, c-format
4121msgid "Last command done (%d command done):"
4122msgid_plural "Last commands done (%d commands done):"
4123msgstr[0] ""
4124msgstr[1] ""
4125
4126#: wt-status.c:1230
4127#, c-format
4128msgid "  (see more in file %s)"
4129msgstr ""
4130
4131#: wt-status.c:1235
4132msgid "No commands remaining."
4133msgstr ""
4134
4135#: wt-status.c:1238
4136#, c-format
4137msgid "Next command to do (%d remaining command):"
4138msgid_plural "Next commands to do (%d remaining commands):"
4139msgstr[0] ""
4140msgstr[1] ""
4141
4142#: wt-status.c:1246
4143msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4144msgstr ""
4145
4146#: wt-status.c:1259
4147#, c-format
4148msgid "You are currently rebasing branch '%s' on '%s'."
4149msgstr ""
4150
4151#: wt-status.c:1264
4152msgid "You are currently rebasing."
4153msgstr ""
4154
4155#: wt-status.c:1278
4156msgid "  (fix conflicts and then run \"git rebase --continue\")"
4157msgstr ""
4158
4159#: wt-status.c:1280
4160msgid "  (use \"git rebase --skip\" to skip this patch)"
4161msgstr ""
4162
4163#: wt-status.c:1282
4164msgid "  (use \"git rebase --abort\" to check out the original branch)"
4165msgstr ""
4166
4167#: wt-status.c:1288
4168msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4169msgstr ""
4170
4171#: wt-status.c:1292
4172#, c-format
4173msgid ""
4174"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4175msgstr ""
4176
4177#: wt-status.c:1297
4178msgid "You are currently splitting a commit during a rebase."
4179msgstr ""
4180
4181#: wt-status.c:1300
4182msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4183msgstr ""
4184
4185#: wt-status.c:1304
4186#, c-format
4187msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4188msgstr ""
4189
4190#: wt-status.c:1309
4191msgid "You are currently editing a commit during a rebase."
4192msgstr ""
4193
4194#: wt-status.c:1312
4195msgid "  (use \"git commit --amend\" to amend the current commit)"
4196msgstr ""
4197
4198#: wt-status.c:1314
4199msgid ""
4200"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4201msgstr ""
4202
4203#: wt-status.c:1324
4204#, c-format
4205msgid "You are currently cherry-picking commit %s."
4206msgstr ""
4207
4208#: wt-status.c:1329
4209msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4210msgstr ""
4211
4212#: wt-status.c:1332
4213msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4214msgstr ""
4215
4216#: wt-status.c:1334
4217msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4218msgstr ""
4219
4220#: wt-status.c:1343
4221#, c-format
4222msgid "You are currently reverting commit %s."
4223msgstr ""
4224
4225#: wt-status.c:1348
4226msgid "  (fix conflicts and run \"git revert --continue\")"
4227msgstr ""
4228
4229#: wt-status.c:1351
4230msgid "  (all conflicts fixed: run \"git revert --continue\")"
4231msgstr ""
4232
4233#: wt-status.c:1353
4234msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4235msgstr ""
4236
4237#: wt-status.c:1364
4238#, c-format
4239msgid "You are currently bisecting, started from branch '%s'."
4240msgstr ""
4241
4242#: wt-status.c:1368
4243msgid "You are currently bisecting."
4244msgstr ""
4245
4246#: wt-status.c:1371
4247msgid "  (use \"git bisect reset\" to get back to the original branch)"
4248msgstr ""
4249
4250#: wt-status.c:1568
4251msgid "On branch "
4252msgstr ""
4253
4254#: wt-status.c:1574
4255msgid "interactive rebase in progress; onto "
4256msgstr ""
4257
4258#: wt-status.c:1576
4259msgid "rebase in progress; onto "
4260msgstr ""
4261
4262#: wt-status.c:1581
4263msgid "HEAD detached at "
4264msgstr ""
4265
4266#: wt-status.c:1583
4267msgid "HEAD detached from "
4268msgstr ""
4269
4270#: wt-status.c:1586
4271msgid "Not currently on any branch."
4272msgstr ""
4273
4274#: wt-status.c:1606
4275msgid "Initial commit"
4276msgstr ""
4277
4278#: wt-status.c:1607
4279msgid "No commits yet"
4280msgstr ""
4281
4282#: wt-status.c:1621
4283msgid "Untracked files"
4284msgstr ""
4285
4286#: wt-status.c:1623
4287msgid "Ignored files"
4288msgstr ""
4289
4290#: wt-status.c:1627
4291#, c-format
4292msgid ""
4293"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4294"may speed it up, but you have to be careful not to forget to add\n"
4295"new files yourself (see 'git help status')."
4296msgstr ""
4297
4298#: wt-status.c:1633
4299#, c-format
4300msgid "Untracked files not listed%s"
4301msgstr ""
4302
4303#: wt-status.c:1635
4304msgid " (use -u option to show untracked files)"
4305msgstr ""
4306
4307#: wt-status.c:1641
4308msgid "No changes"
4309msgstr ""
4310
4311#: wt-status.c:1646
4312#, c-format
4313msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4314msgstr ""
4315
4316#: wt-status.c:1649
4317#, c-format
4318msgid "no changes added to commit\n"
4319msgstr ""
4320
4321#: wt-status.c:1652
4322#, c-format
4323msgid ""
4324"nothing added to commit but untracked files present (use \"git add\" to "
4325"track)\n"
4326msgstr ""
4327
4328#: wt-status.c:1655
4329#, c-format
4330msgid "nothing added to commit but untracked files present\n"
4331msgstr ""
4332
4333#: wt-status.c:1658
4334#, c-format
4335msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4336msgstr ""
4337
4338#: wt-status.c:1661 wt-status.c:1666
4339#, c-format
4340msgid "nothing to commit\n"
4341msgstr ""
4342
4343#: wt-status.c:1664
4344#, c-format
4345msgid "nothing to commit (use -u to show untracked files)\n"
4346msgstr ""
4347
4348#: wt-status.c:1668
4349#, c-format
4350msgid "nothing to commit, working tree clean\n"
4351msgstr ""
4352
4353#: wt-status.c:1780
4354msgid "No commits yet on "
4355msgstr ""
4356
4357#: wt-status.c:1784
4358msgid "HEAD (no branch)"
4359msgstr ""
4360
4361#: wt-status.c:1813 wt-status.c:1821
4362msgid "behind "
4363msgstr ""
4364
4365#: wt-status.c:1816 wt-status.c:1819
4366msgid "ahead "
4367msgstr ""
4368
4369#. TRANSLATORS: the action is e.g. "pull with rebase"
4370#: wt-status.c:2311
4371#, c-format
4372msgid "cannot %s: You have unstaged changes."
4373msgstr ""
4374
4375#: wt-status.c:2317
4376msgid "additionally, your index contains uncommitted changes."
4377msgstr ""
4378
4379#: wt-status.c:2319
4380#, c-format
4381msgid "cannot %s: Your index contains uncommitted changes."
4382msgstr ""
4383
4384#: compat/precompose_utf8.c:58 builtin/clone.c:437
4385#, c-format
4386msgid "failed to unlink '%s'"
4387msgstr ""
4388
4389#: builtin/add.c:24
4390msgid "git add [<options>] [--] <pathspec>..."
4391msgstr ""
4392
4393#: builtin/add.c:82
4394#, c-format
4395msgid "unexpected diff status %c"
4396msgstr ""
4397
4398#: builtin/add.c:87 builtin/commit.c:291
4399msgid "updating files failed"
4400msgstr ""
4401
4402#: builtin/add.c:97
4403#, c-format
4404msgid "remove '%s'\n"
4405msgstr ""
4406
4407#: builtin/add.c:153
4408msgid "Unstaged changes after refreshing the index:"
4409msgstr ""
4410
4411#: builtin/add.c:213 builtin/rev-parse.c:888
4412msgid "Could not read the index"
4413msgstr ""
4414
4415#: builtin/add.c:224
4416#, c-format
4417msgid "Could not open '%s' for writing."
4418msgstr ""
4419
4420#: builtin/add.c:228
4421msgid "Could not write patch"
4422msgstr ""
4423
4424#: builtin/add.c:231
4425msgid "editing patch failed"
4426msgstr ""
4427
4428#: builtin/add.c:234
4429#, c-format
4430msgid "Could not stat '%s'"
4431msgstr ""
4432
4433#: builtin/add.c:236
4434msgid "Empty patch. Aborted."
4435msgstr ""
4436
4437#: builtin/add.c:241
4438#, c-format
4439msgid "Could not apply '%s'"
4440msgstr ""
4441
4442#: builtin/add.c:251
4443msgid "The following paths are ignored by one of your .gitignore files:\n"
4444msgstr ""
4445
4446#: builtin/add.c:271 builtin/clean.c:910 builtin/fetch.c:132 builtin/mv.c:124
4447#: builtin/prune-packed.c:55 builtin/pull.c:201 builtin/push.c:529
4448#: builtin/remote.c:1333 builtin/rm.c:242 builtin/send-pack.c:164
4449msgid "dry run"
4450msgstr ""
4451
4452#: builtin/add.c:274
4453msgid "interactive picking"
4454msgstr ""
4455
4456#: builtin/add.c:275 builtin/checkout.c:1172 builtin/reset.c:310
4457msgid "select hunks interactively"
4458msgstr ""
4459
4460#: builtin/add.c:276
4461msgid "edit current diff and apply"
4462msgstr ""
4463
4464#: builtin/add.c:277
4465msgid "allow adding otherwise ignored files"
4466msgstr ""
4467
4468#: builtin/add.c:278
4469msgid "update tracked files"
4470msgstr ""
4471
4472#: builtin/add.c:279
4473msgid "record only the fact that the path will be added later"
4474msgstr ""
4475
4476#: builtin/add.c:280
4477msgid "add changes from all tracked and untracked files"
4478msgstr ""
4479
4480#: builtin/add.c:283
4481msgid "ignore paths removed in the working tree (same as --no-all)"
4482msgstr ""
4483
4484#: builtin/add.c:285
4485msgid "don't add, only refresh the index"
4486msgstr ""
4487
4488#: builtin/add.c:286
4489msgid "just skip files which cannot be added because of errors"
4490msgstr ""
4491
4492#: builtin/add.c:287
4493msgid "check if - even missing - files are ignored in dry run"
4494msgstr ""
4495
4496#: builtin/add.c:288 builtin/update-index.c:954
4497msgid "(+/-)x"
4498msgstr ""
4499
4500#: builtin/add.c:288 builtin/update-index.c:955
4501msgid "override the executable bit of the listed files"
4502msgstr ""
4503
4504#: builtin/add.c:290
4505msgid "warn when adding an embedded repository"
4506msgstr ""
4507
4508#: builtin/add.c:305
4509#, c-format
4510msgid ""
4511"You've added another git repository inside your current repository.\n"
4512"Clones of the outer repository will not contain the contents of\n"
4513"the embedded repository and will not know how to obtain it.\n"
4514"If you meant to add a submodule, use:\n"
4515"\n"
4516"\tgit submodule add <url> %s\n"
4517"\n"
4518"If you added this path by mistake, you can remove it from the\n"
4519"index with:\n"
4520"\n"
4521"\tgit rm --cached %s\n"
4522"\n"
4523"See \"git help submodule\" for more information."
4524msgstr ""
4525
4526#: builtin/add.c:333
4527#, c-format
4528msgid "adding embedded git repository: %s"
4529msgstr ""
4530
4531#: builtin/add.c:351
4532#, c-format
4533msgid "Use -f if you really want to add them.\n"
4534msgstr ""
4535
4536#: builtin/add.c:359
4537msgid "adding files failed"
4538msgstr ""
4539
4540#: builtin/add.c:396
4541msgid "-A and -u are mutually incompatible"
4542msgstr ""
4543
4544#: builtin/add.c:403
4545msgid "Option --ignore-missing can only be used together with --dry-run"
4546msgstr ""
4547
4548#: builtin/add.c:407
4549#, c-format
4550msgid "--chmod param '%s' must be either -x or +x"
4551msgstr ""
4552
4553#: builtin/add.c:422
4554#, c-format
4555msgid "Nothing specified, nothing added.\n"
4556msgstr ""
4557
4558#: builtin/add.c:423
4559#, c-format
4560msgid "Maybe you wanted to say 'git add .'?\n"
4561msgstr ""
4562
4563#: builtin/add.c:428 builtin/check-ignore.c:176 builtin/checkout.c:282
4564#: builtin/checkout.c:479 builtin/clean.c:957 builtin/commit.c:350
4565#: builtin/mv.c:143 builtin/reset.c:249 builtin/rm.c:271
4566#: builtin/submodule--helper.c:243
4567msgid "index file corrupt"
4568msgstr ""
4569
4570#: builtin/am.c:414
4571msgid "could not parse author script"
4572msgstr ""
4573
4574#: builtin/am.c:498
4575#, c-format
4576msgid "'%s' was deleted by the applypatch-msg hook"
4577msgstr ""
4578
4579#: builtin/am.c:539
4580#, c-format
4581msgid "Malformed input line: '%s'."
4582msgstr ""
4583
4584#: builtin/am.c:576
4585#, c-format
4586msgid "Failed to copy notes from '%s' to '%s'"
4587msgstr ""
4588
4589#: builtin/am.c:602
4590msgid "fseek failed"
4591msgstr ""
4592
4593#: builtin/am.c:786
4594#, c-format
4595msgid "could not parse patch '%s'"
4596msgstr ""
4597
4598#: builtin/am.c:851
4599msgid "Only one StGIT patch series can be applied at once"
4600msgstr ""
4601
4602#: builtin/am.c:899
4603msgid "invalid timestamp"
4604msgstr ""
4605
4606#: builtin/am.c:904 builtin/am.c:916
4607msgid "invalid Date line"
4608msgstr ""
4609
4610#: builtin/am.c:911
4611msgid "invalid timezone offset"
4612msgstr ""
4613
4614#: builtin/am.c:1004
4615msgid "Patch format detection failed."
4616msgstr ""
4617
4618#: builtin/am.c:1009 builtin/clone.c:402
4619#, c-format
4620msgid "failed to create directory '%s'"
4621msgstr ""
4622
4623#: builtin/am.c:1013
4624msgid "Failed to split patches."
4625msgstr ""
4626
4627#: builtin/am.c:1142 builtin/commit.c:376
4628msgid "unable to write index file"
4629msgstr ""
4630
4631#: builtin/am.c:1193
4632#, c-format
4633msgid "When you have resolved this problem, run \"%s --continue\"."
4634msgstr ""
4635
4636#: builtin/am.c:1194
4637#, c-format
4638msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
4639msgstr ""
4640
4641#: builtin/am.c:1195
4642#, c-format
4643msgid "To restore the original branch and stop patching, run \"%s --abort\"."
4644msgstr ""
4645
4646#: builtin/am.c:1302
4647msgid "Patch is empty."
4648msgstr ""
4649
4650#: builtin/am.c:1368
4651#, c-format
4652msgid "invalid ident line: %.*s"
4653msgstr ""
4654
4655#: builtin/am.c:1390
4656#, c-format
4657msgid "unable to parse commit %s"
4658msgstr ""
4659
4660#: builtin/am.c:1584
4661msgid "Repository lacks necessary blobs to fall back on 3-way merge."
4662msgstr ""
4663
4664#: builtin/am.c:1586
4665msgid "Using index info to reconstruct a base tree..."
4666msgstr ""
4667
4668#: builtin/am.c:1605
4669msgid ""
4670"Did you hand edit your patch?\n"
4671"It does not apply to blobs recorded in its index."
4672msgstr ""
4673
4674#: builtin/am.c:1611
4675msgid "Falling back to patching base and 3-way merge..."
4676msgstr ""
4677
4678#: builtin/am.c:1636
4679msgid "Failed to merge in the changes."
4680msgstr ""
4681
4682#: builtin/am.c:1660 builtin/merge.c:641
4683msgid "git write-tree failed to write a tree"
4684msgstr ""
4685
4686#: builtin/am.c:1667
4687msgid "applying to an empty history"
4688msgstr ""
4689
4690#: builtin/am.c:1680 builtin/commit.c:1776 builtin/merge.c:824
4691#: builtin/merge.c:849
4692msgid "failed to write commit object"
4693msgstr ""
4694
4695#: builtin/am.c:1713 builtin/am.c:1717
4696#, c-format
4697msgid "cannot resume: %s does not exist."
4698msgstr ""
4699
4700#: builtin/am.c:1733
4701msgid "cannot be interactive without stdin connected to a terminal."
4702msgstr ""
4703
4704#: builtin/am.c:1738
4705msgid "Commit Body is:"
4706msgstr ""
4707
4708#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
4709#. in your translation. The program will only accept English
4710#. input at this point.
4711#.
4712#: builtin/am.c:1748
4713msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
4714msgstr ""
4715
4716#: builtin/am.c:1798
4717#, c-format
4718msgid "Dirty index: cannot apply patches (dirty: %s)"
4719msgstr ""
4720
4721#: builtin/am.c:1838 builtin/am.c:1910
4722#, c-format
4723msgid "Applying: %.*s"
4724msgstr ""
4725
4726#: builtin/am.c:1854
4727msgid "No changes -- Patch already applied."
4728msgstr ""
4729
4730#: builtin/am.c:1862
4731#, c-format
4732msgid "Patch failed at %s %.*s"
4733msgstr ""
4734
4735#: builtin/am.c:1868
4736#, c-format
4737msgid "The copy of the patch that failed is found in: %s"
4738msgstr ""
4739
4740#: builtin/am.c:1913
4741msgid ""
4742"No changes - did you forget to use 'git add'?\n"
4743"If there is nothing left to stage, chances are that something else\n"
4744"already introduced the same changes; you might want to skip this patch."
4745msgstr ""
4746
4747#: builtin/am.c:1920
4748msgid ""
4749"You still have unmerged paths in your index.\n"
4750"You should 'git add' each file with resolved conflicts to mark them as "
4751"such.\n"
4752"You might run `git rm` on a file to accept \"deleted by them\" for it."
4753msgstr ""
4754
4755#: builtin/am.c:2029 builtin/am.c:2033 builtin/am.c:2045 builtin/reset.c:332
4756#: builtin/reset.c:340
4757#, c-format
4758msgid "Could not parse object '%s'."
4759msgstr ""
4760
4761#: builtin/am.c:2081
4762msgid "failed to clean index"
4763msgstr ""
4764
4765#: builtin/am.c:2116
4766msgid ""
4767"You seem to have moved HEAD since the last 'am' failure.\n"
4768"Not rewinding to ORIG_HEAD"
4769msgstr ""
4770
4771#: builtin/am.c:2179
4772#, c-format
4773msgid "Invalid value for --patch-format: %s"
4774msgstr ""
4775
4776#: builtin/am.c:2212
4777msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
4778msgstr ""
4779
4780#: builtin/am.c:2213
4781msgid "git am [<options>] (--continue | --skip | --abort)"
4782msgstr ""
4783
4784#: builtin/am.c:2219
4785msgid "run interactively"
4786msgstr ""
4787
4788#: builtin/am.c:2221
4789msgid "historical option -- no-op"
4790msgstr ""
4791
4792#: builtin/am.c:2223
4793msgid "allow fall back on 3way merging if needed"
4794msgstr ""
4795
4796#: builtin/am.c:2224 builtin/init-db.c:484 builtin/prune-packed.c:57
4797#: builtin/repack.c:180
4798msgid "be quiet"
4799msgstr ""
4800
4801#: builtin/am.c:2226
4802msgid "add a Signed-off-by line to the commit message"
4803msgstr ""
4804
4805#: builtin/am.c:2229
4806msgid "recode into utf8 (default)"
4807msgstr ""
4808
4809#: builtin/am.c:2231
4810msgid "pass -k flag to git-mailinfo"
4811msgstr ""
4812
4813#: builtin/am.c:2233
4814msgid "pass -b flag to git-mailinfo"
4815msgstr ""
4816
4817#: builtin/am.c:2235
4818msgid "pass -m flag to git-mailinfo"
4819msgstr ""
4820
4821#: builtin/am.c:2237
4822msgid "pass --keep-cr flag to git-mailsplit for mbox format"
4823msgstr ""
4824
4825#: builtin/am.c:2240
4826msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
4827msgstr ""
4828
4829#: builtin/am.c:2243
4830msgid "strip everything before a scissors line"
4831msgstr ""
4832
4833#: builtin/am.c:2245 builtin/am.c:2248 builtin/am.c:2251 builtin/am.c:2254
4834#: builtin/am.c:2257 builtin/am.c:2260 builtin/am.c:2263 builtin/am.c:2266
4835#: builtin/am.c:2272
4836msgid "pass it through git-apply"
4837msgstr ""
4838
4839#: builtin/am.c:2262 builtin/fmt-merge-msg.c:664 builtin/fmt-merge-msg.c:667
4840#: builtin/grep.c:843 builtin/merge.c:205 builtin/pull.c:142 builtin/pull.c:197
4841#: builtin/repack.c:189 builtin/repack.c:193 builtin/repack.c:195
4842#: builtin/show-branch.c:631 builtin/show-ref.c:169 builtin/tag.c:377
4843#: parse-options.h:132 parse-options.h:134 parse-options.h:245
4844msgid "n"
4845msgstr ""
4846
4847#: builtin/am.c:2268 builtin/branch.c:622 builtin/for-each-ref.c:38
4848#: builtin/replace.c:444 builtin/tag.c:412 builtin/verify-tag.c:39
4849msgid "format"
4850msgstr ""
4851
4852#: builtin/am.c:2269
4853msgid "format the patch(es) are in"
4854msgstr ""
4855
4856#: builtin/am.c:2275
4857msgid "override error message when patch failure occurs"
4858msgstr ""
4859
4860#: builtin/am.c:2277
4861msgid "continue applying patches after resolving a conflict"
4862msgstr ""
4863
4864#: builtin/am.c:2280
4865msgid "synonyms for --continue"
4866msgstr ""
4867
4868#: builtin/am.c:2283
4869msgid "skip the current patch"
4870msgstr ""
4871
4872#: builtin/am.c:2286
4873msgid "restore the original branch and abort the patching operation."
4874msgstr ""
4875
4876#: builtin/am.c:2290
4877msgid "lie about committer date"
4878msgstr ""
4879
4880#: builtin/am.c:2292
4881msgid "use current timestamp for author date"
4882msgstr ""
4883
4884#: builtin/am.c:2294 builtin/commit.c:1614 builtin/merge.c:236
4885#: builtin/pull.c:172 builtin/revert.c:112 builtin/tag.c:392
4886msgid "key-id"
4887msgstr ""
4888
4889#: builtin/am.c:2295
4890msgid "GPG-sign commits"
4891msgstr ""
4892
4893#: builtin/am.c:2298
4894msgid "(internal use for git-rebase)"
4895msgstr ""
4896
4897#: builtin/am.c:2316
4898msgid ""
4899"The -b/--binary option has been a no-op for long time, and\n"
4900"it will be removed. Please do not use it anymore."
4901msgstr ""
4902
4903#: builtin/am.c:2323
4904msgid "failed to read the index"
4905msgstr ""
4906
4907#: builtin/am.c:2338
4908#, c-format
4909msgid "previous rebase directory %s still exists but mbox given."
4910msgstr ""
4911
4912#: builtin/am.c:2362
4913#, c-format
4914msgid ""
4915"Stray %s directory found.\n"
4916"Use \"git am --abort\" to remove it."
4917msgstr ""
4918
4919#: builtin/am.c:2368
4920msgid "Resolve operation not in progress, we are not resuming."
4921msgstr ""
4922
4923#: builtin/apply.c:8
4924msgid "git apply [<options>] [<patch>...]"
4925msgstr ""
4926
4927#: builtin/archive.c:17
4928#, c-format
4929msgid "could not create archive file '%s'"
4930msgstr ""
4931
4932#: builtin/archive.c:20
4933msgid "could not redirect output"
4934msgstr ""
4935
4936#: builtin/archive.c:37
4937msgid "git archive: Remote with no URL"
4938msgstr ""
4939
4940#: builtin/archive.c:58
4941msgid "git archive: expected ACK/NAK, got EOF"
4942msgstr ""
4943
4944#: builtin/archive.c:61
4945#, c-format
4946msgid "git archive: NACK %s"
4947msgstr ""
4948
4949#: builtin/archive.c:64
4950msgid "git archive: protocol error"
4951msgstr ""
4952
4953#: builtin/archive.c:68
4954msgid "git archive: expected a flush"
4955msgstr ""
4956
4957#: builtin/bisect--helper.c:7
4958msgid "git bisect--helper --next-all [--no-checkout]"
4959msgstr ""
4960
4961#: builtin/bisect--helper.c:17
4962msgid "perform 'git bisect next'"
4963msgstr ""
4964
4965#: builtin/bisect--helper.c:19
4966msgid "update BISECT_HEAD instead of checking out the current commit"
4967msgstr ""
4968
4969#: builtin/blame.c:27
4970msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
4971msgstr ""
4972
4973#: builtin/blame.c:32
4974msgid "<rev-opts> are documented in git-rev-list(1)"
4975msgstr ""
4976
4977#: builtin/blame.c:668
4978msgid "Show blame entries as we find them, incrementally"
4979msgstr ""
4980
4981#: builtin/blame.c:669
4982msgid "Show blank SHA-1 for boundary commits (Default: off)"
4983msgstr ""
4984
4985#: builtin/blame.c:670
4986msgid "Do not treat root commits as boundaries (Default: off)"
4987msgstr ""
4988
4989#: builtin/blame.c:671
4990msgid "Show work cost statistics"
4991msgstr ""
4992
4993#: builtin/blame.c:672
4994msgid "Force progress reporting"
4995msgstr ""
4996
4997#: builtin/blame.c:673
4998msgid "Show output score for blame entries"
4999msgstr ""
5000
5001#: builtin/blame.c:674
5002msgid "Show original filename (Default: auto)"
5003msgstr ""
5004
5005#: builtin/blame.c:675
5006msgid "Show original linenumber (Default: off)"
5007msgstr ""
5008
5009#: builtin/blame.c:676
5010msgid "Show in a format designed for machine consumption"
5011msgstr ""
5012
5013#: builtin/blame.c:677
5014msgid "Show porcelain format with per-line commit information"
5015msgstr ""
5016
5017#: builtin/blame.c:678
5018msgid "Use the same output mode as git-annotate (Default: off)"
5019msgstr ""
5020
5021#: builtin/blame.c:679
5022msgid "Show raw timestamp (Default: off)"
5023msgstr ""
5024
5025#: builtin/blame.c:680
5026msgid "Show long commit SHA1 (Default: off)"
5027msgstr ""
5028
5029#: builtin/blame.c:681
5030msgid "Suppress author name and timestamp (Default: off)"
5031msgstr ""
5032
5033#: builtin/blame.c:682
5034msgid "Show author email instead of name (Default: off)"
5035msgstr ""
5036
5037#: builtin/blame.c:683
5038msgid "Ignore whitespace differences"
5039msgstr ""
5040
5041#: builtin/blame.c:690
5042msgid "Use an experimental heuristic to improve diffs"
5043msgstr ""
5044
5045#: builtin/blame.c:692
5046msgid "Spend extra cycles to find better match"
5047msgstr ""
5048
5049#: builtin/blame.c:693
5050msgid "Use revisions from <file> instead of calling git-rev-list"
5051msgstr ""
5052
5053#: builtin/blame.c:694
5054msgid "Use <file>'s contents as the final image"
5055msgstr ""
5056
5057#: builtin/blame.c:695 builtin/blame.c:696
5058msgid "score"
5059msgstr ""
5060
5061#: builtin/blame.c:695
5062msgid "Find line copies within and across files"
5063msgstr ""
5064
5065#: builtin/blame.c:696
5066msgid "Find line movements within and across files"
5067msgstr ""
5068
5069#: builtin/blame.c:697
5070msgid "n,m"
5071msgstr ""
5072
5073#: builtin/blame.c:697
5074msgid "Process only line range n,m, counting from 1"
5075msgstr ""
5076
5077#: builtin/blame.c:744
5078msgid "--progress can't be used with --incremental or porcelain formats"
5079msgstr ""
5080
5081#. TRANSLATORS: This string is used to tell us the
5082#. maximum display width for a relative timestamp in
5083#. "git blame" output.  For C locale, "4 years, 11
5084#. months ago", which takes 22 places, is the longest
5085#. among various forms of relative timestamps, but
5086#. your language may need more or fewer display
5087#. columns.
5088#.
5089#: builtin/blame.c:795
5090msgid "4 years, 11 months ago"
5091msgstr ""
5092
5093#: builtin/blame.c:882
5094#, c-format
5095msgid "file %s has only %lu line"
5096msgid_plural "file %s has only %lu lines"
5097msgstr[0] ""
5098msgstr[1] ""
5099
5100#: builtin/blame.c:928
5101msgid "Blaming lines"
5102msgstr ""
5103
5104#: builtin/branch.c:27
5105msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5106msgstr ""
5107
5108#: builtin/branch.c:28
5109msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5110msgstr ""
5111
5112#: builtin/branch.c:29
5113msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5114msgstr ""
5115
5116#: builtin/branch.c:30
5117msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5118msgstr ""
5119
5120#: builtin/branch.c:31
5121msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5122msgstr ""
5123
5124#: builtin/branch.c:32
5125msgid "git branch [<options>] [-r | -a] [--points-at]"
5126msgstr ""
5127
5128#: builtin/branch.c:33
5129msgid "git branch [<options>] [-r | -a] [--format]"
5130msgstr ""
5131
5132#: builtin/branch.c:146
5133#, c-format
5134msgid ""
5135"deleting branch '%s' that has been merged to\n"
5136"         '%s', but not yet merged to HEAD."
5137msgstr ""
5138
5139#: builtin/branch.c:150
5140#, c-format
5141msgid ""
5142"not deleting branch '%s' that is not yet merged to\n"
5143"         '%s', even though it is merged to HEAD."
5144msgstr ""
5145
5146#: builtin/branch.c:164
5147#, c-format
5148msgid "Couldn't look up commit object for '%s'"
5149msgstr ""
5150
5151#: builtin/branch.c:168
5152#, c-format
5153msgid ""
5154"The branch '%s' is not fully merged.\n"
5155"If you are sure you want to delete it, run 'git branch -D %s'."
5156msgstr ""
5157
5158#: builtin/branch.c:181
5159msgid "Update of config-file failed"
5160msgstr ""
5161
5162#: builtin/branch.c:212
5163msgid "cannot use -a with -d"
5164msgstr ""
5165
5166#: builtin/branch.c:218
5167msgid "Couldn't look up commit object for HEAD"
5168msgstr ""
5169
5170#: builtin/branch.c:232
5171#, c-format
5172msgid "Cannot delete branch '%s' checked out at '%s'"
5173msgstr ""
5174
5175#: builtin/branch.c:247
5176#, c-format
5177msgid "remote-tracking branch '%s' not found."
5178msgstr ""
5179
5180#: builtin/branch.c:248
5181#, c-format
5182msgid "branch '%s' not found."
5183msgstr ""
5184
5185#: builtin/branch.c:263
5186#, c-format
5187msgid "Error deleting remote-tracking branch '%s'"
5188msgstr ""
5189
5190#: builtin/branch.c:264
5191#, c-format
5192msgid "Error deleting branch '%s'"
5193msgstr ""
5194
5195#: builtin/branch.c:271
5196#, c-format
5197msgid "Deleted remote-tracking branch %s (was %s).\n"
5198msgstr ""
5199
5200#: builtin/branch.c:272
5201#, c-format
5202msgid "Deleted branch %s (was %s).\n"
5203msgstr ""
5204
5205#: builtin/branch.c:417 builtin/tag.c:58
5206msgid "unable to parse format string"
5207msgstr ""
5208
5209#: builtin/branch.c:450
5210#, c-format
5211msgid "Branch %s is being rebased at %s"
5212msgstr ""
5213
5214#: builtin/branch.c:454
5215#, c-format
5216msgid "Branch %s is being bisected at %s"
5217msgstr ""
5218
5219#: builtin/branch.c:470
5220msgid "cannot copy the current branch while not on any."
5221msgstr ""
5222
5223#: builtin/branch.c:472
5224msgid "cannot rename the current branch while not on any."
5225msgstr ""
5226
5227#: builtin/branch.c:483
5228#, c-format
5229msgid "Invalid branch name: '%s'"
5230msgstr ""
5231
5232#: builtin/branch.c:504
5233msgid "Branch rename failed"
5234msgstr ""
5235
5236#: builtin/branch.c:506
5237msgid "Branch copy failed"
5238msgstr ""
5239
5240#: builtin/branch.c:510
5241#, c-format
5242msgid "Copied a misnamed branch '%s' away"
5243msgstr ""
5244
5245#: builtin/branch.c:513
5246#, c-format
5247msgid "Renamed a misnamed branch '%s' away"
5248msgstr ""
5249
5250#: builtin/branch.c:519
5251#, c-format
5252msgid "Branch renamed to %s, but HEAD is not updated!"
5253msgstr ""
5254
5255#: builtin/branch.c:528
5256msgid "Branch is renamed, but update of config-file failed"
5257msgstr ""
5258
5259#: builtin/branch.c:530
5260msgid "Branch is copied, but update of config-file failed"
5261msgstr ""
5262
5263#: builtin/branch.c:546
5264#, c-format
5265msgid ""
5266"Please edit the description for the branch\n"
5267"  %s\n"
5268"Lines starting with '%c' will be stripped.\n"
5269msgstr ""
5270
5271#: builtin/branch.c:579
5272msgid "Generic options"
5273msgstr ""
5274
5275#: builtin/branch.c:581
5276msgid "show hash and subject, give twice for upstream branch"
5277msgstr ""
5278
5279#: builtin/branch.c:582
5280msgid "suppress informational messages"
5281msgstr ""
5282
5283#: builtin/branch.c:583
5284msgid "set up tracking mode (see git-pull(1))"
5285msgstr ""
5286
5287#: builtin/branch.c:585
5288msgid "do not use"
5289msgstr ""
5290
5291#: builtin/branch.c:587
5292msgid "upstream"
5293msgstr ""
5294
5295#: builtin/branch.c:587
5296msgid "change the upstream info"
5297msgstr ""
5298
5299#: builtin/branch.c:588
5300msgid "Unset the upstream info"
5301msgstr ""
5302
5303#: builtin/branch.c:589
5304msgid "use colored output"
5305msgstr ""
5306
5307#: builtin/branch.c:590
5308msgid "act on remote-tracking branches"
5309msgstr ""
5310
5311#: builtin/branch.c:592 builtin/branch.c:594
5312msgid "print only branches that contain the commit"
5313msgstr ""
5314
5315#: builtin/branch.c:593 builtin/branch.c:595
5316msgid "print only branches that don't contain the commit"
5317msgstr ""
5318
5319#: builtin/branch.c:598
5320msgid "Specific git-branch actions:"
5321msgstr ""
5322
5323#: builtin/branch.c:599
5324msgid "list both remote-tracking and local branches"
5325msgstr ""
5326
5327#: builtin/branch.c:601
5328msgid "delete fully merged branch"
5329msgstr ""
5330
5331#: builtin/branch.c:602
5332msgid "delete branch (even if not merged)"
5333msgstr ""
5334
5335#: builtin/branch.c:603
5336msgid "move/rename a branch and its reflog"
5337msgstr ""
5338
5339#: builtin/branch.c:604
5340msgid "move/rename a branch, even if target exists"
5341msgstr ""
5342
5343#: builtin/branch.c:605
5344msgid "copy a branch and its reflog"
5345msgstr ""
5346
5347#: builtin/branch.c:606
5348msgid "copy a branch, even if target exists"
5349msgstr ""
5350
5351#: builtin/branch.c:607
5352msgid "list branch names"
5353msgstr ""
5354
5355#: builtin/branch.c:608
5356msgid "create the branch's reflog"
5357msgstr ""
5358
5359#: builtin/branch.c:610
5360msgid "edit the description for the branch"
5361msgstr ""
5362
5363#: builtin/branch.c:611
5364msgid "force creation, move/rename, deletion"
5365msgstr ""
5366
5367#: builtin/branch.c:612
5368msgid "print only branches that are merged"
5369msgstr ""
5370
5371#: builtin/branch.c:613
5372msgid "print only branches that are not merged"
5373msgstr ""
5374
5375#: builtin/branch.c:614
5376msgid "list branches in columns"
5377msgstr ""
5378
5379#: builtin/branch.c:615 builtin/for-each-ref.c:40 builtin/tag.c:405
5380msgid "key"
5381msgstr ""
5382
5383#: builtin/branch.c:616 builtin/for-each-ref.c:41 builtin/tag.c:406
5384msgid "field name to sort on"
5385msgstr ""
5386
5387#: builtin/branch.c:618 builtin/for-each-ref.c:43 builtin/notes.c:408
5388#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5389#: builtin/tag.c:408
5390msgid "object"
5391msgstr ""
5392
5393#: builtin/branch.c:619
5394msgid "print only branches of the object"
5395msgstr ""
5396
5397#: builtin/branch.c:621 builtin/for-each-ref.c:49 builtin/tag.c:415
5398msgid "sorting and filtering are case insensitive"
5399msgstr ""
5400
5401#: builtin/branch.c:622 builtin/for-each-ref.c:38 builtin/tag.c:413
5402#: builtin/verify-tag.c:39
5403msgid "format to use for the output"
5404msgstr ""
5405
5406#: builtin/branch.c:645 builtin/clone.c:729
5407msgid "HEAD not found below refs/heads!"
5408msgstr ""
5409
5410#: builtin/branch.c:668
5411msgid "--column and --verbose are incompatible"
5412msgstr ""
5413
5414#: builtin/branch.c:680 builtin/branch.c:732 builtin/branch.c:741
5415msgid "branch name required"
5416msgstr ""
5417
5418#: builtin/branch.c:708
5419msgid "Cannot give description to detached HEAD"
5420msgstr ""
5421
5422#: builtin/branch.c:713
5423msgid "cannot edit description of more than one branch"
5424msgstr ""
5425
5426#: builtin/branch.c:720
5427#, c-format
5428msgid "No commit on branch '%s' yet."
5429msgstr ""
5430
5431#: builtin/branch.c:723
5432#, c-format
5433msgid "No branch named '%s'."
5434msgstr ""
5435
5436#: builtin/branch.c:738
5437msgid "too many branches for a copy operation"
5438msgstr ""
5439
5440#: builtin/branch.c:747
5441msgid "too many arguments for a rename operation"
5442msgstr ""
5443
5444#: builtin/branch.c:752
5445msgid "too many arguments to set new upstream"
5446msgstr ""
5447
5448#: builtin/branch.c:756
5449#, c-format
5450msgid ""
5451"could not set upstream of HEAD to %s when it does not point to any branch."
5452msgstr ""
5453
5454#: builtin/branch.c:759 builtin/branch.c:781 builtin/branch.c:800
5455#, c-format
5456msgid "no such branch '%s'"
5457msgstr ""
5458
5459#: builtin/branch.c:763
5460#, c-format
5461msgid "branch '%s' does not exist"
5462msgstr ""
5463
5464#: builtin/branch.c:775
5465msgid "too many arguments to unset upstream"
5466msgstr ""
5467
5468#: builtin/branch.c:779
5469msgid "could not unset upstream of HEAD when it does not point to any branch."
5470msgstr ""
5471
5472#: builtin/branch.c:785
5473#, c-format
5474msgid "Branch '%s' has no upstream information"
5475msgstr ""
5476
5477#: builtin/branch.c:797
5478msgid "it does not make sense to create 'HEAD' manually"
5479msgstr ""
5480
5481#: builtin/branch.c:803
5482msgid "-a and -r options to 'git branch' do not make sense with a branch name"
5483msgstr ""
5484
5485#: builtin/branch.c:806
5486msgid ""
5487"the '--set-upstream' option is no longer supported. Please use '--track' or "
5488"'--set-upstream-to' instead."
5489msgstr ""
5490
5491#: builtin/bundle.c:45
5492#, c-format
5493msgid "%s is okay\n"
5494msgstr ""
5495
5496#: builtin/bundle.c:58
5497msgid "Need a repository to create a bundle."
5498msgstr ""
5499
5500#: builtin/bundle.c:62
5501msgid "Need a repository to unbundle."
5502msgstr ""
5503
5504#: builtin/cat-file.c:521
5505msgid ""
5506"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
5507"p | <type> | --textconv | --filters) [--path=<path>] <object>"
5508msgstr ""
5509
5510#: builtin/cat-file.c:522
5511msgid ""
5512"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
5513"filters]"
5514msgstr ""
5515
5516#: builtin/cat-file.c:559
5517msgid "<type> can be one of: blob, tree, commit, tag"
5518msgstr ""
5519
5520#: builtin/cat-file.c:560
5521msgid "show object type"
5522msgstr ""
5523
5524#: builtin/cat-file.c:561
5525msgid "show object size"
5526msgstr ""
5527
5528#: builtin/cat-file.c:563
5529msgid "exit with zero when there's no error"
5530msgstr ""
5531
5532#: builtin/cat-file.c:564
5533msgid "pretty-print object's content"
5534msgstr ""
5535
5536#: builtin/cat-file.c:566
5537msgid "for blob objects, run textconv on object's content"
5538msgstr ""
5539
5540#: builtin/cat-file.c:568
5541msgid "for blob objects, run filters on object's content"
5542msgstr ""
5543
5544#: builtin/cat-file.c:569 git-submodule.sh:943
5545msgid "blob"
5546msgstr ""
5547
5548#: builtin/cat-file.c:570
5549msgid "use a specific path for --textconv/--filters"
5550msgstr ""
5551
5552#: builtin/cat-file.c:572
5553msgid "allow -s and -t to work with broken/corrupt objects"
5554msgstr ""
5555
5556#: builtin/cat-file.c:573
5557msgid "buffer --batch output"
5558msgstr ""
5559
5560#: builtin/cat-file.c:575
5561msgid "show info and content of objects fed from the standard input"
5562msgstr ""
5563
5564#: builtin/cat-file.c:578
5565msgid "show info about objects fed from the standard input"
5566msgstr ""
5567
5568#: builtin/cat-file.c:581
5569msgid "follow in-tree symlinks (used with --batch or --batch-check)"
5570msgstr ""
5571
5572#: builtin/cat-file.c:583
5573msgid "show all objects with --batch or --batch-check"
5574msgstr ""
5575
5576#: builtin/check-attr.c:12
5577msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
5578msgstr ""
5579
5580#: builtin/check-attr.c:13
5581msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
5582msgstr ""
5583
5584#: builtin/check-attr.c:20
5585msgid "report all attributes set on file"
5586msgstr ""
5587
5588#: builtin/check-attr.c:21
5589msgid "use .gitattributes only from the index"
5590msgstr ""
5591
5592#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:99
5593msgid "read file names from stdin"
5594msgstr ""
5595
5596#: builtin/check-attr.c:24 builtin/check-ignore.c:26
5597msgid "terminate input and output records by a NUL character"
5598msgstr ""
5599
5600#: builtin/check-ignore.c:20 builtin/checkout.c:1153 builtin/gc.c:358
5601msgid "suppress progress reporting"
5602msgstr ""
5603
5604#: builtin/check-ignore.c:28
5605msgid "show non-matching input paths"
5606msgstr ""
5607
5608#: builtin/check-ignore.c:30
5609msgid "ignore index when checking"
5610msgstr ""
5611
5612#: builtin/check-ignore.c:158
5613msgid "cannot specify pathnames with --stdin"
5614msgstr ""
5615
5616#: builtin/check-ignore.c:161
5617msgid "-z only makes sense with --stdin"
5618msgstr ""
5619
5620#: builtin/check-ignore.c:163
5621msgid "no path specified"
5622msgstr ""
5623
5624#: builtin/check-ignore.c:167
5625msgid "--quiet is only valid with a single pathname"
5626msgstr ""
5627
5628#: builtin/check-ignore.c:169
5629msgid "cannot have both --quiet and --verbose"
5630msgstr ""
5631
5632#: builtin/check-ignore.c:172
5633msgid "--non-matching is only valid with --verbose"
5634msgstr ""
5635
5636#: builtin/check-mailmap.c:9
5637msgid "git check-mailmap [<options>] <contact>..."
5638msgstr ""
5639
5640#: builtin/check-mailmap.c:14
5641msgid "also read contacts from stdin"
5642msgstr ""
5643
5644#: builtin/check-mailmap.c:25
5645#, c-format
5646msgid "unable to parse contact: %s"
5647msgstr ""
5648
5649#: builtin/check-mailmap.c:48
5650msgid "no contacts specified"
5651msgstr ""
5652
5653#: builtin/checkout-index.c:128
5654msgid "git checkout-index [<options>] [--] [<file>...]"
5655msgstr ""
5656
5657#: builtin/checkout-index.c:145
5658msgid "stage should be between 1 and 3 or all"
5659msgstr ""
5660
5661#: builtin/checkout-index.c:161
5662msgid "check out all files in the index"
5663msgstr ""
5664
5665#: builtin/checkout-index.c:162
5666msgid "force overwrite of existing files"
5667msgstr ""
5668
5669#: builtin/checkout-index.c:164
5670msgid "no warning for existing files and files not in index"
5671msgstr ""
5672
5673#: builtin/checkout-index.c:166
5674msgid "don't checkout new files"
5675msgstr ""
5676
5677#: builtin/checkout-index.c:168
5678msgid "update stat information in the index file"
5679msgstr ""
5680
5681#: builtin/checkout-index.c:172
5682msgid "read list of paths from the standard input"
5683msgstr ""
5684
5685#: builtin/checkout-index.c:174
5686msgid "write the content to temporary files"
5687msgstr ""
5688
5689#: builtin/checkout-index.c:175 builtin/column.c:31
5690#: builtin/submodule--helper.c:628 builtin/submodule--helper.c:631
5691#: builtin/submodule--helper.c:637 builtin/submodule--helper.c:999
5692#: builtin/worktree.c:498
5693msgid "string"
5694msgstr ""
5695
5696#: builtin/checkout-index.c:176
5697msgid "when creating files, prepend <string>"
5698msgstr ""
5699
5700#: builtin/checkout-index.c:178
5701msgid "copy out the files from named stage"
5702msgstr ""
5703
5704#: builtin/checkout.c:26
5705msgid "git checkout [<options>] <branch>"
5706msgstr ""
5707
5708#: builtin/checkout.c:27
5709msgid "git checkout [<options>] [<branch>] -- <file>..."
5710msgstr ""
5711
5712#: builtin/checkout.c:135 builtin/checkout.c:168
5713#, c-format
5714msgid "path '%s' does not have our version"
5715msgstr ""
5716
5717#: builtin/checkout.c:137 builtin/checkout.c:170
5718#, c-format
5719msgid "path '%s' does not have their version"
5720msgstr ""
5721
5722#: builtin/checkout.c:153
5723#, c-format
5724msgid "path '%s' does not have all necessary versions"
5725msgstr ""
5726
5727#: builtin/checkout.c:197
5728#, c-format
5729msgid "path '%s' does not have necessary versions"
5730msgstr ""
5731
5732#: builtin/checkout.c:214
5733#, c-format
5734msgid "path '%s': cannot merge"
5735msgstr ""
5736
5737#: builtin/checkout.c:231
5738#, c-format
5739msgid "Unable to add merge result for '%s'"
5740msgstr ""
5741
5742#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
5743#: builtin/checkout.c:262
5744#, c-format
5745msgid "'%s' cannot be used with updating paths"
5746msgstr ""
5747
5748#: builtin/checkout.c:265 builtin/checkout.c:268
5749#, c-format
5750msgid "'%s' cannot be used with %s"
5751msgstr ""
5752
5753#: builtin/checkout.c:271
5754#, c-format
5755msgid "Cannot update paths and switch to branch '%s' at the same time."
5756msgstr ""
5757
5758#: builtin/checkout.c:342 builtin/checkout.c:349
5759#, c-format
5760msgid "path '%s' is unmerged"
5761msgstr ""
5762
5763#: builtin/checkout.c:501
5764msgid "you need to resolve your current index first"
5765msgstr ""
5766
5767#: builtin/checkout.c:632
5768#, c-format
5769msgid "Can not do reflog for '%s': %s\n"
5770msgstr ""
5771
5772#: builtin/checkout.c:673
5773msgid "HEAD is now at"
5774msgstr ""
5775
5776#: builtin/checkout.c:677 builtin/clone.c:683
5777msgid "unable to update HEAD"
5778msgstr ""
5779
5780#: builtin/checkout.c:681
5781#, c-format
5782msgid "Reset branch '%s'\n"
5783msgstr ""
5784
5785#: builtin/checkout.c:684
5786#, c-format
5787msgid "Already on '%s'\n"
5788msgstr ""
5789
5790#: builtin/checkout.c:688
5791#, c-format
5792msgid "Switched to and reset branch '%s'\n"
5793msgstr ""
5794
5795#: builtin/checkout.c:690 builtin/checkout.c:1086
5796#, c-format
5797msgid "Switched to a new branch '%s'\n"
5798msgstr ""
5799
5800#: builtin/checkout.c:692
5801#, c-format
5802msgid "Switched to branch '%s'\n"
5803msgstr ""
5804
5805#: builtin/checkout.c:743
5806#, c-format
5807msgid " ... and %d more.\n"
5808msgstr ""
5809
5810#: builtin/checkout.c:749
5811#, c-format
5812msgid ""
5813"Warning: you are leaving %d commit behind, not connected to\n"
5814"any of your branches:\n"
5815"\n"
5816"%s\n"
5817msgid_plural ""
5818"Warning: you are leaving %d commits behind, not connected to\n"
5819"any of your branches:\n"
5820"\n"
5821"%s\n"
5822msgstr[0] ""
5823msgstr[1] ""
5824
5825#: builtin/checkout.c:768
5826#, c-format
5827msgid ""
5828"If you want to keep it by creating a new branch, this may be a good time\n"
5829"to do so with:\n"
5830"\n"
5831" git branch <new-branch-name> %s\n"
5832"\n"
5833msgid_plural ""
5834"If you want to keep them by creating a new branch, this may be a good time\n"
5835"to do so with:\n"
5836"\n"
5837" git branch <new-branch-name> %s\n"
5838"\n"
5839msgstr[0] ""
5840msgstr[1] ""
5841
5842#: builtin/checkout.c:809
5843msgid "internal error in revision walk"
5844msgstr ""
5845
5846#: builtin/checkout.c:813
5847msgid "Previous HEAD position was"
5848msgstr ""
5849
5850#: builtin/checkout.c:843 builtin/checkout.c:1081
5851msgid "You are on a branch yet to be born"
5852msgstr ""
5853
5854#: builtin/checkout.c:987
5855#, c-format
5856msgid "only one reference expected, %d given."
5857msgstr ""
5858
5859#: builtin/checkout.c:1027 builtin/worktree.c:233
5860#, c-format
5861msgid "invalid reference: %s"
5862msgstr ""
5863
5864#: builtin/checkout.c:1056
5865#, c-format
5866msgid "reference is not a tree: %s"
5867msgstr ""
5868
5869#: builtin/checkout.c:1095
5870msgid "paths cannot be used with switching branches"
5871msgstr ""
5872
5873#: builtin/checkout.c:1098 builtin/checkout.c:1102
5874#, c-format
5875msgid "'%s' cannot be used with switching branches"
5876msgstr ""
5877
5878#: builtin/checkout.c:1106 builtin/checkout.c:1109 builtin/checkout.c:1114
5879#: builtin/checkout.c:1117
5880#, c-format
5881msgid "'%s' cannot be used with '%s'"
5882msgstr ""
5883
5884#: builtin/checkout.c:1122
5885#, c-format
5886msgid "Cannot switch branch to a non-commit '%s'"
5887msgstr ""
5888
5889#: builtin/checkout.c:1154 builtin/checkout.c:1156 builtin/clone.c:114
5890#: builtin/remote.c:166 builtin/remote.c:168 builtin/worktree.c:346
5891#: builtin/worktree.c:348
5892msgid "branch"
5893msgstr ""
5894
5895#: builtin/checkout.c:1155
5896msgid "create and checkout a new branch"
5897msgstr ""
5898
5899#: builtin/checkout.c:1157
5900msgid "create/reset and checkout a branch"
5901msgstr ""
5902
5903#: builtin/checkout.c:1158
5904msgid "create reflog for new branch"
5905msgstr ""
5906
5907#: builtin/checkout.c:1159 builtin/worktree.c:350
5908msgid "detach HEAD at named commit"
5909msgstr ""
5910
5911#: builtin/checkout.c:1160
5912msgid "set upstream info for new branch"
5913msgstr ""
5914
5915#: builtin/checkout.c:1162
5916msgid "new-branch"
5917msgstr ""
5918
5919#: builtin/checkout.c:1162
5920msgid "new unparented branch"
5921msgstr ""
5922
5923#: builtin/checkout.c:1163
5924msgid "checkout our version for unmerged files"
5925msgstr ""
5926
5927#: builtin/checkout.c:1165
5928msgid "checkout their version for unmerged files"
5929msgstr ""
5930
5931#: builtin/checkout.c:1167
5932msgid "force checkout (throw away local modifications)"
5933msgstr ""
5934
5935#: builtin/checkout.c:1168
5936msgid "perform a 3-way merge with the new branch"
5937msgstr ""
5938
5939#: builtin/checkout.c:1169 builtin/merge.c:238
5940msgid "update ignored files (default)"
5941msgstr ""
5942
5943#: builtin/checkout.c:1170 builtin/log.c:1489 parse-options.h:251
5944msgid "style"
5945msgstr ""
5946
5947#: builtin/checkout.c:1171
5948msgid "conflict style (merge or diff3)"
5949msgstr ""
5950
5951#: builtin/checkout.c:1174
5952msgid "do not limit pathspecs to sparse entries only"
5953msgstr ""
5954
5955#: builtin/checkout.c:1176
5956msgid "second guess 'git checkout <no-such-branch>'"
5957msgstr ""
5958
5959#: builtin/checkout.c:1178
5960msgid "do not check if another worktree is holding the given ref"
5961msgstr ""
5962
5963#: builtin/checkout.c:1182 builtin/clone.c:81 builtin/fetch.c:136
5964#: builtin/merge.c:235 builtin/pull.c:120 builtin/push.c:544
5965#: builtin/send-pack.c:173
5966msgid "force progress reporting"
5967msgstr ""
5968
5969#: builtin/checkout.c:1212
5970msgid "-b, -B and --orphan are mutually exclusive"
5971msgstr ""
5972
5973#: builtin/checkout.c:1229
5974msgid "--track needs a branch name"
5975msgstr ""
5976
5977#: builtin/checkout.c:1234
5978msgid "Missing branch name; try -b"
5979msgstr ""
5980
5981#: builtin/checkout.c:1270
5982msgid "invalid path specification"
5983msgstr ""
5984
5985#: builtin/checkout.c:1277
5986#, c-format
5987msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
5988msgstr ""
5989
5990#: builtin/checkout.c:1281
5991#, c-format
5992msgid "git checkout: --detach does not take a path argument '%s'"
5993msgstr ""
5994
5995#: builtin/checkout.c:1285
5996msgid ""
5997"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
5998"checking out of the index."
5999msgstr ""
6000
6001#: builtin/clean.c:26
6002msgid ""
6003"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6004msgstr ""
6005
6006#: builtin/clean.c:30
6007#, c-format
6008msgid "Removing %s\n"
6009msgstr ""
6010
6011#: builtin/clean.c:31
6012#, c-format
6013msgid "Would remove %s\n"
6014msgstr ""
6015
6016#: builtin/clean.c:32
6017#, c-format
6018msgid "Skipping repository %s\n"
6019msgstr ""
6020
6021#: builtin/clean.c:33
6022#, c-format
6023msgid "Would skip repository %s\n"
6024msgstr ""
6025
6026#: builtin/clean.c:34
6027#, c-format
6028msgid "failed to remove %s"
6029msgstr ""
6030
6031#: builtin/clean.c:301 git-add--interactive.perl:572
6032#, c-format
6033msgid ""
6034"Prompt help:\n"
6035"1          - select a numbered item\n"
6036"foo        - select item based on unique prefix\n"
6037"           - (empty) select nothing\n"
6038msgstr ""
6039
6040#: builtin/clean.c:305 git-add--interactive.perl:581
6041#, c-format
6042msgid ""
6043"Prompt help:\n"
6044"1          - select a single item\n"
6045"3-5        - select a range of items\n"
6046"2-3,6-9    - select multiple ranges\n"
6047"foo        - select item based on unique prefix\n"
6048"-...       - unselect specified items\n"
6049"*          - choose all items\n"
6050"           - (empty) finish selecting\n"
6051msgstr ""
6052
6053#: builtin/clean.c:521 git-add--interactive.perl:547
6054#: git-add--interactive.perl:552
6055#, c-format, perl-format
6056msgid "Huh (%s)?\n"
6057msgstr ""
6058
6059#: builtin/clean.c:663
6060#, c-format
6061msgid "Input ignore patterns>> "
6062msgstr ""
6063
6064#: builtin/clean.c:700
6065#, c-format
6066msgid "WARNING: Cannot find items matched by: %s"
6067msgstr ""
6068
6069#: builtin/clean.c:721
6070msgid "Select items to delete"
6071msgstr ""
6072
6073#. TRANSLATORS: Make sure to keep [y/N] as is
6074#: builtin/clean.c:762
6075#, c-format
6076msgid "Remove %s [y/N]? "
6077msgstr ""
6078
6079#: builtin/clean.c:787 git-add--interactive.perl:1616
6080#, c-format
6081msgid "Bye.\n"
6082msgstr ""
6083
6084#: builtin/clean.c:795
6085msgid ""
6086"clean               - start cleaning\n"
6087"filter by pattern   - exclude items from deletion\n"
6088"select by numbers   - select items to be deleted by numbers\n"
6089"ask each            - confirm each deletion (like \"rm -i\")\n"
6090"quit                - stop cleaning\n"
6091"help                - this screen\n"
6092"?                   - help for prompt selection"
6093msgstr ""
6094
6095#: builtin/clean.c:822 git-add--interactive.perl:1692
6096msgid "*** Commands ***"
6097msgstr ""
6098
6099#: builtin/clean.c:823 git-add--interactive.perl:1689
6100msgid "What now"
6101msgstr ""
6102
6103#: builtin/clean.c:831
6104msgid "Would remove the following item:"
6105msgid_plural "Would remove the following items:"
6106msgstr[0] ""
6107msgstr[1] ""
6108
6109#: builtin/clean.c:847
6110msgid "No more files to clean, exiting."
6111msgstr ""
6112
6113#: builtin/clean.c:909
6114msgid "do not print names of files removed"
6115msgstr ""
6116
6117#: builtin/clean.c:911
6118msgid "force"
6119msgstr ""
6120
6121#: builtin/clean.c:912
6122msgid "interactive cleaning"
6123msgstr ""
6124
6125#: builtin/clean.c:914
6126msgid "remove whole directories"
6127msgstr ""
6128
6129#: builtin/clean.c:915 builtin/describe.c:463 builtin/describe.c:465
6130#: builtin/grep.c:861 builtin/ls-files.c:544 builtin/name-rev.c:397
6131#: builtin/name-rev.c:399 builtin/show-ref.c:176
6132msgid "pattern"
6133msgstr ""
6134
6135#: builtin/clean.c:916
6136msgid "add <pattern> to ignore rules"
6137msgstr ""
6138
6139#: builtin/clean.c:917
6140msgid "remove ignored files, too"
6141msgstr ""
6142
6143#: builtin/clean.c:919
6144msgid "remove only ignored files"
6145msgstr ""
6146
6147#: builtin/clean.c:937
6148msgid "-x and -X cannot be used together"
6149msgstr ""
6150
6151#: builtin/clean.c:941
6152msgid ""
6153"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6154"clean"
6155msgstr ""
6156
6157#: builtin/clean.c:944
6158msgid ""
6159"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6160"refusing to clean"
6161msgstr ""
6162
6163#: builtin/clone.c:39
6164msgid "git clone [<options>] [--] <repo> [<dir>]"
6165msgstr ""
6166
6167#: builtin/clone.c:83
6168msgid "don't create a checkout"
6169msgstr ""
6170
6171#: builtin/clone.c:84 builtin/clone.c:86 builtin/init-db.c:479
6172msgid "create a bare repository"
6173msgstr ""
6174
6175#: builtin/clone.c:88
6176msgid "create a mirror repository (implies bare)"
6177msgstr ""
6178
6179#: builtin/clone.c:90
6180msgid "to clone from a local repository"
6181msgstr ""
6182
6183#: builtin/clone.c:92
6184msgid "don't use local hardlinks, always copy"
6185msgstr ""
6186
6187#: builtin/clone.c:94
6188msgid "setup as shared repository"
6189msgstr ""
6190
6191#: builtin/clone.c:96 builtin/clone.c:100
6192msgid "pathspec"
6193msgstr ""
6194
6195#: builtin/clone.c:96 builtin/clone.c:100
6196msgid "initialize submodules in the clone"
6197msgstr ""
6198
6199#: builtin/clone.c:103
6200msgid "number of submodules cloned in parallel"
6201msgstr ""
6202
6203#: builtin/clone.c:104 builtin/init-db.c:476
6204msgid "template-directory"
6205msgstr ""
6206
6207#: builtin/clone.c:105 builtin/init-db.c:477
6208msgid "directory from which templates will be used"
6209msgstr ""
6210
6211#: builtin/clone.c:107 builtin/clone.c:109 builtin/submodule--helper.c:635
6212#: builtin/submodule--helper.c:1002
6213msgid "reference repository"
6214msgstr ""
6215
6216#: builtin/clone.c:111
6217msgid "use --reference only while cloning"
6218msgstr ""
6219
6220#: builtin/clone.c:112 builtin/column.c:27 builtin/merge-file.c:44
6221msgid "name"
6222msgstr ""
6223
6224#: builtin/clone.c:113
6225msgid "use <name> instead of 'origin' to track upstream"
6226msgstr ""
6227
6228#: builtin/clone.c:115
6229msgid "checkout <branch> instead of the remote's HEAD"
6230msgstr ""
6231
6232#: builtin/clone.c:117
6233msgid "path to git-upload-pack on the remote"
6234msgstr ""
6235
6236#: builtin/clone.c:118 builtin/fetch.c:137 builtin/grep.c:804
6237#: builtin/pull.c:205
6238msgid "depth"
6239msgstr ""
6240
6241#: builtin/clone.c:119
6242msgid "create a shallow clone of that depth"
6243msgstr ""
6244
6245#: builtin/clone.c:120 builtin/fetch.c:139 builtin/pack-objects.c:2938
6246#: parse-options.h:142
6247msgid "time"
6248msgstr ""
6249
6250#: builtin/clone.c:121
6251msgid "create a shallow clone since a specific time"
6252msgstr ""
6253
6254#: builtin/clone.c:122 builtin/fetch.c:141
6255msgid "revision"
6256msgstr ""
6257
6258#: builtin/clone.c:123 builtin/fetch.c:142
6259msgid "deepen history of shallow clone, excluding rev"
6260msgstr ""
6261
6262#: builtin/clone.c:125
6263msgid "clone only one branch, HEAD or --branch"
6264msgstr ""
6265
6266#: builtin/clone.c:127
6267msgid "don't clone any tags, and make later fetches not to follow them"
6268msgstr ""
6269
6270#: builtin/clone.c:129
6271msgid "any cloned submodules will be shallow"
6272msgstr ""
6273
6274#: builtin/clone.c:130 builtin/init-db.c:485
6275msgid "gitdir"
6276msgstr ""
6277
6278#: builtin/clone.c:131 builtin/init-db.c:486
6279msgid "separate git dir from working tree"
6280msgstr ""
6281
6282#: builtin/clone.c:132
6283msgid "key=value"
6284msgstr ""
6285
6286#: builtin/clone.c:133
6287msgid "set config inside the new repository"
6288msgstr ""
6289
6290#: builtin/clone.c:134 builtin/fetch.c:159 builtin/push.c:555
6291msgid "use IPv4 addresses only"
6292msgstr ""
6293
6294#: builtin/clone.c:136 builtin/fetch.c:161 builtin/push.c:557
6295msgid "use IPv6 addresses only"
6296msgstr ""
6297
6298#: builtin/clone.c:273
6299msgid ""
6300"No directory name could be guessed.\n"
6301"Please specify a directory on the command line"
6302msgstr ""
6303
6304#: builtin/clone.c:326
6305#, c-format
6306msgid "info: Could not add alternate for '%s': %s\n"
6307msgstr ""
6308
6309#: builtin/clone.c:398
6310#, c-format
6311msgid "failed to open '%s'"
6312msgstr ""
6313
6314#: builtin/clone.c:406
6315#, c-format
6316msgid "%s exists and is not a directory"
6317msgstr ""
6318
6319#: builtin/clone.c:420
6320#, c-format
6321msgid "failed to stat %s\n"
6322msgstr ""
6323
6324#: builtin/clone.c:442
6325#, c-format
6326msgid "failed to create link '%s'"
6327msgstr ""
6328
6329#: builtin/clone.c:446
6330#, c-format
6331msgid "failed to copy file to '%s'"
6332msgstr ""
6333
6334#: builtin/clone.c:471
6335#, c-format
6336msgid "done.\n"
6337msgstr ""
6338
6339#: builtin/clone.c:483
6340msgid ""
6341"Clone succeeded, but checkout failed.\n"
6342"You can inspect what was checked out with 'git status'\n"
6343"and retry the checkout with 'git checkout -f HEAD'\n"
6344msgstr ""
6345
6346#: builtin/clone.c:560
6347#, c-format
6348msgid "Could not find remote branch %s to clone."
6349msgstr ""
6350
6351#: builtin/clone.c:655
6352msgid "remote did not send all necessary objects"
6353msgstr ""
6354
6355#: builtin/clone.c:671
6356#, c-format
6357msgid "unable to update %s"
6358msgstr ""
6359
6360#: builtin/clone.c:720
6361msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6362msgstr ""
6363
6364#: builtin/clone.c:751
6365msgid "unable to checkout working tree"
6366msgstr ""
6367
6368#: builtin/clone.c:796
6369msgid "unable to write parameters to config file"
6370msgstr ""
6371
6372#: builtin/clone.c:859
6373msgid "cannot repack to clean up"
6374msgstr ""
6375
6376#: builtin/clone.c:861
6377msgid "cannot unlink temporary alternates file"
6378msgstr ""
6379
6380#: builtin/clone.c:894 builtin/receive-pack.c:1944
6381msgid "Too many arguments."
6382msgstr ""
6383
6384#: builtin/clone.c:898
6385msgid "You must specify a repository to clone."
6386msgstr ""
6387
6388#: builtin/clone.c:911
6389#, c-format
6390msgid "--bare and --origin %s options are incompatible."
6391msgstr ""
6392
6393#: builtin/clone.c:914
6394msgid "--bare and --separate-git-dir are incompatible."
6395msgstr ""
6396
6397#: builtin/clone.c:927
6398#, c-format
6399msgid "repository '%s' does not exist"
6400msgstr ""
6401
6402#: builtin/clone.c:933 builtin/fetch.c:1360
6403#, c-format
6404msgid "depth %s is not a positive number"
6405msgstr ""
6406
6407#: builtin/clone.c:943
6408#, c-format
6409msgid "destination path '%s' already exists and is not an empty directory."
6410msgstr ""
6411
6412#: builtin/clone.c:953
6413#, c-format
6414msgid "working tree '%s' already exists."
6415msgstr ""
6416
6417#: builtin/clone.c:968 builtin/clone.c:979 builtin/difftool.c:270
6418#: builtin/worktree.c:240 builtin/worktree.c:270
6419#, c-format
6420msgid "could not create leading directories of '%s'"
6421msgstr ""
6422
6423#: builtin/clone.c:971
6424#, c-format
6425msgid "could not create work tree dir '%s'"
6426msgstr ""
6427
6428#: builtin/clone.c:983
6429#, c-format
6430msgid "Cloning into bare repository '%s'...\n"
6431msgstr ""
6432
6433#: builtin/clone.c:985
6434#, c-format
6435msgid "Cloning into '%s'...\n"
6436msgstr ""
6437
6438#: builtin/clone.c:1009
6439msgid ""
6440"clone --recursive is not compatible with both --reference and --reference-if-"
6441"able"
6442msgstr ""
6443
6444#: builtin/clone.c:1071
6445msgid "--depth is ignored in local clones; use file:// instead."
6446msgstr ""
6447
6448#: builtin/clone.c:1073
6449msgid "--shallow-since is ignored in local clones; use file:// instead."
6450msgstr ""
6451
6452#: builtin/clone.c:1075
6453msgid "--shallow-exclude is ignored in local clones; use file:// instead."
6454msgstr ""
6455
6456#: builtin/clone.c:1078
6457msgid "source repository is shallow, ignoring --local"
6458msgstr ""
6459
6460#: builtin/clone.c:1083
6461msgid "--local is ignored"
6462msgstr ""
6463
6464#: builtin/clone.c:1087
6465#, c-format
6466msgid "Don't know how to clone %s"
6467msgstr ""
6468
6469#: builtin/clone.c:1142 builtin/clone.c:1150
6470#, c-format
6471msgid "Remote branch %s not found in upstream %s"
6472msgstr ""
6473
6474#: builtin/clone.c:1153
6475msgid "You appear to have cloned an empty repository."
6476msgstr ""
6477
6478#: builtin/column.c:10
6479msgid "git column [<options>]"
6480msgstr ""
6481
6482#: builtin/column.c:27
6483msgid "lookup config vars"
6484msgstr ""
6485
6486#: builtin/column.c:28 builtin/column.c:29
6487msgid "layout to use"
6488msgstr ""
6489
6490#: builtin/column.c:30
6491msgid "Maximum width"
6492msgstr ""
6493
6494#: builtin/column.c:31
6495msgid "Padding space on left border"
6496msgstr ""
6497
6498#: builtin/column.c:32
6499msgid "Padding space on right border"
6500msgstr ""
6501
6502#: builtin/column.c:33
6503msgid "Padding space between columns"
6504msgstr ""
6505
6506#: builtin/column.c:52
6507msgid "--command must be the first argument"
6508msgstr ""
6509
6510#: builtin/commit.c:39
6511msgid "git commit [<options>] [--] <pathspec>..."
6512msgstr ""
6513
6514#: builtin/commit.c:44
6515msgid "git status [<options>] [--] <pathspec>..."
6516msgstr ""
6517
6518#: builtin/commit.c:49
6519msgid ""
6520"Your name and email address were configured automatically based\n"
6521"on your username and hostname. Please check that they are accurate.\n"
6522"You can suppress this message by setting them explicitly. Run the\n"
6523"following command and follow the instructions in your editor to edit\n"
6524"your configuration file:\n"
6525"\n"
6526"    git config --global --edit\n"
6527"\n"
6528"After doing this, you may fix the identity used for this commit with:\n"
6529"\n"
6530"    git commit --amend --reset-author\n"
6531msgstr ""
6532
6533#: builtin/commit.c:62
6534msgid ""
6535"Your name and email address were configured automatically based\n"
6536"on your username and hostname. Please check that they are accurate.\n"
6537"You can suppress this message by setting them explicitly:\n"
6538"\n"
6539"    git config --global user.name \"Your Name\"\n"
6540"    git config --global user.email you@example.com\n"
6541"\n"
6542"After doing this, you may fix the identity used for this commit with:\n"
6543"\n"
6544"    git commit --amend --reset-author\n"
6545msgstr ""
6546
6547#: builtin/commit.c:74
6548msgid ""
6549"You asked to amend the most recent commit, but doing so would make\n"
6550"it empty. You can repeat your command with --allow-empty, or you can\n"
6551"remove the commit entirely with \"git reset HEAD^\".\n"
6552msgstr ""
6553
6554#: builtin/commit.c:79
6555msgid ""
6556"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
6557"If you wish to commit it anyway, use:\n"
6558"\n"
6559"    git commit --allow-empty\n"
6560"\n"
6561msgstr ""
6562
6563#: builtin/commit.c:86
6564msgid "Otherwise, please use 'git reset'\n"
6565msgstr ""
6566
6567#: builtin/commit.c:89
6568msgid ""
6569"If you wish to skip this commit, use:\n"
6570"\n"
6571"    git reset\n"
6572"\n"
6573"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
6574"the remaining commits.\n"
6575msgstr ""
6576
6577#: builtin/commit.c:318
6578msgid "failed to unpack HEAD tree object"
6579msgstr ""
6580
6581#: builtin/commit.c:359
6582msgid "unable to create temporary index"
6583msgstr ""
6584
6585#: builtin/commit.c:365
6586msgid "interactive add failed"
6587msgstr ""
6588
6589#: builtin/commit.c:378
6590msgid "unable to update temporary index"
6591msgstr ""
6592
6593#: builtin/commit.c:380
6594msgid "Failed to update main cache tree"
6595msgstr ""
6596
6597#: builtin/commit.c:405 builtin/commit.c:429 builtin/commit.c:478
6598msgid "unable to write new_index file"
6599msgstr ""
6600
6601#: builtin/commit.c:461
6602msgid "cannot do a partial commit during a merge."
6603msgstr ""
6604
6605#: builtin/commit.c:463
6606msgid "cannot do a partial commit during a cherry-pick."
6607msgstr ""
6608
6609#: builtin/commit.c:471
6610msgid "cannot read the index"
6611msgstr ""
6612
6613#: builtin/commit.c:490
6614msgid "unable to write temporary index file"
6615msgstr ""
6616
6617#: builtin/commit.c:587
6618#, c-format
6619msgid "commit '%s' lacks author header"
6620msgstr ""
6621
6622#: builtin/commit.c:589
6623#, c-format
6624msgid "commit '%s' has malformed author line"
6625msgstr ""
6626
6627#: builtin/commit.c:608
6628msgid "malformed --author parameter"
6629msgstr ""
6630
6631#: builtin/commit.c:660
6632msgid ""
6633"unable to select a comment character that is not used\n"
6634"in the current commit message"
6635msgstr ""
6636
6637#: builtin/commit.c:697 builtin/commit.c:730 builtin/commit.c:1100
6638#, c-format
6639msgid "could not lookup commit %s"
6640msgstr ""
6641
6642#: builtin/commit.c:709 builtin/shortlog.c:309
6643#, c-format
6644msgid "(reading log message from standard input)\n"
6645msgstr ""
6646
6647#: builtin/commit.c:711
6648msgid "could not read log from standard input"
6649msgstr ""
6650
6651#: builtin/commit.c:715
6652#, c-format
6653msgid "could not read log file '%s'"
6654msgstr ""
6655
6656#: builtin/commit.c:742 builtin/commit.c:750
6657msgid "could not read SQUASH_MSG"
6658msgstr ""
6659
6660#: builtin/commit.c:747
6661msgid "could not read MERGE_MSG"
6662msgstr ""
6663
6664#: builtin/commit.c:801
6665msgid "could not write commit template"
6666msgstr ""
6667
6668#: builtin/commit.c:819
6669#, c-format
6670msgid ""
6671"\n"
6672"It looks like you may be committing a merge.\n"
6673"If this is not correct, please remove the file\n"
6674"\t%s\n"
6675"and try again.\n"
6676msgstr ""
6677
6678#: builtin/commit.c:824
6679#, c-format
6680msgid ""
6681"\n"
6682"It looks like you may be committing a cherry-pick.\n"
6683"If this is not correct, please remove the file\n"
6684"\t%s\n"
6685"and try again.\n"
6686msgstr ""
6687
6688#: builtin/commit.c:837
6689#, c-format
6690msgid ""
6691"Please enter the commit message for your changes. Lines starting\n"
6692"with '%c' will be ignored, and an empty message aborts the commit.\n"
6693msgstr ""
6694
6695#: builtin/commit.c:844
6696#, c-format
6697msgid ""
6698"Please enter the commit message for your changes. Lines starting\n"
6699"with '%c' will be kept; you may remove them yourself if you want to.\n"
6700"An empty message aborts the commit.\n"
6701msgstr ""
6702
6703#: builtin/commit.c:861
6704#, c-format
6705msgid "%sAuthor:    %.*s <%.*s>"
6706msgstr ""
6707
6708#: builtin/commit.c:869
6709#, c-format
6710msgid "%sDate:      %s"
6711msgstr ""
6712
6713#: builtin/commit.c:876
6714#, c-format
6715msgid "%sCommitter: %.*s <%.*s>"
6716msgstr ""
6717
6718#: builtin/commit.c:893
6719msgid "Cannot read index"
6720msgstr ""
6721
6722#: builtin/commit.c:958
6723msgid "Error building trees"
6724msgstr ""
6725
6726#: builtin/commit.c:972 builtin/tag.c:252
6727#, c-format
6728msgid "Please supply the message using either -m or -F option.\n"
6729msgstr ""
6730
6731#: builtin/commit.c:1075
6732#, c-format
6733msgid "--author '%s' is not 'Name <email>' and matches no existing author"
6734msgstr ""
6735
6736#: builtin/commit.c:1090 builtin/commit.c:1335
6737#, c-format
6738msgid "Invalid untracked files mode '%s'"
6739msgstr ""
6740
6741#: builtin/commit.c:1128
6742msgid "--long and -z are incompatible"
6743msgstr ""
6744
6745#: builtin/commit.c:1158
6746msgid "Using both --reset-author and --author does not make sense"
6747msgstr ""
6748
6749#: builtin/commit.c:1167
6750msgid "You have nothing to amend."
6751msgstr ""
6752
6753#: builtin/commit.c:1170
6754msgid "You are in the middle of a merge -- cannot amend."
6755msgstr ""
6756
6757#: builtin/commit.c:1172
6758msgid "You are in the middle of a cherry-pick -- cannot amend."
6759msgstr ""
6760
6761#: builtin/commit.c:1175
6762msgid "Options --squash and --fixup cannot be used together"
6763msgstr ""
6764
6765#: builtin/commit.c:1185
6766msgid "Only one of -c/-C/-F/--fixup can be used."
6767msgstr ""
6768
6769#: builtin/commit.c:1187
6770msgid "Option -m cannot be combined with -c/-C/-F/--fixup."
6771msgstr ""
6772
6773#: builtin/commit.c:1195
6774msgid "--reset-author can be used only with -C, -c or --amend."
6775msgstr ""
6776
6777#: builtin/commit.c:1212
6778msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
6779msgstr ""
6780
6781#: builtin/commit.c:1214
6782msgid "No paths with --include/--only does not make sense."
6783msgstr ""
6784
6785#: builtin/commit.c:1226 builtin/tag.c:535
6786#, c-format
6787msgid "Invalid cleanup mode %s"
6788msgstr ""
6789
6790#: builtin/commit.c:1231
6791msgid "Paths with -a does not make sense."
6792msgstr ""
6793
6794#: builtin/commit.c:1349 builtin/commit.c:1626
6795msgid "show status concisely"
6796msgstr ""
6797
6798#: builtin/commit.c:1351 builtin/commit.c:1628
6799msgid "show branch information"
6800msgstr ""
6801
6802#: builtin/commit.c:1353
6803msgid "show stash information"
6804msgstr ""
6805
6806#: builtin/commit.c:1355
6807msgid "version"
6808msgstr ""
6809
6810#: builtin/commit.c:1355 builtin/commit.c:1630 builtin/push.c:530
6811#: builtin/worktree.c:469
6812msgid "machine-readable output"
6813msgstr ""
6814
6815#: builtin/commit.c:1358 builtin/commit.c:1632
6816msgid "show status in long format (default)"
6817msgstr ""
6818
6819#: builtin/commit.c:1361 builtin/commit.c:1635
6820msgid "terminate entries with NUL"
6821msgstr ""
6822
6823#: builtin/commit.c:1363 builtin/commit.c:1638 builtin/fast-export.c:999
6824#: builtin/fast-export.c:1002 builtin/tag.c:390
6825msgid "mode"
6826msgstr ""
6827
6828#: builtin/commit.c:1364 builtin/commit.c:1638
6829msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
6830msgstr ""
6831
6832#: builtin/commit.c:1367
6833msgid "show ignored files"
6834msgstr ""
6835
6836#: builtin/commit.c:1368 parse-options.h:155
6837msgid "when"
6838msgstr ""
6839
6840#: builtin/commit.c:1369
6841msgid ""
6842"ignore changes to submodules, optional when: all, dirty, untracked. "
6843"(Default: all)"
6844msgstr ""
6845
6846#: builtin/commit.c:1371
6847msgid "list untracked files in columns"
6848msgstr ""
6849
6850#: builtin/commit.c:1449
6851msgid "couldn't look up newly created commit"
6852msgstr ""
6853
6854#: builtin/commit.c:1451
6855msgid "could not parse newly created commit"
6856msgstr ""
6857
6858#: builtin/commit.c:1496
6859msgid "detached HEAD"
6860msgstr ""
6861
6862#: builtin/commit.c:1499
6863msgid " (root-commit)"
6864msgstr ""
6865
6866#: builtin/commit.c:1596
6867msgid "suppress summary after successful commit"
6868msgstr ""
6869
6870#: builtin/commit.c:1597
6871msgid "show diff in commit message template"
6872msgstr ""
6873
6874#: builtin/commit.c:1599
6875msgid "Commit message options"
6876msgstr ""
6877
6878#: builtin/commit.c:1600 builtin/tag.c:388
6879msgid "read message from file"
6880msgstr ""
6881
6882#: builtin/commit.c:1601
6883msgid "author"
6884msgstr ""
6885
6886#: builtin/commit.c:1601
6887msgid "override author for commit"
6888msgstr ""
6889
6890#: builtin/commit.c:1602 builtin/gc.c:359
6891msgid "date"
6892msgstr ""
6893
6894#: builtin/commit.c:1602
6895msgid "override date for commit"
6896msgstr ""
6897
6898#: builtin/commit.c:1603 builtin/merge.c:225 builtin/notes.c:402
6899#: builtin/notes.c:565 builtin/tag.c:386
6900msgid "message"
6901msgstr ""
6902
6903#: builtin/commit.c:1603
6904msgid "commit message"
6905msgstr ""
6906
6907#: builtin/commit.c:1604 builtin/commit.c:1605 builtin/commit.c:1606
6908#: builtin/commit.c:1607 parse-options.h:257 ref-filter.h:92
6909msgid "commit"
6910msgstr ""
6911
6912#: builtin/commit.c:1604
6913msgid "reuse and edit message from specified commit"
6914msgstr ""
6915
6916#: builtin/commit.c:1605
6917msgid "reuse message from specified commit"
6918msgstr ""
6919
6920#: builtin/commit.c:1606
6921msgid "use autosquash formatted message to fixup specified commit"
6922msgstr ""
6923
6924#: builtin/commit.c:1607
6925msgid "use autosquash formatted message to squash specified commit"
6926msgstr ""
6927
6928#: builtin/commit.c:1608
6929msgid "the commit is authored by me now (used with -C/-c/--amend)"
6930msgstr ""
6931
6932#: builtin/commit.c:1609 builtin/log.c:1436 builtin/merge.c:239
6933#: builtin/revert.c:105
6934msgid "add Signed-off-by:"
6935msgstr ""
6936
6937#: builtin/commit.c:1610
6938msgid "use specified template file"
6939msgstr ""
6940
6941#: builtin/commit.c:1611
6942msgid "force edit of commit"
6943msgstr ""
6944
6945#: builtin/commit.c:1612
6946msgid "default"
6947msgstr ""
6948
6949#: builtin/commit.c:1612 builtin/tag.c:391
6950msgid "how to strip spaces and #comments from message"
6951msgstr ""
6952
6953#: builtin/commit.c:1613
6954msgid "include status in commit message template"
6955msgstr ""
6956
6957#: builtin/commit.c:1615 builtin/merge.c:237 builtin/pull.c:173
6958#: builtin/revert.c:113
6959msgid "GPG sign commit"
6960msgstr ""
6961
6962#: builtin/commit.c:1618
6963msgid "Commit contents options"
6964msgstr ""
6965
6966#: builtin/commit.c:1619
6967msgid "commit all changed files"
6968msgstr ""
6969
6970#: builtin/commit.c:1620
6971msgid "add specified files to index for commit"
6972msgstr ""
6973
6974#: builtin/commit.c:1621
6975msgid "interactively add files"
6976msgstr ""
6977
6978#: builtin/commit.c:1622
6979msgid "interactively add changes"
6980msgstr ""
6981
6982#: builtin/commit.c:1623
6983msgid "commit only specified files"
6984msgstr ""
6985
6986#: builtin/commit.c:1624
6987msgid "bypass pre-commit and commit-msg hooks"
6988msgstr ""
6989
6990#: builtin/commit.c:1625
6991msgid "show what would be committed"
6992msgstr ""
6993
6994#: builtin/commit.c:1636
6995msgid "amend previous commit"
6996msgstr ""
6997
6998#: builtin/commit.c:1637
6999msgid "bypass post-rewrite hook"
7000msgstr ""
7001
7002#: builtin/commit.c:1642
7003msgid "ok to record an empty change"
7004msgstr ""
7005
7006#: builtin/commit.c:1644
7007msgid "ok to record a change with an empty message"
7008msgstr ""
7009
7010#: builtin/commit.c:1674
7011msgid "could not parse HEAD commit"
7012msgstr ""
7013
7014#: builtin/commit.c:1719
7015#, c-format
7016msgid "Corrupt MERGE_HEAD file (%s)"
7017msgstr ""
7018
7019#: builtin/commit.c:1726
7020msgid "could not read MERGE_MODE"
7021msgstr ""
7022
7023#: builtin/commit.c:1745
7024#, c-format
7025msgid "could not read commit message: %s"
7026msgstr ""
7027
7028#: builtin/commit.c:1756
7029#, c-format
7030msgid "Aborting commit due to empty commit message.\n"
7031msgstr ""
7032
7033#: builtin/commit.c:1761
7034#, c-format
7035msgid "Aborting commit; you did not edit the message.\n"
7036msgstr ""
7037
7038#: builtin/commit.c:1809
7039msgid ""
7040"Repository has been updated, but unable to write\n"
7041"new_index file. Check that disk is not full and quota is\n"
7042"not exceeded, and then \"git reset HEAD\" to recover."
7043msgstr ""
7044
7045#: builtin/config.c:10
7046msgid "git config [<options>]"
7047msgstr ""
7048
7049#: builtin/config.c:57
7050msgid "Config file location"
7051msgstr ""
7052
7053#: builtin/config.c:58
7054msgid "use global config file"
7055msgstr ""
7056
7057#: builtin/config.c:59
7058msgid "use system config file"
7059msgstr ""
7060
7061#: builtin/config.c:60
7062msgid "use repository config file"
7063msgstr ""
7064
7065#: builtin/config.c:61
7066msgid "use given config file"
7067msgstr ""
7068
7069#: builtin/config.c:62
7070msgid "blob-id"
7071msgstr ""
7072
7073#: builtin/config.c:62
7074msgid "read config from given blob object"
7075msgstr ""
7076
7077#: builtin/config.c:63
7078msgid "Action"
7079msgstr ""
7080
7081#: builtin/config.c:64
7082msgid "get value: name [value-regex]"
7083msgstr ""
7084
7085#: builtin/config.c:65
7086msgid "get all values: key [value-regex]"
7087msgstr ""
7088
7089#: builtin/config.c:66
7090msgid "get values for regexp: name-regex [value-regex]"
7091msgstr ""
7092
7093#: builtin/config.c:67
7094msgid "get value specific for the URL: section[.var] URL"
7095msgstr ""
7096
7097#: builtin/config.c:68
7098msgid "replace all matching variables: name value [value_regex]"
7099msgstr ""
7100
7101#: builtin/config.c:69
7102msgid "add a new variable: name value"
7103msgstr ""
7104
7105#: builtin/config.c:70
7106msgid "remove a variable: name [value-regex]"
7107msgstr ""
7108
7109#: builtin/config.c:71
7110msgid "remove all matches: name [value-regex]"
7111msgstr ""
7112
7113#: builtin/config.c:72
7114msgid "rename section: old-name new-name"
7115msgstr ""
7116
7117#: builtin/config.c:73
7118msgid "remove a section: name"
7119msgstr ""
7120
7121#: builtin/config.c:74
7122msgid "list all"
7123msgstr ""
7124
7125#: builtin/config.c:75
7126msgid "open an editor"
7127msgstr ""
7128
7129#: builtin/config.c:76
7130msgid "find the color configured: slot [default]"
7131msgstr ""
7132
7133#: builtin/config.c:77
7134msgid "find the color setting: slot [stdout-is-tty]"
7135msgstr ""
7136
7137#: builtin/config.c:78
7138msgid "Type"
7139msgstr ""
7140
7141#: builtin/config.c:79
7142msgid "value is \"true\" or \"false\""
7143msgstr ""
7144
7145#: builtin/config.c:80
7146msgid "value is decimal number"
7147msgstr ""
7148
7149#: builtin/config.c:81
7150msgid "value is --bool or --int"
7151msgstr ""
7152
7153#: builtin/config.c:82
7154msgid "value is a path (file or directory name)"
7155msgstr ""
7156
7157#: builtin/config.c:83
7158msgid "Other"
7159msgstr ""
7160
7161#: builtin/config.c:84
7162msgid "terminate values with NUL byte"
7163msgstr ""
7164
7165#: builtin/config.c:85
7166msgid "show variable names only"
7167msgstr ""
7168
7169#: builtin/config.c:86
7170msgid "respect include directives on lookup"
7171msgstr ""
7172
7173#: builtin/config.c:87
7174msgid "show origin of config (file, standard input, blob, command line)"
7175msgstr ""
7176
7177#: builtin/config.c:327
7178msgid "unable to parse default color value"
7179msgstr ""
7180
7181#: builtin/config.c:471
7182#, c-format
7183msgid ""
7184"# This is Git's per-user configuration file.\n"
7185"[user]\n"
7186"# Please adapt and uncomment the following lines:\n"
7187"#\tname = %s\n"
7188"#\temail = %s\n"
7189msgstr ""
7190
7191#: builtin/config.c:499
7192msgid "--local can only be used inside a git repository"
7193msgstr ""
7194
7195#: builtin/config.c:624
7196#, c-format
7197msgid "cannot create configuration file %s"
7198msgstr ""
7199
7200#: builtin/config.c:637
7201#, c-format
7202msgid ""
7203"cannot overwrite multiple values with a single value\n"
7204"       Use a regexp, --add or --replace-all to change %s."
7205msgstr ""
7206
7207#: builtin/count-objects.c:88
7208msgid "git count-objects [-v] [-H | --human-readable]"
7209msgstr ""
7210
7211#: builtin/count-objects.c:98
7212msgid "print sizes in human readable format"
7213msgstr ""
7214
7215#: builtin/describe.c:19
7216msgid "git describe [<options>] [<commit-ish>...]"
7217msgstr ""
7218
7219#: builtin/describe.c:20
7220msgid "git describe [<options>] --dirty"
7221msgstr ""
7222
7223#: builtin/describe.c:54
7224msgid "head"
7225msgstr ""
7226
7227#: builtin/describe.c:54
7228msgid "lightweight"
7229msgstr ""
7230
7231#: builtin/describe.c:54
7232msgid "annotated"
7233msgstr ""
7234
7235#: builtin/describe.c:264
7236#, c-format
7237msgid "annotated tag %s not available"
7238msgstr ""
7239
7240#: builtin/describe.c:268
7241#, c-format
7242msgid "annotated tag %s has no embedded name"
7243msgstr ""
7244
7245#: builtin/describe.c:270
7246#, c-format
7247msgid "tag '%s' is really '%s' here"
7248msgstr ""
7249
7250#: builtin/describe.c:297 builtin/log.c:493
7251#, c-format
7252msgid "Not a valid object name %s"
7253msgstr ""
7254
7255#: builtin/describe.c:300
7256#, c-format
7257msgid "%s is not a valid '%s' object"
7258msgstr ""
7259
7260#: builtin/describe.c:317
7261#, c-format
7262msgid "no tag exactly matches '%s'"
7263msgstr ""
7264
7265#: builtin/describe.c:319
7266#, c-format
7267msgid "searching to describe %s\n"
7268msgstr ""
7269
7270#: builtin/describe.c:366
7271#, c-format
7272msgid "finished search at %s\n"
7273msgstr ""
7274
7275#: builtin/describe.c:393
7276#, c-format
7277msgid ""
7278"No annotated tags can describe '%s'.\n"
7279"However, there were unannotated tags: try --tags."
7280msgstr ""
7281
7282#: builtin/describe.c:397
7283#, c-format
7284msgid ""
7285"No tags can describe '%s'.\n"
7286"Try --always, or create some tags."
7287msgstr ""
7288
7289#: builtin/describe.c:427
7290#, c-format
7291msgid "traversed %lu commits\n"
7292msgstr ""
7293
7294#: builtin/describe.c:430
7295#, c-format
7296msgid ""
7297"more than %i tags found; listed %i most recent\n"
7298"gave up search at %s\n"
7299msgstr ""
7300
7301#: builtin/describe.c:452
7302msgid "find the tag that comes after the commit"
7303msgstr ""
7304
7305#: builtin/describe.c:453
7306msgid "debug search strategy on stderr"
7307msgstr ""
7308
7309#: builtin/describe.c:454
7310msgid "use any ref"
7311msgstr ""
7312
7313#: builtin/describe.c:455
7314msgid "use any tag, even unannotated"
7315msgstr ""
7316
7317#: builtin/describe.c:456
7318msgid "always use long format"
7319msgstr ""
7320
7321#: builtin/describe.c:457
7322msgid "only follow first parent"
7323msgstr ""
7324
7325#: builtin/describe.c:460
7326msgid "only output exact matches"
7327msgstr ""
7328
7329#: builtin/describe.c:462
7330msgid "consider <n> most recent tags (default: 10)"
7331msgstr ""
7332
7333#: builtin/describe.c:464
7334msgid "only consider tags matching <pattern>"
7335msgstr ""
7336
7337#: builtin/describe.c:466
7338msgid "do not consider tags matching <pattern>"
7339msgstr ""
7340
7341#: builtin/describe.c:468 builtin/name-rev.c:406
7342msgid "show abbreviated commit object as fallback"
7343msgstr ""
7344
7345#: builtin/describe.c:469 builtin/describe.c:472
7346msgid "mark"
7347msgstr ""
7348
7349#: builtin/describe.c:470
7350msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7351msgstr ""
7352
7353#: builtin/describe.c:473
7354msgid "append <mark> on broken working tree (default: \"-broken\")"
7355msgstr ""
7356
7357#: builtin/describe.c:491
7358msgid "--long is incompatible with --abbrev=0"
7359msgstr ""
7360
7361#: builtin/describe.c:520
7362msgid "No names found, cannot describe anything."
7363msgstr ""
7364
7365#: builtin/describe.c:563
7366msgid "--dirty is incompatible with commit-ishes"
7367msgstr ""
7368
7369#: builtin/describe.c:565
7370msgid "--broken is incompatible with commit-ishes"
7371msgstr ""
7372
7373#: builtin/diff.c:83
7374#, c-format
7375msgid "'%s': not a regular file or symlink"
7376msgstr ""
7377
7378#: builtin/diff.c:235
7379#, c-format
7380msgid "invalid option: %s"
7381msgstr ""
7382
7383#: builtin/diff.c:357
7384msgid "Not a git repository"
7385msgstr ""
7386
7387#: builtin/diff.c:400
7388#, c-format
7389msgid "invalid object '%s' given."
7390msgstr ""
7391
7392#: builtin/diff.c:409
7393#, c-format
7394msgid "more than two blobs given: '%s'"
7395msgstr ""
7396
7397#: builtin/diff.c:414
7398#, c-format
7399msgid "unhandled object '%s' given."
7400msgstr ""
7401
7402#: builtin/difftool.c:29
7403msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
7404msgstr ""
7405
7406#: builtin/difftool.c:259
7407#, c-format
7408msgid "failed: %d"
7409msgstr ""
7410
7411#: builtin/difftool.c:301
7412#, c-format
7413msgid "could not read symlink %s"
7414msgstr ""
7415
7416#: builtin/difftool.c:303
7417#, c-format
7418msgid "could not read symlink file %s"
7419msgstr ""
7420
7421#: builtin/difftool.c:311
7422#, c-format
7423msgid "could not read object %s for symlink %s"
7424msgstr ""
7425
7426#: builtin/difftool.c:412
7427msgid ""
7428"combined diff formats('-c' and '--cc') are not supported in\n"
7429"directory diff mode('-d' and '--dir-diff')."
7430msgstr ""
7431
7432#: builtin/difftool.c:633
7433#, c-format
7434msgid "both files modified: '%s' and '%s'."
7435msgstr ""
7436
7437#: builtin/difftool.c:635
7438msgid "working tree file has been left."
7439msgstr ""
7440
7441#: builtin/difftool.c:646
7442#, c-format
7443msgid "temporary files exist in '%s'."
7444msgstr ""
7445
7446#: builtin/difftool.c:647
7447msgid "you may want to cleanup or recover these."
7448msgstr ""
7449
7450#: builtin/difftool.c:696
7451msgid "use `diff.guitool` instead of `diff.tool`"
7452msgstr ""
7453
7454#: builtin/difftool.c:698
7455msgid "perform a full-directory diff"
7456msgstr ""
7457
7458#: builtin/difftool.c:700
7459msgid "do not prompt before launching a diff tool"
7460msgstr ""
7461
7462#: builtin/difftool.c:706
7463msgid "use symlinks in dir-diff mode"
7464msgstr ""
7465
7466#: builtin/difftool.c:707
7467msgid "<tool>"
7468msgstr ""
7469
7470#: builtin/difftool.c:708
7471msgid "use the specified diff tool"
7472msgstr ""
7473
7474#: builtin/difftool.c:710
7475msgid "print a list of diff tools that may be used with `--tool`"
7476msgstr ""
7477
7478#: builtin/difftool.c:713
7479msgid ""
7480"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
7481"code"
7482msgstr ""
7483
7484#: builtin/difftool.c:715
7485msgid "<command>"
7486msgstr ""
7487
7488#: builtin/difftool.c:716
7489msgid "specify a custom command for viewing diffs"
7490msgstr ""
7491
7492#: builtin/difftool.c:740
7493msgid "no <tool> given for --tool=<tool>"
7494msgstr ""
7495
7496#: builtin/difftool.c:747
7497msgid "no <cmd> given for --extcmd=<cmd>"
7498msgstr ""
7499
7500#: builtin/fast-export.c:26
7501msgid "git fast-export [rev-list-opts]"
7502msgstr ""
7503
7504#: builtin/fast-export.c:998
7505msgid "show progress after <n> objects"
7506msgstr ""
7507
7508#: builtin/fast-export.c:1000
7509msgid "select handling of signed tags"
7510msgstr ""
7511
7512#: builtin/fast-export.c:1003
7513msgid "select handling of tags that tag filtered objects"
7514msgstr ""
7515
7516#: builtin/fast-export.c:1006
7517msgid "Dump marks to this file"
7518msgstr ""
7519
7520#: builtin/fast-export.c:1008
7521msgid "Import marks from this file"
7522msgstr ""
7523
7524#: builtin/fast-export.c:1010
7525msgid "Fake a tagger when tags lack one"
7526msgstr ""
7527
7528#: builtin/fast-export.c:1012
7529msgid "Output full tree for each commit"
7530msgstr ""
7531
7532#: builtin/fast-export.c:1014
7533msgid "Use the done feature to terminate the stream"
7534msgstr ""
7535
7536#: builtin/fast-export.c:1015
7537msgid "Skip output of blob data"
7538msgstr ""
7539
7540#: builtin/fast-export.c:1016
7541msgid "refspec"
7542msgstr ""
7543
7544#: builtin/fast-export.c:1017
7545msgid "Apply refspec to exported refs"
7546msgstr ""
7547
7548#: builtin/fast-export.c:1018
7549msgid "anonymize output"
7550msgstr ""
7551
7552#: builtin/fetch.c:23
7553msgid "git fetch [<options>] [<repository> [<refspec>...]]"
7554msgstr ""
7555
7556#: builtin/fetch.c:24
7557msgid "git fetch [<options>] <group>"
7558msgstr ""
7559
7560#: builtin/fetch.c:25
7561msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
7562msgstr ""
7563
7564#: builtin/fetch.c:26
7565msgid "git fetch --all [<options>]"
7566msgstr ""
7567
7568#: builtin/fetch.c:112 builtin/pull.c:182
7569msgid "fetch from all remotes"
7570msgstr ""
7571
7572#: builtin/fetch.c:114 builtin/pull.c:185
7573msgid "append to .git/FETCH_HEAD instead of overwriting"
7574msgstr ""
7575
7576#: builtin/fetch.c:116 builtin/pull.c:188
7577msgid "path to upload pack on remote end"
7578msgstr ""
7579
7580#: builtin/fetch.c:117 builtin/pull.c:190
7581msgid "force overwrite of local branch"
7582msgstr ""
7583
7584#: builtin/fetch.c:119
7585msgid "fetch from multiple remotes"
7586msgstr ""
7587
7588#: builtin/fetch.c:121 builtin/pull.c:192
7589msgid "fetch all tags and associated objects"
7590msgstr ""
7591
7592#: builtin/fetch.c:123
7593msgid "do not fetch all tags (--no-tags)"
7594msgstr ""
7595
7596#: builtin/fetch.c:125
7597msgid "number of submodules fetched in parallel"
7598msgstr ""
7599
7600#: builtin/fetch.c:127 builtin/pull.c:195
7601msgid "prune remote-tracking branches no longer on remote"
7602msgstr ""
7603
7604#: builtin/fetch.c:128 builtin/fetch.c:151 builtin/pull.c:123
7605msgid "on-demand"
7606msgstr ""
7607
7608#: builtin/fetch.c:129
7609msgid "control recursive fetching of submodules"
7610msgstr ""
7611
7612#: builtin/fetch.c:133 builtin/pull.c:203
7613msgid "keep downloaded pack"
7614msgstr ""
7615
7616#: builtin/fetch.c:135
7617msgid "allow updating of HEAD ref"
7618msgstr ""
7619
7620#: builtin/fetch.c:138 builtin/fetch.c:144 builtin/pull.c:206
7621msgid "deepen history of shallow clone"
7622msgstr ""
7623
7624#: builtin/fetch.c:140
7625msgid "deepen history of shallow repository based on time"
7626msgstr ""
7627
7628#: builtin/fetch.c:146 builtin/pull.c:209
7629msgid "convert to a complete repository"
7630msgstr ""
7631
7632#: builtin/fetch.c:148 builtin/log.c:1456
7633msgid "dir"
7634msgstr ""
7635
7636#: builtin/fetch.c:149
7637msgid "prepend this to submodule path output"
7638msgstr ""
7639
7640#: builtin/fetch.c:152
7641msgid ""
7642"default for recursive fetching of submodules (lower priority than config "
7643"files)"
7644msgstr ""
7645
7646#: builtin/fetch.c:156 builtin/pull.c:212
7647msgid "accept refs that update .git/shallow"
7648msgstr ""
7649
7650#: builtin/fetch.c:157 builtin/pull.c:214
7651msgid "refmap"
7652msgstr ""
7653
7654#: builtin/fetch.c:158 builtin/pull.c:215
7655msgid "specify fetch refmap"
7656msgstr ""
7657
7658#: builtin/fetch.c:416
7659msgid "Couldn't find remote ref HEAD"
7660msgstr ""
7661
7662#: builtin/fetch.c:534
7663#, c-format
7664msgid "configuration fetch.output contains invalid value %s"
7665msgstr ""
7666
7667#: builtin/fetch.c:627
7668#, c-format
7669msgid "object %s not found"
7670msgstr ""
7671
7672#: builtin/fetch.c:631
7673msgid "[up to date]"
7674msgstr ""
7675
7676#: builtin/fetch.c:644 builtin/fetch.c:724
7677msgid "[rejected]"
7678msgstr ""
7679
7680#: builtin/fetch.c:645
7681msgid "can't fetch in current branch"
7682msgstr ""
7683
7684#: builtin/fetch.c:654
7685msgid "[tag update]"
7686msgstr ""
7687
7688#: builtin/fetch.c:655 builtin/fetch.c:688 builtin/fetch.c:704
7689#: builtin/fetch.c:719
7690msgid "unable to update local ref"
7691msgstr ""
7692
7693#: builtin/fetch.c:674
7694msgid "[new tag]"
7695msgstr ""
7696
7697#: builtin/fetch.c:677
7698msgid "[new branch]"
7699msgstr ""
7700
7701#: builtin/fetch.c:680
7702msgid "[new ref]"
7703msgstr ""
7704
7705#: builtin/fetch.c:719
7706msgid "forced update"
7707msgstr ""
7708
7709#: builtin/fetch.c:724
7710msgid "non-fast-forward"
7711msgstr ""
7712
7713#: builtin/fetch.c:769
7714#, c-format
7715msgid "%s did not send all necessary objects\n"
7716msgstr ""
7717
7718#: builtin/fetch.c:789
7719#, c-format
7720msgid "reject %s because shallow roots are not allowed to be updated"
7721msgstr ""
7722
7723#: builtin/fetch.c:877 builtin/fetch.c:973
7724#, c-format
7725msgid "From %.*s\n"
7726msgstr ""
7727
7728#: builtin/fetch.c:888
7729#, c-format
7730msgid ""
7731"some local refs could not be updated; try running\n"
7732" 'git remote prune %s' to remove any old, conflicting branches"
7733msgstr ""
7734
7735#: builtin/fetch.c:943
7736#, c-format
7737msgid "   (%s will become dangling)"
7738msgstr ""
7739
7740#: builtin/fetch.c:944
7741#, c-format
7742msgid "   (%s has become dangling)"
7743msgstr ""
7744
7745#: builtin/fetch.c:976
7746msgid "[deleted]"
7747msgstr ""
7748
7749#: builtin/fetch.c:977 builtin/remote.c:1024
7750msgid "(none)"
7751msgstr ""
7752
7753#: builtin/fetch.c:1000
7754#, c-format
7755msgid "Refusing to fetch into current branch %s of non-bare repository"
7756msgstr ""
7757
7758#: builtin/fetch.c:1019
7759#, c-format
7760msgid "Option \"%s\" value \"%s\" is not valid for %s"
7761msgstr ""
7762
7763#: builtin/fetch.c:1022
7764#, c-format
7765msgid "Option \"%s\" is ignored for %s\n"
7766msgstr ""
7767
7768#: builtin/fetch.c:1098
7769#, c-format
7770msgid "Don't know how to fetch from %s"
7771msgstr ""
7772
7773#: builtin/fetch.c:1258
7774#, c-format
7775msgid "Fetching %s\n"
7776msgstr ""
7777
7778#: builtin/fetch.c:1260 builtin/remote.c:97
7779#, c-format
7780msgid "Could not fetch %s"
7781msgstr ""
7782
7783#: builtin/fetch.c:1278
7784msgid ""
7785"No remote repository specified.  Please, specify either a URL or a\n"
7786"remote name from which new revisions should be fetched."
7787msgstr ""
7788
7789#: builtin/fetch.c:1301
7790msgid "You need to specify a tag name."
7791msgstr ""
7792
7793#: builtin/fetch.c:1344
7794msgid "Negative depth in --deepen is not supported"
7795msgstr ""
7796
7797#: builtin/fetch.c:1346
7798msgid "--deepen and --depth are mutually exclusive"
7799msgstr ""
7800
7801#: builtin/fetch.c:1351
7802msgid "--depth and --unshallow cannot be used together"
7803msgstr ""
7804
7805#: builtin/fetch.c:1353
7806msgid "--unshallow on a complete repository does not make sense"
7807msgstr ""
7808
7809#: builtin/fetch.c:1366
7810msgid "fetch --all does not take a repository argument"
7811msgstr ""
7812
7813#: builtin/fetch.c:1368
7814msgid "fetch --all does not make sense with refspecs"
7815msgstr ""
7816
7817#: builtin/fetch.c:1379
7818#, c-format
7819msgid "No such remote or remote group: %s"
7820msgstr ""
7821
7822#: builtin/fetch.c:1387
7823msgid "Fetching a group and specifying refspecs does not make sense"
7824msgstr ""
7825
7826#: builtin/fmt-merge-msg.c:15
7827msgid ""
7828"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
7829msgstr ""
7830
7831#: builtin/fmt-merge-msg.c:665
7832msgid "populate log with at most <n> entries from shortlog"
7833msgstr ""
7834
7835#: builtin/fmt-merge-msg.c:668
7836msgid "alias for --log (deprecated)"
7837msgstr ""
7838
7839#: builtin/fmt-merge-msg.c:671
7840msgid "text"
7841msgstr ""
7842
7843#: builtin/fmt-merge-msg.c:672
7844msgid "use <text> as start of message"
7845msgstr ""
7846
7847#: builtin/fmt-merge-msg.c:673
7848msgid "file to read from"
7849msgstr ""
7850
7851#: builtin/for-each-ref.c:10
7852msgid "git for-each-ref [<options>] [<pattern>]"
7853msgstr ""
7854
7855#: builtin/for-each-ref.c:11
7856msgid "git for-each-ref [--points-at <object>]"
7857msgstr ""
7858
7859#: builtin/for-each-ref.c:12
7860msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
7861msgstr ""
7862
7863#: builtin/for-each-ref.c:13
7864msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
7865msgstr ""
7866
7867#: builtin/for-each-ref.c:28
7868msgid "quote placeholders suitably for shells"
7869msgstr ""
7870
7871#: builtin/for-each-ref.c:30
7872msgid "quote placeholders suitably for perl"
7873msgstr ""
7874
7875#: builtin/for-each-ref.c:32
7876msgid "quote placeholders suitably for python"
7877msgstr ""
7878
7879#: builtin/for-each-ref.c:34
7880msgid "quote placeholders suitably for Tcl"
7881msgstr ""
7882
7883#: builtin/for-each-ref.c:37
7884msgid "show only <n> matched refs"
7885msgstr ""
7886
7887#: builtin/for-each-ref.c:39 builtin/tag.c:414
7888msgid "respect format colors"
7889msgstr ""
7890
7891#: builtin/for-each-ref.c:43
7892msgid "print only refs which points at the given object"
7893msgstr ""
7894
7895#: builtin/for-each-ref.c:45
7896msgid "print only refs that are merged"
7897msgstr ""
7898
7899#: builtin/for-each-ref.c:46
7900msgid "print only refs that are not merged"
7901msgstr ""
7902
7903#: builtin/for-each-ref.c:47
7904msgid "print only refs which contain the commit"
7905msgstr ""
7906
7907#: builtin/for-each-ref.c:48
7908msgid "print only refs which don't contain the commit"
7909msgstr ""
7910
7911#: builtin/fsck.c:543
7912msgid "Checking object directories"
7913msgstr ""
7914
7915#: builtin/fsck.c:635
7916msgid "git fsck [<options>] [<object>...]"
7917msgstr ""
7918
7919#: builtin/fsck.c:641
7920msgid "show unreachable objects"
7921msgstr ""
7922
7923#: builtin/fsck.c:642
7924msgid "show dangling objects"
7925msgstr ""
7926
7927#: builtin/fsck.c:643
7928msgid "report tags"
7929msgstr ""
7930
7931#: builtin/fsck.c:644
7932msgid "report root nodes"
7933msgstr ""
7934
7935#: builtin/fsck.c:645
7936msgid "make index objects head nodes"
7937msgstr ""
7938
7939#: builtin/fsck.c:646
7940msgid "make reflogs head nodes (default)"
7941msgstr ""
7942
7943#: builtin/fsck.c:647
7944msgid "also consider packs and alternate objects"
7945msgstr ""
7946
7947#: builtin/fsck.c:648
7948msgid "check only connectivity"
7949msgstr ""
7950
7951#: builtin/fsck.c:649
7952msgid "enable more strict checking"
7953msgstr ""
7954
7955#: builtin/fsck.c:651
7956msgid "write dangling objects in .git/lost-found"
7957msgstr ""
7958
7959#: builtin/fsck.c:652 builtin/prune.c:107
7960msgid "show progress"
7961msgstr ""
7962
7963#: builtin/fsck.c:653
7964msgid "show verbose names for reachable objects"
7965msgstr ""
7966
7967#: builtin/fsck.c:714
7968msgid "Checking objects"
7969msgstr ""
7970
7971#: builtin/gc.c:27
7972msgid "git gc [<options>]"
7973msgstr ""
7974
7975#: builtin/gc.c:80
7976#, c-format
7977msgid "Failed to fstat %s: %s"
7978msgstr ""
7979
7980#: builtin/gc.c:312
7981#, c-format
7982msgid "Can't stat %s"
7983msgstr ""
7984
7985#: builtin/gc.c:321
7986#, c-format
7987msgid ""
7988"The last gc run reported the following. Please correct the root cause\n"
7989"and remove %s.\n"
7990"Automatic cleanup will not be performed until the file is removed.\n"
7991"\n"
7992"%s"
7993msgstr ""
7994
7995#: builtin/gc.c:360
7996msgid "prune unreferenced objects"
7997msgstr ""
7998
7999#: builtin/gc.c:362
8000msgid "be more thorough (increased runtime)"
8001msgstr ""
8002
8003#: builtin/gc.c:363
8004msgid "enable auto-gc mode"
8005msgstr ""
8006
8007#: builtin/gc.c:364
8008msgid "force running gc even if there may be another gc running"
8009msgstr ""
8010
8011#: builtin/gc.c:381
8012#, c-format
8013msgid "Failed to parse gc.logexpiry value %s"
8014msgstr ""
8015
8016#: builtin/gc.c:409
8017#, c-format
8018msgid "Auto packing the repository in background for optimum performance.\n"
8019msgstr ""
8020
8021#: builtin/gc.c:411
8022#, c-format
8023msgid "Auto packing the repository for optimum performance.\n"
8024msgstr ""
8025
8026#: builtin/gc.c:412
8027#, c-format
8028msgid "See \"git help gc\" for manual housekeeping.\n"
8029msgstr ""
8030
8031#: builtin/gc.c:437
8032#, c-format
8033msgid ""
8034"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8035msgstr ""
8036
8037#: builtin/gc.c:481
8038msgid ""
8039"There are too many unreachable loose objects; run 'git prune' to remove them."
8040msgstr ""
8041
8042#: builtin/grep.c:27
8043msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8044msgstr ""
8045
8046#: builtin/grep.c:226
8047#, c-format
8048msgid "grep: failed to create thread: %s"
8049msgstr ""
8050
8051#: builtin/grep.c:284
8052#, c-format
8053msgid "invalid number of threads specified (%d) for %s"
8054msgstr ""
8055
8056#. TRANSLATORS: %s is the configuration
8057#. variable for tweaking threads, currently
8058#. grep.threads
8059#.
8060#: builtin/grep.c:293 builtin/index-pack.c:1495 builtin/index-pack.c:1693
8061#, c-format
8062msgid "no threads support, ignoring %s"
8063msgstr ""
8064
8065#: builtin/grep.c:451 builtin/grep.c:571 builtin/grep.c:613
8066#, c-format
8067msgid "unable to read tree (%s)"
8068msgstr ""
8069
8070#: builtin/grep.c:628
8071#, c-format
8072msgid "unable to grep from object of type %s"
8073msgstr ""
8074
8075#: builtin/grep.c:694
8076#, c-format
8077msgid "switch `%c' expects a numerical value"
8078msgstr ""
8079
8080#: builtin/grep.c:781
8081msgid "search in index instead of in the work tree"
8082msgstr ""
8083
8084#: builtin/grep.c:783
8085msgid "find in contents not managed by git"
8086msgstr ""
8087
8088#: builtin/grep.c:785
8089msgid "search in both tracked and untracked files"
8090msgstr ""
8091
8092#: builtin/grep.c:787
8093msgid "ignore files specified via '.gitignore'"
8094msgstr ""
8095
8096#: builtin/grep.c:789
8097msgid "recursively search in each submodule"
8098msgstr ""
8099
8100#: builtin/grep.c:792
8101msgid "show non-matching lines"
8102msgstr ""
8103
8104#: builtin/grep.c:794
8105msgid "case insensitive matching"
8106msgstr ""
8107
8108#: builtin/grep.c:796
8109msgid "match patterns only at word boundaries"
8110msgstr ""
8111
8112#: builtin/grep.c:798
8113msgid "process binary files as text"
8114msgstr ""
8115
8116#: builtin/grep.c:800
8117msgid "don't match patterns in binary files"
8118msgstr ""
8119
8120#: builtin/grep.c:803
8121msgid "process binary files with textconv filters"
8122msgstr ""
8123
8124#: builtin/grep.c:805
8125msgid "descend at most <depth> levels"
8126msgstr ""
8127
8128#: builtin/grep.c:809
8129msgid "use extended POSIX regular expressions"
8130msgstr ""
8131
8132#: builtin/grep.c:812
8133msgid "use basic POSIX regular expressions (default)"
8134msgstr ""
8135
8136#: builtin/grep.c:815
8137msgid "interpret patterns as fixed strings"
8138msgstr ""
8139
8140#: builtin/grep.c:818
8141msgid "use Perl-compatible regular expressions"
8142msgstr ""
8143
8144#: builtin/grep.c:821
8145msgid "show line numbers"
8146msgstr ""
8147
8148#: builtin/grep.c:822
8149msgid "don't show filenames"
8150msgstr ""
8151
8152#: builtin/grep.c:823
8153msgid "show filenames"
8154msgstr ""
8155
8156#: builtin/grep.c:825
8157msgid "show filenames relative to top directory"
8158msgstr ""
8159
8160#: builtin/grep.c:827
8161msgid "show only filenames instead of matching lines"
8162msgstr ""
8163
8164#: builtin/grep.c:829
8165msgid "synonym for --files-with-matches"
8166msgstr ""
8167
8168#: builtin/grep.c:832
8169msgid "show only the names of files without match"
8170msgstr ""
8171
8172#: builtin/grep.c:834
8173msgid "print NUL after filenames"
8174msgstr ""
8175
8176#: builtin/grep.c:836
8177msgid "show the number of matches instead of matching lines"
8178msgstr ""
8179
8180#: builtin/grep.c:837
8181msgid "highlight matches"
8182msgstr ""
8183
8184#: builtin/grep.c:839
8185msgid "print empty line between matches from different files"
8186msgstr ""
8187
8188#: builtin/grep.c:841
8189msgid "show filename only once above matches from same file"
8190msgstr ""
8191
8192#: builtin/grep.c:844
8193msgid "show <n> context lines before and after matches"
8194msgstr ""
8195
8196#: builtin/grep.c:847
8197msgid "show <n> context lines before matches"
8198msgstr ""
8199
8200#: builtin/grep.c:849
8201msgid "show <n> context lines after matches"
8202msgstr ""
8203
8204#: builtin/grep.c:851
8205msgid "use <n> worker threads"
8206msgstr ""
8207
8208#: builtin/grep.c:852
8209msgid "shortcut for -C NUM"
8210msgstr ""
8211
8212#: builtin/grep.c:855
8213msgid "show a line with the function name before matches"
8214msgstr ""
8215
8216#: builtin/grep.c:857
8217msgid "show the surrounding function"
8218msgstr ""
8219
8220#: builtin/grep.c:860
8221msgid "read patterns from file"
8222msgstr ""
8223
8224#: builtin/grep.c:862
8225msgid "match <pattern>"
8226msgstr ""
8227
8228#: builtin/grep.c:864
8229msgid "combine patterns specified with -e"
8230msgstr ""
8231
8232#: builtin/grep.c:876
8233msgid "indicate hit with exit status without output"
8234msgstr ""
8235
8236#: builtin/grep.c:878
8237msgid "show only matches from files that match all patterns"
8238msgstr ""
8239
8240#: builtin/grep.c:880
8241msgid "show parse tree for grep expression"
8242msgstr ""
8243
8244#: builtin/grep.c:884
8245msgid "pager"
8246msgstr ""
8247
8248#: builtin/grep.c:884
8249msgid "show matching files in the pager"
8250msgstr ""
8251
8252#: builtin/grep.c:887
8253msgid "allow calling of grep(1) (ignored by this build)"
8254msgstr ""
8255
8256#: builtin/grep.c:950
8257msgid "no pattern given."
8258msgstr ""
8259
8260#: builtin/grep.c:982
8261msgid "--no-index or --untracked cannot be used with revs"
8262msgstr ""
8263
8264#: builtin/grep.c:989
8265#, c-format
8266msgid "unable to resolve revision: %s"
8267msgstr ""
8268
8269#: builtin/grep.c:1023 builtin/index-pack.c:1491
8270#, c-format
8271msgid "invalid number of threads specified (%d)"
8272msgstr ""
8273
8274#: builtin/grep.c:1028
8275msgid "no threads support, ignoring --threads"
8276msgstr ""
8277
8278#: builtin/grep.c:1052
8279msgid "--open-files-in-pager only works on the worktree"
8280msgstr ""
8281
8282#: builtin/grep.c:1075
8283msgid "option not supported with --recurse-submodules."
8284msgstr ""
8285
8286#: builtin/grep.c:1081
8287msgid "--cached or --untracked cannot be used with --no-index."
8288msgstr ""
8289
8290#: builtin/grep.c:1087
8291msgid "--[no-]exclude-standard cannot be used for tracked contents."
8292msgstr ""
8293
8294#: builtin/grep.c:1095
8295msgid "both --cached and trees are given."
8296msgstr ""
8297
8298#: builtin/hash-object.c:82
8299msgid ""
8300"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8301"[--] <file>..."
8302msgstr ""
8303
8304#: builtin/hash-object.c:83
8305msgid "git hash-object  --stdin-paths"
8306msgstr ""
8307
8308#: builtin/hash-object.c:95
8309msgid "type"
8310msgstr ""
8311
8312#: builtin/hash-object.c:95
8313msgid "object type"
8314msgstr ""
8315
8316#: builtin/hash-object.c:96
8317msgid "write the object into the object database"
8318msgstr ""
8319
8320#: builtin/hash-object.c:98
8321msgid "read the object from stdin"
8322msgstr ""
8323
8324#: builtin/hash-object.c:100
8325msgid "store file as is without filters"
8326msgstr ""
8327
8328#: builtin/hash-object.c:101
8329msgid ""
8330"just hash any random garbage to create corrupt objects for debugging Git"
8331msgstr ""
8332
8333#: builtin/hash-object.c:102
8334msgid "process file as it were from this path"
8335msgstr ""
8336
8337#: builtin/help.c:43
8338msgid "print all available commands"
8339msgstr ""
8340
8341#: builtin/help.c:44
8342msgid "exclude guides"
8343msgstr ""
8344
8345#: builtin/help.c:45
8346msgid "print list of useful guides"
8347msgstr ""
8348
8349#: builtin/help.c:46
8350msgid "show man page"
8351msgstr ""
8352
8353#: builtin/help.c:47
8354msgid "show manual in web browser"
8355msgstr ""
8356
8357#: builtin/help.c:49
8358msgid "show info page"
8359msgstr ""
8360
8361#: builtin/help.c:55
8362msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
8363msgstr ""
8364
8365#: builtin/help.c:67
8366#, c-format
8367msgid "unrecognized help format '%s'"
8368msgstr ""
8369
8370#: builtin/help.c:94
8371msgid "Failed to start emacsclient."
8372msgstr ""
8373
8374#: builtin/help.c:107
8375msgid "Failed to parse emacsclient version."
8376msgstr ""
8377
8378#: builtin/help.c:115
8379#, c-format
8380msgid "emacsclient version '%d' too old (< 22)."
8381msgstr ""
8382
8383#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
8384#, c-format
8385msgid "failed to exec '%s'"
8386msgstr ""
8387
8388#: builtin/help.c:211
8389#, c-format
8390msgid ""
8391"'%s': path for unsupported man viewer.\n"
8392"Please consider using 'man.<tool>.cmd' instead."
8393msgstr ""
8394
8395#: builtin/help.c:223
8396#, c-format
8397msgid ""
8398"'%s': cmd for supported man viewer.\n"
8399"Please consider using 'man.<tool>.path' instead."
8400msgstr ""
8401
8402#: builtin/help.c:340
8403#, c-format
8404msgid "'%s': unknown man viewer."
8405msgstr ""
8406
8407#: builtin/help.c:357
8408msgid "no man viewer handled the request"
8409msgstr ""
8410
8411#: builtin/help.c:365
8412msgid "no info viewer handled the request"
8413msgstr ""
8414
8415#: builtin/help.c:407
8416msgid "Defining attributes per path"
8417msgstr ""
8418
8419#: builtin/help.c:408
8420msgid "Everyday Git With 20 Commands Or So"
8421msgstr ""
8422
8423#: builtin/help.c:409
8424msgid "A Git glossary"
8425msgstr ""
8426
8427#: builtin/help.c:410
8428msgid "Specifies intentionally untracked files to ignore"
8429msgstr ""
8430
8431#: builtin/help.c:411
8432msgid "Defining submodule properties"
8433msgstr ""
8434
8435#: builtin/help.c:412
8436msgid "Specifying revisions and ranges for Git"
8437msgstr ""
8438
8439#: builtin/help.c:413
8440msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
8441msgstr ""
8442
8443#: builtin/help.c:414
8444msgid "An overview of recommended workflows with Git"
8445msgstr ""
8446
8447#: builtin/help.c:426
8448msgid "The common Git guides are:\n"
8449msgstr ""
8450
8451#: builtin/help.c:444
8452#, c-format
8453msgid "'%s' is aliased to '%s'"
8454msgstr ""
8455
8456#: builtin/help.c:466 builtin/help.c:483
8457#, c-format
8458msgid "usage: %s%s"
8459msgstr ""
8460
8461#: builtin/index-pack.c:156
8462#, c-format
8463msgid "unable to open %s"
8464msgstr ""
8465
8466#: builtin/index-pack.c:206
8467#, c-format
8468msgid "object type mismatch at %s"
8469msgstr ""
8470
8471#: builtin/index-pack.c:226
8472#, c-format
8473msgid "did not receive expected object %s"
8474msgstr ""
8475
8476#: builtin/index-pack.c:229
8477#, c-format
8478msgid "object %s: expected type %s, found %s"
8479msgstr ""
8480
8481#: builtin/index-pack.c:271
8482#, c-format
8483msgid "cannot fill %d byte"
8484msgid_plural "cannot fill %d bytes"
8485msgstr[0] ""
8486msgstr[1] ""
8487
8488#: builtin/index-pack.c:281
8489msgid "early EOF"
8490msgstr ""
8491
8492#: builtin/index-pack.c:282
8493msgid "read error on input"
8494msgstr ""
8495
8496#: builtin/index-pack.c:294
8497msgid "used more bytes than were available"
8498msgstr ""
8499
8500#: builtin/index-pack.c:301
8501msgid "pack too large for current definition of off_t"
8502msgstr ""
8503
8504#: builtin/index-pack.c:304 builtin/unpack-objects.c:93
8505msgid "pack exceeds maximum allowed size"
8506msgstr ""
8507
8508#: builtin/index-pack.c:319
8509#, c-format
8510msgid "unable to create '%s'"
8511msgstr ""
8512
8513#: builtin/index-pack.c:325
8514#, c-format
8515msgid "cannot open packfile '%s'"
8516msgstr ""
8517
8518#: builtin/index-pack.c:339
8519msgid "pack signature mismatch"
8520msgstr ""
8521
8522#: builtin/index-pack.c:341
8523#, c-format
8524msgid "pack version %<PRIu32> unsupported"
8525msgstr ""
8526
8527#: builtin/index-pack.c:359
8528#, c-format
8529msgid "pack has bad object at offset %<PRIuMAX>: %s"
8530msgstr ""
8531
8532#: builtin/index-pack.c:480
8533#, c-format
8534msgid "inflate returned %d"
8535msgstr ""
8536
8537#: builtin/index-pack.c:529
8538msgid "offset value overflow for delta base object"
8539msgstr ""
8540
8541#: builtin/index-pack.c:537
8542msgid "delta base offset is out of bound"
8543msgstr ""
8544
8545#: builtin/index-pack.c:545
8546#, c-format
8547msgid "unknown object type %d"
8548msgstr ""
8549
8550#: builtin/index-pack.c:576
8551msgid "cannot pread pack file"
8552msgstr ""
8553
8554#: builtin/index-pack.c:578
8555#, c-format
8556msgid "premature end of pack file, %<PRIuMAX> byte missing"
8557msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
8558msgstr[0] ""
8559msgstr[1] ""
8560
8561#: builtin/index-pack.c:604
8562msgid "serious inflate inconsistency"
8563msgstr ""
8564
8565#: builtin/index-pack.c:749 builtin/index-pack.c:755 builtin/index-pack.c:778
8566#: builtin/index-pack.c:817 builtin/index-pack.c:826
8567#, c-format
8568msgid "SHA1 COLLISION FOUND WITH %s !"
8569msgstr ""
8570
8571#: builtin/index-pack.c:752 builtin/pack-objects.c:168
8572#: builtin/pack-objects.c:262
8573#, c-format
8574msgid "unable to read %s"
8575msgstr ""
8576
8577#: builtin/index-pack.c:815
8578#, c-format
8579msgid "cannot read existing object info %s"
8580msgstr ""
8581
8582#: builtin/index-pack.c:823
8583#, c-format
8584msgid "cannot read existing object %s"
8585msgstr ""
8586
8587#: builtin/index-pack.c:837
8588#, c-format
8589msgid "invalid blob object %s"
8590msgstr ""
8591
8592#: builtin/index-pack.c:852
8593#, c-format
8594msgid "invalid %s"
8595msgstr ""
8596
8597#: builtin/index-pack.c:855
8598msgid "Error in object"
8599msgstr ""
8600
8601#: builtin/index-pack.c:857
8602#, c-format
8603msgid "Not all child objects of %s are reachable"
8604msgstr ""
8605
8606#: builtin/index-pack.c:929 builtin/index-pack.c:960
8607msgid "failed to apply delta"
8608msgstr ""
8609
8610#: builtin/index-pack.c:1131
8611msgid "Receiving objects"
8612msgstr ""
8613
8614#: builtin/index-pack.c:1131
8615msgid "Indexing objects"
8616msgstr ""
8617
8618#: builtin/index-pack.c:1165
8619msgid "pack is corrupted (SHA1 mismatch)"
8620msgstr ""
8621
8622#: builtin/index-pack.c:1170
8623msgid "cannot fstat packfile"
8624msgstr ""
8625
8626#: builtin/index-pack.c:1173
8627msgid "pack has junk at the end"
8628msgstr ""
8629
8630#: builtin/index-pack.c:1185
8631msgid "confusion beyond insanity in parse_pack_objects()"
8632msgstr ""
8633
8634#: builtin/index-pack.c:1208
8635msgid "Resolving deltas"
8636msgstr ""
8637
8638#: builtin/index-pack.c:1219
8639#, c-format
8640msgid "unable to create thread: %s"
8641msgstr ""
8642
8643#: builtin/index-pack.c:1261
8644msgid "confusion beyond insanity"
8645msgstr ""
8646
8647#: builtin/index-pack.c:1267
8648#, c-format
8649msgid "completed with %d local object"
8650msgid_plural "completed with %d local objects"
8651msgstr[0] ""
8652msgstr[1] ""
8653
8654#: builtin/index-pack.c:1279
8655#, c-format
8656msgid "Unexpected tail checksum for %s (disk corruption?)"
8657msgstr ""
8658
8659#: builtin/index-pack.c:1283
8660#, c-format
8661msgid "pack has %d unresolved delta"
8662msgid_plural "pack has %d unresolved deltas"
8663msgstr[0] ""
8664msgstr[1] ""
8665
8666#: builtin/index-pack.c:1307
8667#, c-format
8668msgid "unable to deflate appended object (%d)"
8669msgstr ""
8670
8671#: builtin/index-pack.c:1383
8672#, c-format
8673msgid "local object %s is corrupt"
8674msgstr ""
8675
8676#: builtin/index-pack.c:1409
8677msgid "error while closing pack file"
8678msgstr ""
8679
8680#: builtin/index-pack.c:1421
8681#, c-format
8682msgid "cannot write keep file '%s'"
8683msgstr ""
8684
8685#: builtin/index-pack.c:1429
8686#, c-format
8687msgid "cannot close written keep file '%s'"
8688msgstr ""
8689
8690#: builtin/index-pack.c:1439
8691msgid "cannot store pack file"
8692msgstr ""
8693
8694#: builtin/index-pack.c:1447
8695msgid "cannot store index file"
8696msgstr ""
8697
8698#: builtin/index-pack.c:1485
8699#, c-format
8700msgid "bad pack.indexversion=%<PRIu32>"
8701msgstr ""
8702
8703#: builtin/index-pack.c:1553
8704#, c-format
8705msgid "Cannot open existing pack file '%s'"
8706msgstr ""
8707
8708#: builtin/index-pack.c:1555
8709#, c-format
8710msgid "Cannot open existing pack idx file for '%s'"
8711msgstr ""
8712
8713#: builtin/index-pack.c:1603
8714#, c-format
8715msgid "non delta: %d object"
8716msgid_plural "non delta: %d objects"
8717msgstr[0] ""
8718msgstr[1] ""
8719
8720#: builtin/index-pack.c:1610
8721#, c-format
8722msgid "chain length = %d: %lu object"
8723msgid_plural "chain length = %d: %lu objects"
8724msgstr[0] ""
8725msgstr[1] ""
8726
8727#: builtin/index-pack.c:1623
8728#, c-format
8729msgid "packfile name '%s' does not end with '.pack'"
8730msgstr ""
8731
8732#: builtin/index-pack.c:1705 builtin/index-pack.c:1708
8733#: builtin/index-pack.c:1724 builtin/index-pack.c:1728
8734#, c-format
8735msgid "bad %s"
8736msgstr ""
8737
8738#: builtin/index-pack.c:1744
8739msgid "--fix-thin cannot be used without --stdin"
8740msgstr ""
8741
8742#: builtin/index-pack.c:1746
8743msgid "--stdin requires a git repository"
8744msgstr ""
8745
8746#: builtin/index-pack.c:1754
8747msgid "--verify with no packfile name given"
8748msgstr ""
8749
8750#: builtin/init-db.c:55
8751#, c-format
8752msgid "cannot stat '%s'"
8753msgstr ""
8754
8755#: builtin/init-db.c:61
8756#, c-format
8757msgid "cannot stat template '%s'"
8758msgstr ""
8759
8760#: builtin/init-db.c:66
8761#, c-format
8762msgid "cannot opendir '%s'"
8763msgstr ""
8764
8765#: builtin/init-db.c:77
8766#, c-format
8767msgid "cannot readlink '%s'"
8768msgstr ""
8769
8770#: builtin/init-db.c:79
8771#, c-format
8772msgid "cannot symlink '%s' '%s'"
8773msgstr ""
8774
8775#: builtin/init-db.c:85
8776#, c-format
8777msgid "cannot copy '%s' to '%s'"
8778msgstr ""
8779
8780#: builtin/init-db.c:89
8781#, c-format
8782msgid "ignoring template %s"
8783msgstr ""
8784
8785#: builtin/init-db.c:120
8786#, c-format
8787msgid "templates not found %s"
8788msgstr ""
8789
8790#: builtin/init-db.c:135
8791#, c-format
8792msgid "not copying templates from '%s': %s"
8793msgstr ""
8794
8795#: builtin/init-db.c:328
8796#, c-format
8797msgid "unable to handle file type %d"
8798msgstr ""
8799
8800#: builtin/init-db.c:331
8801#, c-format
8802msgid "unable to move %s to %s"
8803msgstr ""
8804
8805#: builtin/init-db.c:348 builtin/init-db.c:351
8806#, c-format
8807msgid "%s already exists"
8808msgstr ""
8809
8810#: builtin/init-db.c:404
8811#, c-format
8812msgid "Reinitialized existing shared Git repository in %s%s\n"
8813msgstr ""
8814
8815#: builtin/init-db.c:405
8816#, c-format
8817msgid "Reinitialized existing Git repository in %s%s\n"
8818msgstr ""
8819
8820#: builtin/init-db.c:409
8821#, c-format
8822msgid "Initialized empty shared Git repository in %s%s\n"
8823msgstr ""
8824
8825#: builtin/init-db.c:410
8826#, c-format
8827msgid "Initialized empty Git repository in %s%s\n"
8828msgstr ""
8829
8830#: builtin/init-db.c:458
8831msgid ""
8832"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
8833"shared[=<permissions>]] [<directory>]"
8834msgstr ""
8835
8836#: builtin/init-db.c:481
8837msgid "permissions"
8838msgstr ""
8839
8840#: builtin/init-db.c:482
8841msgid "specify that the git repository is to be shared amongst several users"
8842msgstr ""
8843
8844#: builtin/init-db.c:516 builtin/init-db.c:521
8845#, c-format
8846msgid "cannot mkdir %s"
8847msgstr ""
8848
8849#: builtin/init-db.c:525
8850#, c-format
8851msgid "cannot chdir to %s"
8852msgstr ""
8853
8854#: builtin/init-db.c:546
8855#, c-format
8856msgid ""
8857"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
8858"dir=<directory>)"
8859msgstr ""
8860
8861#: builtin/init-db.c:574
8862#, c-format
8863msgid "Cannot access work tree '%s'"
8864msgstr ""
8865
8866#: builtin/interpret-trailers.c:15
8867msgid ""
8868"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
8869"<token>[(=|:)<value>])...] [<file>...]"
8870msgstr ""
8871
8872#: builtin/interpret-trailers.c:92
8873msgid "edit files in place"
8874msgstr ""
8875
8876#: builtin/interpret-trailers.c:93
8877msgid "trim empty trailers"
8878msgstr ""
8879
8880#: builtin/interpret-trailers.c:96
8881msgid "where to place the new trailer"
8882msgstr ""
8883
8884#: builtin/interpret-trailers.c:98
8885msgid "action if trailer already exists"
8886msgstr ""
8887
8888#: builtin/interpret-trailers.c:100
8889msgid "action if trailer is missing"
8890msgstr ""
8891
8892#: builtin/interpret-trailers.c:102
8893msgid "output only the trailers"
8894msgstr ""
8895
8896#: builtin/interpret-trailers.c:103
8897msgid "do not apply config rules"
8898msgstr ""
8899
8900#: builtin/interpret-trailers.c:104
8901msgid "join whitespace-continued values"
8902msgstr ""
8903
8904#: builtin/interpret-trailers.c:105
8905msgid "set parsing options"
8906msgstr ""
8907
8908#: builtin/interpret-trailers.c:107
8909msgid "trailer"
8910msgstr ""
8911
8912#: builtin/interpret-trailers.c:108
8913msgid "trailer(s) to add"
8914msgstr ""
8915
8916#: builtin/interpret-trailers.c:117
8917msgid "--trailer with --only-input does not make sense"
8918msgstr ""
8919
8920#: builtin/interpret-trailers.c:127
8921msgid "no input file given for in-place editing"
8922msgstr ""
8923
8924#: builtin/log.c:46
8925msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
8926msgstr ""
8927
8928#: builtin/log.c:47
8929msgid "git show [<options>] <object>..."
8930msgstr ""
8931
8932#: builtin/log.c:91
8933#, c-format
8934msgid "invalid --decorate option: %s"
8935msgstr ""
8936
8937#: builtin/log.c:148
8938msgid "suppress diff output"
8939msgstr ""
8940
8941#: builtin/log.c:149
8942msgid "show source"
8943msgstr ""
8944
8945#: builtin/log.c:150
8946msgid "Use mail map file"
8947msgstr ""
8948
8949#: builtin/log.c:151
8950msgid "decorate options"
8951msgstr ""
8952
8953#: builtin/log.c:154
8954msgid "Process line range n,m in file, counting from 1"
8955msgstr ""
8956
8957#: builtin/log.c:250
8958#, c-format
8959msgid "Final output: %d %s\n"
8960msgstr ""
8961
8962#: builtin/log.c:501
8963#, c-format
8964msgid "git show %s: bad file"
8965msgstr ""
8966
8967#: builtin/log.c:516 builtin/log.c:610
8968#, c-format
8969msgid "Could not read object %s"
8970msgstr ""
8971
8972#: builtin/log.c:634
8973#, c-format
8974msgid "Unknown type: %d"
8975msgstr ""
8976
8977#: builtin/log.c:755
8978msgid "format.headers without value"
8979msgstr ""
8980
8981#: builtin/log.c:856
8982msgid "name of output directory is too long"
8983msgstr ""
8984
8985#: builtin/log.c:872
8986#, c-format
8987msgid "Cannot open patch file %s"
8988msgstr ""
8989
8990#: builtin/log.c:889
8991msgid "Need exactly one range."
8992msgstr ""
8993
8994#: builtin/log.c:899
8995msgid "Not a range."
8996msgstr ""
8997
8998#: builtin/log.c:1005
8999msgid "Cover letter needs email format"
9000msgstr ""
9001
9002#: builtin/log.c:1085
9003#, c-format
9004msgid "insane in-reply-to: %s"
9005msgstr ""
9006
9007#: builtin/log.c:1112
9008msgid "git format-patch [<options>] [<since> | <revision-range>]"
9009msgstr ""
9010
9011#: builtin/log.c:1162
9012msgid "Two output directories?"
9013msgstr ""
9014
9015#: builtin/log.c:1269 builtin/log.c:1920 builtin/log.c:1922 builtin/log.c:1934
9016#, c-format
9017msgid "Unknown commit %s"
9018msgstr ""
9019
9020#: builtin/log.c:1279 builtin/notes.c:887 builtin/tag.c:516
9021#, c-format
9022msgid "Failed to resolve '%s' as a valid ref."
9023msgstr ""
9024
9025#: builtin/log.c:1284
9026msgid "Could not find exact merge base."
9027msgstr ""
9028
9029#: builtin/log.c:1288
9030msgid ""
9031"Failed to get upstream, if you want to record base commit automatically,\n"
9032"please use git branch --set-upstream-to to track a remote branch.\n"
9033"Or you could specify base commit by --base=<base-commit-id> manually."
9034msgstr ""
9035
9036#: builtin/log.c:1308
9037msgid "Failed to find exact merge base"
9038msgstr ""
9039
9040#: builtin/log.c:1319
9041msgid "base commit should be the ancestor of revision list"
9042msgstr ""
9043
9044#: builtin/log.c:1323
9045msgid "base commit shouldn't be in revision list"
9046msgstr ""
9047
9048#: builtin/log.c:1372
9049msgid "cannot get patch id"
9050msgstr ""
9051
9052#: builtin/log.c:1431
9053msgid "use [PATCH n/m] even with a single patch"
9054msgstr ""
9055
9056#: builtin/log.c:1434
9057msgid "use [PATCH] even with multiple patches"
9058msgstr ""
9059
9060#: builtin/log.c:1438
9061msgid "print patches to standard out"
9062msgstr ""
9063
9064#: builtin/log.c:1440
9065msgid "generate a cover letter"
9066msgstr ""
9067
9068#: builtin/log.c:1442
9069msgid "use simple number sequence for output file names"
9070msgstr ""
9071
9072#: builtin/log.c:1443
9073msgid "sfx"
9074msgstr ""
9075
9076#: builtin/log.c:1444
9077msgid "use <sfx> instead of '.patch'"
9078msgstr ""
9079
9080#: builtin/log.c:1446
9081msgid "start numbering patches at <n> instead of 1"
9082msgstr ""
9083
9084#: builtin/log.c:1448
9085msgid "mark the series as Nth re-roll"
9086msgstr ""
9087
9088#: builtin/log.c:1450
9089msgid "Use [RFC PATCH] instead of [PATCH]"
9090msgstr ""
9091
9092#: builtin/log.c:1453
9093msgid "Use [<prefix>] instead of [PATCH]"
9094msgstr ""
9095
9096#: builtin/log.c:1456
9097msgid "store resulting files in <dir>"
9098msgstr ""
9099
9100#: builtin/log.c:1459
9101msgid "don't strip/add [PATCH]"
9102msgstr ""
9103
9104#: builtin/log.c:1462
9105msgid "don't output binary diffs"
9106msgstr ""
9107
9108#: builtin/log.c:1464
9109msgid "output all-zero hash in From header"
9110msgstr ""
9111
9112#: builtin/log.c:1466
9113msgid "don't include a patch matching a commit upstream"
9114msgstr ""
9115
9116#: builtin/log.c:1468
9117msgid "show patch format instead of default (patch + stat)"
9118msgstr ""
9119
9120#: builtin/log.c:1470
9121msgid "Messaging"
9122msgstr ""
9123
9124#: builtin/log.c:1471
9125msgid "header"
9126msgstr ""
9127
9128#: builtin/log.c:1472
9129msgid "add email header"
9130msgstr ""
9131
9132#: builtin/log.c:1473 builtin/log.c:1475
9133msgid "email"
9134msgstr ""
9135
9136#: builtin/log.c:1473
9137msgid "add To: header"
9138msgstr ""
9139
9140#: builtin/log.c:1475
9141msgid "add Cc: header"
9142msgstr ""
9143
9144#: builtin/log.c:1477
9145msgid "ident"
9146msgstr ""
9147
9148#: builtin/log.c:1478
9149msgid "set From address to <ident> (or committer ident if absent)"
9150msgstr ""
9151
9152#: builtin/log.c:1480
9153msgid "message-id"
9154msgstr ""
9155
9156#: builtin/log.c:1481
9157msgid "make first mail a reply to <message-id>"
9158msgstr ""
9159
9160#: builtin/log.c:1482 builtin/log.c:1485
9161msgid "boundary"
9162msgstr ""
9163
9164#: builtin/log.c:1483
9165msgid "attach the patch"
9166msgstr ""
9167
9168#: builtin/log.c:1486
9169msgid "inline the patch"
9170msgstr ""
9171
9172#: builtin/log.c:1490
9173msgid "enable message threading, styles: shallow, deep"
9174msgstr ""
9175
9176#: builtin/log.c:1492
9177msgid "signature"
9178msgstr ""
9179
9180#: builtin/log.c:1493
9181msgid "add a signature"
9182msgstr ""
9183
9184#: builtin/log.c:1494
9185msgid "base-commit"
9186msgstr ""
9187
9188#: builtin/log.c:1495
9189msgid "add prerequisite tree info to the patch series"
9190msgstr ""
9191
9192#: builtin/log.c:1497
9193msgid "add a signature from a file"
9194msgstr ""
9195
9196#: builtin/log.c:1498
9197msgid "don't print the patch filenames"
9198msgstr ""
9199
9200#: builtin/log.c:1500
9201msgid "show progress while generating patches"
9202msgstr ""
9203
9204#: builtin/log.c:1575
9205#, c-format
9206msgid "invalid ident line: %s"
9207msgstr ""
9208
9209#: builtin/log.c:1590
9210msgid "-n and -k are mutually exclusive."
9211msgstr ""
9212
9213#: builtin/log.c:1592
9214msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9215msgstr ""
9216
9217#: builtin/log.c:1600
9218msgid "--name-only does not make sense"
9219msgstr ""
9220
9221#: builtin/log.c:1602
9222msgid "--name-status does not make sense"
9223msgstr ""
9224
9225#: builtin/log.c:1604
9226msgid "--check does not make sense"
9227msgstr ""
9228
9229#: builtin/log.c:1634
9230msgid "standard output, or directory, which one?"
9231msgstr ""
9232
9233#: builtin/log.c:1636
9234#, c-format
9235msgid "Could not create directory '%s'"
9236msgstr ""
9237
9238#: builtin/log.c:1729
9239#, c-format
9240msgid "unable to read signature file '%s'"
9241msgstr ""
9242
9243#: builtin/log.c:1761
9244msgid "Generating patches"
9245msgstr ""
9246
9247#: builtin/log.c:1805
9248msgid "Failed to create output files"
9249msgstr ""
9250
9251#: builtin/log.c:1855
9252msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9253msgstr ""
9254
9255#: builtin/log.c:1909
9256#, c-format
9257msgid ""
9258"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9259msgstr ""
9260
9261#: builtin/ls-files.c:466
9262msgid "git ls-files [<options>] [<file>...]"
9263msgstr ""
9264
9265#: builtin/ls-files.c:515
9266msgid "identify the file status with tags"
9267msgstr ""
9268
9269#: builtin/ls-files.c:517
9270msgid "use lowercase letters for 'assume unchanged' files"
9271msgstr ""
9272
9273#: builtin/ls-files.c:519
9274msgid "show cached files in the output (default)"
9275msgstr ""
9276
9277#: builtin/ls-files.c:521
9278msgid "show deleted files in the output"
9279msgstr ""
9280
9281#: builtin/ls-files.c:523
9282msgid "show modified files in the output"
9283msgstr ""
9284
9285#: builtin/ls-files.c:525
9286msgid "show other files in the output"
9287msgstr ""
9288
9289#: builtin/ls-files.c:527
9290msgid "show ignored files in the output"
9291msgstr ""
9292
9293#: builtin/ls-files.c:530
9294msgid "show staged contents' object name in the output"
9295msgstr ""
9296
9297#: builtin/ls-files.c:532
9298msgid "show files on the filesystem that need to be removed"
9299msgstr ""
9300
9301#: builtin/ls-files.c:534
9302msgid "show 'other' directories' names only"
9303msgstr ""
9304
9305#: builtin/ls-files.c:536
9306msgid "show line endings of files"
9307msgstr ""
9308
9309#: builtin/ls-files.c:538
9310msgid "don't show empty directories"
9311msgstr ""
9312
9313#: builtin/ls-files.c:541
9314msgid "show unmerged files in the output"
9315msgstr ""
9316
9317#: builtin/ls-files.c:543
9318msgid "show resolve-undo information"
9319msgstr ""
9320
9321#: builtin/ls-files.c:545
9322msgid "skip files matching pattern"
9323msgstr ""
9324
9325#: builtin/ls-files.c:548
9326msgid "exclude patterns are read from <file>"
9327msgstr ""
9328
9329#: builtin/ls-files.c:551
9330msgid "read additional per-directory exclude patterns in <file>"
9331msgstr ""
9332
9333#: builtin/ls-files.c:553
9334msgid "add the standard git exclusions"
9335msgstr ""
9336
9337#: builtin/ls-files.c:556
9338msgid "make the output relative to the project top directory"
9339msgstr ""
9340
9341#: builtin/ls-files.c:559
9342msgid "recurse through submodules"
9343msgstr ""
9344
9345#: builtin/ls-files.c:561
9346msgid "if any <file> is not in the index, treat this as an error"
9347msgstr ""
9348
9349#: builtin/ls-files.c:562
9350msgid "tree-ish"
9351msgstr ""
9352
9353#: builtin/ls-files.c:563
9354msgid "pretend that paths removed since <tree-ish> are still present"
9355msgstr ""
9356
9357#: builtin/ls-files.c:565
9358msgid "show debugging data"
9359msgstr ""
9360
9361#: builtin/ls-remote.c:7
9362msgid ""
9363"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
9364"                     [-q | --quiet] [--exit-code] [--get-url]\n"
9365"                     [--symref] [<repository> [<refs>...]]"
9366msgstr ""
9367
9368#: builtin/ls-remote.c:52
9369msgid "do not print remote URL"
9370msgstr ""
9371
9372#: builtin/ls-remote.c:53 builtin/ls-remote.c:55
9373msgid "exec"
9374msgstr ""
9375
9376#: builtin/ls-remote.c:54 builtin/ls-remote.c:56
9377msgid "path of git-upload-pack on the remote host"
9378msgstr ""
9379
9380#: builtin/ls-remote.c:58
9381msgid "limit to tags"
9382msgstr ""
9383
9384#: builtin/ls-remote.c:59
9385msgid "limit to heads"
9386msgstr ""
9387
9388#: builtin/ls-remote.c:60
9389msgid "do not show peeled tags"
9390msgstr ""
9391
9392#: builtin/ls-remote.c:62
9393msgid "take url.<base>.insteadOf into account"
9394msgstr ""
9395
9396#: builtin/ls-remote.c:64
9397msgid "exit with exit code 2 if no matching refs are found"
9398msgstr ""
9399
9400#: builtin/ls-remote.c:66
9401msgid "show underlying ref in addition to the object pointed by it"
9402msgstr ""
9403
9404#: builtin/ls-tree.c:29
9405msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
9406msgstr ""
9407
9408#: builtin/ls-tree.c:127
9409msgid "only show trees"
9410msgstr ""
9411
9412#: builtin/ls-tree.c:129
9413msgid "recurse into subtrees"
9414msgstr ""
9415
9416#: builtin/ls-tree.c:131
9417msgid "show trees when recursing"
9418msgstr ""
9419
9420#: builtin/ls-tree.c:134
9421msgid "terminate entries with NUL byte"
9422msgstr ""
9423
9424#: builtin/ls-tree.c:135
9425msgid "include object size"
9426msgstr ""
9427
9428#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
9429msgid "list only filenames"
9430msgstr ""
9431
9432#: builtin/ls-tree.c:142
9433msgid "use full path names"
9434msgstr ""
9435
9436#: builtin/ls-tree.c:144
9437msgid "list entire tree; not just current directory (implies --full-name)"
9438msgstr ""
9439
9440#: builtin/mailsplit.c:241
9441#, c-format
9442msgid "empty mbox: '%s'"
9443msgstr ""
9444
9445#: builtin/merge.c:48
9446msgid "git merge [<options>] [<commit>...]"
9447msgstr ""
9448
9449#: builtin/merge.c:49
9450msgid "git merge --abort"
9451msgstr ""
9452
9453#: builtin/merge.c:50
9454msgid "git merge --continue"
9455msgstr ""
9456
9457#: builtin/merge.c:107
9458msgid "switch `m' requires a value"
9459msgstr ""
9460
9461#: builtin/merge.c:144
9462#, c-format
9463msgid "Could not find merge strategy '%s'.\n"
9464msgstr ""
9465
9466#: builtin/merge.c:145
9467#, c-format
9468msgid "Available strategies are:"
9469msgstr ""
9470
9471#: builtin/merge.c:150
9472#, c-format
9473msgid "Available custom strategies are:"
9474msgstr ""
9475
9476#: builtin/merge.c:200 builtin/pull.c:134
9477msgid "do not show a diffstat at the end of the merge"
9478msgstr ""
9479
9480#: builtin/merge.c:203 builtin/pull.c:137
9481msgid "show a diffstat at the end of the merge"
9482msgstr ""
9483
9484#: builtin/merge.c:204 builtin/pull.c:140
9485msgid "(synonym to --stat)"
9486msgstr ""
9487
9488#: builtin/merge.c:206 builtin/pull.c:143
9489msgid "add (at most <n>) entries from shortlog to merge commit message"
9490msgstr ""
9491
9492#: builtin/merge.c:209 builtin/pull.c:146
9493msgid "create a single commit instead of doing a merge"
9494msgstr ""
9495
9496#: builtin/merge.c:211 builtin/pull.c:149
9497msgid "perform a commit if the merge succeeds (default)"
9498msgstr ""
9499
9500#: builtin/merge.c:213 builtin/pull.c:152
9501msgid "edit message before committing"
9502msgstr ""
9503
9504#: builtin/merge.c:214
9505msgid "allow fast-forward (default)"
9506msgstr ""
9507
9508#: builtin/merge.c:216 builtin/pull.c:158
9509msgid "abort if fast-forward is not possible"
9510msgstr ""
9511
9512#: builtin/merge.c:220 builtin/pull.c:161
9513msgid "verify that the named commit has a valid GPG signature"
9514msgstr ""
9515
9516#: builtin/merge.c:221 builtin/notes.c:777 builtin/pull.c:165
9517#: builtin/revert.c:109
9518msgid "strategy"
9519msgstr ""
9520
9521#: builtin/merge.c:222 builtin/pull.c:166
9522msgid "merge strategy to use"
9523msgstr ""
9524
9525#: builtin/merge.c:223 builtin/pull.c:169
9526msgid "option=value"
9527msgstr ""
9528
9529#: builtin/merge.c:224 builtin/pull.c:170
9530msgid "option for selected merge strategy"
9531msgstr ""
9532
9533#: builtin/merge.c:226
9534msgid "merge commit message (for a non-fast-forward merge)"
9535msgstr ""
9536
9537#: builtin/merge.c:230
9538msgid "abort the current in-progress merge"
9539msgstr ""
9540
9541#: builtin/merge.c:232
9542msgid "continue the current in-progress merge"
9543msgstr ""
9544
9545#: builtin/merge.c:234 builtin/pull.c:177
9546msgid "allow merging unrelated histories"
9547msgstr ""
9548
9549#: builtin/merge.c:240
9550msgid "verify commit-msg hook"
9551msgstr ""
9552
9553#: builtin/merge.c:265
9554msgid "could not run stash."
9555msgstr ""
9556
9557#: builtin/merge.c:270
9558msgid "stash failed"
9559msgstr ""
9560
9561#: builtin/merge.c:275
9562#, c-format
9563msgid "not a valid object: %s"
9564msgstr ""
9565
9566#: builtin/merge.c:297 builtin/merge.c:314
9567msgid "read-tree failed"
9568msgstr ""
9569
9570#: builtin/merge.c:344
9571msgid " (nothing to squash)"
9572msgstr ""
9573
9574#: builtin/merge.c:355
9575#, c-format
9576msgid "Squash commit -- not updating HEAD\n"
9577msgstr ""
9578
9579#: builtin/merge.c:405
9580#, c-format
9581msgid "No merge message -- not updating HEAD\n"
9582msgstr ""
9583
9584#: builtin/merge.c:456
9585#, c-format
9586msgid "'%s' does not point to a commit"
9587msgstr ""
9588
9589#: builtin/merge.c:546
9590#, c-format
9591msgid "Bad branch.%s.mergeoptions string: %s"
9592msgstr ""
9593
9594#: builtin/merge.c:666
9595msgid "Not handling anything other than two heads merge."
9596msgstr ""
9597
9598#: builtin/merge.c:680
9599#, c-format
9600msgid "Unknown option for merge-recursive: -X%s"
9601msgstr ""
9602
9603#: builtin/merge.c:695
9604#, c-format
9605msgid "unable to write %s"
9606msgstr ""
9607
9608#: builtin/merge.c:747
9609#, c-format
9610msgid "Could not read from '%s'"
9611msgstr ""
9612
9613#: builtin/merge.c:756
9614#, c-format
9615msgid "Not committing merge; use 'git commit' to complete the merge.\n"
9616msgstr ""
9617
9618#: builtin/merge.c:762
9619#, c-format
9620msgid ""
9621"Please enter a commit message to explain why this merge is necessary,\n"
9622"especially if it merges an updated upstream into a topic branch.\n"
9623"\n"
9624"Lines starting with '%c' will be ignored, and an empty message aborts\n"
9625"the commit.\n"
9626msgstr ""
9627
9628#: builtin/merge.c:798
9629msgid "Empty commit message."
9630msgstr ""
9631
9632#: builtin/merge.c:818
9633#, c-format
9634msgid "Wonderful.\n"
9635msgstr ""
9636
9637#: builtin/merge.c:871
9638#, c-format
9639msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
9640msgstr ""
9641
9642#: builtin/merge.c:910
9643msgid "No current branch."
9644msgstr ""
9645
9646#: builtin/merge.c:912
9647msgid "No remote for the current branch."
9648msgstr ""
9649
9650#: builtin/merge.c:914
9651msgid "No default upstream defined for the current branch."
9652msgstr ""
9653
9654#: builtin/merge.c:919
9655#, c-format
9656msgid "No remote-tracking branch for %s from %s"
9657msgstr ""
9658
9659#: builtin/merge.c:972
9660#, c-format
9661msgid "Bad value '%s' in environment '%s'"
9662msgstr ""
9663
9664#: builtin/merge.c:1073
9665#, c-format
9666msgid "not something we can merge in %s: %s"
9667msgstr ""
9668
9669#: builtin/merge.c:1107
9670msgid "not something we can merge"
9671msgstr ""
9672
9673#: builtin/merge.c:1172
9674msgid "--abort expects no arguments"
9675msgstr ""
9676
9677#: builtin/merge.c:1176
9678msgid "There is no merge to abort (MERGE_HEAD missing)."
9679msgstr ""
9680
9681#: builtin/merge.c:1188
9682msgid "--continue expects no arguments"
9683msgstr ""
9684
9685#: builtin/merge.c:1192
9686msgid "There is no merge in progress (MERGE_HEAD missing)."
9687msgstr ""
9688
9689#: builtin/merge.c:1208
9690msgid ""
9691"You have not concluded your merge (MERGE_HEAD exists).\n"
9692"Please, commit your changes before you merge."
9693msgstr ""
9694
9695#: builtin/merge.c:1215
9696msgid ""
9697"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
9698"Please, commit your changes before you merge."
9699msgstr ""
9700
9701#: builtin/merge.c:1218
9702msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
9703msgstr ""
9704
9705#: builtin/merge.c:1227
9706msgid "You cannot combine --squash with --no-ff."
9707msgstr ""
9708
9709#: builtin/merge.c:1235
9710msgid "No commit specified and merge.defaultToUpstream not set."
9711msgstr ""
9712
9713#: builtin/merge.c:1252
9714msgid "Squash commit into empty head not supported yet"
9715msgstr ""
9716
9717#: builtin/merge.c:1254
9718msgid "Non-fast-forward commit does not make sense into an empty head"
9719msgstr ""
9720
9721#: builtin/merge.c:1259
9722#, c-format
9723msgid "%s - not something we can merge"
9724msgstr ""
9725
9726#: builtin/merge.c:1261
9727msgid "Can merge only exactly one commit into empty head"
9728msgstr ""
9729
9730#: builtin/merge.c:1295
9731#, c-format
9732msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
9733msgstr ""
9734
9735#: builtin/merge.c:1298
9736#, c-format
9737msgid "Commit %s has a bad GPG signature allegedly by %s."
9738msgstr ""
9739
9740#: builtin/merge.c:1301
9741#, c-format
9742msgid "Commit %s does not have a GPG signature."
9743msgstr ""
9744
9745#: builtin/merge.c:1304
9746#, c-format
9747msgid "Commit %s has a good GPG signature by %s\n"
9748msgstr ""
9749
9750#: builtin/merge.c:1366
9751msgid "refusing to merge unrelated histories"
9752msgstr ""
9753
9754#: builtin/merge.c:1375
9755msgid "Already up to date."
9756msgstr ""
9757
9758#: builtin/merge.c:1385
9759#, c-format
9760msgid "Updating %s..%s\n"
9761msgstr ""
9762
9763#: builtin/merge.c:1426
9764#, c-format
9765msgid "Trying really trivial in-index merge...\n"
9766msgstr ""
9767
9768#: builtin/merge.c:1433
9769#, c-format
9770msgid "Nope.\n"
9771msgstr ""
9772
9773#: builtin/merge.c:1458
9774msgid "Already up to date. Yeeah!"
9775msgstr ""
9776
9777#: builtin/merge.c:1464
9778msgid "Not possible to fast-forward, aborting."
9779msgstr ""
9780
9781#: builtin/merge.c:1487 builtin/merge.c:1566
9782#, c-format
9783msgid "Rewinding the tree to pristine...\n"
9784msgstr ""
9785
9786#: builtin/merge.c:1491
9787#, c-format
9788msgid "Trying merge strategy %s...\n"
9789msgstr ""
9790
9791#: builtin/merge.c:1557
9792#, c-format
9793msgid "No merge strategy handled the merge.\n"
9794msgstr ""
9795
9796#: builtin/merge.c:1559
9797#, c-format
9798msgid "Merge with strategy %s failed.\n"
9799msgstr ""
9800
9801#: builtin/merge.c:1568
9802#, c-format
9803msgid "Using the %s to prepare resolving by hand.\n"
9804msgstr ""
9805
9806#: builtin/merge.c:1580
9807#, c-format
9808msgid "Automatic merge went well; stopped before committing as requested\n"
9809msgstr ""
9810
9811#: builtin/merge-base.c:30
9812msgid "git merge-base [-a | --all] <commit> <commit>..."
9813msgstr ""
9814
9815#: builtin/merge-base.c:31
9816msgid "git merge-base [-a | --all] --octopus <commit>..."
9817msgstr ""
9818
9819#: builtin/merge-base.c:32
9820msgid "git merge-base --independent <commit>..."
9821msgstr ""
9822
9823#: builtin/merge-base.c:33
9824msgid "git merge-base --is-ancestor <commit> <commit>"
9825msgstr ""
9826
9827#: builtin/merge-base.c:34
9828msgid "git merge-base --fork-point <ref> [<commit>]"
9829msgstr ""
9830
9831#: builtin/merge-base.c:218
9832msgid "output all common ancestors"
9833msgstr ""
9834
9835#: builtin/merge-base.c:220
9836msgid "find ancestors for a single n-way merge"
9837msgstr ""
9838
9839#: builtin/merge-base.c:222
9840msgid "list revs not reachable from others"
9841msgstr ""
9842
9843#: builtin/merge-base.c:224
9844msgid "is the first one ancestor of the other?"
9845msgstr ""
9846
9847#: builtin/merge-base.c:226
9848msgid "find where <commit> forked from reflog of <ref>"
9849msgstr ""
9850
9851#: builtin/merge-file.c:9
9852msgid ""
9853"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
9854"<orig-file> <file2>"
9855msgstr ""
9856
9857#: builtin/merge-file.c:33
9858msgid "send results to standard output"
9859msgstr ""
9860
9861#: builtin/merge-file.c:34
9862msgid "use a diff3 based merge"
9863msgstr ""
9864
9865#: builtin/merge-file.c:35
9866msgid "for conflicts, use our version"
9867msgstr ""
9868
9869#: builtin/merge-file.c:37
9870msgid "for conflicts, use their version"
9871msgstr ""
9872
9873#: builtin/merge-file.c:39
9874msgid "for conflicts, use a union version"
9875msgstr ""
9876
9877#: builtin/merge-file.c:42
9878msgid "for conflicts, use this marker size"
9879msgstr ""
9880
9881#: builtin/merge-file.c:43
9882msgid "do not warn about conflicts"
9883msgstr ""
9884
9885#: builtin/merge-file.c:45
9886msgid "set labels for file1/orig-file/file2"
9887msgstr ""
9888
9889#: builtin/merge-recursive.c:45
9890#, c-format
9891msgid "unknown option %s"
9892msgstr ""
9893
9894#: builtin/merge-recursive.c:51
9895#, c-format
9896msgid "could not parse object '%s'"
9897msgstr ""
9898
9899#: builtin/merge-recursive.c:55
9900#, c-format
9901msgid "cannot handle more than %d base. Ignoring %s."
9902msgid_plural "cannot handle more than %d bases. Ignoring %s."
9903msgstr[0] ""
9904msgstr[1] ""
9905
9906#: builtin/merge-recursive.c:63
9907msgid "not handling anything other than two heads merge."
9908msgstr ""
9909
9910#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
9911#, c-format
9912msgid "could not resolve ref '%s'"
9913msgstr ""
9914
9915#: builtin/merge-recursive.c:77
9916#, c-format
9917msgid "Merging %s with %s\n"
9918msgstr ""
9919
9920#: builtin/mktree.c:65
9921msgid "git mktree [-z] [--missing] [--batch]"
9922msgstr ""
9923
9924#: builtin/mktree.c:153
9925msgid "input is NUL terminated"
9926msgstr ""
9927
9928#: builtin/mktree.c:154 builtin/write-tree.c:25
9929msgid "allow missing objects"
9930msgstr ""
9931
9932#: builtin/mktree.c:155
9933msgid "allow creation of more than one tree"
9934msgstr ""
9935
9936#: builtin/mv.c:17
9937msgid "git mv [<options>] <source>... <destination>"
9938msgstr ""
9939
9940#: builtin/mv.c:83
9941#, c-format
9942msgid "Directory %s is in index and no submodule?"
9943msgstr ""
9944
9945#: builtin/mv.c:85 builtin/rm.c:289
9946msgid "Please stage your changes to .gitmodules or stash them to proceed"
9947msgstr ""
9948
9949#: builtin/mv.c:103
9950#, c-format
9951msgid "%.*s is in index"
9952msgstr ""
9953
9954#: builtin/mv.c:125
9955msgid "force move/rename even if target exists"
9956msgstr ""
9957
9958#: builtin/mv.c:126
9959msgid "skip move/rename errors"
9960msgstr ""
9961
9962#: builtin/mv.c:167
9963#, c-format
9964msgid "destination '%s' is not a directory"
9965msgstr ""
9966
9967#: builtin/mv.c:178
9968#, c-format
9969msgid "Checking rename of '%s' to '%s'\n"
9970msgstr ""
9971
9972#: builtin/mv.c:182
9973msgid "bad source"
9974msgstr ""
9975
9976#: builtin/mv.c:185
9977msgid "can not move directory into itself"
9978msgstr ""
9979
9980#: builtin/mv.c:188
9981msgid "cannot move directory over file"
9982msgstr ""
9983
9984#: builtin/mv.c:197
9985msgid "source directory is empty"
9986msgstr ""
9987
9988#: builtin/mv.c:222
9989msgid "not under version control"
9990msgstr ""
9991
9992#: builtin/mv.c:225
9993msgid "destination exists"
9994msgstr ""
9995
9996#: builtin/mv.c:233
9997#, c-format
9998msgid "overwriting '%s'"
9999msgstr ""
10000
10001#: builtin/mv.c:236
10002msgid "Cannot overwrite"
10003msgstr ""
10004
10005#: builtin/mv.c:239
10006msgid "multiple sources for the same target"
10007msgstr ""
10008
10009#: builtin/mv.c:241
10010msgid "destination directory does not exist"
10011msgstr ""
10012
10013#: builtin/mv.c:248
10014#, c-format
10015msgid "%s, source=%s, destination=%s"
10016msgstr ""
10017
10018#: builtin/mv.c:269
10019#, c-format
10020msgid "Renaming %s to %s\n"
10021msgstr ""
10022
10023#: builtin/mv.c:275 builtin/remote.c:712 builtin/repack.c:390
10024#, c-format
10025msgid "renaming '%s' failed"
10026msgstr ""
10027
10028#: builtin/name-rev.c:338
10029msgid "git name-rev [<options>] <commit>..."
10030msgstr ""
10031
10032#: builtin/name-rev.c:339
10033msgid "git name-rev [<options>] --all"
10034msgstr ""
10035
10036#: builtin/name-rev.c:340
10037msgid "git name-rev [<options>] --stdin"
10038msgstr ""
10039
10040#: builtin/name-rev.c:395
10041msgid "print only names (no SHA-1)"
10042msgstr ""
10043
10044#: builtin/name-rev.c:396
10045msgid "only use tags to name the commits"
10046msgstr ""
10047
10048#: builtin/name-rev.c:398
10049msgid "only use refs matching <pattern>"
10050msgstr ""
10051
10052#: builtin/name-rev.c:400
10053msgid "ignore refs matching <pattern>"
10054msgstr ""
10055
10056#: builtin/name-rev.c:402
10057msgid "list all commits reachable from all refs"
10058msgstr ""
10059
10060#: builtin/name-rev.c:403
10061msgid "read from stdin"
10062msgstr ""
10063
10064#: builtin/name-rev.c:404
10065msgid "allow to print `undefined` names (default)"
10066msgstr ""
10067
10068#: builtin/name-rev.c:410
10069msgid "dereference tags in the input (internal use)"
10070msgstr ""
10071
10072#: builtin/notes.c:26
10073msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10074msgstr ""
10075
10076#: builtin/notes.c:27
10077msgid ""
10078"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10079"| (-c | -C) <object>] [<object>]"
10080msgstr ""
10081
10082#: builtin/notes.c:28
10083msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10084msgstr ""
10085
10086#: builtin/notes.c:29
10087msgid ""
10088"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10089"(-c | -C) <object>] [<object>]"
10090msgstr ""
10091
10092#: builtin/notes.c:30
10093msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10094msgstr ""
10095
10096#: builtin/notes.c:31
10097msgid "git notes [--ref <notes-ref>] show [<object>]"
10098msgstr ""
10099
10100#: builtin/notes.c:32
10101msgid ""
10102"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10103msgstr ""
10104
10105#: builtin/notes.c:33
10106msgid "git notes merge --commit [-v | -q]"
10107msgstr ""
10108
10109#: builtin/notes.c:34
10110msgid "git notes merge --abort [-v | -q]"
10111msgstr ""
10112
10113#: builtin/notes.c:35
10114msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10115msgstr ""
10116
10117#: builtin/notes.c:36
10118msgid "git notes [--ref <notes-ref>] prune [-n | -v]"
10119msgstr ""
10120
10121#: builtin/notes.c:37
10122msgid "git notes [--ref <notes-ref>] get-ref"
10123msgstr ""
10124
10125#: builtin/notes.c:42
10126msgid "git notes [list [<object>]]"
10127msgstr ""
10128
10129#: builtin/notes.c:47
10130msgid "git notes add [<options>] [<object>]"
10131msgstr ""
10132
10133#: builtin/notes.c:52
10134msgid "git notes copy [<options>] <from-object> <to-object>"
10135msgstr ""
10136
10137#: builtin/notes.c:53
10138msgid "git notes copy --stdin [<from-object> <to-object>]..."
10139msgstr ""
10140
10141#: builtin/notes.c:58
10142msgid "git notes append [<options>] [<object>]"
10143msgstr ""
10144
10145#: builtin/notes.c:63
10146msgid "git notes edit [<object>]"
10147msgstr ""
10148
10149#: builtin/notes.c:68
10150msgid "git notes show [<object>]"
10151msgstr ""
10152
10153#: builtin/notes.c:73
10154msgid "git notes merge [<options>] <notes-ref>"
10155msgstr ""
10156
10157#: builtin/notes.c:74
10158msgid "git notes merge --commit [<options>]"
10159msgstr ""
10160
10161#: builtin/notes.c:75
10162msgid "git notes merge --abort [<options>]"
10163msgstr ""
10164
10165#: builtin/notes.c:80
10166msgid "git notes remove [<object>]"
10167msgstr ""
10168
10169#: builtin/notes.c:85
10170msgid "git notes prune [<options>]"
10171msgstr ""
10172
10173#: builtin/notes.c:90
10174msgid "git notes get-ref"
10175msgstr ""
10176
10177#: builtin/notes.c:95
10178msgid "Write/edit the notes for the following object:"
10179msgstr ""
10180
10181#: builtin/notes.c:148
10182#, c-format
10183msgid "unable to start 'show' for object '%s'"
10184msgstr ""
10185
10186#: builtin/notes.c:152
10187msgid "could not read 'show' output"
10188msgstr ""
10189
10190#: builtin/notes.c:160
10191#, c-format
10192msgid "failed to finish 'show' for object '%s'"
10193msgstr ""
10194
10195#: builtin/notes.c:195
10196msgid "please supply the note contents using either -m or -F option"
10197msgstr ""
10198
10199#: builtin/notes.c:204
10200msgid "unable to write note object"
10201msgstr ""
10202
10203#: builtin/notes.c:206
10204#, c-format
10205msgid "the note contents have been left in %s"
10206msgstr ""
10207
10208#: builtin/notes.c:234 builtin/tag.c:500
10209#, c-format
10210msgid "cannot read '%s'"
10211msgstr ""
10212
10213#: builtin/notes.c:236 builtin/tag.c:503
10214#, c-format
10215msgid "could not open or read '%s'"
10216msgstr ""
10217
10218#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10219#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10220#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10221#, c-format
10222msgid "failed to resolve '%s' as a valid ref."
10223msgstr ""
10224
10225#: builtin/notes.c:258
10226#, c-format
10227msgid "failed to read object '%s'."
10228msgstr ""
10229
10230#: builtin/notes.c:262
10231#, c-format
10232msgid "cannot read note data from non-blob object '%s'."
10233msgstr ""
10234
10235#: builtin/notes.c:302
10236#, c-format
10237msgid "malformed input line: '%s'."
10238msgstr ""
10239
10240#: builtin/notes.c:317
10241#, c-format
10242msgid "failed to copy notes from '%s' to '%s'"
10243msgstr ""
10244
10245#. TRANSLATORS: the first %s will be replaced by a git
10246#. notes command: 'add', 'merge', 'remove', etc.
10247#.
10248#: builtin/notes.c:349
10249#, c-format
10250msgid "refusing to %s notes in %s (outside of refs/notes/)"
10251msgstr ""
10252
10253#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10254#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10255#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10256msgid "too many parameters"
10257msgstr ""
10258
10259#: builtin/notes.c:382 builtin/notes.c:668
10260#, c-format
10261msgid "no note found for object %s."
10262msgstr ""
10263
10264#: builtin/notes.c:403 builtin/notes.c:566
10265msgid "note contents as a string"
10266msgstr ""
10267
10268#: builtin/notes.c:406 builtin/notes.c:569
10269msgid "note contents in a file"
10270msgstr ""
10271
10272#: builtin/notes.c:409 builtin/notes.c:572
10273msgid "reuse and edit specified note object"
10274msgstr ""
10275
10276#: builtin/notes.c:412 builtin/notes.c:575
10277msgid "reuse specified note object"
10278msgstr ""
10279
10280#: builtin/notes.c:415 builtin/notes.c:578
10281msgid "allow storing empty note"
10282msgstr ""
10283
10284#: builtin/notes.c:416 builtin/notes.c:487
10285msgid "replace existing notes"
10286msgstr ""
10287
10288#: builtin/notes.c:441
10289#, c-format
10290msgid ""
10291"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10292"existing notes"
10293msgstr ""
10294
10295#: builtin/notes.c:456 builtin/notes.c:535
10296#, c-format
10297msgid "Overwriting existing notes for object %s\n"
10298msgstr ""
10299
10300#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10301#, c-format
10302msgid "Removing note for object %s\n"
10303msgstr ""
10304
10305#: builtin/notes.c:488
10306msgid "read objects from stdin"
10307msgstr ""
10308
10309#: builtin/notes.c:490
10310msgid "load rewriting config for <command> (implies --stdin)"
10311msgstr ""
10312
10313#: builtin/notes.c:508
10314msgid "too few parameters"
10315msgstr ""
10316
10317#: builtin/notes.c:529
10318#, c-format
10319msgid ""
10320"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10321"existing notes"
10322msgstr ""
10323
10324#: builtin/notes.c:541
10325#, c-format
10326msgid "missing notes on source object %s. Cannot copy."
10327msgstr ""
10328
10329#: builtin/notes.c:593
10330#, c-format
10331msgid ""
10332"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10333"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10334msgstr ""
10335
10336#: builtin/notes.c:688
10337msgid "failed to delete ref NOTES_MERGE_PARTIAL"
10338msgstr ""
10339
10340#: builtin/notes.c:690
10341msgid "failed to delete ref NOTES_MERGE_REF"
10342msgstr ""
10343
10344#: builtin/notes.c:692
10345msgid "failed to remove 'git notes merge' worktree"
10346msgstr ""
10347
10348#: builtin/notes.c:712
10349msgid "failed to read ref NOTES_MERGE_PARTIAL"
10350msgstr ""
10351
10352#: builtin/notes.c:714
10353msgid "could not find commit from NOTES_MERGE_PARTIAL."
10354msgstr ""
10355
10356#: builtin/notes.c:716
10357msgid "could not parse commit from NOTES_MERGE_PARTIAL."
10358msgstr ""
10359
10360#: builtin/notes.c:729
10361msgid "failed to resolve NOTES_MERGE_REF"
10362msgstr ""
10363
10364#: builtin/notes.c:732
10365msgid "failed to finalize notes merge"
10366msgstr ""
10367
10368#: builtin/notes.c:758
10369#, c-format
10370msgid "unknown notes merge strategy %s"
10371msgstr ""
10372
10373#: builtin/notes.c:774
10374msgid "General options"
10375msgstr ""
10376
10377#: builtin/notes.c:776
10378msgid "Merge options"
10379msgstr ""
10380
10381#: builtin/notes.c:778
10382msgid ""
10383"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
10384"cat_sort_uniq)"
10385msgstr ""
10386
10387#: builtin/notes.c:780
10388msgid "Committing unmerged notes"
10389msgstr ""
10390
10391#: builtin/notes.c:782
10392msgid "finalize notes merge by committing unmerged notes"
10393msgstr ""
10394
10395#: builtin/notes.c:784
10396msgid "Aborting notes merge resolution"
10397msgstr ""
10398
10399#: builtin/notes.c:786
10400msgid "abort notes merge"
10401msgstr ""
10402
10403#: builtin/notes.c:797
10404msgid "cannot mix --commit, --abort or -s/--strategy"
10405msgstr ""
10406
10407#: builtin/notes.c:802
10408msgid "must specify a notes ref to merge"
10409msgstr ""
10410
10411#: builtin/notes.c:826
10412#, c-format
10413msgid "unknown -s/--strategy: %s"
10414msgstr ""
10415
10416#: builtin/notes.c:863
10417#, c-format
10418msgid "a notes merge into %s is already in-progress at %s"
10419msgstr ""
10420
10421#: builtin/notes.c:866
10422#, c-format
10423msgid "failed to store link to current notes ref (%s)"
10424msgstr ""
10425
10426#: builtin/notes.c:868
10427#, c-format
10428msgid ""
10429"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
10430"'git notes merge --commit', or abort the merge with 'git notes merge --"
10431"abort'.\n"
10432msgstr ""
10433
10434#: builtin/notes.c:890
10435#, c-format
10436msgid "Object %s has no note\n"
10437msgstr ""
10438
10439#: builtin/notes.c:902
10440msgid "attempt to remove non-existent note is not an error"
10441msgstr ""
10442
10443#: builtin/notes.c:905
10444msgid "read object names from the standard input"
10445msgstr ""
10446
10447#: builtin/notes.c:943 builtin/prune.c:105 builtin/worktree.c:146
10448msgid "do not remove, show only"
10449msgstr ""
10450
10451#: builtin/notes.c:944
10452msgid "report pruned notes"
10453msgstr ""
10454
10455#: builtin/notes.c:986
10456msgid "notes-ref"
10457msgstr ""
10458
10459#: builtin/notes.c:987
10460msgid "use notes from <notes-ref>"
10461msgstr ""
10462
10463#: builtin/notes.c:1022
10464#, c-format
10465msgid "unknown subcommand: %s"
10466msgstr ""
10467
10468#: builtin/pack-objects.c:31
10469msgid ""
10470"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
10471msgstr ""
10472
10473#: builtin/pack-objects.c:32
10474msgid ""
10475"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
10476msgstr ""
10477
10478#: builtin/pack-objects.c:181 builtin/pack-objects.c:184
10479#, c-format
10480msgid "deflate error (%d)"
10481msgstr ""
10482
10483#: builtin/pack-objects.c:777
10484msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
10485msgstr ""
10486
10487#: builtin/pack-objects.c:790
10488msgid "Writing objects"
10489msgstr ""
10490
10491#: builtin/pack-objects.c:1070
10492msgid "disabling bitmap writing, as some objects are not being packed"
10493msgstr ""
10494
10495#: builtin/pack-objects.c:2440
10496msgid "Compressing objects"
10497msgstr ""
10498
10499#: builtin/pack-objects.c:2849
10500#, c-format
10501msgid "unsupported index version %s"
10502msgstr ""
10503
10504#: builtin/pack-objects.c:2853
10505#, c-format
10506msgid "bad index version '%s'"
10507msgstr ""
10508
10509#: builtin/pack-objects.c:2883
10510msgid "do not show progress meter"
10511msgstr ""
10512
10513#: builtin/pack-objects.c:2885
10514msgid "show progress meter"
10515msgstr ""
10516
10517#: builtin/pack-objects.c:2887
10518msgid "show progress meter during object writing phase"
10519msgstr ""
10520
10521#: builtin/pack-objects.c:2890
10522msgid "similar to --all-progress when progress meter is shown"
10523msgstr ""
10524
10525#: builtin/pack-objects.c:2891
10526msgid "version[,offset]"
10527msgstr ""
10528
10529#: builtin/pack-objects.c:2892
10530msgid "write the pack index file in the specified idx format version"
10531msgstr ""
10532
10533#: builtin/pack-objects.c:2895
10534msgid "maximum size of each output pack file"
10535msgstr ""
10536
10537#: builtin/pack-objects.c:2897
10538msgid "ignore borrowed objects from alternate object store"
10539msgstr ""
10540
10541#: builtin/pack-objects.c:2899
10542msgid "ignore packed objects"
10543msgstr ""
10544
10545#: builtin/pack-objects.c:2901
10546msgid "limit pack window by objects"
10547msgstr ""
10548
10549#: builtin/pack-objects.c:2903
10550msgid "limit pack window by memory in addition to object limit"
10551msgstr ""
10552
10553#: builtin/pack-objects.c:2905
10554msgid "maximum length of delta chain allowed in the resulting pack"
10555msgstr ""
10556
10557#: builtin/pack-objects.c:2907
10558msgid "reuse existing deltas"
10559msgstr ""
10560
10561#: builtin/pack-objects.c:2909
10562msgid "reuse existing objects"
10563msgstr ""
10564
10565#: builtin/pack-objects.c:2911
10566msgid "use OFS_DELTA objects"
10567msgstr ""
10568
10569#: builtin/pack-objects.c:2913
10570msgid "use threads when searching for best delta matches"
10571msgstr ""
10572
10573#: builtin/pack-objects.c:2915
10574msgid "do not create an empty pack output"
10575msgstr ""
10576
10577#: builtin/pack-objects.c:2917
10578msgid "read revision arguments from standard input"
10579msgstr ""
10580
10581#: builtin/pack-objects.c:2919
10582msgid "limit the objects to those that are not yet packed"
10583msgstr ""
10584
10585#: builtin/pack-objects.c:2922
10586msgid "include objects reachable from any reference"
10587msgstr ""
10588
10589#: builtin/pack-objects.c:2925
10590msgid "include objects referred by reflog entries"
10591msgstr ""
10592
10593#: builtin/pack-objects.c:2928
10594msgid "include objects referred to by the index"
10595msgstr ""
10596
10597#: builtin/pack-objects.c:2931
10598msgid "output pack to stdout"
10599msgstr ""
10600
10601#: builtin/pack-objects.c:2933
10602msgid "include tag objects that refer to objects to be packed"
10603msgstr ""
10604
10605#: builtin/pack-objects.c:2935
10606msgid "keep unreachable objects"
10607msgstr ""
10608
10609#: builtin/pack-objects.c:2937
10610msgid "pack loose unreachable objects"
10611msgstr ""
10612
10613#: builtin/pack-objects.c:2939
10614msgid "unpack unreachable objects newer than <time>"
10615msgstr ""
10616
10617#: builtin/pack-objects.c:2942
10618msgid "create thin packs"
10619msgstr ""
10620
10621#: builtin/pack-objects.c:2944
10622msgid "create packs suitable for shallow fetches"
10623msgstr ""
10624
10625#: builtin/pack-objects.c:2946
10626msgid "ignore packs that have companion .keep file"
10627msgstr ""
10628
10629#: builtin/pack-objects.c:2948
10630msgid "pack compression level"
10631msgstr ""
10632
10633#: builtin/pack-objects.c:2950
10634msgid "do not hide commits by grafts"
10635msgstr ""
10636
10637#: builtin/pack-objects.c:2952
10638msgid "use a bitmap index if available to speed up counting objects"
10639msgstr ""
10640
10641#: builtin/pack-objects.c:2954
10642msgid "write a bitmap index together with the pack index"
10643msgstr ""
10644
10645#: builtin/pack-objects.c:3081
10646msgid "Counting objects"
10647msgstr ""
10648
10649#: builtin/pack-refs.c:6
10650msgid "git pack-refs [<options>]"
10651msgstr ""
10652
10653#: builtin/pack-refs.c:14
10654msgid "pack everything"
10655msgstr ""
10656
10657#: builtin/pack-refs.c:15
10658msgid "prune loose refs (default)"
10659msgstr ""
10660
10661#: builtin/prune-packed.c:8
10662msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
10663msgstr ""
10664
10665#: builtin/prune-packed.c:41
10666msgid "Removing duplicate objects"
10667msgstr ""
10668
10669#: builtin/prune.c:11
10670msgid "git prune [-n] [-v] [--expire <time>] [--] [<head>...]"
10671msgstr ""
10672
10673#: builtin/prune.c:106
10674msgid "report pruned objects"
10675msgstr ""
10676
10677#: builtin/prune.c:109
10678msgid "expire objects older than <time>"
10679msgstr ""
10680
10681#: builtin/prune.c:123
10682msgid "cannot prune in a precious-objects repo"
10683msgstr ""
10684
10685#: builtin/pull.c:54 builtin/pull.c:56
10686#, c-format
10687msgid "Invalid value for %s: %s"
10688msgstr ""
10689
10690#: builtin/pull.c:76
10691msgid "git pull [<options>] [<repository> [<refspec>...]]"
10692msgstr ""
10693
10694#: builtin/pull.c:124
10695msgid "control for recursive fetching of submodules"
10696msgstr ""
10697
10698#: builtin/pull.c:128
10699msgid "Options related to merging"
10700msgstr ""
10701
10702#: builtin/pull.c:131
10703msgid "incorporate changes by rebasing rather than merging"
10704msgstr ""
10705
10706#: builtin/pull.c:155 builtin/rebase--helper.c:21 builtin/revert.c:121
10707msgid "allow fast-forward"
10708msgstr ""
10709
10710#: builtin/pull.c:164
10711msgid "automatically stash/stash pop before and after rebase"
10712msgstr ""
10713
10714#: builtin/pull.c:180
10715msgid "Options related to fetching"
10716msgstr ""
10717
10718#: builtin/pull.c:198
10719msgid "number of submodules pulled in parallel"
10720msgstr ""
10721
10722#: builtin/pull.c:287
10723#, c-format
10724msgid "Invalid value for pull.ff: %s"
10725msgstr ""
10726
10727#: builtin/pull.c:403
10728msgid ""
10729"There is no candidate for rebasing against among the refs that you just "
10730"fetched."
10731msgstr ""
10732
10733#: builtin/pull.c:405
10734msgid ""
10735"There are no candidates for merging among the refs that you just fetched."
10736msgstr ""
10737
10738#: builtin/pull.c:406
10739msgid ""
10740"Generally this means that you provided a wildcard refspec which had no\n"
10741"matches on the remote end."
10742msgstr ""
10743
10744#: builtin/pull.c:409
10745#, c-format
10746msgid ""
10747"You asked to pull from the remote '%s', but did not specify\n"
10748"a branch. Because this is not the default configured remote\n"
10749"for your current branch, you must specify a branch on the command line."
10750msgstr ""
10751
10752#: builtin/pull.c:414 git-parse-remote.sh:73
10753msgid "You are not currently on a branch."
10754msgstr ""
10755
10756#: builtin/pull.c:416 builtin/pull.c:431 git-parse-remote.sh:79
10757msgid "Please specify which branch you want to rebase against."
10758msgstr ""
10759
10760#: builtin/pull.c:418 builtin/pull.c:433 git-parse-remote.sh:82
10761msgid "Please specify which branch you want to merge with."
10762msgstr ""
10763
10764#: builtin/pull.c:419 builtin/pull.c:434
10765msgid "See git-pull(1) for details."
10766msgstr ""
10767
10768#: builtin/pull.c:421 builtin/pull.c:427 builtin/pull.c:436
10769#: git-parse-remote.sh:64
10770msgid "<remote>"
10771msgstr ""
10772
10773#: builtin/pull.c:421 builtin/pull.c:436 builtin/pull.c:441 git-rebase.sh:466
10774#: git-parse-remote.sh:65
10775msgid "<branch>"
10776msgstr ""
10777
10778#: builtin/pull.c:429 git-parse-remote.sh:75
10779msgid "There is no tracking information for the current branch."
10780msgstr ""
10781
10782#: builtin/pull.c:438 git-parse-remote.sh:95
10783msgid ""
10784"If you wish to set tracking information for this branch you can do so with:"
10785msgstr ""
10786
10787#: builtin/pull.c:443
10788#, c-format
10789msgid ""
10790"Your configuration specifies to merge with the ref '%s'\n"
10791"from the remote, but no such ref was fetched."
10792msgstr ""
10793
10794#: builtin/pull.c:796
10795msgid "ignoring --verify-signatures for rebase"
10796msgstr ""
10797
10798#: builtin/pull.c:844
10799msgid "--[no-]autostash option is only valid with --rebase."
10800msgstr ""
10801
10802#: builtin/pull.c:852
10803msgid "Updating an unborn branch with changes added to the index."
10804msgstr ""
10805
10806#: builtin/pull.c:855
10807msgid "pull with rebase"
10808msgstr ""
10809
10810#: builtin/pull.c:856
10811msgid "please commit or stash them."
10812msgstr ""
10813
10814#: builtin/pull.c:881
10815#, c-format
10816msgid ""
10817"fetch updated the current branch head.\n"
10818"fast-forwarding your working tree from\n"
10819"commit %s."
10820msgstr ""
10821
10822#: builtin/pull.c:886
10823#, c-format
10824msgid ""
10825"Cannot fast-forward your working tree.\n"
10826"After making sure that you saved anything precious from\n"
10827"$ git diff %s\n"
10828"output, run\n"
10829"$ git reset --hard\n"
10830"to recover."
10831msgstr ""
10832
10833#: builtin/pull.c:901
10834msgid "Cannot merge multiple branches into empty head."
10835msgstr ""
10836
10837#: builtin/pull.c:905
10838msgid "Cannot rebase onto multiple branches."
10839msgstr ""
10840
10841#: builtin/pull.c:912
10842msgid "cannot rebase with locally recorded submodule modifications"
10843msgstr ""
10844
10845#: builtin/push.c:17
10846msgid "git push [<options>] [<repository> [<refspec>...]]"
10847msgstr ""
10848
10849#: builtin/push.c:90
10850msgid "tag shorthand without <tag>"
10851msgstr ""
10852
10853#: builtin/push.c:100
10854msgid "--delete only accepts plain target ref names"
10855msgstr ""
10856
10857#: builtin/push.c:144
10858msgid ""
10859"\n"
10860"To choose either option permanently, see push.default in 'git help config'."
10861msgstr ""
10862
10863#: builtin/push.c:147
10864#, c-format
10865msgid ""
10866"The upstream branch of your current branch does not match\n"
10867"the name of your current branch.  To push to the upstream branch\n"
10868"on the remote, use\n"
10869"\n"
10870"    git push %s HEAD:%s\n"
10871"\n"
10872"To push to the branch of the same name on the remote, use\n"
10873"\n"
10874"    git push %s %s\n"
10875"%s"
10876msgstr ""
10877
10878#: builtin/push.c:162
10879#, c-format
10880msgid ""
10881"You are not currently on a branch.\n"
10882"To push the history leading to the current (detached HEAD)\n"
10883"state now, use\n"
10884"\n"
10885"    git push %s HEAD:<name-of-remote-branch>\n"
10886msgstr ""
10887
10888#: builtin/push.c:176
10889#, c-format
10890msgid ""
10891"The current branch %s has no upstream branch.\n"
10892"To push the current branch and set the remote as upstream, use\n"
10893"\n"
10894"    git push --set-upstream %s %s\n"
10895msgstr ""
10896
10897#: builtin/push.c:184
10898#, c-format
10899msgid "The current branch %s has multiple upstream branches, refusing to push."
10900msgstr ""
10901
10902#: builtin/push.c:187
10903#, c-format
10904msgid ""
10905"You are pushing to remote '%s', which is not the upstream of\n"
10906"your current branch '%s', without telling me what to push\n"
10907"to update which remote branch."
10908msgstr ""
10909
10910#: builtin/push.c:246
10911msgid ""
10912"You didn't specify any refspecs to push, and push.default is \"nothing\"."
10913msgstr ""
10914
10915#: builtin/push.c:253
10916msgid ""
10917"Updates were rejected because the tip of your current branch is behind\n"
10918"its remote counterpart. Integrate the remote changes (e.g.\n"
10919"'git pull ...') before pushing again.\n"
10920"See the 'Note about fast-forwards' in 'git push --help' for details."
10921msgstr ""
10922
10923#: builtin/push.c:259
10924msgid ""
10925"Updates were rejected because a pushed branch tip is behind its remote\n"
10926"counterpart. Check out this branch and integrate the remote changes\n"
10927"(e.g. 'git pull ...') before pushing again.\n"
10928"See the 'Note about fast-forwards' in 'git push --help' for details."
10929msgstr ""
10930
10931#: builtin/push.c:265
10932msgid ""
10933"Updates were rejected because the remote contains work that you do\n"
10934"not have locally. This is usually caused by another repository pushing\n"
10935"to the same ref. You may want to first integrate the remote changes\n"
10936"(e.g., 'git pull ...') before pushing again.\n"
10937"See the 'Note about fast-forwards' in 'git push --help' for details."
10938msgstr ""
10939
10940#: builtin/push.c:272
10941msgid "Updates were rejected because the tag already exists in the remote."
10942msgstr ""
10943
10944#: builtin/push.c:275
10945msgid ""
10946"You cannot update a remote ref that points at a non-commit object,\n"
10947"or update a remote ref to make it point at a non-commit object,\n"
10948"without using the '--force' option.\n"
10949msgstr ""
10950
10951#: builtin/push.c:335
10952#, c-format
10953msgid "Pushing to %s\n"
10954msgstr ""
10955
10956#: builtin/push.c:339
10957#, c-format
10958msgid "failed to push some refs to '%s'"
10959msgstr ""
10960
10961#: builtin/push.c:370
10962#, c-format
10963msgid "bad repository '%s'"
10964msgstr ""
10965
10966#: builtin/push.c:371
10967msgid ""
10968"No configured push destination.\n"
10969"Either specify the URL from the command-line or configure a remote "
10970"repository using\n"
10971"\n"
10972"    git remote add <name> <url>\n"
10973"\n"
10974"and then push using the remote name\n"
10975"\n"
10976"    git push <name>\n"
10977msgstr ""
10978
10979#: builtin/push.c:389
10980msgid "--all and --tags are incompatible"
10981msgstr ""
10982
10983#: builtin/push.c:390
10984msgid "--all can't be combined with refspecs"
10985msgstr ""
10986
10987#: builtin/push.c:395
10988msgid "--mirror and --tags are incompatible"
10989msgstr ""
10990
10991#: builtin/push.c:396
10992msgid "--mirror can't be combined with refspecs"
10993msgstr ""
10994
10995#: builtin/push.c:401
10996msgid "--all and --mirror are incompatible"
10997msgstr ""
10998
10999#: builtin/push.c:523
11000msgid "repository"
11001msgstr ""
11002
11003#: builtin/push.c:524 builtin/send-pack.c:163
11004msgid "push all refs"
11005msgstr ""
11006
11007#: builtin/push.c:525 builtin/send-pack.c:165
11008msgid "mirror all refs"
11009msgstr ""
11010
11011#: builtin/push.c:527
11012msgid "delete refs"
11013msgstr ""
11014
11015#: builtin/push.c:528
11016msgid "push tags (can't be used with --all or --mirror)"
11017msgstr ""
11018
11019#: builtin/push.c:531 builtin/send-pack.c:166
11020msgid "force updates"
11021msgstr ""
11022
11023#: builtin/push.c:533 builtin/send-pack.c:180
11024msgid "refname>:<expect"
11025msgstr ""
11026
11027#: builtin/push.c:534 builtin/send-pack.c:181
11028msgid "require old value of ref to be at this value"
11029msgstr ""
11030
11031#: builtin/push.c:537
11032msgid "control recursive pushing of submodules"
11033msgstr ""
11034
11035#: builtin/push.c:539 builtin/send-pack.c:174
11036msgid "use thin pack"
11037msgstr ""
11038
11039#: builtin/push.c:540 builtin/push.c:541 builtin/send-pack.c:160
11040#: builtin/send-pack.c:161
11041msgid "receive pack program"
11042msgstr ""
11043
11044#: builtin/push.c:542
11045msgid "set upstream for git pull/status"
11046msgstr ""
11047
11048#: builtin/push.c:545
11049msgid "prune locally removed refs"
11050msgstr ""
11051
11052#: builtin/push.c:547
11053msgid "bypass pre-push hook"
11054msgstr ""
11055
11056#: builtin/push.c:548
11057msgid "push missing but relevant tags"
11058msgstr ""
11059
11060#: builtin/push.c:551 builtin/send-pack.c:168
11061msgid "GPG sign the push"
11062msgstr ""
11063
11064#: builtin/push.c:553 builtin/send-pack.c:175
11065msgid "request atomic transaction on remote side"
11066msgstr ""
11067
11068#: builtin/push.c:554 builtin/send-pack.c:171
11069msgid "server-specific"
11070msgstr ""
11071
11072#: builtin/push.c:554 builtin/send-pack.c:172
11073msgid "option to transmit"
11074msgstr ""
11075
11076#: builtin/push.c:568
11077msgid "--delete is incompatible with --all, --mirror and --tags"
11078msgstr ""
11079
11080#: builtin/push.c:570
11081msgid "--delete doesn't make sense without any refs"
11082msgstr ""
11083
11084#: builtin/push.c:589
11085msgid "push options must not have new line characters"
11086msgstr ""
11087
11088#: builtin/read-tree.c:40
11089msgid ""
11090"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11091"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11092"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11093msgstr ""
11094
11095#: builtin/read-tree.c:121
11096msgid "write resulting index to <file>"
11097msgstr ""
11098
11099#: builtin/read-tree.c:124
11100msgid "only empty the index"
11101msgstr ""
11102
11103#: builtin/read-tree.c:126
11104msgid "Merging"
11105msgstr ""
11106
11107#: builtin/read-tree.c:128
11108msgid "perform a merge in addition to a read"
11109msgstr ""
11110
11111#: builtin/read-tree.c:130
11112msgid "3-way merge if no file level merging required"
11113msgstr ""
11114
11115#: builtin/read-tree.c:132
11116msgid "3-way merge in presence of adds and removes"
11117msgstr ""
11118
11119#: builtin/read-tree.c:134
11120msgid "same as -m, but discard unmerged entries"
11121msgstr ""
11122
11123#: builtin/read-tree.c:135
11124msgid "<subdirectory>/"
11125msgstr ""
11126
11127#: builtin/read-tree.c:136
11128msgid "read the tree into the index under <subdirectory>/"
11129msgstr ""
11130
11131#: builtin/read-tree.c:139
11132msgid "update working tree with merge result"
11133msgstr ""
11134
11135#: builtin/read-tree.c:141
11136msgid "gitignore"
11137msgstr ""
11138
11139#: builtin/read-tree.c:142
11140msgid "allow explicitly ignored files to be overwritten"
11141msgstr ""
11142
11143#: builtin/read-tree.c:145
11144msgid "don't check the working tree after merging"
11145msgstr ""
11146
11147#: builtin/read-tree.c:146
11148msgid "don't update the index or the work tree"
11149msgstr ""
11150
11151#: builtin/read-tree.c:148
11152msgid "skip applying sparse checkout filter"
11153msgstr ""
11154
11155#: builtin/read-tree.c:150
11156msgid "debug unpack-trees"
11157msgstr ""
11158
11159#: builtin/rebase--helper.c:8
11160msgid "git rebase--helper [<options>]"
11161msgstr ""
11162
11163#: builtin/rebase--helper.c:22
11164msgid "keep empty commits"
11165msgstr ""
11166
11167#: builtin/rebase--helper.c:23
11168msgid "continue rebase"
11169msgstr ""
11170
11171#: builtin/rebase--helper.c:25
11172msgid "abort rebase"
11173msgstr ""
11174
11175#: builtin/rebase--helper.c:28
11176msgid "make rebase script"
11177msgstr ""
11178
11179#: builtin/rebase--helper.c:30
11180msgid "shorten SHA-1s in the todo list"
11181msgstr ""
11182
11183#: builtin/rebase--helper.c:32
11184msgid "expand SHA-1s in the todo list"
11185msgstr ""
11186
11187#: builtin/rebase--helper.c:34
11188msgid "check the todo list"
11189msgstr ""
11190
11191#: builtin/rebase--helper.c:36
11192msgid "skip unnecessary picks"
11193msgstr ""
11194
11195#: builtin/rebase--helper.c:38
11196msgid "rearrange fixup/squash lines"
11197msgstr ""
11198
11199#: builtin/receive-pack.c:29
11200msgid "git receive-pack <git-dir>"
11201msgstr ""
11202
11203#: builtin/receive-pack.c:839
11204msgid ""
11205"By default, updating the current branch in a non-bare repository\n"
11206"is denied, because it will make the index and work tree inconsistent\n"
11207"with what you pushed, and will require 'git reset --hard' to match\n"
11208"the work tree to HEAD.\n"
11209"\n"
11210"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11211"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11212"its current branch; however, this is not recommended unless you\n"
11213"arranged to update its work tree to match what you pushed in some\n"
11214"other way.\n"
11215"\n"
11216"To squelch this message and still keep the default behaviour, set\n"
11217"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11218msgstr ""
11219
11220#: builtin/receive-pack.c:859
11221msgid ""
11222"By default, deleting the current branch is denied, because the next\n"
11223"'git clone' won't result in any file checked out, causing confusion.\n"
11224"\n"
11225"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11226"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11227"current branch, with or without a warning message.\n"
11228"\n"
11229"To squelch this message, you can set it to 'refuse'."
11230msgstr ""
11231
11232#: builtin/receive-pack.c:1932
11233msgid "quiet"
11234msgstr ""
11235
11236#: builtin/receive-pack.c:1946
11237msgid "You must specify a directory."
11238msgstr ""
11239
11240#: builtin/reflog.c:424
11241#, c-format
11242msgid "'%s' for '%s' is not a valid timestamp"
11243msgstr ""
11244
11245#: builtin/reflog.c:541 builtin/reflog.c:546
11246#, c-format
11247msgid "'%s' is not a valid timestamp"
11248msgstr ""
11249
11250#: builtin/remote.c:13
11251msgid "git remote [-v | --verbose]"
11252msgstr ""
11253
11254#: builtin/remote.c:14
11255msgid ""
11256"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11257"mirror=<fetch|push>] <name> <url>"
11258msgstr ""
11259
11260#: builtin/remote.c:15 builtin/remote.c:35
11261msgid "git remote rename <old> <new>"
11262msgstr ""
11263
11264#: builtin/remote.c:16 builtin/remote.c:40
11265msgid "git remote remove <name>"
11266msgstr ""
11267
11268#: builtin/remote.c:17 builtin/remote.c:45
11269msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11270msgstr ""
11271
11272#: builtin/remote.c:18
11273msgid "git remote [-v | --verbose] show [-n] <name>"
11274msgstr ""
11275
11276#: builtin/remote.c:19
11277msgid "git remote prune [-n | --dry-run] <name>"
11278msgstr ""
11279
11280#: builtin/remote.c:20
11281msgid ""
11282"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11283msgstr ""
11284
11285#: builtin/remote.c:21
11286msgid "git remote set-branches [--add] <name> <branch>..."
11287msgstr ""
11288
11289#: builtin/remote.c:22 builtin/remote.c:71
11290msgid "git remote get-url [--push] [--all] <name>"
11291msgstr ""
11292
11293#: builtin/remote.c:23 builtin/remote.c:76
11294msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
11295msgstr ""
11296
11297#: builtin/remote.c:24 builtin/remote.c:77
11298msgid "git remote set-url --add <name> <newurl>"
11299msgstr ""
11300
11301#: builtin/remote.c:25 builtin/remote.c:78
11302msgid "git remote set-url --delete <name> <url>"
11303msgstr ""
11304
11305#: builtin/remote.c:30
11306msgid "git remote add [<options>] <name> <url>"
11307msgstr ""
11308
11309#: builtin/remote.c:50
11310msgid "git remote set-branches <name> <branch>..."
11311msgstr ""
11312
11313#: builtin/remote.c:51
11314msgid "git remote set-branches --add <name> <branch>..."
11315msgstr ""
11316
11317#: builtin/remote.c:56
11318msgid "git remote show [<options>] <name>"
11319msgstr ""
11320
11321#: builtin/remote.c:61
11322msgid "git remote prune [<options>] <name>"
11323msgstr ""
11324
11325#: builtin/remote.c:66
11326msgid "git remote update [<options>] [<group> | <remote>]..."
11327msgstr ""
11328
11329#: builtin/remote.c:95
11330#, c-format
11331msgid "Updating %s"
11332msgstr ""
11333
11334#: builtin/remote.c:127
11335msgid ""
11336"--mirror is dangerous and deprecated; please\n"
11337"\t use --mirror=fetch or --mirror=push instead"
11338msgstr ""
11339
11340#: builtin/remote.c:144
11341#, c-format
11342msgid "unknown mirror argument: %s"
11343msgstr ""
11344
11345#: builtin/remote.c:160
11346msgid "fetch the remote branches"
11347msgstr ""
11348
11349#: builtin/remote.c:162
11350msgid "import all tags and associated objects when fetching"
11351msgstr ""
11352
11353#: builtin/remote.c:165
11354msgid "or do not fetch any tag at all (--no-tags)"
11355msgstr ""
11356
11357#: builtin/remote.c:167
11358msgid "branch(es) to track"
11359msgstr ""
11360
11361#: builtin/remote.c:168
11362msgid "master branch"
11363msgstr ""
11364
11365#: builtin/remote.c:169
11366msgid "push|fetch"
11367msgstr ""
11368
11369#: builtin/remote.c:170
11370msgid "set up remote as a mirror to push to or fetch from"
11371msgstr ""
11372
11373#: builtin/remote.c:182
11374msgid "specifying a master branch makes no sense with --mirror"
11375msgstr ""
11376
11377#: builtin/remote.c:184
11378msgid "specifying branches to track makes sense only with fetch mirrors"
11379msgstr ""
11380
11381#: builtin/remote.c:191 builtin/remote.c:631
11382#, c-format
11383msgid "remote %s already exists."
11384msgstr ""
11385
11386#: builtin/remote.c:195 builtin/remote.c:635
11387#, c-format
11388msgid "'%s' is not a valid remote name"
11389msgstr ""
11390
11391#: builtin/remote.c:235
11392#, c-format
11393msgid "Could not setup master '%s'"
11394msgstr ""
11395
11396#: builtin/remote.c:337
11397#, c-format
11398msgid "Could not get fetch map for refspec %s"
11399msgstr ""
11400
11401#: builtin/remote.c:438 builtin/remote.c:446
11402msgid "(matching)"
11403msgstr ""
11404
11405#: builtin/remote.c:450
11406msgid "(delete)"
11407msgstr ""
11408
11409#: builtin/remote.c:624 builtin/remote.c:759 builtin/remote.c:858
11410#, c-format
11411msgid "No such remote: %s"
11412msgstr ""
11413
11414#: builtin/remote.c:641
11415#, c-format
11416msgid "Could not rename config section '%s' to '%s'"
11417msgstr ""
11418
11419#: builtin/remote.c:661
11420#, c-format
11421msgid ""
11422"Not updating non-default fetch refspec\n"
11423"\t%s\n"
11424"\tPlease update the configuration manually if necessary."
11425msgstr ""
11426
11427#: builtin/remote.c:697
11428#, c-format
11429msgid "deleting '%s' failed"
11430msgstr ""
11431
11432#: builtin/remote.c:731
11433#, c-format
11434msgid "creating '%s' failed"
11435msgstr ""
11436
11437#: builtin/remote.c:796
11438msgid ""
11439"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
11440"to delete it, use:"
11441msgid_plural ""
11442"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
11443"to delete them, use:"
11444msgstr[0] ""
11445msgstr[1] ""
11446
11447#: builtin/remote.c:810
11448#, c-format
11449msgid "Could not remove config section '%s'"
11450msgstr ""
11451
11452#: builtin/remote.c:911
11453#, c-format
11454msgid " new (next fetch will store in remotes/%s)"
11455msgstr ""
11456
11457#: builtin/remote.c:914
11458msgid " tracked"
11459msgstr ""
11460
11461#: builtin/remote.c:916
11462msgid " stale (use 'git remote prune' to remove)"
11463msgstr ""
11464
11465#: builtin/remote.c:918
11466msgid " ???"
11467msgstr ""
11468
11469#: builtin/remote.c:959
11470#, c-format
11471msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
11472msgstr ""
11473
11474#: builtin/remote.c:967
11475#, c-format
11476msgid "rebases interactively onto remote %s"
11477msgstr ""
11478
11479#: builtin/remote.c:968
11480#, c-format
11481msgid "rebases onto remote %s"
11482msgstr ""
11483
11484#: builtin/remote.c:971
11485#, c-format
11486msgid " merges with remote %s"
11487msgstr ""
11488
11489#: builtin/remote.c:974
11490#, c-format
11491msgid "merges with remote %s"
11492msgstr ""
11493
11494#: builtin/remote.c:977
11495#, c-format
11496msgid "%-*s    and with remote %s\n"
11497msgstr ""
11498
11499#: builtin/remote.c:1020
11500msgid "create"
11501msgstr ""
11502
11503#: builtin/remote.c:1023
11504msgid "delete"
11505msgstr ""
11506
11507#: builtin/remote.c:1027
11508msgid "up to date"
11509msgstr ""
11510
11511#: builtin/remote.c:1030
11512msgid "fast-forwardable"
11513msgstr ""
11514
11515#: builtin/remote.c:1033
11516msgid "local out of date"
11517msgstr ""
11518
11519#: builtin/remote.c:1040
11520#, c-format
11521msgid "    %-*s forces to %-*s (%s)"
11522msgstr ""
11523
11524#: builtin/remote.c:1043
11525#, c-format
11526msgid "    %-*s pushes to %-*s (%s)"
11527msgstr ""
11528
11529#: builtin/remote.c:1047
11530#, c-format
11531msgid "    %-*s forces to %s"
11532msgstr ""
11533
11534#: builtin/remote.c:1050
11535#, c-format
11536msgid "    %-*s pushes to %s"
11537msgstr ""
11538
11539#: builtin/remote.c:1118
11540msgid "do not query remotes"
11541msgstr ""
11542
11543#: builtin/remote.c:1145
11544#, c-format
11545msgid "* remote %s"
11546msgstr ""
11547
11548#: builtin/remote.c:1146
11549#, c-format
11550msgid "  Fetch URL: %s"
11551msgstr ""
11552
11553#: builtin/remote.c:1147 builtin/remote.c:1163 builtin/remote.c:1302
11554msgid "(no URL)"
11555msgstr ""
11556
11557#. TRANSLATORS: the colon ':' should align
11558#. with the one in " Fetch URL: %s"
11559#. translation.
11560#.
11561#: builtin/remote.c:1161 builtin/remote.c:1163
11562#, c-format
11563msgid "  Push  URL: %s"
11564msgstr ""
11565
11566#: builtin/remote.c:1165 builtin/remote.c:1167 builtin/remote.c:1169
11567#, c-format
11568msgid "  HEAD branch: %s"
11569msgstr ""
11570
11571#: builtin/remote.c:1165
11572msgid "(not queried)"
11573msgstr ""
11574
11575#: builtin/remote.c:1167
11576msgid "(unknown)"
11577msgstr ""
11578
11579#: builtin/remote.c:1171
11580#, c-format
11581msgid ""
11582"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
11583msgstr ""
11584
11585#: builtin/remote.c:1183
11586#, c-format
11587msgid "  Remote branch:%s"
11588msgid_plural "  Remote branches:%s"
11589msgstr[0] ""
11590msgstr[1] ""
11591
11592#: builtin/remote.c:1186 builtin/remote.c:1212
11593msgid " (status not queried)"
11594msgstr ""
11595
11596#: builtin/remote.c:1195
11597msgid "  Local branch configured for 'git pull':"
11598msgid_plural "  Local branches configured for 'git pull':"
11599msgstr[0] ""
11600msgstr[1] ""
11601
11602#: builtin/remote.c:1203
11603msgid "  Local refs will be mirrored by 'git push'"
11604msgstr ""
11605
11606#: builtin/remote.c:1209
11607#, c-format
11608msgid "  Local ref configured for 'git push'%s:"
11609msgid_plural "  Local refs configured for 'git push'%s:"
11610msgstr[0] ""
11611msgstr[1] ""
11612
11613#: builtin/remote.c:1230
11614msgid "set refs/remotes/<name>/HEAD according to remote"
11615msgstr ""
11616
11617#: builtin/remote.c:1232
11618msgid "delete refs/remotes/<name>/HEAD"
11619msgstr ""
11620
11621#: builtin/remote.c:1247
11622msgid "Cannot determine remote HEAD"
11623msgstr ""
11624
11625#: builtin/remote.c:1249
11626msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
11627msgstr ""
11628
11629#: builtin/remote.c:1259
11630#, c-format
11631msgid "Could not delete %s"
11632msgstr ""
11633
11634#: builtin/remote.c:1267
11635#, c-format
11636msgid "Not a valid ref: %s"
11637msgstr ""
11638
11639#: builtin/remote.c:1269
11640#, c-format
11641msgid "Could not setup %s"
11642msgstr ""
11643
11644#: builtin/remote.c:1287
11645#, c-format
11646msgid " %s will become dangling!"
11647msgstr ""
11648
11649#: builtin/remote.c:1288
11650#, c-format
11651msgid " %s has become dangling!"
11652msgstr ""
11653
11654#: builtin/remote.c:1298
11655#, c-format
11656msgid "Pruning %s"
11657msgstr ""
11658
11659#: builtin/remote.c:1299
11660#, c-format
11661msgid "URL: %s"
11662msgstr ""
11663
11664#: builtin/remote.c:1315
11665#, c-format
11666msgid " * [would prune] %s"
11667msgstr ""
11668
11669#: builtin/remote.c:1318
11670#, c-format
11671msgid " * [pruned] %s"
11672msgstr ""
11673
11674#: builtin/remote.c:1363
11675msgid "prune remotes after fetching"
11676msgstr ""
11677
11678#: builtin/remote.c:1426 builtin/remote.c:1480 builtin/remote.c:1548
11679#, c-format
11680msgid "No such remote '%s'"
11681msgstr ""
11682
11683#: builtin/remote.c:1442
11684msgid "add branch"
11685msgstr ""
11686
11687#: builtin/remote.c:1449
11688msgid "no remote specified"
11689msgstr ""
11690
11691#: builtin/remote.c:1466
11692msgid "query push URLs rather than fetch URLs"
11693msgstr ""
11694
11695#: builtin/remote.c:1468
11696msgid "return all URLs"
11697msgstr ""
11698
11699#: builtin/remote.c:1496
11700#, c-format
11701msgid "no URLs configured for remote '%s'"
11702msgstr ""
11703
11704#: builtin/remote.c:1522
11705msgid "manipulate push URLs"
11706msgstr ""
11707
11708#: builtin/remote.c:1524
11709msgid "add URL"
11710msgstr ""
11711
11712#: builtin/remote.c:1526
11713msgid "delete URLs"
11714msgstr ""
11715
11716#: builtin/remote.c:1533
11717msgid "--add --delete doesn't make sense"
11718msgstr ""
11719
11720#: builtin/remote.c:1572
11721#, c-format
11722msgid "Invalid old URL pattern: %s"
11723msgstr ""
11724
11725#: builtin/remote.c:1580
11726#, c-format
11727msgid "No such URL found: %s"
11728msgstr ""
11729
11730#: builtin/remote.c:1582
11731msgid "Will not delete all non-push URLs"
11732msgstr ""
11733
11734#: builtin/remote.c:1598
11735msgid "be verbose; must be placed before a subcommand"
11736msgstr ""
11737
11738#: builtin/remote.c:1629
11739#, c-format
11740msgid "Unknown subcommand: %s"
11741msgstr ""
11742
11743#: builtin/repack.c:18
11744msgid "git repack [<options>]"
11745msgstr ""
11746
11747#: builtin/repack.c:23
11748msgid ""
11749"Incremental repacks are incompatible with bitmap indexes.  Use\n"
11750"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
11751msgstr ""
11752
11753#: builtin/repack.c:168
11754msgid "pack everything in a single pack"
11755msgstr ""
11756
11757#: builtin/repack.c:170
11758msgid "same as -a, and turn unreachable objects loose"
11759msgstr ""
11760
11761#: builtin/repack.c:173
11762msgid "remove redundant packs, and run git-prune-packed"
11763msgstr ""
11764
11765#: builtin/repack.c:175
11766msgid "pass --no-reuse-delta to git-pack-objects"
11767msgstr ""
11768
11769#: builtin/repack.c:177
11770msgid "pass --no-reuse-object to git-pack-objects"
11771msgstr ""
11772
11773#: builtin/repack.c:179
11774msgid "do not run git-update-server-info"
11775msgstr ""
11776
11777#: builtin/repack.c:182
11778msgid "pass --local to git-pack-objects"
11779msgstr ""
11780
11781#: builtin/repack.c:184
11782msgid "write bitmap index"
11783msgstr ""
11784
11785#: builtin/repack.c:185
11786msgid "approxidate"
11787msgstr ""
11788
11789#: builtin/repack.c:186
11790msgid "with -A, do not loosen objects older than this"
11791msgstr ""
11792
11793#: builtin/repack.c:188
11794msgid "with -a, repack unreachable objects"
11795msgstr ""
11796
11797#: builtin/repack.c:190
11798msgid "size of the window used for delta compression"
11799msgstr ""
11800
11801#: builtin/repack.c:191 builtin/repack.c:197
11802msgid "bytes"
11803msgstr ""
11804
11805#: builtin/repack.c:192
11806msgid "same as the above, but limit memory size instead of entries count"
11807msgstr ""
11808
11809#: builtin/repack.c:194
11810msgid "limits the maximum delta depth"
11811msgstr ""
11812
11813#: builtin/repack.c:196
11814msgid "limits the maximum number of threads"
11815msgstr ""
11816
11817#: builtin/repack.c:198
11818msgid "maximum size of each packfile"
11819msgstr ""
11820
11821#: builtin/repack.c:200
11822msgid "repack objects in packs marked with .keep"
11823msgstr ""
11824
11825#: builtin/repack.c:210
11826msgid "cannot delete packs in a precious-objects repo"
11827msgstr ""
11828
11829#: builtin/repack.c:214
11830msgid "--keep-unreachable and -A are incompatible"
11831msgstr ""
11832
11833#: builtin/repack.c:406 builtin/worktree.c:134
11834#, c-format
11835msgid "failed to remove '%s'"
11836msgstr ""
11837
11838#: builtin/replace.c:20
11839msgid "git replace [-f] <object> <replacement>"
11840msgstr ""
11841
11842#: builtin/replace.c:21
11843msgid "git replace [-f] --edit <object>"
11844msgstr ""
11845
11846#: builtin/replace.c:22
11847msgid "git replace [-f] --graft <commit> [<parent>...]"
11848msgstr ""
11849
11850#: builtin/replace.c:23
11851msgid "git replace -d <object>..."
11852msgstr ""
11853
11854#: builtin/replace.c:24
11855msgid "git replace [--format=<format>] [-l [<pattern>]]"
11856msgstr ""
11857
11858#: builtin/replace.c:331 builtin/replace.c:369 builtin/replace.c:397
11859#, c-format
11860msgid "Not a valid object name: '%s'"
11861msgstr ""
11862
11863#: builtin/replace.c:361
11864#, c-format
11865msgid "bad mergetag in commit '%s'"
11866msgstr ""
11867
11868#: builtin/replace.c:363
11869#, c-format
11870msgid "malformed mergetag in commit '%s'"
11871msgstr ""
11872
11873#: builtin/replace.c:374
11874#, c-format
11875msgid ""
11876"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
11877"instead of --graft"
11878msgstr ""
11879
11880#: builtin/replace.c:407
11881#, c-format
11882msgid "the original commit '%s' has a gpg signature."
11883msgstr ""
11884
11885#: builtin/replace.c:408
11886msgid "the signature will be removed in the replacement commit!"
11887msgstr ""
11888
11889#: builtin/replace.c:414
11890#, c-format
11891msgid "could not write replacement commit for: '%s'"
11892msgstr ""
11893
11894#: builtin/replace.c:438
11895msgid "list replace refs"
11896msgstr ""
11897
11898#: builtin/replace.c:439
11899msgid "delete replace refs"
11900msgstr ""
11901
11902#: builtin/replace.c:440
11903msgid "edit existing object"
11904msgstr ""
11905
11906#: builtin/replace.c:441
11907msgid "change a commit's parents"
11908msgstr ""
11909
11910#: builtin/replace.c:442
11911msgid "replace the ref if it exists"
11912msgstr ""
11913
11914#: builtin/replace.c:443
11915msgid "do not pretty-print contents for --edit"
11916msgstr ""
11917
11918#: builtin/replace.c:444
11919msgid "use this format"
11920msgstr ""
11921
11922#: builtin/rerere.c:13
11923msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
11924msgstr ""
11925
11926#: builtin/rerere.c:59
11927msgid "register clean resolutions in index"
11928msgstr ""
11929
11930#: builtin/reset.c:29
11931msgid ""
11932"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
11933msgstr ""
11934
11935#: builtin/reset.c:30
11936msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
11937msgstr ""
11938
11939#: builtin/reset.c:31
11940msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
11941msgstr ""
11942
11943#: builtin/reset.c:37
11944msgid "mixed"
11945msgstr ""
11946
11947#: builtin/reset.c:37
11948msgid "soft"
11949msgstr ""
11950
11951#: builtin/reset.c:37
11952msgid "hard"
11953msgstr ""
11954
11955#: builtin/reset.c:37
11956msgid "merge"
11957msgstr ""
11958
11959#: builtin/reset.c:37
11960msgid "keep"
11961msgstr ""
11962
11963#: builtin/reset.c:78
11964msgid "You do not have a valid HEAD."
11965msgstr ""
11966
11967#: builtin/reset.c:80
11968msgid "Failed to find tree of HEAD."
11969msgstr ""
11970
11971#: builtin/reset.c:86
11972#, c-format
11973msgid "Failed to find tree of %s."
11974msgstr ""
11975
11976#: builtin/reset.c:113
11977#, c-format
11978msgid "HEAD is now at %s"
11979msgstr ""
11980
11981#: builtin/reset.c:197
11982#, c-format
11983msgid "Cannot do a %s reset in the middle of a merge."
11984msgstr ""
11985
11986#: builtin/reset.c:297
11987msgid "be quiet, only report errors"
11988msgstr ""
11989
11990#: builtin/reset.c:299
11991msgid "reset HEAD and index"
11992msgstr ""
11993
11994#: builtin/reset.c:300
11995msgid "reset only HEAD"
11996msgstr ""
11997
11998#: builtin/reset.c:302 builtin/reset.c:304
11999msgid "reset HEAD, index and working tree"
12000msgstr ""
12001
12002#: builtin/reset.c:306
12003msgid "reset HEAD but keep local changes"
12004msgstr ""
12005
12006#: builtin/reset.c:312
12007msgid "record only the fact that removed paths will be added later"
12008msgstr ""
12009
12010#: builtin/reset.c:329
12011#, c-format
12012msgid "Failed to resolve '%s' as a valid revision."
12013msgstr ""
12014
12015#: builtin/reset.c:337
12016#, c-format
12017msgid "Failed to resolve '%s' as a valid tree."
12018msgstr ""
12019
12020#: builtin/reset.c:346
12021msgid "--patch is incompatible with --{hard,mixed,soft}"
12022msgstr ""
12023
12024#: builtin/reset.c:355
12025msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12026msgstr ""
12027
12028#: builtin/reset.c:357
12029#, c-format
12030msgid "Cannot do %s reset with paths."
12031msgstr ""
12032
12033#: builtin/reset.c:367
12034#, c-format
12035msgid "%s reset is not allowed in a bare repository"
12036msgstr ""
12037
12038#: builtin/reset.c:371
12039msgid "-N can only be used with --mixed"
12040msgstr ""
12041
12042#: builtin/reset.c:388
12043msgid "Unstaged changes after reset:"
12044msgstr ""
12045
12046#: builtin/reset.c:394
12047#, c-format
12048msgid "Could not reset index file to revision '%s'."
12049msgstr ""
12050
12051#: builtin/reset.c:398
12052msgid "Could not write new index file."
12053msgstr ""
12054
12055#: builtin/rev-list.c:361
12056msgid "rev-list does not support display of notes"
12057msgstr ""
12058
12059#: builtin/rev-parse.c:402
12060msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12061msgstr ""
12062
12063#: builtin/rev-parse.c:407
12064msgid "keep the `--` passed as an arg"
12065msgstr ""
12066
12067#: builtin/rev-parse.c:409
12068msgid "stop parsing after the first non-option argument"
12069msgstr ""
12070
12071#: builtin/rev-parse.c:412
12072msgid "output in stuck long form"
12073msgstr ""
12074
12075#: builtin/rev-parse.c:545
12076msgid ""
12077"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12078"   or: git rev-parse --sq-quote [<arg>...]\n"
12079"   or: git rev-parse [<options>] [<arg>...]\n"
12080"\n"
12081"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12082msgstr ""
12083
12084#: builtin/revert.c:23
12085msgid "git revert [<options>] <commit-ish>..."
12086msgstr ""
12087
12088#: builtin/revert.c:24
12089msgid "git revert <subcommand>"
12090msgstr ""
12091
12092#: builtin/revert.c:29
12093msgid "git cherry-pick [<options>] <commit-ish>..."
12094msgstr ""
12095
12096#: builtin/revert.c:30
12097msgid "git cherry-pick <subcommand>"
12098msgstr ""
12099
12100#: builtin/revert.c:90
12101#, c-format
12102msgid "%s: %s cannot be used with %s"
12103msgstr ""
12104
12105#: builtin/revert.c:99
12106msgid "end revert or cherry-pick sequence"
12107msgstr ""
12108
12109#: builtin/revert.c:100
12110msgid "resume revert or cherry-pick sequence"
12111msgstr ""
12112
12113#: builtin/revert.c:101
12114msgid "cancel revert or cherry-pick sequence"
12115msgstr ""
12116
12117#: builtin/revert.c:102
12118msgid "don't automatically commit"
12119msgstr ""
12120
12121#: builtin/revert.c:103
12122msgid "edit the commit message"
12123msgstr ""
12124
12125#: builtin/revert.c:106
12126msgid "parent-number"
12127msgstr ""
12128
12129#: builtin/revert.c:107
12130msgid "select mainline parent"
12131msgstr ""
12132
12133#: builtin/revert.c:109
12134msgid "merge strategy"
12135msgstr ""
12136
12137#: builtin/revert.c:110
12138msgid "option"
12139msgstr ""
12140
12141#: builtin/revert.c:111
12142msgid "option for merge strategy"
12143msgstr ""
12144
12145#: builtin/revert.c:120
12146msgid "append commit name"
12147msgstr ""
12148
12149#: builtin/revert.c:122
12150msgid "preserve initially empty commits"
12151msgstr ""
12152
12153#: builtin/revert.c:123
12154msgid "allow commits with empty messages"
12155msgstr ""
12156
12157#: builtin/revert.c:124
12158msgid "keep redundant, empty commits"
12159msgstr ""
12160
12161#: builtin/revert.c:214
12162msgid "revert failed"
12163msgstr ""
12164
12165#: builtin/revert.c:227
12166msgid "cherry-pick failed"
12167msgstr ""
12168
12169#: builtin/rm.c:18
12170msgid "git rm [<options>] [--] <file>..."
12171msgstr ""
12172
12173#: builtin/rm.c:206
12174msgid ""
12175"the following file has staged content different from both the\n"
12176"file and the HEAD:"
12177msgid_plural ""
12178"the following files have staged content different from both the\n"
12179"file and the HEAD:"
12180msgstr[0] ""
12181msgstr[1] ""
12182
12183#: builtin/rm.c:211
12184msgid ""
12185"\n"
12186"(use -f to force removal)"
12187msgstr ""
12188
12189#: builtin/rm.c:215
12190msgid "the following file has changes staged in the index:"
12191msgid_plural "the following files have changes staged in the index:"
12192msgstr[0] ""
12193msgstr[1] ""
12194
12195#: builtin/rm.c:219 builtin/rm.c:228
12196msgid ""
12197"\n"
12198"(use --cached to keep the file, or -f to force removal)"
12199msgstr ""
12200
12201#: builtin/rm.c:225
12202msgid "the following file has local modifications:"
12203msgid_plural "the following files have local modifications:"
12204msgstr[0] ""
12205msgstr[1] ""
12206
12207#: builtin/rm.c:243
12208msgid "do not list removed files"
12209msgstr ""
12210
12211#: builtin/rm.c:244
12212msgid "only remove from the index"
12213msgstr ""
12214
12215#: builtin/rm.c:245
12216msgid "override the up-to-date check"
12217msgstr ""
12218
12219#: builtin/rm.c:246
12220msgid "allow recursive removal"
12221msgstr ""
12222
12223#: builtin/rm.c:248
12224msgid "exit with a zero status even if nothing matched"
12225msgstr ""
12226
12227#: builtin/rm.c:307
12228#, c-format
12229msgid "not removing '%s' recursively without -r"
12230msgstr ""
12231
12232#: builtin/rm.c:346
12233#, c-format
12234msgid "git rm: unable to remove %s"
12235msgstr ""
12236
12237#: builtin/rm.c:369
12238#, c-format
12239msgid "could not remove '%s'"
12240msgstr ""
12241
12242#: builtin/send-pack.c:19
12243msgid ""
12244"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12245"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12246"[<ref>...]\n"
12247"  --all and explicit <ref> specification are mutually exclusive."
12248msgstr ""
12249
12250#: builtin/send-pack.c:162
12251msgid "remote name"
12252msgstr ""
12253
12254#: builtin/send-pack.c:176
12255msgid "use stateless RPC protocol"
12256msgstr ""
12257
12258#: builtin/send-pack.c:177
12259msgid "read refs from stdin"
12260msgstr ""
12261
12262#: builtin/send-pack.c:178
12263msgid "print status from remote helper"
12264msgstr ""
12265
12266#: builtin/shortlog.c:14
12267msgid "git shortlog [<options>] [<revision-range>] [[--] [<path>...]]"
12268msgstr ""
12269
12270#: builtin/shortlog.c:263
12271msgid "Group by committer rather than author"
12272msgstr ""
12273
12274#: builtin/shortlog.c:265
12275msgid "sort output according to the number of commits per author"
12276msgstr ""
12277
12278#: builtin/shortlog.c:267
12279msgid "Suppress commit descriptions, only provides commit count"
12280msgstr ""
12281
12282#: builtin/shortlog.c:269
12283msgid "Show the email address of each author"
12284msgstr ""
12285
12286#: builtin/shortlog.c:270
12287msgid "w[,i1[,i2]]"
12288msgstr ""
12289
12290#: builtin/shortlog.c:271
12291msgid "Linewrap output"
12292msgstr ""
12293
12294#: builtin/show-branch.c:12
12295msgid ""
12296"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
12297"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
12298"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
12299"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
12300msgstr ""
12301
12302#: builtin/show-branch.c:16
12303msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
12304msgstr ""
12305
12306#: builtin/show-branch.c:376
12307#, c-format
12308msgid "ignoring %s; cannot handle more than %d ref"
12309msgid_plural "ignoring %s; cannot handle more than %d refs"
12310msgstr[0] ""
12311msgstr[1] ""
12312
12313#: builtin/show-branch.c:530
12314#, c-format
12315msgid "no matching refs with %s"
12316msgstr ""
12317
12318#: builtin/show-branch.c:626
12319msgid "show remote-tracking and local branches"
12320msgstr ""
12321
12322#: builtin/show-branch.c:628
12323msgid "show remote-tracking branches"
12324msgstr ""
12325
12326#: builtin/show-branch.c:630
12327msgid "color '*!+-' corresponding to the branch"
12328msgstr ""
12329
12330#: builtin/show-branch.c:632
12331msgid "show <n> more commits after the common ancestor"
12332msgstr ""
12333
12334#: builtin/show-branch.c:634
12335msgid "synonym to more=-1"
12336msgstr ""
12337
12338#: builtin/show-branch.c:635
12339msgid "suppress naming strings"
12340msgstr ""
12341
12342#: builtin/show-branch.c:637
12343msgid "include the current branch"
12344msgstr ""
12345
12346#: builtin/show-branch.c:639
12347msgid "name commits with their object names"
12348msgstr ""
12349
12350#: builtin/show-branch.c:641
12351msgid "show possible merge bases"
12352msgstr ""
12353
12354#: builtin/show-branch.c:643
12355msgid "show refs unreachable from any other ref"
12356msgstr ""
12357
12358#: builtin/show-branch.c:645
12359msgid "show commits in topological order"
12360msgstr ""
12361
12362#: builtin/show-branch.c:648
12363msgid "show only commits not on the first branch"
12364msgstr ""
12365
12366#: builtin/show-branch.c:650
12367msgid "show merges reachable from only one tip"
12368msgstr ""
12369
12370#: builtin/show-branch.c:652
12371msgid "topologically sort, maintaining date order where possible"
12372msgstr ""
12373
12374#: builtin/show-branch.c:655
12375msgid "<n>[,<base>]"
12376msgstr ""
12377
12378#: builtin/show-branch.c:656
12379msgid "show <n> most recent ref-log entries starting at base"
12380msgstr ""
12381
12382#: builtin/show-branch.c:690
12383msgid ""
12384"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
12385msgstr ""
12386
12387#: builtin/show-branch.c:714
12388msgid "no branches given, and HEAD is not valid"
12389msgstr ""
12390
12391#: builtin/show-branch.c:717
12392msgid "--reflog option needs one branch name"
12393msgstr ""
12394
12395#: builtin/show-branch.c:720
12396#, c-format
12397msgid "only %d entry can be shown at one time."
12398msgid_plural "only %d entries can be shown at one time."
12399msgstr[0] ""
12400msgstr[1] ""
12401
12402#: builtin/show-branch.c:724
12403#, c-format
12404msgid "no such ref %s"
12405msgstr ""
12406
12407#: builtin/show-branch.c:808
12408#, c-format
12409msgid "cannot handle more than %d rev."
12410msgid_plural "cannot handle more than %d revs."
12411msgstr[0] ""
12412msgstr[1] ""
12413
12414#: builtin/show-branch.c:812
12415#, c-format
12416msgid "'%s' is not a valid ref."
12417msgstr ""
12418
12419#: builtin/show-branch.c:815
12420#, c-format
12421msgid "cannot find commit %s (%s)"
12422msgstr ""
12423
12424#: builtin/show-ref.c:10
12425msgid ""
12426"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
12427"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
12428msgstr ""
12429
12430#: builtin/show-ref.c:11
12431msgid "git show-ref --exclude-existing[=<pattern>]"
12432msgstr ""
12433
12434#: builtin/show-ref.c:159
12435msgid "only show tags (can be combined with heads)"
12436msgstr ""
12437
12438#: builtin/show-ref.c:160
12439msgid "only show heads (can be combined with tags)"
12440msgstr ""
12441
12442#: builtin/show-ref.c:161
12443msgid "stricter reference checking, requires exact ref path"
12444msgstr ""
12445
12446#: builtin/show-ref.c:164 builtin/show-ref.c:166
12447msgid "show the HEAD reference, even if it would be filtered out"
12448msgstr ""
12449
12450#: builtin/show-ref.c:168
12451msgid "dereference tags into object IDs"
12452msgstr ""
12453
12454#: builtin/show-ref.c:170
12455msgid "only show SHA1 hash using <n> digits"
12456msgstr ""
12457
12458#: builtin/show-ref.c:174
12459msgid "do not print results to stdout (useful with --verify)"
12460msgstr ""
12461
12462#: builtin/show-ref.c:176
12463msgid "show refs from stdin that aren't in local repository"
12464msgstr ""
12465
12466#: builtin/stripspace.c:18
12467msgid "git stripspace [-s | --strip-comments]"
12468msgstr ""
12469
12470#: builtin/stripspace.c:19
12471msgid "git stripspace [-c | --comment-lines]"
12472msgstr ""
12473
12474#: builtin/stripspace.c:36
12475msgid "skip and remove all lines starting with comment character"
12476msgstr ""
12477
12478#: builtin/stripspace.c:39
12479msgid "prepend comment character and space to each line"
12480msgstr ""
12481
12482#: builtin/submodule--helper.c:24 builtin/submodule--helper.c:1094
12483#, c-format
12484msgid "No such ref: %s"
12485msgstr ""
12486
12487#: builtin/submodule--helper.c:31 builtin/submodule--helper.c:1103
12488#, c-format
12489msgid "Expecting a full ref name, got %s"
12490msgstr ""
12491
12492#: builtin/submodule--helper.c:71
12493#, c-format
12494msgid "cannot strip one component off url '%s'"
12495msgstr ""
12496
12497#: builtin/submodule--helper.c:302 builtin/submodule--helper.c:623
12498msgid "alternative anchor for relative paths"
12499msgstr ""
12500
12501#: builtin/submodule--helper.c:307
12502msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
12503msgstr ""
12504
12505#: builtin/submodule--helper.c:350 builtin/submodule--helper.c:374
12506#, c-format
12507msgid "No url found for submodule path '%s' in .gitmodules"
12508msgstr ""
12509
12510#: builtin/submodule--helper.c:389
12511#, c-format
12512msgid ""
12513"could not lookup configuration '%s'. Assuming this repository is its own "
12514"authoritative upstream."
12515msgstr ""
12516
12517#: builtin/submodule--helper.c:400
12518#, c-format
12519msgid "Failed to register url for submodule path '%s'"
12520msgstr ""
12521
12522#: builtin/submodule--helper.c:404
12523#, c-format
12524msgid "Submodule '%s' (%s) registered for path '%s'\n"
12525msgstr ""
12526
12527#: builtin/submodule--helper.c:414
12528#, c-format
12529msgid "warning: command update mode suggested for submodule '%s'\n"
12530msgstr ""
12531
12532#: builtin/submodule--helper.c:421
12533#, c-format
12534msgid "Failed to register update mode for submodule path '%s'"
12535msgstr ""
12536
12537#: builtin/submodule--helper.c:437
12538msgid "Suppress output for initializing a submodule"
12539msgstr ""
12540
12541#: builtin/submodule--helper.c:442
12542msgid "git submodule--helper init [<path>]"
12543msgstr ""
12544
12545#: builtin/submodule--helper.c:470
12546msgid "git submodule--helper name <path>"
12547msgstr ""
12548
12549#: builtin/submodule--helper.c:475
12550#, c-format
12551msgid "no submodule mapping found in .gitmodules for path '%s'"
12552msgstr ""
12553
12554#: builtin/submodule--helper.c:558 builtin/submodule--helper.c:561
12555#, c-format
12556msgid "submodule '%s' cannot add alternate: %s"
12557msgstr ""
12558
12559#: builtin/submodule--helper.c:597
12560#, c-format
12561msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
12562msgstr ""
12563
12564#: builtin/submodule--helper.c:604
12565#, c-format
12566msgid "Value '%s' for submodule.alternateLocation is not recognized"
12567msgstr ""
12568
12569#: builtin/submodule--helper.c:626
12570msgid "where the new submodule will be cloned to"
12571msgstr ""
12572
12573#: builtin/submodule--helper.c:629
12574msgid "name of the new submodule"
12575msgstr ""
12576
12577#: builtin/submodule--helper.c:632
12578msgid "url where to clone the submodule from"
12579msgstr ""
12580
12581#: builtin/submodule--helper.c:638
12582msgid "depth for shallow clones"
12583msgstr ""
12584
12585#: builtin/submodule--helper.c:641 builtin/submodule--helper.c:1012
12586msgid "force cloning progress"
12587msgstr ""
12588
12589#: builtin/submodule--helper.c:646
12590msgid ""
12591"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
12592"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
12593msgstr ""
12594
12595#: builtin/submodule--helper.c:677
12596#, c-format
12597msgid "clone of '%s' into submodule path '%s' failed"
12598msgstr ""
12599
12600#: builtin/submodule--helper.c:692
12601#, c-format
12602msgid "could not get submodule directory for '%s'"
12603msgstr ""
12604
12605#: builtin/submodule--helper.c:757
12606#, c-format
12607msgid "Submodule path '%s' not initialized"
12608msgstr ""
12609
12610#: builtin/submodule--helper.c:761
12611msgid "Maybe you want to use 'update --init'?"
12612msgstr ""
12613
12614#: builtin/submodule--helper.c:790
12615#, c-format
12616msgid "Skipping unmerged submodule %s"
12617msgstr ""
12618
12619#: builtin/submodule--helper.c:819
12620#, c-format
12621msgid "Skipping submodule '%s'"
12622msgstr ""
12623
12624#: builtin/submodule--helper.c:952
12625#, c-format
12626msgid "Failed to clone '%s'. Retry scheduled"
12627msgstr ""
12628
12629#: builtin/submodule--helper.c:963
12630#, c-format
12631msgid "Failed to clone '%s' a second time, aborting"
12632msgstr ""
12633
12634#: builtin/submodule--helper.c:993 builtin/submodule--helper.c:1213
12635msgid "path into the working tree"
12636msgstr ""
12637
12638#: builtin/submodule--helper.c:996
12639msgid "path into the working tree, across nested submodule boundaries"
12640msgstr ""
12641
12642#: builtin/submodule--helper.c:1000
12643msgid "rebase, merge, checkout or none"
12644msgstr ""
12645
12646#: builtin/submodule--helper.c:1004
12647msgid "Create a shallow clone truncated to the specified number of revisions"
12648msgstr ""
12649
12650#: builtin/submodule--helper.c:1007
12651msgid "parallel jobs"
12652msgstr ""
12653
12654#: builtin/submodule--helper.c:1009
12655msgid "whether the initial clone should follow the shallow recommendation"
12656msgstr ""
12657
12658#: builtin/submodule--helper.c:1010
12659msgid "don't print cloning progress"
12660msgstr ""
12661
12662#: builtin/submodule--helper.c:1017
12663msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
12664msgstr ""
12665
12666#: builtin/submodule--helper.c:1030
12667msgid "bad value for update parameter"
12668msgstr ""
12669
12670#: builtin/submodule--helper.c:1098
12671#, c-format
12672msgid ""
12673"Submodule (%s) branch configured to inherit branch from superproject, but "
12674"the superproject is not on any branch"
12675msgstr ""
12676
12677#: builtin/submodule--helper.c:1214
12678msgid "recurse into submodules"
12679msgstr ""
12680
12681#: builtin/submodule--helper.c:1220
12682msgid "git submodule--helper embed-git-dir [<path>...]"
12683msgstr ""
12684
12685#: builtin/submodule--helper.c:1278
12686#, c-format
12687msgid "%s doesn't support --super-prefix"
12688msgstr ""
12689
12690#: builtin/submodule--helper.c:1284
12691#, c-format
12692msgid "'%s' is not a valid submodule--helper subcommand"
12693msgstr ""
12694
12695#: builtin/symbolic-ref.c:8
12696msgid "git symbolic-ref [<options>] <name> [<ref>]"
12697msgstr ""
12698
12699#: builtin/symbolic-ref.c:9
12700msgid "git symbolic-ref -d [-q] <name>"
12701msgstr ""
12702
12703#: builtin/symbolic-ref.c:40
12704msgid "suppress error message for non-symbolic (detached) refs"
12705msgstr ""
12706
12707#: builtin/symbolic-ref.c:41
12708msgid "delete symbolic ref"
12709msgstr ""
12710
12711#: builtin/symbolic-ref.c:42
12712msgid "shorten ref output"
12713msgstr ""
12714
12715#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12716msgid "reason"
12717msgstr ""
12718
12719#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
12720msgid "reason of the update"
12721msgstr ""
12722
12723#: builtin/tag.c:24
12724msgid ""
12725"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
12726"[<head>]"
12727msgstr ""
12728
12729#: builtin/tag.c:25
12730msgid "git tag -d <tagname>..."
12731msgstr ""
12732
12733#: builtin/tag.c:26
12734msgid ""
12735"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
12736"points-at <object>]\n"
12737"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
12738msgstr ""
12739
12740#: builtin/tag.c:28
12741msgid "git tag -v [--format=<format>] <tagname>..."
12742msgstr ""
12743
12744#: builtin/tag.c:86
12745#, c-format
12746msgid "tag '%s' not found."
12747msgstr ""
12748
12749#: builtin/tag.c:102
12750#, c-format
12751msgid "Deleted tag '%s' (was %s)\n"
12752msgstr ""
12753
12754#: builtin/tag.c:131
12755#, c-format
12756msgid ""
12757"\n"
12758"Write a message for tag:\n"
12759"  %s\n"
12760"Lines starting with '%c' will be ignored.\n"
12761msgstr ""
12762
12763#: builtin/tag.c:135
12764#, c-format
12765msgid ""
12766"\n"
12767"Write a message for tag:\n"
12768"  %s\n"
12769"Lines starting with '%c' will be kept; you may remove them yourself if you "
12770"want to.\n"
12771msgstr ""
12772
12773#: builtin/tag.c:189
12774msgid "unable to sign the tag"
12775msgstr ""
12776
12777#: builtin/tag.c:191
12778msgid "unable to write tag file"
12779msgstr ""
12780
12781#: builtin/tag.c:215
12782msgid "bad object type."
12783msgstr ""
12784
12785#: builtin/tag.c:261
12786msgid "no tag message?"
12787msgstr ""
12788
12789#: builtin/tag.c:268
12790#, c-format
12791msgid "The tag message has been left in %s\n"
12792msgstr ""
12793
12794#: builtin/tag.c:376
12795msgid "list tag names"
12796msgstr ""
12797
12798#: builtin/tag.c:378
12799msgid "print <n> lines of each tag message"
12800msgstr ""
12801
12802#: builtin/tag.c:380
12803msgid "delete tags"
12804msgstr ""
12805
12806#: builtin/tag.c:381
12807msgid "verify tags"
12808msgstr ""
12809
12810#: builtin/tag.c:383
12811msgid "Tag creation options"
12812msgstr ""
12813
12814#: builtin/tag.c:385
12815msgid "annotated tag, needs a message"
12816msgstr ""
12817
12818#: builtin/tag.c:387
12819msgid "tag message"
12820msgstr ""
12821
12822#: builtin/tag.c:389
12823msgid "annotated and GPG-signed tag"
12824msgstr ""
12825
12826#: builtin/tag.c:393
12827msgid "use another key to sign the tag"
12828msgstr ""
12829
12830#: builtin/tag.c:394
12831msgid "replace the tag if exists"
12832msgstr ""
12833
12834#: builtin/tag.c:395 builtin/update-ref.c:368
12835msgid "create a reflog"
12836msgstr ""
12837
12838#: builtin/tag.c:397
12839msgid "Tag listing options"
12840msgstr ""
12841
12842#: builtin/tag.c:398
12843msgid "show tag list in columns"
12844msgstr ""
12845
12846#: builtin/tag.c:399 builtin/tag.c:401
12847msgid "print only tags that contain the commit"
12848msgstr ""
12849
12850#: builtin/tag.c:400 builtin/tag.c:402
12851msgid "print only tags that don't contain the commit"
12852msgstr ""
12853
12854#: builtin/tag.c:403
12855msgid "print only tags that are merged"
12856msgstr ""
12857
12858#: builtin/tag.c:404
12859msgid "print only tags that are not merged"
12860msgstr ""
12861
12862#: builtin/tag.c:409
12863msgid "print only tags of the object"
12864msgstr ""
12865
12866#: builtin/tag.c:453
12867msgid "--column and -n are incompatible"
12868msgstr ""
12869
12870#: builtin/tag.c:475
12871msgid "-n option is only allowed in list mode"
12872msgstr ""
12873
12874#: builtin/tag.c:477
12875msgid "--contains option is only allowed in list mode"
12876msgstr ""
12877
12878#: builtin/tag.c:479
12879msgid "--no-contains option is only allowed in list mode"
12880msgstr ""
12881
12882#: builtin/tag.c:481
12883msgid "--points-at option is only allowed in list mode"
12884msgstr ""
12885
12886#: builtin/tag.c:483
12887msgid "--merged and --no-merged options are only allowed in list mode"
12888msgstr ""
12889
12890#: builtin/tag.c:494
12891msgid "only one -F or -m option is allowed."
12892msgstr ""
12893
12894#: builtin/tag.c:513
12895msgid "too many params"
12896msgstr ""
12897
12898#: builtin/tag.c:519
12899#, c-format
12900msgid "'%s' is not a valid tag name."
12901msgstr ""
12902
12903#: builtin/tag.c:524
12904#, c-format
12905msgid "tag '%s' already exists"
12906msgstr ""
12907
12908#: builtin/tag.c:554
12909#, c-format
12910msgid "Updated tag '%s' (was %s)\n"
12911msgstr ""
12912
12913#: builtin/unpack-objects.c:494
12914msgid "Unpacking objects"
12915msgstr ""
12916
12917#: builtin/update-index.c:80
12918#, c-format
12919msgid "failed to create directory %s"
12920msgstr ""
12921
12922#: builtin/update-index.c:86
12923#, c-format
12924msgid "failed to stat %s"
12925msgstr ""
12926
12927#: builtin/update-index.c:96
12928#, c-format
12929msgid "failed to create file %s"
12930msgstr ""
12931
12932#: builtin/update-index.c:104
12933#, c-format
12934msgid "failed to delete file %s"
12935msgstr ""
12936
12937#: builtin/update-index.c:111 builtin/update-index.c:217
12938#, c-format
12939msgid "failed to delete directory %s"
12940msgstr ""
12941
12942#: builtin/update-index.c:136
12943#, c-format
12944msgid "Testing mtime in '%s' "
12945msgstr ""
12946
12947#: builtin/update-index.c:150
12948msgid "directory stat info does not change after adding a new file"
12949msgstr ""
12950
12951#: builtin/update-index.c:163
12952msgid "directory stat info does not change after adding a new directory"
12953msgstr ""
12954
12955#: builtin/update-index.c:176
12956msgid "directory stat info changes after updating a file"
12957msgstr ""
12958
12959#: builtin/update-index.c:187
12960msgid "directory stat info changes after adding a file inside subdirectory"
12961msgstr ""
12962
12963#: builtin/update-index.c:198
12964msgid "directory stat info does not change after deleting a file"
12965msgstr ""
12966
12967#: builtin/update-index.c:211
12968msgid "directory stat info does not change after deleting a directory"
12969msgstr ""
12970
12971#: builtin/update-index.c:218
12972msgid " OK"
12973msgstr ""
12974
12975#: builtin/update-index.c:571
12976msgid "git update-index [<options>] [--] [<file>...]"
12977msgstr ""
12978
12979#: builtin/update-index.c:926
12980msgid "continue refresh even when index needs update"
12981msgstr ""
12982
12983#: builtin/update-index.c:929
12984msgid "refresh: ignore submodules"
12985msgstr ""
12986
12987#: builtin/update-index.c:932
12988msgid "do not ignore new files"
12989msgstr ""
12990
12991#: builtin/update-index.c:934
12992msgid "let files replace directories and vice-versa"
12993msgstr ""
12994
12995#: builtin/update-index.c:936
12996msgid "notice files missing from worktree"
12997msgstr ""
12998
12999#: builtin/update-index.c:938
13000msgid "refresh even if index contains unmerged entries"
13001msgstr ""
13002
13003#: builtin/update-index.c:941
13004msgid "refresh stat information"
13005msgstr ""
13006
13007#: builtin/update-index.c:945
13008msgid "like --refresh, but ignore assume-unchanged setting"
13009msgstr ""
13010
13011#: builtin/update-index.c:949
13012msgid "<mode>,<object>,<path>"
13013msgstr ""
13014
13015#: builtin/update-index.c:950
13016msgid "add the specified entry to the index"
13017msgstr ""
13018
13019#: builtin/update-index.c:959
13020msgid "mark files as \"not changing\""
13021msgstr ""
13022
13023#: builtin/update-index.c:962
13024msgid "clear assumed-unchanged bit"
13025msgstr ""
13026
13027#: builtin/update-index.c:965
13028msgid "mark files as \"index-only\""
13029msgstr ""
13030
13031#: builtin/update-index.c:968
13032msgid "clear skip-worktree bit"
13033msgstr ""
13034
13035#: builtin/update-index.c:971
13036msgid "add to index only; do not add content to object database"
13037msgstr ""
13038
13039#: builtin/update-index.c:973
13040msgid "remove named paths even if present in worktree"
13041msgstr ""
13042
13043#: builtin/update-index.c:975
13044msgid "with --stdin: input lines are terminated by null bytes"
13045msgstr ""
13046
13047#: builtin/update-index.c:977
13048msgid "read list of paths to be updated from standard input"
13049msgstr ""
13050
13051#: builtin/update-index.c:981
13052msgid "add entries from standard input to the index"
13053msgstr ""
13054
13055#: builtin/update-index.c:985
13056msgid "repopulate stages #2 and #3 for the listed paths"
13057msgstr ""
13058
13059#: builtin/update-index.c:989
13060msgid "only update entries that differ from HEAD"
13061msgstr ""
13062
13063#: builtin/update-index.c:993
13064msgid "ignore files missing from worktree"
13065msgstr ""
13066
13067#: builtin/update-index.c:996
13068msgid "report actions to standard output"
13069msgstr ""
13070
13071#: builtin/update-index.c:998
13072msgid "(for porcelains) forget saved unresolved conflicts"
13073msgstr ""
13074
13075#: builtin/update-index.c:1002
13076msgid "write index in this format"
13077msgstr ""
13078
13079#: builtin/update-index.c:1004
13080msgid "enable or disable split index"
13081msgstr ""
13082
13083#: builtin/update-index.c:1006
13084msgid "enable/disable untracked cache"
13085msgstr ""
13086
13087#: builtin/update-index.c:1008
13088msgid "test if the filesystem supports untracked cache"
13089msgstr ""
13090
13091#: builtin/update-index.c:1010
13092msgid "enable untracked cache without testing the filesystem"
13093msgstr ""
13094
13095#: builtin/update-index.c:1107
13096msgid ""
13097"core.splitIndex is set to false; remove or change it, if you really want to "
13098"enable split index"
13099msgstr ""
13100
13101#: builtin/update-index.c:1116
13102msgid ""
13103"core.splitIndex is set to true; remove or change it, if you really want to "
13104"disable split index"
13105msgstr ""
13106
13107#: builtin/update-index.c:1127
13108msgid ""
13109"core.untrackedCache is set to true; remove or change it, if you really want "
13110"to disable the untracked cache"
13111msgstr ""
13112
13113#: builtin/update-index.c:1131
13114msgid "Untracked cache disabled"
13115msgstr ""
13116
13117#: builtin/update-index.c:1139
13118msgid ""
13119"core.untrackedCache is set to false; remove or change it, if you really want "
13120"to enable the untracked cache"
13121msgstr ""
13122
13123#: builtin/update-index.c:1143
13124#, c-format
13125msgid "Untracked cache enabled for '%s'"
13126msgstr ""
13127
13128#: builtin/update-ref.c:10
13129msgid "git update-ref [<options>] -d <refname> [<old-val>]"
13130msgstr ""
13131
13132#: builtin/update-ref.c:11
13133msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
13134msgstr ""
13135
13136#: builtin/update-ref.c:12
13137msgid "git update-ref [<options>] --stdin [-z]"
13138msgstr ""
13139
13140#: builtin/update-ref.c:363
13141msgid "delete the reference"
13142msgstr ""
13143
13144#: builtin/update-ref.c:365
13145msgid "update <refname> not the one it points to"
13146msgstr ""
13147
13148#: builtin/update-ref.c:366
13149msgid "stdin has NUL-terminated arguments"
13150msgstr ""
13151
13152#: builtin/update-ref.c:367
13153msgid "read updates from stdin"
13154msgstr ""
13155
13156#: builtin/update-server-info.c:7
13157msgid "git update-server-info [--force]"
13158msgstr ""
13159
13160#: builtin/update-server-info.c:15
13161msgid "update the info files from scratch"
13162msgstr ""
13163
13164#: builtin/verify-commit.c:18
13165msgid "git verify-commit [-v | --verbose] <commit>..."
13166msgstr ""
13167
13168#: builtin/verify-commit.c:73
13169msgid "print commit contents"
13170msgstr ""
13171
13172#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
13173msgid "print raw gpg status output"
13174msgstr ""
13175
13176#: builtin/verify-pack.c:55
13177msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
13178msgstr ""
13179
13180#: builtin/verify-pack.c:65
13181msgid "verbose"
13182msgstr ""
13183
13184#: builtin/verify-pack.c:67
13185msgid "show statistics only"
13186msgstr ""
13187
13188#: builtin/verify-tag.c:19
13189msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
13190msgstr ""
13191
13192#: builtin/verify-tag.c:37
13193msgid "print tag contents"
13194msgstr ""
13195
13196#: builtin/worktree.c:16
13197msgid "git worktree add [<options>] <path> [<branch>]"
13198msgstr ""
13199
13200#: builtin/worktree.c:17
13201msgid "git worktree list [<options>]"
13202msgstr ""
13203
13204#: builtin/worktree.c:18
13205msgid "git worktree lock [<options>] <path>"
13206msgstr ""
13207
13208#: builtin/worktree.c:19
13209msgid "git worktree prune [<options>]"
13210msgstr ""
13211
13212#: builtin/worktree.c:20
13213msgid "git worktree unlock <path>"
13214msgstr ""
13215
13216#: builtin/worktree.c:46
13217#, c-format
13218msgid "Removing worktrees/%s: not a valid directory"
13219msgstr ""
13220
13221#: builtin/worktree.c:52
13222#, c-format
13223msgid "Removing worktrees/%s: gitdir file does not exist"
13224msgstr ""
13225
13226#: builtin/worktree.c:57 builtin/worktree.c:66
13227#, c-format
13228msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
13229msgstr ""
13230
13231#: builtin/worktree.c:76
13232#, c-format
13233msgid ""
13234"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
13235"%<PRIuMAX>)"
13236msgstr ""
13237
13238#: builtin/worktree.c:84
13239#, c-format
13240msgid "Removing worktrees/%s: invalid gitdir file"
13241msgstr ""
13242
13243#: builtin/worktree.c:100
13244#, c-format
13245msgid "Removing worktrees/%s: gitdir file points to non-existent location"
13246msgstr ""
13247
13248#: builtin/worktree.c:147
13249msgid "report pruned working trees"
13250msgstr ""
13251
13252#: builtin/worktree.c:149
13253msgid "expire working trees older than <time>"
13254msgstr ""
13255
13256#: builtin/worktree.c:223
13257#, c-format
13258msgid "'%s' already exists"
13259msgstr ""
13260
13261#: builtin/worktree.c:254
13262#, c-format
13263msgid "could not create directory of '%s'"
13264msgstr ""
13265
13266#: builtin/worktree.c:293
13267#, c-format
13268msgid "Preparing %s (identifier %s)"
13269msgstr ""
13270
13271#: builtin/worktree.c:345
13272msgid "checkout <branch> even if already checked out in other worktree"
13273msgstr ""
13274
13275#: builtin/worktree.c:347
13276msgid "create a new branch"
13277msgstr ""
13278
13279#: builtin/worktree.c:349
13280msgid "create or reset a branch"
13281msgstr ""
13282
13283#: builtin/worktree.c:351
13284msgid "populate the new working tree"
13285msgstr ""
13286
13287#: builtin/worktree.c:352
13288msgid "keep the new working tree locked"
13289msgstr ""
13290
13291#: builtin/worktree.c:360
13292msgid "-b, -B, and --detach are mutually exclusive"
13293msgstr ""
13294
13295#: builtin/worktree.c:499
13296msgid "reason for locking"
13297msgstr ""
13298
13299#: builtin/worktree.c:511 builtin/worktree.c:544
13300#, c-format
13301msgid "'%s' is not a working tree"
13302msgstr ""
13303
13304#: builtin/worktree.c:513 builtin/worktree.c:546
13305msgid "The main working tree cannot be locked or unlocked"
13306msgstr ""
13307
13308#: builtin/worktree.c:518
13309#, c-format
13310msgid "'%s' is already locked, reason: %s"
13311msgstr ""
13312
13313#: builtin/worktree.c:520
13314#, c-format
13315msgid "'%s' is already locked"
13316msgstr ""
13317
13318#: builtin/worktree.c:548
13319#, c-format
13320msgid "'%s' is not locked"
13321msgstr ""
13322
13323#: builtin/write-tree.c:14
13324msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
13325msgstr ""
13326
13327#: builtin/write-tree.c:27
13328msgid "<prefix>/"
13329msgstr ""
13330
13331#: builtin/write-tree.c:28
13332msgid "write tree object for a subdirectory <prefix>"
13333msgstr ""
13334
13335#: builtin/write-tree.c:31
13336msgid "only useful for debugging"
13337msgstr ""
13338
13339#: upload-pack.c:23
13340msgid "git upload-pack [<options>] <dir>"
13341msgstr ""
13342
13343#: upload-pack.c:1040
13344msgid "quit after a single request/response exchange"
13345msgstr ""
13346
13347#: upload-pack.c:1042
13348msgid "exit immediately after initial ref advertisement"
13349msgstr ""
13350
13351#: upload-pack.c:1044
13352msgid "do not try <directory>/.git/ if <directory> is no Git directory"
13353msgstr ""
13354
13355#: upload-pack.c:1046
13356msgid "interrupt transfer after <n> seconds of inactivity"
13357msgstr ""
13358
13359#: credential-cache--daemon.c:222
13360#, c-format
13361msgid ""
13362"The permissions on your socket directory are too loose; other\n"
13363"users may be able to read your cached credentials. Consider running:\n"
13364"\n"
13365"\tchmod 0700 %s"
13366msgstr ""
13367
13368#: credential-cache--daemon.c:271
13369msgid "print debugging messages to stderr"
13370msgstr ""
13371
13372#: git.c:15
13373msgid ""
13374"'git help -a' and 'git help -g' list available subcommands and some\n"
13375"concept guides. See 'git help <command>' or 'git help <concept>'\n"
13376"to read about a specific subcommand or concept."
13377msgstr ""
13378
13379#: http.c:338
13380#, c-format
13381msgid "negative value for http.postbuffer; defaulting to %d"
13382msgstr ""
13383
13384#: http.c:359
13385msgid "Delegation control is not supported with cURL < 7.22.0"
13386msgstr ""
13387
13388#: http.c:368
13389msgid "Public key pinning not supported with cURL < 7.44.0"
13390msgstr ""
13391
13392#: http.c:1768
13393#, c-format
13394msgid ""
13395"unable to update url base from redirection:\n"
13396"  asked for: %s\n"
13397"   redirect: %s"
13398msgstr ""
13399
13400#: remote-curl.c:324
13401#, c-format
13402msgid "redirecting to %s"
13403msgstr ""
13404
13405#: common-cmds.h:9
13406msgid "start a working area (see also: git help tutorial)"
13407msgstr ""
13408
13409#: common-cmds.h:10
13410msgid "work on the current change (see also: git help everyday)"
13411msgstr ""
13412
13413#: common-cmds.h:11
13414msgid "examine the history and state (see also: git help revisions)"
13415msgstr ""
13416
13417#: common-cmds.h:12
13418msgid "grow, mark and tweak your common history"
13419msgstr ""
13420
13421#: common-cmds.h:13
13422msgid "collaborate (see also: git help workflows)"
13423msgstr ""
13424
13425#: common-cmds.h:17
13426msgid "Add file contents to the index"
13427msgstr ""
13428
13429#: common-cmds.h:18
13430msgid "Use binary search to find the commit that introduced a bug"
13431msgstr ""
13432
13433#: common-cmds.h:19
13434msgid "List, create, or delete branches"
13435msgstr ""
13436
13437#: common-cmds.h:20
13438msgid "Switch branches or restore working tree files"
13439msgstr ""
13440
13441#: common-cmds.h:21
13442msgid "Clone a repository into a new directory"
13443msgstr ""
13444
13445#: common-cmds.h:22
13446msgid "Record changes to the repository"
13447msgstr ""
13448
13449#: common-cmds.h:23
13450msgid "Show changes between commits, commit and working tree, etc"
13451msgstr ""
13452
13453#: common-cmds.h:24
13454msgid "Download objects and refs from another repository"
13455msgstr ""
13456
13457#: common-cmds.h:25
13458msgid "Print lines matching a pattern"
13459msgstr ""
13460
13461#: common-cmds.h:26
13462msgid "Create an empty Git repository or reinitialize an existing one"
13463msgstr ""
13464
13465#: common-cmds.h:27
13466msgid "Show commit logs"
13467msgstr ""
13468
13469#: common-cmds.h:28
13470msgid "Join two or more development histories together"
13471msgstr ""
13472
13473#: common-cmds.h:29
13474msgid "Move or rename a file, a directory, or a symlink"
13475msgstr ""
13476
13477#: common-cmds.h:30
13478msgid "Fetch from and integrate with another repository or a local branch"
13479msgstr ""
13480
13481#: common-cmds.h:31
13482msgid "Update remote refs along with associated objects"
13483msgstr ""
13484
13485#: common-cmds.h:32
13486msgid "Reapply commits on top of another base tip"
13487msgstr ""
13488
13489#: common-cmds.h:33
13490msgid "Reset current HEAD to the specified state"
13491msgstr ""
13492
13493#: common-cmds.h:34
13494msgid "Remove files from the working tree and from the index"
13495msgstr ""
13496
13497#: common-cmds.h:35
13498msgid "Show various types of objects"
13499msgstr ""
13500
13501#: common-cmds.h:36
13502msgid "Show the working tree status"
13503msgstr ""
13504
13505#: common-cmds.h:37
13506msgid "Create, list, delete or verify a tag object signed with GPG"
13507msgstr ""
13508
13509#: parse-options.h:145
13510msgid "expiry-date"
13511msgstr ""
13512
13513#: parse-options.h:160
13514msgid "no-op (backward compatibility)"
13515msgstr ""
13516
13517#: parse-options.h:238
13518msgid "be more verbose"
13519msgstr ""
13520
13521#: parse-options.h:240
13522msgid "be more quiet"
13523msgstr ""
13524
13525#: parse-options.h:246
13526msgid "use <n> digits to display SHA-1s"
13527msgstr ""
13528
13529#: rerere.h:40
13530msgid "update the index with reused conflict resolution if possible"
13531msgstr ""
13532
13533#: git-bisect.sh:54
13534msgid "You need to start by \"git bisect start\""
13535msgstr ""
13536
13537#. TRANSLATORS: Make sure to include [Y] and [n] in your
13538#. translation. The program will only accept English input
13539#. at this point.
13540#: git-bisect.sh:60
13541msgid "Do you want me to do it for you [Y/n]? "
13542msgstr ""
13543
13544#: git-bisect.sh:121
13545#, sh-format
13546msgid "unrecognised option: '$arg'"
13547msgstr ""
13548
13549#: git-bisect.sh:125
13550#, sh-format
13551msgid "'$arg' does not appear to be a valid revision"
13552msgstr ""
13553
13554#: git-bisect.sh:154
13555msgid "Bad HEAD - I need a HEAD"
13556msgstr ""
13557
13558#: git-bisect.sh:167
13559#, sh-format
13560msgid ""
13561"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
13562msgstr ""
13563
13564#: git-bisect.sh:177
13565msgid "won't bisect on cg-seek'ed tree"
13566msgstr ""
13567
13568#: git-bisect.sh:181
13569msgid "Bad HEAD - strange symbolic ref"
13570msgstr ""
13571
13572#: git-bisect.sh:233
13573#, sh-format
13574msgid "Bad bisect_write argument: $state"
13575msgstr ""
13576
13577#: git-bisect.sh:262
13578#, sh-format
13579msgid "Bad rev input: $arg"
13580msgstr ""
13581
13582#: git-bisect.sh:281
13583#, sh-format
13584msgid "Bad rev input: $bisected_head"
13585msgstr ""
13586
13587#: git-bisect.sh:290
13588#, sh-format
13589msgid "Bad rev input: $rev"
13590msgstr ""
13591
13592#: git-bisect.sh:299
13593#, sh-format
13594msgid "'git bisect $TERM_BAD' can take only one argument."
13595msgstr ""
13596
13597#: git-bisect.sh:322
13598#, sh-format
13599msgid "Warning: bisecting only with a $TERM_BAD commit."
13600msgstr ""
13601
13602#. TRANSLATORS: Make sure to include [Y] and [n] in your
13603#. translation. The program will only accept English input
13604#. at this point.
13605#: git-bisect.sh:328
13606msgid "Are you sure [Y/n]? "
13607msgstr ""
13608
13609#: git-bisect.sh:340
13610#, sh-format
13611msgid ""
13612"You need to give me at least one $bad_syn and one $good_syn revision.\n"
13613"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13614msgstr ""
13615
13616#: git-bisect.sh:343
13617#, sh-format
13618msgid ""
13619"You need to start by \"git bisect start\".\n"
13620"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
13621"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
13622msgstr ""
13623
13624#: git-bisect.sh:414 git-bisect.sh:546
13625msgid "We are not bisecting."
13626msgstr ""
13627
13628#: git-bisect.sh:421
13629#, sh-format
13630msgid "'$invalid' is not a valid commit"
13631msgstr ""
13632
13633#: git-bisect.sh:430
13634#, sh-format
13635msgid ""
13636"Could not check out original HEAD '$branch'.\n"
13637"Try 'git bisect reset <commit>'."
13638msgstr ""
13639
13640#: git-bisect.sh:458
13641msgid "No logfile given"
13642msgstr ""
13643
13644#: git-bisect.sh:459
13645#, sh-format
13646msgid "cannot read $file for replaying"
13647msgstr ""
13648
13649#: git-bisect.sh:480
13650msgid "?? what are you talking about?"
13651msgstr ""
13652
13653#: git-bisect.sh:492
13654#, sh-format
13655msgid "running $command"
13656msgstr ""
13657
13658#: git-bisect.sh:499
13659#, sh-format
13660msgid ""
13661"bisect run failed:\n"
13662"exit code $res from '$command' is < 0 or >= 128"
13663msgstr ""
13664
13665#: git-bisect.sh:525
13666msgid "bisect run cannot continue any more"
13667msgstr ""
13668
13669#: git-bisect.sh:531
13670#, sh-format
13671msgid ""
13672"bisect run failed:\n"
13673"'bisect_state $state' exited with error code $res"
13674msgstr ""
13675
13676#: git-bisect.sh:538
13677msgid "bisect run success"
13678msgstr ""
13679
13680#: git-bisect.sh:565
13681msgid "please use two different terms"
13682msgstr ""
13683
13684#: git-bisect.sh:575
13685#, sh-format
13686msgid "'$term' is not a valid term"
13687msgstr ""
13688
13689#: git-bisect.sh:578
13690#, sh-format
13691msgid "can't use the builtin command '$term' as a term"
13692msgstr ""
13693
13694#: git-bisect.sh:587 git-bisect.sh:593
13695#, sh-format
13696msgid "can't change the meaning of term '$term'"
13697msgstr ""
13698
13699#: git-bisect.sh:606
13700#, sh-format
13701msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
13702msgstr ""
13703
13704#: git-bisect.sh:636
13705msgid "no terms defined"
13706msgstr ""
13707
13708#: git-bisect.sh:653
13709#, sh-format
13710msgid ""
13711"invalid argument $arg for 'git bisect terms'.\n"
13712"Supported options are: --term-good|--term-old and --term-bad|--term-new."
13713msgstr ""
13714
13715#: git-merge-octopus.sh:46
13716msgid ""
13717"Error: Your local changes to the following files would be overwritten by "
13718"merge"
13719msgstr ""
13720
13721#: git-merge-octopus.sh:61
13722msgid "Automated merge did not work."
13723msgstr ""
13724
13725#: git-merge-octopus.sh:62
13726msgid "Should not be doing an octopus."
13727msgstr ""
13728
13729#: git-merge-octopus.sh:73
13730#, sh-format
13731msgid "Unable to find common commit with $pretty_name"
13732msgstr ""
13733
13734#: git-merge-octopus.sh:77
13735#, sh-format
13736msgid "Already up to date with $pretty_name"
13737msgstr ""
13738
13739#: git-merge-octopus.sh:89
13740#, sh-format
13741msgid "Fast-forwarding to: $pretty_name"
13742msgstr ""
13743
13744#: git-merge-octopus.sh:97
13745#, sh-format
13746msgid "Trying simple merge with $pretty_name"
13747msgstr ""
13748
13749#: git-merge-octopus.sh:102
13750msgid "Simple merge did not work, trying automatic merge."
13751msgstr ""
13752
13753#: git-rebase.sh:58
13754msgid ""
13755"Resolve all conflicts manually, mark them as resolved with\n"
13756"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
13757"You can instead skip this commit: run \"git rebase --skip\".\n"
13758"To abort and get back to the state before \"git rebase\", run \"git rebase --"
13759"abort\"."
13760msgstr ""
13761
13762#: git-rebase.sh:160 git-rebase.sh:402
13763#, sh-format
13764msgid "Could not move back to $head_name"
13765msgstr ""
13766
13767#: git-rebase.sh:171
13768msgid "Applied autostash."
13769msgstr ""
13770
13771#: git-rebase.sh:174
13772#, sh-format
13773msgid "Cannot store $stash_sha1"
13774msgstr ""
13775
13776#: git-rebase.sh:214
13777msgid "The pre-rebase hook refused to rebase."
13778msgstr ""
13779
13780#: git-rebase.sh:219
13781msgid "It looks like git-am is in progress. Cannot rebase."
13782msgstr ""
13783
13784#: git-rebase.sh:363
13785msgid "No rebase in progress?"
13786msgstr ""
13787
13788#: git-rebase.sh:374
13789msgid "The --edit-todo action can only be used during interactive rebase."
13790msgstr ""
13791
13792#: git-rebase.sh:381
13793msgid "Cannot read HEAD"
13794msgstr ""
13795
13796#: git-rebase.sh:384
13797msgid ""
13798"You must edit all merge conflicts and then\n"
13799"mark them as resolved using git add"
13800msgstr ""
13801
13802#: git-rebase.sh:424
13803#, sh-format
13804msgid ""
13805"It seems that there is already a $state_dir_base directory, and\n"
13806"I wonder if you are in the middle of another rebase.  If that is the\n"
13807"case, please try\n"
13808"\t$cmd_live_rebase\n"
13809"If that is not the case, please\n"
13810"\t$cmd_clear_stale_rebase\n"
13811"and run me again.  I am stopping in case you still have something\n"
13812"valuable there."
13813msgstr ""
13814
13815#: git-rebase.sh:480
13816#, sh-format
13817msgid "invalid upstream $upstream_name"
13818msgstr ""
13819
13820#: git-rebase.sh:504
13821#, sh-format
13822msgid "$onto_name: there are more than one merge bases"
13823msgstr ""
13824
13825#: git-rebase.sh:507 git-rebase.sh:511
13826#, sh-format
13827msgid "$onto_name: there is no merge base"
13828msgstr ""
13829
13830#: git-rebase.sh:516
13831#, sh-format
13832msgid "Does not point to a valid commit: $onto_name"
13833msgstr ""
13834
13835#: git-rebase.sh:539
13836#, sh-format
13837msgid "fatal: no such branch: $branch_name"
13838msgstr ""
13839
13840#: git-rebase.sh:572
13841msgid "Cannot autostash"
13842msgstr ""
13843
13844#: git-rebase.sh:577
13845#, sh-format
13846msgid "Created autostash: $stash_abbrev"
13847msgstr ""
13848
13849#: git-rebase.sh:581
13850msgid "Please commit or stash them."
13851msgstr ""
13852
13853#: git-rebase.sh:601
13854#, sh-format
13855msgid "Current branch $branch_name is up to date."
13856msgstr ""
13857
13858#: git-rebase.sh:605
13859#, sh-format
13860msgid "Current branch $branch_name is up to date, rebase forced."
13861msgstr ""
13862
13863#: git-rebase.sh:616
13864#, sh-format
13865msgid "Changes from $mb to $onto:"
13866msgstr ""
13867
13868#: git-rebase.sh:625
13869msgid "First, rewinding head to replay your work on top of it..."
13870msgstr ""
13871
13872#: git-rebase.sh:635
13873#, sh-format
13874msgid "Fast-forwarded $branch_name to $onto_name."
13875msgstr ""
13876
13877#: git-stash.sh:61
13878msgid "git stash clear with parameters is unimplemented"
13879msgstr ""
13880
13881#: git-stash.sh:102
13882msgid "You do not have the initial commit yet"
13883msgstr ""
13884
13885#: git-stash.sh:117
13886msgid "Cannot save the current index state"
13887msgstr ""
13888
13889#: git-stash.sh:132
13890msgid "Cannot save the untracked files"
13891msgstr ""
13892
13893#: git-stash.sh:152 git-stash.sh:165
13894msgid "Cannot save the current worktree state"
13895msgstr ""
13896
13897#: git-stash.sh:169
13898msgid "No changes selected"
13899msgstr ""
13900
13901#: git-stash.sh:172
13902msgid "Cannot remove temporary index (can't happen)"
13903msgstr ""
13904
13905#: git-stash.sh:185
13906msgid "Cannot record working tree state"
13907msgstr ""
13908
13909#: git-stash.sh:217
13910#, sh-format
13911msgid "Cannot update $ref_stash with $w_commit"
13912msgstr ""
13913
13914#. TRANSLATORS: $option is an invalid option, like
13915#. `--blah-blah'. The 7 spaces at the beginning of the
13916#. second line correspond to "error: ". So you should line
13917#. up the second line with however many characters the
13918#. translation of "error: " takes in your language. E.g. in
13919#. English this is:
13920#.
13921#. $ git stash save --blah-blah 2>&1 | head -n 2
13922#. error: unknown option for 'stash save': --blah-blah
13923#. To provide a message, use git stash save -- '--blah-blah'
13924#: git-stash.sh:273
13925#, sh-format
13926msgid ""
13927"error: unknown option for 'stash save': $option\n"
13928"       To provide a message, use git stash save -- '$option'"
13929msgstr ""
13930
13931#: git-stash.sh:288
13932msgid "Can't use --patch and --include-untracked or --all at the same time"
13933msgstr ""
13934
13935#: git-stash.sh:296
13936msgid "No local changes to save"
13937msgstr ""
13938
13939#: git-stash.sh:301
13940msgid "Cannot initialize stash"
13941msgstr ""
13942
13943#: git-stash.sh:305
13944msgid "Cannot save the current status"
13945msgstr ""
13946
13947#: git-stash.sh:306
13948#, sh-format
13949msgid "Saved working directory and index state $stash_msg"
13950msgstr ""
13951
13952#: git-stash.sh:334
13953msgid "Cannot remove worktree changes"
13954msgstr ""
13955
13956#: git-stash.sh:482
13957#, sh-format
13958msgid "unknown option: $opt"
13959msgstr ""
13960
13961#: git-stash.sh:495
13962msgid "No stash entries found."
13963msgstr ""
13964
13965#: git-stash.sh:502
13966#, sh-format
13967msgid "Too many revisions specified: $REV"
13968msgstr ""
13969
13970#: git-stash.sh:517
13971#, sh-format
13972msgid "$reference is not a valid reference"
13973msgstr ""
13974
13975#: git-stash.sh:545
13976#, sh-format
13977msgid "'$args' is not a stash-like commit"
13978msgstr ""
13979
13980#: git-stash.sh:556
13981#, sh-format
13982msgid "'$args' is not a stash reference"
13983msgstr ""
13984
13985#: git-stash.sh:564
13986msgid "unable to refresh index"
13987msgstr ""
13988
13989#: git-stash.sh:568
13990msgid "Cannot apply a stash in the middle of a merge"
13991msgstr ""
13992
13993#: git-stash.sh:576
13994msgid "Conflicts in index. Try without --index."
13995msgstr ""
13996
13997#: git-stash.sh:578
13998msgid "Could not save index tree"
13999msgstr ""
14000
14001#: git-stash.sh:587
14002msgid "Could not restore untracked files from stash entry"
14003msgstr ""
14004
14005#: git-stash.sh:612
14006msgid "Cannot unstage modified files"
14007msgstr ""
14008
14009#: git-stash.sh:627
14010msgid "Index was not unstashed."
14011msgstr ""
14012
14013#: git-stash.sh:641
14014msgid "The stash entry is kept in case you need it again."
14015msgstr ""
14016
14017#: git-stash.sh:650
14018#, sh-format
14019msgid "Dropped ${REV} ($s)"
14020msgstr ""
14021
14022#: git-stash.sh:651
14023#, sh-format
14024msgid "${REV}: Could not drop stash entry"
14025msgstr ""
14026
14027#: git-stash.sh:659
14028msgid "No branch name specified"
14029msgstr ""
14030
14031#: git-stash.sh:738
14032msgid "(To restore them type \"git stash apply\")"
14033msgstr ""
14034
14035#: git-submodule.sh:181
14036msgid "Relative path can only be used from the toplevel of the working tree"
14037msgstr ""
14038
14039#: git-submodule.sh:191
14040#, sh-format
14041msgid "repo URL: '$repo' must be absolute or begin with ./|../"
14042msgstr ""
14043
14044#: git-submodule.sh:210
14045#, sh-format
14046msgid "'$sm_path' already exists in the index"
14047msgstr ""
14048
14049#: git-submodule.sh:213
14050#, sh-format
14051msgid "'$sm_path' already exists in the index and is not a submodule"
14052msgstr ""
14053
14054#: git-submodule.sh:219
14055#, sh-format
14056msgid ""
14057"The following path is ignored by one of your .gitignore files:\n"
14058"$sm_path\n"
14059"Use -f if you really want to add it."
14060msgstr ""
14061
14062#: git-submodule.sh:237
14063#, sh-format
14064msgid "Adding existing repo at '$sm_path' to the index"
14065msgstr ""
14066
14067#: git-submodule.sh:239
14068#, sh-format
14069msgid "'$sm_path' already exists and is not a valid git repo"
14070msgstr ""
14071
14072#: git-submodule.sh:247
14073#, sh-format
14074msgid "A git directory for '$sm_name' is found locally with remote(s):"
14075msgstr ""
14076
14077#: git-submodule.sh:249
14078#, sh-format
14079msgid ""
14080"If you want to reuse this local git directory instead of cloning again from\n"
14081"  $realrepo\n"
14082"use the '--force' option. If the local git directory is not the correct "
14083"repo\n"
14084"or you are unsure what this means choose another name with the '--name' "
14085"option."
14086msgstr ""
14087
14088#: git-submodule.sh:255
14089#, sh-format
14090msgid "Reactivating local git directory for submodule '$sm_name'."
14091msgstr ""
14092
14093#: git-submodule.sh:267
14094#, sh-format
14095msgid "Unable to checkout submodule '$sm_path'"
14096msgstr ""
14097
14098#: git-submodule.sh:272
14099#, sh-format
14100msgid "Failed to add submodule '$sm_path'"
14101msgstr ""
14102
14103#: git-submodule.sh:281
14104#, sh-format
14105msgid "Failed to register submodule '$sm_path'"
14106msgstr ""
14107
14108#: git-submodule.sh:342
14109#, sh-format
14110msgid "Entering '$displaypath'"
14111msgstr ""
14112
14113#: git-submodule.sh:362
14114#, sh-format
14115msgid "Stopping at '$displaypath'; script returned non-zero status."
14116msgstr ""
14117
14118#: git-submodule.sh:433
14119#, sh-format
14120msgid "pathspec and --all are incompatible"
14121msgstr ""
14122
14123#: git-submodule.sh:438
14124#, sh-format
14125msgid "Use '--all' if you really want to deinitialize all submodules"
14126msgstr ""
14127
14128#: git-submodule.sh:458
14129#, sh-format
14130msgid ""
14131"Submodule work tree '$displaypath' contains a .git directory\n"
14132"(use 'rm -rf' if you really want to remove it including all of its history)"
14133msgstr ""
14134
14135#: git-submodule.sh:466
14136#, sh-format
14137msgid ""
14138"Submodule work tree '$displaypath' contains local modifications; use '-f' to "
14139"discard them"
14140msgstr ""
14141
14142#: git-submodule.sh:469
14143#, sh-format
14144msgid "Cleared directory '$displaypath'"
14145msgstr ""
14146
14147#: git-submodule.sh:470
14148#, sh-format
14149msgid "Could not remove submodule work tree '$displaypath'"
14150msgstr ""
14151
14152#: git-submodule.sh:473
14153#, sh-format
14154msgid "Could not create empty submodule directory '$displaypath'"
14155msgstr ""
14156
14157#: git-submodule.sh:482
14158#, sh-format
14159msgid "Submodule '$name' ($url) unregistered for path '$displaypath'"
14160msgstr ""
14161
14162#: git-submodule.sh:637
14163#, sh-format
14164msgid "Unable to find current revision in submodule path '$displaypath'"
14165msgstr ""
14166
14167#: git-submodule.sh:647
14168#, sh-format
14169msgid "Unable to fetch in submodule path '$sm_path'"
14170msgstr ""
14171
14172#: git-submodule.sh:652
14173#, sh-format
14174msgid ""
14175"Unable to find current ${remote_name}/${branch} revision in submodule path "
14176"'$sm_path'"
14177msgstr ""
14178
14179#: git-submodule.sh:670
14180#, sh-format
14181msgid "Unable to fetch in submodule path '$displaypath'"
14182msgstr ""
14183
14184#: git-submodule.sh:676
14185#, sh-format
14186msgid ""
14187"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
14188"Direct fetching of that commit failed."
14189msgstr ""
14190
14191#: git-submodule.sh:683
14192#, sh-format
14193msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
14194msgstr ""
14195
14196#: git-submodule.sh:684
14197#, sh-format
14198msgid "Submodule path '$displaypath': checked out '$sha1'"
14199msgstr ""
14200
14201#: git-submodule.sh:688
14202#, sh-format
14203msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
14204msgstr ""
14205
14206#: git-submodule.sh:689
14207#, sh-format
14208msgid "Submodule path '$displaypath': rebased into '$sha1'"
14209msgstr ""
14210
14211#: git-submodule.sh:694
14212#, sh-format
14213msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
14214msgstr ""
14215
14216#: git-submodule.sh:695
14217#, sh-format
14218msgid "Submodule path '$displaypath': merged in '$sha1'"
14219msgstr ""
14220
14221#: git-submodule.sh:700
14222#, sh-format
14223msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
14224msgstr ""
14225
14226#: git-submodule.sh:701
14227#, sh-format
14228msgid "Submodule path '$displaypath': '$command $sha1'"
14229msgstr ""
14230
14231#: git-submodule.sh:732
14232#, sh-format
14233msgid "Failed to recurse into submodule path '$displaypath'"
14234msgstr ""
14235
14236#: git-submodule.sh:840
14237msgid "The --cached option cannot be used with the --files option"
14238msgstr ""
14239
14240#: git-submodule.sh:892
14241#, sh-format
14242msgid "unexpected mode $mod_dst"
14243msgstr ""
14244
14245#: git-submodule.sh:912
14246#, sh-format
14247msgid "  Warn: $display_name doesn't contain commit $sha1_src"
14248msgstr ""
14249
14250#: git-submodule.sh:915
14251#, sh-format
14252msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
14253msgstr ""
14254
14255#: git-submodule.sh:918
14256#, sh-format
14257msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
14258msgstr ""
14259
14260#: git-submodule.sh:1064
14261#, sh-format
14262msgid "Failed to recurse into submodule path '$sm_path'"
14263msgstr ""
14264
14265#: git-submodule.sh:1136
14266#, sh-format
14267msgid "Synchronizing submodule url for '$displaypath'"
14268msgstr ""
14269
14270#: git-parse-remote.sh:89
14271#, sh-format
14272msgid "See git-${cmd}(1) for details."
14273msgstr ""
14274
14275#: git-rebase--interactive.sh:140
14276#, sh-format
14277msgid "Rebasing ($new_count/$total)"
14278msgstr ""
14279
14280#: git-rebase--interactive.sh:156
14281msgid ""
14282"\n"
14283"Commands:\n"
14284"p, pick = use commit\n"
14285"r, reword = use commit, but edit the commit message\n"
14286"e, edit = use commit, but stop for amending\n"
14287"s, squash = use commit, but meld into previous commit\n"
14288"f, fixup = like \"squash\", but discard this commit's log message\n"
14289"x, exec = run command (the rest of the line) using shell\n"
14290"d, drop = remove commit\n"
14291"\n"
14292"These lines can be re-ordered; they are executed from top to bottom.\n"
14293msgstr ""
14294
14295#: git-rebase--interactive.sh:171
14296msgid ""
14297"\n"
14298"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
14299msgstr ""
14300
14301#: git-rebase--interactive.sh:175
14302msgid ""
14303"\n"
14304"If you remove a line here THAT COMMIT WILL BE LOST.\n"
14305msgstr ""
14306
14307#: git-rebase--interactive.sh:211
14308#, sh-format
14309msgid ""
14310"You can amend the commit now, with\n"
14311"\n"
14312"\tgit commit --amend $gpg_sign_opt_quoted\n"
14313"\n"
14314"Once you are satisfied with your changes, run\n"
14315"\n"
14316"\tgit rebase --continue"
14317msgstr ""
14318
14319#: git-rebase--interactive.sh:236
14320#, sh-format
14321msgid "$sha1: not a commit that can be picked"
14322msgstr ""
14323
14324#: git-rebase--interactive.sh:275
14325#, sh-format
14326msgid "Invalid commit name: $sha1"
14327msgstr ""
14328
14329#: git-rebase--interactive.sh:317
14330msgid "Cannot write current commit's replacement sha1"
14331msgstr ""
14332
14333#: git-rebase--interactive.sh:369
14334#, sh-format
14335msgid "Fast-forward to $sha1"
14336msgstr ""
14337
14338#: git-rebase--interactive.sh:371
14339#, sh-format
14340msgid "Cannot fast-forward to $sha1"
14341msgstr ""
14342
14343#: git-rebase--interactive.sh:380
14344#, sh-format
14345msgid "Cannot move HEAD to $first_parent"
14346msgstr ""
14347
14348#: git-rebase--interactive.sh:385
14349#, sh-format
14350msgid "Refusing to squash a merge: $sha1"
14351msgstr ""
14352
14353#: git-rebase--interactive.sh:400
14354#, sh-format
14355msgid "Error redoing merge $sha1"
14356msgstr ""
14357
14358#: git-rebase--interactive.sh:408
14359#, sh-format
14360msgid "Could not pick $sha1"
14361msgstr ""
14362
14363#: git-rebase--interactive.sh:417
14364#, sh-format
14365msgid "This is the commit message #${n}:"
14366msgstr ""
14367
14368#: git-rebase--interactive.sh:422
14369#, sh-format
14370msgid "The commit message #${n} will be skipped:"
14371msgstr ""
14372
14373#: git-rebase--interactive.sh:433
14374#, sh-format
14375msgid "This is a combination of $count commit."
14376msgid_plural "This is a combination of $count commits."
14377msgstr[0] ""
14378msgstr[1] ""
14379
14380#: git-rebase--interactive.sh:442
14381#, sh-format
14382msgid "Cannot write $fixup_msg"
14383msgstr ""
14384
14385#: git-rebase--interactive.sh:445
14386msgid "This is a combination of 2 commits."
14387msgstr ""
14388
14389#: git-rebase--interactive.sh:486 git-rebase--interactive.sh:529
14390#: git-rebase--interactive.sh:532
14391#, sh-format
14392msgid "Could not apply $sha1... $rest"
14393msgstr ""
14394
14395#: git-rebase--interactive.sh:560
14396#, sh-format
14397msgid ""
14398"Could not amend commit after successfully picking $sha1... $rest\n"
14399"This is most likely due to an empty commit message, or the pre-commit hook\n"
14400"failed. If the pre-commit hook failed, you may need to resolve the issue "
14401"before\n"
14402"you are able to reword the commit."
14403msgstr ""
14404
14405#: git-rebase--interactive.sh:575
14406#, sh-format
14407msgid "Stopped at $sha1_abbrev... $rest"
14408msgstr ""
14409
14410#: git-rebase--interactive.sh:590
14411#, sh-format
14412msgid "Cannot '$squash_style' without a previous commit"
14413msgstr ""
14414
14415#: git-rebase--interactive.sh:632
14416#, sh-format
14417msgid "Executing: $rest"
14418msgstr ""
14419
14420#: git-rebase--interactive.sh:640
14421#, sh-format
14422msgid "Execution failed: $rest"
14423msgstr ""
14424
14425#: git-rebase--interactive.sh:642
14426msgid "and made changes to the index and/or the working tree"
14427msgstr ""
14428
14429#: git-rebase--interactive.sh:644
14430msgid ""
14431"You can fix the problem, and then run\n"
14432"\n"
14433"\tgit rebase --continue"
14434msgstr ""
14435
14436#. TRANSLATORS: after these lines is a command to be issued by the user
14437#: git-rebase--interactive.sh:657
14438#, sh-format
14439msgid ""
14440"Execution succeeded: $rest\n"
14441"but left changes to the index and/or the working tree\n"
14442"Commit or stash your changes, and then run\n"
14443"\n"
14444"\tgit rebase --continue"
14445msgstr ""
14446
14447#: git-rebase--interactive.sh:668
14448#, sh-format
14449msgid "Unknown command: $command $sha1 $rest"
14450msgstr ""
14451
14452#: git-rebase--interactive.sh:669
14453msgid "Please fix this using 'git rebase --edit-todo'."
14454msgstr ""
14455
14456#: git-rebase--interactive.sh:704
14457#, sh-format
14458msgid "Successfully rebased and updated $head_name."
14459msgstr ""
14460
14461#: git-rebase--interactive.sh:749
14462msgid "could not detach HEAD"
14463msgstr ""
14464
14465#: git-rebase--interactive.sh:784
14466msgid "Could not remove CHERRY_PICK_HEAD"
14467msgstr ""
14468
14469#: git-rebase--interactive.sh:789
14470#, sh-format
14471msgid ""
14472"You have staged changes in your working tree.\n"
14473"If these changes are meant to be\n"
14474"squashed into the previous commit, run:\n"
14475"\n"
14476"  git commit --amend $gpg_sign_opt_quoted\n"
14477"\n"
14478"If they are meant to go into a new commit, run:\n"
14479"\n"
14480"  git commit $gpg_sign_opt_quoted\n"
14481"\n"
14482"In both cases, once you're done, continue with:\n"
14483"\n"
14484"  git rebase --continue\n"
14485msgstr ""
14486
14487#: git-rebase--interactive.sh:806
14488msgid "Error trying to find the author identity to amend commit"
14489msgstr ""
14490
14491#: git-rebase--interactive.sh:811
14492msgid ""
14493"You have uncommitted changes in your working tree. Please commit them\n"
14494"first and then run 'git rebase --continue' again."
14495msgstr ""
14496
14497#: git-rebase--interactive.sh:816 git-rebase--interactive.sh:820
14498msgid "Could not commit staged changes."
14499msgstr ""
14500
14501#: git-rebase--interactive.sh:848
14502msgid ""
14503"\n"
14504"You are editing the todo file of an ongoing interactive rebase.\n"
14505"To continue rebase after editing, run:\n"
14506"    git rebase --continue\n"
14507"\n"
14508msgstr ""
14509
14510#: git-rebase--interactive.sh:856 git-rebase--interactive.sh:1015
14511msgid "Could not execute editor"
14512msgstr ""
14513
14514#: git-rebase--interactive.sh:869
14515#, sh-format
14516msgid "Could not checkout $switch_to"
14517msgstr ""
14518
14519#: git-rebase--interactive.sh:874
14520msgid "No HEAD?"
14521msgstr ""
14522
14523#: git-rebase--interactive.sh:875
14524#, sh-format
14525msgid "Could not create temporary $state_dir"
14526msgstr ""
14527
14528#: git-rebase--interactive.sh:877
14529msgid "Could not mark as interactive"
14530msgstr ""
14531
14532#: git-rebase--interactive.sh:887 git-rebase--interactive.sh:892
14533msgid "Could not init rewritten commits"
14534msgstr ""
14535
14536#: git-rebase--interactive.sh:993
14537#, sh-format
14538msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
14539msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
14540msgstr[0] ""
14541msgstr[1] ""
14542
14543#: git-rebase--interactive.sh:998
14544msgid ""
14545"\n"
14546"However, if you remove everything, the rebase will be aborted.\n"
14547"\n"
14548msgstr ""
14549
14550#: git-rebase--interactive.sh:1005
14551msgid "Note that empty commits are commented out"
14552msgstr ""
14553
14554#: git-sh-setup.sh:89 git-sh-setup.sh:94
14555#, sh-format
14556msgid "usage: $dashless $USAGE"
14557msgstr ""
14558
14559#: git-sh-setup.sh:190
14560#, sh-format
14561msgid "Cannot chdir to $cdup, the toplevel of the working tree"
14562msgstr ""
14563
14564#: git-sh-setup.sh:199 git-sh-setup.sh:206
14565#, sh-format
14566msgid "fatal: $program_name cannot be used without a working tree."
14567msgstr ""
14568
14569#: git-sh-setup.sh:220
14570msgid "Cannot rebase: You have unstaged changes."
14571msgstr ""
14572
14573#: git-sh-setup.sh:223
14574msgid "Cannot rewrite branches: You have unstaged changes."
14575msgstr ""
14576
14577#: git-sh-setup.sh:226
14578msgid "Cannot pull with rebase: You have unstaged changes."
14579msgstr ""
14580
14581#: git-sh-setup.sh:229
14582#, sh-format
14583msgid "Cannot $action: You have unstaged changes."
14584msgstr ""
14585
14586#: git-sh-setup.sh:242
14587msgid "Cannot rebase: Your index contains uncommitted changes."
14588msgstr ""
14589
14590#: git-sh-setup.sh:245
14591msgid "Cannot pull with rebase: Your index contains uncommitted changes."
14592msgstr ""
14593
14594#: git-sh-setup.sh:248
14595#, sh-format
14596msgid "Cannot $action: Your index contains uncommitted changes."
14597msgstr ""
14598
14599#: git-sh-setup.sh:252
14600msgid "Additionally, your index contains uncommitted changes."
14601msgstr ""
14602
14603#: git-sh-setup.sh:372
14604msgid "You need to run this command from the toplevel of the working tree."
14605msgstr ""
14606
14607#: git-sh-setup.sh:377
14608msgid "Unable to determine absolute path of git directory"
14609msgstr ""
14610
14611#. TRANSLATORS: you can adjust this to align "git add -i" status menu
14612#: git-add--interactive.perl:196
14613#, perl-format
14614msgid "%12s %12s %s"
14615msgstr ""
14616
14617#: git-add--interactive.perl:197
14618msgid "staged"
14619msgstr ""
14620
14621#: git-add--interactive.perl:197
14622msgid "unstaged"
14623msgstr ""
14624
14625#: git-add--interactive.perl:246 git-add--interactive.perl:271
14626msgid "binary"
14627msgstr ""
14628
14629#: git-add--interactive.perl:255 git-add--interactive.perl:309
14630msgid "nothing"
14631msgstr ""
14632
14633#: git-add--interactive.perl:291 git-add--interactive.perl:306
14634msgid "unchanged"
14635msgstr ""
14636
14637#: git-add--interactive.perl:602
14638#, perl-format
14639msgid "added %d path\n"
14640msgid_plural "added %d paths\n"
14641msgstr[0] ""
14642msgstr[1] ""
14643
14644#: git-add--interactive.perl:605
14645#, perl-format
14646msgid "updated %d path\n"
14647msgid_plural "updated %d paths\n"
14648msgstr[0] ""
14649msgstr[1] ""
14650
14651#: git-add--interactive.perl:608
14652#, perl-format
14653msgid "reverted %d path\n"
14654msgid_plural "reverted %d paths\n"
14655msgstr[0] ""
14656msgstr[1] ""
14657
14658#: git-add--interactive.perl:611
14659#, perl-format
14660msgid "touched %d path\n"
14661msgid_plural "touched %d paths\n"
14662msgstr[0] ""
14663msgstr[1] ""
14664
14665#: git-add--interactive.perl:620
14666msgid "Update"
14667msgstr ""
14668
14669#: git-add--interactive.perl:632
14670msgid "Revert"
14671msgstr ""
14672
14673#: git-add--interactive.perl:655
14674#, perl-format
14675msgid "note: %s is untracked now.\n"
14676msgstr ""
14677
14678#: git-add--interactive.perl:666
14679msgid "Add untracked"
14680msgstr ""
14681
14682#: git-add--interactive.perl:672
14683msgid "No untracked files.\n"
14684msgstr ""
14685
14686#: git-add--interactive.perl:985
14687msgid ""
14688"If the patch applies cleanly, the edited hunk will immediately be\n"
14689"marked for staging."
14690msgstr ""
14691
14692#: git-add--interactive.perl:988
14693msgid ""
14694"If the patch applies cleanly, the edited hunk will immediately be\n"
14695"marked for stashing."
14696msgstr ""
14697
14698#: git-add--interactive.perl:991
14699msgid ""
14700"If the patch applies cleanly, the edited hunk will immediately be\n"
14701"marked for unstaging."
14702msgstr ""
14703
14704#: git-add--interactive.perl:994 git-add--interactive.perl:1003
14705msgid ""
14706"If the patch applies cleanly, the edited hunk will immediately be\n"
14707"marked for applying."
14708msgstr ""
14709
14710#: git-add--interactive.perl:997 git-add--interactive.perl:1000
14711msgid ""
14712"If the patch applies cleanly, the edited hunk will immediately be\n"
14713"marked for discarding."
14714msgstr ""
14715
14716#: git-add--interactive.perl:1013
14717#, perl-format
14718msgid "failed to open hunk edit file for writing: %s"
14719msgstr ""
14720
14721#: git-add--interactive.perl:1014
14722msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
14723msgstr ""
14724
14725#: git-add--interactive.perl:1020
14726#, perl-format
14727msgid ""
14728"---\n"
14729"To remove '%s' lines, make them ' ' lines (context).\n"
14730"To remove '%s' lines, delete them.\n"
14731"Lines starting with %s will be removed.\n"
14732msgstr ""
14733
14734#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
14735#: git-add--interactive.perl:1028
14736msgid ""
14737"If it does not apply cleanly, you will be given an opportunity to\n"
14738"edit again.  If all lines of the hunk are removed, then the edit is\n"
14739"aborted and the hunk is left unchanged.\n"
14740msgstr ""
14741
14742#: git-add--interactive.perl:1042
14743#, perl-format
14744msgid "failed to open hunk edit file for reading: %s"
14745msgstr ""
14746
14747#. TRANSLATORS: do not translate [y/n]
14748#. The program will only accept that input
14749#. at this point.
14750#. Consider translating (saying "no" discards!) as
14751#. (saying "n" for "no" discards!) if the translation
14752#. of the word "no" does not start with n.
14753#: git-add--interactive.perl:1134
14754msgid ""
14755"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
14756msgstr ""
14757
14758#: git-add--interactive.perl:1143
14759msgid ""
14760"y - stage this hunk\n"
14761"n - do not stage this hunk\n"
14762"q - quit; do not stage this hunk or any of the remaining ones\n"
14763"a - stage this hunk and all later hunks in the file\n"
14764"d - do not stage this hunk or any of the later hunks in the file"
14765msgstr ""
14766
14767#: git-add--interactive.perl:1149
14768msgid ""
14769"y - stash this hunk\n"
14770"n - do not stash this hunk\n"
14771"q - quit; do not stash this hunk or any of the remaining ones\n"
14772"a - stash this hunk and all later hunks in the file\n"
14773"d - do not stash this hunk or any of the later hunks in the file"
14774msgstr ""
14775
14776#: git-add--interactive.perl:1155
14777msgid ""
14778"y - unstage this hunk\n"
14779"n - do not unstage this hunk\n"
14780"q - quit; do not unstage this hunk or any of the remaining ones\n"
14781"a - unstage this hunk and all later hunks in the file\n"
14782"d - do not unstage this hunk or any of the later hunks in the file"
14783msgstr ""
14784
14785#: git-add--interactive.perl:1161
14786msgid ""
14787"y - apply this hunk to index\n"
14788"n - do not apply this hunk to index\n"
14789"q - quit; do not apply this hunk or any of the remaining ones\n"
14790"a - apply this hunk and all later hunks in the file\n"
14791"d - do not apply this hunk or any of the later hunks in the file"
14792msgstr ""
14793
14794#: git-add--interactive.perl:1167
14795msgid ""
14796"y - discard this hunk from worktree\n"
14797"n - do not discard this hunk from worktree\n"
14798"q - quit; do not discard this hunk or any of the remaining ones\n"
14799"a - discard this hunk and all later hunks in the file\n"
14800"d - do not discard this hunk or any of the later hunks in the file"
14801msgstr ""
14802
14803#: git-add--interactive.perl:1173
14804msgid ""
14805"y - discard this hunk from index and worktree\n"
14806"n - do not discard this hunk from index and worktree\n"
14807"q - quit; do not discard this hunk or any of the remaining ones\n"
14808"a - discard this hunk and all later hunks in the file\n"
14809"d - do not discard this hunk or any of the later hunks in the file"
14810msgstr ""
14811
14812#: git-add--interactive.perl:1179
14813msgid ""
14814"y - apply this hunk to index and worktree\n"
14815"n - do not apply this hunk to index and worktree\n"
14816"q - quit; do not apply this hunk or any of the remaining ones\n"
14817"a - apply this hunk and all later hunks in the file\n"
14818"d - do not apply this hunk or any of the later hunks in the file"
14819msgstr ""
14820
14821#: git-add--interactive.perl:1188
14822msgid ""
14823"g - select a hunk to go to\n"
14824"/ - search for a hunk matching the given regex\n"
14825"j - leave this hunk undecided, see next undecided hunk\n"
14826"J - leave this hunk undecided, see next hunk\n"
14827"k - leave this hunk undecided, see previous undecided hunk\n"
14828"K - leave this hunk undecided, see previous hunk\n"
14829"s - split the current hunk into smaller hunks\n"
14830"e - manually edit the current hunk\n"
14831"? - print help\n"
14832msgstr ""
14833
14834#: git-add--interactive.perl:1219
14835msgid "The selected hunks do not apply to the index!\n"
14836msgstr ""
14837
14838#: git-add--interactive.perl:1220
14839msgid "Apply them to the worktree anyway? "
14840msgstr ""
14841
14842#: git-add--interactive.perl:1223
14843msgid "Nothing was applied.\n"
14844msgstr ""
14845
14846#: git-add--interactive.perl:1234
14847#, perl-format
14848msgid "ignoring unmerged: %s\n"
14849msgstr ""
14850
14851#: git-add--interactive.perl:1243
14852msgid "Only binary files changed.\n"
14853msgstr ""
14854
14855#: git-add--interactive.perl:1245
14856msgid "No changes.\n"
14857msgstr ""
14858
14859#: git-add--interactive.perl:1253
14860msgid "Patch update"
14861msgstr ""
14862
14863#: git-add--interactive.perl:1305
14864#, perl-format
14865msgid "Stage mode change [y,n,q,a,d,/%s,?]? "
14866msgstr ""
14867
14868#: git-add--interactive.perl:1306
14869#, perl-format
14870msgid "Stage deletion [y,n,q,a,d,/%s,?]? "
14871msgstr ""
14872
14873#: git-add--interactive.perl:1307
14874#, perl-format
14875msgid "Stage this hunk [y,n,q,a,d,/%s,?]? "
14876msgstr ""
14877
14878#: git-add--interactive.perl:1310
14879#, perl-format
14880msgid "Stash mode change [y,n,q,a,d,/%s,?]? "
14881msgstr ""
14882
14883#: git-add--interactive.perl:1311
14884#, perl-format
14885msgid "Stash deletion [y,n,q,a,d,/%s,?]? "
14886msgstr ""
14887
14888#: git-add--interactive.perl:1312
14889#, perl-format
14890msgid "Stash this hunk [y,n,q,a,d,/%s,?]? "
14891msgstr ""
14892
14893#: git-add--interactive.perl:1315
14894#, perl-format
14895msgid "Unstage mode change [y,n,q,a,d,/%s,?]? "
14896msgstr ""
14897
14898#: git-add--interactive.perl:1316
14899#, perl-format
14900msgid "Unstage deletion [y,n,q,a,d,/%s,?]? "
14901msgstr ""
14902
14903#: git-add--interactive.perl:1317
14904#, perl-format
14905msgid "Unstage this hunk [y,n,q,a,d,/%s,?]? "
14906msgstr ""
14907
14908#: git-add--interactive.perl:1320
14909#, perl-format
14910msgid "Apply mode change to index [y,n,q,a,d,/%s,?]? "
14911msgstr ""
14912
14913#: git-add--interactive.perl:1321
14914#, perl-format
14915msgid "Apply deletion to index [y,n,q,a,d,/%s,?]? "
14916msgstr ""
14917
14918#: git-add--interactive.perl:1322
14919#, perl-format
14920msgid "Apply this hunk to index [y,n,q,a,d,/%s,?]? "
14921msgstr ""
14922
14923#: git-add--interactive.perl:1325
14924#, perl-format
14925msgid "Discard mode change from worktree [y,n,q,a,d,/%s,?]? "
14926msgstr ""
14927
14928#: git-add--interactive.perl:1326
14929#, perl-format
14930msgid "Discard deletion from worktree [y,n,q,a,d,/%s,?]? "
14931msgstr ""
14932
14933#: git-add--interactive.perl:1327
14934#, perl-format
14935msgid "Discard this hunk from worktree [y,n,q,a,d,/%s,?]? "
14936msgstr ""
14937
14938#: git-add--interactive.perl:1330
14939#, perl-format
14940msgid "Discard mode change from index and worktree [y,n,q,a,d,/%s,?]? "
14941msgstr ""
14942
14943#: git-add--interactive.perl:1331
14944#, perl-format
14945msgid "Discard deletion from index and worktree [y,n,q,a,d,/%s,?]? "
14946msgstr ""
14947
14948#: git-add--interactive.perl:1332
14949#, perl-format
14950msgid "Discard this hunk from index and worktree [y,n,q,a,d,/%s,?]? "
14951msgstr ""
14952
14953#: git-add--interactive.perl:1335
14954#, perl-format
14955msgid "Apply mode change to index and worktree [y,n,q,a,d,/%s,?]? "
14956msgstr ""
14957
14958#: git-add--interactive.perl:1336
14959#, perl-format
14960msgid "Apply deletion to index and worktree [y,n,q,a,d,/%s,?]? "
14961msgstr ""
14962
14963#: git-add--interactive.perl:1337
14964#, perl-format
14965msgid "Apply this hunk to index and worktree [y,n,q,a,d,/%s,?]? "
14966msgstr ""
14967
14968#: git-add--interactive.perl:1440
14969msgid "go to which hunk (<ret> to see more)? "
14970msgstr ""
14971
14972#: git-add--interactive.perl:1442
14973msgid "go to which hunk? "
14974msgstr ""
14975
14976#: git-add--interactive.perl:1451
14977#, perl-format
14978msgid "Invalid number: '%s'\n"
14979msgstr ""
14980
14981#: git-add--interactive.perl:1456
14982#, perl-format
14983msgid "Sorry, only %d hunk available.\n"
14984msgid_plural "Sorry, only %d hunks available.\n"
14985msgstr[0] ""
14986msgstr[1] ""
14987
14988#: git-add--interactive.perl:1482
14989msgid "search for regex? "
14990msgstr ""
14991
14992#: git-add--interactive.perl:1495
14993#, perl-format
14994msgid "Malformed search regexp %s: %s\n"
14995msgstr ""
14996
14997#: git-add--interactive.perl:1505
14998msgid "No hunk matches the given pattern\n"
14999msgstr ""
15000
15001#: git-add--interactive.perl:1517 git-add--interactive.perl:1539
15002msgid "No previous hunk\n"
15003msgstr ""
15004
15005#: git-add--interactive.perl:1526 git-add--interactive.perl:1545
15006msgid "No next hunk\n"
15007msgstr ""
15008
15009#: git-add--interactive.perl:1553
15010#, perl-format
15011msgid "Split into %d hunk.\n"
15012msgid_plural "Split into %d hunks.\n"
15013msgstr[0] ""
15014msgstr[1] ""
15015
15016#: git-add--interactive.perl:1605
15017msgid "Review diff"
15018msgstr ""
15019
15020#. TRANSLATORS: please do not translate the command names
15021#. 'status', 'update', 'revert', etc.
15022#: git-add--interactive.perl:1624
15023msgid ""
15024"status        - show paths with changes\n"
15025"update        - add working tree state to the staged set of changes\n"
15026"revert        - revert staged set of changes back to the HEAD version\n"
15027"patch         - pick hunks and update selectively\n"
15028"diff          - view diff between HEAD and index\n"
15029"add untracked - add contents of untracked files to the staged set of "
15030"changes\n"
15031msgstr ""
15032
15033#: git-add--interactive.perl:1641 git-add--interactive.perl:1646
15034#: git-add--interactive.perl:1649 git-add--interactive.perl:1656
15035#: git-add--interactive.perl:1660 git-add--interactive.perl:1666
15036msgid "missing --"
15037msgstr ""
15038
15039#: git-add--interactive.perl:1662
15040#, perl-format
15041msgid "unknown --patch mode: %s"
15042msgstr ""
15043
15044#: git-add--interactive.perl:1668 git-add--interactive.perl:1674
15045#, perl-format
15046msgid "invalid argument %s, expecting --"
15047msgstr ""
15048
15049#: git-send-email.perl:126
15050msgid "local zone differs from GMT by a non-minute interval\n"
15051msgstr ""
15052
15053#: git-send-email.perl:133 git-send-email.perl:139
15054msgid "local time offset greater than or equal to 24 hours\n"
15055msgstr ""
15056
15057#: git-send-email.perl:207 git-send-email.perl:213
15058msgid "the editor exited uncleanly, aborting everything"
15059msgstr ""
15060
15061#: git-send-email.perl:290
15062#, perl-format
15063msgid ""
15064"'%s' contains an intermediate version of the email you were composing.\n"
15065msgstr ""
15066
15067#: git-send-email.perl:295
15068#, perl-format
15069msgid "'%s.final' contains the composed email.\n"
15070msgstr ""
15071
15072#: git-send-email.perl:313
15073msgid "--dump-aliases incompatible with other options\n"
15074msgstr ""
15075
15076#: git-send-email.perl:378 git-send-email.perl:629
15077msgid "Cannot run git format-patch from outside a repository\n"
15078msgstr ""
15079
15080#: git-send-email.perl:447
15081#, perl-format
15082msgid "Unknown --suppress-cc field: '%s'\n"
15083msgstr ""
15084
15085#: git-send-email.perl:476
15086#, perl-format
15087msgid "Unknown --confirm setting: '%s'\n"
15088msgstr ""
15089
15090#: git-send-email.perl:504
15091#, perl-format
15092msgid "warning: sendmail alias with quotes is not supported: %s\n"
15093msgstr ""
15094
15095#: git-send-email.perl:506
15096#, perl-format
15097msgid "warning: `:include:` not supported: %s\n"
15098msgstr ""
15099
15100#: git-send-email.perl:508
15101#, perl-format
15102msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
15103msgstr ""
15104
15105#: git-send-email.perl:513
15106#, perl-format
15107msgid "warning: sendmail line is not recognized: %s\n"
15108msgstr ""
15109
15110#: git-send-email.perl:595
15111#, perl-format
15112msgid ""
15113"File '%s' exists but it could also be the range of commits\n"
15114"to produce patches for.  Please disambiguate by...\n"
15115"\n"
15116"    * Saying \"./%s\" if you mean a file; or\n"
15117"    * Giving --format-patch option if you mean a range.\n"
15118msgstr ""
15119
15120#: git-send-email.perl:616
15121#, perl-format
15122msgid "Failed to opendir %s: %s"
15123msgstr ""
15124
15125#: git-send-email.perl:640
15126#, perl-format
15127msgid ""
15128"fatal: %s: %s\n"
15129"warning: no patches were sent\n"
15130msgstr ""
15131
15132#: git-send-email.perl:651
15133msgid ""
15134"\n"
15135"No patch files specified!\n"
15136"\n"
15137msgstr ""
15138
15139#: git-send-email.perl:664
15140#, perl-format
15141msgid "No subject line in %s?"
15142msgstr ""
15143
15144#: git-send-email.perl:674
15145#, perl-format
15146msgid "Failed to open for writing %s: %s"
15147msgstr ""
15148
15149#: git-send-email.perl:684
15150msgid ""
15151"Lines beginning in \"GIT:\" will be removed.\n"
15152"Consider including an overall diffstat or table of contents\n"
15153"for the patch you are writing.\n"
15154"\n"
15155"Clear the body content if you don't wish to send a summary.\n"
15156msgstr ""
15157
15158#: git-send-email.perl:707
15159#, perl-format
15160msgid "Failed to open %s.final: %s"
15161msgstr ""
15162
15163#: git-send-email.perl:710
15164#, perl-format
15165msgid "Failed to open %s: %s"
15166msgstr ""
15167
15168#: git-send-email.perl:745
15169msgid "To/Cc/Bcc fields are not interpreted yet, they have been ignored\n"
15170msgstr ""
15171
15172#: git-send-email.perl:754
15173msgid "Summary email is empty, skipping it\n"
15174msgstr ""
15175
15176#. TRANSLATORS: please keep [y/N] as is.
15177#: git-send-email.perl:786
15178#, perl-format
15179msgid "Are you sure you want to use <%s> [y/N]? "
15180msgstr ""
15181
15182#: git-send-email.perl:815
15183msgid ""
15184"The following files are 8bit, but do not declare a Content-Transfer-"
15185"Encoding.\n"
15186msgstr ""
15187
15188#: git-send-email.perl:820
15189msgid "Which 8bit encoding should I declare [UTF-8]? "
15190msgstr ""
15191
15192#: git-send-email.perl:828
15193#, perl-format
15194msgid ""
15195"Refusing to send because the patch\n"
15196"\t%s\n"
15197"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
15198"want to send.\n"
15199msgstr ""
15200
15201#: git-send-email.perl:847
15202msgid "To whom should the emails be sent (if anyone)?"
15203msgstr ""
15204
15205#: git-send-email.perl:865
15206#, perl-format
15207msgid "fatal: alias '%s' expands to itself\n"
15208msgstr ""
15209
15210#: git-send-email.perl:877
15211msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
15212msgstr ""
15213
15214#: git-send-email.perl:927 git-send-email.perl:935
15215#, perl-format
15216msgid "error: unable to extract a valid address from: %s\n"
15217msgstr ""
15218
15219#. TRANSLATORS: Make sure to include [q] [d] [e] in your
15220#. translation. The program will only accept English input
15221#. at this point.
15222#: git-send-email.perl:939
15223msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
15224msgstr ""
15225
15226#: git-send-email.perl:1260
15227#, perl-format
15228msgid "CA path \"%s\" does not exist"
15229msgstr ""
15230
15231#: git-send-email.perl:1335
15232msgid ""
15233"    The Cc list above has been expanded by additional\n"
15234"    addresses found in the patch commit message. By default\n"
15235"    send-email prompts before sending whenever this occurs.\n"
15236"    This behavior is controlled by the sendemail.confirm\n"
15237"    configuration setting.\n"
15238"\n"
15239"    For additional information, run 'git send-email --help'.\n"
15240"    To retain the current behavior, but squelch this message,\n"
15241"    run 'git config --global sendemail.confirm auto'.\n"
15242"\n"
15243msgstr ""
15244
15245#. TRANSLATORS: Make sure to include [y] [n] [q] [a] in your
15246#. translation. The program will only accept English input
15247#. at this point.
15248#: git-send-email.perl:1350
15249msgid "Send this email? ([y]es|[n]o|[q]uit|[a]ll): "
15250msgstr ""
15251
15252#: git-send-email.perl:1353
15253msgid "Send this email reply required"
15254msgstr ""
15255
15256#: git-send-email.perl:1379
15257msgid "The required SMTP server is not properly defined."
15258msgstr ""
15259
15260#: git-send-email.perl:1426
15261#, perl-format
15262msgid "Server does not support STARTTLS! %s"
15263msgstr ""
15264
15265#: git-send-email.perl:1431 git-send-email.perl:1435
15266#, perl-format
15267msgid "STARTTLS failed! %s"
15268msgstr ""
15269
15270#: git-send-email.perl:1445
15271msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
15272msgstr ""
15273
15274#: git-send-email.perl:1463
15275#, perl-format
15276msgid "Failed to send %s\n"
15277msgstr ""
15278
15279#: git-send-email.perl:1466
15280#, perl-format
15281msgid "Dry-Sent %s\n"
15282msgstr ""
15283
15284#: git-send-email.perl:1466
15285#, perl-format
15286msgid "Sent %s\n"
15287msgstr ""
15288
15289#: git-send-email.perl:1468
15290msgid "Dry-OK. Log says:\n"
15291msgstr ""
15292
15293#: git-send-email.perl:1468
15294msgid "OK. Log says:\n"
15295msgstr ""
15296
15297#: git-send-email.perl:1480
15298msgid "Result: "
15299msgstr ""
15300
15301#: git-send-email.perl:1483
15302msgid "Result: OK\n"
15303msgstr ""
15304
15305#: git-send-email.perl:1496
15306#, perl-format
15307msgid "can't open file %s"
15308msgstr ""
15309
15310#: git-send-email.perl:1543 git-send-email.perl:1563
15311#, perl-format
15312msgid "(mbox) Adding cc: %s from line '%s'\n"
15313msgstr ""
15314
15315#: git-send-email.perl:1549
15316#, perl-format
15317msgid "(mbox) Adding to: %s from line '%s'\n"
15318msgstr ""
15319
15320#: git-send-email.perl:1597
15321#, perl-format
15322msgid "(non-mbox) Adding cc: %s from line '%s'\n"
15323msgstr ""
15324
15325#: git-send-email.perl:1622
15326#, perl-format
15327msgid "(body) Adding cc: %s from line '%s'\n"
15328msgstr ""
15329
15330#: git-send-email.perl:1728
15331#, perl-format
15332msgid "(%s) Could not execute '%s'"
15333msgstr ""
15334
15335#: git-send-email.perl:1735
15336#, perl-format
15337msgid "(%s) Adding %s: %s from: '%s'\n"
15338msgstr ""
15339
15340#: git-send-email.perl:1739
15341#, perl-format
15342msgid "(%s) failed to close pipe to '%s'"
15343msgstr ""
15344
15345#: git-send-email.perl:1766
15346msgid "cannot send message as 7bit"
15347msgstr ""
15348
15349#: git-send-email.perl:1774
15350msgid "invalid transfer encoding"
15351msgstr ""
15352
15353#: git-send-email.perl:1812 git-send-email.perl:1863 git-send-email.perl:1873
15354#, perl-format
15355msgid "unable to open %s: %s\n"
15356msgstr ""
15357
15358#: git-send-email.perl:1815
15359#, perl-format
15360msgid "%s: patch contains a line longer than 998 characters"
15361msgstr ""
15362
15363#: git-send-email.perl:1831
15364#, perl-format
15365msgid "Skipping %s with backup suffix '%s'.\n"
15366msgstr ""
15367
15368#. TRANSLATORS: please keep "[y|N]" as is.
15369#: git-send-email.perl:1835
15370#, perl-format
15371msgid "Do you really want to send %s? [y|N]: "
15372msgstr ""