po / git.poton commit Merge branch 'master' of git://github.com/git-l10n/git-po (fb996aa)
   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: 2018-08-21 08:28+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:97
  22#, c-format
  23msgid "%shint: %.*s%s\n"
  24msgstr ""
  25
  26#: advice.c:150
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:152
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:154
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:156
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:158
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:160
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:168
  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:176
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:181 builtin/merge.c:1286
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:183
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:184
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:190
  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:59
  90#, c-format
  91msgid "unrecognized whitespace option '%s'"
  92msgstr ""
  93
  94#: apply.c:75
  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:826
 120#, c-format
 121msgid "Cannot prepare timestamp regexp %s"
 122msgstr ""
 123
 124#: apply.c:835
 125#, c-format
 126msgid "regexec returned %d for input: %s"
 127msgstr ""
 128
 129#: apply.c:909
 130#, c-format
 131msgid "unable to find filename in patch at line %d"
 132msgstr ""
 133
 134#: apply.c:947
 135#, c-format
 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 137msgstr ""
 138
 139#: apply.c:953
 140#, c-format
 141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 142msgstr ""
 143
 144#: apply.c:954
 145#, c-format
 146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 147msgstr ""
 148
 149#: apply.c:959
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null on line %d"
 152msgstr ""
 153
 154#: apply.c:988
 155#, c-format
 156msgid "invalid mode on line %d: %s"
 157msgstr ""
 158
 159#: apply.c:1306
 160#, c-format
 161msgid "inconsistent header lines %d and %d"
 162msgstr ""
 163
 164#: apply.c:1478
 165#, c-format
 166msgid "recount: unexpected line: %.*s"
 167msgstr ""
 168
 169#: apply.c:1547
 170#, c-format
 171msgid "patch fragment without header at line %d: %.*s"
 172msgstr ""
 173
 174#: apply.c:1567
 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:1580
 186#, c-format
 187msgid "git diff header lacks filename information (line %d)"
 188msgstr ""
 189
 190#: apply.c:1768
 191msgid "new file depends on old contents"
 192msgstr ""
 193
 194#: apply.c:1770
 195msgid "deleted file still has contents"
 196msgstr ""
 197
 198#: apply.c:1804
 199#, c-format
 200msgid "corrupt patch at line %d"
 201msgstr ""
 202
 203#: apply.c:1841
 204#, c-format
 205msgid "new file %s depends on old contents"
 206msgstr ""
 207
 208#: apply.c:1843
 209#, c-format
 210msgid "deleted file %s still has contents"
 211msgstr ""
 212
 213#: apply.c:1846
 214#, c-format
 215msgid "** warning: file %s becomes empty but is not deleted"
 216msgstr ""
 217
 218#: apply.c:1993
 219#, c-format
 220msgid "corrupt binary patch at line %d: %.*s"
 221msgstr ""
 222
 223#: apply.c:2030
 224#, c-format
 225msgid "unrecognized binary patch at line %d"
 226msgstr ""
 227
 228#: apply.c:2190
 229#, c-format
 230msgid "patch with only garbage at line %d"
 231msgstr ""
 232
 233#: apply.c:2276
 234#, c-format
 235msgid "unable to read symlink %s"
 236msgstr ""
 237
 238#: apply.c:2280
 239#, c-format
 240msgid "unable to open or read %s"
 241msgstr ""
 242
 243#: apply.c:2939
 244#, c-format
 245msgid "invalid start of line: '%c'"
 246msgstr ""
 247
 248#: apply.c:3060
 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:3072
 256#, c-format
 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 258msgstr ""
 259
 260#: apply.c:3078
 261#, c-format
 262msgid ""
 263"while searching for:\n"
 264"%.*s"
 265msgstr ""
 266
 267#: apply.c:3100
 268#, c-format
 269msgid "missing binary patch data for '%s'"
 270msgstr ""
 271
 272#: apply.c:3108
 273#, c-format
 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 275msgstr ""
 276
 277#: apply.c:3154
 278#, c-format
 279msgid "cannot apply binary patch to '%s' without full index line"
 280msgstr ""
 281
 282#: apply.c:3164
 283#, c-format
 284msgid ""
 285"the patch applies to '%s' (%s), which does not match the current contents."
 286msgstr ""
 287
 288#: apply.c:3172
 289#, c-format
 290msgid "the patch applies to an empty '%s' but it is not empty"
 291msgstr ""
 292
 293#: apply.c:3190
 294#, c-format
 295msgid "the necessary postimage %s for '%s' cannot be read"
 296msgstr ""
 297
 298#: apply.c:3203
 299#, c-format
 300msgid "binary patch does not apply to '%s'"
 301msgstr ""
 302
 303#: apply.c:3209
 304#, c-format
 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 306msgstr ""
 307
 308#: apply.c:3230
 309#, c-format
 310msgid "patch failed: %s:%ld"
 311msgstr ""
 312
 313#: apply.c:3352
 314#, c-format
 315msgid "cannot checkout %s"
 316msgstr ""
 317
 318#: apply.c:3404 apply.c:3415 apply.c:3461 setup.c:278
 319#, c-format
 320msgid "failed to read %s"
 321msgstr ""
 322
 323#: apply.c:3412
 324#, c-format
 325msgid "reading from '%s' beyond a symbolic link"
 326msgstr ""
 327
 328#: apply.c:3441 apply.c:3681
 329#, c-format
 330msgid "path %s has been renamed/deleted"
 331msgstr ""
 332
 333#: apply.c:3524 apply.c:3696
 334#, c-format
 335msgid "%s: does not exist in index"
 336msgstr ""
 337
 338#: apply.c:3533 apply.c:3704
 339#, c-format
 340msgid "%s: does not match index"
 341msgstr ""
 342
 343#: apply.c:3568
 344msgid "repository lacks the necessary blob to fall back on 3-way merge."
 345msgstr ""
 346
 347#: apply.c:3571
 348#, c-format
 349msgid "Falling back to three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3587 apply.c:3591
 353#, c-format
 354msgid "cannot read the current contents of '%s'"
 355msgstr ""
 356
 357#: apply.c:3603
 358#, c-format
 359msgid "Failed to fall back on three-way merge...\n"
 360msgstr ""
 361
 362#: apply.c:3617
 363#, c-format
 364msgid "Applied patch to '%s' with conflicts.\n"
 365msgstr ""
 366
 367#: apply.c:3622
 368#, c-format
 369msgid "Applied patch to '%s' cleanly.\n"
 370msgstr ""
 371
 372#: apply.c:3648
 373msgid "removal patch leaves file contents"
 374msgstr ""
 375
 376#: apply.c:3721
 377#, c-format
 378msgid "%s: wrong type"
 379msgstr ""
 380
 381#: apply.c:3723
 382#, c-format
 383msgid "%s has type %o, expected %o"
 384msgstr ""
 385
 386#: apply.c:3874 apply.c:3876
 387#, c-format
 388msgid "invalid path '%s'"
 389msgstr ""
 390
 391#: apply.c:3932
 392#, c-format
 393msgid "%s: already exists in index"
 394msgstr ""
 395
 396#: apply.c:3935
 397#, c-format
 398msgid "%s: already exists in working directory"
 399msgstr ""
 400
 401#: apply.c:3955
 402#, c-format
 403msgid "new mode (%o) of %s does not match old mode (%o)"
 404msgstr ""
 405
 406#: apply.c:3960
 407#, c-format
 408msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 409msgstr ""
 410
 411#: apply.c:3980
 412#, c-format
 413msgid "affected file '%s' is beyond a symbolic link"
 414msgstr ""
 415
 416#: apply.c:3984
 417#, c-format
 418msgid "%s: patch does not apply"
 419msgstr ""
 420
 421#: apply.c:3999
 422#, c-format
 423msgid "Checking patch %s..."
 424msgstr ""
 425
 426#: apply.c:4091
 427#, c-format
 428msgid "sha1 information is lacking or useless for submodule %s"
 429msgstr ""
 430
 431#: apply.c:4098
 432#, c-format
 433msgid "mode change for %s, which is not in current HEAD"
 434msgstr ""
 435
 436#: apply.c:4101
 437#, c-format
 438msgid "sha1 information is lacking or useless (%s)."
 439msgstr ""
 440
 441#: apply.c:4106 builtin/checkout.c:237 builtin/reset.c:140
 442#, c-format
 443msgid "make_cache_entry failed for path '%s'"
 444msgstr ""
 445
 446#: apply.c:4110
 447#, c-format
 448msgid "could not add %s to temporary index"
 449msgstr ""
 450
 451#: apply.c:4120
 452#, c-format
 453msgid "could not write temporary index to %s"
 454msgstr ""
 455
 456#: apply.c:4258
 457#, c-format
 458msgid "unable to remove %s from index"
 459msgstr ""
 460
 461#: apply.c:4292
 462#, c-format
 463msgid "corrupt patch for submodule %s"
 464msgstr ""
 465
 466#: apply.c:4298
 467#, c-format
 468msgid "unable to stat newly created file '%s'"
 469msgstr ""
 470
 471#: apply.c:4306
 472#, c-format
 473msgid "unable to create backing store for newly created file %s"
 474msgstr ""
 475
 476#: apply.c:4312 apply.c:4457
 477#, c-format
 478msgid "unable to add cache entry for %s"
 479msgstr ""
 480
 481#: apply.c:4355
 482#, c-format
 483msgid "failed to write to '%s'"
 484msgstr ""
 485
 486#: apply.c:4359
 487#, c-format
 488msgid "closing file '%s'"
 489msgstr ""
 490
 491#: apply.c:4429
 492#, c-format
 493msgid "unable to write file '%s' mode %o"
 494msgstr ""
 495
 496#: apply.c:4527
 497#, c-format
 498msgid "Applied patch %s cleanly."
 499msgstr ""
 500
 501#: apply.c:4535
 502msgid "internal error"
 503msgstr ""
 504
 505#: apply.c:4538
 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:4549
 513#, c-format
 514msgid "truncating .rej filename to %.*s.rej"
 515msgstr ""
 516
 517#: apply.c:4557 builtin/fetch.c:780 builtin/fetch.c:1048
 518#, c-format
 519msgid "cannot open %s"
 520msgstr ""
 521
 522#: apply.c:4571
 523#, c-format
 524msgid "Hunk #%d applied cleanly."
 525msgstr ""
 526
 527#: apply.c:4575
 528#, c-format
 529msgid "Rejected hunk #%d."
 530msgstr ""
 531
 532#: apply.c:4685
 533#, c-format
 534msgid "Skipped patch '%s'."
 535msgstr ""
 536
 537#: apply.c:4693
 538msgid "unrecognized input"
 539msgstr ""
 540
 541#: apply.c:4712
 542msgid "unable to read index file"
 543msgstr ""
 544
 545#: apply.c:4849
 546#, c-format
 547msgid "can't open patch '%s': %s"
 548msgstr ""
 549
 550#: apply.c:4876
 551#, c-format
 552msgid "squelched %d whitespace error"
 553msgid_plural "squelched %d whitespace errors"
 554msgstr[0] ""
 555msgstr[1] ""
 556
 557#: apply.c:4882 apply.c:4897
 558#, c-format
 559msgid "%d line adds whitespace errors."
 560msgid_plural "%d lines add whitespace errors."
 561msgstr[0] ""
 562msgstr[1] ""
 563
 564#: apply.c:4890
 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:4906 builtin/add.c:539 builtin/mv.c:300 builtin/rm.c:389
 572msgid "Unable to write new index file"
 573msgstr ""
 574
 575#: apply.c:4933 apply.c:4936 builtin/am.c:2254 builtin/am.c:2257
 576#: builtin/clone.c:121 builtin/fetch.c:115 builtin/merge.c:260
 577#: builtin/pull.c:198 builtin/submodule--helper.c:406
 578#: builtin/submodule--helper.c:1355 builtin/submodule--helper.c:1358
 579#: builtin/submodule--helper.c:1729 builtin/submodule--helper.c:1732
 580#: builtin/submodule--helper.c:1952 git-add--interactive.perl:197
 581msgid "path"
 582msgstr ""
 583
 584#: apply.c:4934
 585msgid "don't apply changes matching the given path"
 586msgstr ""
 587
 588#: apply.c:4937
 589msgid "apply changes matching the given path"
 590msgstr ""
 591
 592#: apply.c:4939 builtin/am.c:2263
 593msgid "num"
 594msgstr ""
 595
 596#: apply.c:4940
 597msgid "remove <num> leading slashes from traditional diff paths"
 598msgstr ""
 599
 600#: apply.c:4943
 601msgid "ignore additions made by the patch"
 602msgstr ""
 603
 604#: apply.c:4945
 605msgid "instead of applying the patch, output diffstat for the input"
 606msgstr ""
 607
 608#: apply.c:4949
 609msgid "show number of added and deleted lines in decimal notation"
 610msgstr ""
 611
 612#: apply.c:4951
 613msgid "instead of applying the patch, output a summary for the input"
 614msgstr ""
 615
 616#: apply.c:4953
 617msgid "instead of applying the patch, see if the patch is applicable"
 618msgstr ""
 619
 620#: apply.c:4955
 621msgid "make sure the patch is applicable to the current index"
 622msgstr ""
 623
 624#: apply.c:4957
 625msgid "mark new files with `git add --intent-to-add`"
 626msgstr ""
 627
 628#: apply.c:4959
 629msgid "apply a patch without touching the working tree"
 630msgstr ""
 631
 632#: apply.c:4961
 633msgid "accept a patch that touches outside the working area"
 634msgstr ""
 635
 636#: apply.c:4964
 637msgid "also apply the patch (use with --stat/--summary/--check)"
 638msgstr ""
 639
 640#: apply.c:4966
 641msgid "attempt three-way merge if a patch does not apply"
 642msgstr ""
 643
 644#: apply.c:4968
 645msgid "build a temporary index based on embedded index information"
 646msgstr ""
 647
 648#: apply.c:4971 builtin/checkout-index.c:168 builtin/ls-files.c:516
 649msgid "paths are separated with NUL character"
 650msgstr ""
 651
 652#: apply.c:4973
 653msgid "ensure at least <n> lines of context match"
 654msgstr ""
 655
 656#: apply.c:4974 builtin/am.c:2242 builtin/interpret-trailers.c:95
 657#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
 658#: builtin/pack-objects.c:3205
 659msgid "action"
 660msgstr ""
 661
 662#: apply.c:4975
 663msgid "detect new or modified lines that have whitespace errors"
 664msgstr ""
 665
 666#: apply.c:4978 apply.c:4981
 667msgid "ignore changes in whitespace when finding context"
 668msgstr ""
 669
 670#: apply.c:4984
 671msgid "apply the patch in reverse"
 672msgstr ""
 673
 674#: apply.c:4986
 675msgid "don't expect at least one line of context"
 676msgstr ""
 677
 678#: apply.c:4988
 679msgid "leave the rejected hunks in corresponding *.rej files"
 680msgstr ""
 681
 682#: apply.c:4990
 683msgid "allow overlapping hunks"
 684msgstr ""
 685
 686#: apply.c:4991 builtin/add.c:290 builtin/check-ignore.c:21
 687#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:671
 688#: builtin/log.c:1914 builtin/mv.c:122 builtin/read-tree.c:124
 689msgid "be verbose"
 690msgstr ""
 691
 692#: apply.c:4993
 693msgid "tolerate incorrectly detected missing new-line at the end of file"
 694msgstr ""
 695
 696#: apply.c:4996
 697msgid "do not trust the line counts in the hunk headers"
 698msgstr ""
 699
 700#: apply.c:4998 builtin/am.c:2251
 701msgid "root"
 702msgstr ""
 703
 704#: apply.c:4999
 705msgid "prepend <root> to all filenames"
 706msgstr ""
 707
 708#: archive.c:14
 709msgid "git archive [<options>] <tree-ish> [<path>...]"
 710msgstr ""
 711
 712#: archive.c:15
 713msgid "git archive --list"
 714msgstr ""
 715
 716#: archive.c:16
 717msgid ""
 718"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 719msgstr ""
 720
 721#: archive.c:17
 722msgid "git archive --remote <repo> [--exec <cmd>] --list"
 723msgstr ""
 724
 725#: archive.c:363 builtin/add.c:176 builtin/add.c:515 builtin/rm.c:298
 726#, c-format
 727msgid "pathspec '%s' did not match any files"
 728msgstr ""
 729
 730#: archive.c:446
 731msgid "fmt"
 732msgstr ""
 733
 734#: archive.c:446
 735msgid "archive format"
 736msgstr ""
 737
 738#: archive.c:447 builtin/log.c:1473
 739msgid "prefix"
 740msgstr ""
 741
 742#: archive.c:448
 743msgid "prepend prefix to each pathname in the archive"
 744msgstr ""
 745
 746#: archive.c:449 builtin/blame.c:816 builtin/blame.c:817 builtin/config.c:126
 747#: builtin/fast-export.c:1013 builtin/fast-export.c:1015 builtin/grep.c:873
 748#: builtin/hash-object.c:104 builtin/ls-files.c:552 builtin/ls-files.c:555
 749#: builtin/notes.c:407 builtin/notes.c:570 builtin/read-tree.c:119
 750#: parse-options.h:165
 751msgid "file"
 752msgstr ""
 753
 754#: archive.c:450 builtin/archive.c:89
 755msgid "write the archive to this file"
 756msgstr ""
 757
 758#: archive.c:452
 759msgid "read .gitattributes in working directory"
 760msgstr ""
 761
 762#: archive.c:453
 763msgid "report archived files on stderr"
 764msgstr ""
 765
 766#: archive.c:454
 767msgid "store only"
 768msgstr ""
 769
 770#: archive.c:455
 771msgid "compress faster"
 772msgstr ""
 773
 774#: archive.c:463
 775msgid "compress better"
 776msgstr ""
 777
 778#: archive.c:466
 779msgid "list supported archive formats"
 780msgstr ""
 781
 782#: archive.c:468 builtin/archive.c:90 builtin/clone.c:111 builtin/clone.c:114
 783#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1738
 784msgid "repo"
 785msgstr ""
 786
 787#: archive.c:469 builtin/archive.c:91
 788msgid "retrieve the archive from remote repository <repo>"
 789msgstr ""
 790
 791#: archive.c:470 builtin/archive.c:92 builtin/difftool.c:714
 792#: builtin/notes.c:491
 793msgid "command"
 794msgstr ""
 795
 796#: archive.c:471 builtin/archive.c:93
 797msgid "path to the remote git-upload-archive command"
 798msgstr ""
 799
 800#: archive.c:478
 801msgid "Unexpected option --remote"
 802msgstr ""
 803
 804#: archive.c:480
 805msgid "Option --exec can only be used together with --remote"
 806msgstr ""
 807
 808#: archive.c:482
 809msgid "Unexpected option --output"
 810msgstr ""
 811
 812#: archive.c:504
 813#, c-format
 814msgid "Unknown archive format '%s'"
 815msgstr ""
 816
 817#: archive.c:511
 818#, c-format
 819msgid "Argument not supported for format '%s': -%d"
 820msgstr ""
 821
 822#: archive-tar.c:125 archive-zip.c:344
 823#, c-format
 824msgid "cannot stream blob %s"
 825msgstr ""
 826
 827#: archive-tar.c:260 archive-zip.c:361
 828#, c-format
 829msgid "unsupported file mode: 0%o (SHA1: %s)"
 830msgstr ""
 831
 832#: archive-tar.c:287 archive-zip.c:352
 833#, c-format
 834msgid "cannot read %s"
 835msgstr ""
 836
 837#: archive-tar.c:458
 838#, c-format
 839msgid "unable to start '%s' filter"
 840msgstr ""
 841
 842#: archive-tar.c:461
 843msgid "unable to redirect descriptor"
 844msgstr ""
 845
 846#: archive-tar.c:468
 847#, c-format
 848msgid "'%s' filter reported error"
 849msgstr ""
 850
 851#: archive-zip.c:313
 852#, c-format
 853msgid "path is not valid UTF-8: %s"
 854msgstr ""
 855
 856#: archive-zip.c:317
 857#, c-format
 858msgid "path too long (%d chars, SHA1: %s): %s"
 859msgstr ""
 860
 861#: archive-zip.c:470 builtin/pack-objects.c:216 builtin/pack-objects.c:219
 862#, c-format
 863msgid "deflate error (%d)"
 864msgstr ""
 865
 866#: archive-zip.c:605
 867#, c-format
 868msgid "timestamp too large for this system: %<PRIuMAX>"
 869msgstr ""
 870
 871#: attr.c:218
 872#, c-format
 873msgid "%.*s is not a valid attribute name"
 874msgstr ""
 875
 876#: attr.c:415
 877msgid ""
 878"Negative patterns are ignored in git attributes\n"
 879"Use '\\!' for literal leading exclamation."
 880msgstr ""
 881
 882#: bisect.c:467
 883#, c-format
 884msgid "Badly quoted content in file '%s': %s"
 885msgstr ""
 886
 887#: bisect.c:675
 888#, c-format
 889msgid "We cannot bisect more!\n"
 890msgstr ""
 891
 892#: bisect.c:729
 893#, c-format
 894msgid "Not a valid commit name %s"
 895msgstr ""
 896
 897#: bisect.c:753
 898#, c-format
 899msgid ""
 900"The merge base %s is bad.\n"
 901"This means the bug has been fixed between %s and [%s].\n"
 902msgstr ""
 903
 904#: bisect.c:758
 905#, c-format
 906msgid ""
 907"The merge base %s is new.\n"
 908"The property has changed between %s and [%s].\n"
 909msgstr ""
 910
 911#: bisect.c:763
 912#, c-format
 913msgid ""
 914"The merge base %s is %s.\n"
 915"This means the first '%s' commit is between %s and [%s].\n"
 916msgstr ""
 917
 918#: bisect.c:771
 919#, c-format
 920msgid ""
 921"Some %s revs are not ancestors of the %s rev.\n"
 922"git bisect cannot work properly in this case.\n"
 923"Maybe you mistook %s and %s revs?\n"
 924msgstr ""
 925
 926#: bisect.c:784
 927#, c-format
 928msgid ""
 929"the merge base between %s and [%s] must be skipped.\n"
 930"So we cannot be sure the first %s commit is between %s and %s.\n"
 931"We continue anyway."
 932msgstr ""
 933
 934#: bisect.c:817
 935#, c-format
 936msgid "Bisecting: a merge base must be tested\n"
 937msgstr ""
 938
 939#: bisect.c:857
 940#, c-format
 941msgid "a %s revision is needed"
 942msgstr ""
 943
 944#: bisect.c:876 builtin/notes.c:177 builtin/tag.c:237
 945#, c-format
 946msgid "could not create file '%s'"
 947msgstr ""
 948
 949#: bisect.c:927 builtin/merge.c:137
 950#, c-format
 951msgid "could not read file '%s'"
 952msgstr ""
 953
 954#: bisect.c:957
 955msgid "reading bisect refs failed"
 956msgstr ""
 957
 958#: bisect.c:976
 959#, c-format
 960msgid "%s was both %s and %s\n"
 961msgstr ""
 962
 963#: bisect.c:984
 964#, c-format
 965msgid ""
 966"No testable commit found.\n"
 967"Maybe you started with bad path parameters?\n"
 968msgstr ""
 969
 970#: bisect.c:1003
 971#, c-format
 972msgid "(roughly %d step)"
 973msgid_plural "(roughly %d steps)"
 974msgstr[0] ""
 975msgstr[1] ""
 976
 977#. TRANSLATORS: the last %s will be replaced with "(roughly %d
 978#. steps)" translation.
 979#.
 980#: bisect.c:1009
 981#, c-format
 982msgid "Bisecting: %d revision left to test after this %s\n"
 983msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 984msgstr[0] ""
 985msgstr[1] ""
 986
 987#: blame.c:1786
 988msgid "--contents and --reverse do not blend well."
 989msgstr ""
 990
 991#: blame.c:1800
 992msgid "cannot use --contents with final commit object name"
 993msgstr ""
 994
 995#: blame.c:1821
 996msgid "--reverse and --first-parent together require specified latest commit"
 997msgstr ""
 998
 999#: blame.c:1830 bundle.c:162 ref-filter.c:2154 sequencer.c:1874
1000#: sequencer.c:3772 builtin/commit.c:994 builtin/log.c:372 builtin/log.c:926
1001#: builtin/log.c:1381 builtin/log.c:1713 builtin/log.c:1963 builtin/merge.c:404
1002#: builtin/pack-objects.c:3032 builtin/pack-objects.c:3047
1003#: builtin/shortlog.c:192
1004msgid "revision walk setup failed"
1005msgstr ""
1006
1007#: blame.c:1848
1008msgid ""
1009"--reverse --first-parent together require range along first-parent chain"
1010msgstr ""
1011
1012#: blame.c:1859
1013#, c-format
1014msgid "no such path %s in %s"
1015msgstr ""
1016
1017#: blame.c:1870
1018#, c-format
1019msgid "cannot read blob %s for path %s"
1020msgstr ""
1021
1022#: branch.c:54
1023#, c-format
1024msgid ""
1025"\n"
1026"After fixing the error cause you may try to fix up\n"
1027"the remote tracking information by invoking\n"
1028"\"git branch --set-upstream-to=%s%s%s\"."
1029msgstr ""
1030
1031#: branch.c:68
1032#, c-format
1033msgid "Not setting branch %s as its own upstream."
1034msgstr ""
1035
1036#: branch.c:94
1037#, c-format
1038msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1039msgstr ""
1040
1041#: branch.c:95
1042#, c-format
1043msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1044msgstr ""
1045
1046#: branch.c:99
1047#, c-format
1048msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1049msgstr ""
1050
1051#: branch.c:100
1052#, c-format
1053msgid "Branch '%s' set up to track local branch '%s'."
1054msgstr ""
1055
1056#: branch.c:105
1057#, c-format
1058msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1059msgstr ""
1060
1061#: branch.c:106
1062#, c-format
1063msgid "Branch '%s' set up to track remote ref '%s'."
1064msgstr ""
1065
1066#: branch.c:110
1067#, c-format
1068msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1069msgstr ""
1070
1071#: branch.c:111
1072#, c-format
1073msgid "Branch '%s' set up to track local ref '%s'."
1074msgstr ""
1075
1076#: branch.c:120
1077msgid "Unable to write upstream branch configuration"
1078msgstr ""
1079
1080#: branch.c:157
1081#, c-format
1082msgid "Not tracking: ambiguous information for ref %s"
1083msgstr ""
1084
1085#: branch.c:190
1086#, c-format
1087msgid "'%s' is not a valid branch name."
1088msgstr ""
1089
1090#: branch.c:209
1091#, c-format
1092msgid "A branch named '%s' already exists."
1093msgstr ""
1094
1095#: branch.c:214
1096msgid "Cannot force update the current branch."
1097msgstr ""
1098
1099#: branch.c:234
1100#, c-format
1101msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1102msgstr ""
1103
1104#: branch.c:236
1105#, c-format
1106msgid "the requested upstream branch '%s' does not exist"
1107msgstr ""
1108
1109#: branch.c:238
1110msgid ""
1111"\n"
1112"If you are planning on basing your work on an upstream\n"
1113"branch that already exists at the remote, you may need to\n"
1114"run \"git fetch\" to retrieve it.\n"
1115"\n"
1116"If you are planning to push out a new local branch that\n"
1117"will track its remote counterpart, you may want to use\n"
1118"\"git push -u\" to set the upstream config as you push."
1119msgstr ""
1120
1121#: branch.c:281
1122#, c-format
1123msgid "Not a valid object name: '%s'."
1124msgstr ""
1125
1126#: branch.c:301
1127#, c-format
1128msgid "Ambiguous object name: '%s'."
1129msgstr ""
1130
1131#: branch.c:306
1132#, c-format
1133msgid "Not a valid branch point: '%s'."
1134msgstr ""
1135
1136#: branch.c:360
1137#, c-format
1138msgid "'%s' is already checked out at '%s'"
1139msgstr ""
1140
1141#: branch.c:383
1142#, c-format
1143msgid "HEAD of working tree %s is not updated"
1144msgstr ""
1145
1146#: bundle.c:36
1147#, c-format
1148msgid "'%s' does not look like a v2 bundle file"
1149msgstr ""
1150
1151#: bundle.c:64
1152#, c-format
1153msgid "unrecognized header: %s%s (%d)"
1154msgstr ""
1155
1156#: bundle.c:90 sequencer.c:2092 sequencer.c:2578 builtin/commit.c:768
1157#, c-format
1158msgid "could not open '%s'"
1159msgstr ""
1160
1161#: bundle.c:141
1162msgid "Repository lacks these prerequisite commits:"
1163msgstr ""
1164
1165#: bundle.c:192
1166#, c-format
1167msgid "The bundle contains this ref:"
1168msgid_plural "The bundle contains these %d refs:"
1169msgstr[0] ""
1170msgstr[1] ""
1171
1172#: bundle.c:199
1173msgid "The bundle records a complete history."
1174msgstr ""
1175
1176#: bundle.c:201
1177#, c-format
1178msgid "The bundle requires this ref:"
1179msgid_plural "The bundle requires these %d refs:"
1180msgstr[0] ""
1181msgstr[1] ""
1182
1183#: bundle.c:260
1184msgid "Could not spawn pack-objects"
1185msgstr ""
1186
1187#: bundle.c:271
1188msgid "pack-objects died"
1189msgstr ""
1190
1191#: bundle.c:313
1192msgid "rev-list died"
1193msgstr ""
1194
1195#: bundle.c:362
1196#, c-format
1197msgid "ref '%s' is excluded by the rev-list options"
1198msgstr ""
1199
1200#: bundle.c:453 builtin/log.c:187 builtin/log.c:1618 builtin/shortlog.c:304
1201#, c-format
1202msgid "unrecognized argument: %s"
1203msgstr ""
1204
1205#: bundle.c:461
1206msgid "Refusing to create empty bundle."
1207msgstr ""
1208
1209#: bundle.c:473
1210#, c-format
1211msgid "cannot create '%s'"
1212msgstr ""
1213
1214#: bundle.c:501
1215msgid "index-pack died"
1216msgstr ""
1217
1218#: color.c:296
1219#, c-format
1220msgid "invalid color value: %.*s"
1221msgstr ""
1222
1223#: commit.c:48 sequencer.c:2384 builtin/am.c:422 builtin/am.c:466
1224#: builtin/am.c:1438 builtin/am.c:2072 builtin/replace.c:376
1225#: builtin/replace.c:448
1226#, c-format
1227msgid "could not parse %s"
1228msgstr ""
1229
1230#: commit.c:50
1231#, c-format
1232msgid "%s %s is not a commit!"
1233msgstr ""
1234
1235#: commit.c:191
1236msgid ""
1237"Support for <GIT_DIR>/info/grafts is deprecated\n"
1238"and will be removed in a future Git version.\n"
1239"\n"
1240"Please use \"git replace --convert-graft-file\"\n"
1241"to convert the grafts into replace refs.\n"
1242"\n"
1243"Turn this message off by running\n"
1244"\"git config advice.graftFileDeprecated false\""
1245msgstr ""
1246
1247#: commit.c:1629
1248msgid ""
1249"Warning: commit message did not conform to UTF-8.\n"
1250"You may want to amend it after fixing the message, or set the config\n"
1251"variable i18n.commitencoding to the encoding your project uses.\n"
1252msgstr ""
1253
1254#: commit-graph.c:83
1255#, c-format
1256msgid "graph file %s is too small"
1257msgstr ""
1258
1259#: commit-graph.c:90
1260#, c-format
1261msgid "graph signature %X does not match signature %X"
1262msgstr ""
1263
1264#: commit-graph.c:97
1265#, c-format
1266msgid "graph version %X does not match version %X"
1267msgstr ""
1268
1269#: commit-graph.c:104
1270#, c-format
1271msgid "hash version %X does not match version %X"
1272msgstr ""
1273
1274#: commit-graph.c:128
1275#, c-format
1276msgid "improper chunk offset %08x%08x"
1277msgstr ""
1278
1279#: commit-graph.c:164
1280#, c-format
1281msgid "chunk id %08x appears multiple times"
1282msgstr ""
1283
1284#: commit-graph.c:261
1285#, c-format
1286msgid "could not find commit %s"
1287msgstr ""
1288
1289#: commit-graph.c:565 builtin/pack-objects.c:2571
1290#, c-format
1291msgid "unable to get type of object %s"
1292msgstr ""
1293
1294#: commit-graph.c:730
1295#, c-format
1296msgid "error adding pack %s"
1297msgstr ""
1298
1299#: commit-graph.c:732
1300#, c-format
1301msgid "error opening index for %s"
1302msgstr ""
1303
1304#: commit-graph.c:773
1305#, c-format
1306msgid "the commit graph format cannot write %d commits"
1307msgstr ""
1308
1309#: commit-graph.c:800
1310msgid "too many commits to write graph"
1311msgstr ""
1312
1313#: commit-graph.c:806
1314#, c-format
1315msgid "unable to create leading directories of %s"
1316msgstr ""
1317
1318#: commit-graph.c:904
1319msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1320msgstr ""
1321
1322#: compat/obstack.c:405 compat/obstack.c:407
1323msgid "memory exhausted"
1324msgstr ""
1325
1326#: config.c:123
1327#, c-format
1328msgid ""
1329"exceeded maximum include depth (%d) while including\n"
1330"\t%s\n"
1331"from\n"
1332"\t%s\n"
1333"Do you have circular includes?"
1334msgstr ""
1335
1336#: config.c:139
1337#, c-format
1338msgid "could not expand include path '%s'"
1339msgstr ""
1340
1341#: config.c:150
1342msgid "relative config includes must come from files"
1343msgstr ""
1344
1345#: config.c:190
1346msgid "relative config include conditionals must come from files"
1347msgstr ""
1348
1349#: config.c:348
1350#, c-format
1351msgid "key does not contain a section: %s"
1352msgstr ""
1353
1354#: config.c:354
1355#, c-format
1356msgid "key does not contain variable name: %s"
1357msgstr ""
1358
1359#: config.c:378 sequencer.c:2206
1360#, c-format
1361msgid "invalid key: %s"
1362msgstr ""
1363
1364#: config.c:384
1365#, c-format
1366msgid "invalid key (newline): %s"
1367msgstr ""
1368
1369#: config.c:420 config.c:432
1370#, c-format
1371msgid "bogus config parameter: %s"
1372msgstr ""
1373
1374#: config.c:467
1375#, c-format
1376msgid "bogus format in %s"
1377msgstr ""
1378
1379#: config.c:793
1380#, c-format
1381msgid "bad config line %d in blob %s"
1382msgstr ""
1383
1384#: config.c:797
1385#, c-format
1386msgid "bad config line %d in file %s"
1387msgstr ""
1388
1389#: config.c:801
1390#, c-format
1391msgid "bad config line %d in standard input"
1392msgstr ""
1393
1394#: config.c:805
1395#, c-format
1396msgid "bad config line %d in submodule-blob %s"
1397msgstr ""
1398
1399#: config.c:809
1400#, c-format
1401msgid "bad config line %d in command line %s"
1402msgstr ""
1403
1404#: config.c:813
1405#, c-format
1406msgid "bad config line %d in %s"
1407msgstr ""
1408
1409#: config.c:952
1410msgid "out of range"
1411msgstr ""
1412
1413#: config.c:952
1414msgid "invalid unit"
1415msgstr ""
1416
1417#: config.c:958
1418#, c-format
1419msgid "bad numeric config value '%s' for '%s': %s"
1420msgstr ""
1421
1422#: config.c:963
1423#, c-format
1424msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1425msgstr ""
1426
1427#: config.c:966
1428#, c-format
1429msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1430msgstr ""
1431
1432#: config.c:969
1433#, c-format
1434msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1435msgstr ""
1436
1437#: config.c:972
1438#, c-format
1439msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1440msgstr ""
1441
1442#: config.c:975
1443#, c-format
1444msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1445msgstr ""
1446
1447#: config.c:978
1448#, c-format
1449msgid "bad numeric config value '%s' for '%s' in %s: %s"
1450msgstr ""
1451
1452#: config.c:1073
1453#, c-format
1454msgid "failed to expand user dir in: '%s'"
1455msgstr ""
1456
1457#: config.c:1082
1458#, c-format
1459msgid "'%s' for '%s' is not a valid timestamp"
1460msgstr ""
1461
1462#: config.c:1173
1463#, c-format
1464msgid "abbrev length out of range: %d"
1465msgstr ""
1466
1467#: config.c:1187 config.c:1198
1468#, c-format
1469msgid "bad zlib compression level %d"
1470msgstr ""
1471
1472#: config.c:1290
1473msgid "core.commentChar should only be one character"
1474msgstr ""
1475
1476#: config.c:1323
1477#, c-format
1478msgid "invalid mode for object creation: %s"
1479msgstr ""
1480
1481#: config.c:1403
1482#, c-format
1483msgid "malformed value for %s"
1484msgstr ""
1485
1486#: config.c:1429
1487#, c-format
1488msgid "malformed value for %s: %s"
1489msgstr ""
1490
1491#: config.c:1430
1492msgid "must be one of nothing, matching, simple, upstream or current"
1493msgstr ""
1494
1495#: config.c:1489 builtin/pack-objects.c:3282
1496#, c-format
1497msgid "bad pack compression level %d"
1498msgstr ""
1499
1500#: config.c:1610
1501#, c-format
1502msgid "unable to load config blob object '%s'"
1503msgstr ""
1504
1505#: config.c:1613
1506#, c-format
1507msgid "reference '%s' does not point to a blob"
1508msgstr ""
1509
1510#: config.c:1630
1511#, c-format
1512msgid "unable to resolve config blob '%s'"
1513msgstr ""
1514
1515#: config.c:1660
1516#, c-format
1517msgid "failed to parse %s"
1518msgstr ""
1519
1520#: config.c:1700
1521msgid "unable to parse command-line config"
1522msgstr ""
1523
1524#: config.c:2032
1525msgid "unknown error occurred while reading the configuration files"
1526msgstr ""
1527
1528#: config.c:2202
1529#, c-format
1530msgid "Invalid %s: '%s'"
1531msgstr ""
1532
1533#: config.c:2245
1534#, c-format
1535msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1536msgstr ""
1537
1538#: config.c:2271
1539#, c-format
1540msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1541msgstr ""
1542
1543#: config.c:2296
1544#, c-format
1545msgid "unable to parse '%s' from command-line config"
1546msgstr ""
1547
1548#: config.c:2298
1549#, c-format
1550msgid "bad config variable '%s' in file '%s' at line %d"
1551msgstr ""
1552
1553#: config.c:2379
1554#, c-format
1555msgid "invalid section name '%s'"
1556msgstr ""
1557
1558#: config.c:2411
1559#, c-format
1560msgid "%s has multiple values"
1561msgstr ""
1562
1563#: config.c:2440
1564#, c-format
1565msgid "failed to write new configuration file %s"
1566msgstr ""
1567
1568#: config.c:2691 config.c:3015
1569#, c-format
1570msgid "could not lock config file %s"
1571msgstr ""
1572
1573#: config.c:2702
1574#, c-format
1575msgid "opening %s"
1576msgstr ""
1577
1578#: config.c:2737 builtin/config.c:324
1579#, c-format
1580msgid "invalid pattern: %s"
1581msgstr ""
1582
1583#: config.c:2762
1584#, c-format
1585msgid "invalid config file %s"
1586msgstr ""
1587
1588#: config.c:2775 config.c:3028
1589#, c-format
1590msgid "fstat on %s failed"
1591msgstr ""
1592
1593#: config.c:2786
1594#, c-format
1595msgid "unable to mmap '%s'"
1596msgstr ""
1597
1598#: config.c:2795 config.c:3033
1599#, c-format
1600msgid "chmod on %s failed"
1601msgstr ""
1602
1603#: config.c:2880 config.c:3130
1604#, c-format
1605msgid "could not write config file %s"
1606msgstr ""
1607
1608#: config.c:2914
1609#, c-format
1610msgid "could not set '%s' to '%s'"
1611msgstr ""
1612
1613#: config.c:2916 builtin/remote.c:781
1614#, c-format
1615msgid "could not unset '%s'"
1616msgstr ""
1617
1618#: config.c:3006
1619#, c-format
1620msgid "invalid section name: %s"
1621msgstr ""
1622
1623#: config.c:3173
1624#, c-format
1625msgid "missing value for '%s'"
1626msgstr ""
1627
1628#: connect.c:61
1629msgid "the remote end hung up upon initial contact"
1630msgstr ""
1631
1632#: connect.c:63
1633msgid ""
1634"Could not read from remote repository.\n"
1635"\n"
1636"Please make sure you have the correct access rights\n"
1637"and the repository exists."
1638msgstr ""
1639
1640#: connect.c:81
1641#, c-format
1642msgid "server doesn't support '%s'"
1643msgstr ""
1644
1645#: connect.c:103
1646#, c-format
1647msgid "server doesn't support feature '%s'"
1648msgstr ""
1649
1650#: connect.c:114
1651msgid "expected flush after capabilities"
1652msgstr ""
1653
1654#: connect.c:233
1655#, c-format
1656msgid "ignoring capabilities after first line '%s'"
1657msgstr ""
1658
1659#: connect.c:252
1660msgid "protocol error: unexpected capabilities^{}"
1661msgstr ""
1662
1663#: connect.c:273
1664#, c-format
1665msgid "protocol error: expected shallow sha-1, got '%s'"
1666msgstr ""
1667
1668#: connect.c:275
1669msgid "repository on the other end cannot be shallow"
1670msgstr ""
1671
1672#: connect.c:310 fetch-pack.c:183 builtin/archive.c:63
1673#, c-format
1674msgid "remote error: %s"
1675msgstr ""
1676
1677#: connect.c:316
1678msgid "invalid packet"
1679msgstr ""
1680
1681#: connect.c:336
1682#, c-format
1683msgid "protocol error: unexpected '%s'"
1684msgstr ""
1685
1686#: connect.c:444
1687#, c-format
1688msgid "invalid ls-refs response: %s"
1689msgstr ""
1690
1691#: connect.c:448
1692msgid "expected flush after ref listing"
1693msgstr ""
1694
1695#: connect.c:547
1696#, c-format
1697msgid "protocol '%s' is not supported"
1698msgstr ""
1699
1700#: connect.c:598
1701msgid "unable to set SO_KEEPALIVE on socket"
1702msgstr ""
1703
1704#: connect.c:638 connect.c:701
1705#, c-format
1706msgid "Looking up %s ... "
1707msgstr ""
1708
1709#: connect.c:642
1710#, c-format
1711msgid "unable to look up %s (port %s) (%s)"
1712msgstr ""
1713
1714#. TRANSLATORS: this is the end of "Looking up %s ... "
1715#: connect.c:646 connect.c:717
1716#, c-format
1717msgid ""
1718"done.\n"
1719"Connecting to %s (port %s) ... "
1720msgstr ""
1721
1722#: connect.c:668 connect.c:745
1723#, c-format
1724msgid ""
1725"unable to connect to %s:\n"
1726"%s"
1727msgstr ""
1728
1729#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1730#: connect.c:674 connect.c:751
1731msgid "done."
1732msgstr ""
1733
1734#: connect.c:705
1735#, c-format
1736msgid "unable to look up %s (%s)"
1737msgstr ""
1738
1739#: connect.c:711
1740#, c-format
1741msgid "unknown port %s"
1742msgstr ""
1743
1744#: connect.c:848 connect.c:1174
1745#, c-format
1746msgid "strange hostname '%s' blocked"
1747msgstr ""
1748
1749#: connect.c:850
1750#, c-format
1751msgid "strange port '%s' blocked"
1752msgstr ""
1753
1754#: connect.c:860
1755#, c-format
1756msgid "cannot start proxy %s"
1757msgstr ""
1758
1759#: connect.c:927
1760msgid "no path specified; see 'git help pull' for valid url syntax"
1761msgstr ""
1762
1763#: connect.c:1122
1764msgid "ssh variant 'simple' does not support -4"
1765msgstr ""
1766
1767#: connect.c:1134
1768msgid "ssh variant 'simple' does not support -6"
1769msgstr ""
1770
1771#: connect.c:1151
1772msgid "ssh variant 'simple' does not support setting port"
1773msgstr ""
1774
1775#: connect.c:1262
1776#, c-format
1777msgid "strange pathname '%s' blocked"
1778msgstr ""
1779
1780#: connect.c:1307
1781msgid "unable to fork"
1782msgstr ""
1783
1784#: connected.c:68 builtin/fsck.c:203 builtin/prune.c:146
1785msgid "Checking connectivity"
1786msgstr ""
1787
1788#: connected.c:80
1789msgid "Could not run 'git rev-list'"
1790msgstr ""
1791
1792#: connected.c:100
1793msgid "failed write to rev-list"
1794msgstr ""
1795
1796#: connected.c:107
1797msgid "failed to close rev-list's stdin"
1798msgstr ""
1799
1800#: convert.c:194
1801#, c-format
1802msgid "illegal crlf_action %d"
1803msgstr ""
1804
1805#: convert.c:207
1806#, c-format
1807msgid "CRLF would be replaced by LF in %s"
1808msgstr ""
1809
1810#: convert.c:209
1811#, c-format
1812msgid ""
1813"CRLF will be replaced by LF in %s.\n"
1814"The file will have its original line endings in your working directory"
1815msgstr ""
1816
1817#: convert.c:217
1818#, c-format
1819msgid "LF would be replaced by CRLF in %s"
1820msgstr ""
1821
1822#: convert.c:219
1823#, c-format
1824msgid ""
1825"LF will be replaced by CRLF in %s.\n"
1826"The file will have its original line endings in your working directory"
1827msgstr ""
1828
1829#: convert.c:280
1830#, c-format
1831msgid "BOM is prohibited in '%s' if encoded as %s"
1832msgstr ""
1833
1834#: convert.c:287
1835#, c-format
1836msgid ""
1837"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1838"tree-encoding."
1839msgstr ""
1840
1841#: convert.c:305
1842#, c-format
1843msgid "BOM is required in '%s' if encoded as %s"
1844msgstr ""
1845
1846#: convert.c:307
1847#, c-format
1848msgid ""
1849"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1850"%sLE (depending on the byte order) as working-tree-encoding."
1851msgstr ""
1852
1853#: convert.c:425 convert.c:496
1854#, c-format
1855msgid "failed to encode '%s' from %s to %s"
1856msgstr ""
1857
1858#: convert.c:468
1859#, c-format
1860msgid "encoding '%s' from %s to %s and back is not the same"
1861msgstr ""
1862
1863#: convert.c:674
1864#, c-format
1865msgid "cannot fork to run external filter '%s'"
1866msgstr ""
1867
1868#: convert.c:694
1869#, c-format
1870msgid "cannot feed the input to external filter '%s'"
1871msgstr ""
1872
1873#: convert.c:701
1874#, c-format
1875msgid "external filter '%s' failed %d"
1876msgstr ""
1877
1878#: convert.c:736 convert.c:739
1879#, c-format
1880msgid "read from external filter '%s' failed"
1881msgstr ""
1882
1883#: convert.c:742 convert.c:796
1884#, c-format
1885msgid "external filter '%s' failed"
1886msgstr ""
1887
1888#: convert.c:844
1889msgid "unexpected filter type"
1890msgstr ""
1891
1892#: convert.c:855
1893msgid "path name too long for external filter"
1894msgstr ""
1895
1896#: convert.c:929
1897#, c-format
1898msgid ""
1899"external filter '%s' is not available anymore although not all paths have "
1900"been filtered"
1901msgstr ""
1902
1903#: convert.c:1228
1904msgid "true/false are no valid working-tree-encodings"
1905msgstr ""
1906
1907#: convert.c:1402 convert.c:1436
1908#, c-format
1909msgid "%s: clean filter '%s' failed"
1910msgstr ""
1911
1912#: convert.c:1480
1913#, c-format
1914msgid "%s: smudge filter %s failed"
1915msgstr ""
1916
1917#: date.c:116
1918msgid "in the future"
1919msgstr ""
1920
1921#: date.c:122
1922#, c-format
1923msgid "%<PRIuMAX> second ago"
1924msgid_plural "%<PRIuMAX> seconds ago"
1925msgstr[0] ""
1926msgstr[1] ""
1927
1928#: date.c:129
1929#, c-format
1930msgid "%<PRIuMAX> minute ago"
1931msgid_plural "%<PRIuMAX> minutes ago"
1932msgstr[0] ""
1933msgstr[1] ""
1934
1935#: date.c:136
1936#, c-format
1937msgid "%<PRIuMAX> hour ago"
1938msgid_plural "%<PRIuMAX> hours ago"
1939msgstr[0] ""
1940msgstr[1] ""
1941
1942#: date.c:143
1943#, c-format
1944msgid "%<PRIuMAX> day ago"
1945msgid_plural "%<PRIuMAX> days ago"
1946msgstr[0] ""
1947msgstr[1] ""
1948
1949#: date.c:149
1950#, c-format
1951msgid "%<PRIuMAX> week ago"
1952msgid_plural "%<PRIuMAX> weeks ago"
1953msgstr[0] ""
1954msgstr[1] ""
1955
1956#: date.c:156
1957#, c-format
1958msgid "%<PRIuMAX> month ago"
1959msgid_plural "%<PRIuMAX> months ago"
1960msgstr[0] ""
1961msgstr[1] ""
1962
1963#: date.c:167
1964#, c-format
1965msgid "%<PRIuMAX> year"
1966msgid_plural "%<PRIuMAX> years"
1967msgstr[0] ""
1968msgstr[1] ""
1969
1970#. TRANSLATORS: "%s" is "<n> years"
1971#: date.c:170
1972#, c-format
1973msgid "%s, %<PRIuMAX> month ago"
1974msgid_plural "%s, %<PRIuMAX> months ago"
1975msgstr[0] ""
1976msgstr[1] ""
1977
1978#: date.c:175 date.c:180
1979#, c-format
1980msgid "%<PRIuMAX> year ago"
1981msgid_plural "%<PRIuMAX> years ago"
1982msgstr[0] ""
1983msgstr[1] ""
1984
1985#: diffcore-order.c:24
1986#, c-format
1987msgid "failed to read orderfile '%s'"
1988msgstr ""
1989
1990#: diffcore-rename.c:536
1991msgid "Performing inexact rename detection"
1992msgstr ""
1993
1994#: diff.c:108
1995#, c-format
1996msgid "option '%s' requires a value"
1997msgstr ""
1998
1999#: diff.c:158
2000#, c-format
2001msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2002msgstr ""
2003
2004#: diff.c:163
2005#, c-format
2006msgid "  Unknown dirstat parameter '%s'\n"
2007msgstr ""
2008
2009#: diff.c:291
2010msgid ""
2011"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2012"'dimmed-zebra', 'plain'"
2013msgstr ""
2014
2015#: diff.c:316
2016#, c-format
2017msgid "ignoring unknown color-moved-ws mode '%s'"
2018msgstr ""
2019
2020#: diff.c:323
2021msgid ""
2022"color-moved-ws: allow-indentation-change cannot be combined with other white "
2023"space modes"
2024msgstr ""
2025
2026#: diff.c:394
2027#, c-format
2028msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2029msgstr ""
2030
2031#: diff.c:454
2032#, c-format
2033msgid ""
2034"Found errors in 'diff.dirstat' config variable:\n"
2035"%s"
2036msgstr ""
2037
2038#: diff.c:4096
2039#, c-format
2040msgid "external diff died, stopping at %s"
2041msgstr ""
2042
2043#: diff.c:4427
2044msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2045msgstr ""
2046
2047#: diff.c:4430
2048msgid "-G, -S and --find-object are mutually exclusive"
2049msgstr ""
2050
2051#: diff.c:4508
2052msgid "--follow requires exactly one pathspec"
2053msgstr ""
2054
2055#: diff.c:4674
2056#, c-format
2057msgid ""
2058"Failed to parse --dirstat/-X option parameter:\n"
2059"%s"
2060msgstr ""
2061
2062#: diff.c:4688
2063#, c-format
2064msgid "Failed to parse --submodule option parameter: '%s'"
2065msgstr ""
2066
2067#: diff.c:5766
2068msgid "inexact rename detection was skipped due to too many files."
2069msgstr ""
2070
2071#: diff.c:5769
2072msgid "only found copies from modified paths due to too many files."
2073msgstr ""
2074
2075#: diff.c:5772
2076#, c-format
2077msgid ""
2078"you may want to set your %s variable to at least %d and retry the command."
2079msgstr ""
2080
2081#: dir.c:569
2082#, c-format
2083msgid "pathspec '%s' did not match any file(s) known to git"
2084msgstr ""
2085
2086#: dir.c:958
2087#, c-format
2088msgid "cannot use %s as an exclude file"
2089msgstr ""
2090
2091#: dir.c:1873
2092#, c-format
2093msgid "could not open directory '%s'"
2094msgstr ""
2095
2096#: dir.c:2115
2097msgid "failed to get kernel name and information"
2098msgstr ""
2099
2100#: dir.c:2239
2101msgid "untracked cache is disabled on this system or location"
2102msgstr ""
2103
2104#: dir.c:3037
2105#, c-format
2106msgid "index file corrupt in repo %s"
2107msgstr ""
2108
2109#: dir.c:3082 dir.c:3087
2110#, c-format
2111msgid "could not create directories for %s"
2112msgstr ""
2113
2114#: dir.c:3116
2115#, c-format
2116msgid "could not migrate git directory from '%s' to '%s'"
2117msgstr ""
2118
2119#: editor.c:61
2120#, c-format
2121msgid "hint: Waiting for your editor to close the file...%c"
2122msgstr ""
2123
2124#: entry.c:178
2125msgid "Filtering content"
2126msgstr ""
2127
2128#: entry.c:437
2129#, c-format
2130msgid "could not stat file '%s'"
2131msgstr ""
2132
2133#: environment.c:150
2134#, c-format
2135msgid "bad git namespace path \"%s\""
2136msgstr ""
2137
2138#: environment.c:332
2139#, c-format
2140msgid "could not set GIT_DIR to '%s'"
2141msgstr ""
2142
2143#: exec-cmd.c:361
2144#, c-format
2145msgid "too many args to run %s"
2146msgstr ""
2147
2148#: fetch-object.c:17
2149msgid "Remote with no URL"
2150msgstr ""
2151
2152#: fetch-pack.c:152
2153msgid "git fetch-pack: expected shallow list"
2154msgstr ""
2155
2156#: fetch-pack.c:164
2157msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2158msgstr ""
2159
2160#: fetch-pack.c:184
2161#, c-format
2162msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2163msgstr ""
2164
2165#: fetch-pack.c:254
2166msgid "--stateless-rpc requires multi_ack_detailed"
2167msgstr ""
2168
2169#: fetch-pack.c:342 fetch-pack.c:1257
2170#, c-format
2171msgid "invalid shallow line: %s"
2172msgstr ""
2173
2174#: fetch-pack.c:348 fetch-pack.c:1263
2175#, c-format
2176msgid "invalid unshallow line: %s"
2177msgstr ""
2178
2179#: fetch-pack.c:350 fetch-pack.c:1265
2180#, c-format
2181msgid "object not found: %s"
2182msgstr ""
2183
2184#: fetch-pack.c:353 fetch-pack.c:1268
2185#, c-format
2186msgid "error in object: %s"
2187msgstr ""
2188
2189#: fetch-pack.c:355 fetch-pack.c:1270
2190#, c-format
2191msgid "no shallow found: %s"
2192msgstr ""
2193
2194#: fetch-pack.c:358 fetch-pack.c:1273
2195#, c-format
2196msgid "expected shallow/unshallow, got %s"
2197msgstr ""
2198
2199#: fetch-pack.c:399
2200#, c-format
2201msgid "got %s %d %s"
2202msgstr ""
2203
2204#: fetch-pack.c:416
2205#, c-format
2206msgid "invalid commit %s"
2207msgstr ""
2208
2209#: fetch-pack.c:447
2210msgid "giving up"
2211msgstr ""
2212
2213#: fetch-pack.c:459 progress.c:229
2214msgid "done"
2215msgstr ""
2216
2217#: fetch-pack.c:471
2218#, c-format
2219msgid "got %s (%d) %s"
2220msgstr ""
2221
2222#: fetch-pack.c:517
2223#, c-format
2224msgid "Marking %s as complete"
2225msgstr ""
2226
2227#: fetch-pack.c:764
2228#, c-format
2229msgid "already have %s (%s)"
2230msgstr ""
2231
2232#: fetch-pack.c:803
2233msgid "fetch-pack: unable to fork off sideband demultiplexer"
2234msgstr ""
2235
2236#: fetch-pack.c:811
2237msgid "protocol error: bad pack header"
2238msgstr ""
2239
2240#: fetch-pack.c:879
2241#, c-format
2242msgid "fetch-pack: unable to fork off %s"
2243msgstr ""
2244
2245#: fetch-pack.c:895
2246#, c-format
2247msgid "%s failed"
2248msgstr ""
2249
2250#: fetch-pack.c:897
2251msgid "error in sideband demultiplexer"
2252msgstr ""
2253
2254#: fetch-pack.c:926
2255msgid "Server does not support shallow clients"
2256msgstr ""
2257
2258#: fetch-pack.c:930
2259msgid "Server supports multi_ack_detailed"
2260msgstr ""
2261
2262#: fetch-pack.c:933
2263msgid "Server supports no-done"
2264msgstr ""
2265
2266#: fetch-pack.c:939
2267msgid "Server supports multi_ack"
2268msgstr ""
2269
2270#: fetch-pack.c:943
2271msgid "Server supports side-band-64k"
2272msgstr ""
2273
2274#: fetch-pack.c:947
2275msgid "Server supports side-band"
2276msgstr ""
2277
2278#: fetch-pack.c:951
2279msgid "Server supports allow-tip-sha1-in-want"
2280msgstr ""
2281
2282#: fetch-pack.c:955
2283msgid "Server supports allow-reachable-sha1-in-want"
2284msgstr ""
2285
2286#: fetch-pack.c:965
2287msgid "Server supports ofs-delta"
2288msgstr ""
2289
2290#: fetch-pack.c:971 fetch-pack.c:1150
2291msgid "Server supports filter"
2292msgstr ""
2293
2294#: fetch-pack.c:979
2295#, c-format
2296msgid "Server version is %.*s"
2297msgstr ""
2298
2299#: fetch-pack.c:985
2300msgid "Server does not support --shallow-since"
2301msgstr ""
2302
2303#: fetch-pack.c:989
2304msgid "Server does not support --shallow-exclude"
2305msgstr ""
2306
2307#: fetch-pack.c:991
2308msgid "Server does not support --deepen"
2309msgstr ""
2310
2311#: fetch-pack.c:1004
2312msgid "no common commits"
2313msgstr ""
2314
2315#: fetch-pack.c:1016 fetch-pack.c:1393
2316msgid "git fetch-pack: fetch failed."
2317msgstr ""
2318
2319#: fetch-pack.c:1145
2320msgid "Server does not support shallow requests"
2321msgstr ""
2322
2323#: fetch-pack.c:1191
2324#, c-format
2325msgid "error reading section header '%s'"
2326msgstr ""
2327
2328#: fetch-pack.c:1197
2329#, c-format
2330msgid "expected '%s', received '%s'"
2331msgstr ""
2332
2333#: fetch-pack.c:1236
2334#, c-format
2335msgid "unexpected acknowledgment line: '%s'"
2336msgstr ""
2337
2338#: fetch-pack.c:1241
2339#, c-format
2340msgid "error processing acks: %d"
2341msgstr ""
2342
2343#: fetch-pack.c:1278
2344#, c-format
2345msgid "error processing shallow info: %d"
2346msgstr ""
2347
2348#: fetch-pack.c:1294
2349#, c-format
2350msgid "expected wanted-ref, got '%s'"
2351msgstr ""
2352
2353#: fetch-pack.c:1304
2354#, c-format
2355msgid "unexpected wanted-ref: '%s'"
2356msgstr ""
2357
2358#: fetch-pack.c:1308
2359#, c-format
2360msgid "error processing wanted refs: %d"
2361msgstr ""
2362
2363#: fetch-pack.c:1603
2364msgid "no matching remote head"
2365msgstr ""
2366
2367#: fetch-pack.c:1621 builtin/clone.c:664
2368msgid "remote did not send all necessary objects"
2369msgstr ""
2370
2371#: fetch-pack.c:1647
2372#, c-format
2373msgid "no such remote ref %s"
2374msgstr ""
2375
2376#: fetch-pack.c:1650
2377#, c-format
2378msgid "Server does not allow request for unadvertised object %s"
2379msgstr ""
2380
2381#: gpg-interface.c:253
2382msgid "gpg failed to sign the data"
2383msgstr ""
2384
2385#: gpg-interface.c:279
2386msgid "could not create temporary file"
2387msgstr ""
2388
2389#: gpg-interface.c:282
2390#, c-format
2391msgid "failed writing detached signature to '%s'"
2392msgstr ""
2393
2394#: graph.c:97
2395#, c-format
2396msgid "ignore invalid color '%.*s' in log.graphColors"
2397msgstr ""
2398
2399#: grep.c:2115
2400#, c-format
2401msgid "'%s': unable to read %s"
2402msgstr ""
2403
2404#: grep.c:2132 setup.c:164 builtin/clone.c:410 builtin/diff.c:81
2405#: builtin/rm.c:134
2406#, c-format
2407msgid "failed to stat '%s'"
2408msgstr ""
2409
2410#: grep.c:2143
2411#, c-format
2412msgid "'%s': short read"
2413msgstr ""
2414
2415#: help.c:23
2416msgid "start a working area (see also: git help tutorial)"
2417msgstr ""
2418
2419#: help.c:24
2420msgid "work on the current change (see also: git help everyday)"
2421msgstr ""
2422
2423#: help.c:25
2424msgid "examine the history and state (see also: git help revisions)"
2425msgstr ""
2426
2427#: help.c:26
2428msgid "grow, mark and tweak your common history"
2429msgstr ""
2430
2431#: help.c:27
2432msgid "collaborate (see also: git help workflows)"
2433msgstr ""
2434
2435#: help.c:31
2436msgid "Main Porcelain Commands"
2437msgstr ""
2438
2439#: help.c:32
2440msgid "Ancillary Commands / Manipulators"
2441msgstr ""
2442
2443#: help.c:33
2444msgid "Ancillary Commands / Interrogators"
2445msgstr ""
2446
2447#: help.c:34
2448msgid "Interacting with Others"
2449msgstr ""
2450
2451#: help.c:35
2452msgid "Low-level Commands / Manipulators"
2453msgstr ""
2454
2455#: help.c:36
2456msgid "Low-level Commands / Interrogators"
2457msgstr ""
2458
2459#: help.c:37
2460msgid "Low-level Commands / Synching Repositories"
2461msgstr ""
2462
2463#: help.c:38
2464msgid "Low-level Commands / Internal Helpers"
2465msgstr ""
2466
2467#: help.c:293
2468#, c-format
2469msgid "available git commands in '%s'"
2470msgstr ""
2471
2472#: help.c:300
2473msgid "git commands available from elsewhere on your $PATH"
2474msgstr ""
2475
2476#: help.c:309
2477msgid "These are common Git commands used in various situations:"
2478msgstr ""
2479
2480#: help.c:358 git.c:90
2481#, c-format
2482msgid "unsupported command listing type '%s'"
2483msgstr ""
2484
2485#: help.c:405
2486msgid "The common Git guides are:"
2487msgstr ""
2488
2489#: help.c:552
2490#, c-format
2491msgid ""
2492"'%s' appears to be a git command, but we were not\n"
2493"able to execute it. Maybe git-%s is broken?"
2494msgstr ""
2495
2496#: help.c:611
2497msgid "Uh oh. Your system reports no Git commands at all."
2498msgstr ""
2499
2500#: help.c:633
2501#, c-format
2502msgid "WARNING: You called a Git command named '%s', which does not exist."
2503msgstr ""
2504
2505#: help.c:638
2506#, c-format
2507msgid "Continuing under the assumption that you meant '%s'."
2508msgstr ""
2509
2510#: help.c:643
2511#, c-format
2512msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
2513msgstr ""
2514
2515#: help.c:651
2516#, c-format
2517msgid "git: '%s' is not a git command. See 'git --help'."
2518msgstr ""
2519
2520#: help.c:655
2521msgid ""
2522"\n"
2523"The most similar command is"
2524msgid_plural ""
2525"\n"
2526"The most similar commands are"
2527msgstr[0] ""
2528msgstr[1] ""
2529
2530#: help.c:670
2531msgid "git version [<options>]"
2532msgstr ""
2533
2534#: help.c:738
2535#, c-format
2536msgid "%s: %s - %s"
2537msgstr ""
2538
2539#: help.c:742
2540msgid ""
2541"\n"
2542"Did you mean this?"
2543msgid_plural ""
2544"\n"
2545"Did you mean one of these?"
2546msgstr[0] ""
2547msgstr[1] ""
2548
2549#: ident.c:342
2550msgid ""
2551"\n"
2552"*** Please tell me who you are.\n"
2553"\n"
2554"Run\n"
2555"\n"
2556"  git config --global user.email \"you@example.com\"\n"
2557"  git config --global user.name \"Your Name\"\n"
2558"\n"
2559"to set your account's default identity.\n"
2560"Omit --global to set the identity only in this repository.\n"
2561"\n"
2562msgstr ""
2563
2564#: ident.c:366
2565msgid "no email was given and auto-detection is disabled"
2566msgstr ""
2567
2568#: ident.c:371
2569#, c-format
2570msgid "unable to auto-detect email address (got '%s')"
2571msgstr ""
2572
2573#: ident.c:381
2574msgid "no name was given and auto-detection is disabled"
2575msgstr ""
2576
2577#: ident.c:387
2578#, c-format
2579msgid "unable to auto-detect name (got '%s')"
2580msgstr ""
2581
2582#: ident.c:395
2583#, c-format
2584msgid "empty ident name (for <%s>) not allowed"
2585msgstr ""
2586
2587#: ident.c:401
2588#, c-format
2589msgid "name consists only of disallowed characters: %s"
2590msgstr ""
2591
2592#: ident.c:416 builtin/commit.c:600
2593#, c-format
2594msgid "invalid date format: %s"
2595msgstr ""
2596
2597#: list-objects-filter-options.c:36
2598msgid "multiple filter-specs cannot be combined"
2599msgstr ""
2600
2601#: list-objects-filter-options.c:126
2602msgid "cannot change partial clone promisor remote"
2603msgstr ""
2604
2605#: lockfile.c:151
2606#, c-format
2607msgid ""
2608"Unable to create '%s.lock': %s.\n"
2609"\n"
2610"Another git process seems to be running in this repository, e.g.\n"
2611"an editor opened by 'git commit'. Please make sure all processes\n"
2612"are terminated then try again. If it still fails, a git process\n"
2613"may have crashed in this repository earlier:\n"
2614"remove the file manually to continue."
2615msgstr ""
2616
2617#: lockfile.c:159
2618#, c-format
2619msgid "Unable to create '%s.lock': %s"
2620msgstr ""
2621
2622#: merge.c:40
2623msgid "failed to read the cache"
2624msgstr ""
2625
2626#: merge.c:105 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:380
2627#: builtin/checkout.c:608 builtin/clone.c:763
2628msgid "unable to write new index file"
2629msgstr ""
2630
2631#: merge-recursive.c:303
2632msgid "(bad commit)\n"
2633msgstr ""
2634
2635#: merge-recursive.c:325
2636#, c-format
2637msgid "add_cacheinfo failed for path '%s'; merge aborting."
2638msgstr ""
2639
2640#: merge-recursive.c:333
2641#, c-format
2642msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2643msgstr ""
2644
2645#: merge-recursive.c:415
2646msgid "error building trees"
2647msgstr ""
2648
2649#: merge-recursive.c:886
2650#, c-format
2651msgid "failed to create path '%s'%s"
2652msgstr ""
2653
2654#: merge-recursive.c:897
2655#, c-format
2656msgid "Removing %s to make room for subdirectory\n"
2657msgstr ""
2658
2659#: merge-recursive.c:911 merge-recursive.c:930
2660msgid ": perhaps a D/F conflict?"
2661msgstr ""
2662
2663#: merge-recursive.c:920
2664#, c-format
2665msgid "refusing to lose untracked file at '%s'"
2666msgstr ""
2667
2668#: merge-recursive.c:962 builtin/cat-file.c:39
2669#, c-format
2670msgid "cannot read object %s '%s'"
2671msgstr ""
2672
2673#: merge-recursive.c:964
2674#, c-format
2675msgid "blob expected for %s '%s'"
2676msgstr ""
2677
2678#: merge-recursive.c:988
2679#, c-format
2680msgid "failed to open '%s': %s"
2681msgstr ""
2682
2683#: merge-recursive.c:999
2684#, c-format
2685msgid "failed to symlink '%s': %s"
2686msgstr ""
2687
2688#: merge-recursive.c:1004
2689#, c-format
2690msgid "do not know what to do with %06o %s '%s'"
2691msgstr ""
2692
2693#: merge-recursive.c:1191
2694#, c-format
2695msgid "Failed to merge submodule %s (not checked out)"
2696msgstr ""
2697
2698#: merge-recursive.c:1198
2699#, c-format
2700msgid "Failed to merge submodule %s (commits not present)"
2701msgstr ""
2702
2703#: merge-recursive.c:1205
2704#, c-format
2705msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2706msgstr ""
2707
2708#: merge-recursive.c:1213 merge-recursive.c:1225
2709#, c-format
2710msgid "Fast-forwarding submodule %s to the following commit:"
2711msgstr ""
2712
2713#: merge-recursive.c:1216 merge-recursive.c:1228
2714#, c-format
2715msgid "Fast-forwarding submodule %s"
2716msgstr ""
2717
2718#: merge-recursive.c:1250
2719#, c-format
2720msgid "Failed to merge submodule %s (merge following commits not found)"
2721msgstr ""
2722
2723#: merge-recursive.c:1254
2724#, c-format
2725msgid "Failed to merge submodule %s (not fast-forward)"
2726msgstr ""
2727
2728#: merge-recursive.c:1255
2729msgid "Found a possible merge resolution for the submodule:\n"
2730msgstr ""
2731
2732#: merge-recursive.c:1258
2733#, c-format
2734msgid ""
2735"If this is correct simply add it to the index for example\n"
2736"by using:\n"
2737"\n"
2738"  git update-index --cacheinfo 160000 %s \"%s\"\n"
2739"\n"
2740"which will accept this suggestion.\n"
2741msgstr ""
2742
2743#: merge-recursive.c:1267
2744#, c-format
2745msgid "Failed to merge submodule %s (multiple merges found)"
2746msgstr ""
2747
2748#: merge-recursive.c:1326
2749msgid "Failed to execute internal merge"
2750msgstr ""
2751
2752#: merge-recursive.c:1331
2753#, c-format
2754msgid "Unable to add %s to database"
2755msgstr ""
2756
2757#: merge-recursive.c:1363
2758#, c-format
2759msgid "Auto-merging %s"
2760msgstr ""
2761
2762#: merge-recursive.c:1434
2763#, c-format
2764msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2765msgstr ""
2766
2767#: merge-recursive.c:1501
2768#, c-format
2769msgid ""
2770"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2771"in tree."
2772msgstr ""
2773
2774#: merge-recursive.c:1506
2775#, c-format
2776msgid ""
2777"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2778"left in tree."
2779msgstr ""
2780
2781#: merge-recursive.c:1513
2782#, c-format
2783msgid ""
2784"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2785"in tree at %s."
2786msgstr ""
2787
2788#: merge-recursive.c:1518
2789#, c-format
2790msgid ""
2791"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2792"left in tree at %s."
2793msgstr ""
2794
2795#: merge-recursive.c:1552
2796msgid "rename"
2797msgstr ""
2798
2799#: merge-recursive.c:1552
2800msgid "renamed"
2801msgstr ""
2802
2803#: merge-recursive.c:1606 merge-recursive.c:1762 merge-recursive.c:2394
2804#: merge-recursive.c:3129
2805#, c-format
2806msgid "Refusing to lose dirty file at %s"
2807msgstr ""
2808
2809#: merge-recursive.c:1620
2810#, c-format
2811msgid "%s is a directory in %s adding as %s instead"
2812msgstr ""
2813
2814#: merge-recursive.c:1625
2815#, c-format
2816msgid "Refusing to lose untracked file at %s; adding as %s instead"
2817msgstr ""
2818
2819#: merge-recursive.c:1651
2820#, c-format
2821msgid ""
2822"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2823"\"->\"%s\" in \"%s\"%s"
2824msgstr ""
2825
2826#: merge-recursive.c:1656
2827msgid " (left unresolved)"
2828msgstr ""
2829
2830#: merge-recursive.c:1720
2831#, c-format
2832msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2833msgstr ""
2834
2835#: merge-recursive.c:1759
2836#, c-format
2837msgid "Renaming %s to %s and %s to %s instead"
2838msgstr ""
2839
2840#: merge-recursive.c:1771
2841#, c-format
2842msgid "Refusing to lose untracked file at %s, even though it's in the way."
2843msgstr ""
2844
2845#: merge-recursive.c:1977
2846#, c-format
2847msgid ""
2848"CONFLICT (directory rename split): Unclear where to place %s because "
2849"directory %s was renamed to multiple other directories, with no destination "
2850"getting a majority of the files."
2851msgstr ""
2852
2853#: merge-recursive.c:2009
2854#, c-format
2855msgid ""
2856"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2857"implicit directory rename(s) putting the following path(s) there: %s."
2858msgstr ""
2859
2860#: merge-recursive.c:2019
2861#, c-format
2862msgid ""
2863"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2864"implicit directory renames tried to put these paths there: %s"
2865msgstr ""
2866
2867#: merge-recursive.c:2111
2868#, c-format
2869msgid ""
2870"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2871">%s in %s"
2872msgstr ""
2873
2874#: merge-recursive.c:2356
2875#, c-format
2876msgid ""
2877"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2878"renamed."
2879msgstr ""
2880
2881#: merge-recursive.c:2762
2882#, c-format
2883msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2884msgstr ""
2885
2886#: merge-recursive.c:2777
2887#, c-format
2888msgid "Adding merged %s"
2889msgstr ""
2890
2891#: merge-recursive.c:2784 merge-recursive.c:3132
2892#, c-format
2893msgid "Adding as %s instead"
2894msgstr ""
2895
2896#: merge-recursive.c:2941
2897#, c-format
2898msgid "cannot read object %s"
2899msgstr ""
2900
2901#: merge-recursive.c:2944
2902#, c-format
2903msgid "object %s is not a blob"
2904msgstr ""
2905
2906#: merge-recursive.c:3013
2907msgid "modify"
2908msgstr ""
2909
2910#: merge-recursive.c:3013
2911msgid "modified"
2912msgstr ""
2913
2914#: merge-recursive.c:3024
2915msgid "content"
2916msgstr ""
2917
2918#: merge-recursive.c:3031
2919msgid "add/add"
2920msgstr ""
2921
2922#: merge-recursive.c:3076
2923#, c-format
2924msgid "Skipped %s (merged same as existing)"
2925msgstr ""
2926
2927#: merge-recursive.c:3098 git-submodule.sh:865
2928msgid "submodule"
2929msgstr ""
2930
2931#: merge-recursive.c:3099
2932#, c-format
2933msgid "CONFLICT (%s): Merge conflict in %s"
2934msgstr ""
2935
2936#: merge-recursive.c:3221
2937#, c-format
2938msgid "Removing %s"
2939msgstr ""
2940
2941#: merge-recursive.c:3247
2942msgid "file/directory"
2943msgstr ""
2944
2945#: merge-recursive.c:3253
2946msgid "directory/file"
2947msgstr ""
2948
2949#: merge-recursive.c:3260
2950#, c-format
2951msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2952msgstr ""
2953
2954#: merge-recursive.c:3269
2955#, c-format
2956msgid "Adding %s"
2957msgstr ""
2958
2959#: merge-recursive.c:3303
2960#, c-format
2961msgid ""
2962"Your local changes to the following files would be overwritten by merge:\n"
2963"  %s"
2964msgstr ""
2965
2966#: merge-recursive.c:3314
2967msgid "Already up to date!"
2968msgstr ""
2969
2970#: merge-recursive.c:3323
2971#, c-format
2972msgid "merging of trees %s and %s failed"
2973msgstr ""
2974
2975#: merge-recursive.c:3422
2976msgid "Merging:"
2977msgstr ""
2978
2979#: merge-recursive.c:3435
2980#, c-format
2981msgid "found %u common ancestor:"
2982msgid_plural "found %u common ancestors:"
2983msgstr[0] ""
2984msgstr[1] ""
2985
2986#: merge-recursive.c:3474
2987msgid "merge returned no commit"
2988msgstr ""
2989
2990#: merge-recursive.c:3540
2991#, c-format
2992msgid "Could not parse object '%s'"
2993msgstr ""
2994
2995#: merge-recursive.c:3556 builtin/merge.c:689 builtin/merge.c:846
2996msgid "Unable to write index."
2997msgstr ""
2998
2999#: notes-merge.c:274
3000#, c-format
3001msgid ""
3002"You have not concluded your previous notes merge (%s exists).\n"
3003"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3004"commit/abort the previous merge before you start a new notes merge."
3005msgstr ""
3006
3007#: notes-merge.c:281
3008#, c-format
3009msgid "You have not concluded your notes merge (%s exists)."
3010msgstr ""
3011
3012#: notes-utils.c:45
3013msgid "Cannot commit uninitialized/unreferenced notes tree"
3014msgstr ""
3015
3016#: notes-utils.c:104
3017#, c-format
3018msgid "Bad notes.rewriteMode value: '%s'"
3019msgstr ""
3020
3021#: notes-utils.c:114
3022#, c-format
3023msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3024msgstr ""
3025
3026#. TRANSLATORS: The first %s is the name of
3027#. the environment variable, the second %s is
3028#. its value.
3029#.
3030#: notes-utils.c:144
3031#, c-format
3032msgid "Bad %s value: '%s'"
3033msgstr ""
3034
3035#: object.c:54
3036#, c-format
3037msgid "invalid object type \"%s\""
3038msgstr ""
3039
3040#: object.c:173
3041#, c-format
3042msgid "object %s is a %s, not a %s"
3043msgstr ""
3044
3045#: object.c:233
3046#, c-format
3047msgid "object %s has unknown type id %d"
3048msgstr ""
3049
3050#: object.c:246
3051#, c-format
3052msgid "unable to parse object: %s"
3053msgstr ""
3054
3055#: object.c:266 object.c:277
3056#, c-format
3057msgid "sha1 mismatch %s"
3058msgstr ""
3059
3060#: packfile.c:563
3061msgid "offset before end of packfile (broken .idx?)"
3062msgstr ""
3063
3064#: packfile.c:1745
3065#, c-format
3066msgid "offset before start of pack index for %s (corrupt index?)"
3067msgstr ""
3068
3069#: packfile.c:1749
3070#, c-format
3071msgid "offset beyond end of pack index for %s (truncated index?)"
3072msgstr ""
3073
3074#: parse-options.c:672
3075msgid "..."
3076msgstr ""
3077
3078#: parse-options.c:691
3079#, c-format
3080msgid "usage: %s"
3081msgstr ""
3082
3083#. TRANSLATORS: the colon here should align with the
3084#. one in "usage: %s" translation.
3085#.
3086#: parse-options.c:697
3087#, c-format
3088msgid "   or: %s"
3089msgstr ""
3090
3091#: parse-options.c:700
3092#, c-format
3093msgid "    %s"
3094msgstr ""
3095
3096#: parse-options.c:739
3097msgid "-NUM"
3098msgstr ""
3099
3100#: parse-options-cb.c:44
3101#, c-format
3102msgid "malformed expiration date '%s'"
3103msgstr ""
3104
3105#: parse-options-cb.c:112
3106#, c-format
3107msgid "malformed object name '%s'"
3108msgstr ""
3109
3110#: path.c:892
3111#, c-format
3112msgid "Could not make %s writable by group"
3113msgstr ""
3114
3115#: pathspec.c:129
3116msgid "Escape character '\\' not allowed as last character in attr value"
3117msgstr ""
3118
3119#: pathspec.c:147
3120msgid "Only one 'attr:' specification is allowed."
3121msgstr ""
3122
3123#: pathspec.c:150
3124msgid "attr spec must not be empty"
3125msgstr ""
3126
3127#: pathspec.c:193
3128#, c-format
3129msgid "invalid attribute name %s"
3130msgstr ""
3131
3132#: pathspec.c:258
3133msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
3134msgstr ""
3135
3136#: pathspec.c:265
3137msgid ""
3138"global 'literal' pathspec setting is incompatible with all other global "
3139"pathspec settings"
3140msgstr ""
3141
3142#: pathspec.c:305
3143msgid "invalid parameter for pathspec magic 'prefix'"
3144msgstr ""
3145
3146#: pathspec.c:326
3147#, c-format
3148msgid "Invalid pathspec magic '%.*s' in '%s'"
3149msgstr ""
3150
3151#: pathspec.c:331
3152#, c-format
3153msgid "Missing ')' at the end of pathspec magic in '%s'"
3154msgstr ""
3155
3156#: pathspec.c:369
3157#, c-format
3158msgid "Unimplemented pathspec magic '%c' in '%s'"
3159msgstr ""
3160
3161#: pathspec.c:428
3162#, c-format
3163msgid "%s: 'literal' and 'glob' are incompatible"
3164msgstr ""
3165
3166#: pathspec.c:441
3167#, c-format
3168msgid "%s: '%s' is outside repository"
3169msgstr ""
3170
3171#: pathspec.c:515
3172#, c-format
3173msgid "'%s' (mnemonic: '%c')"
3174msgstr ""
3175
3176#: pathspec.c:525
3177#, c-format
3178msgid "%s: pathspec magic not supported by this command: %s"
3179msgstr ""
3180
3181#: pathspec.c:592
3182#, c-format
3183msgid "pathspec '%s' is beyond a symbolic link"
3184msgstr ""
3185
3186#: pkt-line.c:104
3187msgid "flush packet write failed"
3188msgstr ""
3189
3190#: pkt-line.c:142 pkt-line.c:228
3191msgid "protocol error: impossibly long line"
3192msgstr ""
3193
3194#: pkt-line.c:158 pkt-line.c:160
3195msgid "packet write with format failed"
3196msgstr ""
3197
3198#: pkt-line.c:192
3199msgid "packet write failed - data exceeds max packet size"
3200msgstr ""
3201
3202#: pkt-line.c:199 pkt-line.c:206
3203msgid "packet write failed"
3204msgstr ""
3205
3206#: pkt-line.c:291
3207msgid "read error"
3208msgstr ""
3209
3210#: pkt-line.c:299
3211msgid "the remote end hung up unexpectedly"
3212msgstr ""
3213
3214#: pkt-line.c:327
3215#, c-format
3216msgid "protocol error: bad line length character: %.4s"
3217msgstr ""
3218
3219#: pkt-line.c:337 pkt-line.c:342
3220#, c-format
3221msgid "protocol error: bad line length %d"
3222msgstr ""
3223
3224#: pretty.c:962
3225msgid "unable to parse --pretty format"
3226msgstr ""
3227
3228#: range-diff.c:48
3229msgid "could not start `log`"
3230msgstr ""
3231
3232#: range-diff.c:51
3233msgid "could not read `log` output"
3234msgstr ""
3235
3236#: range-diff.c:66 sequencer.c:4540
3237#, c-format
3238msgid "could not parse commit '%s'"
3239msgstr ""
3240
3241#: range-diff.c:196
3242msgid "failed to generate diff"
3243msgstr ""
3244
3245#: range-diff.c:421 range-diff.c:423
3246#, c-format
3247msgid "could not parse log for '%s'"
3248msgstr ""
3249
3250#: read-cache.c:1579
3251#, c-format
3252msgid ""
3253"index.version set, but the value is invalid.\n"
3254"Using version %i"
3255msgstr ""
3256
3257#: read-cache.c:1589
3258#, c-format
3259msgid ""
3260"GIT_INDEX_VERSION set, but the value is invalid.\n"
3261"Using version %i"
3262msgstr ""
3263
3264#: read-cache.c:2580 sequencer.c:4503 wrapper.c:658 builtin/merge.c:1083
3265#, c-format
3266msgid "could not close '%s'"
3267msgstr ""
3268
3269#: read-cache.c:2653 sequencer.c:2113 sequencer.c:3374
3270#, c-format
3271msgid "could not stat '%s'"
3272msgstr ""
3273
3274#: read-cache.c:2666
3275#, c-format
3276msgid "unable to open git dir: %s"
3277msgstr ""
3278
3279#: read-cache.c:2678
3280#, c-format
3281msgid "unable to unlink: %s"
3282msgstr ""
3283
3284#: refs.c:192
3285#, c-format
3286msgid "%s does not point to a valid object!"
3287msgstr ""
3288
3289#: refs.c:579
3290#, c-format
3291msgid "ignoring dangling symref %s"
3292msgstr ""
3293
3294#: refs.c:581 ref-filter.c:2067
3295#, c-format
3296msgid "ignoring broken ref %s"
3297msgstr ""
3298
3299#: refs.c:685
3300#, c-format
3301msgid "could not open '%s' for writing: %s"
3302msgstr ""
3303
3304#: refs.c:695 refs.c:746
3305#, c-format
3306msgid "could not read ref '%s'"
3307msgstr ""
3308
3309#: refs.c:701
3310#, c-format
3311msgid "ref '%s' already exists"
3312msgstr ""
3313
3314#: refs.c:706
3315#, c-format
3316msgid "unexpected object ID when writing '%s'"
3317msgstr ""
3318
3319#: refs.c:714 sequencer.c:385 sequencer.c:2366 sequencer.c:2492
3320#: sequencer.c:2506 sequencer.c:2733 sequencer.c:4501 sequencer.c:4564
3321#: wrapper.c:656
3322#, c-format
3323msgid "could not write to '%s'"
3324msgstr ""
3325
3326#: refs.c:741 sequencer.c:4499 sequencer.c:4558 wrapper.c:225 wrapper.c:395
3327#: builtin/am.c:780
3328#, c-format
3329msgid "could not open '%s' for writing"
3330msgstr ""
3331
3332#: refs.c:748
3333#, c-format
3334msgid "unexpected object ID when deleting '%s'"
3335msgstr ""
3336
3337#: refs.c:879
3338#, c-format
3339msgid "log for ref %s has gap after %s"
3340msgstr ""
3341
3342#: refs.c:885
3343#, c-format
3344msgid "log for ref %s unexpectedly ended on %s"
3345msgstr ""
3346
3347#: refs.c:943
3348#, c-format
3349msgid "log for %s is empty"
3350msgstr ""
3351
3352#: refs.c:1035
3353#, c-format
3354msgid "refusing to update ref with bad name '%s'"
3355msgstr ""
3356
3357#: refs.c:1111
3358#, c-format
3359msgid "update_ref failed for ref '%s': %s"
3360msgstr ""
3361
3362#: refs.c:1853
3363#, c-format
3364msgid "multiple updates for ref '%s' not allowed"
3365msgstr ""
3366
3367#: refs.c:1885
3368msgid "ref updates forbidden inside quarantine environment"
3369msgstr ""
3370
3371#: refs.c:1981 refs.c:2011
3372#, c-format
3373msgid "'%s' exists; cannot create '%s'"
3374msgstr ""
3375
3376#: refs.c:1987 refs.c:2022
3377#, c-format
3378msgid "cannot process '%s' and '%s' at the same time"
3379msgstr ""
3380
3381#: refs/files-backend.c:1191
3382#, c-format
3383msgid "could not remove reference %s"
3384msgstr ""
3385
3386#: refs/files-backend.c:1205 refs/packed-backend.c:1532
3387#: refs/packed-backend.c:1542
3388#, c-format
3389msgid "could not delete reference %s: %s"
3390msgstr ""
3391
3392#: refs/files-backend.c:1208 refs/packed-backend.c:1545
3393#, c-format
3394msgid "could not delete references: %s"
3395msgstr ""
3396
3397#: refspec.c:137
3398#, c-format
3399msgid "invalid refspec '%s'"
3400msgstr ""
3401
3402#: ref-filter.c:38 wt-status.c:1850
3403msgid "gone"
3404msgstr ""
3405
3406#: ref-filter.c:39
3407#, c-format
3408msgid "ahead %d"
3409msgstr ""
3410
3411#: ref-filter.c:40
3412#, c-format
3413msgid "behind %d"
3414msgstr ""
3415
3416#: ref-filter.c:41
3417#, c-format
3418msgid "ahead %d, behind %d"
3419msgstr ""
3420
3421#: ref-filter.c:137
3422#, c-format
3423msgid "expected format: %%(color:<color>)"
3424msgstr ""
3425
3426#: ref-filter.c:139
3427#, c-format
3428msgid "unrecognized color: %%(color:%s)"
3429msgstr ""
3430
3431#: ref-filter.c:161
3432#, c-format
3433msgid "Integer value expected refname:lstrip=%s"
3434msgstr ""
3435
3436#: ref-filter.c:165
3437#, c-format
3438msgid "Integer value expected refname:rstrip=%s"
3439msgstr ""
3440
3441#: ref-filter.c:167
3442#, c-format
3443msgid "unrecognized %%(%s) argument: %s"
3444msgstr ""
3445
3446#: ref-filter.c:222
3447#, c-format
3448msgid "%%(objecttype) does not take arguments"
3449msgstr ""
3450
3451#: ref-filter.c:234
3452#, c-format
3453msgid "%%(objectsize) does not take arguments"
3454msgstr ""
3455
3456#: ref-filter.c:246
3457#, c-format
3458msgid "%%(body) does not take arguments"
3459msgstr ""
3460
3461#: ref-filter.c:255
3462#, c-format
3463msgid "%%(subject) does not take arguments"
3464msgstr ""
3465
3466#: ref-filter.c:275
3467#, c-format
3468msgid "unknown %%(trailers) argument: %s"
3469msgstr ""
3470
3471#: ref-filter.c:304
3472#, c-format
3473msgid "positive value expected contents:lines=%s"
3474msgstr ""
3475
3476#: ref-filter.c:306
3477#, c-format
3478msgid "unrecognized %%(contents) argument: %s"
3479msgstr ""
3480
3481#: ref-filter.c:321
3482#, c-format
3483msgid "positive value expected objectname:short=%s"
3484msgstr ""
3485
3486#: ref-filter.c:325
3487#, c-format
3488msgid "unrecognized %%(objectname) argument: %s"
3489msgstr ""
3490
3491#: ref-filter.c:355
3492#, c-format
3493msgid "expected format: %%(align:<width>,<position>)"
3494msgstr ""
3495
3496#: ref-filter.c:367
3497#, c-format
3498msgid "unrecognized position:%s"
3499msgstr ""
3500
3501#: ref-filter.c:374
3502#, c-format
3503msgid "unrecognized width:%s"
3504msgstr ""
3505
3506#: ref-filter.c:383
3507#, c-format
3508msgid "unrecognized %%(align) argument: %s"
3509msgstr ""
3510
3511#: ref-filter.c:391
3512#, c-format
3513msgid "positive width expected with the %%(align) atom"
3514msgstr ""
3515
3516#: ref-filter.c:409
3517#, c-format
3518msgid "unrecognized %%(if) argument: %s"
3519msgstr ""
3520
3521#: ref-filter.c:505
3522#, c-format
3523msgid "malformed field name: %.*s"
3524msgstr ""
3525
3526#: ref-filter.c:532
3527#, c-format
3528msgid "unknown field name: %.*s"
3529msgstr ""
3530
3531#: ref-filter.c:656
3532#, c-format
3533msgid "format: %%(if) atom used without a %%(then) atom"
3534msgstr ""
3535
3536#: ref-filter.c:719
3537#, c-format
3538msgid "format: %%(then) atom used without an %%(if) atom"
3539msgstr ""
3540
3541#: ref-filter.c:721
3542#, c-format
3543msgid "format: %%(then) atom used more than once"
3544msgstr ""
3545
3546#: ref-filter.c:723
3547#, c-format
3548msgid "format: %%(then) atom used after %%(else)"
3549msgstr ""
3550
3551#: ref-filter.c:751
3552#, c-format
3553msgid "format: %%(else) atom used without an %%(if) atom"
3554msgstr ""
3555
3556#: ref-filter.c:753
3557#, c-format
3558msgid "format: %%(else) atom used without a %%(then) atom"
3559msgstr ""
3560
3561#: ref-filter.c:755
3562#, c-format
3563msgid "format: %%(else) atom used more than once"
3564msgstr ""
3565
3566#: ref-filter.c:770
3567#, c-format
3568msgid "format: %%(end) atom used without corresponding atom"
3569msgstr ""
3570
3571#: ref-filter.c:827
3572#, c-format
3573msgid "malformed format string %s"
3574msgstr ""
3575
3576#: ref-filter.c:1416
3577#, c-format
3578msgid "(no branch, rebasing %s)"
3579msgstr ""
3580
3581#: ref-filter.c:1419
3582#, c-format
3583msgid "(no branch, rebasing detached HEAD %s)"
3584msgstr ""
3585
3586#: ref-filter.c:1422
3587#, c-format
3588msgid "(no branch, bisect started on %s)"
3589msgstr ""
3590
3591#. TRANSLATORS: make sure this matches "HEAD
3592#. detached at " in wt-status.c
3593#.
3594#: ref-filter.c:1430
3595#, c-format
3596msgid "(HEAD detached at %s)"
3597msgstr ""
3598
3599#. TRANSLATORS: make sure this matches "HEAD
3600#. detached from " in wt-status.c
3601#.
3602#: ref-filter.c:1437
3603#, c-format
3604msgid "(HEAD detached from %s)"
3605msgstr ""
3606
3607#: ref-filter.c:1441
3608msgid "(no branch)"
3609msgstr ""
3610
3611#: ref-filter.c:1475 ref-filter.c:1623
3612#, c-format
3613msgid "missing object %s for %s"
3614msgstr ""
3615
3616#: ref-filter.c:1483
3617#, c-format
3618msgid "parse_object_buffer failed on %s for %s"
3619msgstr ""
3620
3621#: ref-filter.c:1980
3622#, c-format
3623msgid "malformed object at '%s'"
3624msgstr ""
3625
3626#: ref-filter.c:2062
3627#, c-format
3628msgid "ignoring ref with broken name %s"
3629msgstr ""
3630
3631#: ref-filter.c:2340
3632#, c-format
3633msgid "format: %%(end) atom missing"
3634msgstr ""
3635
3636#: ref-filter.c:2444
3637#, c-format
3638msgid "malformed object name %s"
3639msgstr ""
3640
3641#: remote.c:606
3642#, c-format
3643msgid "Cannot fetch both %s and %s to %s"
3644msgstr ""
3645
3646#: remote.c:610
3647#, c-format
3648msgid "%s usually tracks %s, not %s"
3649msgstr ""
3650
3651#: remote.c:614
3652#, c-format
3653msgid "%s tracks both %s and %s"
3654msgstr ""
3655
3656#: remote.c:622
3657msgid "Internal error"
3658msgstr ""
3659
3660#: remote.c:1536 remote.c:1637
3661msgid "HEAD does not point to a branch"
3662msgstr ""
3663
3664#: remote.c:1545
3665#, c-format
3666msgid "no such branch: '%s'"
3667msgstr ""
3668
3669#: remote.c:1548
3670#, c-format
3671msgid "no upstream configured for branch '%s'"
3672msgstr ""
3673
3674#: remote.c:1554
3675#, c-format
3676msgid "upstream branch '%s' not stored as a remote-tracking branch"
3677msgstr ""
3678
3679#: remote.c:1569
3680#, c-format
3681msgid "push destination '%s' on remote '%s' has no local tracking branch"
3682msgstr ""
3683
3684#: remote.c:1581
3685#, c-format
3686msgid "branch '%s' has no remote for pushing"
3687msgstr ""
3688
3689#: remote.c:1591
3690#, c-format
3691msgid "push refspecs for '%s' do not include '%s'"
3692msgstr ""
3693
3694#: remote.c:1604
3695msgid "push has no destination (push.default is 'nothing')"
3696msgstr ""
3697
3698#: remote.c:1626
3699msgid "cannot resolve 'simple' push to a single destination"
3700msgstr ""
3701
3702#: remote.c:1951
3703#, c-format
3704msgid "Your branch is based on '%s', but the upstream is gone.\n"
3705msgstr ""
3706
3707#: remote.c:1955
3708msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
3709msgstr ""
3710
3711#: remote.c:1958
3712#, c-format
3713msgid "Your branch is up to date with '%s'.\n"
3714msgstr ""
3715
3716#: remote.c:1962
3717#, c-format
3718msgid "Your branch and '%s' refer to different commits.\n"
3719msgstr ""
3720
3721#: remote.c:1965
3722#, c-format
3723msgid "  (use \"%s\" for details)\n"
3724msgstr ""
3725
3726#: remote.c:1969
3727#, c-format
3728msgid "Your branch is ahead of '%s' by %d commit.\n"
3729msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
3730msgstr[0] ""
3731msgstr[1] ""
3732
3733#: remote.c:1975
3734msgid "  (use \"git push\" to publish your local commits)\n"
3735msgstr ""
3736
3737#: remote.c:1978
3738#, c-format
3739msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
3740msgid_plural ""
3741"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
3742msgstr[0] ""
3743msgstr[1] ""
3744
3745#: remote.c:1986
3746msgid "  (use \"git pull\" to update your local branch)\n"
3747msgstr ""
3748
3749#: remote.c:1989
3750#, c-format
3751msgid ""
3752"Your branch and '%s' have diverged,\n"
3753"and have %d and %d different commit each, respectively.\n"
3754msgid_plural ""
3755"Your branch and '%s' have diverged,\n"
3756"and have %d and %d different commits each, respectively.\n"
3757msgstr[0] ""
3758msgstr[1] ""
3759
3760#: remote.c:1999
3761msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
3762msgstr ""
3763
3764#: replace-object.c:20
3765#, c-format
3766msgid "bad replace ref name: %s"
3767msgstr ""
3768
3769#: replace-object.c:29
3770#, c-format
3771msgid "duplicate replace ref: %s"
3772msgstr ""
3773
3774#: replace-object.c:72
3775#, c-format
3776msgid "replace depth too high for object %s"
3777msgstr ""
3778
3779#: revision.c:2305
3780msgid "your current branch appears to be broken"
3781msgstr ""
3782
3783#: revision.c:2308
3784#, c-format
3785msgid "your current branch '%s' does not have any commits yet"
3786msgstr ""
3787
3788#: revision.c:2505
3789msgid "--first-parent is incompatible with --bisect"
3790msgstr ""
3791
3792#: run-command.c:728
3793msgid "open /dev/null failed"
3794msgstr ""
3795
3796#: run-command.c:1271
3797#, c-format
3798msgid ""
3799"The '%s' hook was ignored because it's not set as executable.\n"
3800"You can disable this warning with `git config advice.ignoredHook false`."
3801msgstr ""
3802
3803#: send-pack.c:142
3804msgid "unexpected flush packet while reading remote unpack status"
3805msgstr ""
3806
3807#: send-pack.c:144
3808#, c-format
3809msgid "unable to parse remote unpack status: %s"
3810msgstr ""
3811
3812#: send-pack.c:146
3813#, c-format
3814msgid "remote unpack failed: %s"
3815msgstr ""
3816
3817#: send-pack.c:309
3818msgid "failed to sign the push certificate"
3819msgstr ""
3820
3821#: send-pack.c:422
3822msgid "the receiving end does not support --signed push"
3823msgstr ""
3824
3825#: send-pack.c:424
3826msgid ""
3827"not sending a push certificate since the receiving end does not support --"
3828"signed push"
3829msgstr ""
3830
3831#: send-pack.c:436
3832msgid "the receiving end does not support --atomic push"
3833msgstr ""
3834
3835#: send-pack.c:441
3836msgid "the receiving end does not support push options"
3837msgstr ""
3838
3839#: sequencer.c:177
3840#, c-format
3841msgid "invalid commit message cleanup mode '%s'"
3842msgstr ""
3843
3844#: sequencer.c:278
3845#, c-format
3846msgid "could not delete '%s'"
3847msgstr ""
3848
3849#: sequencer.c:304
3850msgid "revert"
3851msgstr ""
3852
3853#: sequencer.c:306
3854msgid "cherry-pick"
3855msgstr ""
3856
3857#: sequencer.c:308
3858msgid "rebase -i"
3859msgstr ""
3860
3861#: sequencer.c:310
3862#, c-format
3863msgid "unknown action: %d"
3864msgstr ""
3865
3866#: sequencer.c:367
3867msgid ""
3868"after resolving the conflicts, mark the corrected paths\n"
3869"with 'git add <paths>' or 'git rm <paths>'"
3870msgstr ""
3871
3872#: sequencer.c:370
3873msgid ""
3874"after resolving the conflicts, mark the corrected paths\n"
3875"with 'git add <paths>' or 'git rm <paths>'\n"
3876"and commit the result with 'git commit'"
3877msgstr ""
3878
3879#: sequencer.c:383 sequencer.c:2488
3880#, c-format
3881msgid "could not lock '%s'"
3882msgstr ""
3883
3884#: sequencer.c:390
3885#, c-format
3886msgid "could not write eol to '%s'"
3887msgstr ""
3888
3889#: sequencer.c:395 sequencer.c:2371 sequencer.c:2494 sequencer.c:2508
3890#: sequencer.c:2741
3891#, c-format
3892msgid "failed to finalize '%s'"
3893msgstr ""
3894
3895#: sequencer.c:418 sequencer.c:816 sequencer.c:1505 sequencer.c:2391
3896#: sequencer.c:2723 sequencer.c:2827 builtin/am.c:260 builtin/commit.c:740
3897#: builtin/merge.c:1081
3898#, c-format
3899msgid "could not read '%s'"
3900msgstr ""
3901
3902#: sequencer.c:444
3903#, c-format
3904msgid "your local changes would be overwritten by %s."
3905msgstr ""
3906
3907#: sequencer.c:448
3908msgid "commit your changes or stash them to proceed."
3909msgstr ""
3910
3911#: sequencer.c:477
3912#, c-format
3913msgid "%s: fast-forward"
3914msgstr ""
3915
3916#. TRANSLATORS: %s will be "revert", "cherry-pick" or
3917#. "rebase -i".
3918#.
3919#: sequencer.c:566
3920#, c-format
3921msgid "%s: Unable to write new index file"
3922msgstr ""
3923
3924#: sequencer.c:582
3925msgid "unable to update cache tree"
3926msgstr ""
3927
3928#: sequencer.c:595
3929msgid "could not resolve HEAD commit"
3930msgstr ""
3931
3932#: sequencer.c:723
3933#, c-format
3934msgid "could not parse '%s' (looking for '%s'"
3935msgstr ""
3936
3937#: sequencer.c:731
3938#, c-format
3939msgid "bad quoting on %s value in '%s'"
3940msgstr ""
3941
3942#: sequencer.c:740
3943#, c-format
3944msgid "could not parse '%s' (looking for '%s')"
3945msgstr ""
3946
3947#: sequencer.c:747
3948#, c-format
3949msgid "invalid date format '%s' in '%s'"
3950msgstr ""
3951
3952#: sequencer.c:761
3953#, c-format
3954msgid ""
3955"you have staged changes in your working tree\n"
3956"If these changes are meant to be squashed into the previous commit, run:\n"
3957"\n"
3958"  git commit --amend %s\n"
3959"\n"
3960"If they are meant to go into a new commit, run:\n"
3961"\n"
3962"  git commit %s\n"
3963"\n"
3964"In both cases, once you're done, continue with:\n"
3965"\n"
3966"  git rebase --continue\n"
3967msgstr ""
3968
3969#: sequencer.c:830
3970msgid "writing root commit"
3971msgstr ""
3972
3973#: sequencer.c:1055
3974msgid "'prepare-commit-msg' hook failed"
3975msgstr ""
3976
3977#: sequencer.c:1062
3978msgid ""
3979"Your name and email address were configured automatically based\n"
3980"on your username and hostname. Please check that they are accurate.\n"
3981"You can suppress this message by setting them explicitly. Run the\n"
3982"following command and follow the instructions in your editor to edit\n"
3983"your configuration file:\n"
3984"\n"
3985"    git config --global --edit\n"
3986"\n"
3987"After doing this, you may fix the identity used for this commit with:\n"
3988"\n"
3989"    git commit --amend --reset-author\n"
3990msgstr ""
3991
3992#: sequencer.c:1075
3993msgid ""
3994"Your name and email address were configured automatically based\n"
3995"on your username and hostname. Please check that they are accurate.\n"
3996"You can suppress this message by setting them explicitly:\n"
3997"\n"
3998"    git config --global user.name \"Your Name\"\n"
3999"    git config --global user.email you@example.com\n"
4000"\n"
4001"After doing this, you may fix the identity used for this commit with:\n"
4002"\n"
4003"    git commit --amend --reset-author\n"
4004msgstr ""
4005
4006#: sequencer.c:1115
4007msgid "couldn't look up newly created commit"
4008msgstr ""
4009
4010#: sequencer.c:1117
4011msgid "could not parse newly created commit"
4012msgstr ""
4013
4014#: sequencer.c:1163
4015msgid "unable to resolve HEAD after creating commit"
4016msgstr ""
4017
4018#: sequencer.c:1165
4019msgid "detached HEAD"
4020msgstr ""
4021
4022#: sequencer.c:1169
4023msgid " (root-commit)"
4024msgstr ""
4025
4026#: sequencer.c:1190
4027msgid "could not parse HEAD"
4028msgstr ""
4029
4030#: sequencer.c:1192
4031#, c-format
4032msgid "HEAD %s is not a commit!"
4033msgstr ""
4034
4035#: sequencer.c:1196 builtin/commit.c:1528
4036msgid "could not parse HEAD commit"
4037msgstr ""
4038
4039#: sequencer.c:1247 sequencer.c:1845
4040msgid "unable to parse commit author"
4041msgstr ""
4042
4043#: sequencer.c:1257 builtin/am.c:1632 builtin/merge.c:675
4044msgid "git write-tree failed to write a tree"
4045msgstr ""
4046
4047#: sequencer.c:1274 sequencer.c:1329
4048#, c-format
4049msgid "unable to read commit message from '%s'"
4050msgstr ""
4051
4052#: sequencer.c:1296 builtin/am.c:1653 builtin/commit.c:1631 builtin/merge.c:855
4053#: builtin/merge.c:880
4054msgid "failed to write commit object"
4055msgstr ""
4056
4057#: sequencer.c:1356
4058#, c-format
4059msgid "could not parse commit %s"
4060msgstr ""
4061
4062#: sequencer.c:1361
4063#, c-format
4064msgid "could not parse parent commit %s"
4065msgstr ""
4066
4067#: sequencer.c:1457 sequencer.c:1565
4068#, c-format
4069msgid "unknown command: %d"
4070msgstr ""
4071
4072#: sequencer.c:1512 sequencer.c:1537
4073#, c-format
4074msgid "This is a combination of %d commits."
4075msgstr ""
4076
4077#: sequencer.c:1522 sequencer.c:4520
4078msgid "need a HEAD to fixup"
4079msgstr ""
4080
4081#: sequencer.c:1524 sequencer.c:2768
4082msgid "could not read HEAD"
4083msgstr ""
4084
4085#: sequencer.c:1526
4086msgid "could not read HEAD's commit message"
4087msgstr ""
4088
4089#: sequencer.c:1532
4090#, c-format
4091msgid "cannot write '%s'"
4092msgstr ""
4093
4094#: sequencer.c:1539 git-rebase--preserve-merges.sh:441
4095msgid "This is the 1st commit message:"
4096msgstr ""
4097
4098#: sequencer.c:1547
4099#, c-format
4100msgid "could not read commit message of %s"
4101msgstr ""
4102
4103#: sequencer.c:1554
4104#, c-format
4105msgid "This is the commit message #%d:"
4106msgstr ""
4107
4108#: sequencer.c:1560
4109#, c-format
4110msgid "The commit message #%d will be skipped:"
4111msgstr ""
4112
4113#: sequencer.c:1643
4114msgid "your index file is unmerged."
4115msgstr ""
4116
4117#: sequencer.c:1650
4118msgid "cannot fixup root commit"
4119msgstr ""
4120
4121#: sequencer.c:1669
4122#, c-format
4123msgid "commit %s is a merge but no -m option was given."
4124msgstr ""
4125
4126#: sequencer.c:1677
4127#, c-format
4128msgid "commit %s does not have parent %d"
4129msgstr ""
4130
4131#: sequencer.c:1681
4132#, c-format
4133msgid "mainline was specified but commit %s is not a merge."
4134msgstr ""
4135
4136#: sequencer.c:1687
4137#, c-format
4138msgid "cannot get commit message for %s"
4139msgstr ""
4140
4141#. TRANSLATORS: The first %s will be a "todo" command like
4142#. "revert" or "pick", the second %s a SHA1.
4143#: sequencer.c:1706
4144#, c-format
4145msgid "%s: cannot parse parent commit %s"
4146msgstr ""
4147
4148#: sequencer.c:1771
4149#, c-format
4150msgid "could not rename '%s' to '%s'"
4151msgstr ""
4152
4153#: sequencer.c:1826
4154#, c-format
4155msgid "could not revert %s... %s"
4156msgstr ""
4157
4158#: sequencer.c:1827
4159#, c-format
4160msgid "could not apply %s... %s"
4161msgstr ""
4162
4163#: sequencer.c:1885
4164#, c-format
4165msgid "git %s: failed to read the index"
4166msgstr ""
4167
4168#: sequencer.c:1892
4169#, c-format
4170msgid "git %s: failed to refresh the index"
4171msgstr ""
4172
4173#: sequencer.c:1972
4174#, c-format
4175msgid "%s does not accept arguments: '%s'"
4176msgstr ""
4177
4178#: sequencer.c:1981
4179#, c-format
4180msgid "missing arguments for %s"
4181msgstr ""
4182
4183#: sequencer.c:2040
4184#, c-format
4185msgid "invalid line %d: %.*s"
4186msgstr ""
4187
4188#: sequencer.c:2048
4189#, c-format
4190msgid "cannot '%s' without a previous commit"
4191msgstr ""
4192
4193#: sequencer.c:2096 sequencer.c:4277 sequencer.c:4333
4194#, c-format
4195msgid "could not read '%s'."
4196msgstr ""
4197
4198#: sequencer.c:2119
4199msgid "please fix this using 'git rebase --edit-todo'."
4200msgstr ""
4201
4202#: sequencer.c:2121
4203#, c-format
4204msgid "unusable instruction sheet: '%s'"
4205msgstr ""
4206
4207#: sequencer.c:2126
4208msgid "no commits parsed."
4209msgstr ""
4210
4211#: sequencer.c:2137
4212msgid "cannot cherry-pick during a revert."
4213msgstr ""
4214
4215#: sequencer.c:2139
4216msgid "cannot revert during a cherry-pick."
4217msgstr ""
4218
4219#: sequencer.c:2209
4220#, c-format
4221msgid "invalid value for %s: %s"
4222msgstr ""
4223
4224#: sequencer.c:2285
4225msgid "unusable squash-onto"
4226msgstr ""
4227
4228#: sequencer.c:2301
4229#, c-format
4230msgid "malformed options sheet: '%s'"
4231msgstr ""
4232
4233#: sequencer.c:2335 sequencer.c:3775
4234msgid "empty commit set passed"
4235msgstr ""
4236
4237#: sequencer.c:2343
4238msgid "a cherry-pick or revert is already in progress"
4239msgstr ""
4240
4241#: sequencer.c:2344
4242msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
4243msgstr ""
4244
4245#: sequencer.c:2347
4246#, c-format
4247msgid "could not create sequencer directory '%s'"
4248msgstr ""
4249
4250#: sequencer.c:2361
4251msgid "could not lock HEAD"
4252msgstr ""
4253
4254#: sequencer.c:2416 sequencer.c:3543
4255msgid "no cherry-pick or revert in progress"
4256msgstr ""
4257
4258#: sequencer.c:2418
4259msgid "cannot resolve HEAD"
4260msgstr ""
4261
4262#: sequencer.c:2420 sequencer.c:2455
4263msgid "cannot abort from a branch yet to be born"
4264msgstr ""
4265
4266#: sequencer.c:2441 builtin/grep.c:721
4267#, c-format
4268msgid "cannot open '%s'"
4269msgstr ""
4270
4271#: sequencer.c:2443
4272#, c-format
4273msgid "cannot read '%s': %s"
4274msgstr ""
4275
4276#: sequencer.c:2444
4277msgid "unexpected end of file"
4278msgstr ""
4279
4280#: sequencer.c:2450
4281#, c-format
4282msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
4283msgstr ""
4284
4285#: sequencer.c:2461
4286msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
4287msgstr ""
4288
4289#: sequencer.c:2565 sequencer.c:3461
4290#, c-format
4291msgid "could not update %s"
4292msgstr ""
4293
4294#: sequencer.c:2603 sequencer.c:3441
4295msgid "cannot read HEAD"
4296msgstr ""
4297
4298#: sequencer.c:2618
4299#, c-format
4300msgid "unable to copy '%s' to '%s'"
4301msgstr ""
4302
4303#: sequencer.c:2626
4304#, c-format
4305msgid ""
4306"You can amend the commit now, with\n"
4307"\n"
4308"  git commit --amend %s\n"
4309"\n"
4310"Once you are satisfied with your changes, run\n"
4311"\n"
4312"  git rebase --continue\n"
4313msgstr ""
4314
4315#: sequencer.c:2636
4316#, c-format
4317msgid "Could not apply %s... %.*s"
4318msgstr ""
4319
4320#: sequencer.c:2643
4321#, c-format
4322msgid "Could not merge %.*s"
4323msgstr ""
4324
4325#: sequencer.c:2654 sequencer.c:2658 builtin/difftool.c:640
4326#, c-format
4327msgid "could not copy '%s' to '%s'"
4328msgstr ""
4329
4330#: sequencer.c:2680 sequencer.c:3095
4331msgid "could not read index"
4332msgstr ""
4333
4334#: sequencer.c:2685
4335#, c-format
4336msgid ""
4337"execution failed: %s\n"
4338"%sYou can fix the problem, and then run\n"
4339"\n"
4340"  git rebase --continue\n"
4341"\n"
4342msgstr ""
4343
4344#: sequencer.c:2691
4345msgid "and made changes to the index and/or the working tree\n"
4346msgstr ""
4347
4348#: sequencer.c:2697
4349#, c-format
4350msgid ""
4351"execution succeeded: %s\n"
4352"but left changes to the index and/or the working tree\n"
4353"Commit or stash your changes, and then run\n"
4354"\n"
4355"  git rebase --continue\n"
4356"\n"
4357msgstr ""
4358
4359#: sequencer.c:2758
4360#, c-format
4361msgid "illegal label name: '%.*s'"
4362msgstr ""
4363
4364#: sequencer.c:2810
4365msgid "writing fake root commit"
4366msgstr ""
4367
4368#: sequencer.c:2815
4369msgid "writing squash-onto"
4370msgstr ""
4371
4372#: sequencer.c:2850
4373#, c-format
4374msgid "failed to find tree of %s"
4375msgstr ""
4376
4377#: sequencer.c:2868
4378msgid "could not write index"
4379msgstr ""
4380
4381#: sequencer.c:2895
4382#, c-format
4383msgid "could not resolve '%s'"
4384msgstr ""
4385
4386#: sequencer.c:2921
4387msgid "cannot merge without a current revision"
4388msgstr ""
4389
4390#: sequencer.c:2943
4391#, c-format
4392msgid "unable to parse '%.*s'"
4393msgstr ""
4394
4395#: sequencer.c:2952
4396#, c-format
4397msgid "nothing to merge: '%.*s'"
4398msgstr ""
4399
4400#: sequencer.c:2964
4401msgid "octopus merge cannot be executed on top of a [new root]"
4402msgstr ""
4403
4404#: sequencer.c:2979
4405#, c-format
4406msgid "could not get commit message of '%s'"
4407msgstr ""
4408
4409#: sequencer.c:2989 sequencer.c:3015
4410#, c-format
4411msgid "could not write '%s'"
4412msgstr ""
4413
4414#: sequencer.c:3127
4415#, c-format
4416msgid "could not even attempt to merge '%.*s'"
4417msgstr ""
4418
4419#: sequencer.c:3143
4420msgid "merge: Unable to write new index file"
4421msgstr ""
4422
4423#: sequencer.c:3211
4424#, c-format
4425msgid "Applied autostash.\n"
4426msgstr ""
4427
4428#: sequencer.c:3223
4429#, c-format
4430msgid "cannot store %s"
4431msgstr ""
4432
4433#: sequencer.c:3226 git-rebase.sh:188
4434#, c-format
4435msgid ""
4436"Applying autostash resulted in conflicts.\n"
4437"Your changes are safe in the stash.\n"
4438"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
4439msgstr ""
4440
4441#: sequencer.c:3257
4442#, c-format
4443msgid ""
4444"Could not execute the todo command\n"
4445"\n"
4446"    %.*s\n"
4447"It has been rescheduled; To edit the command before continuing, please\n"
4448"edit the todo list first:\n"
4449"\n"
4450"    git rebase --edit-todo\n"
4451"    git rebase --continue\n"
4452msgstr ""
4453
4454#: sequencer.c:3325
4455#, c-format
4456msgid "Stopped at %s...  %.*s\n"
4457msgstr ""
4458
4459#: sequencer.c:3404
4460#, c-format
4461msgid "unknown command %d"
4462msgstr ""
4463
4464#: sequencer.c:3449
4465msgid "could not read orig-head"
4466msgstr ""
4467
4468#: sequencer.c:3454 sequencer.c:4517
4469msgid "could not read 'onto'"
4470msgstr ""
4471
4472#: sequencer.c:3468
4473#, c-format
4474msgid "could not update HEAD to %s"
4475msgstr ""
4476
4477#: sequencer.c:3554
4478msgid "cannot rebase: You have unstaged changes."
4479msgstr ""
4480
4481#: sequencer.c:3563
4482msgid "cannot amend non-existing commit"
4483msgstr ""
4484
4485#: sequencer.c:3565
4486#, c-format
4487msgid "invalid file: '%s'"
4488msgstr ""
4489
4490#: sequencer.c:3567
4491#, c-format
4492msgid "invalid contents: '%s'"
4493msgstr ""
4494
4495#: sequencer.c:3570
4496msgid ""
4497"\n"
4498"You have uncommitted changes in your working tree. Please, commit them\n"
4499"first and then run 'git rebase --continue' again."
4500msgstr ""
4501
4502#: sequencer.c:3595 sequencer.c:3633
4503#, c-format
4504msgid "could not write file: '%s'"
4505msgstr ""
4506
4507#: sequencer.c:3648
4508msgid "could not remove CHERRY_PICK_HEAD"
4509msgstr ""
4510
4511#: sequencer.c:3655
4512msgid "could not commit staged changes."
4513msgstr ""
4514
4515#: sequencer.c:3752
4516#, c-format
4517msgid "%s: can't cherry-pick a %s"
4518msgstr ""
4519
4520#: sequencer.c:3756
4521#, c-format
4522msgid "%s: bad revision"
4523msgstr ""
4524
4525#: sequencer.c:3791
4526msgid "can't revert as initial commit"
4527msgstr ""
4528
4529#: sequencer.c:4238
4530msgid "make_script: unhandled options"
4531msgstr ""
4532
4533#: sequencer.c:4241
4534msgid "make_script: error preparing revisions"
4535msgstr ""
4536
4537#: sequencer.c:4281 sequencer.c:4337
4538#, c-format
4539msgid "unusable todo list: '%s'"
4540msgstr ""
4541
4542#: sequencer.c:4396
4543#, c-format
4544msgid ""
4545"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4546msgstr ""
4547
4548#: sequencer.c:4466
4549#, c-format
4550msgid ""
4551"Warning: some commits may have been dropped accidentally.\n"
4552"Dropped commits (newer to older):\n"
4553msgstr ""
4554
4555#: sequencer.c:4473
4556#, c-format
4557msgid ""
4558"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4559"\n"
4560"Use 'git config rebase.missingCommitsCheck' to change the level of "
4561"warnings.\n"
4562"The possible behaviours are: ignore, warn, error.\n"
4563"\n"
4564msgstr ""
4565
4566#: sequencer.c:4486
4567#, c-format
4568msgid ""
4569"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
4570"continue'.\n"
4571"Or you can abort the rebase with 'git rebase --abort'.\n"
4572msgstr ""
4573
4574#: sequencer.c:4660
4575msgid "the script was already rearranged."
4576msgstr ""
4577
4578#: setup.c:123
4579#, c-format
4580msgid "'%s' is outside repository"
4581msgstr ""
4582
4583#: setup.c:172
4584#, c-format
4585msgid ""
4586"%s: no such path in the working tree.\n"
4587"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
4588msgstr ""
4589
4590#: setup.c:185
4591#, c-format
4592msgid ""
4593"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
4594"Use '--' to separate paths from revisions, like this:\n"
4595"'git <command> [<revision>...] -- [<file>...]'"
4596msgstr ""
4597
4598#: setup.c:234
4599#, c-format
4600msgid "option '%s' must come before non-option arguments"
4601msgstr ""
4602
4603#: setup.c:253
4604#, c-format
4605msgid ""
4606"ambiguous argument '%s': both revision and filename\n"
4607"Use '--' to separate paths from revisions, like this:\n"
4608"'git <command> [<revision>...] -- [<file>...]'"
4609msgstr ""
4610
4611#: setup.c:389
4612msgid "unable to set up work tree using invalid config"
4613msgstr ""
4614
4615#: setup.c:393
4616msgid "this operation must be run in a work tree"
4617msgstr ""
4618
4619#: setup.c:503
4620#, c-format
4621msgid "Expected git repo version <= %d, found %d"
4622msgstr ""
4623
4624#: setup.c:511
4625msgid "unknown repository extensions found:"
4626msgstr ""
4627
4628#: setup.c:530
4629#, c-format
4630msgid "error opening '%s'"
4631msgstr ""
4632
4633#: setup.c:532
4634#, c-format
4635msgid "too large to be a .git file: '%s'"
4636msgstr ""
4637
4638#: setup.c:534
4639#, c-format
4640msgid "error reading %s"
4641msgstr ""
4642
4643#: setup.c:536
4644#, c-format
4645msgid "invalid gitfile format: %s"
4646msgstr ""
4647
4648#: setup.c:538
4649#, c-format
4650msgid "no path in gitfile: %s"
4651msgstr ""
4652
4653#: setup.c:540
4654#, c-format
4655msgid "not a git repository: %s"
4656msgstr ""
4657
4658#: setup.c:639
4659#, c-format
4660msgid "'$%s' too big"
4661msgstr ""
4662
4663#: setup.c:653
4664#, c-format
4665msgid "not a git repository: '%s'"
4666msgstr ""
4667
4668#: setup.c:682 setup.c:684 setup.c:715
4669#, c-format
4670msgid "cannot chdir to '%s'"
4671msgstr ""
4672
4673#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
4674msgid "cannot come back to cwd"
4675msgstr ""
4676
4677#: setup.c:813
4678#, c-format
4679msgid "not a git repository (or any of the parent directories): %s"
4680msgstr ""
4681
4682#: setup.c:824
4683#, c-format
4684msgid "failed to stat '%*s%s%s'"
4685msgstr ""
4686
4687#: setup.c:1054
4688msgid "Unable to read current working directory"
4689msgstr ""
4690
4691#: setup.c:1066 setup.c:1072
4692#, c-format
4693msgid "cannot change to '%s'"
4694msgstr ""
4695
4696#: setup.c:1085
4697#, c-format
4698msgid ""
4699"not a git repository (or any parent up to mount point %s)\n"
4700"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
4701msgstr ""
4702
4703#: setup.c:1168
4704#, c-format
4705msgid ""
4706"problem with core.sharedRepository filemode value (0%.3o).\n"
4707"The owner of files must always have read and write permissions."
4708msgstr ""
4709
4710#: setup.c:1211
4711msgid "open /dev/null or dup failed"
4712msgstr ""
4713
4714#: setup.c:1226
4715msgid "fork failed"
4716msgstr ""
4717
4718#: setup.c:1231
4719msgid "setsid failed"
4720msgstr ""
4721
4722#: sha1-file.c:381
4723#, c-format
4724msgid "object directory %s does not exist; check .git/objects/info/alternates"
4725msgstr ""
4726
4727#: sha1-file.c:432
4728#, c-format
4729msgid "unable to normalize alternate object path: %s"
4730msgstr ""
4731
4732#: sha1-file.c:503
4733#, c-format
4734msgid "%s: ignoring alternate object stores, nesting too deep"
4735msgstr ""
4736
4737#: sha1-file.c:510
4738#, c-format
4739msgid "unable to normalize object directory: %s"
4740msgstr ""
4741
4742#: sha1-file.c:565
4743msgid "unable to fdopen alternates lockfile"
4744msgstr ""
4745
4746#: sha1-file.c:583
4747msgid "unable to read alternates file"
4748msgstr ""
4749
4750#: sha1-file.c:590
4751msgid "unable to move new alternates file into place"
4752msgstr ""
4753
4754#: sha1-file.c:625
4755#, c-format
4756msgid "path '%s' does not exist"
4757msgstr ""
4758
4759#: sha1-file.c:651
4760#, c-format
4761msgid "reference repository '%s' as a linked checkout is not supported yet."
4762msgstr ""
4763
4764#: sha1-file.c:657
4765#, c-format
4766msgid "reference repository '%s' is not a local repository."
4767msgstr ""
4768
4769#: sha1-file.c:663
4770#, c-format
4771msgid "reference repository '%s' is shallow"
4772msgstr ""
4773
4774#: sha1-file.c:671
4775#, c-format
4776msgid "reference repository '%s' is grafted"
4777msgstr ""
4778
4779#: sha1-file.c:781
4780#, c-format
4781msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
4782msgstr ""
4783
4784#: sha1-file.c:806
4785msgid "mmap failed"
4786msgstr ""
4787
4788#: sha1-file.c:973
4789#, c-format
4790msgid "object file %s is empty"
4791msgstr ""
4792
4793#: sha1-file.c:1093 sha1-file.c:2206
4794#, c-format
4795msgid "corrupt loose object '%s'"
4796msgstr ""
4797
4798#: sha1-file.c:1095 sha1-file.c:2210
4799#, c-format
4800msgid "garbage at end of loose object '%s'"
4801msgstr ""
4802
4803#: sha1-file.c:1137
4804msgid "invalid object type"
4805msgstr ""
4806
4807#: sha1-file.c:1219
4808#, c-format
4809msgid "unable to unpack %s header with --allow-unknown-type"
4810msgstr ""
4811
4812#: sha1-file.c:1222
4813#, c-format
4814msgid "unable to unpack %s header"
4815msgstr ""
4816
4817#: sha1-file.c:1228
4818#, c-format
4819msgid "unable to parse %s header with --allow-unknown-type"
4820msgstr ""
4821
4822#: sha1-file.c:1231
4823#, c-format
4824msgid "unable to parse %s header"
4825msgstr ""
4826
4827#: sha1-file.c:1422
4828#, c-format
4829msgid "failed to read object %s"
4830msgstr ""
4831
4832#: sha1-file.c:1426
4833#, c-format
4834msgid "replacement %s not found for %s"
4835msgstr ""
4836
4837#: sha1-file.c:1430
4838#, c-format
4839msgid "loose object %s (stored in %s) is corrupt"
4840msgstr ""
4841
4842#: sha1-file.c:1434
4843#, c-format
4844msgid "packed object %s (stored in %s) is corrupt"
4845msgstr ""
4846
4847#: sha1-file.c:1536
4848#, c-format
4849msgid "unable to write sha1 filename %s"
4850msgstr ""
4851
4852#: sha1-file.c:1543
4853#, c-format
4854msgid "unable to set permission to '%s'"
4855msgstr ""
4856
4857#: sha1-file.c:1550
4858msgid "file write error"
4859msgstr ""
4860
4861#: sha1-file.c:1569
4862msgid "error when closing sha1 file"
4863msgstr ""
4864
4865#: sha1-file.c:1635
4866#, c-format
4867msgid "insufficient permission for adding an object to repository database %s"
4868msgstr ""
4869
4870#: sha1-file.c:1637
4871msgid "unable to create temporary file"
4872msgstr ""
4873
4874#: sha1-file.c:1661
4875msgid "unable to write sha1 file"
4876msgstr ""
4877
4878#: sha1-file.c:1667
4879#, c-format
4880msgid "unable to deflate new object %s (%d)"
4881msgstr ""
4882
4883#: sha1-file.c:1671
4884#, c-format
4885msgid "deflateEnd on object %s failed (%d)"
4886msgstr ""
4887
4888#: sha1-file.c:1675
4889#, c-format
4890msgid "confused by unstable object source data for %s"
4891msgstr ""
4892
4893#: sha1-file.c:1685 builtin/pack-objects.c:899
4894#, c-format
4895msgid "failed utime() on %s"
4896msgstr ""
4897
4898#: sha1-file.c:1760
4899#, c-format
4900msgid "cannot read sha1_file for %s"
4901msgstr ""
4902
4903#: sha1-file.c:1805
4904msgid "corrupt commit"
4905msgstr ""
4906
4907#: sha1-file.c:1813
4908msgid "corrupt tag"
4909msgstr ""
4910
4911#: sha1-file.c:1906
4912#, c-format
4913msgid "read error while indexing %s"
4914msgstr ""
4915
4916#: sha1-file.c:1909
4917#, c-format
4918msgid "short read while indexing %s"
4919msgstr ""
4920
4921#: sha1-file.c:1980 sha1-file.c:1989
4922#, c-format
4923msgid "%s: failed to insert into database"
4924msgstr ""
4925
4926#: sha1-file.c:1995
4927#, c-format
4928msgid "%s: unsupported file type"
4929msgstr ""
4930
4931#: sha1-file.c:2019
4932#, c-format
4933msgid "%s is not a valid object"
4934msgstr ""
4935
4936#: sha1-file.c:2021
4937#, c-format
4938msgid "%s is not a valid '%s' object"
4939msgstr ""
4940
4941#: sha1-file.c:2048 builtin/index-pack.c:158
4942#, c-format
4943msgid "unable to open %s"
4944msgstr ""
4945
4946#: sha1-file.c:2217 sha1-file.c:2269
4947#, c-format
4948msgid "sha1 mismatch for %s (expected %s)"
4949msgstr ""
4950
4951#: sha1-file.c:2241
4952#, c-format
4953msgid "unable to mmap %s"
4954msgstr ""
4955
4956#: sha1-file.c:2246
4957#, c-format
4958msgid "unable to unpack header of %s"
4959msgstr ""
4960
4961#: sha1-file.c:2252
4962#, c-format
4963msgid "unable to parse header of %s"
4964msgstr ""
4965
4966#: sha1-file.c:2263
4967#, c-format
4968msgid "unable to unpack contents of %s"
4969msgstr ""
4970
4971#: sha1-name.c:444
4972#, c-format
4973msgid "short SHA1 %s is ambiguous"
4974msgstr ""
4975
4976#: sha1-name.c:455
4977msgid "The candidates are:"
4978msgstr ""
4979
4980#: sha1-name.c:699
4981msgid ""
4982"Git normally never creates a ref that ends with 40 hex characters\n"
4983"because it will be ignored when you just specify 40-hex. These refs\n"
4984"may be created by mistake. For example,\n"
4985"\n"
4986"  git checkout -b $br $(git rev-parse ...)\n"
4987"\n"
4988"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
4989"examine these refs and maybe delete them. Turn this message off by\n"
4990"running \"git config advice.objectNameWarning false\""
4991msgstr ""
4992
4993#: submodule.c:97 submodule.c:131
4994msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
4995msgstr ""
4996
4997#: submodule.c:101 submodule.c:135
4998#, c-format
4999msgid "Could not find section in .gitmodules where path=%s"
5000msgstr ""
5001
5002#: submodule.c:109
5003#, c-format
5004msgid "Could not update .gitmodules entry %s"
5005msgstr ""
5006
5007#: submodule.c:142
5008#, c-format
5009msgid "Could not remove .gitmodules entry for %s"
5010msgstr ""
5011
5012#: submodule.c:153
5013msgid "staging updated .gitmodules failed"
5014msgstr ""
5015
5016#: submodule.c:315
5017#, c-format
5018msgid "in unpopulated submodule '%s'"
5019msgstr ""
5020
5021#: submodule.c:346
5022#, c-format
5023msgid "Pathspec '%s' is in submodule '%.*s'"
5024msgstr ""
5025
5026#: submodule.c:839
5027#, c-format
5028msgid "submodule entry '%s' (%s) is a %s, not a commit"
5029msgstr ""
5030
5031#: submodule.c:1071 builtin/branch.c:662 builtin/submodule--helper.c:1888
5032msgid "Failed to resolve HEAD as a valid ref."
5033msgstr ""
5034
5035#: submodule.c:1377
5036#, c-format
5037msgid "'%s' not recognized as a git repository"
5038msgstr ""
5039
5040#: submodule.c:1515
5041#, c-format
5042msgid "could not start 'git status' in submodule '%s'"
5043msgstr ""
5044
5045#: submodule.c:1528
5046#, c-format
5047msgid "could not run 'git status' in submodule '%s'"
5048msgstr ""
5049
5050#: submodule.c:1543
5051#, c-format
5052msgid "Could not unset core.worktree setting in submodule '%s'"
5053msgstr ""
5054
5055#: submodule.c:1633
5056#, c-format
5057msgid "submodule '%s' has dirty index"
5058msgstr ""
5059
5060#: submodule.c:1685
5061#, c-format
5062msgid "Submodule '%s' could not be updated."
5063msgstr ""
5064
5065#: submodule.c:1734
5066#, c-format
5067msgid ""
5068"relocate_gitdir for submodule '%s' with more than one worktree not supported"
5069msgstr ""
5070
5071#: submodule.c:1746 submodule.c:1802
5072#, c-format
5073msgid "could not lookup name for submodule '%s'"
5074msgstr ""
5075
5076#: submodule.c:1750 builtin/submodule--helper.c:1406
5077#: builtin/submodule--helper.c:1416
5078#, c-format
5079msgid "could not create directory '%s'"
5080msgstr ""
5081
5082#: submodule.c:1753
5083#, c-format
5084msgid ""
5085"Migrating git directory of '%s%s' from\n"
5086"'%s' to\n"
5087"'%s'\n"
5088msgstr ""
5089
5090#: submodule.c:1837
5091#, c-format
5092msgid "could not recurse into submodule '%s'"
5093msgstr ""
5094
5095#: submodule.c:1881
5096msgid "could not start ls-files in .."
5097msgstr ""
5098
5099#: submodule.c:1920
5100#, c-format
5101msgid "ls-tree returned unexpected return code %d"
5102msgstr ""
5103
5104#: submodule-config.c:231
5105#, c-format
5106msgid "ignoring suspicious submodule name: %s"
5107msgstr ""
5108
5109#: submodule-config.c:295
5110msgid "negative values not allowed for submodule.fetchjobs"
5111msgstr ""
5112
5113#: submodule-config.c:468
5114#, c-format
5115msgid "invalid value for %s"
5116msgstr ""
5117
5118#: trailer.c:238
5119#, c-format
5120msgid "running trailer command '%s' failed"
5121msgstr ""
5122
5123#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
5124#: trailer.c:557
5125#, c-format
5126msgid "unknown value '%s' for key '%s'"
5127msgstr ""
5128
5129#: trailer.c:539 trailer.c:544 builtin/remote.c:294
5130#, c-format
5131msgid "more than one %s"
5132msgstr ""
5133
5134#: trailer.c:730
5135#, c-format
5136msgid "empty trailer token in trailer '%.*s'"
5137msgstr ""
5138
5139#: trailer.c:750
5140#, c-format
5141msgid "could not read input file '%s'"
5142msgstr ""
5143
5144#: trailer.c:753
5145msgid "could not read from stdin"
5146msgstr ""
5147
5148#: trailer.c:1008 builtin/am.c:47
5149#, c-format
5150msgid "could not stat %s"
5151msgstr ""
5152
5153#: trailer.c:1010
5154#, c-format
5155msgid "file %s is not a regular file"
5156msgstr ""
5157
5158#: trailer.c:1012
5159#, c-format
5160msgid "file %s is not writable by user"
5161msgstr ""
5162
5163#: trailer.c:1024
5164msgid "could not open temporary file"
5165msgstr ""
5166
5167#: trailer.c:1064
5168#, c-format
5169msgid "could not rename temporary file to %s"
5170msgstr ""
5171
5172#: transport.c:116
5173#, c-format
5174msgid "Would set upstream of '%s' to '%s' of '%s'\n"
5175msgstr ""
5176
5177#: transport.c:142
5178#, c-format
5179msgid "could not read bundle '%s'"
5180msgstr ""
5181
5182#: transport.c:208
5183#, c-format
5184msgid "transport: invalid depth option '%s'"
5185msgstr ""
5186
5187#: transport.c:586
5188msgid "could not parse transport.color.* config"
5189msgstr ""
5190
5191#: transport.c:659
5192msgid "support for protocol v2 not implemented yet"
5193msgstr ""
5194
5195#: transport.c:785
5196#, c-format
5197msgid "unknown value for config '%s': %s"
5198msgstr ""
5199
5200#: transport.c:851
5201#, c-format
5202msgid "transport '%s' not allowed"
5203msgstr ""
5204
5205#: transport.c:903
5206msgid "git-over-rsync is no longer supported"
5207msgstr ""
5208
5209#: transport.c:998
5210#, c-format
5211msgid ""
5212"The following submodule paths contain changes that can\n"
5213"not be found on any remote:\n"
5214msgstr ""
5215
5216#: transport.c:1002
5217#, c-format
5218msgid ""
5219"\n"
5220"Please try\n"
5221"\n"
5222"\tgit push --recurse-submodules=on-demand\n"
5223"\n"
5224"or cd to the path and use\n"
5225"\n"
5226"\tgit push\n"
5227"\n"
5228"to push them to a remote.\n"
5229"\n"
5230msgstr ""
5231
5232#: transport.c:1010
5233msgid "Aborting."
5234msgstr ""
5235
5236#: transport.c:1148
5237msgid "failed to push all needed submodules"
5238msgstr ""
5239
5240#: transport.c:1270 transport-helper.c:643
5241msgid "operation not supported by protocol"
5242msgstr ""
5243
5244#: transport.c:1352
5245#, c-format
5246msgid "invalid line while parsing alternate refs: %s"
5247msgstr ""
5248
5249#: transport-helper.c:51 transport-helper.c:80
5250msgid "full write to remote helper failed"
5251msgstr ""
5252
5253#: transport-helper.c:132
5254#, c-format
5255msgid "unable to find remote helper for '%s'"
5256msgstr ""
5257
5258#: transport-helper.c:148 transport-helper.c:557
5259msgid "can't dup helper output fd"
5260msgstr ""
5261
5262#: transport-helper.c:199
5263#, c-format
5264msgid ""
5265"unknown mandatory capability %s; this remote helper probably needs newer "
5266"version of Git"
5267msgstr ""
5268
5269#: transport-helper.c:205
5270msgid "this remote helper should implement refspec capability"
5271msgstr ""
5272
5273#: transport-helper.c:272 transport-helper.c:412
5274#, c-format
5275msgid "%s unexpectedly said: '%s'"
5276msgstr ""
5277
5278#: transport-helper.c:401
5279#, c-format
5280msgid "%s also locked %s"
5281msgstr ""
5282
5283#: transport-helper.c:479
5284msgid "couldn't run fast-import"
5285msgstr ""
5286
5287#: transport-helper.c:502
5288msgid "error while running fast-import"
5289msgstr ""
5290
5291#: transport-helper.c:531 transport-helper.c:1091
5292#, c-format
5293msgid "could not read ref %s"
5294msgstr ""
5295
5296#: transport-helper.c:576
5297#, c-format
5298msgid "unknown response to connect: %s"
5299msgstr ""
5300
5301#: transport-helper.c:598
5302msgid "setting remote service path not supported by protocol"
5303msgstr ""
5304
5305#: transport-helper.c:600
5306msgid "invalid remote service path"
5307msgstr ""
5308
5309#: transport-helper.c:646
5310#, c-format
5311msgid "can't connect to subservice %s"
5312msgstr ""
5313
5314#: transport-helper.c:713
5315#, c-format
5316msgid "expected ok/error, helper said '%s'"
5317msgstr ""
5318
5319#: transport-helper.c:766
5320#, c-format
5321msgid "helper reported unexpected status of %s"
5322msgstr ""
5323
5324#: transport-helper.c:827
5325#, c-format
5326msgid "helper %s does not support dry-run"
5327msgstr ""
5328
5329#: transport-helper.c:830
5330#, c-format
5331msgid "helper %s does not support --signed"
5332msgstr ""
5333
5334#: transport-helper.c:833
5335#, c-format
5336msgid "helper %s does not support --signed=if-asked"
5337msgstr ""
5338
5339#: transport-helper.c:840
5340#, c-format
5341msgid "helper %s does not support 'push-option'"
5342msgstr ""
5343
5344#: transport-helper.c:932
5345msgid "remote-helper doesn't support push; refspec needed"
5346msgstr ""
5347
5348#: transport-helper.c:937
5349#, c-format
5350msgid "helper %s does not support 'force'"
5351msgstr ""
5352
5353#: transport-helper.c:984
5354msgid "couldn't run fast-export"
5355msgstr ""
5356
5357#: transport-helper.c:989
5358msgid "error while running fast-export"
5359msgstr ""
5360
5361#: transport-helper.c:1014
5362#, c-format
5363msgid ""
5364"No refs in common and none specified; doing nothing.\n"
5365"Perhaps you should specify a branch such as 'master'.\n"
5366msgstr ""
5367
5368#: transport-helper.c:1077
5369#, c-format
5370msgid "malformed response in ref list: %s"
5371msgstr ""
5372
5373#: transport-helper.c:1230
5374#, c-format
5375msgid "read(%s) failed"
5376msgstr ""
5377
5378#: transport-helper.c:1257
5379#, c-format
5380msgid "write(%s) failed"
5381msgstr ""
5382
5383#: transport-helper.c:1306
5384#, c-format
5385msgid "%s thread failed"
5386msgstr ""
5387
5388#: transport-helper.c:1310
5389#, c-format
5390msgid "%s thread failed to join: %s"
5391msgstr ""
5392
5393#: transport-helper.c:1329 transport-helper.c:1333
5394#, c-format
5395msgid "can't start thread for copying data: %s"
5396msgstr ""
5397
5398#: transport-helper.c:1370
5399#, c-format
5400msgid "%s process failed to wait"
5401msgstr ""
5402
5403#: transport-helper.c:1374
5404#, c-format
5405msgid "%s process failed"
5406msgstr ""
5407
5408#: transport-helper.c:1392 transport-helper.c:1401
5409msgid "can't start thread for copying data"
5410msgstr ""
5411
5412#: tree-walk.c:33
5413msgid "too-short tree object"
5414msgstr ""
5415
5416#: tree-walk.c:39
5417msgid "malformed mode in tree entry"
5418msgstr ""
5419
5420#: tree-walk.c:43
5421msgid "empty filename in tree entry"
5422msgstr ""
5423
5424#: tree-walk.c:115
5425msgid "too-short tree file"
5426msgstr ""
5427
5428#: unpack-trees.c:112
5429#, c-format
5430msgid ""
5431"Your local changes to the following files would be overwritten by checkout:\n"
5432"%%sPlease commit your changes or stash them before you switch branches."
5433msgstr ""
5434
5435#: unpack-trees.c:114
5436#, c-format
5437msgid ""
5438"Your local changes to the following files would be overwritten by checkout:\n"
5439"%%s"
5440msgstr ""
5441
5442#: unpack-trees.c:117
5443#, c-format
5444msgid ""
5445"Your local changes to the following files would be overwritten by merge:\n"
5446"%%sPlease commit your changes or stash them before you merge."
5447msgstr ""
5448
5449#: unpack-trees.c:119
5450#, c-format
5451msgid ""
5452"Your local changes to the following files would be overwritten by merge:\n"
5453"%%s"
5454msgstr ""
5455
5456#: unpack-trees.c:122
5457#, c-format
5458msgid ""
5459"Your local changes to the following files would be overwritten by %s:\n"
5460"%%sPlease commit your changes or stash them before you %s."
5461msgstr ""
5462
5463#: unpack-trees.c:124
5464#, c-format
5465msgid ""
5466"Your local changes to the following files would be overwritten by %s:\n"
5467"%%s"
5468msgstr ""
5469
5470#: unpack-trees.c:129
5471#, c-format
5472msgid ""
5473"Updating the following directories would lose untracked files in them:\n"
5474"%s"
5475msgstr ""
5476
5477#: unpack-trees.c:133
5478#, c-format
5479msgid ""
5480"The following untracked working tree files would be removed by checkout:\n"
5481"%%sPlease move or remove them before you switch branches."
5482msgstr ""
5483
5484#: unpack-trees.c:135
5485#, c-format
5486msgid ""
5487"The following untracked working tree files would be removed by checkout:\n"
5488"%%s"
5489msgstr ""
5490
5491#: unpack-trees.c:138
5492#, c-format
5493msgid ""
5494"The following untracked working tree files would be removed by merge:\n"
5495"%%sPlease move or remove them before you merge."
5496msgstr ""
5497
5498#: unpack-trees.c:140
5499#, c-format
5500msgid ""
5501"The following untracked working tree files would be removed by merge:\n"
5502"%%s"
5503msgstr ""
5504
5505#: unpack-trees.c:143
5506#, c-format
5507msgid ""
5508"The following untracked working tree files would be removed by %s:\n"
5509"%%sPlease move or remove them before you %s."
5510msgstr ""
5511
5512#: unpack-trees.c:145
5513#, c-format
5514msgid ""
5515"The following untracked working tree files would be removed by %s:\n"
5516"%%s"
5517msgstr ""
5518
5519#: unpack-trees.c:151
5520#, c-format
5521msgid ""
5522"The following untracked working tree files would be overwritten by "
5523"checkout:\n"
5524"%%sPlease move or remove them before you switch branches."
5525msgstr ""
5526
5527#: unpack-trees.c:153
5528#, c-format
5529msgid ""
5530"The following untracked working tree files would be overwritten by "
5531"checkout:\n"
5532"%%s"
5533msgstr ""
5534
5535#: unpack-trees.c:156
5536#, c-format
5537msgid ""
5538"The following untracked working tree files would be overwritten by merge:\n"
5539"%%sPlease move or remove them before you merge."
5540msgstr ""
5541
5542#: unpack-trees.c:158
5543#, c-format
5544msgid ""
5545"The following untracked working tree files would be overwritten by merge:\n"
5546"%%s"
5547msgstr ""
5548
5549#: unpack-trees.c:161
5550#, c-format
5551msgid ""
5552"The following untracked working tree files would be overwritten by %s:\n"
5553"%%sPlease move or remove them before you %s."
5554msgstr ""
5555
5556#: unpack-trees.c:163
5557#, c-format
5558msgid ""
5559"The following untracked working tree files would be overwritten by %s:\n"
5560"%%s"
5561msgstr ""
5562
5563#: unpack-trees.c:171
5564#, c-format
5565msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
5566msgstr ""
5567
5568#: unpack-trees.c:174
5569#, c-format
5570msgid ""
5571"Cannot update sparse checkout: the following entries are not up to date:\n"
5572"%s"
5573msgstr ""
5574
5575#: unpack-trees.c:176
5576#, c-format
5577msgid ""
5578"The following working tree files would be overwritten by sparse checkout "
5579"update:\n"
5580"%s"
5581msgstr ""
5582
5583#: unpack-trees.c:178
5584#, c-format
5585msgid ""
5586"The following working tree files would be removed by sparse checkout "
5587"update:\n"
5588"%s"
5589msgstr ""
5590
5591#: unpack-trees.c:180
5592#, c-format
5593msgid ""
5594"Cannot update submodule:\n"
5595"%s"
5596msgstr ""
5597
5598#: unpack-trees.c:254
5599#, c-format
5600msgid "Aborting\n"
5601msgstr ""
5602
5603#: unpack-trees.c:336
5604msgid "Checking out files"
5605msgstr ""
5606
5607#: urlmatch.c:163
5608msgid "invalid URL scheme name or missing '://' suffix"
5609msgstr ""
5610
5611#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
5612#, c-format
5613msgid "invalid %XX escape sequence"
5614msgstr ""
5615
5616#: urlmatch.c:215
5617msgid "missing host and scheme is not 'file:'"
5618msgstr ""
5619
5620#: urlmatch.c:232
5621msgid "a 'file:' URL may not have a port number"
5622msgstr ""
5623
5624#: urlmatch.c:247
5625msgid "invalid characters in host name"
5626msgstr ""
5627
5628#: urlmatch.c:292 urlmatch.c:303
5629msgid "invalid port number"
5630msgstr ""
5631
5632#: urlmatch.c:371
5633msgid "invalid '..' path segment"
5634msgstr ""
5635
5636#: worktree.c:245 builtin/am.c:2147
5637#, c-format
5638msgid "failed to read '%s'"
5639msgstr ""
5640
5641#: worktree.c:291
5642#, c-format
5643msgid "'%s' at main working tree is not the repository directory"
5644msgstr ""
5645
5646#: worktree.c:302
5647#, c-format
5648msgid "'%s' file does not contain absolute path to the working tree location"
5649msgstr ""
5650
5651#: worktree.c:314
5652#, c-format
5653msgid "'%s' does not exist"
5654msgstr ""
5655
5656#: worktree.c:320
5657#, c-format
5658msgid "'%s' is not a .git file, error code %d"
5659msgstr ""
5660
5661#: worktree.c:328
5662#, c-format
5663msgid "'%s' does not point back to '%s'"
5664msgstr ""
5665
5666#: wrapper.c:223 wrapper.c:393
5667#, c-format
5668msgid "could not open '%s' for reading and writing"
5669msgstr ""
5670
5671#: wrapper.c:227 wrapper.c:397 builtin/am.c:321 builtin/am.c:771
5672#: builtin/am.c:863 builtin/merge.c:1078
5673#, c-format
5674msgid "could not open '%s' for reading"
5675msgstr ""
5676
5677#: wrapper.c:424 wrapper.c:624
5678#, c-format
5679msgid "unable to access '%s'"
5680msgstr ""
5681
5682#: wrapper.c:632
5683msgid "unable to get current working directory"
5684msgstr ""
5685
5686#: wt-status.c:154
5687msgid "Unmerged paths:"
5688msgstr ""
5689
5690#: wt-status.c:181 wt-status.c:208
5691#, c-format
5692msgid "  (use \"git reset %s <file>...\" to unstage)"
5693msgstr ""
5694
5695#: wt-status.c:183 wt-status.c:210
5696msgid "  (use \"git rm --cached <file>...\" to unstage)"
5697msgstr ""
5698
5699#: wt-status.c:187
5700msgid "  (use \"git add <file>...\" to mark resolution)"
5701msgstr ""
5702
5703#: wt-status.c:189 wt-status.c:193
5704msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
5705msgstr ""
5706
5707#: wt-status.c:191
5708msgid "  (use \"git rm <file>...\" to mark resolution)"
5709msgstr ""
5710
5711#: wt-status.c:202 wt-status.c:1015
5712msgid "Changes to be committed:"
5713msgstr ""
5714
5715#: wt-status.c:220 wt-status.c:1024
5716msgid "Changes not staged for commit:"
5717msgstr ""
5718
5719#: wt-status.c:224
5720msgid "  (use \"git add <file>...\" to update what will be committed)"
5721msgstr ""
5722
5723#: wt-status.c:226
5724msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
5725msgstr ""
5726
5727#: wt-status.c:227
5728msgid ""
5729"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
5730msgstr ""
5731
5732#: wt-status.c:229
5733msgid "  (commit or discard the untracked or modified content in submodules)"
5734msgstr ""
5735
5736#: wt-status.c:241
5737#, c-format
5738msgid "  (use \"git %s <file>...\" to include in what will be committed)"
5739msgstr ""
5740
5741#: wt-status.c:256
5742msgid "both deleted:"
5743msgstr ""
5744
5745#: wt-status.c:258
5746msgid "added by us:"
5747msgstr ""
5748
5749#: wt-status.c:260
5750msgid "deleted by them:"
5751msgstr ""
5752
5753#: wt-status.c:262
5754msgid "added by them:"
5755msgstr ""
5756
5757#: wt-status.c:264
5758msgid "deleted by us:"
5759msgstr ""
5760
5761#: wt-status.c:266
5762msgid "both added:"
5763msgstr ""
5764
5765#: wt-status.c:268
5766msgid "both modified:"
5767msgstr ""
5768
5769#: wt-status.c:278
5770msgid "new file:"
5771msgstr ""
5772
5773#: wt-status.c:280
5774msgid "copied:"
5775msgstr ""
5776
5777#: wt-status.c:282
5778msgid "deleted:"
5779msgstr ""
5780
5781#: wt-status.c:284
5782msgid "modified:"
5783msgstr ""
5784
5785#: wt-status.c:286
5786msgid "renamed:"
5787msgstr ""
5788
5789#: wt-status.c:288
5790msgid "typechange:"
5791msgstr ""
5792
5793#: wt-status.c:290
5794msgid "unknown:"
5795msgstr ""
5796
5797#: wt-status.c:292
5798msgid "unmerged:"
5799msgstr ""
5800
5801#: wt-status.c:372
5802msgid "new commits, "
5803msgstr ""
5804
5805#: wt-status.c:374
5806msgid "modified content, "
5807msgstr ""
5808
5809#: wt-status.c:376
5810msgid "untracked content, "
5811msgstr ""
5812
5813#: wt-status.c:853
5814#, c-format
5815msgid "Your stash currently has %d entry"
5816msgid_plural "Your stash currently has %d entries"
5817msgstr[0] ""
5818msgstr[1] ""
5819
5820#: wt-status.c:885
5821msgid "Submodules changed but not updated:"
5822msgstr ""
5823
5824#: wt-status.c:887
5825msgid "Submodule changes to be committed:"
5826msgstr ""
5827
5828#: wt-status.c:969
5829msgid ""
5830"Do not modify or remove the line above.\n"
5831"Everything below it will be ignored."
5832msgstr ""
5833
5834#: wt-status.c:1084
5835msgid "You have unmerged paths."
5836msgstr ""
5837
5838#: wt-status.c:1087
5839msgid "  (fix conflicts and run \"git commit\")"
5840msgstr ""
5841
5842#: wt-status.c:1089
5843msgid "  (use \"git merge --abort\" to abort the merge)"
5844msgstr ""
5845
5846#: wt-status.c:1094
5847msgid "All conflicts fixed but you are still merging."
5848msgstr ""
5849
5850#: wt-status.c:1097
5851msgid "  (use \"git commit\" to conclude merge)"
5852msgstr ""
5853
5854#: wt-status.c:1107
5855msgid "You are in the middle of an am session."
5856msgstr ""
5857
5858#: wt-status.c:1110
5859msgid "The current patch is empty."
5860msgstr ""
5861
5862#: wt-status.c:1114
5863msgid "  (fix conflicts and then run \"git am --continue\")"
5864msgstr ""
5865
5866#: wt-status.c:1116
5867msgid "  (use \"git am --skip\" to skip this patch)"
5868msgstr ""
5869
5870#: wt-status.c:1118
5871msgid "  (use \"git am --abort\" to restore the original branch)"
5872msgstr ""
5873
5874#: wt-status.c:1250
5875msgid "git-rebase-todo is missing."
5876msgstr ""
5877
5878#: wt-status.c:1252
5879msgid "No commands done."
5880msgstr ""
5881
5882#: wt-status.c:1255
5883#, c-format
5884msgid "Last command done (%d command done):"
5885msgid_plural "Last commands done (%d commands done):"
5886msgstr[0] ""
5887msgstr[1] ""
5888
5889#: wt-status.c:1266
5890#, c-format
5891msgid "  (see more in file %s)"
5892msgstr ""
5893
5894#: wt-status.c:1271
5895msgid "No commands remaining."
5896msgstr ""
5897
5898#: wt-status.c:1274
5899#, c-format
5900msgid "Next command to do (%d remaining command):"
5901msgid_plural "Next commands to do (%d remaining commands):"
5902msgstr[0] ""
5903msgstr[1] ""
5904
5905#: wt-status.c:1282
5906msgid "  (use \"git rebase --edit-todo\" to view and edit)"
5907msgstr ""
5908
5909#: wt-status.c:1295
5910#, c-format
5911msgid "You are currently rebasing branch '%s' on '%s'."
5912msgstr ""
5913
5914#: wt-status.c:1300
5915msgid "You are currently rebasing."
5916msgstr ""
5917
5918#: wt-status.c:1314
5919msgid "  (fix conflicts and then run \"git rebase --continue\")"
5920msgstr ""
5921
5922#: wt-status.c:1316
5923msgid "  (use \"git rebase --skip\" to skip this patch)"
5924msgstr ""
5925
5926#: wt-status.c:1318
5927msgid "  (use \"git rebase --abort\" to check out the original branch)"
5928msgstr ""
5929
5930#: wt-status.c:1324
5931msgid "  (all conflicts fixed: run \"git rebase --continue\")"
5932msgstr ""
5933
5934#: wt-status.c:1328
5935#, c-format
5936msgid ""
5937"You are currently splitting a commit while rebasing branch '%s' on '%s'."
5938msgstr ""
5939
5940#: wt-status.c:1333
5941msgid "You are currently splitting a commit during a rebase."
5942msgstr ""
5943
5944#: wt-status.c:1336
5945msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
5946msgstr ""
5947
5948#: wt-status.c:1340
5949#, c-format
5950msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
5951msgstr ""
5952
5953#: wt-status.c:1345
5954msgid "You are currently editing a commit during a rebase."
5955msgstr ""
5956
5957#: wt-status.c:1348
5958msgid "  (use \"git commit --amend\" to amend the current commit)"
5959msgstr ""
5960
5961#: wt-status.c:1350
5962msgid ""
5963"  (use \"git rebase --continue\" once you are satisfied with your changes)"
5964msgstr ""
5965
5966#: wt-status.c:1360
5967#, c-format
5968msgid "You are currently cherry-picking commit %s."
5969msgstr ""
5970
5971#: wt-status.c:1365
5972msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
5973msgstr ""
5974
5975#: wt-status.c:1368
5976msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
5977msgstr ""
5978
5979#: wt-status.c:1370
5980msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
5981msgstr ""
5982
5983#: wt-status.c:1379
5984#, c-format
5985msgid "You are currently reverting commit %s."
5986msgstr ""
5987
5988#: wt-status.c:1384
5989msgid "  (fix conflicts and run \"git revert --continue\")"
5990msgstr ""
5991
5992#: wt-status.c:1387
5993msgid "  (all conflicts fixed: run \"git revert --continue\")"
5994msgstr ""
5995
5996#: wt-status.c:1389
5997msgid "  (use \"git revert --abort\" to cancel the revert operation)"
5998msgstr ""
5999
6000#: wt-status.c:1400
6001#, c-format
6002msgid "You are currently bisecting, started from branch '%s'."
6003msgstr ""
6004
6005#: wt-status.c:1404
6006msgid "You are currently bisecting."
6007msgstr ""
6008
6009#: wt-status.c:1407
6010msgid "  (use \"git bisect reset\" to get back to the original branch)"
6011msgstr ""
6012
6013#: wt-status.c:1604
6014msgid "On branch "
6015msgstr ""
6016
6017#: wt-status.c:1610
6018msgid "interactive rebase in progress; onto "
6019msgstr ""
6020
6021#: wt-status.c:1612
6022msgid "rebase in progress; onto "
6023msgstr ""
6024
6025#: wt-status.c:1617
6026msgid "HEAD detached at "
6027msgstr ""
6028
6029#: wt-status.c:1619
6030msgid "HEAD detached from "
6031msgstr ""
6032
6033#: wt-status.c:1622
6034msgid "Not currently on any branch."
6035msgstr ""
6036
6037#: wt-status.c:1642
6038msgid "Initial commit"
6039msgstr ""
6040
6041#: wt-status.c:1643
6042msgid "No commits yet"
6043msgstr ""
6044
6045#: wt-status.c:1657
6046msgid "Untracked files"
6047msgstr ""
6048
6049#: wt-status.c:1659
6050msgid "Ignored files"
6051msgstr ""
6052
6053#: wt-status.c:1663
6054#, c-format
6055msgid ""
6056"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
6057"may speed it up, but you have to be careful not to forget to add\n"
6058"new files yourself (see 'git help status')."
6059msgstr ""
6060
6061#: wt-status.c:1669
6062#, c-format
6063msgid "Untracked files not listed%s"
6064msgstr ""
6065
6066#: wt-status.c:1671
6067msgid " (use -u option to show untracked files)"
6068msgstr ""
6069
6070#: wt-status.c:1677
6071msgid "No changes"
6072msgstr ""
6073
6074#: wt-status.c:1682
6075#, c-format
6076msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
6077msgstr ""
6078
6079#: wt-status.c:1685
6080#, c-format
6081msgid "no changes added to commit\n"
6082msgstr ""
6083
6084#: wt-status.c:1688
6085#, c-format
6086msgid ""
6087"nothing added to commit but untracked files present (use \"git add\" to "
6088"track)\n"
6089msgstr ""
6090
6091#: wt-status.c:1691
6092#, c-format
6093msgid "nothing added to commit but untracked files present\n"
6094msgstr ""
6095
6096#: wt-status.c:1694
6097#, c-format
6098msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
6099msgstr ""
6100
6101#: wt-status.c:1697 wt-status.c:1702
6102#, c-format
6103msgid "nothing to commit\n"
6104msgstr ""
6105
6106#: wt-status.c:1700
6107#, c-format
6108msgid "nothing to commit (use -u to show untracked files)\n"
6109msgstr ""
6110
6111#: wt-status.c:1704
6112#, c-format
6113msgid "nothing to commit, working tree clean\n"
6114msgstr ""
6115
6116#: wt-status.c:1817
6117msgid "No commits yet on "
6118msgstr ""
6119
6120#: wt-status.c:1821
6121msgid "HEAD (no branch)"
6122msgstr ""
6123
6124#: wt-status.c:1852
6125msgid "different"
6126msgstr ""
6127
6128#: wt-status.c:1854 wt-status.c:1862
6129msgid "behind "
6130msgstr ""
6131
6132#: wt-status.c:1857 wt-status.c:1860
6133msgid "ahead "
6134msgstr ""
6135
6136#. TRANSLATORS: the action is e.g. "pull with rebase"
6137#: wt-status.c:2376
6138#, c-format
6139msgid "cannot %s: You have unstaged changes."
6140msgstr ""
6141
6142#: wt-status.c:2382
6143msgid "additionally, your index contains uncommitted changes."
6144msgstr ""
6145
6146#: wt-status.c:2384
6147#, c-format
6148msgid "cannot %s: Your index contains uncommitted changes."
6149msgstr ""
6150
6151#: compat/precompose_utf8.c:58 builtin/clone.c:443
6152#, c-format
6153msgid "failed to unlink '%s'"
6154msgstr ""
6155
6156#: builtin/add.c:24
6157msgid "git add [<options>] [--] <pathspec>..."
6158msgstr ""
6159
6160#: builtin/add.c:83
6161#, c-format
6162msgid "unexpected diff status %c"
6163msgstr ""
6164
6165#: builtin/add.c:88 builtin/commit.c:279
6166msgid "updating files failed"
6167msgstr ""
6168
6169#: builtin/add.c:98
6170#, c-format
6171msgid "remove '%s'\n"
6172msgstr ""
6173
6174#: builtin/add.c:173
6175msgid "Unstaged changes after refreshing the index:"
6176msgstr ""
6177
6178#: builtin/add.c:233 builtin/rev-parse.c:893
6179msgid "Could not read the index"
6180msgstr ""
6181
6182#: builtin/add.c:244
6183#, c-format
6184msgid "Could not open '%s' for writing."
6185msgstr ""
6186
6187#: builtin/add.c:248
6188msgid "Could not write patch"
6189msgstr ""
6190
6191#: builtin/add.c:251
6192msgid "editing patch failed"
6193msgstr ""
6194
6195#: builtin/add.c:254
6196#, c-format
6197msgid "Could not stat '%s'"
6198msgstr ""
6199
6200#: builtin/add.c:256
6201msgid "Empty patch. Aborted."
6202msgstr ""
6203
6204#: builtin/add.c:261
6205#, c-format
6206msgid "Could not apply '%s'"
6207msgstr ""
6208
6209#: builtin/add.c:269
6210msgid "The following paths are ignored by one of your .gitignore files:\n"
6211msgstr ""
6212
6213#: builtin/add.c:289 builtin/clean.c:906 builtin/fetch.c:134 builtin/mv.c:123
6214#: builtin/prune-packed.c:56 builtin/pull.c:212 builtin/push.c:557
6215#: builtin/remote.c:1344 builtin/rm.c:240 builtin/send-pack.c:165
6216msgid "dry run"
6217msgstr ""
6218
6219#: builtin/add.c:292
6220msgid "interactive picking"
6221msgstr ""
6222
6223#: builtin/add.c:293 builtin/checkout.c:1144 builtin/reset.c:302
6224msgid "select hunks interactively"
6225msgstr ""
6226
6227#: builtin/add.c:294
6228msgid "edit current diff and apply"
6229msgstr ""
6230
6231#: builtin/add.c:295
6232msgid "allow adding otherwise ignored files"
6233msgstr ""
6234
6235#: builtin/add.c:296
6236msgid "update tracked files"
6237msgstr ""
6238
6239#: builtin/add.c:297
6240msgid "renormalize EOL of tracked files (implies -u)"
6241msgstr ""
6242
6243#: builtin/add.c:298
6244msgid "record only the fact that the path will be added later"
6245msgstr ""
6246
6247#: builtin/add.c:299
6248msgid "add changes from all tracked and untracked files"
6249msgstr ""
6250
6251#: builtin/add.c:302
6252msgid "ignore paths removed in the working tree (same as --no-all)"
6253msgstr ""
6254
6255#: builtin/add.c:304
6256msgid "don't add, only refresh the index"
6257msgstr ""
6258
6259#: builtin/add.c:305
6260msgid "just skip files which cannot be added because of errors"
6261msgstr ""
6262
6263#: builtin/add.c:306
6264msgid "check if - even missing - files are ignored in dry run"
6265msgstr ""
6266
6267#: builtin/add.c:308 builtin/update-index.c:973
6268msgid "override the executable bit of the listed files"
6269msgstr ""
6270
6271#: builtin/add.c:310
6272msgid "warn when adding an embedded repository"
6273msgstr ""
6274
6275#: builtin/add.c:325
6276#, c-format
6277msgid ""
6278"You've added another git repository inside your current repository.\n"
6279"Clones of the outer repository will not contain the contents of\n"
6280"the embedded repository and will not know how to obtain it.\n"
6281"If you meant to add a submodule, use:\n"
6282"\n"
6283"\tgit submodule add <url> %s\n"
6284"\n"
6285"If you added this path by mistake, you can remove it from the\n"
6286"index with:\n"
6287"\n"
6288"\tgit rm --cached %s\n"
6289"\n"
6290"See \"git help submodule\" for more information."
6291msgstr ""
6292
6293#: builtin/add.c:353
6294#, c-format
6295msgid "adding embedded git repository: %s"
6296msgstr ""
6297
6298#: builtin/add.c:371
6299#, c-format
6300msgid "Use -f if you really want to add them.\n"
6301msgstr ""
6302
6303#: builtin/add.c:379
6304msgid "adding files failed"
6305msgstr ""
6306
6307#: builtin/add.c:417
6308msgid "-A and -u are mutually incompatible"
6309msgstr ""
6310
6311#: builtin/add.c:424
6312msgid "Option --ignore-missing can only be used together with --dry-run"
6313msgstr ""
6314
6315#: builtin/add.c:428
6316#, c-format
6317msgid "--chmod param '%s' must be either -x or +x"
6318msgstr ""
6319
6320#: builtin/add.c:443
6321#, c-format
6322msgid "Nothing specified, nothing added.\n"
6323msgstr ""
6324
6325#: builtin/add.c:444
6326#, c-format
6327msgid "Maybe you wanted to say 'git add .'?\n"
6328msgstr ""
6329
6330#: builtin/add.c:449 builtin/check-ignore.c:177 builtin/checkout.c:282
6331#: builtin/checkout.c:485 builtin/clean.c:953 builtin/commit.c:338
6332#: builtin/diff-tree.c:115 builtin/grep.c:492 builtin/mv.c:144
6333#: builtin/reset.c:241 builtin/rm.c:270 builtin/submodule--helper.c:329
6334msgid "index file corrupt"
6335msgstr ""
6336
6337#: builtin/am.c:415
6338msgid "could not parse author script"
6339msgstr ""
6340
6341#: builtin/am.c:499
6342#, c-format
6343msgid "'%s' was deleted by the applypatch-msg hook"
6344msgstr ""
6345
6346#: builtin/am.c:540
6347#, c-format
6348msgid "Malformed input line: '%s'."
6349msgstr ""
6350
6351#: builtin/am.c:577
6352#, c-format
6353msgid "Failed to copy notes from '%s' to '%s'"
6354msgstr ""
6355
6356#: builtin/am.c:603
6357msgid "fseek failed"
6358msgstr ""
6359
6360#: builtin/am.c:791
6361#, c-format
6362msgid "could not parse patch '%s'"
6363msgstr ""
6364
6365#: builtin/am.c:856
6366msgid "Only one StGIT patch series can be applied at once"
6367msgstr ""
6368
6369#: builtin/am.c:904
6370msgid "invalid timestamp"
6371msgstr ""
6372
6373#: builtin/am.c:909 builtin/am.c:921
6374msgid "invalid Date line"
6375msgstr ""
6376
6377#: builtin/am.c:916
6378msgid "invalid timezone offset"
6379msgstr ""
6380
6381#: builtin/am.c:1009
6382msgid "Patch format detection failed."
6383msgstr ""
6384
6385#: builtin/am.c:1014 builtin/clone.c:408
6386#, c-format
6387msgid "failed to create directory '%s'"
6388msgstr ""
6389
6390#: builtin/am.c:1019
6391msgid "Failed to split patches."
6392msgstr ""
6393
6394#: builtin/am.c:1149 builtin/commit.c:364
6395msgid "unable to write index file"
6396msgstr ""
6397
6398#: builtin/am.c:1163
6399#, c-format
6400msgid "When you have resolved this problem, run \"%s --continue\"."
6401msgstr ""
6402
6403#: builtin/am.c:1164
6404#, c-format
6405msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
6406msgstr ""
6407
6408#: builtin/am.c:1165
6409#, c-format
6410msgid "To restore the original branch and stop patching, run \"%s --abort\"."
6411msgstr ""
6412
6413#: builtin/am.c:1272
6414msgid "Patch is empty."
6415msgstr ""
6416
6417#: builtin/am.c:1338
6418#, c-format
6419msgid "invalid ident line: %.*s"
6420msgstr ""
6421
6422#: builtin/am.c:1360
6423#, c-format
6424msgid "unable to parse commit %s"
6425msgstr ""
6426
6427#: builtin/am.c:1556
6428msgid "Repository lacks necessary blobs to fall back on 3-way merge."
6429msgstr ""
6430
6431#: builtin/am.c:1558
6432msgid "Using index info to reconstruct a base tree..."
6433msgstr ""
6434
6435#: builtin/am.c:1577
6436msgid ""
6437"Did you hand edit your patch?\n"
6438"It does not apply to blobs recorded in its index."
6439msgstr ""
6440
6441#: builtin/am.c:1583
6442msgid "Falling back to patching base and 3-way merge..."
6443msgstr ""
6444
6445#: builtin/am.c:1608
6446msgid "Failed to merge in the changes."
6447msgstr ""
6448
6449#: builtin/am.c:1640
6450msgid "applying to an empty history"
6451msgstr ""
6452
6453#: builtin/am.c:1686 builtin/am.c:1690
6454#, c-format
6455msgid "cannot resume: %s does not exist."
6456msgstr ""
6457
6458#: builtin/am.c:1706
6459msgid "cannot be interactive without stdin connected to a terminal."
6460msgstr ""
6461
6462#: builtin/am.c:1711
6463msgid "Commit Body is:"
6464msgstr ""
6465
6466#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
6467#. in your translation. The program will only accept English
6468#. input at this point.
6469#.
6470#: builtin/am.c:1721
6471msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
6472msgstr ""
6473
6474#: builtin/am.c:1771
6475#, c-format
6476msgid "Dirty index: cannot apply patches (dirty: %s)"
6477msgstr ""
6478
6479#: builtin/am.c:1811 builtin/am.c:1879
6480#, c-format
6481msgid "Applying: %.*s"
6482msgstr ""
6483
6484#: builtin/am.c:1828
6485msgid "No changes -- Patch already applied."
6486msgstr ""
6487
6488#: builtin/am.c:1834
6489#, c-format
6490msgid "Patch failed at %s %.*s"
6491msgstr ""
6492
6493#: builtin/am.c:1838
6494msgid "Use 'git am --show-current-patch' to see the failed patch"
6495msgstr ""
6496
6497#: builtin/am.c:1882
6498msgid ""
6499"No changes - did you forget to use 'git add'?\n"
6500"If there is nothing left to stage, chances are that something else\n"
6501"already introduced the same changes; you might want to skip this patch."
6502msgstr ""
6503
6504#: builtin/am.c:1889
6505msgid ""
6506"You still have unmerged paths in your index.\n"
6507"You should 'git add' each file with resolved conflicts to mark them as "
6508"such.\n"
6509"You might run `git rm` on a file to accept \"deleted by them\" for it."
6510msgstr ""
6511
6512#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
6513#: builtin/reset.c:332
6514#, c-format
6515msgid "Could not parse object '%s'."
6516msgstr ""
6517
6518#: builtin/am.c:2048
6519msgid "failed to clean index"
6520msgstr ""
6521
6522#: builtin/am.c:2083
6523msgid ""
6524"You seem to have moved HEAD since the last 'am' failure.\n"
6525"Not rewinding to ORIG_HEAD"
6526msgstr ""
6527
6528#: builtin/am.c:2174
6529#, c-format
6530msgid "Invalid value for --patch-format: %s"
6531msgstr ""
6532
6533#: builtin/am.c:2210
6534msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
6535msgstr ""
6536
6537#: builtin/am.c:2211
6538msgid "git am [<options>] (--continue | --skip | --abort)"
6539msgstr ""
6540
6541#: builtin/am.c:2217
6542msgid "run interactively"
6543msgstr ""
6544
6545#: builtin/am.c:2219
6546msgid "historical option -- no-op"
6547msgstr ""
6548
6549#: builtin/am.c:2221
6550msgid "allow fall back on 3way merging if needed"
6551msgstr ""
6552
6553#: builtin/am.c:2222 builtin/init-db.c:485 builtin/prune-packed.c:58
6554#: builtin/repack.c:299
6555msgid "be quiet"
6556msgstr ""
6557
6558#: builtin/am.c:2224
6559msgid "add a Signed-off-by line to the commit message"
6560msgstr ""
6561
6562#: builtin/am.c:2227
6563msgid "recode into utf8 (default)"
6564msgstr ""
6565
6566#: builtin/am.c:2229
6567msgid "pass -k flag to git-mailinfo"
6568msgstr ""
6569
6570#: builtin/am.c:2231
6571msgid "pass -b flag to git-mailinfo"
6572msgstr ""
6573
6574#: builtin/am.c:2233
6575msgid "pass -m flag to git-mailinfo"
6576msgstr ""
6577
6578#: builtin/am.c:2235
6579msgid "pass --keep-cr flag to git-mailsplit for mbox format"
6580msgstr ""
6581
6582#: builtin/am.c:2238
6583msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
6584msgstr ""
6585
6586#: builtin/am.c:2241
6587msgid "strip everything before a scissors line"
6588msgstr ""
6589
6590#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
6591#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
6592#: builtin/am.c:2270
6593msgid "pass it through git-apply"
6594msgstr ""
6595
6596#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:670
6597#: builtin/fmt-merge-msg.c:673 builtin/grep.c:857 builtin/merge.c:237
6598#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:308
6599#: builtin/repack.c:312 builtin/repack.c:314 builtin/show-branch.c:650
6600#: builtin/show-ref.c:170 builtin/tag.c:384 parse-options.h:144
6601#: parse-options.h:146 parse-options.h:258
6602msgid "n"
6603msgstr ""
6604
6605#: builtin/am.c:2266 builtin/branch.c:643 builtin/for-each-ref.c:38
6606#: builtin/replace.c:543 builtin/tag.c:420 builtin/verify-tag.c:39
6607msgid "format"
6608msgstr ""
6609
6610#: builtin/am.c:2267
6611msgid "format the patch(es) are in"
6612msgstr ""
6613
6614#: builtin/am.c:2273
6615msgid "override error message when patch failure occurs"
6616msgstr ""
6617
6618#: builtin/am.c:2275
6619msgid "continue applying patches after resolving a conflict"
6620msgstr ""
6621
6622#: builtin/am.c:2278
6623msgid "synonyms for --continue"
6624msgstr ""
6625
6626#: builtin/am.c:2281
6627msgid "skip the current patch"
6628msgstr ""
6629
6630#: builtin/am.c:2284
6631msgid "restore the original branch and abort the patching operation."
6632msgstr ""
6633
6634#: builtin/am.c:2287
6635msgid "abort the patching operation but keep HEAD where it is."
6636msgstr ""
6637
6638#: builtin/am.c:2290
6639msgid "show the patch being applied."
6640msgstr ""
6641
6642#: builtin/am.c:2294
6643msgid "lie about committer date"
6644msgstr ""
6645
6646#: builtin/am.c:2296
6647msgid "use current timestamp for author date"
6648msgstr ""
6649
6650#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:271
6651#: builtin/pull.c:183 builtin/revert.c:113 builtin/tag.c:400
6652msgid "key-id"
6653msgstr ""
6654
6655#: builtin/am.c:2299
6656msgid "GPG-sign commits"
6657msgstr ""
6658
6659#: builtin/am.c:2302
6660msgid "(internal use for git-rebase)"
6661msgstr ""
6662
6663#: builtin/am.c:2320
6664msgid ""
6665"The -b/--binary option has been a no-op for long time, and\n"
6666"it will be removed. Please do not use it anymore."
6667msgstr ""
6668
6669#: builtin/am.c:2327
6670msgid "failed to read the index"
6671msgstr ""
6672
6673#: builtin/am.c:2342
6674#, c-format
6675msgid "previous rebase directory %s still exists but mbox given."
6676msgstr ""
6677
6678#: builtin/am.c:2366
6679#, c-format
6680msgid ""
6681"Stray %s directory found.\n"
6682"Use \"git am --abort\" to remove it."
6683msgstr ""
6684
6685#: builtin/am.c:2372
6686msgid "Resolve operation not in progress, we are not resuming."
6687msgstr ""
6688
6689#: builtin/apply.c:8
6690msgid "git apply [<options>] [<patch>...]"
6691msgstr ""
6692
6693#: builtin/archive.c:17
6694#, c-format
6695msgid "could not create archive file '%s'"
6696msgstr ""
6697
6698#: builtin/archive.c:20
6699msgid "could not redirect output"
6700msgstr ""
6701
6702#: builtin/archive.c:37
6703msgid "git archive: Remote with no URL"
6704msgstr ""
6705
6706#: builtin/archive.c:58
6707msgid "git archive: expected ACK/NAK, got a flush packet"
6708msgstr ""
6709
6710#: builtin/archive.c:61
6711#, c-format
6712msgid "git archive: NACK %s"
6713msgstr ""
6714
6715#: builtin/archive.c:64
6716msgid "git archive: protocol error"
6717msgstr ""
6718
6719#: builtin/archive.c:68
6720msgid "git archive: expected a flush"
6721msgstr ""
6722
6723#: builtin/bisect--helper.c:12
6724msgid "git bisect--helper --next-all [--no-checkout]"
6725msgstr ""
6726
6727#: builtin/bisect--helper.c:13
6728msgid "git bisect--helper --write-terms <bad_term> <good_term>"
6729msgstr ""
6730
6731#: builtin/bisect--helper.c:14
6732msgid "git bisect--helper --bisect-clean-state"
6733msgstr ""
6734
6735#: builtin/bisect--helper.c:46
6736#, c-format
6737msgid "'%s' is not a valid term"
6738msgstr ""
6739
6740#: builtin/bisect--helper.c:50
6741#, c-format
6742msgid "can't use the builtin command '%s' as a term"
6743msgstr ""
6744
6745#: builtin/bisect--helper.c:60
6746#, c-format
6747msgid "can't change the meaning of the term '%s'"
6748msgstr ""
6749
6750#: builtin/bisect--helper.c:71
6751msgid "please use two different terms"
6752msgstr ""
6753
6754#: builtin/bisect--helper.c:78
6755msgid "could not open the file BISECT_TERMS"
6756msgstr ""
6757
6758#: builtin/bisect--helper.c:120
6759msgid "perform 'git bisect next'"
6760msgstr ""
6761
6762#: builtin/bisect--helper.c:122
6763msgid "write the terms to .git/BISECT_TERMS"
6764msgstr ""
6765
6766#: builtin/bisect--helper.c:124
6767msgid "cleanup the bisection state"
6768msgstr ""
6769
6770#: builtin/bisect--helper.c:126
6771msgid "check for expected revs"
6772msgstr ""
6773
6774#: builtin/bisect--helper.c:128
6775msgid "update BISECT_HEAD instead of checking out the current commit"
6776msgstr ""
6777
6778#: builtin/bisect--helper.c:143
6779msgid "--write-terms requires two arguments"
6780msgstr ""
6781
6782#: builtin/bisect--helper.c:147
6783msgid "--bisect-clean-state requires no arguments"
6784msgstr ""
6785
6786#: builtin/blame.c:31
6787msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
6788msgstr ""
6789
6790#: builtin/blame.c:36
6791msgid "<rev-opts> are documented in git-rev-list(1)"
6792msgstr ""
6793
6794#: builtin/blame.c:406
6795#, c-format
6796msgid "expecting a color: %s"
6797msgstr ""
6798
6799#: builtin/blame.c:413
6800msgid "must end with a color"
6801msgstr ""
6802
6803#: builtin/blame.c:700
6804#, c-format
6805msgid "invalid color '%s' in color.blame.repeatedLines"
6806msgstr ""
6807
6808#: builtin/blame.c:718
6809msgid "invalid value for blame.coloring"
6810msgstr ""
6811
6812#: builtin/blame.c:789
6813msgid "Show blame entries as we find them, incrementally"
6814msgstr ""
6815
6816#: builtin/blame.c:790
6817msgid "Show blank SHA-1 for boundary commits (Default: off)"
6818msgstr ""
6819
6820#: builtin/blame.c:791
6821msgid "Do not treat root commits as boundaries (Default: off)"
6822msgstr ""
6823
6824#: builtin/blame.c:792
6825msgid "Show work cost statistics"
6826msgstr ""
6827
6828#: builtin/blame.c:793
6829msgid "Force progress reporting"
6830msgstr ""
6831
6832#: builtin/blame.c:794
6833msgid "Show output score for blame entries"
6834msgstr ""
6835
6836#: builtin/blame.c:795
6837msgid "Show original filename (Default: auto)"
6838msgstr ""
6839
6840#: builtin/blame.c:796
6841msgid "Show original linenumber (Default: off)"
6842msgstr ""
6843
6844#: builtin/blame.c:797
6845msgid "Show in a format designed for machine consumption"
6846msgstr ""
6847
6848#: builtin/blame.c:798
6849msgid "Show porcelain format with per-line commit information"
6850msgstr ""
6851
6852#: builtin/blame.c:799
6853msgid "Use the same output mode as git-annotate (Default: off)"
6854msgstr ""
6855
6856#: builtin/blame.c:800
6857msgid "Show raw timestamp (Default: off)"
6858msgstr ""
6859
6860#: builtin/blame.c:801
6861msgid "Show long commit SHA1 (Default: off)"
6862msgstr ""
6863
6864#: builtin/blame.c:802
6865msgid "Suppress author name and timestamp (Default: off)"
6866msgstr ""
6867
6868#: builtin/blame.c:803
6869msgid "Show author email instead of name (Default: off)"
6870msgstr ""
6871
6872#: builtin/blame.c:804
6873msgid "Ignore whitespace differences"
6874msgstr ""
6875
6876#: builtin/blame.c:805
6877msgid "color redundant metadata from previous line differently"
6878msgstr ""
6879
6880#: builtin/blame.c:806
6881msgid "color lines by age"
6882msgstr ""
6883
6884#: builtin/blame.c:813
6885msgid "Use an experimental heuristic to improve diffs"
6886msgstr ""
6887
6888#: builtin/blame.c:815
6889msgid "Spend extra cycles to find better match"
6890msgstr ""
6891
6892#: builtin/blame.c:816
6893msgid "Use revisions from <file> instead of calling git-rev-list"
6894msgstr ""
6895
6896#: builtin/blame.c:817
6897msgid "Use <file>'s contents as the final image"
6898msgstr ""
6899
6900#: builtin/blame.c:818 builtin/blame.c:819
6901msgid "score"
6902msgstr ""
6903
6904#: builtin/blame.c:818
6905msgid "Find line copies within and across files"
6906msgstr ""
6907
6908#: builtin/blame.c:819
6909msgid "Find line movements within and across files"
6910msgstr ""
6911
6912#: builtin/blame.c:820
6913msgid "n,m"
6914msgstr ""
6915
6916#: builtin/blame.c:820
6917msgid "Process only line range n,m, counting from 1"
6918msgstr ""
6919
6920#: builtin/blame.c:869
6921msgid "--progress can't be used with --incremental or porcelain formats"
6922msgstr ""
6923
6924#. TRANSLATORS: This string is used to tell us the
6925#. maximum display width for a relative timestamp in
6926#. "git blame" output.  For C locale, "4 years, 11
6927#. months ago", which takes 22 places, is the longest
6928#. among various forms of relative timestamps, but
6929#. your language may need more or fewer display
6930#. columns.
6931#.
6932#: builtin/blame.c:920
6933msgid "4 years, 11 months ago"
6934msgstr ""
6935
6936#: builtin/blame.c:1007
6937#, c-format
6938msgid "file %s has only %lu line"
6939msgid_plural "file %s has only %lu lines"
6940msgstr[0] ""
6941msgstr[1] ""
6942
6943#: builtin/blame.c:1053
6944msgid "Blaming lines"
6945msgstr ""
6946
6947#: builtin/branch.c:28
6948msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
6949msgstr ""
6950
6951#: builtin/branch.c:29
6952msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
6953msgstr ""
6954
6955#: builtin/branch.c:30
6956msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
6957msgstr ""
6958
6959#: builtin/branch.c:31
6960msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
6961msgstr ""
6962
6963#: builtin/branch.c:32
6964msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
6965msgstr ""
6966
6967#: builtin/branch.c:33
6968msgid "git branch [<options>] [-r | -a] [--points-at]"
6969msgstr ""
6970
6971#: builtin/branch.c:34
6972msgid "git branch [<options>] [-r | -a] [--format]"
6973msgstr ""
6974
6975#: builtin/branch.c:143
6976#, c-format
6977msgid ""
6978"deleting branch '%s' that has been merged to\n"
6979"         '%s', but not yet merged to HEAD."
6980msgstr ""
6981
6982#: builtin/branch.c:147
6983#, c-format
6984msgid ""
6985"not deleting branch '%s' that is not yet merged to\n"
6986"         '%s', even though it is merged to HEAD."
6987msgstr ""
6988
6989#: builtin/branch.c:161
6990#, c-format
6991msgid "Couldn't look up commit object for '%s'"
6992msgstr ""
6993
6994#: builtin/branch.c:165
6995#, c-format
6996msgid ""
6997"The branch '%s' is not fully merged.\n"
6998"If you are sure you want to delete it, run 'git branch -D %s'."
6999msgstr ""
7000
7001#: builtin/branch.c:178
7002msgid "Update of config-file failed"
7003msgstr ""
7004
7005#: builtin/branch.c:209
7006msgid "cannot use -a with -d"
7007msgstr ""
7008
7009#: builtin/branch.c:215
7010msgid "Couldn't look up commit object for HEAD"
7011msgstr ""
7012
7013#: builtin/branch.c:229
7014#, c-format
7015msgid "Cannot delete branch '%s' checked out at '%s'"
7016msgstr ""
7017
7018#: builtin/branch.c:244
7019#, c-format
7020msgid "remote-tracking branch '%s' not found."
7021msgstr ""
7022
7023#: builtin/branch.c:245
7024#, c-format
7025msgid "branch '%s' not found."
7026msgstr ""
7027
7028#: builtin/branch.c:260
7029#, c-format
7030msgid "Error deleting remote-tracking branch '%s'"
7031msgstr ""
7032
7033#: builtin/branch.c:261
7034#, c-format
7035msgid "Error deleting branch '%s'"
7036msgstr ""
7037
7038#: builtin/branch.c:268
7039#, c-format
7040msgid "Deleted remote-tracking branch %s (was %s).\n"
7041msgstr ""
7042
7043#: builtin/branch.c:269
7044#, c-format
7045msgid "Deleted branch %s (was %s).\n"
7046msgstr ""
7047
7048#: builtin/branch.c:413 builtin/tag.c:59
7049msgid "unable to parse format string"
7050msgstr ""
7051
7052#: builtin/branch.c:450
7053#, c-format
7054msgid "Branch %s is being rebased at %s"
7055msgstr ""
7056
7057#: builtin/branch.c:454
7058#, c-format
7059msgid "Branch %s is being bisected at %s"
7060msgstr ""
7061
7062#: builtin/branch.c:471
7063msgid "cannot copy the current branch while not on any."
7064msgstr ""
7065
7066#: builtin/branch.c:473
7067msgid "cannot rename the current branch while not on any."
7068msgstr ""
7069
7070#: builtin/branch.c:484
7071#, c-format
7072msgid "Invalid branch name: '%s'"
7073msgstr ""
7074
7075#: builtin/branch.c:511
7076msgid "Branch rename failed"
7077msgstr ""
7078
7079#: builtin/branch.c:513
7080msgid "Branch copy failed"
7081msgstr ""
7082
7083#: builtin/branch.c:517
7084#, c-format
7085msgid "Created a copy of a misnamed branch '%s'"
7086msgstr ""
7087
7088#: builtin/branch.c:520
7089#, c-format
7090msgid "Renamed a misnamed branch '%s' away"
7091msgstr ""
7092
7093#: builtin/branch.c:526
7094#, c-format
7095msgid "Branch renamed to %s, but HEAD is not updated!"
7096msgstr ""
7097
7098#: builtin/branch.c:535
7099msgid "Branch is renamed, but update of config-file failed"
7100msgstr ""
7101
7102#: builtin/branch.c:537
7103msgid "Branch is copied, but update of config-file failed"
7104msgstr ""
7105
7106#: builtin/branch.c:553
7107#, c-format
7108msgid ""
7109"Please edit the description for the branch\n"
7110"  %s\n"
7111"Lines starting with '%c' will be stripped.\n"
7112msgstr ""
7113
7114#: builtin/branch.c:594
7115msgid "Generic options"
7116msgstr ""
7117
7118#: builtin/branch.c:596
7119msgid "show hash and subject, give twice for upstream branch"
7120msgstr ""
7121
7122#: builtin/branch.c:597
7123msgid "suppress informational messages"
7124msgstr ""
7125
7126#: builtin/branch.c:598
7127msgid "set up tracking mode (see git-pull(1))"
7128msgstr ""
7129
7130#: builtin/branch.c:600
7131msgid "do not use"
7132msgstr ""
7133
7134#: builtin/branch.c:602
7135msgid "upstream"
7136msgstr ""
7137
7138#: builtin/branch.c:602
7139msgid "change the upstream info"
7140msgstr ""
7141
7142#: builtin/branch.c:603
7143msgid "Unset the upstream info"
7144msgstr ""
7145
7146#: builtin/branch.c:604
7147msgid "use colored output"
7148msgstr ""
7149
7150#: builtin/branch.c:605
7151msgid "act on remote-tracking branches"
7152msgstr ""
7153
7154#: builtin/branch.c:607 builtin/branch.c:609
7155msgid "print only branches that contain the commit"
7156msgstr ""
7157
7158#: builtin/branch.c:608 builtin/branch.c:610
7159msgid "print only branches that don't contain the commit"
7160msgstr ""
7161
7162#: builtin/branch.c:613
7163msgid "Specific git-branch actions:"
7164msgstr ""
7165
7166#: builtin/branch.c:614
7167msgid "list both remote-tracking and local branches"
7168msgstr ""
7169
7170#: builtin/branch.c:616
7171msgid "delete fully merged branch"
7172msgstr ""
7173
7174#: builtin/branch.c:617
7175msgid "delete branch (even if not merged)"
7176msgstr ""
7177
7178#: builtin/branch.c:618
7179msgid "move/rename a branch and its reflog"
7180msgstr ""
7181
7182#: builtin/branch.c:619
7183msgid "move/rename a branch, even if target exists"
7184msgstr ""
7185
7186#: builtin/branch.c:620
7187msgid "copy a branch and its reflog"
7188msgstr ""
7189
7190#: builtin/branch.c:621
7191msgid "copy a branch, even if target exists"
7192msgstr ""
7193
7194#: builtin/branch.c:622
7195msgid "list branch names"
7196msgstr ""
7197
7198#: builtin/branch.c:623
7199msgid "create the branch's reflog"
7200msgstr ""
7201
7202#: builtin/branch.c:626
7203msgid "deprecated synonym for --create-reflog"
7204msgstr ""
7205
7206#: builtin/branch.c:631
7207msgid "edit the description for the branch"
7208msgstr ""
7209
7210#: builtin/branch.c:632
7211msgid "force creation, move/rename, deletion"
7212msgstr ""
7213
7214#: builtin/branch.c:633
7215msgid "print only branches that are merged"
7216msgstr ""
7217
7218#: builtin/branch.c:634
7219msgid "print only branches that are not merged"
7220msgstr ""
7221
7222#: builtin/branch.c:635
7223msgid "list branches in columns"
7224msgstr ""
7225
7226#: builtin/branch.c:636 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
7227#: builtin/tag.c:413
7228msgid "key"
7229msgstr ""
7230
7231#: builtin/branch.c:637 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
7232#: builtin/tag.c:414
7233msgid "field name to sort on"
7234msgstr ""
7235
7236#: builtin/branch.c:639 builtin/for-each-ref.c:43 builtin/notes.c:410
7237#: builtin/notes.c:413 builtin/notes.c:573 builtin/notes.c:576
7238#: builtin/tag.c:416
7239msgid "object"
7240msgstr ""
7241
7242#: builtin/branch.c:640
7243msgid "print only branches of the object"
7244msgstr ""
7245
7246#: builtin/branch.c:642 builtin/for-each-ref.c:49 builtin/tag.c:423
7247msgid "sorting and filtering are case insensitive"
7248msgstr ""
7249
7250#: builtin/branch.c:643 builtin/for-each-ref.c:38 builtin/tag.c:421
7251#: builtin/verify-tag.c:39
7252msgid "format to use for the output"
7253msgstr ""
7254
7255#: builtin/branch.c:666 builtin/clone.c:739
7256msgid "HEAD not found below refs/heads!"
7257msgstr ""
7258
7259#: builtin/branch.c:689
7260msgid "--column and --verbose are incompatible"
7261msgstr ""
7262
7263#: builtin/branch.c:709 builtin/branch.c:761 builtin/branch.c:770
7264msgid "branch name required"
7265msgstr ""
7266
7267#: builtin/branch.c:737
7268msgid "Cannot give description to detached HEAD"
7269msgstr ""
7270
7271#: builtin/branch.c:742
7272msgid "cannot edit description of more than one branch"
7273msgstr ""
7274
7275#: builtin/branch.c:749
7276#, c-format
7277msgid "No commit on branch '%s' yet."
7278msgstr ""
7279
7280#: builtin/branch.c:752
7281#, c-format
7282msgid "No branch named '%s'."
7283msgstr ""
7284
7285#: builtin/branch.c:767
7286msgid "too many branches for a copy operation"
7287msgstr ""
7288
7289#: builtin/branch.c:776
7290msgid "too many arguments for a rename operation"
7291msgstr ""
7292
7293#: builtin/branch.c:781
7294msgid "too many arguments to set new upstream"
7295msgstr ""
7296
7297#: builtin/branch.c:785
7298#, c-format
7299msgid ""
7300"could not set upstream of HEAD to %s when it does not point to any branch."
7301msgstr ""
7302
7303#: builtin/branch.c:788 builtin/branch.c:810 builtin/branch.c:826
7304#, c-format
7305msgid "no such branch '%s'"
7306msgstr ""
7307
7308#: builtin/branch.c:792
7309#, c-format
7310msgid "branch '%s' does not exist"
7311msgstr ""
7312
7313#: builtin/branch.c:804
7314msgid "too many arguments to unset upstream"
7315msgstr ""
7316
7317#: builtin/branch.c:808
7318msgid "could not unset upstream of HEAD when it does not point to any branch."
7319msgstr ""
7320
7321#: builtin/branch.c:814
7322#, c-format
7323msgid "Branch '%s' has no upstream information"
7324msgstr ""
7325
7326#: builtin/branch.c:829
7327msgid "-a and -r options to 'git branch' do not make sense with a branch name"
7328msgstr ""
7329
7330#: builtin/branch.c:832
7331msgid ""
7332"the '--set-upstream' option is no longer supported. Please use '--track' or "
7333"'--set-upstream-to' instead."
7334msgstr ""
7335
7336#: builtin/bundle.c:45
7337#, c-format
7338msgid "%s is okay\n"
7339msgstr ""
7340
7341#: builtin/bundle.c:58
7342msgid "Need a repository to create a bundle."
7343msgstr ""
7344
7345#: builtin/bundle.c:62
7346msgid "Need a repository to unbundle."
7347msgstr ""
7348
7349#: builtin/cat-file.c:577
7350msgid ""
7351"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
7352"p | <type> | --textconv | --filters) [--path=<path>] <object>"
7353msgstr ""
7354
7355#: builtin/cat-file.c:578
7356msgid ""
7357"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
7358"filters]"
7359msgstr ""
7360
7361#: builtin/cat-file.c:615
7362msgid "<type> can be one of: blob, tree, commit, tag"
7363msgstr ""
7364
7365#: builtin/cat-file.c:616
7366msgid "show object type"
7367msgstr ""
7368
7369#: builtin/cat-file.c:617
7370msgid "show object size"
7371msgstr ""
7372
7373#: builtin/cat-file.c:619
7374msgid "exit with zero when there's no error"
7375msgstr ""
7376
7377#: builtin/cat-file.c:620
7378msgid "pretty-print object's content"
7379msgstr ""
7380
7381#: builtin/cat-file.c:622
7382msgid "for blob objects, run textconv on object's content"
7383msgstr ""
7384
7385#: builtin/cat-file.c:624
7386msgid "for blob objects, run filters on object's content"
7387msgstr ""
7388
7389#: builtin/cat-file.c:625 git-submodule.sh:864
7390msgid "blob"
7391msgstr ""
7392
7393#: builtin/cat-file.c:626
7394msgid "use a specific path for --textconv/--filters"
7395msgstr ""
7396
7397#: builtin/cat-file.c:628
7398msgid "allow -s and -t to work with broken/corrupt objects"
7399msgstr ""
7400
7401#: builtin/cat-file.c:629
7402msgid "buffer --batch output"
7403msgstr ""
7404
7405#: builtin/cat-file.c:631
7406msgid "show info and content of objects fed from the standard input"
7407msgstr ""
7408
7409#: builtin/cat-file.c:634
7410msgid "show info about objects fed from the standard input"
7411msgstr ""
7412
7413#: builtin/cat-file.c:637
7414msgid "follow in-tree symlinks (used with --batch or --batch-check)"
7415msgstr ""
7416
7417#: builtin/cat-file.c:639
7418msgid "show all objects with --batch or --batch-check"
7419msgstr ""
7420
7421#: builtin/cat-file.c:641
7422msgid "do not order --batch-all-objects output"
7423msgstr ""
7424
7425#: builtin/check-attr.c:12
7426msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
7427msgstr ""
7428
7429#: builtin/check-attr.c:13
7430msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
7431msgstr ""
7432
7433#: builtin/check-attr.c:20
7434msgid "report all attributes set on file"
7435msgstr ""
7436
7437#: builtin/check-attr.c:21
7438msgid "use .gitattributes only from the index"
7439msgstr ""
7440
7441#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:101
7442msgid "read file names from stdin"
7443msgstr ""
7444
7445#: builtin/check-attr.c:24 builtin/check-ignore.c:26
7446msgid "terminate input and output records by a NUL character"
7447msgstr ""
7448
7449#: builtin/check-ignore.c:20 builtin/checkout.c:1120 builtin/gc.c:503
7450msgid "suppress progress reporting"
7451msgstr ""
7452
7453#: builtin/check-ignore.c:28
7454msgid "show non-matching input paths"
7455msgstr ""
7456
7457#: builtin/check-ignore.c:30
7458msgid "ignore index when checking"
7459msgstr ""
7460
7461#: builtin/check-ignore.c:159
7462msgid "cannot specify pathnames with --stdin"
7463msgstr ""
7464
7465#: builtin/check-ignore.c:162
7466msgid "-z only makes sense with --stdin"
7467msgstr ""
7468
7469#: builtin/check-ignore.c:164
7470msgid "no path specified"
7471msgstr ""
7472
7473#: builtin/check-ignore.c:168
7474msgid "--quiet is only valid with a single pathname"
7475msgstr ""
7476
7477#: builtin/check-ignore.c:170
7478msgid "cannot have both --quiet and --verbose"
7479msgstr ""
7480
7481#: builtin/check-ignore.c:173
7482msgid "--non-matching is only valid with --verbose"
7483msgstr ""
7484
7485#: builtin/check-mailmap.c:9
7486msgid "git check-mailmap [<options>] <contact>..."
7487msgstr ""
7488
7489#: builtin/check-mailmap.c:14
7490msgid "also read contacts from stdin"
7491msgstr ""
7492
7493#: builtin/check-mailmap.c:25
7494#, c-format
7495msgid "unable to parse contact: %s"
7496msgstr ""
7497
7498#: builtin/check-mailmap.c:48
7499msgid "no contacts specified"
7500msgstr ""
7501
7502#: builtin/checkout-index.c:128
7503msgid "git checkout-index [<options>] [--] [<file>...]"
7504msgstr ""
7505
7506#: builtin/checkout-index.c:143
7507msgid "stage should be between 1 and 3 or all"
7508msgstr ""
7509
7510#: builtin/checkout-index.c:159
7511msgid "check out all files in the index"
7512msgstr ""
7513
7514#: builtin/checkout-index.c:160
7515msgid "force overwrite of existing files"
7516msgstr ""
7517
7518#: builtin/checkout-index.c:162
7519msgid "no warning for existing files and files not in index"
7520msgstr ""
7521
7522#: builtin/checkout-index.c:164
7523msgid "don't checkout new files"
7524msgstr ""
7525
7526#: builtin/checkout-index.c:166
7527msgid "update stat information in the index file"
7528msgstr ""
7529
7530#: builtin/checkout-index.c:170
7531msgid "read list of paths from the standard input"
7532msgstr ""
7533
7534#: builtin/checkout-index.c:172
7535msgid "write the content to temporary files"
7536msgstr ""
7537
7538#: builtin/checkout-index.c:173 builtin/column.c:31
7539#: builtin/submodule--helper.c:1361 builtin/submodule--helper.c:1364
7540#: builtin/submodule--helper.c:1372 builtin/submodule--helper.c:1736
7541#: builtin/worktree.c:610
7542msgid "string"
7543msgstr ""
7544
7545#: builtin/checkout-index.c:174
7546msgid "when creating files, prepend <string>"
7547msgstr ""
7548
7549#: builtin/checkout-index.c:176
7550msgid "copy out the files from named stage"
7551msgstr ""
7552
7553#: builtin/checkout.c:29
7554msgid "git checkout [<options>] <branch>"
7555msgstr ""
7556
7557#: builtin/checkout.c:30
7558msgid "git checkout [<options>] [<branch>] -- <file>..."
7559msgstr ""
7560
7561#: builtin/checkout.c:138 builtin/checkout.c:171
7562#, c-format
7563msgid "path '%s' does not have our version"
7564msgstr ""
7565
7566#: builtin/checkout.c:140 builtin/checkout.c:173
7567#, c-format
7568msgid "path '%s' does not have their version"
7569msgstr ""
7570
7571#: builtin/checkout.c:156
7572#, c-format
7573msgid "path '%s' does not have all necessary versions"
7574msgstr ""
7575
7576#: builtin/checkout.c:200
7577#, c-format
7578msgid "path '%s' does not have necessary versions"
7579msgstr ""
7580
7581#: builtin/checkout.c:217
7582#, c-format
7583msgid "path '%s': cannot merge"
7584msgstr ""
7585
7586#: builtin/checkout.c:233
7587#, c-format
7588msgid "Unable to add merge result for '%s'"
7589msgstr ""
7590
7591#: builtin/checkout.c:255 builtin/checkout.c:258 builtin/checkout.c:261
7592#: builtin/checkout.c:264
7593#, c-format
7594msgid "'%s' cannot be used with updating paths"
7595msgstr ""
7596
7597#: builtin/checkout.c:267 builtin/checkout.c:270
7598#, c-format
7599msgid "'%s' cannot be used with %s"
7600msgstr ""
7601
7602#: builtin/checkout.c:273
7603#, c-format
7604msgid "Cannot update paths and switch to branch '%s' at the same time."
7605msgstr ""
7606
7607#: builtin/checkout.c:342 builtin/checkout.c:349
7608#, c-format
7609msgid "path '%s' is unmerged"
7610msgstr ""
7611
7612#: builtin/checkout.c:508
7613msgid "you need to resolve your current index first"
7614msgstr ""
7615
7616#: builtin/checkout.c:645
7617#, c-format
7618msgid "Can not do reflog for '%s': %s\n"
7619msgstr ""
7620
7621#: builtin/checkout.c:686
7622msgid "HEAD is now at"
7623msgstr ""
7624
7625#: builtin/checkout.c:690 builtin/clone.c:692
7626msgid "unable to update HEAD"
7627msgstr ""
7628
7629#: builtin/checkout.c:694
7630#, c-format
7631msgid "Reset branch '%s'\n"
7632msgstr ""
7633
7634#: builtin/checkout.c:697
7635#, c-format
7636msgid "Already on '%s'\n"
7637msgstr ""
7638
7639#: builtin/checkout.c:701
7640#, c-format
7641msgid "Switched to and reset branch '%s'\n"
7642msgstr ""
7643
7644#: builtin/checkout.c:703 builtin/checkout.c:1052
7645#, c-format
7646msgid "Switched to a new branch '%s'\n"
7647msgstr ""
7648
7649#: builtin/checkout.c:705
7650#, c-format
7651msgid "Switched to branch '%s'\n"
7652msgstr ""
7653
7654#: builtin/checkout.c:756
7655#, c-format
7656msgid " ... and %d more.\n"
7657msgstr ""
7658
7659#: builtin/checkout.c:762
7660#, c-format
7661msgid ""
7662"Warning: you are leaving %d commit behind, not connected to\n"
7663"any of your branches:\n"
7664"\n"
7665"%s\n"
7666msgid_plural ""
7667"Warning: you are leaving %d commits behind, not connected to\n"
7668"any of your branches:\n"
7669"\n"
7670"%s\n"
7671msgstr[0] ""
7672msgstr[1] ""
7673
7674#: builtin/checkout.c:781
7675#, c-format
7676msgid ""
7677"If you want to keep it by creating a new branch, this may be a good time\n"
7678"to do so with:\n"
7679"\n"
7680" git branch <new-branch-name> %s\n"
7681"\n"
7682msgid_plural ""
7683"If you want to keep them by creating a new branch, this may be a good time\n"
7684"to do so with:\n"
7685"\n"
7686" git branch <new-branch-name> %s\n"
7687"\n"
7688msgstr[0] ""
7689msgstr[1] ""
7690
7691#: builtin/checkout.c:813
7692msgid "internal error in revision walk"
7693msgstr ""
7694
7695#: builtin/checkout.c:817
7696msgid "Previous HEAD position was"
7697msgstr ""
7698
7699#: builtin/checkout.c:845 builtin/checkout.c:1047
7700msgid "You are on a branch yet to be born"
7701msgstr ""
7702
7703#: builtin/checkout.c:952
7704#, c-format
7705msgid "only one reference expected, %d given."
7706msgstr ""
7707
7708#: builtin/checkout.c:993 builtin/worktree.c:240 builtin/worktree.c:389
7709#, c-format
7710msgid "invalid reference: %s"
7711msgstr ""
7712
7713#: builtin/checkout.c:1022
7714#, c-format
7715msgid "reference is not a tree: %s"
7716msgstr ""
7717
7718#: builtin/checkout.c:1061
7719msgid "paths cannot be used with switching branches"
7720msgstr ""
7721
7722#: builtin/checkout.c:1064 builtin/checkout.c:1068
7723#, c-format
7724msgid "'%s' cannot be used with switching branches"
7725msgstr ""
7726
7727#: builtin/checkout.c:1072 builtin/checkout.c:1075 builtin/checkout.c:1080
7728#: builtin/checkout.c:1083
7729#, c-format
7730msgid "'%s' cannot be used with '%s'"
7731msgstr ""
7732
7733#: builtin/checkout.c:1088
7734#, c-format
7735msgid "Cannot switch branch to a non-commit '%s'"
7736msgstr ""
7737
7738#: builtin/checkout.c:1121 builtin/checkout.c:1123 builtin/clone.c:119
7739#: builtin/remote.c:168 builtin/remote.c:170 builtin/worktree.c:433
7740#: builtin/worktree.c:435
7741msgid "branch"
7742msgstr ""
7743
7744#: builtin/checkout.c:1122
7745msgid "create and checkout a new branch"
7746msgstr ""
7747
7748#: builtin/checkout.c:1124
7749msgid "create/reset and checkout a branch"
7750msgstr ""
7751
7752#: builtin/checkout.c:1125
7753msgid "create reflog for new branch"
7754msgstr ""
7755
7756#: builtin/checkout.c:1126 builtin/worktree.c:437
7757msgid "detach HEAD at named commit"
7758msgstr ""
7759
7760#: builtin/checkout.c:1127
7761msgid "set upstream info for new branch"
7762msgstr ""
7763
7764#: builtin/checkout.c:1129
7765msgid "new-branch"
7766msgstr ""
7767
7768#: builtin/checkout.c:1129
7769msgid "new unparented branch"
7770msgstr ""
7771
7772#: builtin/checkout.c:1131
7773msgid "checkout our version for unmerged files"
7774msgstr ""
7775
7776#: builtin/checkout.c:1134
7777msgid "checkout their version for unmerged files"
7778msgstr ""
7779
7780#: builtin/checkout.c:1136
7781msgid "force checkout (throw away local modifications)"
7782msgstr ""
7783
7784#: builtin/checkout.c:1138
7785msgid "perform a 3-way merge with the new branch"
7786msgstr ""
7787
7788#: builtin/checkout.c:1140 builtin/merge.c:273
7789msgid "update ignored files (default)"
7790msgstr ""
7791
7792#: builtin/checkout.c:1142 builtin/log.c:1510 parse-options.h:264
7793msgid "style"
7794msgstr ""
7795
7796#: builtin/checkout.c:1143
7797msgid "conflict style (merge or diff3)"
7798msgstr ""
7799
7800#: builtin/checkout.c:1146
7801msgid "do not limit pathspecs to sparse entries only"
7802msgstr ""
7803
7804#: builtin/checkout.c:1148
7805msgid "second guess 'git checkout <no-such-branch>'"
7806msgstr ""
7807
7808#: builtin/checkout.c:1150
7809msgid "do not check if another worktree is holding the given ref"
7810msgstr ""
7811
7812#: builtin/checkout.c:1154 builtin/clone.c:86 builtin/fetch.c:138
7813#: builtin/merge.c:270 builtin/pull.c:128 builtin/push.c:572
7814#: builtin/send-pack.c:174
7815msgid "force progress reporting"
7816msgstr ""
7817
7818#: builtin/checkout.c:1184
7819msgid "-b, -B and --orphan are mutually exclusive"
7820msgstr ""
7821
7822#: builtin/checkout.c:1201
7823msgid "--track needs a branch name"
7824msgstr ""
7825
7826#: builtin/checkout.c:1206
7827msgid "missing branch name; try -b"
7828msgstr ""
7829
7830#: builtin/checkout.c:1243
7831msgid "invalid path specification"
7832msgstr ""
7833
7834#: builtin/checkout.c:1250
7835#, c-format
7836msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
7837msgstr ""
7838
7839#: builtin/checkout.c:1254
7840#, c-format
7841msgid "git checkout: --detach does not take a path argument '%s'"
7842msgstr ""
7843
7844#: builtin/checkout.c:1258
7845msgid ""
7846"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
7847"checking out of the index."
7848msgstr ""
7849
7850#: builtin/checkout.c:1278
7851#, c-format
7852msgid ""
7853"'%s' matched more than one remote tracking branch.\n"
7854"We found %d remotes with a reference that matched. So we fell back\n"
7855"on trying to resolve the argument as a path, but failed there too!\n"
7856"\n"
7857"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
7858"you can do so by fully qualifying the name with the --track option:\n"
7859"\n"
7860"    git checkout --track origin/<name>\n"
7861"\n"
7862"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
7863"one remote, e.g. the 'origin' remote, consider setting\n"
7864"checkout.defaultRemote=origin in your config."
7865msgstr ""
7866
7867#: builtin/clean.c:27
7868msgid ""
7869"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
7870msgstr ""
7871
7872#: builtin/clean.c:31
7873#, c-format
7874msgid "Removing %s\n"
7875msgstr ""
7876
7877#: builtin/clean.c:32
7878#, c-format
7879msgid "Would remove %s\n"
7880msgstr ""
7881
7882#: builtin/clean.c:33
7883#, c-format
7884msgid "Skipping repository %s\n"
7885msgstr ""
7886
7887#: builtin/clean.c:34
7888#, c-format
7889msgid "Would skip repository %s\n"
7890msgstr ""
7891
7892#: builtin/clean.c:35
7893#, c-format
7894msgid "failed to remove %s"
7895msgstr ""
7896
7897#: builtin/clean.c:297 git-add--interactive.perl:579
7898#, c-format
7899msgid ""
7900"Prompt help:\n"
7901"1          - select a numbered item\n"
7902"foo        - select item based on unique prefix\n"
7903"           - (empty) select nothing\n"
7904msgstr ""
7905
7906#: builtin/clean.c:301 git-add--interactive.perl:588
7907#, c-format
7908msgid ""
7909"Prompt help:\n"
7910"1          - select a single item\n"
7911"3-5        - select a range of items\n"
7912"2-3,6-9    - select multiple ranges\n"
7913"foo        - select item based on unique prefix\n"
7914"-...       - unselect specified items\n"
7915"*          - choose all items\n"
7916"           - (empty) finish selecting\n"
7917msgstr ""
7918
7919#: builtin/clean.c:517 git-add--interactive.perl:554
7920#: git-add--interactive.perl:559
7921#, c-format, perl-format
7922msgid "Huh (%s)?\n"
7923msgstr ""
7924
7925#: builtin/clean.c:659
7926#, c-format
7927msgid "Input ignore patterns>> "
7928msgstr ""
7929
7930#: builtin/clean.c:696
7931#, c-format
7932msgid "WARNING: Cannot find items matched by: %s"
7933msgstr ""
7934
7935#: builtin/clean.c:717
7936msgid "Select items to delete"
7937msgstr ""
7938
7939#. TRANSLATORS: Make sure to keep [y/N] as is
7940#: builtin/clean.c:758
7941#, c-format
7942msgid "Remove %s [y/N]? "
7943msgstr ""
7944
7945#: builtin/clean.c:783 git-add--interactive.perl:1717
7946#, c-format
7947msgid "Bye.\n"
7948msgstr ""
7949
7950#: builtin/clean.c:791
7951msgid ""
7952"clean               - start cleaning\n"
7953"filter by pattern   - exclude items from deletion\n"
7954"select by numbers   - select items to be deleted by numbers\n"
7955"ask each            - confirm each deletion (like \"rm -i\")\n"
7956"quit                - stop cleaning\n"
7957"help                - this screen\n"
7958"?                   - help for prompt selection"
7959msgstr ""
7960
7961#: builtin/clean.c:818 git-add--interactive.perl:1793
7962msgid "*** Commands ***"
7963msgstr ""
7964
7965#: builtin/clean.c:819 git-add--interactive.perl:1790
7966msgid "What now"
7967msgstr ""
7968
7969#: builtin/clean.c:827
7970msgid "Would remove the following item:"
7971msgid_plural "Would remove the following items:"
7972msgstr[0] ""
7973msgstr[1] ""
7974
7975#: builtin/clean.c:843
7976msgid "No more files to clean, exiting."
7977msgstr ""
7978
7979#: builtin/clean.c:905
7980msgid "do not print names of files removed"
7981msgstr ""
7982
7983#: builtin/clean.c:907
7984msgid "force"
7985msgstr ""
7986
7987#: builtin/clean.c:908
7988msgid "interactive cleaning"
7989msgstr ""
7990
7991#: builtin/clean.c:910
7992msgid "remove whole directories"
7993msgstr ""
7994
7995#: builtin/clean.c:911 builtin/describe.c:545 builtin/describe.c:547
7996#: builtin/grep.c:875 builtin/log.c:161 builtin/log.c:163
7997#: builtin/ls-files.c:549 builtin/name-rev.c:415 builtin/name-rev.c:417
7998#: builtin/show-ref.c:177
7999msgid "pattern"
8000msgstr ""
8001
8002#: builtin/clean.c:912
8003msgid "add <pattern> to ignore rules"
8004msgstr ""
8005
8006#: builtin/clean.c:913
8007msgid "remove ignored files, too"
8008msgstr ""
8009
8010#: builtin/clean.c:915
8011msgid "remove only ignored files"
8012msgstr ""
8013
8014#: builtin/clean.c:933
8015msgid "-x and -X cannot be used together"
8016msgstr ""
8017
8018#: builtin/clean.c:937
8019msgid ""
8020"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
8021"clean"
8022msgstr ""
8023
8024#: builtin/clean.c:940
8025msgid ""
8026"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
8027"refusing to clean"
8028msgstr ""
8029
8030#: builtin/clone.c:43
8031msgid "git clone [<options>] [--] <repo> [<dir>]"
8032msgstr ""
8033
8034#: builtin/clone.c:88
8035msgid "don't create a checkout"
8036msgstr ""
8037
8038#: builtin/clone.c:89 builtin/clone.c:91 builtin/init-db.c:480
8039msgid "create a bare repository"
8040msgstr ""
8041
8042#: builtin/clone.c:93
8043msgid "create a mirror repository (implies bare)"
8044msgstr ""
8045
8046#: builtin/clone.c:95
8047msgid "to clone from a local repository"
8048msgstr ""
8049
8050#: builtin/clone.c:97
8051msgid "don't use local hardlinks, always copy"
8052msgstr ""
8053
8054#: builtin/clone.c:99
8055msgid "setup as shared repository"
8056msgstr ""
8057
8058#: builtin/clone.c:101 builtin/clone.c:105
8059msgid "pathspec"
8060msgstr ""
8061
8062#: builtin/clone.c:101 builtin/clone.c:105
8063msgid "initialize submodules in the clone"
8064msgstr ""
8065
8066#: builtin/clone.c:108
8067msgid "number of submodules cloned in parallel"
8068msgstr ""
8069
8070#: builtin/clone.c:109 builtin/init-db.c:477
8071msgid "template-directory"
8072msgstr ""
8073
8074#: builtin/clone.c:110 builtin/init-db.c:478
8075msgid "directory from which templates will be used"
8076msgstr ""
8077
8078#: builtin/clone.c:112 builtin/clone.c:114 builtin/submodule--helper.c:1368
8079#: builtin/submodule--helper.c:1739
8080msgid "reference repository"
8081msgstr ""
8082
8083#: builtin/clone.c:116 builtin/submodule--helper.c:1370
8084#: builtin/submodule--helper.c:1741
8085msgid "use --reference only while cloning"
8086msgstr ""
8087
8088#: builtin/clone.c:117 builtin/column.c:27 builtin/merge-file.c:44
8089#: builtin/pack-objects.c:3194 builtin/repack.c:320
8090msgid "name"
8091msgstr ""
8092
8093#: builtin/clone.c:118
8094msgid "use <name> instead of 'origin' to track upstream"
8095msgstr ""
8096
8097#: builtin/clone.c:120
8098msgid "checkout <branch> instead of the remote's HEAD"
8099msgstr ""
8100
8101#: builtin/clone.c:122
8102msgid "path to git-upload-pack on the remote"
8103msgstr ""
8104
8105#: builtin/clone.c:123 builtin/fetch.c:139 builtin/grep.c:814
8106#: builtin/pull.c:216
8107msgid "depth"
8108msgstr ""
8109
8110#: builtin/clone.c:124
8111msgid "create a shallow clone of that depth"
8112msgstr ""
8113
8114#: builtin/clone.c:125 builtin/fetch.c:141 builtin/pack-objects.c:3185
8115#: parse-options.h:154
8116msgid "time"
8117msgstr ""
8118
8119#: builtin/clone.c:126
8120msgid "create a shallow clone since a specific time"
8121msgstr ""
8122
8123#: builtin/clone.c:127 builtin/fetch.c:143 builtin/fetch.c:166
8124msgid "revision"
8125msgstr ""
8126
8127#: builtin/clone.c:128 builtin/fetch.c:144
8128msgid "deepen history of shallow clone, excluding rev"
8129msgstr ""
8130
8131#: builtin/clone.c:130
8132msgid "clone only one branch, HEAD or --branch"
8133msgstr ""
8134
8135#: builtin/clone.c:132
8136msgid "don't clone any tags, and make later fetches not to follow them"
8137msgstr ""
8138
8139#: builtin/clone.c:134
8140msgid "any cloned submodules will be shallow"
8141msgstr ""
8142
8143#: builtin/clone.c:135 builtin/init-db.c:486
8144msgid "gitdir"
8145msgstr ""
8146
8147#: builtin/clone.c:136 builtin/init-db.c:487
8148msgid "separate git dir from working tree"
8149msgstr ""
8150
8151#: builtin/clone.c:137
8152msgid "key=value"
8153msgstr ""
8154
8155#: builtin/clone.c:138
8156msgid "set config inside the new repository"
8157msgstr ""
8158
8159#: builtin/clone.c:139 builtin/fetch.c:162 builtin/pull.c:229
8160#: builtin/push.c:583
8161msgid "use IPv4 addresses only"
8162msgstr ""
8163
8164#: builtin/clone.c:141 builtin/fetch.c:164 builtin/pull.c:232
8165#: builtin/push.c:585
8166msgid "use IPv6 addresses only"
8167msgstr ""
8168
8169#: builtin/clone.c:279
8170msgid ""
8171"No directory name could be guessed.\n"
8172"Please specify a directory on the command line"
8173msgstr ""
8174
8175#: builtin/clone.c:332
8176#, c-format
8177msgid "info: Could not add alternate for '%s': %s\n"
8178msgstr ""
8179
8180#: builtin/clone.c:404
8181#, c-format
8182msgid "failed to open '%s'"
8183msgstr ""
8184
8185#: builtin/clone.c:412
8186#, c-format
8187msgid "%s exists and is not a directory"
8188msgstr ""
8189
8190#: builtin/clone.c:426
8191#, c-format
8192msgid "failed to stat %s\n"
8193msgstr ""
8194
8195#: builtin/clone.c:448
8196#, c-format
8197msgid "failed to create link '%s'"
8198msgstr ""
8199
8200#: builtin/clone.c:452
8201#, c-format
8202msgid "failed to copy file to '%s'"
8203msgstr ""
8204
8205#: builtin/clone.c:478
8206#, c-format
8207msgid "done.\n"
8208msgstr ""
8209
8210#: builtin/clone.c:492
8211msgid ""
8212"Clone succeeded, but checkout failed.\n"
8213"You can inspect what was checked out with 'git status'\n"
8214"and retry the checkout with 'git checkout -f HEAD'\n"
8215msgstr ""
8216
8217#: builtin/clone.c:569
8218#, c-format
8219msgid "Could not find remote branch %s to clone."
8220msgstr ""
8221
8222#: builtin/clone.c:680
8223#, c-format
8224msgid "unable to update %s"
8225msgstr ""
8226
8227#: builtin/clone.c:730
8228msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
8229msgstr ""
8230
8231#: builtin/clone.c:760
8232msgid "unable to checkout working tree"
8233msgstr ""
8234
8235#: builtin/clone.c:805
8236msgid "unable to write parameters to config file"
8237msgstr ""
8238
8239#: builtin/clone.c:868
8240msgid "cannot repack to clean up"
8241msgstr ""
8242
8243#: builtin/clone.c:870
8244msgid "cannot unlink temporary alternates file"
8245msgstr ""
8246
8247#: builtin/clone.c:910 builtin/receive-pack.c:1935
8248msgid "Too many arguments."
8249msgstr ""
8250
8251#: builtin/clone.c:914
8252msgid "You must specify a repository to clone."
8253msgstr ""
8254
8255#: builtin/clone.c:927
8256#, c-format
8257msgid "--bare and --origin %s options are incompatible."
8258msgstr ""
8259
8260#: builtin/clone.c:930
8261msgid "--bare and --separate-git-dir are incompatible."
8262msgstr ""
8263
8264#: builtin/clone.c:943
8265#, c-format
8266msgid "repository '%s' does not exist"
8267msgstr ""
8268
8269#: builtin/clone.c:949 builtin/fetch.c:1512
8270#, c-format
8271msgid "depth %s is not a positive number"
8272msgstr ""
8273
8274#: builtin/clone.c:959
8275#, c-format
8276msgid "destination path '%s' already exists and is not an empty directory."
8277msgstr ""
8278
8279#: builtin/clone.c:969
8280#, c-format
8281msgid "working tree '%s' already exists."
8282msgstr ""
8283
8284#: builtin/clone.c:984 builtin/clone.c:1005 builtin/difftool.c:271
8285#: builtin/worktree.c:246 builtin/worktree.c:276
8286#, c-format
8287msgid "could not create leading directories of '%s'"
8288msgstr ""
8289
8290#: builtin/clone.c:989
8291#, c-format
8292msgid "could not create work tree dir '%s'"
8293msgstr ""
8294
8295#: builtin/clone.c:1009
8296#, c-format
8297msgid "Cloning into bare repository '%s'...\n"
8298msgstr ""
8299
8300#: builtin/clone.c:1011
8301#, c-format
8302msgid "Cloning into '%s'...\n"
8303msgstr ""
8304
8305#: builtin/clone.c:1035
8306msgid ""
8307"clone --recursive is not compatible with both --reference and --reference-if-"
8308"able"
8309msgstr ""
8310
8311#: builtin/clone.c:1096
8312msgid "--depth is ignored in local clones; use file:// instead."
8313msgstr ""
8314
8315#: builtin/clone.c:1098
8316msgid "--shallow-since is ignored in local clones; use file:// instead."
8317msgstr ""
8318
8319#: builtin/clone.c:1100
8320msgid "--shallow-exclude is ignored in local clones; use file:// instead."
8321msgstr ""
8322
8323#: builtin/clone.c:1102
8324msgid "--filter is ignored in local clones; use file:// instead."
8325msgstr ""
8326
8327#: builtin/clone.c:1105
8328msgid "source repository is shallow, ignoring --local"
8329msgstr ""
8330
8331#: builtin/clone.c:1110
8332msgid "--local is ignored"
8333msgstr ""
8334
8335#: builtin/clone.c:1180 builtin/clone.c:1188
8336#, c-format
8337msgid "Remote branch %s not found in upstream %s"
8338msgstr ""
8339
8340#: builtin/clone.c:1191
8341msgid "You appear to have cloned an empty repository."
8342msgstr ""
8343
8344#: builtin/column.c:10
8345msgid "git column [<options>]"
8346msgstr ""
8347
8348#: builtin/column.c:27
8349msgid "lookup config vars"
8350msgstr ""
8351
8352#: builtin/column.c:28 builtin/column.c:29
8353msgid "layout to use"
8354msgstr ""
8355
8356#: builtin/column.c:30
8357msgid "Maximum width"
8358msgstr ""
8359
8360#: builtin/column.c:31
8361msgid "Padding space on left border"
8362msgstr ""
8363
8364#: builtin/column.c:32
8365msgid "Padding space on right border"
8366msgstr ""
8367
8368#: builtin/column.c:33
8369msgid "Padding space between columns"
8370msgstr ""
8371
8372#: builtin/column.c:51
8373msgid "--command must be the first argument"
8374msgstr ""
8375
8376#: builtin/commit.c:38
8377msgid "git commit [<options>] [--] <pathspec>..."
8378msgstr ""
8379
8380#: builtin/commit.c:43
8381msgid "git status [<options>] [--] <pathspec>..."
8382msgstr ""
8383
8384#: builtin/commit.c:48
8385msgid ""
8386"You asked to amend the most recent commit, but doing so would make\n"
8387"it empty. You can repeat your command with --allow-empty, or you can\n"
8388"remove the commit entirely with \"git reset HEAD^\".\n"
8389msgstr ""
8390
8391#: builtin/commit.c:53
8392msgid ""
8393"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
8394"If you wish to commit it anyway, use:\n"
8395"\n"
8396"    git commit --allow-empty\n"
8397"\n"
8398msgstr ""
8399
8400#: builtin/commit.c:60
8401msgid "Otherwise, please use 'git reset'\n"
8402msgstr ""
8403
8404#: builtin/commit.c:63
8405msgid ""
8406"If you wish to skip this commit, use:\n"
8407"\n"
8408"    git reset\n"
8409"\n"
8410"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
8411"the remaining commits.\n"
8412msgstr ""
8413
8414#: builtin/commit.c:306
8415msgid "failed to unpack HEAD tree object"
8416msgstr ""
8417
8418#: builtin/commit.c:347
8419msgid "unable to create temporary index"
8420msgstr ""
8421
8422#: builtin/commit.c:353
8423msgid "interactive add failed"
8424msgstr ""
8425
8426#: builtin/commit.c:366
8427msgid "unable to update temporary index"
8428msgstr ""
8429
8430#: builtin/commit.c:368
8431msgid "Failed to update main cache tree"
8432msgstr ""
8433
8434#: builtin/commit.c:393 builtin/commit.c:416 builtin/commit.c:462
8435msgid "unable to write new_index file"
8436msgstr ""
8437
8438#: builtin/commit.c:445
8439msgid "cannot do a partial commit during a merge."
8440msgstr ""
8441
8442#: builtin/commit.c:447
8443msgid "cannot do a partial commit during a cherry-pick."
8444msgstr ""
8445
8446#: builtin/commit.c:455
8447msgid "cannot read the index"
8448msgstr ""
8449
8450#: builtin/commit.c:474
8451msgid "unable to write temporary index file"
8452msgstr ""
8453
8454#: builtin/commit.c:571
8455#, c-format
8456msgid "commit '%s' lacks author header"
8457msgstr ""
8458
8459#: builtin/commit.c:573
8460#, c-format
8461msgid "commit '%s' has malformed author line"
8462msgstr ""
8463
8464#: builtin/commit.c:592
8465msgid "malformed --author parameter"
8466msgstr ""
8467
8468#: builtin/commit.c:644
8469msgid ""
8470"unable to select a comment character that is not used\n"
8471"in the current commit message"
8472msgstr ""
8473
8474#: builtin/commit.c:681 builtin/commit.c:714 builtin/commit.c:1042
8475#, c-format
8476msgid "could not lookup commit %s"
8477msgstr ""
8478
8479#: builtin/commit.c:693 builtin/shortlog.c:317
8480#, c-format
8481msgid "(reading log message from standard input)\n"
8482msgstr ""
8483
8484#: builtin/commit.c:695
8485msgid "could not read log from standard input"
8486msgstr ""
8487
8488#: builtin/commit.c:699
8489#, c-format
8490msgid "could not read log file '%s'"
8491msgstr ""
8492
8493#: builtin/commit.c:728 builtin/commit.c:736
8494msgid "could not read SQUASH_MSG"
8495msgstr ""
8496
8497#: builtin/commit.c:733
8498msgid "could not read MERGE_MSG"
8499msgstr ""
8500
8501#: builtin/commit.c:787
8502msgid "could not write commit template"
8503msgstr ""
8504
8505#: builtin/commit.c:805
8506#, c-format
8507msgid ""
8508"\n"
8509"It looks like you may be committing a merge.\n"
8510"If this is not correct, please remove the file\n"
8511"\t%s\n"
8512"and try again.\n"
8513msgstr ""
8514
8515#: builtin/commit.c:810
8516#, c-format
8517msgid ""
8518"\n"
8519"It looks like you may be committing a cherry-pick.\n"
8520"If this is not correct, please remove the file\n"
8521"\t%s\n"
8522"and try again.\n"
8523msgstr ""
8524
8525#: builtin/commit.c:823
8526#, c-format
8527msgid ""
8528"Please enter the commit message for your changes. Lines starting\n"
8529"with '%c' will be ignored, and an empty message aborts the commit.\n"
8530msgstr ""
8531
8532#: builtin/commit.c:831
8533#, c-format
8534msgid ""
8535"Please enter the commit message for your changes. Lines starting\n"
8536"with '%c' will be kept; you may remove them yourself if you want to.\n"
8537"An empty message aborts the commit.\n"
8538msgstr ""
8539
8540#: builtin/commit.c:848
8541#, c-format
8542msgid "%sAuthor:    %.*s <%.*s>"
8543msgstr ""
8544
8545#: builtin/commit.c:856
8546#, c-format
8547msgid "%sDate:      %s"
8548msgstr ""
8549
8550#: builtin/commit.c:863
8551#, c-format
8552msgid "%sCommitter: %.*s <%.*s>"
8553msgstr ""
8554
8555#: builtin/commit.c:880
8556msgid "Cannot read index"
8557msgstr ""
8558
8559#: builtin/commit.c:946
8560msgid "Error building trees"
8561msgstr ""
8562
8563#: builtin/commit.c:960 builtin/tag.c:258
8564#, c-format
8565msgid "Please supply the message using either -m or -F option.\n"
8566msgstr ""
8567
8568#: builtin/commit.c:1004
8569#, c-format
8570msgid "--author '%s' is not 'Name <email>' and matches no existing author"
8571msgstr ""
8572
8573#: builtin/commit.c:1018
8574#, c-format
8575msgid "Invalid ignored mode '%s'"
8576msgstr ""
8577
8578#: builtin/commit.c:1032 builtin/commit.c:1269
8579#, c-format
8580msgid "Invalid untracked files mode '%s'"
8581msgstr ""
8582
8583#: builtin/commit.c:1070
8584msgid "--long and -z are incompatible"
8585msgstr ""
8586
8587#: builtin/commit.c:1103
8588msgid "Using both --reset-author and --author does not make sense"
8589msgstr ""
8590
8591#: builtin/commit.c:1112
8592msgid "You have nothing to amend."
8593msgstr ""
8594
8595#: builtin/commit.c:1115
8596msgid "You are in the middle of a merge -- cannot amend."
8597msgstr ""
8598
8599#: builtin/commit.c:1117
8600msgid "You are in the middle of a cherry-pick -- cannot amend."
8601msgstr ""
8602
8603#: builtin/commit.c:1120
8604msgid "Options --squash and --fixup cannot be used together"
8605msgstr ""
8606
8607#: builtin/commit.c:1130
8608msgid "Only one of -c/-C/-F/--fixup can be used."
8609msgstr ""
8610
8611#: builtin/commit.c:1132
8612msgid "Option -m cannot be combined with -c/-C/-F."
8613msgstr ""
8614
8615#: builtin/commit.c:1140
8616msgid "--reset-author can be used only with -C, -c or --amend."
8617msgstr ""
8618
8619#: builtin/commit.c:1157
8620msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
8621msgstr ""
8622
8623#: builtin/commit.c:1159
8624msgid "No paths with --include/--only does not make sense."
8625msgstr ""
8626
8627#: builtin/commit.c:1173 builtin/tag.c:544
8628#, c-format
8629msgid "Invalid cleanup mode %s"
8630msgstr ""
8631
8632#: builtin/commit.c:1178
8633msgid "Paths with -a does not make sense."
8634msgstr ""
8635
8636#: builtin/commit.c:1303 builtin/commit.c:1480
8637msgid "show status concisely"
8638msgstr ""
8639
8640#: builtin/commit.c:1305 builtin/commit.c:1482
8641msgid "show branch information"
8642msgstr ""
8643
8644#: builtin/commit.c:1307
8645msgid "show stash information"
8646msgstr ""
8647
8648#: builtin/commit.c:1309 builtin/commit.c:1484
8649msgid "compute full ahead/behind values"
8650msgstr ""
8651
8652#: builtin/commit.c:1311
8653msgid "version"
8654msgstr ""
8655
8656#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
8657#: builtin/worktree.c:581
8658msgid "machine-readable output"
8659msgstr ""
8660
8661#: builtin/commit.c:1314 builtin/commit.c:1488
8662msgid "show status in long format (default)"
8663msgstr ""
8664
8665#: builtin/commit.c:1317 builtin/commit.c:1491
8666msgid "terminate entries with NUL"
8667msgstr ""
8668
8669#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
8670#: builtin/fast-export.c:1007 builtin/fast-export.c:1010 builtin/tag.c:398
8671msgid "mode"
8672msgstr ""
8673
8674#: builtin/commit.c:1320 builtin/commit.c:1494
8675msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
8676msgstr ""
8677
8678#: builtin/commit.c:1324
8679msgid ""
8680"show ignored files, optional modes: traditional, matching, no. (Default: "
8681"traditional)"
8682msgstr ""
8683
8684#: builtin/commit.c:1326 parse-options.h:167
8685msgid "when"
8686msgstr ""
8687
8688#: builtin/commit.c:1327
8689msgid ""
8690"ignore changes to submodules, optional when: all, dirty, untracked. "
8691"(Default: all)"
8692msgstr ""
8693
8694#: builtin/commit.c:1329
8695msgid "list untracked files in columns"
8696msgstr ""
8697
8698#: builtin/commit.c:1330
8699msgid "do not detect renames"
8700msgstr ""
8701
8702#: builtin/commit.c:1332
8703msgid "detect renames, optionally set similarity index"
8704msgstr ""
8705
8706#: builtin/commit.c:1352
8707msgid "Unsupported combination of ignored and untracked-files arguments"
8708msgstr ""
8709
8710#: builtin/commit.c:1450
8711msgid "suppress summary after successful commit"
8712msgstr ""
8713
8714#: builtin/commit.c:1451
8715msgid "show diff in commit message template"
8716msgstr ""
8717
8718#: builtin/commit.c:1453
8719msgid "Commit message options"
8720msgstr ""
8721
8722#: builtin/commit.c:1454 builtin/merge.c:261 builtin/tag.c:395
8723msgid "read message from file"
8724msgstr ""
8725
8726#: builtin/commit.c:1455
8727msgid "author"
8728msgstr ""
8729
8730#: builtin/commit.c:1455
8731msgid "override author for commit"
8732msgstr ""
8733
8734#: builtin/commit.c:1456 builtin/gc.c:504
8735msgid "date"
8736msgstr ""
8737
8738#: builtin/commit.c:1456
8739msgid "override date for commit"
8740msgstr ""
8741
8742#: builtin/commit.c:1457 builtin/merge.c:257 builtin/notes.c:404
8743#: builtin/notes.c:567 builtin/tag.c:393
8744msgid "message"
8745msgstr ""
8746
8747#: builtin/commit.c:1457
8748msgid "commit message"
8749msgstr ""
8750
8751#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
8752#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
8753msgid "commit"
8754msgstr ""
8755
8756#: builtin/commit.c:1458
8757msgid "reuse and edit message from specified commit"
8758msgstr ""
8759
8760#: builtin/commit.c:1459
8761msgid "reuse message from specified commit"
8762msgstr ""
8763
8764#: builtin/commit.c:1460
8765msgid "use autosquash formatted message to fixup specified commit"
8766msgstr ""
8767
8768#: builtin/commit.c:1461
8769msgid "use autosquash formatted message to squash specified commit"
8770msgstr ""
8771
8772#: builtin/commit.c:1462
8773msgid "the commit is authored by me now (used with -C/-c/--amend)"
8774msgstr ""
8775
8776#: builtin/commit.c:1463 builtin/log.c:1457 builtin/merge.c:274
8777#: builtin/pull.c:154 builtin/revert.c:106
8778msgid "add Signed-off-by:"
8779msgstr ""
8780
8781#: builtin/commit.c:1464
8782msgid "use specified template file"
8783msgstr ""
8784
8785#: builtin/commit.c:1465
8786msgid "force edit of commit"
8787msgstr ""
8788
8789#: builtin/commit.c:1466
8790msgid "default"
8791msgstr ""
8792
8793#: builtin/commit.c:1466 builtin/tag.c:399
8794msgid "how to strip spaces and #comments from message"
8795msgstr ""
8796
8797#: builtin/commit.c:1467
8798msgid "include status in commit message template"
8799msgstr ""
8800
8801#: builtin/commit.c:1469 builtin/merge.c:272 builtin/pull.c:184
8802#: builtin/revert.c:114
8803msgid "GPG sign commit"
8804msgstr ""
8805
8806#: builtin/commit.c:1472
8807msgid "Commit contents options"
8808msgstr ""
8809
8810#: builtin/commit.c:1473
8811msgid "commit all changed files"
8812msgstr ""
8813
8814#: builtin/commit.c:1474
8815msgid "add specified files to index for commit"
8816msgstr ""
8817
8818#: builtin/commit.c:1475
8819msgid "interactively add files"
8820msgstr ""
8821
8822#: builtin/commit.c:1476
8823msgid "interactively add changes"
8824msgstr ""
8825
8826#: builtin/commit.c:1477
8827msgid "commit only specified files"
8828msgstr ""
8829
8830#: builtin/commit.c:1478
8831msgid "bypass pre-commit and commit-msg hooks"
8832msgstr ""
8833
8834#: builtin/commit.c:1479
8835msgid "show what would be committed"
8836msgstr ""
8837
8838#: builtin/commit.c:1492
8839msgid "amend previous commit"
8840msgstr ""
8841
8842#: builtin/commit.c:1493
8843msgid "bypass post-rewrite hook"
8844msgstr ""
8845
8846#: builtin/commit.c:1498
8847msgid "ok to record an empty change"
8848msgstr ""
8849
8850#: builtin/commit.c:1500
8851msgid "ok to record a change with an empty message"
8852msgstr ""
8853
8854#: builtin/commit.c:1573
8855#, c-format
8856msgid "Corrupt MERGE_HEAD file (%s)"
8857msgstr ""
8858
8859#: builtin/commit.c:1580
8860msgid "could not read MERGE_MODE"
8861msgstr ""
8862
8863#: builtin/commit.c:1599
8864#, c-format
8865msgid "could not read commit message: %s"
8866msgstr ""
8867
8868#: builtin/commit.c:1610
8869#, c-format
8870msgid "Aborting commit due to empty commit message.\n"
8871msgstr ""
8872
8873#: builtin/commit.c:1615
8874#, c-format
8875msgid "Aborting commit; you did not edit the message.\n"
8876msgstr ""
8877
8878#: builtin/commit.c:1650
8879msgid ""
8880"repository has been updated, but unable to write\n"
8881"new_index file. Check that disk is not full and quota is\n"
8882"not exceeded, and then \"git reset HEAD\" to recover."
8883msgstr ""
8884
8885#: builtin/commit-graph.c:10
8886msgid "git commit-graph [--object-dir <objdir>]"
8887msgstr ""
8888
8889#: builtin/commit-graph.c:11 builtin/commit-graph.c:23
8890msgid "git commit-graph read [--object-dir <objdir>]"
8891msgstr ""
8892
8893#: builtin/commit-graph.c:12 builtin/commit-graph.c:18
8894msgid "git commit-graph verify [--object-dir <objdir>]"
8895msgstr ""
8896
8897#: builtin/commit-graph.c:13 builtin/commit-graph.c:28
8898msgid ""
8899"git commit-graph write [--object-dir <objdir>] [--append] [--reachable|--"
8900"stdin-packs|--stdin-commits]"
8901msgstr ""
8902
8903#: builtin/commit-graph.c:48 builtin/commit-graph.c:77
8904#: builtin/commit-graph.c:131 builtin/commit-graph.c:184 builtin/fetch.c:150
8905#: builtin/log.c:1477
8906msgid "dir"
8907msgstr ""
8908
8909#: builtin/commit-graph.c:49 builtin/commit-graph.c:78
8910#: builtin/commit-graph.c:132 builtin/commit-graph.c:185
8911msgid "The object directory to store the graph"
8912msgstr ""
8913
8914#: builtin/commit-graph.c:134
8915msgid "start walk at all refs"
8916msgstr ""
8917
8918#: builtin/commit-graph.c:136
8919msgid "scan pack-indexes listed by stdin for commits"
8920msgstr ""
8921
8922#: builtin/commit-graph.c:138
8923msgid "start walk at commits listed by stdin"
8924msgstr ""
8925
8926#: builtin/commit-graph.c:140
8927msgid "include all commits already in the commit-graph file"
8928msgstr ""
8929
8930#: builtin/commit-graph.c:149
8931msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
8932msgstr ""
8933
8934#: builtin/config.c:10
8935msgid "git config [<options>]"
8936msgstr ""
8937
8938#: builtin/config.c:101
8939#, c-format
8940msgid "unrecognized --type argument, %s"
8941msgstr ""
8942
8943#: builtin/config.c:113
8944msgid "only one type at a time"
8945msgstr ""
8946
8947#: builtin/config.c:122
8948msgid "Config file location"
8949msgstr ""
8950
8951#: builtin/config.c:123
8952msgid "use global config file"
8953msgstr ""
8954
8955#: builtin/config.c:124
8956msgid "use system config file"
8957msgstr ""
8958
8959#: builtin/config.c:125
8960msgid "use repository config file"
8961msgstr ""
8962
8963#: builtin/config.c:126
8964msgid "use given config file"
8965msgstr ""
8966
8967#: builtin/config.c:127
8968msgid "blob-id"
8969msgstr ""
8970
8971#: builtin/config.c:127
8972msgid "read config from given blob object"
8973msgstr ""
8974
8975#: builtin/config.c:128
8976msgid "Action"
8977msgstr ""
8978
8979#: builtin/config.c:129
8980msgid "get value: name [value-regex]"
8981msgstr ""
8982
8983#: builtin/config.c:130
8984msgid "get all values: key [value-regex]"
8985msgstr ""
8986
8987#: builtin/config.c:131
8988msgid "get values for regexp: name-regex [value-regex]"
8989msgstr ""
8990
8991#: builtin/config.c:132
8992msgid "get value specific for the URL: section[.var] URL"
8993msgstr ""
8994
8995#: builtin/config.c:133
8996msgid "replace all matching variables: name value [value_regex]"
8997msgstr ""
8998
8999#: builtin/config.c:134
9000msgid "add a new variable: name value"
9001msgstr ""
9002
9003#: builtin/config.c:135
9004msgid "remove a variable: name [value-regex]"
9005msgstr ""
9006
9007#: builtin/config.c:136
9008msgid "remove all matches: name [value-regex]"
9009msgstr ""
9010
9011#: builtin/config.c:137
9012msgid "rename section: old-name new-name"
9013msgstr ""
9014
9015#: builtin/config.c:138
9016msgid "remove a section: name"
9017msgstr ""
9018
9019#: builtin/config.c:139
9020msgid "list all"
9021msgstr ""
9022
9023#: builtin/config.c:140
9024msgid "open an editor"
9025msgstr ""
9026
9027#: builtin/config.c:141
9028msgid "find the color configured: slot [default]"
9029msgstr ""
9030
9031#: builtin/config.c:142
9032msgid "find the color setting: slot [stdout-is-tty]"
9033msgstr ""
9034
9035#: builtin/config.c:143
9036msgid "Type"
9037msgstr ""
9038
9039#: builtin/config.c:144
9040msgid "value is given this type"
9041msgstr ""
9042
9043#: builtin/config.c:145
9044msgid "value is \"true\" or \"false\""
9045msgstr ""
9046
9047#: builtin/config.c:146
9048msgid "value is decimal number"
9049msgstr ""
9050
9051#: builtin/config.c:147
9052msgid "value is --bool or --int"
9053msgstr ""
9054
9055#: builtin/config.c:148
9056msgid "value is a path (file or directory name)"
9057msgstr ""
9058
9059#: builtin/config.c:149
9060msgid "value is an expiry date"
9061msgstr ""
9062
9063#: builtin/config.c:150
9064msgid "Other"
9065msgstr ""
9066
9067#: builtin/config.c:151
9068msgid "terminate values with NUL byte"
9069msgstr ""
9070
9071#: builtin/config.c:152
9072msgid "show variable names only"
9073msgstr ""
9074
9075#: builtin/config.c:153
9076msgid "respect include directives on lookup"
9077msgstr ""
9078
9079#: builtin/config.c:154
9080msgid "show origin of config (file, standard input, blob, command line)"
9081msgstr ""
9082
9083#: builtin/config.c:155
9084msgid "value"
9085msgstr ""
9086
9087#: builtin/config.c:155
9088msgid "with --get, use default value when missing entry"
9089msgstr ""
9090
9091#: builtin/config.c:168
9092#, c-format
9093msgid "wrong number of arguments, should be %d"
9094msgstr ""
9095
9096#: builtin/config.c:170
9097#, c-format
9098msgid "wrong number of arguments, should be from %d to %d"
9099msgstr ""
9100
9101#: builtin/config.c:304
9102#, c-format
9103msgid "invalid key pattern: %s"
9104msgstr ""
9105
9106#: builtin/config.c:340
9107#, c-format
9108msgid "failed to format default config value: %s"
9109msgstr ""
9110
9111#: builtin/config.c:397
9112#, c-format
9113msgid "cannot parse color '%s'"
9114msgstr ""
9115
9116#: builtin/config.c:439
9117msgid "unable to parse default color value"
9118msgstr ""
9119
9120#: builtin/config.c:492 builtin/config.c:724
9121msgid "not in a git directory"
9122msgstr ""
9123
9124#: builtin/config.c:495
9125msgid "writing to stdin is not supported"
9126msgstr ""
9127
9128#: builtin/config.c:498
9129msgid "writing config blobs is not supported"
9130msgstr ""
9131
9132#: builtin/config.c:583
9133#, c-format
9134msgid ""
9135"# This is Git's per-user configuration file.\n"
9136"[user]\n"
9137"# Please adapt and uncomment the following lines:\n"
9138"#\tname = %s\n"
9139"#\temail = %s\n"
9140msgstr ""
9141
9142#: builtin/config.c:606
9143msgid "only one config file at a time"
9144msgstr ""
9145
9146#: builtin/config.c:611
9147msgid "--local can only be used inside a git repository"
9148msgstr ""
9149
9150#: builtin/config.c:614
9151msgid "--blob can only be used inside a git repository"
9152msgstr ""
9153
9154#: builtin/config.c:633
9155msgid "$HOME not set"
9156msgstr ""
9157
9158#: builtin/config.c:670
9159msgid "--get-color and variable type are incoherent"
9160msgstr ""
9161
9162#: builtin/config.c:675
9163msgid "only one action at a time"
9164msgstr ""
9165
9166#: builtin/config.c:688
9167msgid "--name-only is only applicable to --list or --get-regexp"
9168msgstr ""
9169
9170#: builtin/config.c:694
9171msgid ""
9172"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
9173"list"
9174msgstr ""
9175
9176#: builtin/config.c:700
9177msgid "--default is only applicable to --get"
9178msgstr ""
9179
9180#: builtin/config.c:713
9181#, c-format
9182msgid "unable to read config file '%s'"
9183msgstr ""
9184
9185#: builtin/config.c:716
9186msgid "error processing config file(s)"
9187msgstr ""
9188
9189#: builtin/config.c:726
9190msgid "editing stdin is not supported"
9191msgstr ""
9192
9193#: builtin/config.c:728
9194msgid "editing blobs is not supported"
9195msgstr ""
9196
9197#: builtin/config.c:742
9198#, c-format
9199msgid "cannot create configuration file %s"
9200msgstr ""
9201
9202#: builtin/config.c:755
9203#, c-format
9204msgid ""
9205"cannot overwrite multiple values with a single value\n"
9206"       Use a regexp, --add or --replace-all to change %s."
9207msgstr ""
9208
9209#: builtin/config.c:829 builtin/config.c:840
9210#, c-format
9211msgid "no such section: %s"
9212msgstr ""
9213
9214#: builtin/count-objects.c:90
9215msgid "git count-objects [-v] [-H | --human-readable]"
9216msgstr ""
9217
9218#: builtin/count-objects.c:100
9219msgid "print sizes in human readable format"
9220msgstr ""
9221
9222#: builtin/describe.c:26
9223msgid "git describe [<options>] [<commit-ish>...]"
9224msgstr ""
9225
9226#: builtin/describe.c:27
9227msgid "git describe [<options>] --dirty"
9228msgstr ""
9229
9230#: builtin/describe.c:62
9231msgid "head"
9232msgstr ""
9233
9234#: builtin/describe.c:62
9235msgid "lightweight"
9236msgstr ""
9237
9238#: builtin/describe.c:62
9239msgid "annotated"
9240msgstr ""
9241
9242#: builtin/describe.c:272
9243#, c-format
9244msgid "annotated tag %s not available"
9245msgstr ""
9246
9247#: builtin/describe.c:276
9248#, c-format
9249msgid "annotated tag %s has no embedded name"
9250msgstr ""
9251
9252#: builtin/describe.c:278
9253#, c-format
9254msgid "tag '%s' is really '%s' here"
9255msgstr ""
9256
9257#: builtin/describe.c:322
9258#, c-format
9259msgid "no tag exactly matches '%s'"
9260msgstr ""
9261
9262#: builtin/describe.c:324
9263#, c-format
9264msgid "No exact match on refs or tags, searching to describe\n"
9265msgstr ""
9266
9267#: builtin/describe.c:378
9268#, c-format
9269msgid "finished search at %s\n"
9270msgstr ""
9271
9272#: builtin/describe.c:404
9273#, c-format
9274msgid ""
9275"No annotated tags can describe '%s'.\n"
9276"However, there were unannotated tags: try --tags."
9277msgstr ""
9278
9279#: builtin/describe.c:408
9280#, c-format
9281msgid ""
9282"No tags can describe '%s'.\n"
9283"Try --always, or create some tags."
9284msgstr ""
9285
9286#: builtin/describe.c:438
9287#, c-format
9288msgid "traversed %lu commits\n"
9289msgstr ""
9290
9291#: builtin/describe.c:441
9292#, c-format
9293msgid ""
9294"more than %i tags found; listed %i most recent\n"
9295"gave up search at %s\n"
9296msgstr ""
9297
9298#: builtin/describe.c:509
9299#, c-format
9300msgid "describe %s\n"
9301msgstr ""
9302
9303#: builtin/describe.c:512 builtin/log.c:508
9304#, c-format
9305msgid "Not a valid object name %s"
9306msgstr ""
9307
9308#: builtin/describe.c:520
9309#, c-format
9310msgid "%s is neither a commit nor blob"
9311msgstr ""
9312
9313#: builtin/describe.c:534
9314msgid "find the tag that comes after the commit"
9315msgstr ""
9316
9317#: builtin/describe.c:535
9318msgid "debug search strategy on stderr"
9319msgstr ""
9320
9321#: builtin/describe.c:536
9322msgid "use any ref"
9323msgstr ""
9324
9325#: builtin/describe.c:537
9326msgid "use any tag, even unannotated"
9327msgstr ""
9328
9329#: builtin/describe.c:538
9330msgid "always use long format"
9331msgstr ""
9332
9333#: builtin/describe.c:539
9334msgid "only follow first parent"
9335msgstr ""
9336
9337#: builtin/describe.c:542
9338msgid "only output exact matches"
9339msgstr ""
9340
9341#: builtin/describe.c:544
9342msgid "consider <n> most recent tags (default: 10)"
9343msgstr ""
9344
9345#: builtin/describe.c:546
9346msgid "only consider tags matching <pattern>"
9347msgstr ""
9348
9349#: builtin/describe.c:548
9350msgid "do not consider tags matching <pattern>"
9351msgstr ""
9352
9353#: builtin/describe.c:550 builtin/name-rev.c:424
9354msgid "show abbreviated commit object as fallback"
9355msgstr ""
9356
9357#: builtin/describe.c:551 builtin/describe.c:554
9358msgid "mark"
9359msgstr ""
9360
9361#: builtin/describe.c:552
9362msgid "append <mark> on dirty working tree (default: \"-dirty\")"
9363msgstr ""
9364
9365#: builtin/describe.c:555
9366msgid "append <mark> on broken working tree (default: \"-broken\")"
9367msgstr ""
9368
9369#: builtin/describe.c:573
9370msgid "--long is incompatible with --abbrev=0"
9371msgstr ""
9372
9373#: builtin/describe.c:602
9374msgid "No names found, cannot describe anything."
9375msgstr ""
9376
9377#: builtin/describe.c:652
9378msgid "--dirty is incompatible with commit-ishes"
9379msgstr ""
9380
9381#: builtin/describe.c:654
9382msgid "--broken is incompatible with commit-ishes"
9383msgstr ""
9384
9385#: builtin/diff.c:83
9386#, c-format
9387msgid "'%s': not a regular file or symlink"
9388msgstr ""
9389
9390#: builtin/diff.c:234
9391#, c-format
9392msgid "invalid option: %s"
9393msgstr ""
9394
9395#: builtin/diff.c:363
9396msgid "Not a git repository"
9397msgstr ""
9398
9399#: builtin/diff.c:407
9400#, c-format
9401msgid "invalid object '%s' given."
9402msgstr ""
9403
9404#: builtin/diff.c:416
9405#, c-format
9406msgid "more than two blobs given: '%s'"
9407msgstr ""
9408
9409#: builtin/diff.c:421
9410#, c-format
9411msgid "unhandled object '%s' given."
9412msgstr ""
9413
9414#: builtin/difftool.c:30
9415msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
9416msgstr ""
9417
9418#: builtin/difftool.c:260
9419#, c-format
9420msgid "failed: %d"
9421msgstr ""
9422
9423#: builtin/difftool.c:302
9424#, c-format
9425msgid "could not read symlink %s"
9426msgstr ""
9427
9428#: builtin/difftool.c:304
9429#, c-format
9430msgid "could not read symlink file %s"
9431msgstr ""
9432
9433#: builtin/difftool.c:312
9434#, c-format
9435msgid "could not read object %s for symlink %s"
9436msgstr ""
9437
9438#: builtin/difftool.c:413
9439msgid ""
9440"combined diff formats('-c' and '--cc') are not supported in\n"
9441"directory diff mode('-d' and '--dir-diff')."
9442msgstr ""
9443
9444#: builtin/difftool.c:633
9445#, c-format
9446msgid "both files modified: '%s' and '%s'."
9447msgstr ""
9448
9449#: builtin/difftool.c:635
9450msgid "working tree file has been left."
9451msgstr ""
9452
9453#: builtin/difftool.c:646
9454#, c-format
9455msgid "temporary files exist in '%s'."
9456msgstr ""
9457
9458#: builtin/difftool.c:647
9459msgid "you may want to cleanup or recover these."
9460msgstr ""
9461
9462#: builtin/difftool.c:696
9463msgid "use `diff.guitool` instead of `diff.tool`"
9464msgstr ""
9465
9466#: builtin/difftool.c:698
9467msgid "perform a full-directory diff"
9468msgstr ""
9469
9470#: builtin/difftool.c:700
9471msgid "do not prompt before launching a diff tool"
9472msgstr ""
9473
9474#: builtin/difftool.c:705
9475msgid "use symlinks in dir-diff mode"
9476msgstr ""
9477
9478#: builtin/difftool.c:706
9479msgid "tool"
9480msgstr ""
9481
9482#: builtin/difftool.c:707
9483msgid "use the specified diff tool"
9484msgstr ""
9485
9486#: builtin/difftool.c:709
9487msgid "print a list of diff tools that may be used with `--tool`"
9488msgstr ""
9489
9490#: builtin/difftool.c:712
9491msgid ""
9492"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
9493"code"
9494msgstr ""
9495
9496#: builtin/difftool.c:715
9497msgid "specify a custom command for viewing diffs"
9498msgstr ""
9499
9500#: builtin/difftool.c:739
9501msgid "no <tool> given for --tool=<tool>"
9502msgstr ""
9503
9504#: builtin/difftool.c:746
9505msgid "no <cmd> given for --extcmd=<cmd>"
9506msgstr ""
9507
9508#: builtin/fast-export.c:29
9509msgid "git fast-export [rev-list-opts]"
9510msgstr ""
9511
9512#: builtin/fast-export.c:1006
9513msgid "show progress after <n> objects"
9514msgstr ""
9515
9516#: builtin/fast-export.c:1008
9517msgid "select handling of signed tags"
9518msgstr ""
9519
9520#: builtin/fast-export.c:1011
9521msgid "select handling of tags that tag filtered objects"
9522msgstr ""
9523
9524#: builtin/fast-export.c:1014
9525msgid "Dump marks to this file"
9526msgstr ""
9527
9528#: builtin/fast-export.c:1016
9529msgid "Import marks from this file"
9530msgstr ""
9531
9532#: builtin/fast-export.c:1018
9533msgid "Fake a tagger when tags lack one"
9534msgstr ""
9535
9536#: builtin/fast-export.c:1020
9537msgid "Output full tree for each commit"
9538msgstr ""
9539
9540#: builtin/fast-export.c:1022
9541msgid "Use the done feature to terminate the stream"
9542msgstr ""
9543
9544#: builtin/fast-export.c:1023
9545msgid "Skip output of blob data"
9546msgstr ""
9547
9548#: builtin/fast-export.c:1024
9549msgid "refspec"
9550msgstr ""
9551
9552#: builtin/fast-export.c:1025
9553msgid "Apply refspec to exported refs"
9554msgstr ""
9555
9556#: builtin/fast-export.c:1026
9557msgid "anonymize output"
9558msgstr ""
9559
9560#: builtin/fetch.c:27
9561msgid "git fetch [<options>] [<repository> [<refspec>...]]"
9562msgstr ""
9563
9564#: builtin/fetch.c:28
9565msgid "git fetch [<options>] <group>"
9566msgstr ""
9567
9568#: builtin/fetch.c:29
9569msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
9570msgstr ""
9571
9572#: builtin/fetch.c:30
9573msgid "git fetch --all [<options>]"
9574msgstr ""
9575
9576#: builtin/fetch.c:112 builtin/pull.c:193
9577msgid "fetch from all remotes"
9578msgstr ""
9579
9580#: builtin/fetch.c:114 builtin/pull.c:196
9581msgid "append to .git/FETCH_HEAD instead of overwriting"
9582msgstr ""
9583
9584#: builtin/fetch.c:116 builtin/pull.c:199
9585msgid "path to upload pack on remote end"
9586msgstr ""
9587
9588#: builtin/fetch.c:117 builtin/pull.c:201
9589msgid "force overwrite of local branch"
9590msgstr ""
9591
9592#: builtin/fetch.c:119
9593msgid "fetch from multiple remotes"
9594msgstr ""
9595
9596#: builtin/fetch.c:121 builtin/pull.c:203
9597msgid "fetch all tags and associated objects"
9598msgstr ""
9599
9600#: builtin/fetch.c:123
9601msgid "do not fetch all tags (--no-tags)"
9602msgstr ""
9603
9604#: builtin/fetch.c:125
9605msgid "number of submodules fetched in parallel"
9606msgstr ""
9607
9608#: builtin/fetch.c:127 builtin/pull.c:206
9609msgid "prune remote-tracking branches no longer on remote"
9610msgstr ""
9611
9612#: builtin/fetch.c:129
9613msgid "prune local tags no longer on remote and clobber changed tags"
9614msgstr ""
9615
9616#: builtin/fetch.c:130 builtin/fetch.c:153 builtin/pull.c:131
9617msgid "on-demand"
9618msgstr ""
9619
9620#: builtin/fetch.c:131
9621msgid "control recursive fetching of submodules"
9622msgstr ""
9623
9624#: builtin/fetch.c:135 builtin/pull.c:214
9625msgid "keep downloaded pack"
9626msgstr ""
9627
9628#: builtin/fetch.c:137
9629msgid "allow updating of HEAD ref"
9630msgstr ""
9631
9632#: builtin/fetch.c:140 builtin/fetch.c:146 builtin/pull.c:217
9633msgid "deepen history of shallow clone"
9634msgstr ""
9635
9636#: builtin/fetch.c:142
9637msgid "deepen history of shallow repository based on time"
9638msgstr ""
9639
9640#: builtin/fetch.c:148 builtin/pull.c:220
9641msgid "convert to a complete repository"
9642msgstr ""
9643
9644#: builtin/fetch.c:151
9645msgid "prepend this to submodule path output"
9646msgstr ""
9647
9648#: builtin/fetch.c:154
9649msgid ""
9650"default for recursive fetching of submodules (lower priority than config "
9651"files)"
9652msgstr ""
9653
9654#: builtin/fetch.c:158 builtin/pull.c:223
9655msgid "accept refs that update .git/shallow"
9656msgstr ""
9657
9658#: builtin/fetch.c:159 builtin/pull.c:225
9659msgid "refmap"
9660msgstr ""
9661
9662#: builtin/fetch.c:160 builtin/pull.c:226
9663msgid "specify fetch refmap"
9664msgstr ""
9665
9666#: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:582
9667#: builtin/send-pack.c:172
9668msgid "server-specific"
9669msgstr ""
9670
9671#: builtin/fetch.c:161 builtin/ls-remote.c:77 builtin/push.c:582
9672#: builtin/send-pack.c:173
9673msgid "option to transmit"
9674msgstr ""
9675
9676#: builtin/fetch.c:167
9677msgid "report that we have only objects reachable from this object"
9678msgstr ""
9679
9680#: builtin/fetch.c:418
9681msgid "Couldn't find remote ref HEAD"
9682msgstr ""
9683
9684#: builtin/fetch.c:552
9685#, c-format
9686msgid "configuration fetch.output contains invalid value %s"
9687msgstr ""
9688
9689#: builtin/fetch.c:645
9690#, c-format
9691msgid "object %s not found"
9692msgstr ""
9693
9694#: builtin/fetch.c:649
9695msgid "[up to date]"
9696msgstr ""
9697
9698#: builtin/fetch.c:662 builtin/fetch.c:744
9699msgid "[rejected]"
9700msgstr ""
9701
9702#: builtin/fetch.c:663
9703msgid "can't fetch in current branch"
9704msgstr ""
9705
9706#: builtin/fetch.c:672
9707msgid "[tag update]"
9708msgstr ""
9709
9710#: builtin/fetch.c:673 builtin/fetch.c:708 builtin/fetch.c:724
9711#: builtin/fetch.c:739
9712msgid "unable to update local ref"
9713msgstr ""
9714
9715#: builtin/fetch.c:694
9716msgid "[new tag]"
9717msgstr ""
9718
9719#: builtin/fetch.c:697
9720msgid "[new branch]"
9721msgstr ""
9722
9723#: builtin/fetch.c:700
9724msgid "[new ref]"
9725msgstr ""
9726
9727#: builtin/fetch.c:739
9728msgid "forced update"
9729msgstr ""
9730
9731#: builtin/fetch.c:744
9732msgid "non-fast-forward"
9733msgstr ""
9734
9735#: builtin/fetch.c:790
9736#, c-format
9737msgid "%s did not send all necessary objects\n"
9738msgstr ""
9739
9740#: builtin/fetch.c:811
9741#, c-format
9742msgid "reject %s because shallow roots are not allowed to be updated"
9743msgstr ""
9744
9745#: builtin/fetch.c:900 builtin/fetch.c:1011
9746#, c-format
9747msgid "From %.*s\n"
9748msgstr ""
9749
9750#: builtin/fetch.c:911
9751#, c-format
9752msgid ""
9753"some local refs could not be updated; try running\n"
9754" 'git remote prune %s' to remove any old, conflicting branches"
9755msgstr ""
9756
9757#: builtin/fetch.c:981
9758#, c-format
9759msgid "   (%s will become dangling)"
9760msgstr ""
9761
9762#: builtin/fetch.c:982
9763#, c-format
9764msgid "   (%s has become dangling)"
9765msgstr ""
9766
9767#: builtin/fetch.c:1014
9768msgid "[deleted]"
9769msgstr ""
9770
9771#: builtin/fetch.c:1015 builtin/remote.c:1035
9772msgid "(none)"
9773msgstr ""
9774
9775#: builtin/fetch.c:1038
9776#, c-format
9777msgid "Refusing to fetch into current branch %s of non-bare repository"
9778msgstr ""
9779
9780#: builtin/fetch.c:1057
9781#, c-format
9782msgid "Option \"%s\" value \"%s\" is not valid for %s"
9783msgstr ""
9784
9785#: builtin/fetch.c:1060
9786#, c-format
9787msgid "Option \"%s\" is ignored for %s\n"
9788msgstr ""
9789
9790#: builtin/fetch.c:1339
9791#, c-format
9792msgid "Fetching %s\n"
9793msgstr ""
9794
9795#: builtin/fetch.c:1341 builtin/remote.c:99
9796#, c-format
9797msgid "Could not fetch %s"
9798msgstr ""
9799
9800#: builtin/fetch.c:1387 builtin/fetch.c:1555
9801msgid ""
9802"--filter can only be used with the remote configured in core.partialClone"
9803msgstr ""
9804
9805#: builtin/fetch.c:1410
9806msgid ""
9807"No remote repository specified.  Please, specify either a URL or a\n"
9808"remote name from which new revisions should be fetched."
9809msgstr ""
9810
9811#: builtin/fetch.c:1447
9812msgid "You need to specify a tag name."
9813msgstr ""
9814
9815#: builtin/fetch.c:1496
9816msgid "Negative depth in --deepen is not supported"
9817msgstr ""
9818
9819#: builtin/fetch.c:1498
9820msgid "--deepen and --depth are mutually exclusive"
9821msgstr ""
9822
9823#: builtin/fetch.c:1503
9824msgid "--depth and --unshallow cannot be used together"
9825msgstr ""
9826
9827#: builtin/fetch.c:1505
9828msgid "--unshallow on a complete repository does not make sense"
9829msgstr ""
9830
9831#: builtin/fetch.c:1521
9832msgid "fetch --all does not take a repository argument"
9833msgstr ""
9834
9835#: builtin/fetch.c:1523
9836msgid "fetch --all does not make sense with refspecs"
9837msgstr ""
9838
9839#: builtin/fetch.c:1532
9840#, c-format
9841msgid "No such remote or remote group: %s"
9842msgstr ""
9843
9844#: builtin/fetch.c:1539
9845msgid "Fetching a group and specifying refspecs does not make sense"
9846msgstr ""
9847
9848#: builtin/fmt-merge-msg.c:17
9849msgid ""
9850"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
9851msgstr ""
9852
9853#: builtin/fmt-merge-msg.c:671
9854msgid "populate log with at most <n> entries from shortlog"
9855msgstr ""
9856
9857#: builtin/fmt-merge-msg.c:674
9858msgid "alias for --log (deprecated)"
9859msgstr ""
9860
9861#: builtin/fmt-merge-msg.c:677
9862msgid "text"
9863msgstr ""
9864
9865#: builtin/fmt-merge-msg.c:678
9866msgid "use <text> as start of message"
9867msgstr ""
9868
9869#: builtin/fmt-merge-msg.c:679
9870msgid "file to read from"
9871msgstr ""
9872
9873#: builtin/for-each-ref.c:10
9874msgid "git for-each-ref [<options>] [<pattern>]"
9875msgstr ""
9876
9877#: builtin/for-each-ref.c:11
9878msgid "git for-each-ref [--points-at <object>]"
9879msgstr ""
9880
9881#: builtin/for-each-ref.c:12
9882msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
9883msgstr ""
9884
9885#: builtin/for-each-ref.c:13
9886msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
9887msgstr ""
9888
9889#: builtin/for-each-ref.c:28
9890msgid "quote placeholders suitably for shells"
9891msgstr ""
9892
9893#: builtin/for-each-ref.c:30
9894msgid "quote placeholders suitably for perl"
9895msgstr ""
9896
9897#: builtin/for-each-ref.c:32
9898msgid "quote placeholders suitably for python"
9899msgstr ""
9900
9901#: builtin/for-each-ref.c:34
9902msgid "quote placeholders suitably for Tcl"
9903msgstr ""
9904
9905#: builtin/for-each-ref.c:37
9906msgid "show only <n> matched refs"
9907msgstr ""
9908
9909#: builtin/for-each-ref.c:39 builtin/tag.c:422
9910msgid "respect format colors"
9911msgstr ""
9912
9913#: builtin/for-each-ref.c:43
9914msgid "print only refs which points at the given object"
9915msgstr ""
9916
9917#: builtin/for-each-ref.c:45
9918msgid "print only refs that are merged"
9919msgstr ""
9920
9921#: builtin/for-each-ref.c:46
9922msgid "print only refs that are not merged"
9923msgstr ""
9924
9925#: builtin/for-each-ref.c:47
9926msgid "print only refs which contain the commit"
9927msgstr ""
9928
9929#: builtin/for-each-ref.c:48
9930msgid "print only refs which don't contain the commit"
9931msgstr ""
9932
9933#: builtin/fsck.c:574
9934msgid "Checking object directories"
9935msgstr ""
9936
9937#: builtin/fsck.c:666
9938msgid "git fsck [<options>] [<object>...]"
9939msgstr ""
9940
9941#: builtin/fsck.c:672
9942msgid "show unreachable objects"
9943msgstr ""
9944
9945#: builtin/fsck.c:673
9946msgid "show dangling objects"
9947msgstr ""
9948
9949#: builtin/fsck.c:674
9950msgid "report tags"
9951msgstr ""
9952
9953#: builtin/fsck.c:675
9954msgid "report root nodes"
9955msgstr ""
9956
9957#: builtin/fsck.c:676
9958msgid "make index objects head nodes"
9959msgstr ""
9960
9961#: builtin/fsck.c:677
9962msgid "make reflogs head nodes (default)"
9963msgstr ""
9964
9965#: builtin/fsck.c:678
9966msgid "also consider packs and alternate objects"
9967msgstr ""
9968
9969#: builtin/fsck.c:679
9970msgid "check only connectivity"
9971msgstr ""
9972
9973#: builtin/fsck.c:680
9974msgid "enable more strict checking"
9975msgstr ""
9976
9977#: builtin/fsck.c:682
9978msgid "write dangling objects in .git/lost-found"
9979msgstr ""
9980
9981#: builtin/fsck.c:683 builtin/prune.c:110
9982msgid "show progress"
9983msgstr ""
9984
9985#: builtin/fsck.c:684
9986msgid "show verbose names for reachable objects"
9987msgstr ""
9988
9989#: builtin/fsck.c:750
9990msgid "Checking objects"
9991msgstr ""
9992
9993#: builtin/gc.c:34
9994msgid "git gc [<options>]"
9995msgstr ""
9996
9997#: builtin/gc.c:90
9998#, c-format
9999msgid "Failed to fstat %s: %s"
10000msgstr ""
10001
10002#: builtin/gc.c:455
10003#, c-format
10004msgid "Can't stat %s"
10005msgstr ""
10006
10007#: builtin/gc.c:464
10008#, c-format
10009msgid ""
10010"The last gc run reported the following. Please correct the root cause\n"
10011"and remove %s.\n"
10012"Automatic cleanup will not be performed until the file is removed.\n"
10013"\n"
10014"%s"
10015msgstr ""
10016
10017#: builtin/gc.c:505
10018msgid "prune unreferenced objects"
10019msgstr ""
10020
10021#: builtin/gc.c:507
10022msgid "be more thorough (increased runtime)"
10023msgstr ""
10024
10025#: builtin/gc.c:508
10026msgid "enable auto-gc mode"
10027msgstr ""
10028
10029#: builtin/gc.c:511
10030msgid "force running gc even if there may be another gc running"
10031msgstr ""
10032
10033#: builtin/gc.c:514
10034msgid "repack all other packs except the largest pack"
10035msgstr ""
10036
10037#: builtin/gc.c:531
10038#, c-format
10039msgid "failed to parse gc.logexpiry value %s"
10040msgstr ""
10041
10042#: builtin/gc.c:542
10043#, c-format
10044msgid "failed to parse prune expiry value %s"
10045msgstr ""
10046
10047#: builtin/gc.c:562
10048#, c-format
10049msgid "Auto packing the repository in background for optimum performance.\n"
10050msgstr ""
10051
10052#: builtin/gc.c:564
10053#, c-format
10054msgid "Auto packing the repository for optimum performance.\n"
10055msgstr ""
10056
10057#: builtin/gc.c:565
10058#, c-format
10059msgid "See \"git help gc\" for manual housekeeping.\n"
10060msgstr ""
10061
10062#: builtin/gc.c:601
10063#, c-format
10064msgid ""
10065"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
10066msgstr ""
10067
10068#: builtin/gc.c:652
10069msgid ""
10070"There are too many unreachable loose objects; run 'git prune' to remove them."
10071msgstr ""
10072
10073#: builtin/grep.c:28
10074msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
10075msgstr ""
10076
10077#: builtin/grep.c:226
10078#, c-format
10079msgid "grep: failed to create thread: %s"
10080msgstr ""
10081
10082#: builtin/grep.c:284
10083#, c-format
10084msgid "invalid number of threads specified (%d) for %s"
10085msgstr ""
10086
10087#. TRANSLATORS: %s is the configuration
10088#. variable for tweaking threads, currently
10089#. grep.threads
10090#.
10091#: builtin/grep.c:293 builtin/index-pack.c:1536 builtin/index-pack.c:1728
10092#: builtin/pack-objects.c:2639
10093#, c-format
10094msgid "no threads support, ignoring %s"
10095msgstr ""
10096
10097#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
10098#, c-format
10099msgid "unable to read tree (%s)"
10100msgstr ""
10101
10102#: builtin/grep.c:638
10103#, c-format
10104msgid "unable to grep from object of type %s"
10105msgstr ""
10106
10107#: builtin/grep.c:704
10108#, c-format
10109msgid "switch `%c' expects a numerical value"
10110msgstr ""
10111
10112#: builtin/grep.c:791
10113msgid "search in index instead of in the work tree"
10114msgstr ""
10115
10116#: builtin/grep.c:793
10117msgid "find in contents not managed by git"
10118msgstr ""
10119
10120#: builtin/grep.c:795
10121msgid "search in both tracked and untracked files"
10122msgstr ""
10123
10124#: builtin/grep.c:797
10125msgid "ignore files specified via '.gitignore'"
10126msgstr ""
10127
10128#: builtin/grep.c:799
10129msgid "recursively search in each submodule"
10130msgstr ""
10131
10132#: builtin/grep.c:802
10133msgid "show non-matching lines"
10134msgstr ""
10135
10136#: builtin/grep.c:804
10137msgid "case insensitive matching"
10138msgstr ""
10139
10140#: builtin/grep.c:806
10141msgid "match patterns only at word boundaries"
10142msgstr ""
10143
10144#: builtin/grep.c:808
10145msgid "process binary files as text"
10146msgstr ""
10147
10148#: builtin/grep.c:810
10149msgid "don't match patterns in binary files"
10150msgstr ""
10151
10152#: builtin/grep.c:813
10153msgid "process binary files with textconv filters"
10154msgstr ""
10155
10156#: builtin/grep.c:815
10157msgid "descend at most <depth> levels"
10158msgstr ""
10159
10160#: builtin/grep.c:819
10161msgid "use extended POSIX regular expressions"
10162msgstr ""
10163
10164#: builtin/grep.c:822
10165msgid "use basic POSIX regular expressions (default)"
10166msgstr ""
10167
10168#: builtin/grep.c:825
10169msgid "interpret patterns as fixed strings"
10170msgstr ""
10171
10172#: builtin/grep.c:828
10173msgid "use Perl-compatible regular expressions"
10174msgstr ""
10175
10176#: builtin/grep.c:831
10177msgid "show line numbers"
10178msgstr ""
10179
10180#: builtin/grep.c:832
10181msgid "show column number of first match"
10182msgstr ""
10183
10184#: builtin/grep.c:833
10185msgid "don't show filenames"
10186msgstr ""
10187
10188#: builtin/grep.c:834
10189msgid "show filenames"
10190msgstr ""
10191
10192#: builtin/grep.c:836
10193msgid "show filenames relative to top directory"
10194msgstr ""
10195
10196#: builtin/grep.c:838
10197msgid "show only filenames instead of matching lines"
10198msgstr ""
10199
10200#: builtin/grep.c:840
10201msgid "synonym for --files-with-matches"
10202msgstr ""
10203
10204#: builtin/grep.c:843
10205msgid "show only the names of files without match"
10206msgstr ""
10207
10208#: builtin/grep.c:845
10209msgid "print NUL after filenames"
10210msgstr ""
10211
10212#: builtin/grep.c:848
10213msgid "show only matching parts of a line"
10214msgstr ""
10215
10216#: builtin/grep.c:850
10217msgid "show the number of matches instead of matching lines"
10218msgstr ""
10219
10220#: builtin/grep.c:851
10221msgid "highlight matches"
10222msgstr ""
10223
10224#: builtin/grep.c:853
10225msgid "print empty line between matches from different files"
10226msgstr ""
10227
10228#: builtin/grep.c:855
10229msgid "show filename only once above matches from same file"
10230msgstr ""
10231
10232#: builtin/grep.c:858
10233msgid "show <n> context lines before and after matches"
10234msgstr ""
10235
10236#: builtin/grep.c:861
10237msgid "show <n> context lines before matches"
10238msgstr ""
10239
10240#: builtin/grep.c:863
10241msgid "show <n> context lines after matches"
10242msgstr ""
10243
10244#: builtin/grep.c:865
10245msgid "use <n> worker threads"
10246msgstr ""
10247
10248#: builtin/grep.c:866
10249msgid "shortcut for -C NUM"
10250msgstr ""
10251
10252#: builtin/grep.c:869
10253msgid "show a line with the function name before matches"
10254msgstr ""
10255
10256#: builtin/grep.c:871
10257msgid "show the surrounding function"
10258msgstr ""
10259
10260#: builtin/grep.c:874
10261msgid "read patterns from file"
10262msgstr ""
10263
10264#: builtin/grep.c:876
10265msgid "match <pattern>"
10266msgstr ""
10267
10268#: builtin/grep.c:878
10269msgid "combine patterns specified with -e"
10270msgstr ""
10271
10272#: builtin/grep.c:890
10273msgid "indicate hit with exit status without output"
10274msgstr ""
10275
10276#: builtin/grep.c:892
10277msgid "show only matches from files that match all patterns"
10278msgstr ""
10279
10280#: builtin/grep.c:894
10281msgid "show parse tree for grep expression"
10282msgstr ""
10283
10284#: builtin/grep.c:898
10285msgid "pager"
10286msgstr ""
10287
10288#: builtin/grep.c:898
10289msgid "show matching files in the pager"
10290msgstr ""
10291
10292#: builtin/grep.c:902
10293msgid "allow calling of grep(1) (ignored by this build)"
10294msgstr ""
10295
10296#: builtin/grep.c:966
10297msgid "no pattern given"
10298msgstr ""
10299
10300#: builtin/grep.c:1002
10301msgid "--no-index or --untracked cannot be used with revs"
10302msgstr ""
10303
10304#: builtin/grep.c:1009
10305#, c-format
10306msgid "unable to resolve revision: %s"
10307msgstr ""
10308
10309#: builtin/grep.c:1044 builtin/index-pack.c:1532 builtin/pack-objects.c:2635
10310#, c-format
10311msgid "invalid number of threads specified (%d)"
10312msgstr ""
10313
10314#: builtin/grep.c:1049 builtin/pack-objects.c:3289
10315msgid "no threads support, ignoring --threads"
10316msgstr ""
10317
10318#: builtin/grep.c:1073
10319msgid "--open-files-in-pager only works on the worktree"
10320msgstr ""
10321
10322#: builtin/grep.c:1096
10323msgid "option not supported with --recurse-submodules"
10324msgstr ""
10325
10326#: builtin/grep.c:1102
10327msgid "--cached or --untracked cannot be used with --no-index"
10328msgstr ""
10329
10330#: builtin/grep.c:1108
10331msgid "--[no-]exclude-standard cannot be used for tracked contents"
10332msgstr ""
10333
10334#: builtin/grep.c:1116
10335msgid "both --cached and trees are given"
10336msgstr ""
10337
10338#: builtin/hash-object.c:84
10339msgid ""
10340"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
10341"[--] <file>..."
10342msgstr ""
10343
10344#: builtin/hash-object.c:85
10345msgid "git hash-object  --stdin-paths"
10346msgstr ""
10347
10348#: builtin/hash-object.c:97
10349msgid "type"
10350msgstr ""
10351
10352#: builtin/hash-object.c:97
10353msgid "object type"
10354msgstr ""
10355
10356#: builtin/hash-object.c:98
10357msgid "write the object into the object database"
10358msgstr ""
10359
10360#: builtin/hash-object.c:100
10361msgid "read the object from stdin"
10362msgstr ""
10363
10364#: builtin/hash-object.c:102
10365msgid "store file as is without filters"
10366msgstr ""
10367
10368#: builtin/hash-object.c:103
10369msgid ""
10370"just hash any random garbage to create corrupt objects for debugging Git"
10371msgstr ""
10372
10373#: builtin/hash-object.c:104
10374msgid "process file as it were from this path"
10375msgstr ""
10376
10377#: builtin/help.c:46
10378msgid "print all available commands"
10379msgstr ""
10380
10381#: builtin/help.c:47
10382msgid "exclude guides"
10383msgstr ""
10384
10385#: builtin/help.c:48
10386msgid "print list of useful guides"
10387msgstr ""
10388
10389#: builtin/help.c:49
10390msgid "print all configuration variable names"
10391msgstr ""
10392
10393#: builtin/help.c:51
10394msgid "show man page"
10395msgstr ""
10396
10397#: builtin/help.c:52
10398msgid "show manual in web browser"
10399msgstr ""
10400
10401#: builtin/help.c:54
10402msgid "show info page"
10403msgstr ""
10404
10405#: builtin/help.c:56
10406msgid "print command description"
10407msgstr ""
10408
10409#: builtin/help.c:61
10410msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
10411msgstr ""
10412
10413#: builtin/help.c:73
10414#, c-format
10415msgid "unrecognized help format '%s'"
10416msgstr ""
10417
10418#: builtin/help.c:100
10419msgid "Failed to start emacsclient."
10420msgstr ""
10421
10422#: builtin/help.c:113
10423msgid "Failed to parse emacsclient version."
10424msgstr ""
10425
10426#: builtin/help.c:121
10427#, c-format
10428msgid "emacsclient version '%d' too old (< 22)."
10429msgstr ""
10430
10431#: builtin/help.c:139 builtin/help.c:161 builtin/help.c:171 builtin/help.c:179
10432#, c-format
10433msgid "failed to exec '%s'"
10434msgstr ""
10435
10436#: builtin/help.c:217
10437#, c-format
10438msgid ""
10439"'%s': path for unsupported man viewer.\n"
10440"Please consider using 'man.<tool>.cmd' instead."
10441msgstr ""
10442
10443#: builtin/help.c:229
10444#, c-format
10445msgid ""
10446"'%s': cmd for supported man viewer.\n"
10447"Please consider using 'man.<tool>.path' instead."
10448msgstr ""
10449
10450#: builtin/help.c:346
10451#, c-format
10452msgid "'%s': unknown man viewer."
10453msgstr ""
10454
10455#: builtin/help.c:363
10456msgid "no man viewer handled the request"
10457msgstr ""
10458
10459#: builtin/help.c:371
10460msgid "no info viewer handled the request"
10461msgstr ""
10462
10463#: builtin/help.c:418
10464#, c-format
10465msgid "'%s' is aliased to '%s'"
10466msgstr ""
10467
10468#: builtin/help.c:445 builtin/help.c:475
10469#, c-format
10470msgid "usage: %s%s"
10471msgstr ""
10472
10473#: builtin/help.c:459
10474msgid "'git help config' for more information"
10475msgstr ""
10476
10477#: builtin/index-pack.c:208
10478#, c-format
10479msgid "object type mismatch at %s"
10480msgstr ""
10481
10482#: builtin/index-pack.c:228
10483#, c-format
10484msgid "did not receive expected object %s"
10485msgstr ""
10486
10487#: builtin/index-pack.c:231
10488#, c-format
10489msgid "object %s: expected type %s, found %s"
10490msgstr ""
10491
10492#: builtin/index-pack.c:273
10493#, c-format
10494msgid "cannot fill %d byte"
10495msgid_plural "cannot fill %d bytes"
10496msgstr[0] ""
10497msgstr[1] ""
10498
10499#: builtin/index-pack.c:283
10500msgid "early EOF"
10501msgstr ""
10502
10503#: builtin/index-pack.c:284
10504msgid "read error on input"
10505msgstr ""
10506
10507#: builtin/index-pack.c:296
10508msgid "used more bytes than were available"
10509msgstr ""
10510
10511#: builtin/index-pack.c:303 builtin/pack-objects.c:590
10512msgid "pack too large for current definition of off_t"
10513msgstr ""
10514
10515#: builtin/index-pack.c:306 builtin/unpack-objects.c:94
10516msgid "pack exceeds maximum allowed size"
10517msgstr ""
10518
10519#: builtin/index-pack.c:321
10520#, c-format
10521msgid "unable to create '%s'"
10522msgstr ""
10523
10524#: builtin/index-pack.c:327
10525#, c-format
10526msgid "cannot open packfile '%s'"
10527msgstr ""
10528
10529#: builtin/index-pack.c:341
10530msgid "pack signature mismatch"
10531msgstr ""
10532
10533#: builtin/index-pack.c:343
10534#, c-format
10535msgid "pack version %<PRIu32> unsupported"
10536msgstr ""
10537
10538#: builtin/index-pack.c:361
10539#, c-format
10540msgid "pack has bad object at offset %<PRIuMAX>: %s"
10541msgstr ""
10542
10543#: builtin/index-pack.c:482
10544#, c-format
10545msgid "inflate returned %d"
10546msgstr ""
10547
10548#: builtin/index-pack.c:531
10549msgid "offset value overflow for delta base object"
10550msgstr ""
10551
10552#: builtin/index-pack.c:539
10553msgid "delta base offset is out of bound"
10554msgstr ""
10555
10556#: builtin/index-pack.c:547
10557#, c-format
10558msgid "unknown object type %d"
10559msgstr ""
10560
10561#: builtin/index-pack.c:578
10562msgid "cannot pread pack file"
10563msgstr ""
10564
10565#: builtin/index-pack.c:580
10566#, c-format
10567msgid "premature end of pack file, %<PRIuMAX> byte missing"
10568msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
10569msgstr[0] ""
10570msgstr[1] ""
10571
10572#: builtin/index-pack.c:606
10573msgid "serious inflate inconsistency"
10574msgstr ""
10575
10576#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
10577#: builtin/index-pack.c:819 builtin/index-pack.c:828
10578#, c-format
10579msgid "SHA1 COLLISION FOUND WITH %s !"
10580msgstr ""
10581
10582#: builtin/index-pack.c:754 builtin/pack-objects.c:143
10583#: builtin/pack-objects.c:203 builtin/pack-objects.c:297
10584#, c-format
10585msgid "unable to read %s"
10586msgstr ""
10587
10588#: builtin/index-pack.c:817
10589#, c-format
10590msgid "cannot read existing object info %s"
10591msgstr ""
10592
10593#: builtin/index-pack.c:825
10594#, c-format
10595msgid "cannot read existing object %s"
10596msgstr ""
10597
10598#: builtin/index-pack.c:839
10599#, c-format
10600msgid "invalid blob object %s"
10601msgstr ""
10602
10603#: builtin/index-pack.c:842 builtin/index-pack.c:861
10604msgid "fsck error in packed object"
10605msgstr ""
10606
10607#: builtin/index-pack.c:858
10608#, c-format
10609msgid "invalid %s"
10610msgstr ""
10611
10612#: builtin/index-pack.c:863
10613#, c-format
10614msgid "Not all child objects of %s are reachable"
10615msgstr ""
10616
10617#: builtin/index-pack.c:935 builtin/index-pack.c:966
10618msgid "failed to apply delta"
10619msgstr ""
10620
10621#: builtin/index-pack.c:1136
10622msgid "Receiving objects"
10623msgstr ""
10624
10625#: builtin/index-pack.c:1136
10626msgid "Indexing objects"
10627msgstr ""
10628
10629#: builtin/index-pack.c:1170
10630msgid "pack is corrupted (SHA1 mismatch)"
10631msgstr ""
10632
10633#: builtin/index-pack.c:1175
10634msgid "cannot fstat packfile"
10635msgstr ""
10636
10637#: builtin/index-pack.c:1178
10638msgid "pack has junk at the end"
10639msgstr ""
10640
10641#: builtin/index-pack.c:1190
10642msgid "confusion beyond insanity in parse_pack_objects()"
10643msgstr ""
10644
10645#: builtin/index-pack.c:1213
10646msgid "Resolving deltas"
10647msgstr ""
10648
10649#: builtin/index-pack.c:1224 builtin/pack-objects.c:2410
10650#, c-format
10651msgid "unable to create thread: %s"
10652msgstr ""
10653
10654#: builtin/index-pack.c:1266
10655msgid "confusion beyond insanity"
10656msgstr ""
10657
10658#: builtin/index-pack.c:1272
10659#, c-format
10660msgid "completed with %d local object"
10661msgid_plural "completed with %d local objects"
10662msgstr[0] ""
10663msgstr[1] ""
10664
10665#: builtin/index-pack.c:1284
10666#, c-format
10667msgid "Unexpected tail checksum for %s (disk corruption?)"
10668msgstr ""
10669
10670#: builtin/index-pack.c:1288
10671#, c-format
10672msgid "pack has %d unresolved delta"
10673msgid_plural "pack has %d unresolved deltas"
10674msgstr[0] ""
10675msgstr[1] ""
10676
10677#: builtin/index-pack.c:1312
10678#, c-format
10679msgid "unable to deflate appended object (%d)"
10680msgstr ""
10681
10682#: builtin/index-pack.c:1389
10683#, c-format
10684msgid "local object %s is corrupt"
10685msgstr ""
10686
10687#: builtin/index-pack.c:1403
10688#, c-format
10689msgid "packfile name '%s' does not end with '.pack'"
10690msgstr ""
10691
10692#: builtin/index-pack.c:1428
10693#, c-format
10694msgid "cannot write %s file '%s'"
10695msgstr ""
10696
10697#: builtin/index-pack.c:1436
10698#, c-format
10699msgid "cannot close written %s file '%s'"
10700msgstr ""
10701
10702#: builtin/index-pack.c:1460
10703msgid "error while closing pack file"
10704msgstr ""
10705
10706#: builtin/index-pack.c:1474
10707msgid "cannot store pack file"
10708msgstr ""
10709
10710#: builtin/index-pack.c:1482
10711msgid "cannot store index file"
10712msgstr ""
10713
10714#: builtin/index-pack.c:1526 builtin/pack-objects.c:2648
10715#, c-format
10716msgid "bad pack.indexversion=%<PRIu32>"
10717msgstr ""
10718
10719#: builtin/index-pack.c:1595
10720#, c-format
10721msgid "Cannot open existing pack file '%s'"
10722msgstr ""
10723
10724#: builtin/index-pack.c:1597
10725#, c-format
10726msgid "Cannot open existing pack idx file for '%s'"
10727msgstr ""
10728
10729#: builtin/index-pack.c:1645
10730#, c-format
10731msgid "non delta: %d object"
10732msgid_plural "non delta: %d objects"
10733msgstr[0] ""
10734msgstr[1] ""
10735
10736#: builtin/index-pack.c:1652
10737#, c-format
10738msgid "chain length = %d: %lu object"
10739msgid_plural "chain length = %d: %lu objects"
10740msgstr[0] ""
10741msgstr[1] ""
10742
10743#: builtin/index-pack.c:1689
10744msgid "Cannot come back to cwd"
10745msgstr ""
10746
10747#: builtin/index-pack.c:1740 builtin/index-pack.c:1743
10748#: builtin/index-pack.c:1759 builtin/index-pack.c:1763
10749#, c-format
10750msgid "bad %s"
10751msgstr ""
10752
10753#: builtin/index-pack.c:1779
10754msgid "--fix-thin cannot be used without --stdin"
10755msgstr ""
10756
10757#: builtin/index-pack.c:1781
10758msgid "--stdin requires a git repository"
10759msgstr ""
10760
10761#: builtin/index-pack.c:1787
10762msgid "--verify with no packfile name given"
10763msgstr ""
10764
10765#: builtin/index-pack.c:1837 builtin/unpack-objects.c:580
10766msgid "fsck error in pack objects"
10767msgstr ""
10768
10769#: builtin/init-db.c:55
10770#, c-format
10771msgid "cannot stat '%s'"
10772msgstr ""
10773
10774#: builtin/init-db.c:61
10775#, c-format
10776msgid "cannot stat template '%s'"
10777msgstr ""
10778
10779#: builtin/init-db.c:66
10780#, c-format
10781msgid "cannot opendir '%s'"
10782msgstr ""
10783
10784#: builtin/init-db.c:78
10785#, c-format
10786msgid "cannot readlink '%s'"
10787msgstr ""
10788
10789#: builtin/init-db.c:80
10790#, c-format
10791msgid "cannot symlink '%s' '%s'"
10792msgstr ""
10793
10794#: builtin/init-db.c:86
10795#, c-format
10796msgid "cannot copy '%s' to '%s'"
10797msgstr ""
10798
10799#: builtin/init-db.c:90
10800#, c-format
10801msgid "ignoring template %s"
10802msgstr ""
10803
10804#: builtin/init-db.c:121
10805#, c-format
10806msgid "templates not found in %s"
10807msgstr ""
10808
10809#: builtin/init-db.c:136
10810#, c-format
10811msgid "not copying templates from '%s': %s"
10812msgstr ""
10813
10814#: builtin/init-db.c:329
10815#, c-format
10816msgid "unable to handle file type %d"
10817msgstr ""
10818
10819#: builtin/init-db.c:332
10820#, c-format
10821msgid "unable to move %s to %s"
10822msgstr ""
10823
10824#: builtin/init-db.c:349 builtin/init-db.c:352
10825#, c-format
10826msgid "%s already exists"
10827msgstr ""
10828
10829#: builtin/init-db.c:405
10830#, c-format
10831msgid "Reinitialized existing shared Git repository in %s%s\n"
10832msgstr ""
10833
10834#: builtin/init-db.c:406
10835#, c-format
10836msgid "Reinitialized existing Git repository in %s%s\n"
10837msgstr ""
10838
10839#: builtin/init-db.c:410
10840#, c-format
10841msgid "Initialized empty shared Git repository in %s%s\n"
10842msgstr ""
10843
10844#: builtin/init-db.c:411
10845#, c-format
10846msgid "Initialized empty Git repository in %s%s\n"
10847msgstr ""
10848
10849#: builtin/init-db.c:459
10850msgid ""
10851"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
10852"shared[=<permissions>]] [<directory>]"
10853msgstr ""
10854
10855#: builtin/init-db.c:482
10856msgid "permissions"
10857msgstr ""
10858
10859#: builtin/init-db.c:483
10860msgid "specify that the git repository is to be shared amongst several users"
10861msgstr ""
10862
10863#: builtin/init-db.c:517 builtin/init-db.c:522
10864#, c-format
10865msgid "cannot mkdir %s"
10866msgstr ""
10867
10868#: builtin/init-db.c:526
10869#, c-format
10870msgid "cannot chdir to %s"
10871msgstr ""
10872
10873#: builtin/init-db.c:547
10874#, c-format
10875msgid ""
10876"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
10877"dir=<directory>)"
10878msgstr ""
10879
10880#: builtin/init-db.c:575
10881#, c-format
10882msgid "Cannot access work tree '%s'"
10883msgstr ""
10884
10885#: builtin/interpret-trailers.c:15
10886msgid ""
10887"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
10888"<token>[(=|:)<value>])...] [<file>...]"
10889msgstr ""
10890
10891#: builtin/interpret-trailers.c:92
10892msgid "edit files in place"
10893msgstr ""
10894
10895#: builtin/interpret-trailers.c:93
10896msgid "trim empty trailers"
10897msgstr ""
10898
10899#: builtin/interpret-trailers.c:96
10900msgid "where to place the new trailer"
10901msgstr ""
10902
10903#: builtin/interpret-trailers.c:98
10904msgid "action if trailer already exists"
10905msgstr ""
10906
10907#: builtin/interpret-trailers.c:100
10908msgid "action if trailer is missing"
10909msgstr ""
10910
10911#: builtin/interpret-trailers.c:102
10912msgid "output only the trailers"
10913msgstr ""
10914
10915#: builtin/interpret-trailers.c:103
10916msgid "do not apply config rules"
10917msgstr ""
10918
10919#: builtin/interpret-trailers.c:104
10920msgid "join whitespace-continued values"
10921msgstr ""
10922
10923#: builtin/interpret-trailers.c:105
10924msgid "set parsing options"
10925msgstr ""
10926
10927#: builtin/interpret-trailers.c:107
10928msgid "trailer"
10929msgstr ""
10930
10931#: builtin/interpret-trailers.c:108
10932msgid "trailer(s) to add"
10933msgstr ""
10934
10935#: builtin/interpret-trailers.c:117
10936msgid "--trailer with --only-input does not make sense"
10937msgstr ""
10938
10939#: builtin/interpret-trailers.c:127
10940msgid "no input file given for in-place editing"
10941msgstr ""
10942
10943#: builtin/log.c:51
10944msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
10945msgstr ""
10946
10947#: builtin/log.c:52
10948msgid "git show [<options>] <object>..."
10949msgstr ""
10950
10951#: builtin/log.c:96
10952#, c-format
10953msgid "invalid --decorate option: %s"
10954msgstr ""
10955
10956#: builtin/log.c:157
10957msgid "suppress diff output"
10958msgstr ""
10959
10960#: builtin/log.c:158
10961msgid "show source"
10962msgstr ""
10963
10964#: builtin/log.c:159
10965msgid "Use mail map file"
10966msgstr ""
10967
10968#: builtin/log.c:161
10969msgid "only decorate refs that match <pattern>"
10970msgstr ""
10971
10972#: builtin/log.c:163
10973msgid "do not decorate refs that match <pattern>"
10974msgstr ""
10975
10976#: builtin/log.c:164
10977msgid "decorate options"
10978msgstr ""
10979
10980#: builtin/log.c:167
10981msgid "Process line range n,m in file, counting from 1"
10982msgstr ""
10983
10984#: builtin/log.c:265
10985#, c-format
10986msgid "Final output: %d %s\n"
10987msgstr ""
10988
10989#: builtin/log.c:516
10990#, c-format
10991msgid "git show %s: bad file"
10992msgstr ""
10993
10994#: builtin/log.c:531 builtin/log.c:625
10995#, c-format
10996msgid "Could not read object %s"
10997msgstr ""
10998
10999#: builtin/log.c:649
11000#, c-format
11001msgid "Unknown type: %d"
11002msgstr ""
11003
11004#: builtin/log.c:770
11005msgid "format.headers without value"
11006msgstr ""
11007
11008#: builtin/log.c:871
11009msgid "name of output directory is too long"
11010msgstr ""
11011
11012#: builtin/log.c:887
11013#, c-format
11014msgid "Cannot open patch file %s"
11015msgstr ""
11016
11017#: builtin/log.c:904
11018msgid "Need exactly one range."
11019msgstr ""
11020
11021#: builtin/log.c:914
11022msgid "Not a range."
11023msgstr ""
11024
11025#: builtin/log.c:1020
11026msgid "Cover letter needs email format"
11027msgstr ""
11028
11029#: builtin/log.c:1101
11030#, c-format
11031msgid "insane in-reply-to: %s"
11032msgstr ""
11033
11034#: builtin/log.c:1128
11035msgid "git format-patch [<options>] [<since> | <revision-range>]"
11036msgstr ""
11037
11038#: builtin/log.c:1178
11039msgid "Two output directories?"
11040msgstr ""
11041
11042#: builtin/log.c:1285 builtin/log.c:1945 builtin/log.c:1947 builtin/log.c:1959
11043#, c-format
11044msgid "Unknown commit %s"
11045msgstr ""
11046
11047#: builtin/log.c:1295 builtin/notes.c:889 builtin/tag.c:524
11048#, c-format
11049msgid "Failed to resolve '%s' as a valid ref."
11050msgstr ""
11051
11052#: builtin/log.c:1300
11053msgid "Could not find exact merge base."
11054msgstr ""
11055
11056#: builtin/log.c:1304
11057msgid ""
11058"Failed to get upstream, if you want to record base commit automatically,\n"
11059"please use git branch --set-upstream-to to track a remote branch.\n"
11060"Or you could specify base commit by --base=<base-commit-id> manually."
11061msgstr ""
11062
11063#: builtin/log.c:1324
11064msgid "Failed to find exact merge base"
11065msgstr ""
11066
11067#: builtin/log.c:1335
11068msgid "base commit should be the ancestor of revision list"
11069msgstr ""
11070
11071#: builtin/log.c:1339
11072msgid "base commit shouldn't be in revision list"
11073msgstr ""
11074
11075#: builtin/log.c:1392
11076msgid "cannot get patch id"
11077msgstr ""
11078
11079#: builtin/log.c:1452
11080msgid "use [PATCH n/m] even with a single patch"
11081msgstr ""
11082
11083#: builtin/log.c:1455
11084msgid "use [PATCH] even with multiple patches"
11085msgstr ""
11086
11087#: builtin/log.c:1459
11088msgid "print patches to standard out"
11089msgstr ""
11090
11091#: builtin/log.c:1461
11092msgid "generate a cover letter"
11093msgstr ""
11094
11095#: builtin/log.c:1463
11096msgid "use simple number sequence for output file names"
11097msgstr ""
11098
11099#: builtin/log.c:1464
11100msgid "sfx"
11101msgstr ""
11102
11103#: builtin/log.c:1465
11104msgid "use <sfx> instead of '.patch'"
11105msgstr ""
11106
11107#: builtin/log.c:1467
11108msgid "start numbering patches at <n> instead of 1"
11109msgstr ""
11110
11111#: builtin/log.c:1469
11112msgid "mark the series as Nth re-roll"
11113msgstr ""
11114
11115#: builtin/log.c:1471
11116msgid "Use [RFC PATCH] instead of [PATCH]"
11117msgstr ""
11118
11119#: builtin/log.c:1474
11120msgid "Use [<prefix>] instead of [PATCH]"
11121msgstr ""
11122
11123#: builtin/log.c:1477
11124msgid "store resulting files in <dir>"
11125msgstr ""
11126
11127#: builtin/log.c:1480
11128msgid "don't strip/add [PATCH]"
11129msgstr ""
11130
11131#: builtin/log.c:1483
11132msgid "don't output binary diffs"
11133msgstr ""
11134
11135#: builtin/log.c:1485
11136msgid "output all-zero hash in From header"
11137msgstr ""
11138
11139#: builtin/log.c:1487
11140msgid "don't include a patch matching a commit upstream"
11141msgstr ""
11142
11143#: builtin/log.c:1489
11144msgid "show patch format instead of default (patch + stat)"
11145msgstr ""
11146
11147#: builtin/log.c:1491
11148msgid "Messaging"
11149msgstr ""
11150
11151#: builtin/log.c:1492
11152msgid "header"
11153msgstr ""
11154
11155#: builtin/log.c:1493
11156msgid "add email header"
11157msgstr ""
11158
11159#: builtin/log.c:1494 builtin/log.c:1496
11160msgid "email"
11161msgstr ""
11162
11163#: builtin/log.c:1494
11164msgid "add To: header"
11165msgstr ""
11166
11167#: builtin/log.c:1496
11168msgid "add Cc: header"
11169msgstr ""
11170
11171#: builtin/log.c:1498
11172msgid "ident"
11173msgstr ""
11174
11175#: builtin/log.c:1499
11176msgid "set From address to <ident> (or committer ident if absent)"
11177msgstr ""
11178
11179#: builtin/log.c:1501
11180msgid "message-id"
11181msgstr ""
11182
11183#: builtin/log.c:1502
11184msgid "make first mail a reply to <message-id>"
11185msgstr ""
11186
11187#: builtin/log.c:1503 builtin/log.c:1506
11188msgid "boundary"
11189msgstr ""
11190
11191#: builtin/log.c:1504
11192msgid "attach the patch"
11193msgstr ""
11194
11195#: builtin/log.c:1507
11196msgid "inline the patch"
11197msgstr ""
11198
11199#: builtin/log.c:1511
11200msgid "enable message threading, styles: shallow, deep"
11201msgstr ""
11202
11203#: builtin/log.c:1513
11204msgid "signature"
11205msgstr ""
11206
11207#: builtin/log.c:1514
11208msgid "add a signature"
11209msgstr ""
11210
11211#: builtin/log.c:1515
11212msgid "base-commit"
11213msgstr ""
11214
11215#: builtin/log.c:1516
11216msgid "add prerequisite tree info to the patch series"
11217msgstr ""
11218
11219#: builtin/log.c:1518
11220msgid "add a signature from a file"
11221msgstr ""
11222
11223#: builtin/log.c:1519
11224msgid "don't print the patch filenames"
11225msgstr ""
11226
11227#: builtin/log.c:1521
11228msgid "show progress while generating patches"
11229msgstr ""
11230
11231#: builtin/log.c:1596
11232#, c-format
11233msgid "invalid ident line: %s"
11234msgstr ""
11235
11236#: builtin/log.c:1611
11237msgid "-n and -k are mutually exclusive"
11238msgstr ""
11239
11240#: builtin/log.c:1613
11241msgid "--subject-prefix/--rfc and -k are mutually exclusive"
11242msgstr ""
11243
11244#: builtin/log.c:1621
11245msgid "--name-only does not make sense"
11246msgstr ""
11247
11248#: builtin/log.c:1623
11249msgid "--name-status does not make sense"
11250msgstr ""
11251
11252#: builtin/log.c:1625
11253msgid "--check does not make sense"
11254msgstr ""
11255
11256#: builtin/log.c:1657
11257msgid "standard output, or directory, which one?"
11258msgstr ""
11259
11260#: builtin/log.c:1659
11261#, c-format
11262msgid "Could not create directory '%s'"
11263msgstr ""
11264
11265#: builtin/log.c:1752
11266#, c-format
11267msgid "unable to read signature file '%s'"
11268msgstr ""
11269
11270#: builtin/log.c:1785
11271msgid "Generating patches"
11272msgstr ""
11273
11274#: builtin/log.c:1829
11275msgid "Failed to create output files"
11276msgstr ""
11277
11278#: builtin/log.c:1880
11279msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
11280msgstr ""
11281
11282#: builtin/log.c:1934
11283#, c-format
11284msgid ""
11285"Could not find a tracked remote branch, please specify <upstream> manually.\n"
11286msgstr ""
11287
11288#: builtin/ls-files.c:469
11289msgid "git ls-files [<options>] [<file>...]"
11290msgstr ""
11291
11292#: builtin/ls-files.c:518
11293msgid "identify the file status with tags"
11294msgstr ""
11295
11296#: builtin/ls-files.c:520
11297msgid "use lowercase letters for 'assume unchanged' files"
11298msgstr ""
11299
11300#: builtin/ls-files.c:522
11301msgid "use lowercase letters for 'fsmonitor clean' files"
11302msgstr ""
11303
11304#: builtin/ls-files.c:524
11305msgid "show cached files in the output (default)"
11306msgstr ""
11307
11308#: builtin/ls-files.c:526
11309msgid "show deleted files in the output"
11310msgstr ""
11311
11312#: builtin/ls-files.c:528
11313msgid "show modified files in the output"
11314msgstr ""
11315
11316#: builtin/ls-files.c:530
11317msgid "show other files in the output"
11318msgstr ""
11319
11320#: builtin/ls-files.c:532
11321msgid "show ignored files in the output"
11322msgstr ""
11323
11324#: builtin/ls-files.c:535
11325msgid "show staged contents' object name in the output"
11326msgstr ""
11327
11328#: builtin/ls-files.c:537
11329msgid "show files on the filesystem that need to be removed"
11330msgstr ""
11331
11332#: builtin/ls-files.c:539
11333msgid "show 'other' directories' names only"
11334msgstr ""
11335
11336#: builtin/ls-files.c:541
11337msgid "show line endings of files"
11338msgstr ""
11339
11340#: builtin/ls-files.c:543
11341msgid "don't show empty directories"
11342msgstr ""
11343
11344#: builtin/ls-files.c:546
11345msgid "show unmerged files in the output"
11346msgstr ""
11347
11348#: builtin/ls-files.c:548
11349msgid "show resolve-undo information"
11350msgstr ""
11351
11352#: builtin/ls-files.c:550
11353msgid "skip files matching pattern"
11354msgstr ""
11355
11356#: builtin/ls-files.c:553
11357msgid "exclude patterns are read from <file>"
11358msgstr ""
11359
11360#: builtin/ls-files.c:556
11361msgid "read additional per-directory exclude patterns in <file>"
11362msgstr ""
11363
11364#: builtin/ls-files.c:558
11365msgid "add the standard git exclusions"
11366msgstr ""
11367
11368#: builtin/ls-files.c:561
11369msgid "make the output relative to the project top directory"
11370msgstr ""
11371
11372#: builtin/ls-files.c:564
11373msgid "recurse through submodules"
11374msgstr ""
11375
11376#: builtin/ls-files.c:566
11377msgid "if any <file> is not in the index, treat this as an error"
11378msgstr ""
11379
11380#: builtin/ls-files.c:567
11381msgid "tree-ish"
11382msgstr ""
11383
11384#: builtin/ls-files.c:568
11385msgid "pretend that paths removed since <tree-ish> are still present"
11386msgstr ""
11387
11388#: builtin/ls-files.c:570
11389msgid "show debugging data"
11390msgstr ""
11391
11392#: builtin/ls-remote.c:9
11393msgid ""
11394"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
11395"                     [-q | --quiet] [--exit-code] [--get-url]\n"
11396"                     [--symref] [<repository> [<refs>...]]"
11397msgstr ""
11398
11399#: builtin/ls-remote.c:59
11400msgid "do not print remote URL"
11401msgstr ""
11402
11403#: builtin/ls-remote.c:60 builtin/ls-remote.c:62
11404msgid "exec"
11405msgstr ""
11406
11407#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
11408msgid "path of git-upload-pack on the remote host"
11409msgstr ""
11410
11411#: builtin/ls-remote.c:65
11412msgid "limit to tags"
11413msgstr ""
11414
11415#: builtin/ls-remote.c:66
11416msgid "limit to heads"
11417msgstr ""
11418
11419#: builtin/ls-remote.c:67
11420msgid "do not show peeled tags"
11421msgstr ""
11422
11423#: builtin/ls-remote.c:69
11424msgid "take url.<base>.insteadOf into account"
11425msgstr ""
11426
11427#: builtin/ls-remote.c:73
11428msgid "exit with exit code 2 if no matching refs are found"
11429msgstr ""
11430
11431#: builtin/ls-remote.c:76
11432msgid "show underlying ref in addition to the object pointed by it"
11433msgstr ""
11434
11435#: builtin/ls-tree.c:30
11436msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
11437msgstr ""
11438
11439#: builtin/ls-tree.c:128
11440msgid "only show trees"
11441msgstr ""
11442
11443#: builtin/ls-tree.c:130
11444msgid "recurse into subtrees"
11445msgstr ""
11446
11447#: builtin/ls-tree.c:132
11448msgid "show trees when recursing"
11449msgstr ""
11450
11451#: builtin/ls-tree.c:135
11452msgid "terminate entries with NUL byte"
11453msgstr ""
11454
11455#: builtin/ls-tree.c:136
11456msgid "include object size"
11457msgstr ""
11458
11459#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
11460msgid "list only filenames"
11461msgstr ""
11462
11463#: builtin/ls-tree.c:143
11464msgid "use full path names"
11465msgstr ""
11466
11467#: builtin/ls-tree.c:145
11468msgid "list entire tree; not just current directory (implies --full-name)"
11469msgstr ""
11470
11471#: builtin/mailsplit.c:241
11472#, c-format
11473msgid "empty mbox: '%s'"
11474msgstr ""
11475
11476#: builtin/merge.c:51
11477msgid "git merge [<options>] [<commit>...]"
11478msgstr ""
11479
11480#: builtin/merge.c:52
11481msgid "git merge --abort"
11482msgstr ""
11483
11484#: builtin/merge.c:53
11485msgid "git merge --continue"
11486msgstr ""
11487
11488#: builtin/merge.c:110
11489msgid "switch `m' requires a value"
11490msgstr ""
11491
11492#: builtin/merge.c:176
11493#, c-format
11494msgid "Could not find merge strategy '%s'.\n"
11495msgstr ""
11496
11497#: builtin/merge.c:177
11498#, c-format
11499msgid "Available strategies are:"
11500msgstr ""
11501
11502#: builtin/merge.c:182
11503#, c-format
11504msgid "Available custom strategies are:"
11505msgstr ""
11506
11507#: builtin/merge.c:232 builtin/pull.c:142
11508msgid "do not show a diffstat at the end of the merge"
11509msgstr ""
11510
11511#: builtin/merge.c:235 builtin/pull.c:145
11512msgid "show a diffstat at the end of the merge"
11513msgstr ""
11514
11515#: builtin/merge.c:236 builtin/pull.c:148
11516msgid "(synonym to --stat)"
11517msgstr ""
11518
11519#: builtin/merge.c:238 builtin/pull.c:151
11520msgid "add (at most <n>) entries from shortlog to merge commit message"
11521msgstr ""
11522
11523#: builtin/merge.c:241 builtin/pull.c:157
11524msgid "create a single commit instead of doing a merge"
11525msgstr ""
11526
11527#: builtin/merge.c:243 builtin/pull.c:160
11528msgid "perform a commit if the merge succeeds (default)"
11529msgstr ""
11530
11531#: builtin/merge.c:245 builtin/pull.c:163
11532msgid "edit message before committing"
11533msgstr ""
11534
11535#: builtin/merge.c:246
11536msgid "allow fast-forward (default)"
11537msgstr ""
11538
11539#: builtin/merge.c:248 builtin/pull.c:169
11540msgid "abort if fast-forward is not possible"
11541msgstr ""
11542
11543#: builtin/merge.c:252 builtin/pull.c:172
11544msgid "verify that the named commit has a valid GPG signature"
11545msgstr ""
11546
11547#: builtin/merge.c:253 builtin/notes.c:779 builtin/pull.c:176
11548#: builtin/revert.c:110
11549msgid "strategy"
11550msgstr ""
11551
11552#: builtin/merge.c:254 builtin/pull.c:177
11553msgid "merge strategy to use"
11554msgstr ""
11555
11556#: builtin/merge.c:255 builtin/pull.c:180
11557msgid "option=value"
11558msgstr ""
11559
11560#: builtin/merge.c:256 builtin/pull.c:181
11561msgid "option for selected merge strategy"
11562msgstr ""
11563
11564#: builtin/merge.c:258
11565msgid "merge commit message (for a non-fast-forward merge)"
11566msgstr ""
11567
11568#: builtin/merge.c:265
11569msgid "abort the current in-progress merge"
11570msgstr ""
11571
11572#: builtin/merge.c:267
11573msgid "continue the current in-progress merge"
11574msgstr ""
11575
11576#: builtin/merge.c:269 builtin/pull.c:188
11577msgid "allow merging unrelated histories"
11578msgstr ""
11579
11580#: builtin/merge.c:275
11581msgid "verify commit-msg hook"
11582msgstr ""
11583
11584#: builtin/merge.c:300
11585msgid "could not run stash."
11586msgstr ""
11587
11588#: builtin/merge.c:305
11589msgid "stash failed"
11590msgstr ""
11591
11592#: builtin/merge.c:310
11593#, c-format
11594msgid "not a valid object: %s"
11595msgstr ""
11596
11597#: builtin/merge.c:332 builtin/merge.c:349
11598msgid "read-tree failed"
11599msgstr ""
11600
11601#: builtin/merge.c:379
11602msgid " (nothing to squash)"
11603msgstr ""
11604
11605#: builtin/merge.c:390
11606#, c-format
11607msgid "Squash commit -- not updating HEAD\n"
11608msgstr ""
11609
11610#: builtin/merge.c:440
11611#, c-format
11612msgid "No merge message -- not updating HEAD\n"
11613msgstr ""
11614
11615#: builtin/merge.c:491
11616#, c-format
11617msgid "'%s' does not point to a commit"
11618msgstr ""
11619
11620#: builtin/merge.c:578
11621#, c-format
11622msgid "Bad branch.%s.mergeoptions string: %s"
11623msgstr ""
11624
11625#: builtin/merge.c:699
11626msgid "Not handling anything other than two heads merge."
11627msgstr ""
11628
11629#: builtin/merge.c:713
11630#, c-format
11631msgid "Unknown option for merge-recursive: -X%s"
11632msgstr ""
11633
11634#: builtin/merge.c:728
11635#, c-format
11636msgid "unable to write %s"
11637msgstr ""
11638
11639#: builtin/merge.c:779
11640#, c-format
11641msgid "Could not read from '%s'"
11642msgstr ""
11643
11644#: builtin/merge.c:788
11645#, c-format
11646msgid "Not committing merge; use 'git commit' to complete the merge.\n"
11647msgstr ""
11648
11649#: builtin/merge.c:794
11650#, c-format
11651msgid ""
11652"Please enter a commit message to explain why this merge is necessary,\n"
11653"especially if it merges an updated upstream into a topic branch.\n"
11654"\n"
11655"Lines starting with '%c' will be ignored, and an empty message aborts\n"
11656"the commit.\n"
11657msgstr ""
11658
11659#: builtin/merge.c:830
11660msgid "Empty commit message."
11661msgstr ""
11662
11663#: builtin/merge.c:849
11664#, c-format
11665msgid "Wonderful.\n"
11666msgstr ""
11667
11668#: builtin/merge.c:902
11669#, c-format
11670msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
11671msgstr ""
11672
11673#: builtin/merge.c:941
11674msgid "No current branch."
11675msgstr ""
11676
11677#: builtin/merge.c:943
11678msgid "No remote for the current branch."
11679msgstr ""
11680
11681#: builtin/merge.c:945
11682msgid "No default upstream defined for the current branch."
11683msgstr ""
11684
11685#: builtin/merge.c:950
11686#, c-format
11687msgid "No remote-tracking branch for %s from %s"
11688msgstr ""
11689
11690#: builtin/merge.c:1007
11691#, c-format
11692msgid "Bad value '%s' in environment '%s'"
11693msgstr ""
11694
11695#: builtin/merge.c:1110
11696#, c-format
11697msgid "not something we can merge in %s: %s"
11698msgstr ""
11699
11700#: builtin/merge.c:1144
11701msgid "not something we can merge"
11702msgstr ""
11703
11704#: builtin/merge.c:1247
11705msgid "--abort expects no arguments"
11706msgstr ""
11707
11708#: builtin/merge.c:1251
11709msgid "There is no merge to abort (MERGE_HEAD missing)."
11710msgstr ""
11711
11712#: builtin/merge.c:1263
11713msgid "--continue expects no arguments"
11714msgstr ""
11715
11716#: builtin/merge.c:1267
11717msgid "There is no merge in progress (MERGE_HEAD missing)."
11718msgstr ""
11719
11720#: builtin/merge.c:1283
11721msgid ""
11722"You have not concluded your merge (MERGE_HEAD exists).\n"
11723"Please, commit your changes before you merge."
11724msgstr ""
11725
11726#: builtin/merge.c:1290
11727msgid ""
11728"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
11729"Please, commit your changes before you merge."
11730msgstr ""
11731
11732#: builtin/merge.c:1293
11733msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
11734msgstr ""
11735
11736#: builtin/merge.c:1302
11737msgid "You cannot combine --squash with --no-ff."
11738msgstr ""
11739
11740#: builtin/merge.c:1310
11741msgid "No commit specified and merge.defaultToUpstream not set."
11742msgstr ""
11743
11744#: builtin/merge.c:1327
11745msgid "Squash commit into empty head not supported yet"
11746msgstr ""
11747
11748#: builtin/merge.c:1329
11749msgid "Non-fast-forward commit does not make sense into an empty head"
11750msgstr ""
11751
11752#: builtin/merge.c:1334
11753#, c-format
11754msgid "%s - not something we can merge"
11755msgstr ""
11756
11757#: builtin/merge.c:1336
11758msgid "Can merge only exactly one commit into empty head"
11759msgstr ""
11760
11761#: builtin/merge.c:1370
11762#, c-format
11763msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
11764msgstr ""
11765
11766#: builtin/merge.c:1373
11767#, c-format
11768msgid "Commit %s has a bad GPG signature allegedly by %s."
11769msgstr ""
11770
11771#: builtin/merge.c:1376
11772#, c-format
11773msgid "Commit %s does not have a GPG signature."
11774msgstr ""
11775
11776#: builtin/merge.c:1379
11777#, c-format
11778msgid "Commit %s has a good GPG signature by %s\n"
11779msgstr ""
11780
11781#: builtin/merge.c:1438
11782msgid "refusing to merge unrelated histories"
11783msgstr ""
11784
11785#: builtin/merge.c:1447
11786msgid "Already up to date."
11787msgstr ""
11788
11789#: builtin/merge.c:1457
11790#, c-format
11791msgid "Updating %s..%s\n"
11792msgstr ""
11793
11794#: builtin/merge.c:1498
11795#, c-format
11796msgid "Trying really trivial in-index merge...\n"
11797msgstr ""
11798
11799#: builtin/merge.c:1505
11800#, c-format
11801msgid "Nope.\n"
11802msgstr ""
11803
11804#: builtin/merge.c:1530
11805msgid "Already up to date. Yeeah!"
11806msgstr ""
11807
11808#: builtin/merge.c:1536
11809msgid "Not possible to fast-forward, aborting."
11810msgstr ""
11811
11812#: builtin/merge.c:1559 builtin/merge.c:1638
11813#, c-format
11814msgid "Rewinding the tree to pristine...\n"
11815msgstr ""
11816
11817#: builtin/merge.c:1563
11818#, c-format
11819msgid "Trying merge strategy %s...\n"
11820msgstr ""
11821
11822#: builtin/merge.c:1629
11823#, c-format
11824msgid "No merge strategy handled the merge.\n"
11825msgstr ""
11826
11827#: builtin/merge.c:1631
11828#, c-format
11829msgid "Merge with strategy %s failed.\n"
11830msgstr ""
11831
11832#: builtin/merge.c:1640
11833#, c-format
11834msgid "Using the %s to prepare resolving by hand.\n"
11835msgstr ""
11836
11837#: builtin/merge.c:1652
11838#, c-format
11839msgid "Automatic merge went well; stopped before committing as requested\n"
11840msgstr ""
11841
11842#: builtin/merge-base.c:31
11843msgid "git merge-base [-a | --all] <commit> <commit>..."
11844msgstr ""
11845
11846#: builtin/merge-base.c:32
11847msgid "git merge-base [-a | --all] --octopus <commit>..."
11848msgstr ""
11849
11850#: builtin/merge-base.c:33
11851msgid "git merge-base --independent <commit>..."
11852msgstr ""
11853
11854#: builtin/merge-base.c:34
11855msgid "git merge-base --is-ancestor <commit> <commit>"
11856msgstr ""
11857
11858#: builtin/merge-base.c:35
11859msgid "git merge-base --fork-point <ref> [<commit>]"
11860msgstr ""
11861
11862#: builtin/merge-base.c:221
11863msgid "output all common ancestors"
11864msgstr ""
11865
11866#: builtin/merge-base.c:223
11867msgid "find ancestors for a single n-way merge"
11868msgstr ""
11869
11870#: builtin/merge-base.c:225
11871msgid "list revs not reachable from others"
11872msgstr ""
11873
11874#: builtin/merge-base.c:227
11875msgid "is the first one ancestor of the other?"
11876msgstr ""
11877
11878#: builtin/merge-base.c:229
11879msgid "find where <commit> forked from reflog of <ref>"
11880msgstr ""
11881
11882#: builtin/merge-file.c:9
11883msgid ""
11884"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
11885"<orig-file> <file2>"
11886msgstr ""
11887
11888#: builtin/merge-file.c:33
11889msgid "send results to standard output"
11890msgstr ""
11891
11892#: builtin/merge-file.c:34
11893msgid "use a diff3 based merge"
11894msgstr ""
11895
11896#: builtin/merge-file.c:35
11897msgid "for conflicts, use our version"
11898msgstr ""
11899
11900#: builtin/merge-file.c:37
11901msgid "for conflicts, use their version"
11902msgstr ""
11903
11904#: builtin/merge-file.c:39
11905msgid "for conflicts, use a union version"
11906msgstr ""
11907
11908#: builtin/merge-file.c:42
11909msgid "for conflicts, use this marker size"
11910msgstr ""
11911
11912#: builtin/merge-file.c:43
11913msgid "do not warn about conflicts"
11914msgstr ""
11915
11916#: builtin/merge-file.c:45
11917msgid "set labels for file1/orig-file/file2"
11918msgstr ""
11919
11920#: builtin/merge-recursive.c:45
11921#, c-format
11922msgid "unknown option %s"
11923msgstr ""
11924
11925#: builtin/merge-recursive.c:51
11926#, c-format
11927msgid "could not parse object '%s'"
11928msgstr ""
11929
11930#: builtin/merge-recursive.c:55
11931#, c-format
11932msgid "cannot handle more than %d base. Ignoring %s."
11933msgid_plural "cannot handle more than %d bases. Ignoring %s."
11934msgstr[0] ""
11935msgstr[1] ""
11936
11937#: builtin/merge-recursive.c:63
11938msgid "not handling anything other than two heads merge."
11939msgstr ""
11940
11941#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
11942#, c-format
11943msgid "could not resolve ref '%s'"
11944msgstr ""
11945
11946#: builtin/merge-recursive.c:77
11947#, c-format
11948msgid "Merging %s with %s\n"
11949msgstr ""
11950
11951#: builtin/mktree.c:66
11952msgid "git mktree [-z] [--missing] [--batch]"
11953msgstr ""
11954
11955#: builtin/mktree.c:154
11956msgid "input is NUL terminated"
11957msgstr ""
11958
11959#: builtin/mktree.c:155 builtin/write-tree.c:25
11960msgid "allow missing objects"
11961msgstr ""
11962
11963#: builtin/mktree.c:156
11964msgid "allow creation of more than one tree"
11965msgstr ""
11966
11967#: builtin/mv.c:17
11968msgid "git mv [<options>] <source>... <destination>"
11969msgstr ""
11970
11971#: builtin/mv.c:82
11972#, c-format
11973msgid "Directory %s is in index and no submodule?"
11974msgstr ""
11975
11976#: builtin/mv.c:84
11977msgid "Please stage your changes to .gitmodules or stash them to proceed"
11978msgstr ""
11979
11980#: builtin/mv.c:102
11981#, c-format
11982msgid "%.*s is in index"
11983msgstr ""
11984
11985#: builtin/mv.c:124
11986msgid "force move/rename even if target exists"
11987msgstr ""
11988
11989#: builtin/mv.c:126
11990msgid "skip move/rename errors"
11991msgstr ""
11992
11993#: builtin/mv.c:168
11994#, c-format
11995msgid "destination '%s' is not a directory"
11996msgstr ""
11997
11998#: builtin/mv.c:179
11999#, c-format
12000msgid "Checking rename of '%s' to '%s'\n"
12001msgstr ""
12002
12003#: builtin/mv.c:183
12004msgid "bad source"
12005msgstr ""
12006
12007#: builtin/mv.c:186
12008msgid "can not move directory into itself"
12009msgstr ""
12010
12011#: builtin/mv.c:189
12012msgid "cannot move directory over file"
12013msgstr ""
12014
12015#: builtin/mv.c:198
12016msgid "source directory is empty"
12017msgstr ""
12018
12019#: builtin/mv.c:223
12020msgid "not under version control"
12021msgstr ""
12022
12023#: builtin/mv.c:226
12024msgid "destination exists"
12025msgstr ""
12026
12027#: builtin/mv.c:234
12028#, c-format
12029msgid "overwriting '%s'"
12030msgstr ""
12031
12032#: builtin/mv.c:237
12033msgid "Cannot overwrite"
12034msgstr ""
12035
12036#: builtin/mv.c:240
12037msgid "multiple sources for the same target"
12038msgstr ""
12039
12040#: builtin/mv.c:242
12041msgid "destination directory does not exist"
12042msgstr ""
12043
12044#: builtin/mv.c:249
12045#, c-format
12046msgid "%s, source=%s, destination=%s"
12047msgstr ""
12048
12049#: builtin/mv.c:270
12050#, c-format
12051msgid "Renaming %s to %s\n"
12052msgstr ""
12053
12054#: builtin/mv.c:276 builtin/remote.c:716 builtin/repack.c:494
12055#, c-format
12056msgid "renaming '%s' failed"
12057msgstr ""
12058
12059#: builtin/name-rev.c:355
12060msgid "git name-rev [<options>] <commit>..."
12061msgstr ""
12062
12063#: builtin/name-rev.c:356
12064msgid "git name-rev [<options>] --all"
12065msgstr ""
12066
12067#: builtin/name-rev.c:357
12068msgid "git name-rev [<options>] --stdin"
12069msgstr ""
12070
12071#: builtin/name-rev.c:413
12072msgid "print only names (no SHA-1)"
12073msgstr ""
12074
12075#: builtin/name-rev.c:414
12076msgid "only use tags to name the commits"
12077msgstr ""
12078
12079#: builtin/name-rev.c:416
12080msgid "only use refs matching <pattern>"
12081msgstr ""
12082
12083#: builtin/name-rev.c:418
12084msgid "ignore refs matching <pattern>"
12085msgstr ""
12086
12087#: builtin/name-rev.c:420
12088msgid "list all commits reachable from all refs"
12089msgstr ""
12090
12091#: builtin/name-rev.c:421
12092msgid "read from stdin"
12093msgstr ""
12094
12095#: builtin/name-rev.c:422
12096msgid "allow to print `undefined` names (default)"
12097msgstr ""
12098
12099#: builtin/name-rev.c:428
12100msgid "dereference tags in the input (internal use)"
12101msgstr ""
12102
12103#: builtin/notes.c:28
12104msgid "git notes [--ref <notes-ref>] [list [<object>]]"
12105msgstr ""
12106
12107#: builtin/notes.c:29
12108msgid ""
12109"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
12110"| (-c | -C) <object>] [<object>]"
12111msgstr ""
12112
12113#: builtin/notes.c:30
12114msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
12115msgstr ""
12116
12117#: builtin/notes.c:31
12118msgid ""
12119"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
12120"(-c | -C) <object>] [<object>]"
12121msgstr ""
12122
12123#: builtin/notes.c:32
12124msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
12125msgstr ""
12126
12127#: builtin/notes.c:33
12128msgid "git notes [--ref <notes-ref>] show [<object>]"
12129msgstr ""
12130
12131#: builtin/notes.c:34
12132msgid ""
12133"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
12134msgstr ""
12135
12136#: builtin/notes.c:35
12137msgid "git notes merge --commit [-v | -q]"
12138msgstr ""
12139
12140#: builtin/notes.c:36
12141msgid "git notes merge --abort [-v | -q]"
12142msgstr ""
12143
12144#: builtin/notes.c:37
12145msgid "git notes [--ref <notes-ref>] remove [<object>...]"
12146msgstr ""
12147
12148#: builtin/notes.c:38
12149msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
12150msgstr ""
12151
12152#: builtin/notes.c:39
12153msgid "git notes [--ref <notes-ref>] get-ref"
12154msgstr ""
12155
12156#: builtin/notes.c:44
12157msgid "git notes [list [<object>]]"
12158msgstr ""
12159
12160#: builtin/notes.c:49
12161msgid "git notes add [<options>] [<object>]"
12162msgstr ""
12163
12164#: builtin/notes.c:54
12165msgid "git notes copy [<options>] <from-object> <to-object>"
12166msgstr ""
12167
12168#: builtin/notes.c:55
12169msgid "git notes copy --stdin [<from-object> <to-object>]..."
12170msgstr ""
12171
12172#: builtin/notes.c:60
12173msgid "git notes append [<options>] [<object>]"
12174msgstr ""
12175
12176#: builtin/notes.c:65
12177msgid "git notes edit [<object>]"
12178msgstr ""
12179
12180#: builtin/notes.c:70
12181msgid "git notes show [<object>]"
12182msgstr ""
12183
12184#: builtin/notes.c:75
12185msgid "git notes merge [<options>] <notes-ref>"
12186msgstr ""
12187
12188#: builtin/notes.c:76
12189msgid "git notes merge --commit [<options>]"
12190msgstr ""
12191
12192#: builtin/notes.c:77
12193msgid "git notes merge --abort [<options>]"
12194msgstr ""
12195
12196#: builtin/notes.c:82
12197msgid "git notes remove [<object>]"
12198msgstr ""
12199
12200#: builtin/notes.c:87
12201msgid "git notes prune [<options>]"
12202msgstr ""
12203
12204#: builtin/notes.c:92
12205msgid "git notes get-ref"
12206msgstr ""
12207
12208#: builtin/notes.c:97
12209msgid "Write/edit the notes for the following object:"
12210msgstr ""
12211
12212#: builtin/notes.c:150
12213#, c-format
12214msgid "unable to start 'show' for object '%s'"
12215msgstr ""
12216
12217#: builtin/notes.c:154
12218msgid "could not read 'show' output"
12219msgstr ""
12220
12221#: builtin/notes.c:162
12222#, c-format
12223msgid "failed to finish 'show' for object '%s'"
12224msgstr ""
12225
12226#: builtin/notes.c:197
12227msgid "please supply the note contents using either -m or -F option"
12228msgstr ""
12229
12230#: builtin/notes.c:206
12231msgid "unable to write note object"
12232msgstr ""
12233
12234#: builtin/notes.c:208
12235#, c-format
12236msgid "the note contents have been left in %s"
12237msgstr ""
12238
12239#: builtin/notes.c:236 builtin/tag.c:508
12240#, c-format
12241msgid "cannot read '%s'"
12242msgstr ""
12243
12244#: builtin/notes.c:238 builtin/tag.c:511
12245#, c-format
12246msgid "could not open or read '%s'"
12247msgstr ""
12248
12249#: builtin/notes.c:257 builtin/notes.c:308 builtin/notes.c:310
12250#: builtin/notes.c:378 builtin/notes.c:433 builtin/notes.c:519
12251#: builtin/notes.c:524 builtin/notes.c:602 builtin/notes.c:664
12252#, c-format
12253msgid "failed to resolve '%s' as a valid ref."
12254msgstr ""
12255
12256#: builtin/notes.c:260
12257#, c-format
12258msgid "failed to read object '%s'."
12259msgstr ""
12260
12261#: builtin/notes.c:264
12262#, c-format
12263msgid "cannot read note data from non-blob object '%s'."
12264msgstr ""
12265
12266#: builtin/notes.c:304
12267#, c-format
12268msgid "malformed input line: '%s'."
12269msgstr ""
12270
12271#: builtin/notes.c:319
12272#, c-format
12273msgid "failed to copy notes from '%s' to '%s'"
12274msgstr ""
12275
12276#. TRANSLATORS: the first %s will be replaced by a git
12277#. notes command: 'add', 'merge', 'remove', etc.
12278#.
12279#: builtin/notes.c:351
12280#, c-format
12281msgid "refusing to %s notes in %s (outside of refs/notes/)"
12282msgstr ""
12283
12284#: builtin/notes.c:371 builtin/notes.c:426 builtin/notes.c:502
12285#: builtin/notes.c:514 builtin/notes.c:590 builtin/notes.c:657
12286#: builtin/notes.c:807 builtin/notes.c:954 builtin/notes.c:975
12287msgid "too many parameters"
12288msgstr ""
12289
12290#: builtin/notes.c:384 builtin/notes.c:670
12291#, c-format
12292msgid "no note found for object %s."
12293msgstr ""
12294
12295#: builtin/notes.c:405 builtin/notes.c:568
12296msgid "note contents as a string"
12297msgstr ""
12298
12299#: builtin/notes.c:408 builtin/notes.c:571
12300msgid "note contents in a file"
12301msgstr ""
12302
12303#: builtin/notes.c:411 builtin/notes.c:574
12304msgid "reuse and edit specified note object"
12305msgstr ""
12306
12307#: builtin/notes.c:414 builtin/notes.c:577
12308msgid "reuse specified note object"
12309msgstr ""
12310
12311#: builtin/notes.c:417 builtin/notes.c:580
12312msgid "allow storing empty note"
12313msgstr ""
12314
12315#: builtin/notes.c:418 builtin/notes.c:489
12316msgid "replace existing notes"
12317msgstr ""
12318
12319#: builtin/notes.c:443
12320#, c-format
12321msgid ""
12322"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
12323"existing notes"
12324msgstr ""
12325
12326#: builtin/notes.c:458 builtin/notes.c:537
12327#, c-format
12328msgid "Overwriting existing notes for object %s\n"
12329msgstr ""
12330
12331#: builtin/notes.c:469 builtin/notes.c:629 builtin/notes.c:894
12332#, c-format
12333msgid "Removing note for object %s\n"
12334msgstr ""
12335
12336#: builtin/notes.c:490
12337msgid "read objects from stdin"
12338msgstr ""
12339
12340#: builtin/notes.c:492
12341msgid "load rewriting config for <command> (implies --stdin)"
12342msgstr ""
12343
12344#: builtin/notes.c:510
12345msgid "too few parameters"
12346msgstr ""
12347
12348#: builtin/notes.c:531
12349#, c-format
12350msgid ""
12351"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
12352"existing notes"
12353msgstr ""
12354
12355#: builtin/notes.c:543
12356#, c-format
12357msgid "missing notes on source object %s. Cannot copy."
12358msgstr ""
12359
12360#: builtin/notes.c:595
12361#, c-format
12362msgid ""
12363"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
12364"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
12365msgstr ""
12366
12367#: builtin/notes.c:690
12368msgid "failed to delete ref NOTES_MERGE_PARTIAL"
12369msgstr ""
12370
12371#: builtin/notes.c:692
12372msgid "failed to delete ref NOTES_MERGE_REF"
12373msgstr ""
12374
12375#: builtin/notes.c:694
12376msgid "failed to remove 'git notes merge' worktree"
12377msgstr ""
12378
12379#: builtin/notes.c:714
12380msgid "failed to read ref NOTES_MERGE_PARTIAL"
12381msgstr ""
12382
12383#: builtin/notes.c:716
12384msgid "could not find commit from NOTES_MERGE_PARTIAL."
12385msgstr ""
12386
12387#: builtin/notes.c:718
12388msgid "could not parse commit from NOTES_MERGE_PARTIAL."
12389msgstr ""
12390
12391#: builtin/notes.c:731
12392msgid "failed to resolve NOTES_MERGE_REF"
12393msgstr ""
12394
12395#: builtin/notes.c:734
12396msgid "failed to finalize notes merge"
12397msgstr ""
12398
12399#: builtin/notes.c:760
12400#, c-format
12401msgid "unknown notes merge strategy %s"
12402msgstr ""
12403
12404#: builtin/notes.c:776
12405msgid "General options"
12406msgstr ""
12407
12408#: builtin/notes.c:778
12409msgid "Merge options"
12410msgstr ""
12411
12412#: builtin/notes.c:780
12413msgid ""
12414"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
12415"cat_sort_uniq)"
12416msgstr ""
12417
12418#: builtin/notes.c:782
12419msgid "Committing unmerged notes"
12420msgstr ""
12421
12422#: builtin/notes.c:784
12423msgid "finalize notes merge by committing unmerged notes"
12424msgstr ""
12425
12426#: builtin/notes.c:786
12427msgid "Aborting notes merge resolution"
12428msgstr ""
12429
12430#: builtin/notes.c:788
12431msgid "abort notes merge"
12432msgstr ""
12433
12434#: builtin/notes.c:799
12435msgid "cannot mix --commit, --abort or -s/--strategy"
12436msgstr ""
12437
12438#: builtin/notes.c:804
12439msgid "must specify a notes ref to merge"
12440msgstr ""
12441
12442#: builtin/notes.c:828
12443#, c-format
12444msgid "unknown -s/--strategy: %s"
12445msgstr ""
12446
12447#: builtin/notes.c:865
12448#, c-format
12449msgid "a notes merge into %s is already in-progress at %s"
12450msgstr ""
12451
12452#: builtin/notes.c:868
12453#, c-format
12454msgid "failed to store link to current notes ref (%s)"
12455msgstr ""
12456
12457#: builtin/notes.c:870
12458#, c-format
12459msgid ""
12460"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
12461"'git notes merge --commit', or abort the merge with 'git notes merge --"
12462"abort'.\n"
12463msgstr ""
12464
12465#: builtin/notes.c:892
12466#, c-format
12467msgid "Object %s has no note\n"
12468msgstr ""
12469
12470#: builtin/notes.c:904
12471msgid "attempt to remove non-existent note is not an error"
12472msgstr ""
12473
12474#: builtin/notes.c:907
12475msgid "read object names from the standard input"
12476msgstr ""
12477
12478#: builtin/notes.c:945 builtin/prune.c:108 builtin/worktree.c:151
12479msgid "do not remove, show only"
12480msgstr ""
12481
12482#: builtin/notes.c:946
12483msgid "report pruned notes"
12484msgstr ""
12485
12486#: builtin/notes.c:988
12487msgid "notes-ref"
12488msgstr ""
12489
12490#: builtin/notes.c:989
12491msgid "use notes from <notes-ref>"
12492msgstr ""
12493
12494#: builtin/notes.c:1024
12495#, c-format
12496msgid "unknown subcommand: %s"
12497msgstr ""
12498
12499#: builtin/pack-objects.c:48
12500msgid ""
12501"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
12502msgstr ""
12503
12504#: builtin/pack-objects.c:49
12505msgid ""
12506"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
12507msgstr ""
12508
12509#: builtin/pack-objects.c:414
12510#, c-format
12511msgid "bad packed object CRC for %s"
12512msgstr ""
12513
12514#: builtin/pack-objects.c:425
12515#, c-format
12516msgid "corrupt packed object for %s"
12517msgstr ""
12518
12519#: builtin/pack-objects.c:556
12520#, c-format
12521msgid "recursive delta detected for object %s"
12522msgstr ""
12523
12524#: builtin/pack-objects.c:756
12525#, c-format
12526msgid "ordered %u objects, expected %<PRIu32>"
12527msgstr ""
12528
12529#: builtin/pack-objects.c:769
12530#, c-format
12531msgid "packfile is invalid: %s"
12532msgstr ""
12533
12534#: builtin/pack-objects.c:773
12535#, c-format
12536msgid "unable to open packfile for reuse: %s"
12537msgstr ""
12538
12539#: builtin/pack-objects.c:777
12540msgid "unable to seek in reused packfile"
12541msgstr ""
12542
12543#: builtin/pack-objects.c:788
12544msgid "unable to read from reused packfile"
12545msgstr ""
12546
12547#: builtin/pack-objects.c:816
12548msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
12549msgstr ""
12550
12551#: builtin/pack-objects.c:829
12552msgid "Writing objects"
12553msgstr ""
12554
12555#: builtin/pack-objects.c:891 builtin/update-index.c:88
12556#, c-format
12557msgid "failed to stat %s"
12558msgstr ""
12559
12560#: builtin/pack-objects.c:944
12561#, c-format
12562msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
12563msgstr ""
12564
12565#: builtin/pack-objects.c:1112
12566msgid "disabling bitmap writing, as some objects are not being packed"
12567msgstr ""
12568
12569#: builtin/pack-objects.c:1489
12570#, c-format
12571msgid "delta base offset overflow in pack for %s"
12572msgstr ""
12573
12574#: builtin/pack-objects.c:1498
12575#, c-format
12576msgid "delta base offset out of bound for %s"
12577msgstr ""
12578
12579#: builtin/pack-objects.c:1771
12580msgid "Counting objects"
12581msgstr ""
12582
12583#: builtin/pack-objects.c:1913
12584#, c-format
12585msgid "unable to get size of %s"
12586msgstr ""
12587
12588#: builtin/pack-objects.c:1928
12589#, c-format
12590msgid "unable to parse object header of %s"
12591msgstr ""
12592
12593#: builtin/pack-objects.c:1995 builtin/pack-objects.c:2011
12594#: builtin/pack-objects.c:2021
12595#, c-format
12596msgid "object %s cannot be read"
12597msgstr ""
12598
12599#: builtin/pack-objects.c:1998 builtin/pack-objects.c:2025
12600#, c-format
12601msgid "object %s inconsistent object length (%lu vs %lu)"
12602msgstr ""
12603
12604#: builtin/pack-objects.c:2035
12605msgid "suboptimal pack - out of memory"
12606msgstr ""
12607
12608#: builtin/pack-objects.c:2369
12609#, c-format
12610msgid "Delta compression using up to %d threads"
12611msgstr ""
12612
12613#: builtin/pack-objects.c:2505
12614#, c-format
12615msgid "unable to pack objects reachable from tag %s"
12616msgstr ""
12617
12618#: builtin/pack-objects.c:2589
12619msgid "Compressing objects"
12620msgstr ""
12621
12622#: builtin/pack-objects.c:2595
12623msgid "inconsistency with delta count"
12624msgstr ""
12625
12626#: builtin/pack-objects.c:2674
12627#, c-format
12628msgid ""
12629"expected edge object ID, got garbage:\n"
12630" %s"
12631msgstr ""
12632
12633#: builtin/pack-objects.c:2680
12634#, c-format
12635msgid ""
12636"expected object ID, got garbage:\n"
12637" %s"
12638msgstr ""
12639
12640#: builtin/pack-objects.c:2760
12641msgid "invalid value for --missing"
12642msgstr ""
12643
12644#: builtin/pack-objects.c:2819 builtin/pack-objects.c:2927
12645msgid "cannot open pack index"
12646msgstr ""
12647
12648#: builtin/pack-objects.c:2850
12649#, c-format
12650msgid "loose object at %s could not be examined"
12651msgstr ""
12652
12653#: builtin/pack-objects.c:2935
12654msgid "unable to force loose object"
12655msgstr ""
12656
12657#: builtin/pack-objects.c:3022
12658#, c-format
12659msgid "not a rev '%s'"
12660msgstr ""
12661
12662#: builtin/pack-objects.c:3025
12663#, c-format
12664msgid "bad revision '%s'"
12665msgstr ""
12666
12667#: builtin/pack-objects.c:3045
12668msgid "unable to add recent objects"
12669msgstr ""
12670
12671#: builtin/pack-objects.c:3095
12672#, c-format
12673msgid "unsupported index version %s"
12674msgstr ""
12675
12676#: builtin/pack-objects.c:3099
12677#, c-format
12678msgid "bad index version '%s'"
12679msgstr ""
12680
12681#: builtin/pack-objects.c:3130
12682msgid "do not show progress meter"
12683msgstr ""
12684
12685#: builtin/pack-objects.c:3132
12686msgid "show progress meter"
12687msgstr ""
12688
12689#: builtin/pack-objects.c:3134
12690msgid "show progress meter during object writing phase"
12691msgstr ""
12692
12693#: builtin/pack-objects.c:3137
12694msgid "similar to --all-progress when progress meter is shown"
12695msgstr ""
12696
12697#: builtin/pack-objects.c:3138
12698msgid "<version>[,<offset>]"
12699msgstr ""
12700
12701#: builtin/pack-objects.c:3139
12702msgid "write the pack index file in the specified idx format version"
12703msgstr ""
12704
12705#: builtin/pack-objects.c:3142
12706msgid "maximum size of each output pack file"
12707msgstr ""
12708
12709#: builtin/pack-objects.c:3144
12710msgid "ignore borrowed objects from alternate object store"
12711msgstr ""
12712
12713#: builtin/pack-objects.c:3146
12714msgid "ignore packed objects"
12715msgstr ""
12716
12717#: builtin/pack-objects.c:3148
12718msgid "limit pack window by objects"
12719msgstr ""
12720
12721#: builtin/pack-objects.c:3150
12722msgid "limit pack window by memory in addition to object limit"
12723msgstr ""
12724
12725#: builtin/pack-objects.c:3152
12726msgid "maximum length of delta chain allowed in the resulting pack"
12727msgstr ""
12728
12729#: builtin/pack-objects.c:3154
12730msgid "reuse existing deltas"
12731msgstr ""
12732
12733#: builtin/pack-objects.c:3156
12734msgid "reuse existing objects"
12735msgstr ""
12736
12737#: builtin/pack-objects.c:3158
12738msgid "use OFS_DELTA objects"
12739msgstr ""
12740
12741#: builtin/pack-objects.c:3160
12742msgid "use threads when searching for best delta matches"
12743msgstr ""
12744
12745#: builtin/pack-objects.c:3162
12746msgid "do not create an empty pack output"
12747msgstr ""
12748
12749#: builtin/pack-objects.c:3164
12750msgid "read revision arguments from standard input"
12751msgstr ""
12752
12753#: builtin/pack-objects.c:3166
12754msgid "limit the objects to those that are not yet packed"
12755msgstr ""
12756
12757#: builtin/pack-objects.c:3169
12758msgid "include objects reachable from any reference"
12759msgstr ""
12760
12761#: builtin/pack-objects.c:3172
12762msgid "include objects referred by reflog entries"
12763msgstr ""
12764
12765#: builtin/pack-objects.c:3175
12766msgid "include objects referred to by the index"
12767msgstr ""
12768
12769#: builtin/pack-objects.c:3178
12770msgid "output pack to stdout"
12771msgstr ""
12772
12773#: builtin/pack-objects.c:3180
12774msgid "include tag objects that refer to objects to be packed"
12775msgstr ""
12776
12777#: builtin/pack-objects.c:3182
12778msgid "keep unreachable objects"
12779msgstr ""
12780
12781#: builtin/pack-objects.c:3184
12782msgid "pack loose unreachable objects"
12783msgstr ""
12784
12785#: builtin/pack-objects.c:3186
12786msgid "unpack unreachable objects newer than <time>"
12787msgstr ""
12788
12789#: builtin/pack-objects.c:3189
12790msgid "create thin packs"
12791msgstr ""
12792
12793#: builtin/pack-objects.c:3191
12794msgid "create packs suitable for shallow fetches"
12795msgstr ""
12796
12797#: builtin/pack-objects.c:3193
12798msgid "ignore packs that have companion .keep file"
12799msgstr ""
12800
12801#: builtin/pack-objects.c:3195
12802msgid "ignore this pack"
12803msgstr ""
12804
12805#: builtin/pack-objects.c:3197
12806msgid "pack compression level"
12807msgstr ""
12808
12809#: builtin/pack-objects.c:3199
12810msgid "do not hide commits by grafts"
12811msgstr ""
12812
12813#: builtin/pack-objects.c:3201
12814msgid "use a bitmap index if available to speed up counting objects"
12815msgstr ""
12816
12817#: builtin/pack-objects.c:3203
12818msgid "write a bitmap index together with the pack index"
12819msgstr ""
12820
12821#: builtin/pack-objects.c:3206
12822msgid "handling for missing objects"
12823msgstr ""
12824
12825#: builtin/pack-objects.c:3209
12826msgid "do not pack objects in promisor packfiles"
12827msgstr ""
12828
12829#: builtin/pack-objects.c:3233
12830#, c-format
12831msgid "delta chain depth %d is too deep, forcing %d"
12832msgstr ""
12833
12834#: builtin/pack-objects.c:3238
12835#, c-format
12836msgid "pack.deltaCacheLimit is too high, forcing %d"
12837msgstr ""
12838
12839#: builtin/pack-objects.c:3294
12840msgid "--max-pack-size cannot be used to build a pack for transfer"
12841msgstr ""
12842
12843#: builtin/pack-objects.c:3296
12844msgid "minimum pack size limit is 1 MiB"
12845msgstr ""
12846
12847#: builtin/pack-objects.c:3301
12848msgid "--thin cannot be used to build an indexable pack"
12849msgstr ""
12850
12851#: builtin/pack-objects.c:3304
12852msgid "--keep-unreachable and --unpack-unreachable are incompatible"
12853msgstr ""
12854
12855#: builtin/pack-objects.c:3310
12856msgid "cannot use --filter without --stdout"
12857msgstr ""
12858
12859#: builtin/pack-objects.c:3366
12860msgid "Enumerating objects"
12861msgstr ""
12862
12863#: builtin/pack-objects.c:3385
12864#, c-format
12865msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
12866msgstr ""
12867
12868#: builtin/pack-refs.c:7
12869msgid "git pack-refs [<options>]"
12870msgstr ""
12871
12872#: builtin/pack-refs.c:15
12873msgid "pack everything"
12874msgstr ""
12875
12876#: builtin/pack-refs.c:16
12877msgid "prune loose refs (default)"
12878msgstr ""
12879
12880#: builtin/prune-packed.c:9
12881msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
12882msgstr ""
12883
12884#: builtin/prune-packed.c:42
12885msgid "Removing duplicate objects"
12886msgstr ""
12887
12888#: builtin/prune.c:12
12889msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
12890msgstr ""
12891
12892#: builtin/prune.c:109
12893msgid "report pruned objects"
12894msgstr ""
12895
12896#: builtin/prune.c:112
12897msgid "expire objects older than <time>"
12898msgstr ""
12899
12900#: builtin/prune.c:114
12901msgid "limit traversal to objects outside promisor packfiles"
12902msgstr ""
12903
12904#: builtin/prune.c:128
12905msgid "cannot prune in a precious-objects repo"
12906msgstr ""
12907
12908#: builtin/pull.c:59 builtin/pull.c:61
12909#, c-format
12910msgid "Invalid value for %s: %s"
12911msgstr ""
12912
12913#: builtin/pull.c:81
12914msgid "git pull [<options>] [<repository> [<refspec>...]]"
12915msgstr ""
12916
12917#: builtin/pull.c:132
12918msgid "control for recursive fetching of submodules"
12919msgstr ""
12920
12921#: builtin/pull.c:136
12922msgid "Options related to merging"
12923msgstr ""
12924
12925#: builtin/pull.c:139
12926msgid "incorporate changes by rebasing rather than merging"
12927msgstr ""
12928
12929#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:122
12930msgid "allow fast-forward"
12931msgstr ""
12932
12933#: builtin/pull.c:175
12934msgid "automatically stash/stash pop before and after rebase"
12935msgstr ""
12936
12937#: builtin/pull.c:191
12938msgid "Options related to fetching"
12939msgstr ""
12940
12941#: builtin/pull.c:209
12942msgid "number of submodules pulled in parallel"
12943msgstr ""
12944
12945#: builtin/pull.c:304
12946#, c-format
12947msgid "Invalid value for pull.ff: %s"
12948msgstr ""
12949
12950#: builtin/pull.c:420
12951msgid ""
12952"There is no candidate for rebasing against among the refs that you just "
12953"fetched."
12954msgstr ""
12955
12956#: builtin/pull.c:422
12957msgid ""
12958"There are no candidates for merging among the refs that you just fetched."
12959msgstr ""
12960
12961#: builtin/pull.c:423
12962msgid ""
12963"Generally this means that you provided a wildcard refspec which had no\n"
12964"matches on the remote end."
12965msgstr ""
12966
12967#: builtin/pull.c:426
12968#, c-format
12969msgid ""
12970"You asked to pull from the remote '%s', but did not specify\n"
12971"a branch. Because this is not the default configured remote\n"
12972"for your current branch, you must specify a branch on the command line."
12973msgstr ""
12974
12975#: builtin/pull.c:431 git-parse-remote.sh:73
12976msgid "You are not currently on a branch."
12977msgstr ""
12978
12979#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
12980msgid "Please specify which branch you want to rebase against."
12981msgstr ""
12982
12983#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
12984msgid "Please specify which branch you want to merge with."
12985msgstr ""
12986
12987#: builtin/pull.c:436 builtin/pull.c:451
12988msgid "See git-pull(1) for details."
12989msgstr ""
12990
12991#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
12992#: git-parse-remote.sh:64
12993msgid "<remote>"
12994msgstr ""
12995
12996#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:576
12997#: git-parse-remote.sh:65
12998msgid "<branch>"
12999msgstr ""
13000
13001#: builtin/pull.c:446 git-parse-remote.sh:75
13002msgid "There is no tracking information for the current branch."
13003msgstr ""
13004
13005#: builtin/pull.c:455 git-parse-remote.sh:95
13006msgid ""
13007"If you wish to set tracking information for this branch you can do so with:"
13008msgstr ""
13009
13010#: builtin/pull.c:460
13011#, c-format
13012msgid ""
13013"Your configuration specifies to merge with the ref '%s'\n"
13014"from the remote, but no such ref was fetched."
13015msgstr ""
13016
13017#: builtin/pull.c:829
13018msgid "ignoring --verify-signatures for rebase"
13019msgstr ""
13020
13021#: builtin/pull.c:877
13022msgid "--[no-]autostash option is only valid with --rebase."
13023msgstr ""
13024
13025#: builtin/pull.c:885
13026msgid "Updating an unborn branch with changes added to the index."
13027msgstr ""
13028
13029#: builtin/pull.c:888
13030msgid "pull with rebase"
13031msgstr ""
13032
13033#: builtin/pull.c:889
13034msgid "please commit or stash them."
13035msgstr ""
13036
13037#: builtin/pull.c:914
13038#, c-format
13039msgid ""
13040"fetch updated the current branch head.\n"
13041"fast-forwarding your working tree from\n"
13042"commit %s."
13043msgstr ""
13044
13045#: builtin/pull.c:919
13046#, c-format
13047msgid ""
13048"Cannot fast-forward your working tree.\n"
13049"After making sure that you saved anything precious from\n"
13050"$ git diff %s\n"
13051"output, run\n"
13052"$ git reset --hard\n"
13053"to recover."
13054msgstr ""
13055
13056#: builtin/pull.c:934
13057msgid "Cannot merge multiple branches into empty head."
13058msgstr ""
13059
13060#: builtin/pull.c:938
13061msgid "Cannot rebase onto multiple branches."
13062msgstr ""
13063
13064#: builtin/pull.c:945
13065msgid "cannot rebase with locally recorded submodule modifications"
13066msgstr ""
13067
13068#: builtin/push.c:19
13069msgid "git push [<options>] [<repository> [<refspec>...]]"
13070msgstr ""
13071
13072#: builtin/push.c:111
13073msgid "tag shorthand without <tag>"
13074msgstr ""
13075
13076#: builtin/push.c:121
13077msgid "--delete only accepts plain target ref names"
13078msgstr ""
13079
13080#: builtin/push.c:165
13081msgid ""
13082"\n"
13083"To choose either option permanently, see push.default in 'git help config'."
13084msgstr ""
13085
13086#: builtin/push.c:168
13087#, c-format
13088msgid ""
13089"The upstream branch of your current branch does not match\n"
13090"the name of your current branch.  To push to the upstream branch\n"
13091"on the remote, use\n"
13092"\n"
13093"    git push %s HEAD:%s\n"
13094"\n"
13095"To push to the branch of the same name on the remote, use\n"
13096"\n"
13097"    git push %s %s\n"
13098"%s"
13099msgstr ""
13100
13101#: builtin/push.c:183
13102#, c-format
13103msgid ""
13104"You are not currently on a branch.\n"
13105"To push the history leading to the current (detached HEAD)\n"
13106"state now, use\n"
13107"\n"
13108"    git push %s HEAD:<name-of-remote-branch>\n"
13109msgstr ""
13110
13111#: builtin/push.c:197
13112#, c-format
13113msgid ""
13114"The current branch %s has no upstream branch.\n"
13115"To push the current branch and set the remote as upstream, use\n"
13116"\n"
13117"    git push --set-upstream %s %s\n"
13118msgstr ""
13119
13120#: builtin/push.c:205
13121#, c-format
13122msgid "The current branch %s has multiple upstream branches, refusing to push."
13123msgstr ""
13124
13125#: builtin/push.c:208
13126#, c-format
13127msgid ""
13128"You are pushing to remote '%s', which is not the upstream of\n"
13129"your current branch '%s', without telling me what to push\n"
13130"to update which remote branch."
13131msgstr ""
13132
13133#: builtin/push.c:267
13134msgid ""
13135"You didn't specify any refspecs to push, and push.default is \"nothing\"."
13136msgstr ""
13137
13138#: builtin/push.c:274
13139msgid ""
13140"Updates were rejected because the tip of your current branch is behind\n"
13141"its remote counterpart. Integrate the remote changes (e.g.\n"
13142"'git pull ...') before pushing again.\n"
13143"See the 'Note about fast-forwards' in 'git push --help' for details."
13144msgstr ""
13145
13146#: builtin/push.c:280
13147msgid ""
13148"Updates were rejected because a pushed branch tip is behind its remote\n"
13149"counterpart. Check out this branch and integrate the remote changes\n"
13150"(e.g. 'git pull ...') before pushing again.\n"
13151"See the 'Note about fast-forwards' in 'git push --help' for details."
13152msgstr ""
13153
13154#: builtin/push.c:286
13155msgid ""
13156"Updates were rejected because the remote contains work that you do\n"
13157"not have locally. This is usually caused by another repository pushing\n"
13158"to the same ref. You may want to first integrate the remote changes\n"
13159"(e.g., 'git pull ...') before pushing again.\n"
13160"See the 'Note about fast-forwards' in 'git push --help' for details."
13161msgstr ""
13162
13163#: builtin/push.c:293
13164msgid "Updates were rejected because the tag already exists in the remote."
13165msgstr ""
13166
13167#: builtin/push.c:296
13168msgid ""
13169"You cannot update a remote ref that points at a non-commit object,\n"
13170"or update a remote ref to make it point at a non-commit object,\n"
13171"without using the '--force' option.\n"
13172msgstr ""
13173
13174#: builtin/push.c:357
13175#, c-format
13176msgid "Pushing to %s\n"
13177msgstr ""
13178
13179#: builtin/push.c:361
13180#, c-format
13181msgid "failed to push some refs to '%s'"
13182msgstr ""
13183
13184#: builtin/push.c:395
13185#, c-format
13186msgid "bad repository '%s'"
13187msgstr ""
13188
13189#: builtin/push.c:396
13190msgid ""
13191"No configured push destination.\n"
13192"Either specify the URL from the command-line or configure a remote "
13193"repository using\n"
13194"\n"
13195"    git remote add <name> <url>\n"
13196"\n"
13197"and then push using the remote name\n"
13198"\n"
13199"    git push <name>\n"
13200msgstr ""
13201
13202#: builtin/push.c:551
13203msgid "repository"
13204msgstr ""
13205
13206#: builtin/push.c:552 builtin/send-pack.c:164
13207msgid "push all refs"
13208msgstr ""
13209
13210#: builtin/push.c:553 builtin/send-pack.c:166
13211msgid "mirror all refs"
13212msgstr ""
13213
13214#: builtin/push.c:555
13215msgid "delete refs"
13216msgstr ""
13217
13218#: builtin/push.c:556
13219msgid "push tags (can't be used with --all or --mirror)"
13220msgstr ""
13221
13222#: builtin/push.c:559 builtin/send-pack.c:167
13223msgid "force updates"
13224msgstr ""
13225
13226#: builtin/push.c:561 builtin/send-pack.c:181
13227msgid "<refname>:<expect>"
13228msgstr ""
13229
13230#: builtin/push.c:562 builtin/send-pack.c:182
13231msgid "require old value of ref to be at this value"
13232msgstr ""
13233
13234#: builtin/push.c:565
13235msgid "control recursive pushing of submodules"
13236msgstr ""
13237
13238#: builtin/push.c:567 builtin/send-pack.c:175
13239msgid "use thin pack"
13240msgstr ""
13241
13242#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
13243#: builtin/send-pack.c:162
13244msgid "receive pack program"
13245msgstr ""
13246
13247#: builtin/push.c:570
13248msgid "set upstream for git pull/status"
13249msgstr ""
13250
13251#: builtin/push.c:573
13252msgid "prune locally removed refs"
13253msgstr ""
13254
13255#: builtin/push.c:575
13256msgid "bypass pre-push hook"
13257msgstr ""
13258
13259#: builtin/push.c:576
13260msgid "push missing but relevant tags"
13261msgstr ""
13262
13263#: builtin/push.c:579 builtin/send-pack.c:169
13264msgid "GPG sign the push"
13265msgstr ""
13266
13267#: builtin/push.c:581 builtin/send-pack.c:176
13268msgid "request atomic transaction on remote side"
13269msgstr ""
13270
13271#: builtin/push.c:599
13272msgid "--delete is incompatible with --all, --mirror and --tags"
13273msgstr ""
13274
13275#: builtin/push.c:601
13276msgid "--delete doesn't make sense without any refs"
13277msgstr ""
13278
13279#: builtin/push.c:604
13280msgid "--all and --tags are incompatible"
13281msgstr ""
13282
13283#: builtin/push.c:606
13284msgid "--all can't be combined with refspecs"
13285msgstr ""
13286
13287#: builtin/push.c:610
13288msgid "--mirror and --tags are incompatible"
13289msgstr ""
13290
13291#: builtin/push.c:612
13292msgid "--mirror can't be combined with refspecs"
13293msgstr ""
13294
13295#: builtin/push.c:615
13296msgid "--all and --mirror are incompatible"
13297msgstr ""
13298
13299#: builtin/push.c:634
13300msgid "push options must not have new line characters"
13301msgstr ""
13302
13303#: builtin/range-diff.c:8
13304msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
13305msgstr ""
13306
13307#: builtin/range-diff.c:9
13308msgid "git range-diff [<options>] <old-tip>...<new-tip>"
13309msgstr ""
13310
13311#: builtin/range-diff.c:10
13312msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
13313msgstr ""
13314
13315#: builtin/range-diff.c:26
13316msgid "Percentage by which creation is weighted"
13317msgstr ""
13318
13319#: builtin/range-diff.c:28
13320msgid "color both diff and diff-between-diffs"
13321msgstr ""
13322
13323#: builtin/range-diff.c:75 builtin/range-diff.c:79
13324#, c-format
13325msgid "no .. in range: '%s'"
13326msgstr ""
13327
13328#: builtin/range-diff.c:89
13329msgid "single arg format must be symmetric range"
13330msgstr ""
13331
13332#: builtin/range-diff.c:104
13333msgid "need two commit ranges"
13334msgstr ""
13335
13336#: builtin/read-tree.c:40
13337msgid ""
13338"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
13339"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
13340"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
13341msgstr ""
13342
13343#: builtin/read-tree.c:120
13344msgid "write resulting index to <file>"
13345msgstr ""
13346
13347#: builtin/read-tree.c:123
13348msgid "only empty the index"
13349msgstr ""
13350
13351#: builtin/read-tree.c:125
13352msgid "Merging"
13353msgstr ""
13354
13355#: builtin/read-tree.c:127
13356msgid "perform a merge in addition to a read"
13357msgstr ""
13358
13359#: builtin/read-tree.c:129
13360msgid "3-way merge if no file level merging required"
13361msgstr ""
13362
13363#: builtin/read-tree.c:131
13364msgid "3-way merge in presence of adds and removes"
13365msgstr ""
13366
13367#: builtin/read-tree.c:133
13368msgid "same as -m, but discard unmerged entries"
13369msgstr ""
13370
13371#: builtin/read-tree.c:134
13372msgid "<subdirectory>/"
13373msgstr ""
13374
13375#: builtin/read-tree.c:135
13376msgid "read the tree into the index under <subdirectory>/"
13377msgstr ""
13378
13379#: builtin/read-tree.c:138
13380msgid "update working tree with merge result"
13381msgstr ""
13382
13383#: builtin/read-tree.c:140
13384msgid "gitignore"
13385msgstr ""
13386
13387#: builtin/read-tree.c:141
13388msgid "allow explicitly ignored files to be overwritten"
13389msgstr ""
13390
13391#: builtin/read-tree.c:144
13392msgid "don't check the working tree after merging"
13393msgstr ""
13394
13395#: builtin/read-tree.c:145
13396msgid "don't update the index or the work tree"
13397msgstr ""
13398
13399#: builtin/read-tree.c:147
13400msgid "skip applying sparse checkout filter"
13401msgstr ""
13402
13403#: builtin/read-tree.c:149
13404msgid "debug unpack-trees"
13405msgstr ""
13406
13407#: builtin/rebase--helper.c:8
13408msgid "git rebase--helper [<options>]"
13409msgstr ""
13410
13411#: builtin/rebase--helper.c:24
13412msgid "keep empty commits"
13413msgstr ""
13414
13415#: builtin/rebase--helper.c:26 builtin/revert.c:124
13416msgid "allow commits with empty messages"
13417msgstr ""
13418
13419#: builtin/rebase--helper.c:27
13420msgid "rebase merge commits"
13421msgstr ""
13422
13423#: builtin/rebase--helper.c:29
13424msgid "keep original branch points of cousins"
13425msgstr ""
13426
13427#: builtin/rebase--helper.c:30
13428msgid "continue rebase"
13429msgstr ""
13430
13431#: builtin/rebase--helper.c:32
13432msgid "abort rebase"
13433msgstr ""
13434
13435#: builtin/rebase--helper.c:35
13436msgid "make rebase script"
13437msgstr ""
13438
13439#: builtin/rebase--helper.c:37
13440msgid "shorten commit ids in the todo list"
13441msgstr ""
13442
13443#: builtin/rebase--helper.c:39
13444msgid "expand commit ids in the todo list"
13445msgstr ""
13446
13447#: builtin/rebase--helper.c:41
13448msgid "check the todo list"
13449msgstr ""
13450
13451#: builtin/rebase--helper.c:43
13452msgid "skip unnecessary picks"
13453msgstr ""
13454
13455#: builtin/rebase--helper.c:45
13456msgid "rearrange fixup/squash lines"
13457msgstr ""
13458
13459#: builtin/rebase--helper.c:47
13460msgid "insert exec commands in todo list"
13461msgstr ""
13462
13463#: builtin/rebase--helper.c:68
13464msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
13465msgstr ""
13466
13467#: builtin/receive-pack.c:32
13468msgid "git receive-pack <git-dir>"
13469msgstr ""
13470
13471#: builtin/receive-pack.c:830
13472msgid ""
13473"By default, updating the current branch in a non-bare repository\n"
13474"is denied, because it will make the index and work tree inconsistent\n"
13475"with what you pushed, and will require 'git reset --hard' to match\n"
13476"the work tree to HEAD.\n"
13477"\n"
13478"You can set the 'receive.denyCurrentBranch' configuration variable\n"
13479"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
13480"its current branch; however, this is not recommended unless you\n"
13481"arranged to update its work tree to match what you pushed in some\n"
13482"other way.\n"
13483"\n"
13484"To squelch this message and still keep the default behaviour, set\n"
13485"'receive.denyCurrentBranch' configuration variable to 'refuse'."
13486msgstr ""
13487
13488#: builtin/receive-pack.c:850
13489msgid ""
13490"By default, deleting the current branch is denied, because the next\n"
13491"'git clone' won't result in any file checked out, causing confusion.\n"
13492"\n"
13493"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
13494"'warn' or 'ignore' in the remote repository to allow deleting the\n"
13495"current branch, with or without a warning message.\n"
13496"\n"
13497"To squelch this message, you can set it to 'refuse'."
13498msgstr ""
13499
13500#: builtin/receive-pack.c:1923
13501msgid "quiet"
13502msgstr ""
13503
13504#: builtin/receive-pack.c:1937
13505msgid "You must specify a directory."
13506msgstr ""
13507
13508#: builtin/reflog.c:536 builtin/reflog.c:541
13509#, c-format
13510msgid "'%s' is not a valid timestamp"
13511msgstr ""
13512
13513#: builtin/remote.c:15
13514msgid "git remote [-v | --verbose]"
13515msgstr ""
13516
13517#: builtin/remote.c:16
13518msgid ""
13519"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
13520"mirror=<fetch|push>] <name> <url>"
13521msgstr ""
13522
13523#: builtin/remote.c:17 builtin/remote.c:37
13524msgid "git remote rename <old> <new>"
13525msgstr ""
13526
13527#: builtin/remote.c:18 builtin/remote.c:42
13528msgid "git remote remove <name>"
13529msgstr ""
13530
13531#: builtin/remote.c:19 builtin/remote.c:47
13532msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
13533msgstr ""
13534
13535#: builtin/remote.c:20
13536msgid "git remote [-v | --verbose] show [-n] <name>"
13537msgstr ""
13538
13539#: builtin/remote.c:21
13540msgid "git remote prune [-n | --dry-run] <name>"
13541msgstr ""
13542
13543#: builtin/remote.c:22
13544msgid ""
13545"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
13546msgstr ""
13547
13548#: builtin/remote.c:23
13549msgid "git remote set-branches [--add] <name> <branch>..."
13550msgstr ""
13551
13552#: builtin/remote.c:24 builtin/remote.c:73
13553msgid "git remote get-url [--push] [--all] <name>"
13554msgstr ""
13555
13556#: builtin/remote.c:25 builtin/remote.c:78
13557msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
13558msgstr ""
13559
13560#: builtin/remote.c:26 builtin/remote.c:79
13561msgid "git remote set-url --add <name> <newurl>"
13562msgstr ""
13563
13564#: builtin/remote.c:27 builtin/remote.c:80
13565msgid "git remote set-url --delete <name> <url>"
13566msgstr ""
13567
13568#: builtin/remote.c:32
13569msgid "git remote add [<options>] <name> <url>"
13570msgstr ""
13571
13572#: builtin/remote.c:52
13573msgid "git remote set-branches <name> <branch>..."
13574msgstr ""
13575
13576#: builtin/remote.c:53
13577msgid "git remote set-branches --add <name> <branch>..."
13578msgstr ""
13579
13580#: builtin/remote.c:58
13581msgid "git remote show [<options>] <name>"
13582msgstr ""
13583
13584#: builtin/remote.c:63
13585msgid "git remote prune [<options>] <name>"
13586msgstr ""
13587
13588#: builtin/remote.c:68
13589msgid "git remote update [<options>] [<group> | <remote>]..."
13590msgstr ""
13591
13592#: builtin/remote.c:97
13593#, c-format
13594msgid "Updating %s"
13595msgstr ""
13596
13597#: builtin/remote.c:129
13598msgid ""
13599"--mirror is dangerous and deprecated; please\n"
13600"\t use --mirror=fetch or --mirror=push instead"
13601msgstr ""
13602
13603#: builtin/remote.c:146
13604#, c-format
13605msgid "unknown mirror argument: %s"
13606msgstr ""
13607
13608#: builtin/remote.c:162
13609msgid "fetch the remote branches"
13610msgstr ""
13611
13612#: builtin/remote.c:164
13613msgid "import all tags and associated objects when fetching"
13614msgstr ""
13615
13616#: builtin/remote.c:167
13617msgid "or do not fetch any tag at all (--no-tags)"
13618msgstr ""
13619
13620#: builtin/remote.c:169
13621msgid "branch(es) to track"
13622msgstr ""
13623
13624#: builtin/remote.c:170
13625msgid "master branch"
13626msgstr ""
13627
13628#: builtin/remote.c:171
13629msgid "push|fetch"
13630msgstr ""
13631
13632#: builtin/remote.c:172
13633msgid "set up remote as a mirror to push to or fetch from"
13634msgstr ""
13635
13636#: builtin/remote.c:184
13637msgid "specifying a master branch makes no sense with --mirror"
13638msgstr ""
13639
13640#: builtin/remote.c:186
13641msgid "specifying branches to track makes sense only with fetch mirrors"
13642msgstr ""
13643
13644#: builtin/remote.c:193 builtin/remote.c:635
13645#, c-format
13646msgid "remote %s already exists."
13647msgstr ""
13648
13649#: builtin/remote.c:197 builtin/remote.c:639
13650#, c-format
13651msgid "'%s' is not a valid remote name"
13652msgstr ""
13653
13654#: builtin/remote.c:237
13655#, c-format
13656msgid "Could not setup master '%s'"
13657msgstr ""
13658
13659#: builtin/remote.c:343
13660#, c-format
13661msgid "Could not get fetch map for refspec %s"
13662msgstr ""
13663
13664#: builtin/remote.c:442 builtin/remote.c:450
13665msgid "(matching)"
13666msgstr ""
13667
13668#: builtin/remote.c:454
13669msgid "(delete)"
13670msgstr ""
13671
13672#: builtin/remote.c:628 builtin/remote.c:764 builtin/remote.c:863
13673#, c-format
13674msgid "No such remote: %s"
13675msgstr ""
13676
13677#: builtin/remote.c:645
13678#, c-format
13679msgid "Could not rename config section '%s' to '%s'"
13680msgstr ""
13681
13682#: builtin/remote.c:665
13683#, c-format
13684msgid ""
13685"Not updating non-default fetch refspec\n"
13686"\t%s\n"
13687"\tPlease update the configuration manually if necessary."
13688msgstr ""
13689
13690#: builtin/remote.c:701
13691#, c-format
13692msgid "deleting '%s' failed"
13693msgstr ""
13694
13695#: builtin/remote.c:735
13696#, c-format
13697msgid "creating '%s' failed"
13698msgstr ""
13699
13700#: builtin/remote.c:801
13701msgid ""
13702"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
13703"to delete it, use:"
13704msgid_plural ""
13705"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
13706"to delete them, use:"
13707msgstr[0] ""
13708msgstr[1] ""
13709
13710#: builtin/remote.c:815
13711#, c-format
13712msgid "Could not remove config section '%s'"
13713msgstr ""
13714
13715#: builtin/remote.c:916
13716#, c-format
13717msgid " new (next fetch will store in remotes/%s)"
13718msgstr ""
13719
13720#: builtin/remote.c:919
13721msgid " tracked"
13722msgstr ""
13723
13724#: builtin/remote.c:921
13725msgid " stale (use 'git remote prune' to remove)"
13726msgstr ""
13727
13728#: builtin/remote.c:923
13729msgid " ???"
13730msgstr ""
13731
13732#: builtin/remote.c:964
13733#, c-format
13734msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
13735msgstr ""
13736
13737#: builtin/remote.c:973
13738#, c-format
13739msgid "rebases interactively onto remote %s"
13740msgstr ""
13741
13742#: builtin/remote.c:975
13743#, c-format
13744msgid "rebases interactively (with merges) onto remote %s"
13745msgstr ""
13746
13747#: builtin/remote.c:978
13748#, c-format
13749msgid "rebases onto remote %s"
13750msgstr ""
13751
13752#: builtin/remote.c:982
13753#, c-format
13754msgid " merges with remote %s"
13755msgstr ""
13756
13757#: builtin/remote.c:985
13758#, c-format
13759msgid "merges with remote %s"
13760msgstr ""
13761
13762#: builtin/remote.c:988
13763#, c-format
13764msgid "%-*s    and with remote %s\n"
13765msgstr ""
13766
13767#: builtin/remote.c:1031
13768msgid "create"
13769msgstr ""
13770
13771#: builtin/remote.c:1034
13772msgid "delete"
13773msgstr ""
13774
13775#: builtin/remote.c:1038
13776msgid "up to date"
13777msgstr ""
13778
13779#: builtin/remote.c:1041
13780msgid "fast-forwardable"
13781msgstr ""
13782
13783#: builtin/remote.c:1044
13784msgid "local out of date"
13785msgstr ""
13786
13787#: builtin/remote.c:1051
13788#, c-format
13789msgid "    %-*s forces to %-*s (%s)"
13790msgstr ""
13791
13792#: builtin/remote.c:1054
13793#, c-format
13794msgid "    %-*s pushes to %-*s (%s)"
13795msgstr ""
13796
13797#: builtin/remote.c:1058
13798#, c-format
13799msgid "    %-*s forces to %s"
13800msgstr ""
13801
13802#: builtin/remote.c:1061
13803#, c-format
13804msgid "    %-*s pushes to %s"
13805msgstr ""
13806
13807#: builtin/remote.c:1129
13808msgid "do not query remotes"
13809msgstr ""
13810
13811#: builtin/remote.c:1156
13812#, c-format
13813msgid "* remote %s"
13814msgstr ""
13815
13816#: builtin/remote.c:1157
13817#, c-format
13818msgid "  Fetch URL: %s"
13819msgstr ""
13820
13821#: builtin/remote.c:1158 builtin/remote.c:1174 builtin/remote.c:1313
13822msgid "(no URL)"
13823msgstr ""
13824
13825#. TRANSLATORS: the colon ':' should align
13826#. with the one in " Fetch URL: %s"
13827#. translation.
13828#.
13829#: builtin/remote.c:1172 builtin/remote.c:1174
13830#, c-format
13831msgid "  Push  URL: %s"
13832msgstr ""
13833
13834#: builtin/remote.c:1176 builtin/remote.c:1178 builtin/remote.c:1180
13835#, c-format
13836msgid "  HEAD branch: %s"
13837msgstr ""
13838
13839#: builtin/remote.c:1176
13840msgid "(not queried)"
13841msgstr ""
13842
13843#: builtin/remote.c:1178
13844msgid "(unknown)"
13845msgstr ""
13846
13847#: builtin/remote.c:1182
13848#, c-format
13849msgid ""
13850"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
13851msgstr ""
13852
13853#: builtin/remote.c:1194
13854#, c-format
13855msgid "  Remote branch:%s"
13856msgid_plural "  Remote branches:%s"
13857msgstr[0] ""
13858msgstr[1] ""
13859
13860#: builtin/remote.c:1197 builtin/remote.c:1223
13861msgid " (status not queried)"
13862msgstr ""
13863
13864#: builtin/remote.c:1206
13865msgid "  Local branch configured for 'git pull':"
13866msgid_plural "  Local branches configured for 'git pull':"
13867msgstr[0] ""
13868msgstr[1] ""
13869
13870#: builtin/remote.c:1214
13871msgid "  Local refs will be mirrored by 'git push'"
13872msgstr ""
13873
13874#: builtin/remote.c:1220
13875#, c-format
13876msgid "  Local ref configured for 'git push'%s:"
13877msgid_plural "  Local refs configured for 'git push'%s:"
13878msgstr[0] ""
13879msgstr[1] ""
13880
13881#: builtin/remote.c:1241
13882msgid "set refs/remotes/<name>/HEAD according to remote"
13883msgstr ""
13884
13885#: builtin/remote.c:1243
13886msgid "delete refs/remotes/<name>/HEAD"
13887msgstr ""
13888
13889#: builtin/remote.c:1258
13890msgid "Cannot determine remote HEAD"
13891msgstr ""
13892
13893#: builtin/remote.c:1260
13894msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
13895msgstr ""
13896
13897#: builtin/remote.c:1270
13898#, c-format
13899msgid "Could not delete %s"
13900msgstr ""
13901
13902#: builtin/remote.c:1278
13903#, c-format
13904msgid "Not a valid ref: %s"
13905msgstr ""
13906
13907#: builtin/remote.c:1280
13908#, c-format
13909msgid "Could not setup %s"
13910msgstr ""
13911
13912#: builtin/remote.c:1298
13913#, c-format
13914msgid " %s will become dangling!"
13915msgstr ""
13916
13917#: builtin/remote.c:1299
13918#, c-format
13919msgid " %s has become dangling!"
13920msgstr ""
13921
13922#: builtin/remote.c:1309
13923#, c-format
13924msgid "Pruning %s"
13925msgstr ""
13926
13927#: builtin/remote.c:1310
13928#, c-format
13929msgid "URL: %s"
13930msgstr ""
13931
13932#: builtin/remote.c:1326
13933#, c-format
13934msgid " * [would prune] %s"
13935msgstr ""
13936
13937#: builtin/remote.c:1329
13938#, c-format
13939msgid " * [pruned] %s"
13940msgstr ""
13941
13942#: builtin/remote.c:1374
13943msgid "prune remotes after fetching"
13944msgstr ""
13945
13946#: builtin/remote.c:1437 builtin/remote.c:1491 builtin/remote.c:1559
13947#, c-format
13948msgid "No such remote '%s'"
13949msgstr ""
13950
13951#: builtin/remote.c:1453
13952msgid "add branch"
13953msgstr ""
13954
13955#: builtin/remote.c:1460
13956msgid "no remote specified"
13957msgstr ""
13958
13959#: builtin/remote.c:1477
13960msgid "query push URLs rather than fetch URLs"
13961msgstr ""
13962
13963#: builtin/remote.c:1479
13964msgid "return all URLs"
13965msgstr ""
13966
13967#: builtin/remote.c:1507
13968#, c-format
13969msgid "no URLs configured for remote '%s'"
13970msgstr ""
13971
13972#: builtin/remote.c:1533
13973msgid "manipulate push URLs"
13974msgstr ""
13975
13976#: builtin/remote.c:1535
13977msgid "add URL"
13978msgstr ""
13979
13980#: builtin/remote.c:1537
13981msgid "delete URLs"
13982msgstr ""
13983
13984#: builtin/remote.c:1544
13985msgid "--add --delete doesn't make sense"
13986msgstr ""
13987
13988#: builtin/remote.c:1583
13989#, c-format
13990msgid "Invalid old URL pattern: %s"
13991msgstr ""
13992
13993#: builtin/remote.c:1591
13994#, c-format
13995msgid "No such URL found: %s"
13996msgstr ""
13997
13998#: builtin/remote.c:1593
13999msgid "Will not delete all non-push URLs"
14000msgstr ""
14001
14002#: builtin/remote.c:1609
14003msgid "be verbose; must be placed before a subcommand"
14004msgstr ""
14005
14006#: builtin/remote.c:1640
14007#, c-format
14008msgid "Unknown subcommand: %s"
14009msgstr ""
14010
14011#: builtin/repack.c:20
14012msgid "git repack [<options>]"
14013msgstr ""
14014
14015#: builtin/repack.c:25
14016msgid ""
14017"Incremental repacks are incompatible with bitmap indexes.  Use\n"
14018"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
14019msgstr ""
14020
14021#: builtin/repack.c:287
14022msgid "pack everything in a single pack"
14023msgstr ""
14024
14025#: builtin/repack.c:289
14026msgid "same as -a, and turn unreachable objects loose"
14027msgstr ""
14028
14029#: builtin/repack.c:292
14030msgid "remove redundant packs, and run git-prune-packed"
14031msgstr ""
14032
14033#: builtin/repack.c:294
14034msgid "pass --no-reuse-delta to git-pack-objects"
14035msgstr ""
14036
14037#: builtin/repack.c:296
14038msgid "pass --no-reuse-object to git-pack-objects"
14039msgstr ""
14040
14041#: builtin/repack.c:298
14042msgid "do not run git-update-server-info"
14043msgstr ""
14044
14045#: builtin/repack.c:301
14046msgid "pass --local to git-pack-objects"
14047msgstr ""
14048
14049#: builtin/repack.c:303
14050msgid "write bitmap index"
14051msgstr ""
14052
14053#: builtin/repack.c:304
14054msgid "approxidate"
14055msgstr ""
14056
14057#: builtin/repack.c:305
14058msgid "with -A, do not loosen objects older than this"
14059msgstr ""
14060
14061#: builtin/repack.c:307
14062msgid "with -a, repack unreachable objects"
14063msgstr ""
14064
14065#: builtin/repack.c:309
14066msgid "size of the window used for delta compression"
14067msgstr ""
14068
14069#: builtin/repack.c:310 builtin/repack.c:316
14070msgid "bytes"
14071msgstr ""
14072
14073#: builtin/repack.c:311
14074msgid "same as the above, but limit memory size instead of entries count"
14075msgstr ""
14076
14077#: builtin/repack.c:313
14078msgid "limits the maximum delta depth"
14079msgstr ""
14080
14081#: builtin/repack.c:315
14082msgid "limits the maximum number of threads"
14083msgstr ""
14084
14085#: builtin/repack.c:317
14086msgid "maximum size of each packfile"
14087msgstr ""
14088
14089#: builtin/repack.c:319
14090msgid "repack objects in packs marked with .keep"
14091msgstr ""
14092
14093#: builtin/repack.c:321
14094msgid "do not repack this pack"
14095msgstr ""
14096
14097#: builtin/repack.c:331
14098msgid "cannot delete packs in a precious-objects repo"
14099msgstr ""
14100
14101#: builtin/repack.c:335
14102msgid "--keep-unreachable and -A are incompatible"
14103msgstr ""
14104
14105#: builtin/repack.c:510 builtin/worktree.c:139
14106#, c-format
14107msgid "failed to remove '%s'"
14108msgstr ""
14109
14110#: builtin/replace.c:22
14111msgid "git replace [-f] <object> <replacement>"
14112msgstr ""
14113
14114#: builtin/replace.c:23
14115msgid "git replace [-f] --edit <object>"
14116msgstr ""
14117
14118#: builtin/replace.c:24
14119msgid "git replace [-f] --graft <commit> [<parent>...]"
14120msgstr ""
14121
14122#: builtin/replace.c:25
14123msgid "git replace [-f] --convert-graft-file"
14124msgstr ""
14125
14126#: builtin/replace.c:26
14127msgid "git replace -d <object>..."
14128msgstr ""
14129
14130#: builtin/replace.c:27
14131msgid "git replace [--format=<format>] [-l [<pattern>]]"
14132msgstr ""
14133
14134#: builtin/replace.c:57 builtin/replace.c:203 builtin/replace.c:206
14135#, c-format
14136msgid "failed to resolve '%s' as a valid ref"
14137msgstr ""
14138
14139#: builtin/replace.c:86
14140#, c-format
14141msgid ""
14142"invalid replace format '%s'\n"
14143"valid formats are 'short', 'medium' and 'long'"
14144msgstr ""
14145
14146#: builtin/replace.c:121
14147#, c-format
14148msgid "replace ref '%s' not found"
14149msgstr ""
14150
14151#: builtin/replace.c:137
14152#, c-format
14153msgid "Deleted replace ref '%s'"
14154msgstr ""
14155
14156#: builtin/replace.c:149
14157#, c-format
14158msgid "'%s' is not a valid ref name"
14159msgstr ""
14160
14161#: builtin/replace.c:154
14162#, c-format
14163msgid "replace ref '%s' already exists"
14164msgstr ""
14165
14166#: builtin/replace.c:174
14167#, c-format
14168msgid ""
14169"Objects must be of the same type.\n"
14170"'%s' points to a replaced object of type '%s'\n"
14171"while '%s' points to a replacement object of type '%s'."
14172msgstr ""
14173
14174#: builtin/replace.c:225
14175#, c-format
14176msgid "unable to open %s for writing"
14177msgstr ""
14178
14179#: builtin/replace.c:238
14180msgid "cat-file reported failure"
14181msgstr ""
14182
14183#: builtin/replace.c:254
14184#, c-format
14185msgid "unable to open %s for reading"
14186msgstr ""
14187
14188#: builtin/replace.c:268
14189msgid "unable to spawn mktree"
14190msgstr ""
14191
14192#: builtin/replace.c:272
14193msgid "unable to read from mktree"
14194msgstr ""
14195
14196#: builtin/replace.c:281
14197msgid "mktree reported failure"
14198msgstr ""
14199
14200#: builtin/replace.c:285
14201msgid "mktree did not return an object name"
14202msgstr ""
14203
14204#: builtin/replace.c:294
14205#, c-format
14206msgid "unable to fstat %s"
14207msgstr ""
14208
14209#: builtin/replace.c:299
14210msgid "unable to write object to database"
14211msgstr ""
14212
14213#: builtin/replace.c:318 builtin/replace.c:371 builtin/replace.c:415
14214#: builtin/replace.c:445
14215#, c-format
14216msgid "not a valid object name: '%s'"
14217msgstr ""
14218
14219#: builtin/replace.c:322
14220#, c-format
14221msgid "unable to get object type for %s"
14222msgstr ""
14223
14224#: builtin/replace.c:338
14225msgid "editing object file failed"
14226msgstr ""
14227
14228#: builtin/replace.c:347
14229#, c-format
14230msgid "new object is the same as the old one: '%s'"
14231msgstr ""
14232
14233#: builtin/replace.c:407
14234#, c-format
14235msgid "bad mergetag in commit '%s'"
14236msgstr ""
14237
14238#: builtin/replace.c:409
14239#, c-format
14240msgid "malformed mergetag in commit '%s'"
14241msgstr ""
14242
14243#: builtin/replace.c:421
14244#, c-format
14245msgid ""
14246"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
14247"instead of --graft"
14248msgstr ""
14249
14250#: builtin/replace.c:460
14251#, c-format
14252msgid "the original commit '%s' has a gpg signature"
14253msgstr ""
14254
14255#: builtin/replace.c:461
14256msgid "the signature will be removed in the replacement commit!"
14257msgstr ""
14258
14259#: builtin/replace.c:471
14260#, c-format
14261msgid "could not write replacement commit for: '%s'"
14262msgstr ""
14263
14264#: builtin/replace.c:479
14265#, c-format
14266msgid "graft for '%s' unnecessary"
14267msgstr ""
14268
14269#: builtin/replace.c:482
14270#, c-format
14271msgid "new commit is the same as the old one: '%s'"
14272msgstr ""
14273
14274#: builtin/replace.c:514
14275#, c-format
14276msgid ""
14277"could not convert the following graft(s):\n"
14278"%s"
14279msgstr ""
14280
14281#: builtin/replace.c:535
14282msgid "list replace refs"
14283msgstr ""
14284
14285#: builtin/replace.c:536
14286msgid "delete replace refs"
14287msgstr ""
14288
14289#: builtin/replace.c:537
14290msgid "edit existing object"
14291msgstr ""
14292
14293#: builtin/replace.c:538
14294msgid "change a commit's parents"
14295msgstr ""
14296
14297#: builtin/replace.c:539
14298msgid "convert existing graft file"
14299msgstr ""
14300
14301#: builtin/replace.c:540
14302msgid "replace the ref if it exists"
14303msgstr ""
14304
14305#: builtin/replace.c:542
14306msgid "do not pretty-print contents for --edit"
14307msgstr ""
14308
14309#: builtin/replace.c:543
14310msgid "use this format"
14311msgstr ""
14312
14313#: builtin/replace.c:556
14314msgid "--format cannot be used when not listing"
14315msgstr ""
14316
14317#: builtin/replace.c:564
14318msgid "-f only makes sense when writing a replacement"
14319msgstr ""
14320
14321#: builtin/replace.c:568
14322msgid "--raw only makes sense with --edit"
14323msgstr ""
14324
14325#: builtin/replace.c:574
14326msgid "-d needs at least one argument"
14327msgstr ""
14328
14329#: builtin/replace.c:580
14330msgid "bad number of arguments"
14331msgstr ""
14332
14333#: builtin/replace.c:586
14334msgid "-e needs exactly one argument"
14335msgstr ""
14336
14337#: builtin/replace.c:592
14338msgid "-g needs at least one argument"
14339msgstr ""
14340
14341#: builtin/replace.c:598
14342msgid "--convert-graft-file takes no argument"
14343msgstr ""
14344
14345#: builtin/replace.c:604
14346msgid "only one pattern can be given with -l"
14347msgstr ""
14348
14349#: builtin/rerere.c:13
14350msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
14351msgstr ""
14352
14353#: builtin/rerere.c:59
14354msgid "register clean resolutions in index"
14355msgstr ""
14356
14357#: builtin/reset.c:29
14358msgid ""
14359"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
14360msgstr ""
14361
14362#: builtin/reset.c:30
14363msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
14364msgstr ""
14365
14366#: builtin/reset.c:31
14367msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
14368msgstr ""
14369
14370#: builtin/reset.c:37
14371msgid "mixed"
14372msgstr ""
14373
14374#: builtin/reset.c:37
14375msgid "soft"
14376msgstr ""
14377
14378#: builtin/reset.c:37
14379msgid "hard"
14380msgstr ""
14381
14382#: builtin/reset.c:37
14383msgid "merge"
14384msgstr ""
14385
14386#: builtin/reset.c:37
14387msgid "keep"
14388msgstr ""
14389
14390#: builtin/reset.c:78
14391msgid "You do not have a valid HEAD."
14392msgstr ""
14393
14394#: builtin/reset.c:80
14395msgid "Failed to find tree of HEAD."
14396msgstr ""
14397
14398#: builtin/reset.c:86
14399#, c-format
14400msgid "Failed to find tree of %s."
14401msgstr ""
14402
14403#: builtin/reset.c:111
14404#, c-format
14405msgid "HEAD is now at %s"
14406msgstr ""
14407
14408#: builtin/reset.c:189
14409#, c-format
14410msgid "Cannot do a %s reset in the middle of a merge."
14411msgstr ""
14412
14413#: builtin/reset.c:289
14414msgid "be quiet, only report errors"
14415msgstr ""
14416
14417#: builtin/reset.c:291
14418msgid "reset HEAD and index"
14419msgstr ""
14420
14421#: builtin/reset.c:292
14422msgid "reset only HEAD"
14423msgstr ""
14424
14425#: builtin/reset.c:294 builtin/reset.c:296
14426msgid "reset HEAD, index and working tree"
14427msgstr ""
14428
14429#: builtin/reset.c:298
14430msgid "reset HEAD but keep local changes"
14431msgstr ""
14432
14433#: builtin/reset.c:304
14434msgid "record only the fact that removed paths will be added later"
14435msgstr ""
14436
14437#: builtin/reset.c:321
14438#, c-format
14439msgid "Failed to resolve '%s' as a valid revision."
14440msgstr ""
14441
14442#: builtin/reset.c:329
14443#, c-format
14444msgid "Failed to resolve '%s' as a valid tree."
14445msgstr ""
14446
14447#: builtin/reset.c:338
14448msgid "--patch is incompatible with --{hard,mixed,soft}"
14449msgstr ""
14450
14451#: builtin/reset.c:347
14452msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
14453msgstr ""
14454
14455#: builtin/reset.c:349
14456#, c-format
14457msgid "Cannot do %s reset with paths."
14458msgstr ""
14459
14460#: builtin/reset.c:359
14461#, c-format
14462msgid "%s reset is not allowed in a bare repository"
14463msgstr ""
14464
14465#: builtin/reset.c:363
14466msgid "-N can only be used with --mixed"
14467msgstr ""
14468
14469#: builtin/reset.c:380
14470msgid "Unstaged changes after reset:"
14471msgstr ""
14472
14473#: builtin/reset.c:386
14474#, c-format
14475msgid "Could not reset index file to revision '%s'."
14476msgstr ""
14477
14478#: builtin/reset.c:390
14479msgid "Could not write new index file."
14480msgstr ""
14481
14482#: builtin/rev-list.c:399
14483msgid "cannot combine --exclude-promisor-objects and --missing"
14484msgstr ""
14485
14486#: builtin/rev-list.c:457
14487msgid "object filtering requires --objects"
14488msgstr ""
14489
14490#: builtin/rev-list.c:460
14491#, c-format
14492msgid "invalid sparse value '%s'"
14493msgstr ""
14494
14495#: builtin/rev-list.c:501
14496msgid "rev-list does not support display of notes"
14497msgstr ""
14498
14499#: builtin/rev-list.c:504
14500msgid "cannot combine --use-bitmap-index with object filtering"
14501msgstr ""
14502
14503#: builtin/rev-parse.c:406
14504msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
14505msgstr ""
14506
14507#: builtin/rev-parse.c:411
14508msgid "keep the `--` passed as an arg"
14509msgstr ""
14510
14511#: builtin/rev-parse.c:413
14512msgid "stop parsing after the first non-option argument"
14513msgstr ""
14514
14515#: builtin/rev-parse.c:416
14516msgid "output in stuck long form"
14517msgstr ""
14518
14519#: builtin/rev-parse.c:549
14520msgid ""
14521"git rev-parse --parseopt [<options>] -- [<args>...]\n"
14522"   or: git rev-parse --sq-quote [<arg>...]\n"
14523"   or: git rev-parse [<options>] [<arg>...]\n"
14524"\n"
14525"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
14526msgstr ""
14527
14528#: builtin/revert.c:24
14529msgid "git revert [<options>] <commit-ish>..."
14530msgstr ""
14531
14532#: builtin/revert.c:25
14533msgid "git revert <subcommand>"
14534msgstr ""
14535
14536#: builtin/revert.c:30
14537msgid "git cherry-pick [<options>] <commit-ish>..."
14538msgstr ""
14539
14540#: builtin/revert.c:31
14541msgid "git cherry-pick <subcommand>"
14542msgstr ""
14543
14544#: builtin/revert.c:91
14545#, c-format
14546msgid "%s: %s cannot be used with %s"
14547msgstr ""
14548
14549#: builtin/revert.c:100
14550msgid "end revert or cherry-pick sequence"
14551msgstr ""
14552
14553#: builtin/revert.c:101
14554msgid "resume revert or cherry-pick sequence"
14555msgstr ""
14556
14557#: builtin/revert.c:102
14558msgid "cancel revert or cherry-pick sequence"
14559msgstr ""
14560
14561#: builtin/revert.c:103
14562msgid "don't automatically commit"
14563msgstr ""
14564
14565#: builtin/revert.c:104
14566msgid "edit the commit message"
14567msgstr ""
14568
14569#: builtin/revert.c:107
14570msgid "parent-number"
14571msgstr ""
14572
14573#: builtin/revert.c:108
14574msgid "select mainline parent"
14575msgstr ""
14576
14577#: builtin/revert.c:110
14578msgid "merge strategy"
14579msgstr ""
14580
14581#: builtin/revert.c:111
14582msgid "option"
14583msgstr ""
14584
14585#: builtin/revert.c:112
14586msgid "option for merge strategy"
14587msgstr ""
14588
14589#: builtin/revert.c:121
14590msgid "append commit name"
14591msgstr ""
14592
14593#: builtin/revert.c:123
14594msgid "preserve initially empty commits"
14595msgstr ""
14596
14597#: builtin/revert.c:125
14598msgid "keep redundant, empty commits"
14599msgstr ""
14600
14601#: builtin/revert.c:219
14602msgid "revert failed"
14603msgstr ""
14604
14605#: builtin/revert.c:232
14606msgid "cherry-pick failed"
14607msgstr ""
14608
14609#: builtin/rm.c:18
14610msgid "git rm [<options>] [--] <file>..."
14611msgstr ""
14612
14613#: builtin/rm.c:206
14614msgid ""
14615"the following file has staged content different from both the\n"
14616"file and the HEAD:"
14617msgid_plural ""
14618"the following files have staged content different from both the\n"
14619"file and the HEAD:"
14620msgstr[0] ""
14621msgstr[1] ""
14622
14623#: builtin/rm.c:211
14624msgid ""
14625"\n"
14626"(use -f to force removal)"
14627msgstr ""
14628
14629#: builtin/rm.c:215
14630msgid "the following file has changes staged in the index:"
14631msgid_plural "the following files have changes staged in the index:"
14632msgstr[0] ""
14633msgstr[1] ""
14634
14635#: builtin/rm.c:219 builtin/rm.c:228
14636msgid ""
14637"\n"
14638"(use --cached to keep the file, or -f to force removal)"
14639msgstr ""
14640
14641#: builtin/rm.c:225
14642msgid "the following file has local modifications:"
14643msgid_plural "the following files have local modifications:"
14644msgstr[0] ""
14645msgstr[1] ""
14646
14647#: builtin/rm.c:241
14648msgid "do not list removed files"
14649msgstr ""
14650
14651#: builtin/rm.c:242
14652msgid "only remove from the index"
14653msgstr ""
14654
14655#: builtin/rm.c:243
14656msgid "override the up-to-date check"
14657msgstr ""
14658
14659#: builtin/rm.c:244
14660msgid "allow recursive removal"
14661msgstr ""
14662
14663#: builtin/rm.c:246
14664msgid "exit with a zero status even if nothing matched"
14665msgstr ""
14666
14667#: builtin/rm.c:288
14668msgid "please stage your changes to .gitmodules or stash them to proceed"
14669msgstr ""
14670
14671#: builtin/rm.c:306
14672#, c-format
14673msgid "not removing '%s' recursively without -r"
14674msgstr ""
14675
14676#: builtin/rm.c:345
14677#, c-format
14678msgid "git rm: unable to remove %s"
14679msgstr ""
14680
14681#: builtin/rm.c:368
14682#, c-format
14683msgid "could not remove '%s'"
14684msgstr ""
14685
14686#: builtin/send-pack.c:20
14687msgid ""
14688"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
14689"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
14690"[<ref>...]\n"
14691"  --all and explicit <ref> specification are mutually exclusive."
14692msgstr ""
14693
14694#: builtin/send-pack.c:163
14695msgid "remote name"
14696msgstr ""
14697
14698#: builtin/send-pack.c:177
14699msgid "use stateless RPC protocol"
14700msgstr ""
14701
14702#: builtin/send-pack.c:178
14703msgid "read refs from stdin"
14704msgstr ""
14705
14706#: builtin/send-pack.c:179
14707msgid "print status from remote helper"
14708msgstr ""
14709
14710#: builtin/serve.c:7
14711msgid "git serve [<options>]"
14712msgstr ""
14713
14714#: builtin/serve.c:17 builtin/upload-pack.c:23
14715msgid "quit after a single request/response exchange"
14716msgstr ""
14717
14718#: builtin/serve.c:19
14719msgid "exit immediately after advertising capabilities"
14720msgstr ""
14721
14722#: builtin/shortlog.c:14
14723msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
14724msgstr ""
14725
14726#: builtin/shortlog.c:15
14727msgid "git log --pretty=short | git shortlog [<options>]"
14728msgstr ""
14729
14730#: builtin/shortlog.c:264
14731msgid "Group by committer rather than author"
14732msgstr ""
14733
14734#: builtin/shortlog.c:266
14735msgid "sort output according to the number of commits per author"
14736msgstr ""
14737
14738#: builtin/shortlog.c:268
14739msgid "Suppress commit descriptions, only provides commit count"
14740msgstr ""
14741
14742#: builtin/shortlog.c:270
14743msgid "Show the email address of each author"
14744msgstr ""
14745
14746#: builtin/shortlog.c:271
14747msgid "<w>[,<i1>[,<i2>]]"
14748msgstr ""
14749
14750#: builtin/shortlog.c:272
14751msgid "Linewrap output"
14752msgstr ""
14753
14754#: builtin/shortlog.c:299
14755msgid "too many arguments given outside repository"
14756msgstr ""
14757
14758#: builtin/show-branch.c:13
14759msgid ""
14760"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
14761"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
14762"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
14763"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
14764msgstr ""
14765
14766#: builtin/show-branch.c:17
14767msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
14768msgstr ""
14769
14770#: builtin/show-branch.c:395
14771#, c-format
14772msgid "ignoring %s; cannot handle more than %d ref"
14773msgid_plural "ignoring %s; cannot handle more than %d refs"
14774msgstr[0] ""
14775msgstr[1] ""
14776
14777#: builtin/show-branch.c:549
14778#, c-format
14779msgid "no matching refs with %s"
14780msgstr ""
14781
14782#: builtin/show-branch.c:645
14783msgid "show remote-tracking and local branches"
14784msgstr ""
14785
14786#: builtin/show-branch.c:647
14787msgid "show remote-tracking branches"
14788msgstr ""
14789
14790#: builtin/show-branch.c:649
14791msgid "color '*!+-' corresponding to the branch"
14792msgstr ""
14793
14794#: builtin/show-branch.c:651
14795msgid "show <n> more commits after the common ancestor"
14796msgstr ""
14797
14798#: builtin/show-branch.c:653
14799msgid "synonym to more=-1"
14800msgstr ""
14801
14802#: builtin/show-branch.c:654
14803msgid "suppress naming strings"
14804msgstr ""
14805
14806#: builtin/show-branch.c:656
14807msgid "include the current branch"
14808msgstr ""
14809
14810#: builtin/show-branch.c:658
14811msgid "name commits with their object names"
14812msgstr ""
14813
14814#: builtin/show-branch.c:660
14815msgid "show possible merge bases"
14816msgstr ""
14817
14818#: builtin/show-branch.c:662
14819msgid "show refs unreachable from any other ref"
14820msgstr ""
14821
14822#: builtin/show-branch.c:664
14823msgid "show commits in topological order"
14824msgstr ""
14825
14826#: builtin/show-branch.c:667
14827msgid "show only commits not on the first branch"
14828msgstr ""
14829
14830#: builtin/show-branch.c:669
14831msgid "show merges reachable from only one tip"
14832msgstr ""
14833
14834#: builtin/show-branch.c:671
14835msgid "topologically sort, maintaining date order where possible"
14836msgstr ""
14837
14838#: builtin/show-branch.c:674
14839msgid "<n>[,<base>]"
14840msgstr ""
14841
14842#: builtin/show-branch.c:675
14843msgid "show <n> most recent ref-log entries starting at base"
14844msgstr ""
14845
14846#: builtin/show-branch.c:711
14847msgid ""
14848"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
14849msgstr ""
14850
14851#: builtin/show-branch.c:735
14852msgid "no branches given, and HEAD is not valid"
14853msgstr ""
14854
14855#: builtin/show-branch.c:738
14856msgid "--reflog option needs one branch name"
14857msgstr ""
14858
14859#: builtin/show-branch.c:741
14860#, c-format
14861msgid "only %d entry can be shown at one time."
14862msgid_plural "only %d entries can be shown at one time."
14863msgstr[0] ""
14864msgstr[1] ""
14865
14866#: builtin/show-branch.c:745
14867#, c-format
14868msgid "no such ref %s"
14869msgstr ""
14870
14871#: builtin/show-branch.c:829
14872#, c-format
14873msgid "cannot handle more than %d rev."
14874msgid_plural "cannot handle more than %d revs."
14875msgstr[0] ""
14876msgstr[1] ""
14877
14878#: builtin/show-branch.c:833
14879#, c-format
14880msgid "'%s' is not a valid ref."
14881msgstr ""
14882
14883#: builtin/show-branch.c:836
14884#, c-format
14885msgid "cannot find commit %s (%s)"
14886msgstr ""
14887
14888#: builtin/show-ref.c:11
14889msgid ""
14890"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
14891"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
14892msgstr ""
14893
14894#: builtin/show-ref.c:12
14895msgid "git show-ref --exclude-existing[=<pattern>]"
14896msgstr ""
14897
14898#: builtin/show-ref.c:160
14899msgid "only show tags (can be combined with heads)"
14900msgstr ""
14901
14902#: builtin/show-ref.c:161
14903msgid "only show heads (can be combined with tags)"
14904msgstr ""
14905
14906#: builtin/show-ref.c:162
14907msgid "stricter reference checking, requires exact ref path"
14908msgstr ""
14909
14910#: builtin/show-ref.c:165 builtin/show-ref.c:167
14911msgid "show the HEAD reference, even if it would be filtered out"
14912msgstr ""
14913
14914#: builtin/show-ref.c:169
14915msgid "dereference tags into object IDs"
14916msgstr ""
14917
14918#: builtin/show-ref.c:171
14919msgid "only show SHA1 hash using <n> digits"
14920msgstr ""
14921
14922#: builtin/show-ref.c:175
14923msgid "do not print results to stdout (useful with --verify)"
14924msgstr ""
14925
14926#: builtin/show-ref.c:177
14927msgid "show refs from stdin that aren't in local repository"
14928msgstr ""
14929
14930#: builtin/stripspace.c:18
14931msgid "git stripspace [-s | --strip-comments]"
14932msgstr ""
14933
14934#: builtin/stripspace.c:19
14935msgid "git stripspace [-c | --comment-lines]"
14936msgstr ""
14937
14938#: builtin/stripspace.c:36
14939msgid "skip and remove all lines starting with comment character"
14940msgstr ""
14941
14942#: builtin/stripspace.c:39
14943msgid "prepend comment character and space to each line"
14944msgstr ""
14945
14946#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1833
14947#, c-format
14948msgid "No such ref: %s"
14949msgstr ""
14950
14951#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1842
14952#, c-format
14953msgid "Expecting a full ref name, got %s"
14954msgstr ""
14955
14956#: builtin/submodule--helper.c:61
14957msgid "submodule--helper print-default-remote takes no arguments"
14958msgstr ""
14959
14960#: builtin/submodule--helper.c:99
14961#, c-format
14962msgid "cannot strip one component off url '%s'"
14963msgstr ""
14964
14965#: builtin/submodule--helper.c:407 builtin/submodule--helper.c:1356
14966msgid "alternative anchor for relative paths"
14967msgstr ""
14968
14969#: builtin/submodule--helper.c:412
14970msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
14971msgstr ""
14972
14973#: builtin/submodule--helper.c:469 builtin/submodule--helper.c:606
14974#: builtin/submodule--helper.c:629
14975#, c-format
14976msgid "No url found for submodule path '%s' in .gitmodules"
14977msgstr ""
14978
14979#: builtin/submodule--helper.c:521
14980#, c-format
14981msgid "Entering '%s'\n"
14982msgstr ""
14983
14984#: builtin/submodule--helper.c:524
14985#, c-format
14986msgid ""
14987"run_command returned non-zero status for %s\n"
14988"."
14989msgstr ""
14990
14991#: builtin/submodule--helper.c:545
14992#, c-format
14993msgid ""
14994"run_command returned non-zero status whilerecursing in the nested submodules "
14995"of %s\n"
14996"."
14997msgstr ""
14998
14999#: builtin/submodule--helper.c:561
15000msgid "Suppress output of entering each submodule command"
15001msgstr ""
15002
15003#: builtin/submodule--helper.c:563 builtin/submodule--helper.c:1040
15004msgid "Recurse into nested submodules"
15005msgstr ""
15006
15007#: builtin/submodule--helper.c:568
15008msgid "git submodule--helper foreach [--quiet] [--recursive] <command>"
15009msgstr ""
15010
15011#: builtin/submodule--helper.c:644
15012#, c-format
15013msgid ""
15014"could not lookup configuration '%s'. Assuming this repository is its own "
15015"authoritative upstream."
15016msgstr ""
15017
15018#: builtin/submodule--helper.c:655
15019#, c-format
15020msgid "Failed to register url for submodule path '%s'"
15021msgstr ""
15022
15023#: builtin/submodule--helper.c:659
15024#, c-format
15025msgid "Submodule '%s' (%s) registered for path '%s'\n"
15026msgstr ""
15027
15028#: builtin/submodule--helper.c:669
15029#, c-format
15030msgid "warning: command update mode suggested for submodule '%s'\n"
15031msgstr ""
15032
15033#: builtin/submodule--helper.c:676
15034#, c-format
15035msgid "Failed to register update mode for submodule path '%s'"
15036msgstr ""
15037
15038#: builtin/submodule--helper.c:698
15039msgid "Suppress output for initializing a submodule"
15040msgstr ""
15041
15042#: builtin/submodule--helper.c:703
15043msgid "git submodule--helper init [<path>]"
15044msgstr ""
15045
15046#: builtin/submodule--helper.c:775 builtin/submodule--helper.c:901
15047#, c-format
15048msgid "no submodule mapping found in .gitmodules for path '%s'"
15049msgstr ""
15050
15051#: builtin/submodule--helper.c:814
15052#, c-format
15053msgid "could not resolve HEAD ref inside the submodule '%s'"
15054msgstr ""
15055
15056#: builtin/submodule--helper.c:841 builtin/submodule--helper.c:1010
15057#, c-format
15058msgid "failed to recurse into submodule '%s'"
15059msgstr ""
15060
15061#: builtin/submodule--helper.c:865 builtin/submodule--helper.c:1176
15062msgid "Suppress submodule status output"
15063msgstr ""
15064
15065#: builtin/submodule--helper.c:866
15066msgid ""
15067"Use commit stored in the index instead of the one stored in the submodule "
15068"HEAD"
15069msgstr ""
15070
15071#: builtin/submodule--helper.c:867
15072msgid "recurse into nested submodules"
15073msgstr ""
15074
15075#: builtin/submodule--helper.c:872
15076msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
15077msgstr ""
15078
15079#: builtin/submodule--helper.c:896
15080msgid "git submodule--helper name <path>"
15081msgstr ""
15082
15083#: builtin/submodule--helper.c:960
15084#, c-format
15085msgid "Synchronizing submodule url for '%s'\n"
15086msgstr ""
15087
15088#: builtin/submodule--helper.c:966
15089#, c-format
15090msgid "failed to register url for submodule path '%s'"
15091msgstr ""
15092
15093#: builtin/submodule--helper.c:980
15094#, c-format
15095msgid "failed to get the default remote for submodule '%s'"
15096msgstr ""
15097
15098#: builtin/submodule--helper.c:991
15099#, c-format
15100msgid "failed to update remote for submodule '%s'"
15101msgstr ""
15102
15103#: builtin/submodule--helper.c:1038
15104msgid "Suppress output of synchronizing submodule url"
15105msgstr ""
15106
15107#: builtin/submodule--helper.c:1045
15108msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
15109msgstr ""
15110
15111#: builtin/submodule--helper.c:1099
15112#, c-format
15113msgid ""
15114"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
15115"really want to remove it including all of its history)"
15116msgstr ""
15117
15118#: builtin/submodule--helper.c:1111
15119#, c-format
15120msgid ""
15121"Submodule work tree '%s' contains local modifications; use '-f' to discard "
15122"them"
15123msgstr ""
15124
15125#: builtin/submodule--helper.c:1119
15126#, c-format
15127msgid "Cleared directory '%s'\n"
15128msgstr ""
15129
15130#: builtin/submodule--helper.c:1121
15131#, c-format
15132msgid "Could not remove submodule work tree '%s'\n"
15133msgstr ""
15134
15135#: builtin/submodule--helper.c:1132
15136#, c-format
15137msgid "could not create empty submodule directory %s"
15138msgstr ""
15139
15140#: builtin/submodule--helper.c:1148
15141#, c-format
15142msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
15143msgstr ""
15144
15145#: builtin/submodule--helper.c:1177
15146msgid "Remove submodule working trees even if they contain local changes"
15147msgstr ""
15148
15149#: builtin/submodule--helper.c:1178
15150msgid "Unregister all submodules"
15151msgstr ""
15152
15153#: builtin/submodule--helper.c:1183
15154msgid ""
15155"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
15156msgstr ""
15157
15158#: builtin/submodule--helper.c:1197
15159msgid "Use '--all' if you really want to deinitialize all submodules"
15160msgstr ""
15161
15162#: builtin/submodule--helper.c:1290 builtin/submodule--helper.c:1293
15163#, c-format
15164msgid "submodule '%s' cannot add alternate: %s"
15165msgstr ""
15166
15167#: builtin/submodule--helper.c:1329
15168#, c-format
15169msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
15170msgstr ""
15171
15172#: builtin/submodule--helper.c:1336
15173#, c-format
15174msgid "Value '%s' for submodule.alternateLocation is not recognized"
15175msgstr ""
15176
15177#: builtin/submodule--helper.c:1359
15178msgid "where the new submodule will be cloned to"
15179msgstr ""
15180
15181#: builtin/submodule--helper.c:1362
15182msgid "name of the new submodule"
15183msgstr ""
15184
15185#: builtin/submodule--helper.c:1365
15186msgid "url where to clone the submodule from"
15187msgstr ""
15188
15189#: builtin/submodule--helper.c:1373
15190msgid "depth for shallow clones"
15191msgstr ""
15192
15193#: builtin/submodule--helper.c:1376 builtin/submodule--helper.c:1751
15194msgid "force cloning progress"
15195msgstr ""
15196
15197#: builtin/submodule--helper.c:1381
15198msgid ""
15199"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
15200"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
15201msgstr ""
15202
15203#: builtin/submodule--helper.c:1412
15204#, c-format
15205msgid "clone of '%s' into submodule path '%s' failed"
15206msgstr ""
15207
15208#: builtin/submodule--helper.c:1426
15209#, c-format
15210msgid "could not get submodule directory for '%s'"
15211msgstr ""
15212
15213#: builtin/submodule--helper.c:1492
15214#, c-format
15215msgid "Submodule path '%s' not initialized"
15216msgstr ""
15217
15218#: builtin/submodule--helper.c:1496
15219msgid "Maybe you want to use 'update --init'?"
15220msgstr ""
15221
15222#: builtin/submodule--helper.c:1525
15223#, c-format
15224msgid "Skipping unmerged submodule %s"
15225msgstr ""
15226
15227#: builtin/submodule--helper.c:1554
15228#, c-format
15229msgid "Skipping submodule '%s'"
15230msgstr ""
15231
15232#: builtin/submodule--helper.c:1689
15233#, c-format
15234msgid "Failed to clone '%s'. Retry scheduled"
15235msgstr ""
15236
15237#: builtin/submodule--helper.c:1700
15238#, c-format
15239msgid "Failed to clone '%s' a second time, aborting"
15240msgstr ""
15241
15242#: builtin/submodule--helper.c:1730 builtin/submodule--helper.c:1953
15243msgid "path into the working tree"
15244msgstr ""
15245
15246#: builtin/submodule--helper.c:1733
15247msgid "path into the working tree, across nested submodule boundaries"
15248msgstr ""
15249
15250#: builtin/submodule--helper.c:1737
15251msgid "rebase, merge, checkout or none"
15252msgstr ""
15253
15254#: builtin/submodule--helper.c:1743
15255msgid "Create a shallow clone truncated to the specified number of revisions"
15256msgstr ""
15257
15258#: builtin/submodule--helper.c:1746
15259msgid "parallel jobs"
15260msgstr ""
15261
15262#: builtin/submodule--helper.c:1748
15263msgid "whether the initial clone should follow the shallow recommendation"
15264msgstr ""
15265
15266#: builtin/submodule--helper.c:1749
15267msgid "don't print cloning progress"
15268msgstr ""
15269
15270#: builtin/submodule--helper.c:1756
15271msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
15272msgstr ""
15273
15274#: builtin/submodule--helper.c:1769
15275msgid "bad value for update parameter"
15276msgstr ""
15277
15278#: builtin/submodule--helper.c:1837
15279#, c-format
15280msgid ""
15281"Submodule (%s) branch configured to inherit branch from superproject, but "
15282"the superproject is not on any branch"
15283msgstr ""
15284
15285#: builtin/submodule--helper.c:1954
15286msgid "recurse into submodules"
15287msgstr ""
15288
15289#: builtin/submodule--helper.c:1960
15290msgid "git submodule--helper embed-git-dir [<path>...]"
15291msgstr ""
15292
15293#: builtin/submodule--helper.c:2071
15294#, c-format
15295msgid "%s doesn't support --super-prefix"
15296msgstr ""
15297
15298#: builtin/submodule--helper.c:2077
15299#, c-format
15300msgid "'%s' is not a valid submodule--helper subcommand"
15301msgstr ""
15302
15303#: builtin/symbolic-ref.c:8
15304msgid "git symbolic-ref [<options>] <name> [<ref>]"
15305msgstr ""
15306
15307#: builtin/symbolic-ref.c:9
15308msgid "git symbolic-ref -d [-q] <name>"
15309msgstr ""
15310
15311#: builtin/symbolic-ref.c:40
15312msgid "suppress error message for non-symbolic (detached) refs"
15313msgstr ""
15314
15315#: builtin/symbolic-ref.c:41
15316msgid "delete symbolic ref"
15317msgstr ""
15318
15319#: builtin/symbolic-ref.c:42
15320msgid "shorten ref output"
15321msgstr ""
15322
15323#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15324msgid "reason"
15325msgstr ""
15326
15327#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
15328msgid "reason of the update"
15329msgstr ""
15330
15331#: builtin/tag.c:25
15332msgid ""
15333"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
15334"[<head>]"
15335msgstr ""
15336
15337#: builtin/tag.c:26
15338msgid "git tag -d <tagname>..."
15339msgstr ""
15340
15341#: builtin/tag.c:27
15342msgid ""
15343"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
15344"points-at <object>]\n"
15345"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
15346msgstr ""
15347
15348#: builtin/tag.c:29
15349msgid "git tag -v [--format=<format>] <tagname>..."
15350msgstr ""
15351
15352#: builtin/tag.c:87
15353#, c-format
15354msgid "tag '%s' not found."
15355msgstr ""
15356
15357#: builtin/tag.c:103
15358#, c-format
15359msgid "Deleted tag '%s' (was %s)\n"
15360msgstr ""
15361
15362#: builtin/tag.c:133
15363#, c-format
15364msgid ""
15365"\n"
15366"Write a message for tag:\n"
15367"  %s\n"
15368"Lines starting with '%c' will be ignored.\n"
15369msgstr ""
15370
15371#: builtin/tag.c:137
15372#, c-format
15373msgid ""
15374"\n"
15375"Write a message for tag:\n"
15376"  %s\n"
15377"Lines starting with '%c' will be kept; you may remove them yourself if you "
15378"want to.\n"
15379msgstr ""
15380
15381#: builtin/tag.c:191
15382msgid "unable to sign the tag"
15383msgstr ""
15384
15385#: builtin/tag.c:193
15386msgid "unable to write tag file"
15387msgstr ""
15388
15389#: builtin/tag.c:218
15390msgid "bad object type."
15391msgstr ""
15392
15393#: builtin/tag.c:267
15394msgid "no tag message?"
15395msgstr ""
15396
15397#: builtin/tag.c:274
15398#, c-format
15399msgid "The tag message has been left in %s\n"
15400msgstr ""
15401
15402#: builtin/tag.c:383
15403msgid "list tag names"
15404msgstr ""
15405
15406#: builtin/tag.c:385
15407msgid "print <n> lines of each tag message"
15408msgstr ""
15409
15410#: builtin/tag.c:387
15411msgid "delete tags"
15412msgstr ""
15413
15414#: builtin/tag.c:388
15415msgid "verify tags"
15416msgstr ""
15417
15418#: builtin/tag.c:390
15419msgid "Tag creation options"
15420msgstr ""
15421
15422#: builtin/tag.c:392
15423msgid "annotated tag, needs a message"
15424msgstr ""
15425
15426#: builtin/tag.c:394
15427msgid "tag message"
15428msgstr ""
15429
15430#: builtin/tag.c:396
15431msgid "force edit of tag message"
15432msgstr ""
15433
15434#: builtin/tag.c:397
15435msgid "annotated and GPG-signed tag"
15436msgstr ""
15437
15438#: builtin/tag.c:401
15439msgid "use another key to sign the tag"
15440msgstr ""
15441
15442#: builtin/tag.c:402
15443msgid "replace the tag if exists"
15444msgstr ""
15445
15446#: builtin/tag.c:403 builtin/update-ref.c:369
15447msgid "create a reflog"
15448msgstr ""
15449
15450#: builtin/tag.c:405
15451msgid "Tag listing options"
15452msgstr ""
15453
15454#: builtin/tag.c:406
15455msgid "show tag list in columns"
15456msgstr ""
15457
15458#: builtin/tag.c:407 builtin/tag.c:409
15459msgid "print only tags that contain the commit"
15460msgstr ""
15461
15462#: builtin/tag.c:408 builtin/tag.c:410
15463msgid "print only tags that don't contain the commit"
15464msgstr ""
15465
15466#: builtin/tag.c:411
15467msgid "print only tags that are merged"
15468msgstr ""
15469
15470#: builtin/tag.c:412
15471msgid "print only tags that are not merged"
15472msgstr ""
15473
15474#: builtin/tag.c:417
15475msgid "print only tags of the object"
15476msgstr ""
15477
15478#: builtin/tag.c:461
15479msgid "--column and -n are incompatible"
15480msgstr ""
15481
15482#: builtin/tag.c:483
15483msgid "-n option is only allowed in list mode"
15484msgstr ""
15485
15486#: builtin/tag.c:485
15487msgid "--contains option is only allowed in list mode"
15488msgstr ""
15489
15490#: builtin/tag.c:487
15491msgid "--no-contains option is only allowed in list mode"
15492msgstr ""
15493
15494#: builtin/tag.c:489
15495msgid "--points-at option is only allowed in list mode"
15496msgstr ""
15497
15498#: builtin/tag.c:491
15499msgid "--merged and --no-merged options are only allowed in list mode"
15500msgstr ""
15501
15502#: builtin/tag.c:502
15503msgid "only one -F or -m option is allowed."
15504msgstr ""
15505
15506#: builtin/tag.c:521
15507msgid "too many params"
15508msgstr ""
15509
15510#: builtin/tag.c:527
15511#, c-format
15512msgid "'%s' is not a valid tag name."
15513msgstr ""
15514
15515#: builtin/tag.c:532
15516#, c-format
15517msgid "tag '%s' already exists"
15518msgstr ""
15519
15520#: builtin/tag.c:563
15521#, c-format
15522msgid "Updated tag '%s' (was %s)\n"
15523msgstr ""
15524
15525#: builtin/unpack-objects.c:500
15526msgid "Unpacking objects"
15527msgstr ""
15528
15529#: builtin/update-index.c:82
15530#, c-format
15531msgid "failed to create directory %s"
15532msgstr ""
15533
15534#: builtin/update-index.c:98
15535#, c-format
15536msgid "failed to create file %s"
15537msgstr ""
15538
15539#: builtin/update-index.c:106
15540#, c-format
15541msgid "failed to delete file %s"
15542msgstr ""
15543
15544#: builtin/update-index.c:113 builtin/update-index.c:219
15545#, c-format
15546msgid "failed to delete directory %s"
15547msgstr ""
15548
15549#: builtin/update-index.c:138
15550#, c-format
15551msgid "Testing mtime in '%s' "
15552msgstr ""
15553
15554#: builtin/update-index.c:152
15555msgid "directory stat info does not change after adding a new file"
15556msgstr ""
15557
15558#: builtin/update-index.c:165
15559msgid "directory stat info does not change after adding a new directory"
15560msgstr ""
15561
15562#: builtin/update-index.c:178
15563msgid "directory stat info changes after updating a file"
15564msgstr ""
15565
15566#: builtin/update-index.c:189
15567msgid "directory stat info changes after adding a file inside subdirectory"
15568msgstr ""
15569
15570#: builtin/update-index.c:200
15571msgid "directory stat info does not change after deleting a file"
15572msgstr ""
15573
15574#: builtin/update-index.c:213
15575msgid "directory stat info does not change after deleting a directory"
15576msgstr ""
15577
15578#: builtin/update-index.c:220
15579msgid " OK"
15580msgstr ""
15581
15582#: builtin/update-index.c:588
15583msgid "git update-index [<options>] [--] [<file>...]"
15584msgstr ""
15585
15586#: builtin/update-index.c:944
15587msgid "continue refresh even when index needs update"
15588msgstr ""
15589
15590#: builtin/update-index.c:947
15591msgid "refresh: ignore submodules"
15592msgstr ""
15593
15594#: builtin/update-index.c:950
15595msgid "do not ignore new files"
15596msgstr ""
15597
15598#: builtin/update-index.c:952
15599msgid "let files replace directories and vice-versa"
15600msgstr ""
15601
15602#: builtin/update-index.c:954
15603msgid "notice files missing from worktree"
15604msgstr ""
15605
15606#: builtin/update-index.c:956
15607msgid "refresh even if index contains unmerged entries"
15608msgstr ""
15609
15610#: builtin/update-index.c:959
15611msgid "refresh stat information"
15612msgstr ""
15613
15614#: builtin/update-index.c:963
15615msgid "like --refresh, but ignore assume-unchanged setting"
15616msgstr ""
15617
15618#: builtin/update-index.c:967
15619msgid "<mode>,<object>,<path>"
15620msgstr ""
15621
15622#: builtin/update-index.c:968
15623msgid "add the specified entry to the index"
15624msgstr ""
15625
15626#: builtin/update-index.c:977
15627msgid "mark files as \"not changing\""
15628msgstr ""
15629
15630#: builtin/update-index.c:980
15631msgid "clear assumed-unchanged bit"
15632msgstr ""
15633
15634#: builtin/update-index.c:983
15635msgid "mark files as \"index-only\""
15636msgstr ""
15637
15638#: builtin/update-index.c:986
15639msgid "clear skip-worktree bit"
15640msgstr ""
15641
15642#: builtin/update-index.c:989
15643msgid "add to index only; do not add content to object database"
15644msgstr ""
15645
15646#: builtin/update-index.c:991
15647msgid "remove named paths even if present in worktree"
15648msgstr ""
15649
15650#: builtin/update-index.c:993
15651msgid "with --stdin: input lines are terminated by null bytes"
15652msgstr ""
15653
15654#: builtin/update-index.c:995
15655msgid "read list of paths to be updated from standard input"
15656msgstr ""
15657
15658#: builtin/update-index.c:999
15659msgid "add entries from standard input to the index"
15660msgstr ""
15661
15662#: builtin/update-index.c:1003
15663msgid "repopulate stages #2 and #3 for the listed paths"
15664msgstr ""
15665
15666#: builtin/update-index.c:1007
15667msgid "only update entries that differ from HEAD"
15668msgstr ""
15669
15670#: builtin/update-index.c:1011
15671msgid "ignore files missing from worktree"
15672msgstr ""
15673
15674#: builtin/update-index.c:1014
15675msgid "report actions to standard output"
15676msgstr ""
15677
15678#: builtin/update-index.c:1016
15679msgid "(for porcelains) forget saved unresolved conflicts"
15680msgstr ""
15681
15682#: builtin/update-index.c:1020
15683msgid "write index in this format"
15684msgstr ""
15685
15686#: builtin/update-index.c:1022
15687msgid "enable or disable split index"
15688msgstr ""
15689
15690#: builtin/update-index.c:1024
15691msgid "enable/disable untracked cache"
15692msgstr ""
15693
15694#: builtin/update-index.c:1026
15695msgid "test if the filesystem supports untracked cache"
15696msgstr ""
15697
15698#: builtin/update-index.c:1028
15699msgid "enable untracked cache without testing the filesystem"
15700msgstr ""
15701
15702#: builtin/update-index.c:1030
15703msgid "write out the index even if is not flagged as changed"
15704msgstr ""
15705
15706#: builtin/update-index.c:1032
15707msgid "enable or disable file system monitor"
15708msgstr ""
15709
15710#: builtin/update-index.c:1034
15711msgid "mark files as fsmonitor valid"
15712msgstr ""
15713
15714#: builtin/update-index.c:1037
15715msgid "clear fsmonitor valid bit"
15716msgstr ""
15717
15718#: builtin/update-index.c:1136
15719msgid ""
15720"core.splitIndex is set to false; remove or change it, if you really want to "
15721"enable split index"
15722msgstr ""
15723
15724#: builtin/update-index.c:1145
15725msgid ""
15726"core.splitIndex is set to true; remove or change it, if you really want to "
15727"disable split index"
15728msgstr ""
15729
15730#: builtin/update-index.c:1156
15731msgid ""
15732"core.untrackedCache is set to true; remove or change it, if you really want "
15733"to disable the untracked cache"
15734msgstr ""
15735
15736#: builtin/update-index.c:1160
15737msgid "Untracked cache disabled"
15738msgstr ""
15739
15740#: builtin/update-index.c:1168
15741msgid ""
15742"core.untrackedCache is set to false; remove or change it, if you really want "
15743"to enable the untracked cache"
15744msgstr ""
15745
15746#: builtin/update-index.c:1172
15747#, c-format
15748msgid "Untracked cache enabled for '%s'"
15749msgstr ""
15750
15751#: builtin/update-index.c:1180
15752msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
15753msgstr ""
15754
15755#: builtin/update-index.c:1184
15756msgid "fsmonitor enabled"
15757msgstr ""
15758
15759#: builtin/update-index.c:1187
15760msgid ""
15761"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
15762msgstr ""
15763
15764#: builtin/update-index.c:1191
15765msgid "fsmonitor disabled"
15766msgstr ""
15767
15768#: builtin/update-ref.c:10
15769msgid "git update-ref [<options>] -d <refname> [<old-val>]"
15770msgstr ""
15771
15772#: builtin/update-ref.c:11
15773msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
15774msgstr ""
15775
15776#: builtin/update-ref.c:12
15777msgid "git update-ref [<options>] --stdin [-z]"
15778msgstr ""
15779
15780#: builtin/update-ref.c:364
15781msgid "delete the reference"
15782msgstr ""
15783
15784#: builtin/update-ref.c:366
15785msgid "update <refname> not the one it points to"
15786msgstr ""
15787
15788#: builtin/update-ref.c:367
15789msgid "stdin has NUL-terminated arguments"
15790msgstr ""
15791
15792#: builtin/update-ref.c:368
15793msgid "read updates from stdin"
15794msgstr ""
15795
15796#: builtin/update-server-info.c:7
15797msgid "git update-server-info [--force]"
15798msgstr ""
15799
15800#: builtin/update-server-info.c:15
15801msgid "update the info files from scratch"
15802msgstr ""
15803
15804#: builtin/upload-pack.c:11
15805msgid "git upload-pack [<options>] <dir>"
15806msgstr ""
15807
15808#: builtin/upload-pack.c:25
15809msgid "exit immediately after initial ref advertisement"
15810msgstr ""
15811
15812#: builtin/upload-pack.c:27
15813msgid "do not try <directory>/.git/ if <directory> is no Git directory"
15814msgstr ""
15815
15816#: builtin/upload-pack.c:29
15817msgid "interrupt transfer after <n> seconds of inactivity"
15818msgstr ""
15819
15820#: builtin/verify-commit.c:20
15821msgid "git verify-commit [-v | --verbose] <commit>..."
15822msgstr ""
15823
15824#: builtin/verify-commit.c:76
15825msgid "print commit contents"
15826msgstr ""
15827
15828#: builtin/verify-commit.c:77 builtin/verify-tag.c:38
15829msgid "print raw gpg status output"
15830msgstr ""
15831
15832#: builtin/verify-pack.c:55
15833msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
15834msgstr ""
15835
15836#: builtin/verify-pack.c:65
15837msgid "verbose"
15838msgstr ""
15839
15840#: builtin/verify-pack.c:67
15841msgid "show statistics only"
15842msgstr ""
15843
15844#: builtin/verify-tag.c:19
15845msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
15846msgstr ""
15847
15848#: builtin/verify-tag.c:37
15849msgid "print tag contents"
15850msgstr ""
15851
15852#: builtin/worktree.c:17
15853msgid "git worktree add [<options>] <path> [<commit-ish>]"
15854msgstr ""
15855
15856#: builtin/worktree.c:18
15857msgid "git worktree list [<options>]"
15858msgstr ""
15859
15860#: builtin/worktree.c:19
15861msgid "git worktree lock [<options>] <path>"
15862msgstr ""
15863
15864#: builtin/worktree.c:20
15865msgid "git worktree move <worktree> <new-path>"
15866msgstr ""
15867
15868#: builtin/worktree.c:21
15869msgid "git worktree prune [<options>]"
15870msgstr ""
15871
15872#: builtin/worktree.c:22
15873msgid "git worktree remove [<options>] <worktree>"
15874msgstr ""
15875
15876#: builtin/worktree.c:23
15877msgid "git worktree unlock <path>"
15878msgstr ""
15879
15880#: builtin/worktree.c:58
15881#, c-format
15882msgid "Removing worktrees/%s: not a valid directory"
15883msgstr ""
15884
15885#: builtin/worktree.c:64
15886#, c-format
15887msgid "Removing worktrees/%s: gitdir file does not exist"
15888msgstr ""
15889
15890#: builtin/worktree.c:69 builtin/worktree.c:78
15891#, c-format
15892msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
15893msgstr ""
15894
15895#: builtin/worktree.c:88
15896#, c-format
15897msgid ""
15898"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
15899"%<PRIuMAX>)"
15900msgstr ""
15901
15902#: builtin/worktree.c:96
15903#, c-format
15904msgid "Removing worktrees/%s: invalid gitdir file"
15905msgstr ""
15906
15907#: builtin/worktree.c:105
15908#, c-format
15909msgid "Removing worktrees/%s: gitdir file points to non-existent location"
15910msgstr ""
15911
15912#: builtin/worktree.c:152
15913msgid "report pruned working trees"
15914msgstr ""
15915
15916#: builtin/worktree.c:154
15917msgid "expire working trees older than <time>"
15918msgstr ""
15919
15920#: builtin/worktree.c:229
15921#, c-format
15922msgid "'%s' already exists"
15923msgstr ""
15924
15925#: builtin/worktree.c:260
15926#, c-format
15927msgid "could not create directory of '%s'"
15928msgstr ""
15929
15930#: builtin/worktree.c:373 builtin/worktree.c:379
15931#, c-format
15932msgid "Preparing worktree (new branch '%s')"
15933msgstr ""
15934
15935#: builtin/worktree.c:375
15936#, c-format
15937msgid "Preparing worktree (resetting branch '%s'; was at %s)"
15938msgstr ""
15939
15940#: builtin/worktree.c:384
15941#, c-format
15942msgid "Preparing worktree (checking out '%s')"
15943msgstr ""
15944
15945#: builtin/worktree.c:390
15946#, c-format
15947msgid "Preparing worktree (detached HEAD %s)"
15948msgstr ""
15949
15950#: builtin/worktree.c:431
15951msgid "checkout <branch> even if already checked out in other worktree"
15952msgstr ""
15953
15954#: builtin/worktree.c:434
15955msgid "create a new branch"
15956msgstr ""
15957
15958#: builtin/worktree.c:436
15959msgid "create or reset a branch"
15960msgstr ""
15961
15962#: builtin/worktree.c:438
15963msgid "populate the new working tree"
15964msgstr ""
15965
15966#: builtin/worktree.c:439
15967msgid "keep the new working tree locked"
15968msgstr ""
15969
15970#: builtin/worktree.c:441
15971msgid "set up tracking mode (see git-branch(1))"
15972msgstr ""
15973
15974#: builtin/worktree.c:444
15975msgid "try to match the new branch name with a remote-tracking branch"
15976msgstr ""
15977
15978#: builtin/worktree.c:452
15979msgid "-b, -B, and --detach are mutually exclusive"
15980msgstr ""
15981
15982#: builtin/worktree.c:511
15983msgid "--[no-]track can only be used if a new branch is created"
15984msgstr ""
15985
15986#: builtin/worktree.c:611
15987msgid "reason for locking"
15988msgstr ""
15989
15990#: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
15991#: builtin/worktree.c:850
15992#, c-format
15993msgid "'%s' is not a working tree"
15994msgstr ""
15995
15996#: builtin/worktree.c:625 builtin/worktree.c:658
15997msgid "The main working tree cannot be locked or unlocked"
15998msgstr ""
15999
16000#: builtin/worktree.c:630
16001#, c-format
16002msgid "'%s' is already locked, reason: %s"
16003msgstr ""
16004
16005#: builtin/worktree.c:632
16006#, c-format
16007msgid "'%s' is already locked"
16008msgstr ""
16009
16010#: builtin/worktree.c:660
16011#, c-format
16012msgid "'%s' is not locked"
16013msgstr ""
16014
16015#: builtin/worktree.c:685
16016msgid "working trees containing submodules cannot be moved or removed"
16017msgstr ""
16018
16019#: builtin/worktree.c:712 builtin/worktree.c:852
16020#, c-format
16021msgid "'%s' is a main working tree"
16022msgstr ""
16023
16024#: builtin/worktree.c:717
16025#, c-format
16026msgid "could not figure out destination name from '%s'"
16027msgstr ""
16028
16029#: builtin/worktree.c:723
16030#, c-format
16031msgid "target '%s' already exists"
16032msgstr ""
16033
16034#: builtin/worktree.c:730
16035#, c-format
16036msgid "cannot move a locked working tree, lock reason: %s"
16037msgstr ""
16038
16039#: builtin/worktree.c:732
16040msgid "cannot move a locked working tree"
16041msgstr ""
16042
16043#: builtin/worktree.c:735
16044#, c-format
16045msgid "validation failed, cannot move working tree: %s"
16046msgstr ""
16047
16048#: builtin/worktree.c:740
16049#, c-format
16050msgid "failed to move '%s' to '%s'"
16051msgstr ""
16052
16053#: builtin/worktree.c:788
16054#, c-format
16055msgid "failed to run 'git status' on '%s'"
16056msgstr ""
16057
16058#: builtin/worktree.c:792
16059#, c-format
16060msgid "'%s' is dirty, use --force to delete it"
16061msgstr ""
16062
16063#: builtin/worktree.c:797
16064#, c-format
16065msgid "failed to run 'git status' on '%s', code %d"
16066msgstr ""
16067
16068#: builtin/worktree.c:808 builtin/worktree.c:822
16069#, c-format
16070msgid "failed to delete '%s'"
16071msgstr ""
16072
16073#: builtin/worktree.c:834
16074msgid "force removing even if the worktree is dirty"
16075msgstr ""
16076
16077#: builtin/worktree.c:856
16078#, c-format
16079msgid "cannot remove a locked working tree, lock reason: %s"
16080msgstr ""
16081
16082#: builtin/worktree.c:858
16083msgid "cannot remove a locked working tree"
16084msgstr ""
16085
16086#: builtin/worktree.c:861
16087#, c-format
16088msgid "validation failed, cannot remove working tree: %s"
16089msgstr ""
16090
16091#: builtin/write-tree.c:14
16092msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
16093msgstr ""
16094
16095#: builtin/write-tree.c:27
16096msgid "<prefix>/"
16097msgstr ""
16098
16099#: builtin/write-tree.c:28
16100msgid "write tree object for a subdirectory <prefix>"
16101msgstr ""
16102
16103#: builtin/write-tree.c:30
16104msgid "only useful for debugging"
16105msgstr ""
16106
16107#: credential-cache--daemon.c:222
16108#, c-format
16109msgid ""
16110"The permissions on your socket directory are too loose; other\n"
16111"users may be able to read your cached credentials. Consider running:\n"
16112"\n"
16113"\tchmod 0700 %s"
16114msgstr ""
16115
16116#: credential-cache--daemon.c:271
16117msgid "print debugging messages to stderr"
16118msgstr ""
16119
16120#: git.c:27
16121msgid ""
16122"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
16123"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
16124"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
16125"bare]\n"
16126"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
16127"           <command> [<args>]"
16128msgstr ""
16129
16130#: git.c:34
16131msgid ""
16132"'git help -a' and 'git help -g' list available subcommands and some\n"
16133"concept guides. See 'git help <command>' or 'git help <concept>'\n"
16134"to read about a specific subcommand or concept."
16135msgstr ""
16136
16137#: git.c:173
16138#, c-format
16139msgid "no directory given for --git-dir\n"
16140msgstr ""
16141
16142#: git.c:187
16143#, c-format
16144msgid "no namespace given for --namespace\n"
16145msgstr ""
16146
16147#: git.c:201
16148#, c-format
16149msgid "no directory given for --work-tree\n"
16150msgstr ""
16151
16152#: git.c:215
16153#, c-format
16154msgid "no prefix given for --super-prefix\n"
16155msgstr ""
16156
16157#: git.c:237
16158#, c-format
16159msgid "-c expects a configuration string\n"
16160msgstr ""
16161
16162#: git.c:275
16163#, c-format
16164msgid "no directory given for -C\n"
16165msgstr ""
16166
16167#: git.c:300
16168#, c-format
16169msgid "unknown option: %s\n"
16170msgstr ""
16171
16172#: git.c:770
16173#, c-format
16174msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
16175msgstr ""
16176
16177#: git.c:782
16178#, c-format
16179msgid "failed to run command '%s': %s\n"
16180msgstr ""
16181
16182#: http.c:348
16183#, c-format
16184msgid "negative value for http.postbuffer; defaulting to %d"
16185msgstr ""
16186
16187#: http.c:369
16188msgid "Delegation control is not supported with cURL < 7.22.0"
16189msgstr ""
16190
16191#: http.c:378
16192msgid "Public key pinning not supported with cURL < 7.44.0"
16193msgstr ""
16194
16195#: http.c:1854
16196#, c-format
16197msgid ""
16198"unable to update url base from redirection:\n"
16199"  asked for: %s\n"
16200"   redirect: %s"
16201msgstr ""
16202
16203#: remote-curl.c:401
16204#, c-format
16205msgid "redirecting to %s"
16206msgstr ""
16207
16208#: list-objects-filter-options.h:59
16209msgid "args"
16210msgstr ""
16211
16212#: list-objects-filter-options.h:60
16213msgid "object filtering"
16214msgstr ""
16215
16216#: parse-options.h:157
16217msgid "expiry-date"
16218msgstr ""
16219
16220#: parse-options.h:172
16221msgid "no-op (backward compatibility)"
16222msgstr ""
16223
16224#: parse-options.h:251
16225msgid "be more verbose"
16226msgstr ""
16227
16228#: parse-options.h:253
16229msgid "be more quiet"
16230msgstr ""
16231
16232#: parse-options.h:259
16233msgid "use <n> digits to display SHA-1s"
16234msgstr ""
16235
16236#: command-list.h:50
16237msgid "Add file contents to the index"
16238msgstr ""
16239
16240#: command-list.h:51
16241msgid "Apply a series of patches from a mailbox"
16242msgstr ""
16243
16244#: command-list.h:52
16245msgid "Annotate file lines with commit information"
16246msgstr ""
16247
16248#: command-list.h:53
16249msgid "Apply a patch to files and/or to the index"
16250msgstr ""
16251
16252#: command-list.h:54
16253msgid "Import an Arch repository into Git"
16254msgstr ""
16255
16256#: command-list.h:55
16257msgid "Create an archive of files from a named tree"
16258msgstr ""
16259
16260#: command-list.h:56
16261msgid "Use binary search to find the commit that introduced a bug"
16262msgstr ""
16263
16264#: command-list.h:57
16265msgid "Show what revision and author last modified each line of a file"
16266msgstr ""
16267
16268#: command-list.h:58
16269msgid "List, create, or delete branches"
16270msgstr ""
16271
16272#: command-list.h:59
16273msgid "Move objects and refs by archive"
16274msgstr ""
16275
16276#: command-list.h:60
16277msgid "Provide content or type and size information for repository objects"
16278msgstr ""
16279
16280#: command-list.h:61
16281msgid "Display gitattributes information"
16282msgstr ""
16283
16284#: command-list.h:62
16285msgid "Debug gitignore / exclude files"
16286msgstr ""
16287
16288#: command-list.h:63
16289msgid "Show canonical names and email addresses of contacts"
16290msgstr ""
16291
16292#: command-list.h:64
16293msgid "Switch branches or restore working tree files"
16294msgstr ""
16295
16296#: command-list.h:65
16297msgid "Copy files from the index to the working tree"
16298msgstr ""
16299
16300#: command-list.h:66
16301msgid "Ensures that a reference name is well formed"
16302msgstr ""
16303
16304#: command-list.h:67
16305msgid "Find commits yet to be applied to upstream"
16306msgstr ""
16307
16308#: command-list.h:68
16309msgid "Apply the changes introduced by some existing commits"
16310msgstr ""
16311
16312#: command-list.h:69
16313msgid "Graphical alternative to git-commit"
16314msgstr ""
16315
16316#: command-list.h:70
16317msgid "Remove untracked files from the working tree"
16318msgstr ""
16319
16320#: command-list.h:71
16321msgid "Clone a repository into a new directory"
16322msgstr ""
16323
16324#: command-list.h:72
16325msgid "Display data in columns"
16326msgstr ""
16327
16328#: command-list.h:73
16329msgid "Record changes to the repository"
16330msgstr ""
16331
16332#: command-list.h:74
16333msgid "Write and verify Git commit graph files"
16334msgstr ""
16335
16336#: command-list.h:75
16337msgid "Create a new commit object"
16338msgstr ""
16339
16340#: command-list.h:76
16341msgid "Get and set repository or global options"
16342msgstr ""
16343
16344#: command-list.h:77
16345msgid "Count unpacked number of objects and their disk consumption"
16346msgstr ""
16347
16348#: command-list.h:78
16349msgid "Retrieve and store user credentials"
16350msgstr ""
16351
16352#: command-list.h:79
16353msgid "Helper to temporarily store passwords in memory"
16354msgstr ""
16355
16356#: command-list.h:80
16357msgid "Helper to store credentials on disk"
16358msgstr ""
16359
16360#: command-list.h:81
16361msgid "Export a single commit to a CVS checkout"
16362msgstr ""
16363
16364#: command-list.h:82
16365msgid "Salvage your data out of another SCM people love to hate"
16366msgstr ""
16367
16368#: command-list.h:83
16369msgid "A CVS server emulator for Git"
16370msgstr ""
16371
16372#: command-list.h:84
16373msgid "A really simple server for Git repositories"
16374msgstr ""
16375
16376#: command-list.h:85
16377msgid "Give an object a human readable name based on an available ref"
16378msgstr ""
16379
16380#: command-list.h:86
16381msgid "Show changes between commits, commit and working tree, etc"
16382msgstr ""
16383
16384#: command-list.h:87
16385msgid "Compares files in the working tree and the index"
16386msgstr ""
16387
16388#: command-list.h:88
16389msgid "Compare a tree to the working tree or index"
16390msgstr ""
16391
16392#: command-list.h:89
16393msgid "Compares the content and mode of blobs found via two tree objects"
16394msgstr ""
16395
16396#: command-list.h:90
16397msgid "Show changes using common diff tools"
16398msgstr ""
16399
16400#: command-list.h:91
16401msgid "Git data exporter"
16402msgstr ""
16403
16404#: command-list.h:92
16405msgid "Backend for fast Git data importers"
16406msgstr ""
16407
16408#: command-list.h:93
16409msgid "Download objects and refs from another repository"
16410msgstr ""
16411
16412#: command-list.h:94
16413msgid "Receive missing objects from another repository"
16414msgstr ""
16415
16416#: command-list.h:95
16417msgid "Rewrite branches"
16418msgstr ""
16419
16420#: command-list.h:96
16421msgid "Produce a merge commit message"
16422msgstr ""
16423
16424#: command-list.h:97
16425msgid "Output information on each ref"
16426msgstr ""
16427
16428#: command-list.h:98
16429msgid "Prepare patches for e-mail submission"
16430msgstr ""
16431
16432#: command-list.h:99
16433msgid "Verifies the connectivity and validity of the objects in the database"
16434msgstr ""
16435
16436#: command-list.h:100
16437msgid "Cleanup unnecessary files and optimize the local repository"
16438msgstr ""
16439
16440#: command-list.h:101
16441msgid "Extract commit ID from an archive created using git-archive"
16442msgstr ""
16443
16444#: command-list.h:102
16445msgid "Print lines matching a pattern"
16446msgstr ""
16447
16448#: command-list.h:103
16449msgid "A portable graphical interface to Git"
16450msgstr ""
16451
16452#: command-list.h:104
16453msgid "Compute object ID and optionally creates a blob from a file"
16454msgstr ""
16455
16456#: command-list.h:105
16457msgid "Display help information about Git"
16458msgstr ""
16459
16460#: command-list.h:106
16461msgid "Server side implementation of Git over HTTP"
16462msgstr ""
16463
16464#: command-list.h:107
16465msgid "Download from a remote Git repository via HTTP"
16466msgstr ""
16467
16468#: command-list.h:108
16469msgid "Push objects over HTTP/DAV to another repository"
16470msgstr ""
16471
16472#: command-list.h:109
16473msgid "Send a collection of patches from stdin to an IMAP folder"
16474msgstr ""
16475
16476#: command-list.h:110
16477msgid "Build pack index file for an existing packed archive"
16478msgstr ""
16479
16480#: command-list.h:111
16481msgid "Create an empty Git repository or reinitialize an existing one"
16482msgstr ""
16483
16484#: command-list.h:112
16485msgid "Instantly browse your working repository in gitweb"
16486msgstr ""
16487
16488#: command-list.h:113
16489msgid "add or parse structured information in commit messages"
16490msgstr ""
16491
16492#: command-list.h:114
16493msgid "The Git repository browser"
16494msgstr ""
16495
16496#: command-list.h:115
16497msgid "Show commit logs"
16498msgstr ""
16499
16500#: command-list.h:116
16501msgid "Show information about files in the index and the working tree"
16502msgstr ""
16503
16504#: command-list.h:117
16505msgid "List references in a remote repository"
16506msgstr ""
16507
16508#: command-list.h:118
16509msgid "List the contents of a tree object"
16510msgstr ""
16511
16512#: command-list.h:119
16513msgid "Extracts patch and authorship from a single e-mail message"
16514msgstr ""
16515
16516#: command-list.h:120
16517msgid "Simple UNIX mbox splitter program"
16518msgstr ""
16519
16520#: command-list.h:121
16521msgid "Join two or more development histories together"
16522msgstr ""
16523
16524#: command-list.h:122
16525msgid "Find as good common ancestors as possible for a merge"
16526msgstr ""
16527
16528#: command-list.h:123
16529msgid "Run a three-way file merge"
16530msgstr ""
16531
16532#: command-list.h:124
16533msgid "Run a merge for files needing merging"
16534msgstr ""
16535
16536#: command-list.h:125
16537msgid "The standard helper program to use with git-merge-index"
16538msgstr ""
16539
16540#: command-list.h:126
16541msgid "Run merge conflict resolution tools to resolve merge conflicts"
16542msgstr ""
16543
16544#: command-list.h:127
16545msgid "Show three-way merge without touching index"
16546msgstr ""
16547
16548#: command-list.h:128
16549msgid "Creates a tag object"
16550msgstr ""
16551
16552#: command-list.h:129
16553msgid "Build a tree-object from ls-tree formatted text"
16554msgstr ""
16555
16556#: command-list.h:130
16557msgid "Move or rename a file, a directory, or a symlink"
16558msgstr ""
16559
16560#: command-list.h:131
16561msgid "Find symbolic names for given revs"
16562msgstr ""
16563
16564#: command-list.h:132
16565msgid "Add or inspect object notes"
16566msgstr ""
16567
16568#: command-list.h:133
16569msgid "Import from and submit to Perforce repositories"
16570msgstr ""
16571
16572#: command-list.h:134
16573msgid "Create a packed archive of objects"
16574msgstr ""
16575
16576#: command-list.h:135
16577msgid "Find redundant pack files"
16578msgstr ""
16579
16580#: command-list.h:136
16581msgid "Pack heads and tags for efficient repository access"
16582msgstr ""
16583
16584#: command-list.h:137
16585msgid "Routines to help parsing remote repository access parameters"
16586msgstr ""
16587
16588#: command-list.h:138
16589msgid "Compute unique ID for a patch"
16590msgstr ""
16591
16592#: command-list.h:139
16593msgid "Prune all unreachable objects from the object database"
16594msgstr ""
16595
16596#: command-list.h:140
16597msgid "Remove extra objects that are already in pack files"
16598msgstr ""
16599
16600#: command-list.h:141
16601msgid "Fetch from and integrate with another repository or a local branch"
16602msgstr ""
16603
16604#: command-list.h:142
16605msgid "Update remote refs along with associated objects"
16606msgstr ""
16607
16608#: command-list.h:143
16609msgid "Applies a quilt patchset onto the current branch"
16610msgstr ""
16611
16612#: command-list.h:144
16613msgid "Compare two commit ranges (e.g. two versions of a branch)"
16614msgstr ""
16615
16616#: command-list.h:145
16617msgid "Reads tree information into the index"
16618msgstr ""
16619
16620#: command-list.h:146
16621msgid "Reapply commits on top of another base tip"
16622msgstr ""
16623
16624#: command-list.h:147
16625msgid "Receive what is pushed into the repository"
16626msgstr ""
16627
16628#: command-list.h:148
16629msgid "Manage reflog information"
16630msgstr ""
16631
16632#: command-list.h:149
16633msgid "Manage set of tracked repositories"
16634msgstr ""
16635
16636#: command-list.h:150
16637msgid "Pack unpacked objects in a repository"
16638msgstr ""
16639
16640#: command-list.h:151
16641msgid "Create, list, delete refs to replace objects"
16642msgstr ""
16643
16644#: command-list.h:152
16645msgid "Generates a summary of pending changes"
16646msgstr ""
16647
16648#: command-list.h:153
16649msgid "Reuse recorded resolution of conflicted merges"
16650msgstr ""
16651
16652#: command-list.h:154
16653msgid "Reset current HEAD to the specified state"
16654msgstr ""
16655
16656#: command-list.h:155
16657msgid "Revert some existing commits"
16658msgstr ""
16659
16660#: command-list.h:156
16661msgid "Lists commit objects in reverse chronological order"
16662msgstr ""
16663
16664#: command-list.h:157
16665msgid "Pick out and massage parameters"
16666msgstr ""
16667
16668#: command-list.h:158
16669msgid "Remove files from the working tree and from the index"
16670msgstr ""
16671
16672#: command-list.h:159
16673msgid "Send a collection of patches as emails"
16674msgstr ""
16675
16676#: command-list.h:160
16677msgid "Push objects over Git protocol to another repository"
16678msgstr ""
16679
16680#: command-list.h:161
16681msgid "Restricted login shell for Git-only SSH access"
16682msgstr ""
16683
16684#: command-list.h:162
16685msgid "Summarize 'git log' output"
16686msgstr ""
16687
16688#: command-list.h:163
16689msgid "Show various types of objects"
16690msgstr ""
16691
16692#: command-list.h:164
16693msgid "Show branches and their commits"
16694msgstr ""
16695
16696#: command-list.h:165
16697msgid "Show packed archive index"
16698msgstr ""
16699
16700#: command-list.h:166
16701msgid "List references in a local repository"
16702msgstr ""
16703
16704#: command-list.h:167
16705msgid "Git's i18n setup code for shell scripts"
16706msgstr ""
16707
16708#: command-list.h:168
16709msgid "Common Git shell script setup code"
16710msgstr ""
16711
16712#: command-list.h:169
16713msgid "Stash the changes in a dirty working directory away"
16714msgstr ""
16715
16716#: command-list.h:170
16717msgid "Add file contents to the staging area"
16718msgstr ""
16719
16720#: command-list.h:171
16721msgid "Show the working tree status"
16722msgstr ""
16723
16724#: command-list.h:172
16725msgid "Remove unnecessary whitespace"
16726msgstr ""
16727
16728#: command-list.h:173
16729msgid "Initialize, update or inspect submodules"
16730msgstr ""
16731
16732#: command-list.h:174
16733msgid "Bidirectional operation between a Subversion repository and Git"
16734msgstr ""
16735
16736#: command-list.h:175
16737msgid "Read, modify and delete symbolic refs"
16738msgstr ""
16739
16740#: command-list.h:176
16741msgid "Create, list, delete or verify a tag object signed with GPG"
16742msgstr ""
16743
16744#: command-list.h:177
16745msgid "Creates a temporary file with a blob's contents"
16746msgstr ""
16747
16748#: command-list.h:178
16749msgid "Unpack objects from a packed archive"
16750msgstr ""
16751
16752#: command-list.h:179
16753msgid "Register file contents in the working tree to the index"
16754msgstr ""
16755
16756#: command-list.h:180
16757msgid "Update the object name stored in a ref safely"
16758msgstr ""
16759
16760#: command-list.h:181
16761msgid "Update auxiliary info file to help dumb servers"
16762msgstr ""
16763
16764#: command-list.h:182
16765msgid "Send archive back to git-archive"
16766msgstr ""
16767
16768#: command-list.h:183
16769msgid "Send objects packed back to git-fetch-pack"
16770msgstr ""
16771
16772#: command-list.h:184
16773msgid "Show a Git logical variable"
16774msgstr ""
16775
16776#: command-list.h:185
16777msgid "Check the GPG signature of commits"
16778msgstr ""
16779
16780#: command-list.h:186
16781msgid "Validate packed Git archive files"
16782msgstr ""
16783
16784#: command-list.h:187
16785msgid "Check the GPG signature of tags"
16786msgstr ""
16787
16788#: command-list.h:188
16789msgid "Git web interface (web frontend to Git repositories)"
16790msgstr ""
16791
16792#: command-list.h:189
16793msgid "Show logs with difference each commit introduces"
16794msgstr ""
16795
16796#: command-list.h:190
16797msgid "Manage multiple working trees"
16798msgstr ""
16799
16800#: command-list.h:191
16801msgid "Create a tree object from the current index"
16802msgstr ""
16803
16804#: command-list.h:192
16805msgid "Defining attributes per path"
16806msgstr ""
16807
16808#: command-list.h:193
16809msgid "Git command-line interface and conventions"
16810msgstr ""
16811
16812#: command-list.h:194
16813msgid "A Git core tutorial for developers"
16814msgstr ""
16815
16816#: command-list.h:195
16817msgid "Git for CVS users"
16818msgstr ""
16819
16820#: command-list.h:196
16821msgid "Tweaking diff output"
16822msgstr ""
16823
16824#: command-list.h:197
16825msgid "A useful minimum set of commands for Everyday Git"
16826msgstr ""
16827
16828#: command-list.h:198
16829msgid "A Git Glossary"
16830msgstr ""
16831
16832#: command-list.h:199
16833msgid "Hooks used by Git"
16834msgstr ""
16835
16836#: command-list.h:200
16837msgid "Specifies intentionally untracked files to ignore"
16838msgstr ""
16839
16840#: command-list.h:201
16841msgid "Defining submodule properties"
16842msgstr ""
16843
16844#: command-list.h:202
16845msgid "Git namespaces"
16846msgstr ""
16847
16848#: command-list.h:203
16849msgid "Git Repository Layout"
16850msgstr ""
16851
16852#: command-list.h:204
16853msgid "Specifying revisions and ranges for Git"
16854msgstr ""
16855
16856#: command-list.h:205
16857msgid "A tutorial introduction to Git: part two"
16858msgstr ""
16859
16860#: command-list.h:206
16861msgid "A tutorial introduction to Git"
16862msgstr ""
16863
16864#: command-list.h:207
16865msgid "An overview of recommended workflows with Git"
16866msgstr ""
16867
16868#: rerere.h:40
16869msgid "update the index with reused conflict resolution if possible"
16870msgstr ""
16871
16872#: git-bisect.sh:54
16873msgid "You need to start by \"git bisect start\""
16874msgstr ""
16875
16876#. TRANSLATORS: Make sure to include [Y] and [n] in your
16877#. translation. The program will only accept English input
16878#. at this point.
16879#: git-bisect.sh:60
16880msgid "Do you want me to do it for you [Y/n]? "
16881msgstr ""
16882
16883#: git-bisect.sh:121
16884#, sh-format
16885msgid "unrecognised option: '$arg'"
16886msgstr ""
16887
16888#: git-bisect.sh:125
16889#, sh-format
16890msgid "'$arg' does not appear to be a valid revision"
16891msgstr ""
16892
16893#: git-bisect.sh:154
16894msgid "Bad HEAD - I need a HEAD"
16895msgstr ""
16896
16897#: git-bisect.sh:167
16898#, sh-format
16899msgid ""
16900"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
16901msgstr ""
16902
16903#: git-bisect.sh:177
16904msgid "won't bisect on cg-seek'ed tree"
16905msgstr ""
16906
16907#: git-bisect.sh:181
16908msgid "Bad HEAD - strange symbolic ref"
16909msgstr ""
16910
16911#: git-bisect.sh:233
16912#, sh-format
16913msgid "Bad bisect_write argument: $state"
16914msgstr ""
16915
16916#: git-bisect.sh:246
16917#, sh-format
16918msgid "Bad rev input: $arg"
16919msgstr ""
16920
16921#: git-bisect.sh:265
16922#, sh-format
16923msgid "Bad rev input: $bisected_head"
16924msgstr ""
16925
16926#: git-bisect.sh:274
16927#, sh-format
16928msgid "Bad rev input: $rev"
16929msgstr ""
16930
16931#: git-bisect.sh:283
16932#, sh-format
16933msgid "'git bisect $TERM_BAD' can take only one argument."
16934msgstr ""
16935
16936#: git-bisect.sh:306
16937#, sh-format
16938msgid "Warning: bisecting only with a $TERM_BAD commit."
16939msgstr ""
16940
16941#. TRANSLATORS: Make sure to include [Y] and [n] in your
16942#. translation. The program will only accept English input
16943#. at this point.
16944#: git-bisect.sh:312
16945msgid "Are you sure [Y/n]? "
16946msgstr ""
16947
16948#: git-bisect.sh:324
16949#, sh-format
16950msgid ""
16951"You need to give me at least one $bad_syn and one $good_syn revision.\n"
16952"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
16953msgstr ""
16954
16955#: git-bisect.sh:327
16956#, sh-format
16957msgid ""
16958"You need to start by \"git bisect start\".\n"
16959"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
16960"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
16961msgstr ""
16962
16963#: git-bisect.sh:398 git-bisect.sh:512
16964msgid "We are not bisecting."
16965msgstr ""
16966
16967#: git-bisect.sh:405
16968#, sh-format
16969msgid "'$invalid' is not a valid commit"
16970msgstr ""
16971
16972#: git-bisect.sh:414
16973#, sh-format
16974msgid ""
16975"Could not check out original HEAD '$branch'.\n"
16976"Try 'git bisect reset <commit>'."
16977msgstr ""
16978
16979#: git-bisect.sh:422
16980msgid "No logfile given"
16981msgstr ""
16982
16983#: git-bisect.sh:423
16984#, sh-format
16985msgid "cannot read $file for replaying"
16986msgstr ""
16987
16988#: git-bisect.sh:444
16989msgid "?? what are you talking about?"
16990msgstr ""
16991
16992#: git-bisect.sh:453
16993msgid "bisect run failed: no command provided."
16994msgstr ""
16995
16996#: git-bisect.sh:458
16997#, sh-format
16998msgid "running $command"
16999msgstr ""
17000
17001#: git-bisect.sh:465
17002#, sh-format
17003msgid ""
17004"bisect run failed:\n"
17005"exit code $res from '$command' is < 0 or >= 128"
17006msgstr ""
17007
17008#: git-bisect.sh:491
17009msgid "bisect run cannot continue any more"
17010msgstr ""
17011
17012#: git-bisect.sh:497
17013#, sh-format
17014msgid ""
17015"bisect run failed:\n"
17016"'bisect_state $state' exited with error code $res"
17017msgstr ""
17018
17019#: git-bisect.sh:504
17020msgid "bisect run success"
17021msgstr ""
17022
17023#: git-bisect.sh:533
17024#, sh-format
17025msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
17026msgstr ""
17027
17028#: git-bisect.sh:567
17029msgid "no terms defined"
17030msgstr ""
17031
17032#: git-bisect.sh:584
17033#, sh-format
17034msgid ""
17035"invalid argument $arg for 'git bisect terms'.\n"
17036"Supported options are: --term-good|--term-old and --term-bad|--term-new."
17037msgstr ""
17038
17039#: git-merge-octopus.sh:46
17040msgid ""
17041"Error: Your local changes to the following files would be overwritten by "
17042"merge"
17043msgstr ""
17044
17045#: git-merge-octopus.sh:61
17046msgid "Automated merge did not work."
17047msgstr ""
17048
17049#: git-merge-octopus.sh:62
17050msgid "Should not be doing an octopus."
17051msgstr ""
17052
17053#: git-merge-octopus.sh:73
17054#, sh-format
17055msgid "Unable to find common commit with $pretty_name"
17056msgstr ""
17057
17058#: git-merge-octopus.sh:77
17059#, sh-format
17060msgid "Already up to date with $pretty_name"
17061msgstr ""
17062
17063#: git-merge-octopus.sh:89
17064#, sh-format
17065msgid "Fast-forwarding to: $pretty_name"
17066msgstr ""
17067
17068#: git-merge-octopus.sh:97
17069#, sh-format
17070msgid "Trying simple merge with $pretty_name"
17071msgstr ""
17072
17073#: git-merge-octopus.sh:102
17074msgid "Simple merge did not work, trying automatic merge."
17075msgstr ""
17076
17077#: git-rebase.sh:61
17078msgid ""
17079"Resolve all conflicts manually, mark them as resolved with\n"
17080"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
17081"You can instead skip this commit: run \"git rebase --skip\".\n"
17082"To abort and get back to the state before \"git rebase\", run \"git rebase --"
17083"abort\"."
17084msgstr ""
17085
17086#: git-rebase.sh:173 git-rebase.sh:454
17087#, sh-format
17088msgid "Could not move back to $head_name"
17089msgstr ""
17090
17091#: git-rebase.sh:184
17092msgid "Applied autostash."
17093msgstr ""
17094
17095#: git-rebase.sh:187
17096#, sh-format
17097msgid "Cannot store $stash_sha1"
17098msgstr ""
17099
17100#: git-rebase.sh:236
17101msgid "The pre-rebase hook refused to rebase."
17102msgstr ""
17103
17104#: git-rebase.sh:241
17105msgid "It looks like 'git am' is in progress. Cannot rebase."
17106msgstr ""
17107
17108#: git-rebase.sh:415
17109msgid "No rebase in progress?"
17110msgstr ""
17111
17112#: git-rebase.sh:426
17113msgid "The --edit-todo action can only be used during interactive rebase."
17114msgstr ""
17115
17116#: git-rebase.sh:433
17117msgid "Cannot read HEAD"
17118msgstr ""
17119
17120#: git-rebase.sh:436
17121msgid ""
17122"You must edit all merge conflicts and then\n"
17123"mark them as resolved using git add"
17124msgstr ""
17125
17126#: git-rebase.sh:480
17127#, sh-format
17128msgid ""
17129"It seems that there is already a $state_dir_base directory, and\n"
17130"I wonder if you are in the middle of another rebase.  If that is the\n"
17131"case, please try\n"
17132"\t$cmd_live_rebase\n"
17133"If that is not the case, please\n"
17134"\t$cmd_clear_stale_rebase\n"
17135"and run me again.  I am stopping in case you still have something\n"
17136"valuable there."
17137msgstr ""
17138
17139#: git-rebase.sh:545
17140msgid "error: cannot combine '--signoff' with '--preserve-merges'"
17141msgstr ""
17142
17143#: git-rebase.sh:556
17144msgid "error: cannot combine '--preserve_merges' with '--rebase-merges'"
17145msgstr ""
17146
17147#: git-rebase.sh:562
17148msgid "error: cannot combine '--rebase_merges' with '--strategy-option'"
17149msgstr ""
17150
17151#: git-rebase.sh:564
17152msgid "error: cannot combine '--rebase_merges' with '--strategy'"
17153msgstr ""
17154
17155#: git-rebase.sh:590
17156#, sh-format
17157msgid "invalid upstream '$upstream_name'"
17158msgstr ""
17159
17160#: git-rebase.sh:614
17161#, sh-format
17162msgid "$onto_name: there are more than one merge bases"
17163msgstr ""
17164
17165#: git-rebase.sh:617 git-rebase.sh:621
17166#, sh-format
17167msgid "$onto_name: there is no merge base"
17168msgstr ""
17169
17170#: git-rebase.sh:626
17171#, sh-format
17172msgid "Does not point to a valid commit: $onto_name"
17173msgstr ""
17174
17175#: git-rebase.sh:652
17176#, sh-format
17177msgid "fatal: no such branch/commit '$branch_name'"
17178msgstr ""
17179
17180#: git-rebase.sh:685
17181msgid "Cannot autostash"
17182msgstr ""
17183
17184#: git-rebase.sh:690
17185#, sh-format
17186msgid "Created autostash: $stash_abbrev"
17187msgstr ""
17188
17189#: git-rebase.sh:694
17190msgid "Please commit or stash them."
17191msgstr ""
17192
17193#: git-rebase.sh:717
17194#, sh-format
17195msgid "HEAD is up to date."
17196msgstr ""
17197
17198#: git-rebase.sh:719
17199#, sh-format
17200msgid "Current branch $branch_name is up to date."
17201msgstr ""
17202
17203#: git-rebase.sh:727
17204#, sh-format
17205msgid "HEAD is up to date, rebase forced."
17206msgstr ""
17207
17208#: git-rebase.sh:729
17209#, sh-format
17210msgid "Current branch $branch_name is up to date, rebase forced."
17211msgstr ""
17212
17213#: git-rebase.sh:741
17214#, sh-format
17215msgid "Changes from $mb to $onto:"
17216msgstr ""
17217
17218#: git-rebase.sh:750
17219msgid "First, rewinding head to replay your work on top of it..."
17220msgstr ""
17221
17222#: git-rebase.sh:760
17223#, sh-format
17224msgid "Fast-forwarded $branch_name to $onto_name."
17225msgstr ""
17226
17227#: git-stash.sh:61
17228msgid "git stash clear with parameters is unimplemented"
17229msgstr ""
17230
17231#: git-stash.sh:108
17232msgid "You do not have the initial commit yet"
17233msgstr ""
17234
17235#: git-stash.sh:123
17236msgid "Cannot save the current index state"
17237msgstr ""
17238
17239#: git-stash.sh:138
17240msgid "Cannot save the untracked files"
17241msgstr ""
17242
17243#: git-stash.sh:158 git-stash.sh:171
17244msgid "Cannot save the current worktree state"
17245msgstr ""
17246
17247#: git-stash.sh:175
17248msgid "No changes selected"
17249msgstr ""
17250
17251#: git-stash.sh:178
17252msgid "Cannot remove temporary index (can't happen)"
17253msgstr ""
17254
17255#: git-stash.sh:191
17256msgid "Cannot record working tree state"
17257msgstr ""
17258
17259#: git-stash.sh:229
17260#, sh-format
17261msgid "Cannot update $ref_stash with $w_commit"
17262msgstr ""
17263
17264#: git-stash.sh:281
17265#, sh-format
17266msgid "error: unknown option for 'stash push': $option"
17267msgstr ""
17268
17269#: git-stash.sh:295
17270msgid "Can't use --patch and --include-untracked or --all at the same time"
17271msgstr ""
17272
17273#: git-stash.sh:303
17274msgid "No local changes to save"
17275msgstr ""
17276
17277#: git-stash.sh:308
17278msgid "Cannot initialize stash"
17279msgstr ""
17280
17281#: git-stash.sh:312
17282msgid "Cannot save the current status"
17283msgstr ""
17284
17285#: git-stash.sh:313
17286#, sh-format
17287msgid "Saved working directory and index state $stash_msg"
17288msgstr ""
17289
17290#: git-stash.sh:342
17291msgid "Cannot remove worktree changes"
17292msgstr ""
17293
17294#: git-stash.sh:490
17295#, sh-format
17296msgid "unknown option: $opt"
17297msgstr ""
17298
17299#: git-stash.sh:503
17300msgid "No stash entries found."
17301msgstr ""
17302
17303#: git-stash.sh:510
17304#, sh-format
17305msgid "Too many revisions specified: $REV"
17306msgstr ""
17307
17308#: git-stash.sh:525
17309#, sh-format
17310msgid "$reference is not a valid reference"
17311msgstr ""
17312
17313#: git-stash.sh:553
17314#, sh-format
17315msgid "'$args' is not a stash-like commit"
17316msgstr ""
17317
17318#: git-stash.sh:564
17319#, sh-format
17320msgid "'$args' is not a stash reference"
17321msgstr ""
17322
17323#: git-stash.sh:572
17324msgid "unable to refresh index"
17325msgstr ""
17326
17327#: git-stash.sh:576
17328msgid "Cannot apply a stash in the middle of a merge"
17329msgstr ""
17330
17331#: git-stash.sh:584
17332msgid "Conflicts in index. Try without --index."
17333msgstr ""
17334
17335#: git-stash.sh:586
17336msgid "Could not save index tree"
17337msgstr ""
17338
17339#: git-stash.sh:595
17340msgid "Could not restore untracked files from stash entry"
17341msgstr ""
17342
17343#: git-stash.sh:620
17344msgid "Cannot unstage modified files"
17345msgstr ""
17346
17347#: git-stash.sh:635
17348msgid "Index was not unstashed."
17349msgstr ""
17350
17351#: git-stash.sh:649
17352msgid "The stash entry is kept in case you need it again."
17353msgstr ""
17354
17355#: git-stash.sh:658
17356#, sh-format
17357msgid "Dropped ${REV} ($s)"
17358msgstr ""
17359
17360#: git-stash.sh:659
17361#, sh-format
17362msgid "${REV}: Could not drop stash entry"
17363msgstr ""
17364
17365#: git-stash.sh:667
17366msgid "No branch name specified"
17367msgstr ""
17368
17369#: git-stash.sh:746
17370msgid "(To restore them type \"git stash apply\")"
17371msgstr ""
17372
17373#: git-submodule.sh:188
17374msgid "Relative path can only be used from the toplevel of the working tree"
17375msgstr ""
17376
17377#: git-submodule.sh:198
17378#, sh-format
17379msgid "repo URL: '$repo' must be absolute or begin with ./|../"
17380msgstr ""
17381
17382#: git-submodule.sh:217
17383#, sh-format
17384msgid "'$sm_path' already exists in the index"
17385msgstr ""
17386
17387#: git-submodule.sh:220
17388#, sh-format
17389msgid "'$sm_path' already exists in the index and is not a submodule"
17390msgstr ""
17391
17392#: git-submodule.sh:226
17393#, sh-format
17394msgid ""
17395"The following path is ignored by one of your .gitignore files:\n"
17396"$sm_path\n"
17397"Use -f if you really want to add it."
17398msgstr ""
17399
17400#: git-submodule.sh:249
17401#, sh-format
17402msgid "Adding existing repo at '$sm_path' to the index"
17403msgstr ""
17404
17405#: git-submodule.sh:251
17406#, sh-format
17407msgid "'$sm_path' already exists and is not a valid git repo"
17408msgstr ""
17409
17410#: git-submodule.sh:259
17411#, sh-format
17412msgid "A git directory for '$sm_name' is found locally with remote(s):"
17413msgstr ""
17414
17415#: git-submodule.sh:261
17416#, sh-format
17417msgid ""
17418"If you want to reuse this local git directory instead of cloning again from\n"
17419"  $realrepo\n"
17420"use the '--force' option. If the local git directory is not the correct "
17421"repo\n"
17422"or you are unsure what this means choose another name with the '--name' "
17423"option."
17424msgstr ""
17425
17426#: git-submodule.sh:267
17427#, sh-format
17428msgid "Reactivating local git directory for submodule '$sm_name'."
17429msgstr ""
17430
17431#: git-submodule.sh:279
17432#, sh-format
17433msgid "Unable to checkout submodule '$sm_path'"
17434msgstr ""
17435
17436#: git-submodule.sh:284
17437#, sh-format
17438msgid "Failed to add submodule '$sm_path'"
17439msgstr ""
17440
17441#: git-submodule.sh:293
17442#, sh-format
17443msgid "Failed to register submodule '$sm_path'"
17444msgstr ""
17445
17446#: git-submodule.sh:565
17447#, sh-format
17448msgid "Unable to find current revision in submodule path '$displaypath'"
17449msgstr ""
17450
17451#: git-submodule.sh:575
17452#, sh-format
17453msgid "Unable to fetch in submodule path '$sm_path'"
17454msgstr ""
17455
17456#: git-submodule.sh:580
17457#, sh-format
17458msgid ""
17459"Unable to find current ${remote_name}/${branch} revision in submodule path "
17460"'$sm_path'"
17461msgstr ""
17462
17463#: git-submodule.sh:603
17464#, sh-format
17465msgid "Unable to fetch in submodule path '$displaypath'"
17466msgstr ""
17467
17468#: git-submodule.sh:609
17469#, sh-format
17470msgid ""
17471"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
17472"Direct fetching of that commit failed."
17473msgstr ""
17474
17475#: git-submodule.sh:616
17476#, sh-format
17477msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
17478msgstr ""
17479
17480#: git-submodule.sh:617
17481#, sh-format
17482msgid "Submodule path '$displaypath': checked out '$sha1'"
17483msgstr ""
17484
17485#: git-submodule.sh:621
17486#, sh-format
17487msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
17488msgstr ""
17489
17490#: git-submodule.sh:622
17491#, sh-format
17492msgid "Submodule path '$displaypath': rebased into '$sha1'"
17493msgstr ""
17494
17495#: git-submodule.sh:627
17496#, sh-format
17497msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
17498msgstr ""
17499
17500#: git-submodule.sh:628
17501#, sh-format
17502msgid "Submodule path '$displaypath': merged in '$sha1'"
17503msgstr ""
17504
17505#: git-submodule.sh:633
17506#, sh-format
17507msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
17508msgstr ""
17509
17510#: git-submodule.sh:634
17511#, sh-format
17512msgid "Submodule path '$displaypath': '$command $sha1'"
17513msgstr ""
17514
17515#: git-submodule.sh:665
17516#, sh-format
17517msgid "Failed to recurse into submodule path '$displaypath'"
17518msgstr ""
17519
17520#: git-submodule.sh:761
17521msgid "The --cached option cannot be used with the --files option"
17522msgstr ""
17523
17524#: git-submodule.sh:813
17525#, sh-format
17526msgid "unexpected mode $mod_dst"
17527msgstr ""
17528
17529#: git-submodule.sh:833
17530#, sh-format
17531msgid "  Warn: $display_name doesn't contain commit $sha1_src"
17532msgstr ""
17533
17534#: git-submodule.sh:836
17535#, sh-format
17536msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
17537msgstr ""
17538
17539#: git-submodule.sh:839
17540#, sh-format
17541msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
17542msgstr ""
17543
17544#: git-parse-remote.sh:89
17545#, sh-format
17546msgid "See git-${cmd}(1) for details."
17547msgstr ""
17548
17549#: git-rebase--interactive.sh:43
17550msgid ""
17551"\n"
17552"Commands:\n"
17553"p, pick <commit> = use commit\n"
17554"r, reword <commit> = use commit, but edit the commit message\n"
17555"e, edit <commit> = use commit, but stop for amending\n"
17556"s, squash <commit> = use commit, but meld into previous commit\n"
17557"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
17558"x, exec <command> = run command (the rest of the line) using shell\n"
17559"d, drop <commit> = remove commit\n"
17560"l, label <label> = label current HEAD with a name\n"
17561"t, reset <label> = reset HEAD to a label\n"
17562"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
17563".       create a merge commit using the original merge commit's\n"
17564".       message (or the oneline, if no original merge commit was\n"
17565".       specified). Use -c <commit> to reword the commit message.\n"
17566"\n"
17567"These lines can be re-ordered; they are executed from top to bottom.\n"
17568msgstr ""
17569
17570#: git-rebase--interactive.sh:64 git-rebase--preserve-merges.sh:173
17571msgid ""
17572"\n"
17573"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
17574msgstr ""
17575
17576#: git-rebase--interactive.sh:68 git-rebase--preserve-merges.sh:177
17577msgid ""
17578"\n"
17579"If you remove a line here THAT COMMIT WILL BE LOST.\n"
17580msgstr ""
17581
17582#: git-rebase--interactive.sh:108 git-rebase--preserve-merges.sh:724
17583msgid "could not detach HEAD"
17584msgstr ""
17585
17586#: git-rebase--interactive.sh:147 git-rebase--preserve-merges.sh:816
17587msgid ""
17588"\n"
17589"You are editing the todo file of an ongoing interactive rebase.\n"
17590"To continue rebase after editing, run:\n"
17591"    git rebase --continue\n"
17592"\n"
17593msgstr ""
17594
17595#: git-rebase--interactive.sh:155 git-rebase--interactive.sh:241
17596#: git-rebase--preserve-merges.sh:824 git-rebase--preserve-merges.sh:910
17597msgid "Could not execute editor"
17598msgstr ""
17599
17600#: git-rebase--interactive.sh:176 git-rebase--preserve-merges.sh:845
17601#, sh-format
17602msgid "Could not checkout $switch_to"
17603msgstr ""
17604
17605#: git-rebase--interactive.sh:183 git-rebase--preserve-merges.sh:852
17606msgid "No HEAD?"
17607msgstr ""
17608
17609#: git-rebase--interactive.sh:184 git-rebase--preserve-merges.sh:853
17610#, sh-format
17611msgid "Could not create temporary $state_dir"
17612msgstr ""
17613
17614#: git-rebase--interactive.sh:187 git-rebase--preserve-merges.sh:856
17615msgid "Could not mark as interactive"
17616msgstr ""
17617
17618#: git-rebase--interactive.sh:219 git-rebase--preserve-merges.sh:888
17619#, sh-format
17620msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
17621msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
17622msgstr[0] ""
17623msgstr[1] ""
17624
17625#: git-rebase--interactive.sh:224
17626msgid ""
17627"\n"
17628"\tHowever, if you remove everything, the rebase will be aborted.\n"
17629"\n"
17630"\t"
17631msgstr ""
17632
17633#: git-rebase--interactive.sh:231 git-rebase--preserve-merges.sh:900
17634msgid "Note that empty commits are commented out"
17635msgstr ""
17636
17637#: git-rebase--interactive.sh:280
17638msgid "Could not generate todo list"
17639msgstr ""
17640
17641#: git-rebase--preserve-merges.sh:136
17642#, sh-format
17643msgid "Rebasing ($new_count/$total)"
17644msgstr ""
17645
17646#: git-rebase--preserve-merges.sh:152
17647msgid ""
17648"\n"
17649"Commands:\n"
17650"p, pick <commit> = use commit\n"
17651"r, reword <commit> = use commit, but edit the commit message\n"
17652"e, edit <commit> = use commit, but stop for amending\n"
17653"s, squash <commit> = use commit, but meld into previous commit\n"
17654"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
17655"x, exec <commit> = run command (the rest of the line) using shell\n"
17656"d, drop <commit> = remove commit\n"
17657"l, label <label> = label current HEAD with a name\n"
17658"t, reset <label> = reset HEAD to a label\n"
17659"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
17660".       create a merge commit using the original merge commit's\n"
17661".       message (or the oneline, if no original merge commit was\n"
17662".       specified). Use -c <commit> to reword the commit message.\n"
17663"\n"
17664"These lines can be re-ordered; they are executed from top to bottom.\n"
17665msgstr ""
17666
17667#: git-rebase--preserve-merges.sh:215
17668#, sh-format
17669msgid ""
17670"You can amend the commit now, with\n"
17671"\n"
17672"\tgit commit --amend $gpg_sign_opt_quoted\n"
17673"\n"
17674"Once you are satisfied with your changes, run\n"
17675"\n"
17676"\tgit rebase --continue"
17677msgstr ""
17678
17679#: git-rebase--preserve-merges.sh:240
17680#, sh-format
17681msgid "$sha1: not a commit that can be picked"
17682msgstr ""
17683
17684#: git-rebase--preserve-merges.sh:279
17685#, sh-format
17686msgid "Invalid commit name: $sha1"
17687msgstr ""
17688
17689#: git-rebase--preserve-merges.sh:309
17690msgid "Cannot write current commit's replacement sha1"
17691msgstr ""
17692
17693#: git-rebase--preserve-merges.sh:360
17694#, sh-format
17695msgid "Fast-forward to $sha1"
17696msgstr ""
17697
17698#: git-rebase--preserve-merges.sh:362
17699#, sh-format
17700msgid "Cannot fast-forward to $sha1"
17701msgstr ""
17702
17703#: git-rebase--preserve-merges.sh:371
17704#, sh-format
17705msgid "Cannot move HEAD to $first_parent"
17706msgstr ""
17707
17708#: git-rebase--preserve-merges.sh:376
17709#, sh-format
17710msgid "Refusing to squash a merge: $sha1"
17711msgstr ""
17712
17713#: git-rebase--preserve-merges.sh:394
17714#, sh-format
17715msgid "Error redoing merge $sha1"
17716msgstr ""
17717
17718#: git-rebase--preserve-merges.sh:403
17719#, sh-format
17720msgid "Could not pick $sha1"
17721msgstr ""
17722
17723#: git-rebase--preserve-merges.sh:412
17724#, sh-format
17725msgid "This is the commit message #${n}:"
17726msgstr ""
17727
17728#: git-rebase--preserve-merges.sh:417
17729#, sh-format
17730msgid "The commit message #${n} will be skipped:"
17731msgstr ""
17732
17733#: git-rebase--preserve-merges.sh:428
17734#, sh-format
17735msgid "This is a combination of $count commit."
17736msgid_plural "This is a combination of $count commits."
17737msgstr[0] ""
17738msgstr[1] ""
17739
17740#: git-rebase--preserve-merges.sh:437
17741#, sh-format
17742msgid "Cannot write $fixup_msg"
17743msgstr ""
17744
17745#: git-rebase--preserve-merges.sh:440
17746msgid "This is a combination of 2 commits."
17747msgstr ""
17748
17749#: git-rebase--preserve-merges.sh:481 git-rebase--preserve-merges.sh:524
17750#: git-rebase--preserve-merges.sh:527
17751#, sh-format
17752msgid "Could not apply $sha1... $rest"
17753msgstr ""
17754
17755#: git-rebase--preserve-merges.sh:556
17756#, sh-format
17757msgid ""
17758"Could not amend commit after successfully picking $sha1... $rest\n"
17759"This is most likely due to an empty commit message, or the pre-commit hook\n"
17760"failed. If the pre-commit hook failed, you may need to resolve the issue "
17761"before\n"
17762"you are able to reword the commit."
17763msgstr ""
17764
17765#: git-rebase--preserve-merges.sh:571
17766#, sh-format
17767msgid "Stopped at $sha1_abbrev... $rest"
17768msgstr ""
17769
17770#: git-rebase--preserve-merges.sh:586
17771#, sh-format
17772msgid "Cannot '$squash_style' without a previous commit"
17773msgstr ""
17774
17775#: git-rebase--preserve-merges.sh:628
17776#, sh-format
17777msgid "Executing: $rest"
17778msgstr ""
17779
17780#: git-rebase--preserve-merges.sh:636
17781#, sh-format
17782msgid "Execution failed: $rest"
17783msgstr ""
17784
17785#: git-rebase--preserve-merges.sh:638
17786msgid "and made changes to the index and/or the working tree"
17787msgstr ""
17788
17789#: git-rebase--preserve-merges.sh:640
17790msgid ""
17791"You can fix the problem, and then run\n"
17792"\n"
17793"\tgit rebase --continue"
17794msgstr ""
17795
17796#. TRANSLATORS: after these lines is a command to be issued by the user
17797#: git-rebase--preserve-merges.sh:653
17798#, sh-format
17799msgid ""
17800"Execution succeeded: $rest\n"
17801"but left changes to the index and/or the working tree\n"
17802"Commit or stash your changes, and then run\n"
17803"\n"
17804"\tgit rebase --continue"
17805msgstr ""
17806
17807#: git-rebase--preserve-merges.sh:664
17808#, sh-format
17809msgid "Unknown command: $command $sha1 $rest"
17810msgstr ""
17811
17812#: git-rebase--preserve-merges.sh:665
17813msgid "Please fix this using 'git rebase --edit-todo'."
17814msgstr ""
17815
17816#: git-rebase--preserve-merges.sh:700
17817#, sh-format
17818msgid "Successfully rebased and updated $head_name."
17819msgstr ""
17820
17821#: git-rebase--preserve-merges.sh:757
17822msgid "Could not remove CHERRY_PICK_HEAD"
17823msgstr ""
17824
17825#: git-rebase--preserve-merges.sh:762
17826#, sh-format
17827msgid ""
17828"You have staged changes in your working tree.\n"
17829"If these changes are meant to be\n"
17830"squashed into the previous commit, run:\n"
17831"\n"
17832"  git commit --amend $gpg_sign_opt_quoted\n"
17833"\n"
17834"If they are meant to go into a new commit, run:\n"
17835"\n"
17836"  git commit $gpg_sign_opt_quoted\n"
17837"\n"
17838"In both cases, once you're done, continue with:\n"
17839"\n"
17840"  git rebase --continue\n"
17841msgstr ""
17842
17843#: git-rebase--preserve-merges.sh:779
17844msgid "Error trying to find the author identity to amend commit"
17845msgstr ""
17846
17847#: git-rebase--preserve-merges.sh:784
17848msgid ""
17849"You have uncommitted changes in your working tree. Please commit them\n"
17850"first and then run 'git rebase --continue' again."
17851msgstr ""
17852
17853#: git-rebase--preserve-merges.sh:789 git-rebase--preserve-merges.sh:793
17854msgid "Could not commit staged changes."
17855msgstr ""
17856
17857#: git-rebase--preserve-merges.sh:893
17858msgid ""
17859"\n"
17860"However, if you remove everything, the rebase will be aborted.\n"
17861"\n"
17862msgstr ""
17863
17864#: git-rebase--preserve-merges.sh:942 git-rebase--preserve-merges.sh:947
17865msgid "Could not init rewritten commits"
17866msgstr ""
17867
17868#: git-sh-setup.sh:89 git-sh-setup.sh:94
17869#, sh-format
17870msgid "usage: $dashless $USAGE"
17871msgstr ""
17872
17873#: git-sh-setup.sh:190
17874#, sh-format
17875msgid "Cannot chdir to $cdup, the toplevel of the working tree"
17876msgstr ""
17877
17878#: git-sh-setup.sh:199 git-sh-setup.sh:206
17879#, sh-format
17880msgid "fatal: $program_name cannot be used without a working tree."
17881msgstr ""
17882
17883#: git-sh-setup.sh:220
17884msgid "Cannot rebase: You have unstaged changes."
17885msgstr ""
17886
17887#: git-sh-setup.sh:223
17888msgid "Cannot rewrite branches: You have unstaged changes."
17889msgstr ""
17890
17891#: git-sh-setup.sh:226
17892msgid "Cannot pull with rebase: You have unstaged changes."
17893msgstr ""
17894
17895#: git-sh-setup.sh:229
17896#, sh-format
17897msgid "Cannot $action: You have unstaged changes."
17898msgstr ""
17899
17900#: git-sh-setup.sh:242
17901msgid "Cannot rebase: Your index contains uncommitted changes."
17902msgstr ""
17903
17904#: git-sh-setup.sh:245
17905msgid "Cannot pull with rebase: Your index contains uncommitted changes."
17906msgstr ""
17907
17908#: git-sh-setup.sh:248
17909#, sh-format
17910msgid "Cannot $action: Your index contains uncommitted changes."
17911msgstr ""
17912
17913#: git-sh-setup.sh:252
17914msgid "Additionally, your index contains uncommitted changes."
17915msgstr ""
17916
17917#: git-sh-setup.sh:372
17918msgid "You need to run this command from the toplevel of the working tree."
17919msgstr ""
17920
17921#: git-sh-setup.sh:377
17922msgid "Unable to determine absolute path of git directory"
17923msgstr ""
17924
17925#. TRANSLATORS: you can adjust this to align "git add -i" status menu
17926#: git-add--interactive.perl:196
17927#, perl-format
17928msgid "%12s %12s %s"
17929msgstr ""
17930
17931#: git-add--interactive.perl:197
17932msgid "staged"
17933msgstr ""
17934
17935#: git-add--interactive.perl:197
17936msgid "unstaged"
17937msgstr ""
17938
17939#: git-add--interactive.perl:253 git-add--interactive.perl:278
17940msgid "binary"
17941msgstr ""
17942
17943#: git-add--interactive.perl:262 git-add--interactive.perl:316
17944msgid "nothing"
17945msgstr ""
17946
17947#: git-add--interactive.perl:298 git-add--interactive.perl:313
17948msgid "unchanged"
17949msgstr ""
17950
17951#: git-add--interactive.perl:609
17952#, perl-format
17953msgid "added %d path\n"
17954msgid_plural "added %d paths\n"
17955msgstr[0] ""
17956msgstr[1] ""
17957
17958#: git-add--interactive.perl:612
17959#, perl-format
17960msgid "updated %d path\n"
17961msgid_plural "updated %d paths\n"
17962msgstr[0] ""
17963msgstr[1] ""
17964
17965#: git-add--interactive.perl:615
17966#, perl-format
17967msgid "reverted %d path\n"
17968msgid_plural "reverted %d paths\n"
17969msgstr[0] ""
17970msgstr[1] ""
17971
17972#: git-add--interactive.perl:618
17973#, perl-format
17974msgid "touched %d path\n"
17975msgid_plural "touched %d paths\n"
17976msgstr[0] ""
17977msgstr[1] ""
17978
17979#: git-add--interactive.perl:627
17980msgid "Update"
17981msgstr ""
17982
17983#: git-add--interactive.perl:639
17984msgid "Revert"
17985msgstr ""
17986
17987#: git-add--interactive.perl:662
17988#, perl-format
17989msgid "note: %s is untracked now.\n"
17990msgstr ""
17991
17992#: git-add--interactive.perl:673
17993msgid "Add untracked"
17994msgstr ""
17995
17996#: git-add--interactive.perl:679
17997msgid "No untracked files.\n"
17998msgstr ""
17999
18000#: git-add--interactive.perl:1033
18001msgid ""
18002"If the patch applies cleanly, the edited hunk will immediately be\n"
18003"marked for staging."
18004msgstr ""
18005
18006#: git-add--interactive.perl:1036
18007msgid ""
18008"If the patch applies cleanly, the edited hunk will immediately be\n"
18009"marked for stashing."
18010msgstr ""
18011
18012#: git-add--interactive.perl:1039
18013msgid ""
18014"If the patch applies cleanly, the edited hunk will immediately be\n"
18015"marked for unstaging."
18016msgstr ""
18017
18018#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
18019msgid ""
18020"If the patch applies cleanly, the edited hunk will immediately be\n"
18021"marked for applying."
18022msgstr ""
18023
18024#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
18025msgid ""
18026"If the patch applies cleanly, the edited hunk will immediately be\n"
18027"marked for discarding."
18028msgstr ""
18029
18030#: git-add--interactive.perl:1085
18031#, perl-format
18032msgid "failed to open hunk edit file for writing: %s"
18033msgstr ""
18034
18035#: git-add--interactive.perl:1086
18036msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
18037msgstr ""
18038
18039#: git-add--interactive.perl:1092
18040#, perl-format
18041msgid ""
18042"---\n"
18043"To remove '%s' lines, make them ' ' lines (context).\n"
18044"To remove '%s' lines, delete them.\n"
18045"Lines starting with %s will be removed.\n"
18046msgstr ""
18047
18048#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
18049#: git-add--interactive.perl:1100
18050msgid ""
18051"If it does not apply cleanly, you will be given an opportunity to\n"
18052"edit again.  If all lines of the hunk are removed, then the edit is\n"
18053"aborted and the hunk is left unchanged.\n"
18054msgstr ""
18055
18056#: git-add--interactive.perl:1114
18057#, perl-format
18058msgid "failed to open hunk edit file for reading: %s"
18059msgstr ""
18060
18061#. TRANSLATORS: do not translate [y/n]
18062#. The program will only accept that input
18063#. at this point.
18064#. Consider translating (saying "no" discards!) as
18065#. (saying "n" for "no" discards!) if the translation
18066#. of the word "no" does not start with n.
18067#: git-add--interactive.perl:1213
18068msgid ""
18069"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
18070msgstr ""
18071
18072#: git-add--interactive.perl:1222
18073msgid ""
18074"y - stage this hunk\n"
18075"n - do not stage this hunk\n"
18076"q - quit; do not stage this hunk or any of the remaining ones\n"
18077"a - stage this hunk and all later hunks in the file\n"
18078"d - do not stage this hunk or any of the later hunks in the file"
18079msgstr ""
18080
18081#: git-add--interactive.perl:1228
18082msgid ""
18083"y - stash this hunk\n"
18084"n - do not stash this hunk\n"
18085"q - quit; do not stash this hunk or any of the remaining ones\n"
18086"a - stash this hunk and all later hunks in the file\n"
18087"d - do not stash this hunk or any of the later hunks in the file"
18088msgstr ""
18089
18090#: git-add--interactive.perl:1234
18091msgid ""
18092"y - unstage this hunk\n"
18093"n - do not unstage this hunk\n"
18094"q - quit; do not unstage this hunk or any of the remaining ones\n"
18095"a - unstage this hunk and all later hunks in the file\n"
18096"d - do not unstage this hunk or any of the later hunks in the file"
18097msgstr ""
18098
18099#: git-add--interactive.perl:1240
18100msgid ""
18101"y - apply this hunk to index\n"
18102"n - do not apply this hunk to index\n"
18103"q - quit; do not apply this hunk or any of the remaining ones\n"
18104"a - apply this hunk and all later hunks in the file\n"
18105"d - do not apply this hunk or any of the later hunks in the file"
18106msgstr ""
18107
18108#: git-add--interactive.perl:1246
18109msgid ""
18110"y - discard this hunk from worktree\n"
18111"n - do not discard this hunk from worktree\n"
18112"q - quit; do not discard this hunk or any of the remaining ones\n"
18113"a - discard this hunk and all later hunks in the file\n"
18114"d - do not discard this hunk or any of the later hunks in the file"
18115msgstr ""
18116
18117#: git-add--interactive.perl:1252
18118msgid ""
18119"y - discard this hunk from index and worktree\n"
18120"n - do not discard this hunk from index and worktree\n"
18121"q - quit; do not discard this hunk or any of the remaining ones\n"
18122"a - discard this hunk and all later hunks in the file\n"
18123"d - do not discard this hunk or any of the later hunks in the file"
18124msgstr ""
18125
18126#: git-add--interactive.perl:1258
18127msgid ""
18128"y - apply this hunk to index and worktree\n"
18129"n - do not apply this hunk to index and worktree\n"
18130"q - quit; do not apply this hunk or any of the remaining ones\n"
18131"a - apply this hunk and all later hunks in the file\n"
18132"d - do not apply this hunk or any of the later hunks in the file"
18133msgstr ""
18134
18135#: git-add--interactive.perl:1273
18136msgid ""
18137"g - select a hunk to go to\n"
18138"/ - search for a hunk matching the given regex\n"
18139"j - leave this hunk undecided, see next undecided hunk\n"
18140"J - leave this hunk undecided, see next hunk\n"
18141"k - leave this hunk undecided, see previous undecided hunk\n"
18142"K - leave this hunk undecided, see previous hunk\n"
18143"s - split the current hunk into smaller hunks\n"
18144"e - manually edit the current hunk\n"
18145"? - print help\n"
18146msgstr ""
18147
18148#: git-add--interactive.perl:1304
18149msgid "The selected hunks do not apply to the index!\n"
18150msgstr ""
18151
18152#: git-add--interactive.perl:1305
18153msgid "Apply them to the worktree anyway? "
18154msgstr ""
18155
18156#: git-add--interactive.perl:1308
18157msgid "Nothing was applied.\n"
18158msgstr ""
18159
18160#: git-add--interactive.perl:1319
18161#, perl-format
18162msgid "ignoring unmerged: %s\n"
18163msgstr ""
18164
18165#: git-add--interactive.perl:1328
18166msgid "Only binary files changed.\n"
18167msgstr ""
18168
18169#: git-add--interactive.perl:1330
18170msgid "No changes.\n"
18171msgstr ""
18172
18173#: git-add--interactive.perl:1338
18174msgid "Patch update"
18175msgstr ""
18176
18177#: git-add--interactive.perl:1390
18178#, perl-format
18179msgid "Stage mode change [y,n,q,a,d%s,?]? "
18180msgstr ""
18181
18182#: git-add--interactive.perl:1391
18183#, perl-format
18184msgid "Stage deletion [y,n,q,a,d%s,?]? "
18185msgstr ""
18186
18187#: git-add--interactive.perl:1392
18188#, perl-format
18189msgid "Stage this hunk [y,n,q,a,d%s,?]? "
18190msgstr ""
18191
18192#: git-add--interactive.perl:1395
18193#, perl-format
18194msgid "Stash mode change [y,n,q,a,d%s,?]? "
18195msgstr ""
18196
18197#: git-add--interactive.perl:1396
18198#, perl-format
18199msgid "Stash deletion [y,n,q,a,d%s,?]? "
18200msgstr ""
18201
18202#: git-add--interactive.perl:1397
18203#, perl-format
18204msgid "Stash this hunk [y,n,q,a,d%s,?]? "
18205msgstr ""
18206
18207#: git-add--interactive.perl:1400
18208#, perl-format
18209msgid "Unstage mode change [y,n,q,a,d%s,?]? "
18210msgstr ""
18211
18212#: git-add--interactive.perl:1401
18213#, perl-format
18214msgid "Unstage deletion [y,n,q,a,d%s,?]? "
18215msgstr ""
18216
18217#: git-add--interactive.perl:1402
18218#, perl-format
18219msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
18220msgstr ""
18221
18222#: git-add--interactive.perl:1405
18223#, perl-format
18224msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
18225msgstr ""
18226
18227#: git-add--interactive.perl:1406
18228#, perl-format
18229msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
18230msgstr ""
18231
18232#: git-add--interactive.perl:1407
18233#, perl-format
18234msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
18235msgstr ""
18236
18237#: git-add--interactive.perl:1410
18238#, perl-format
18239msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
18240msgstr ""
18241
18242#: git-add--interactive.perl:1411
18243#, perl-format
18244msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
18245msgstr ""
18246
18247#: git-add--interactive.perl:1412
18248#, perl-format
18249msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
18250msgstr ""
18251
18252#: git-add--interactive.perl:1415
18253#, perl-format
18254msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
18255msgstr ""
18256
18257#: git-add--interactive.perl:1416
18258#, perl-format
18259msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
18260msgstr ""
18261
18262#: git-add--interactive.perl:1417
18263#, perl-format
18264msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
18265msgstr ""
18266
18267#: git-add--interactive.perl:1420
18268#, perl-format
18269msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
18270msgstr ""
18271
18272#: git-add--interactive.perl:1421
18273#, perl-format
18274msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
18275msgstr ""
18276
18277#: git-add--interactive.perl:1422
18278#, perl-format
18279msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
18280msgstr ""
18281
18282#: git-add--interactive.perl:1522
18283msgid "No other hunks to goto\n"
18284msgstr ""
18285
18286#: git-add--interactive.perl:1529
18287msgid "go to which hunk (<ret> to see more)? "
18288msgstr ""
18289
18290#: git-add--interactive.perl:1531
18291msgid "go to which hunk? "
18292msgstr ""
18293
18294#: git-add--interactive.perl:1540
18295#, perl-format
18296msgid "Invalid number: '%s'\n"
18297msgstr ""
18298
18299#: git-add--interactive.perl:1545
18300#, perl-format
18301msgid "Sorry, only %d hunk available.\n"
18302msgid_plural "Sorry, only %d hunks available.\n"
18303msgstr[0] ""
18304msgstr[1] ""
18305
18306#: git-add--interactive.perl:1571
18307msgid "No other hunks to search\n"
18308msgstr ""
18309
18310#: git-add--interactive.perl:1575
18311msgid "search for regex? "
18312msgstr ""
18313
18314#: git-add--interactive.perl:1588
18315#, perl-format
18316msgid "Malformed search regexp %s: %s\n"
18317msgstr ""
18318
18319#: git-add--interactive.perl:1598
18320msgid "No hunk matches the given pattern\n"
18321msgstr ""
18322
18323#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
18324msgid "No previous hunk\n"
18325msgstr ""
18326
18327#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
18328msgid "No next hunk\n"
18329msgstr ""
18330
18331#: git-add--interactive.perl:1644
18332msgid "Sorry, cannot split this hunk\n"
18333msgstr ""
18334
18335#: git-add--interactive.perl:1650
18336#, perl-format
18337msgid "Split into %d hunk.\n"
18338msgid_plural "Split into %d hunks.\n"
18339msgstr[0] ""
18340msgstr[1] ""
18341
18342#: git-add--interactive.perl:1660
18343msgid "Sorry, cannot edit this hunk\n"
18344msgstr ""
18345
18346#: git-add--interactive.perl:1706
18347msgid "Review diff"
18348msgstr ""
18349
18350#. TRANSLATORS: please do not translate the command names
18351#. 'status', 'update', 'revert', etc.
18352#: git-add--interactive.perl:1725
18353msgid ""
18354"status        - show paths with changes\n"
18355"update        - add working tree state to the staged set of changes\n"
18356"revert        - revert staged set of changes back to the HEAD version\n"
18357"patch         - pick hunks and update selectively\n"
18358"diff          - view diff between HEAD and index\n"
18359"add untracked - add contents of untracked files to the staged set of "
18360"changes\n"
18361msgstr ""
18362
18363#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
18364#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
18365#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
18366msgid "missing --"
18367msgstr ""
18368
18369#: git-add--interactive.perl:1763
18370#, perl-format
18371msgid "unknown --patch mode: %s"
18372msgstr ""
18373
18374#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
18375#, perl-format
18376msgid "invalid argument %s, expecting --"
18377msgstr ""
18378
18379#: git-send-email.perl:130
18380msgid "local zone differs from GMT by a non-minute interval\n"
18381msgstr ""
18382
18383#: git-send-email.perl:137 git-send-email.perl:143
18384msgid "local time offset greater than or equal to 24 hours\n"
18385msgstr ""
18386
18387#: git-send-email.perl:211 git-send-email.perl:217
18388msgid "the editor exited uncleanly, aborting everything"
18389msgstr ""
18390
18391#: git-send-email.perl:294
18392#, perl-format
18393msgid ""
18394"'%s' contains an intermediate version of the email you were composing.\n"
18395msgstr ""
18396
18397#: git-send-email.perl:299
18398#, perl-format
18399msgid "'%s.final' contains the composed email.\n"
18400msgstr ""
18401
18402#: git-send-email.perl:317
18403msgid "--dump-aliases incompatible with other options\n"
18404msgstr ""
18405
18406#: git-send-email.perl:383 git-send-email.perl:638
18407msgid "Cannot run git format-patch from outside a repository\n"
18408msgstr ""
18409
18410#: git-send-email.perl:386
18411msgid ""
18412"`batch-size` and `relogin` must be specified together (via command-line or "
18413"configuration option)\n"
18414msgstr ""
18415
18416#: git-send-email.perl:456
18417#, perl-format
18418msgid "Unknown --suppress-cc field: '%s'\n"
18419msgstr ""
18420
18421#: git-send-email.perl:485
18422#, perl-format
18423msgid "Unknown --confirm setting: '%s'\n"
18424msgstr ""
18425
18426#: git-send-email.perl:513
18427#, perl-format
18428msgid "warning: sendmail alias with quotes is not supported: %s\n"
18429msgstr ""
18430
18431#: git-send-email.perl:515
18432#, perl-format
18433msgid "warning: `:include:` not supported: %s\n"
18434msgstr ""
18435
18436#: git-send-email.perl:517
18437#, perl-format
18438msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
18439msgstr ""
18440
18441#: git-send-email.perl:522
18442#, perl-format
18443msgid "warning: sendmail line is not recognized: %s\n"
18444msgstr ""
18445
18446#: git-send-email.perl:604
18447#, perl-format
18448msgid ""
18449"File '%s' exists but it could also be the range of commits\n"
18450"to produce patches for.  Please disambiguate by...\n"
18451"\n"
18452"    * Saying \"./%s\" if you mean a file; or\n"
18453"    * Giving --format-patch option if you mean a range.\n"
18454msgstr ""
18455
18456#: git-send-email.perl:625
18457#, perl-format
18458msgid "Failed to opendir %s: %s"
18459msgstr ""
18460
18461#: git-send-email.perl:649
18462#, perl-format
18463msgid ""
18464"fatal: %s: %s\n"
18465"warning: no patches were sent\n"
18466msgstr ""
18467
18468#: git-send-email.perl:660
18469msgid ""
18470"\n"
18471"No patch files specified!\n"
18472"\n"
18473msgstr ""
18474
18475#: git-send-email.perl:673
18476#, perl-format
18477msgid "No subject line in %s?"
18478msgstr ""
18479
18480#: git-send-email.perl:683
18481#, perl-format
18482msgid "Failed to open for writing %s: %s"
18483msgstr ""
18484
18485#: git-send-email.perl:694
18486msgid ""
18487"Lines beginning in \"GIT:\" will be removed.\n"
18488"Consider including an overall diffstat or table of contents\n"
18489"for the patch you are writing.\n"
18490"\n"
18491"Clear the body content if you don't wish to send a summary.\n"
18492msgstr ""
18493
18494#: git-send-email.perl:718
18495#, perl-format
18496msgid "Failed to open %s: %s"
18497msgstr ""
18498
18499#: git-send-email.perl:735
18500#, perl-format
18501msgid "Failed to open %s.final: %s"
18502msgstr ""
18503
18504#: git-send-email.perl:778
18505msgid "Summary email is empty, skipping it\n"
18506msgstr ""
18507
18508#. TRANSLATORS: please keep [y/N] as is.
18509#: git-send-email.perl:813
18510#, perl-format
18511msgid "Are you sure you want to use <%s> [y/N]? "
18512msgstr ""
18513
18514#: git-send-email.perl:868
18515msgid ""
18516"The following files are 8bit, but do not declare a Content-Transfer-"
18517"Encoding.\n"
18518msgstr ""
18519
18520#: git-send-email.perl:873
18521msgid "Which 8bit encoding should I declare [UTF-8]? "
18522msgstr ""
18523
18524#: git-send-email.perl:881
18525#, perl-format
18526msgid ""
18527"Refusing to send because the patch\n"
18528"\t%s\n"
18529"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
18530"want to send.\n"
18531msgstr ""
18532
18533#: git-send-email.perl:900
18534msgid "To whom should the emails be sent (if anyone)?"
18535msgstr ""
18536
18537#: git-send-email.perl:918
18538#, perl-format
18539msgid "fatal: alias '%s' expands to itself\n"
18540msgstr ""
18541
18542#: git-send-email.perl:930
18543msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
18544msgstr ""
18545
18546#: git-send-email.perl:988 git-send-email.perl:996
18547#, perl-format
18548msgid "error: unable to extract a valid address from: %s\n"
18549msgstr ""
18550
18551#. TRANSLATORS: Make sure to include [q] [d] [e] in your
18552#. translation. The program will only accept English input
18553#. at this point.
18554#: git-send-email.perl:1000
18555msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
18556msgstr ""
18557
18558#: git-send-email.perl:1317
18559#, perl-format
18560msgid "CA path \"%s\" does not exist"
18561msgstr ""
18562
18563#: git-send-email.perl:1400
18564msgid ""
18565"    The Cc list above has been expanded by additional\n"
18566"    addresses found in the patch commit message. By default\n"
18567"    send-email prompts before sending whenever this occurs.\n"
18568"    This behavior is controlled by the sendemail.confirm\n"
18569"    configuration setting.\n"
18570"\n"
18571"    For additional information, run 'git send-email --help'.\n"
18572"    To retain the current behavior, but squelch this message,\n"
18573"    run 'git config --global sendemail.confirm auto'.\n"
18574"\n"
18575msgstr ""
18576
18577#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
18578#. translation. The program will only accept English input
18579#. at this point.
18580#: git-send-email.perl:1415
18581msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
18582msgstr ""
18583
18584#: git-send-email.perl:1418
18585msgid "Send this email reply required"
18586msgstr ""
18587
18588#: git-send-email.perl:1446
18589msgid "The required SMTP server is not properly defined."
18590msgstr ""
18591
18592#: git-send-email.perl:1493
18593#, perl-format
18594msgid "Server does not support STARTTLS! %s"
18595msgstr ""
18596
18597#: git-send-email.perl:1498 git-send-email.perl:1502
18598#, perl-format
18599msgid "STARTTLS failed! %s"
18600msgstr ""
18601
18602#: git-send-email.perl:1511
18603msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
18604msgstr ""
18605
18606#: git-send-email.perl:1529
18607#, perl-format
18608msgid "Failed to send %s\n"
18609msgstr ""
18610
18611#: git-send-email.perl:1532
18612#, perl-format
18613msgid "Dry-Sent %s\n"
18614msgstr ""
18615
18616#: git-send-email.perl:1532
18617#, perl-format
18618msgid "Sent %s\n"
18619msgstr ""
18620
18621#: git-send-email.perl:1534
18622msgid "Dry-OK. Log says:\n"
18623msgstr ""
18624
18625#: git-send-email.perl:1534
18626msgid "OK. Log says:\n"
18627msgstr ""
18628
18629#: git-send-email.perl:1546
18630msgid "Result: "
18631msgstr ""
18632
18633#: git-send-email.perl:1549
18634msgid "Result: OK\n"
18635msgstr ""
18636
18637#: git-send-email.perl:1567
18638#, perl-format
18639msgid "can't open file %s"
18640msgstr ""
18641
18642#: git-send-email.perl:1614 git-send-email.perl:1634
18643#, perl-format
18644msgid "(mbox) Adding cc: %s from line '%s'\n"
18645msgstr ""
18646
18647#: git-send-email.perl:1620
18648#, perl-format
18649msgid "(mbox) Adding to: %s from line '%s'\n"
18650msgstr ""
18651
18652#: git-send-email.perl:1673
18653#, perl-format
18654msgid "(non-mbox) Adding cc: %s from line '%s'\n"
18655msgstr ""
18656
18657#: git-send-email.perl:1698
18658#, perl-format
18659msgid "(body) Adding cc: %s from line '%s'\n"
18660msgstr ""
18661
18662#: git-send-email.perl:1809
18663#, perl-format
18664msgid "(%s) Could not execute '%s'"
18665msgstr ""
18666
18667#: git-send-email.perl:1816
18668#, perl-format
18669msgid "(%s) Adding %s: %s from: '%s'\n"
18670msgstr ""
18671
18672#: git-send-email.perl:1820
18673#, perl-format
18674msgid "(%s) failed to close pipe to '%s'"
18675msgstr ""
18676
18677#: git-send-email.perl:1850
18678msgid "cannot send message as 7bit"
18679msgstr ""
18680
18681#: git-send-email.perl:1858
18682msgid "invalid transfer encoding"
18683msgstr ""
18684
18685#: git-send-email.perl:1899 git-send-email.perl:1951 git-send-email.perl:1961
18686#, perl-format
18687msgid "unable to open %s: %s\n"
18688msgstr ""
18689
18690#: git-send-email.perl:1902
18691#, perl-format
18692msgid "%s: patch contains a line longer than 998 characters"
18693msgstr ""
18694
18695#: git-send-email.perl:1919
18696#, perl-format
18697msgid "Skipping %s with backup suffix '%s'.\n"
18698msgstr ""
18699
18700#. TRANSLATORS: please keep "[y|N]" as is.
18701#: git-send-email.perl:1923
18702#, perl-format
18703msgid "Do you really want to send %s? [y|N]: "
18704msgstr ""