6d78c0fde297b5df3824e8ac14aadef1fc671e20
   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: 2019-07-30 09:59+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:109
  22#, c-format
  23msgid "%shint: %.*s%s\n"
  24msgstr ""
  25
  26#: advice.c:162
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:164
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:166
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:168
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:170
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:172
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:180
  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:188
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:193 builtin/merge.c:1327
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:195
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:196
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:202
  74#, c-format
  75msgid ""
  76"Note: switching to '%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 switching back to a branch.\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 -c with the switch command. Example:\n"
  84"\n"
  85"  git switch -c <new-branch-name>\n"
  86"\n"
  87"Or undo this operation with:\n"
  88"\n"
  89"  git switch -\n"
  90"\n"
  91"Turn off this advice by setting config variable advice.detachedHead to "
  92"false\n"
  93"\n"
  94msgstr ""
  95
  96#: alias.c:50
  97msgid "cmdline ends with \\"
  98msgstr ""
  99
 100#: alias.c:51
 101msgid "unclosed quote"
 102msgstr ""
 103
 104#: apply.c:69
 105#, c-format
 106msgid "unrecognized whitespace option '%s'"
 107msgstr ""
 108
 109#: apply.c:85
 110#, c-format
 111msgid "unrecognized whitespace ignore option '%s'"
 112msgstr ""
 113
 114#: apply.c:135
 115msgid "--reject and --3way cannot be used together."
 116msgstr ""
 117
 118#: apply.c:137
 119msgid "--cached and --3way cannot be used together."
 120msgstr ""
 121
 122#: apply.c:140
 123msgid "--3way outside a repository"
 124msgstr ""
 125
 126#: apply.c:151
 127msgid "--index outside a repository"
 128msgstr ""
 129
 130#: apply.c:154
 131msgid "--cached outside a repository"
 132msgstr ""
 133
 134#: apply.c:801
 135#, c-format
 136msgid "Cannot prepare timestamp regexp %s"
 137msgstr ""
 138
 139#: apply.c:810
 140#, c-format
 141msgid "regexec returned %d for input: %s"
 142msgstr ""
 143
 144#: apply.c:884
 145#, c-format
 146msgid "unable to find filename in patch at line %d"
 147msgstr ""
 148
 149#: apply.c:922
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 152msgstr ""
 153
 154#: apply.c:928
 155#, c-format
 156msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 157msgstr ""
 158
 159#: apply.c:929
 160#, c-format
 161msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 162msgstr ""
 163
 164#: apply.c:934
 165#, c-format
 166msgid "git apply: bad git-diff - expected /dev/null on line %d"
 167msgstr ""
 168
 169#: apply.c:963
 170#, c-format
 171msgid "invalid mode on line %d: %s"
 172msgstr ""
 173
 174#: apply.c:1282
 175#, c-format
 176msgid "inconsistent header lines %d and %d"
 177msgstr ""
 178
 179#: apply.c:1460
 180#, c-format
 181msgid "recount: unexpected line: %.*s"
 182msgstr ""
 183
 184#: apply.c:1529
 185#, c-format
 186msgid "patch fragment without header at line %d: %.*s"
 187msgstr ""
 188
 189#: apply.c:1551
 190#, c-format
 191msgid ""
 192"git diff header lacks filename information when removing %d leading pathname "
 193"component (line %d)"
 194msgid_plural ""
 195"git diff header lacks filename information when removing %d leading pathname "
 196"components (line %d)"
 197msgstr[0] ""
 198msgstr[1] ""
 199
 200#: apply.c:1564
 201#, c-format
 202msgid "git diff header lacks filename information (line %d)"
 203msgstr ""
 204
 205#: apply.c:1752
 206msgid "new file depends on old contents"
 207msgstr ""
 208
 209#: apply.c:1754
 210msgid "deleted file still has contents"
 211msgstr ""
 212
 213#: apply.c:1788
 214#, c-format
 215msgid "corrupt patch at line %d"
 216msgstr ""
 217
 218#: apply.c:1825
 219#, c-format
 220msgid "new file %s depends on old contents"
 221msgstr ""
 222
 223#: apply.c:1827
 224#, c-format
 225msgid "deleted file %s still has contents"
 226msgstr ""
 227
 228#: apply.c:1830
 229#, c-format
 230msgid "** warning: file %s becomes empty but is not deleted"
 231msgstr ""
 232
 233#: apply.c:1977
 234#, c-format
 235msgid "corrupt binary patch at line %d: %.*s"
 236msgstr ""
 237
 238#: apply.c:2014
 239#, c-format
 240msgid "unrecognized binary patch at line %d"
 241msgstr ""
 242
 243#: apply.c:2176
 244#, c-format
 245msgid "patch with only garbage at line %d"
 246msgstr ""
 247
 248#: apply.c:2262
 249#, c-format
 250msgid "unable to read symlink %s"
 251msgstr ""
 252
 253#: apply.c:2266
 254#, c-format
 255msgid "unable to open or read %s"
 256msgstr ""
 257
 258#: apply.c:2925
 259#, c-format
 260msgid "invalid start of line: '%c'"
 261msgstr ""
 262
 263#: apply.c:3046
 264#, c-format
 265msgid "Hunk #%d succeeded at %d (offset %d line)."
 266msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 267msgstr[0] ""
 268msgstr[1] ""
 269
 270#: apply.c:3058
 271#, c-format
 272msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 273msgstr ""
 274
 275#: apply.c:3064
 276#, c-format
 277msgid ""
 278"while searching for:\n"
 279"%.*s"
 280msgstr ""
 281
 282#: apply.c:3086
 283#, c-format
 284msgid "missing binary patch data for '%s'"
 285msgstr ""
 286
 287#: apply.c:3094
 288#, c-format
 289msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 290msgstr ""
 291
 292#: apply.c:3141
 293#, c-format
 294msgid "cannot apply binary patch to '%s' without full index line"
 295msgstr ""
 296
 297#: apply.c:3151
 298#, c-format
 299msgid ""
 300"the patch applies to '%s' (%s), which does not match the current contents."
 301msgstr ""
 302
 303#: apply.c:3159
 304#, c-format
 305msgid "the patch applies to an empty '%s' but it is not empty"
 306msgstr ""
 307
 308#: apply.c:3177
 309#, c-format
 310msgid "the necessary postimage %s for '%s' cannot be read"
 311msgstr ""
 312
 313#: apply.c:3190
 314#, c-format
 315msgid "binary patch does not apply to '%s'"
 316msgstr ""
 317
 318#: apply.c:3196
 319#, c-format
 320msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 321msgstr ""
 322
 323#: apply.c:3217
 324#, c-format
 325msgid "patch failed: %s:%ld"
 326msgstr ""
 327
 328#: apply.c:3340
 329#, c-format
 330msgid "cannot checkout %s"
 331msgstr ""
 332
 333#: apply.c:3392 apply.c:3403 apply.c:3449 midx.c:62 setup.c:279
 334#, c-format
 335msgid "failed to read %s"
 336msgstr ""
 337
 338#: apply.c:3400
 339#, c-format
 340msgid "reading from '%s' beyond a symbolic link"
 341msgstr ""
 342
 343#: apply.c:3429 apply.c:3672
 344#, c-format
 345msgid "path %s has been renamed/deleted"
 346msgstr ""
 347
 348#: apply.c:3515 apply.c:3687
 349#, c-format
 350msgid "%s: does not exist in index"
 351msgstr ""
 352
 353#: apply.c:3524 apply.c:3695
 354#, c-format
 355msgid "%s: does not match index"
 356msgstr ""
 357
 358#: apply.c:3559
 359msgid "repository lacks the necessary blob to fall back on 3-way merge."
 360msgstr ""
 361
 362#: apply.c:3562
 363#, c-format
 364msgid "Falling back to three-way merge...\n"
 365msgstr ""
 366
 367#: apply.c:3578 apply.c:3582
 368#, c-format
 369msgid "cannot read the current contents of '%s'"
 370msgstr ""
 371
 372#: apply.c:3594
 373#, c-format
 374msgid "Failed to fall back on three-way merge...\n"
 375msgstr ""
 376
 377#: apply.c:3608
 378#, c-format
 379msgid "Applied patch to '%s' with conflicts.\n"
 380msgstr ""
 381
 382#: apply.c:3613
 383#, c-format
 384msgid "Applied patch to '%s' cleanly.\n"
 385msgstr ""
 386
 387#: apply.c:3639
 388msgid "removal patch leaves file contents"
 389msgstr ""
 390
 391#: apply.c:3712
 392#, c-format
 393msgid "%s: wrong type"
 394msgstr ""
 395
 396#: apply.c:3714
 397#, c-format
 398msgid "%s has type %o, expected %o"
 399msgstr ""
 400
 401#: apply.c:3865 apply.c:3867 read-cache.c:830 read-cache.c:856
 402#: read-cache.c:1309
 403#, c-format
 404msgid "invalid path '%s'"
 405msgstr ""
 406
 407#: apply.c:3923
 408#, c-format
 409msgid "%s: already exists in index"
 410msgstr ""
 411
 412#: apply.c:3926
 413#, c-format
 414msgid "%s: already exists in working directory"
 415msgstr ""
 416
 417#: apply.c:3946
 418#, c-format
 419msgid "new mode (%o) of %s does not match old mode (%o)"
 420msgstr ""
 421
 422#: apply.c:3951
 423#, c-format
 424msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 425msgstr ""
 426
 427#: apply.c:3971
 428#, c-format
 429msgid "affected file '%s' is beyond a symbolic link"
 430msgstr ""
 431
 432#: apply.c:3975
 433#, c-format
 434msgid "%s: patch does not apply"
 435msgstr ""
 436
 437#: apply.c:3990
 438#, c-format
 439msgid "Checking patch %s..."
 440msgstr ""
 441
 442#: apply.c:4082
 443#, c-format
 444msgid "sha1 information is lacking or useless for submodule %s"
 445msgstr ""
 446
 447#: apply.c:4089
 448#, c-format
 449msgid "mode change for %s, which is not in current HEAD"
 450msgstr ""
 451
 452#: apply.c:4092
 453#, c-format
 454msgid "sha1 information is lacking or useless (%s)."
 455msgstr ""
 456
 457#: apply.c:4097 builtin/checkout.c:278 builtin/reset.c:143
 458#, c-format
 459msgid "make_cache_entry failed for path '%s'"
 460msgstr ""
 461
 462#: apply.c:4101
 463#, c-format
 464msgid "could not add %s to temporary index"
 465msgstr ""
 466
 467#: apply.c:4111
 468#, c-format
 469msgid "could not write temporary index to %s"
 470msgstr ""
 471
 472#: apply.c:4249
 473#, c-format
 474msgid "unable to remove %s from index"
 475msgstr ""
 476
 477#: apply.c:4283
 478#, c-format
 479msgid "corrupt patch for submodule %s"
 480msgstr ""
 481
 482#: apply.c:4289
 483#, c-format
 484msgid "unable to stat newly created file '%s'"
 485msgstr ""
 486
 487#: apply.c:4297
 488#, c-format
 489msgid "unable to create backing store for newly created file %s"
 490msgstr ""
 491
 492#: apply.c:4303 apply.c:4448
 493#, c-format
 494msgid "unable to add cache entry for %s"
 495msgstr ""
 496
 497#: apply.c:4346
 498#, c-format
 499msgid "failed to write to '%s'"
 500msgstr ""
 501
 502#: apply.c:4350
 503#, c-format
 504msgid "closing file '%s'"
 505msgstr ""
 506
 507#: apply.c:4420
 508#, c-format
 509msgid "unable to write file '%s' mode %o"
 510msgstr ""
 511
 512#: apply.c:4518
 513#, c-format
 514msgid "Applied patch %s cleanly."
 515msgstr ""
 516
 517#: apply.c:4526
 518msgid "internal error"
 519msgstr ""
 520
 521#: apply.c:4529
 522#, c-format
 523msgid "Applying patch %%s with %d reject..."
 524msgid_plural "Applying patch %%s with %d rejects..."
 525msgstr[0] ""
 526msgstr[1] ""
 527
 528#: apply.c:4540
 529#, c-format
 530msgid "truncating .rej filename to %.*s.rej"
 531msgstr ""
 532
 533#: apply.c:4548 builtin/fetch.c:869 builtin/fetch.c:1161
 534#, c-format
 535msgid "cannot open %s"
 536msgstr ""
 537
 538#: apply.c:4562
 539#, c-format
 540msgid "Hunk #%d applied cleanly."
 541msgstr ""
 542
 543#: apply.c:4566
 544#, c-format
 545msgid "Rejected hunk #%d."
 546msgstr ""
 547
 548#: apply.c:4676
 549#, c-format
 550msgid "Skipped patch '%s'."
 551msgstr ""
 552
 553#: apply.c:4684
 554msgid "unrecognized input"
 555msgstr ""
 556
 557#: apply.c:4704
 558msgid "unable to read index file"
 559msgstr ""
 560
 561#: apply.c:4859
 562#, c-format
 563msgid "can't open patch '%s': %s"
 564msgstr ""
 565
 566#: apply.c:4886
 567#, c-format
 568msgid "squelched %d whitespace error"
 569msgid_plural "squelched %d whitespace errors"
 570msgstr[0] ""
 571msgstr[1] ""
 572
 573#: apply.c:4892 apply.c:4907
 574#, c-format
 575msgid "%d line adds whitespace errors."
 576msgid_plural "%d lines add whitespace errors."
 577msgstr[0] ""
 578msgstr[1] ""
 579
 580#: apply.c:4900
 581#, c-format
 582msgid "%d line applied after fixing whitespace errors."
 583msgid_plural "%d lines applied after fixing whitespace errors."
 584msgstr[0] ""
 585msgstr[1] ""
 586
 587#: apply.c:4916 builtin/add.c:540 builtin/mv.c:301 builtin/rm.c:390
 588msgid "Unable to write new index file"
 589msgstr ""
 590
 591#: apply.c:4943 apply.c:4946 builtin/am.c:2208 builtin/am.c:2211
 592#: builtin/clone.c:123 builtin/fetch.c:128 builtin/merge.c:273
 593#: builtin/pull.c:208 builtin/submodule--helper.c:407
 594#: builtin/submodule--helper.c:1367 builtin/submodule--helper.c:1370
 595#: builtin/submodule--helper.c:1850 builtin/submodule--helper.c:1853
 596#: builtin/submodule--helper.c:2092 git-add--interactive.perl:211
 597msgid "path"
 598msgstr ""
 599
 600#: apply.c:4944
 601msgid "don't apply changes matching the given path"
 602msgstr ""
 603
 604#: apply.c:4947
 605msgid "apply changes matching the given path"
 606msgstr ""
 607
 608#: apply.c:4949 builtin/am.c:2217
 609msgid "num"
 610msgstr ""
 611
 612#: apply.c:4950
 613msgid "remove <num> leading slashes from traditional diff paths"
 614msgstr ""
 615
 616#: apply.c:4953
 617msgid "ignore additions made by the patch"
 618msgstr ""
 619
 620#: apply.c:4955
 621msgid "instead of applying the patch, output diffstat for the input"
 622msgstr ""
 623
 624#: apply.c:4959
 625msgid "show number of added and deleted lines in decimal notation"
 626msgstr ""
 627
 628#: apply.c:4961
 629msgid "instead of applying the patch, output a summary for the input"
 630msgstr ""
 631
 632#: apply.c:4963
 633msgid "instead of applying the patch, see if the patch is applicable"
 634msgstr ""
 635
 636#: apply.c:4965
 637msgid "make sure the patch is applicable to the current index"
 638msgstr ""
 639
 640#: apply.c:4967
 641msgid "mark new files with `git add --intent-to-add`"
 642msgstr ""
 643
 644#: apply.c:4969
 645msgid "apply a patch without touching the working tree"
 646msgstr ""
 647
 648#: apply.c:4971
 649msgid "accept a patch that touches outside the working area"
 650msgstr ""
 651
 652#: apply.c:4974
 653msgid "also apply the patch (use with --stat/--summary/--check)"
 654msgstr ""
 655
 656#: apply.c:4976
 657msgid "attempt three-way merge if a patch does not apply"
 658msgstr ""
 659
 660#: apply.c:4978
 661msgid "build a temporary index based on embedded index information"
 662msgstr ""
 663
 664#: apply.c:4981 builtin/checkout-index.c:173 builtin/ls-files.c:524
 665msgid "paths are separated with NUL character"
 666msgstr ""
 667
 668#: apply.c:4983
 669msgid "ensure at least <n> lines of context match"
 670msgstr ""
 671
 672#: apply.c:4984 builtin/am.c:2196 builtin/interpret-trailers.c:98
 673#: builtin/interpret-trailers.c:100 builtin/interpret-trailers.c:102
 674#: builtin/pack-objects.c:3319 builtin/rebase.c:1421
 675msgid "action"
 676msgstr ""
 677
 678#: apply.c:4985
 679msgid "detect new or modified lines that have whitespace errors"
 680msgstr ""
 681
 682#: apply.c:4988 apply.c:4991
 683msgid "ignore changes in whitespace when finding context"
 684msgstr ""
 685
 686#: apply.c:4994
 687msgid "apply the patch in reverse"
 688msgstr ""
 689
 690#: apply.c:4996
 691msgid "don't expect at least one line of context"
 692msgstr ""
 693
 694#: apply.c:4998
 695msgid "leave the rejected hunks in corresponding *.rej files"
 696msgstr ""
 697
 698#: apply.c:5000
 699msgid "allow overlapping hunks"
 700msgstr ""
 701
 702#: apply.c:5001 builtin/add.c:291 builtin/check-ignore.c:22
 703#: builtin/commit.c:1337 builtin/count-objects.c:98 builtin/fsck.c:786
 704#: builtin/log.c:2085 builtin/mv.c:123 builtin/read-tree.c:128
 705msgid "be verbose"
 706msgstr ""
 707
 708#: apply.c:5003
 709msgid "tolerate incorrectly detected missing new-line at the end of file"
 710msgstr ""
 711
 712#: apply.c:5006
 713msgid "do not trust the line counts in the hunk headers"
 714msgstr ""
 715
 716#: apply.c:5008 builtin/am.c:2205
 717msgid "root"
 718msgstr ""
 719
 720#: apply.c:5009
 721msgid "prepend <root> to all filenames"
 722msgstr ""
 723
 724#: archive.c:14
 725msgid "git archive [<options>] <tree-ish> [<path>...]"
 726msgstr ""
 727
 728#: archive.c:15
 729msgid "git archive --list"
 730msgstr ""
 731
 732#: archive.c:16
 733msgid ""
 734"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 735msgstr ""
 736
 737#: archive.c:17
 738msgid "git archive --remote <repo> [--exec <cmd>] --list"
 739msgstr ""
 740
 741#: archive.c:372 builtin/add.c:177 builtin/add.c:516 builtin/rm.c:299
 742#, c-format
 743msgid "pathspec '%s' did not match any files"
 744msgstr ""
 745
 746#: archive.c:396
 747#, c-format
 748msgid "no such ref: %.*s"
 749msgstr ""
 750
 751#: archive.c:401
 752#, c-format
 753msgid "not a valid object name: %s"
 754msgstr ""
 755
 756#: archive.c:414
 757#, c-format
 758msgid "not a tree object: %s"
 759msgstr ""
 760
 761#: archive.c:426
 762msgid "current working directory is untracked"
 763msgstr ""
 764
 765#: archive.c:457
 766msgid "fmt"
 767msgstr ""
 768
 769#: archive.c:457
 770msgid "archive format"
 771msgstr ""
 772
 773#: archive.c:458 builtin/log.c:1597
 774msgid "prefix"
 775msgstr ""
 776
 777#: archive.c:459
 778msgid "prepend prefix to each pathname in the archive"
 779msgstr ""
 780
 781#: archive.c:460 builtin/blame.c:862 builtin/blame.c:874 builtin/blame.c:875
 782#: builtin/commit-tree.c:117 builtin/config.c:129 builtin/fast-export.c:1134
 783#: builtin/fast-export.c:1136 builtin/grep.c:897 builtin/hash-object.c:105
 784#: builtin/ls-files.c:560 builtin/ls-files.c:563 builtin/notes.c:412
 785#: builtin/notes.c:578 builtin/read-tree.c:123 parse-options.h:177
 786msgid "file"
 787msgstr ""
 788
 789#: archive.c:461 builtin/archive.c:90
 790msgid "write the archive to this file"
 791msgstr ""
 792
 793#: archive.c:463
 794msgid "read .gitattributes in working directory"
 795msgstr ""
 796
 797#: archive.c:464
 798msgid "report archived files on stderr"
 799msgstr ""
 800
 801#: archive.c:465
 802msgid "store only"
 803msgstr ""
 804
 805#: archive.c:466
 806msgid "compress faster"
 807msgstr ""
 808
 809#: archive.c:474
 810msgid "compress better"
 811msgstr ""
 812
 813#: archive.c:477
 814msgid "list supported archive formats"
 815msgstr ""
 816
 817#: archive.c:479 builtin/archive.c:91 builtin/clone.c:113 builtin/clone.c:116
 818#: builtin/submodule--helper.c:1379 builtin/submodule--helper.c:1859
 819msgid "repo"
 820msgstr ""
 821
 822#: archive.c:480 builtin/archive.c:92
 823msgid "retrieve the archive from remote repository <repo>"
 824msgstr ""
 825
 826#: archive.c:481 builtin/archive.c:93 builtin/difftool.c:707
 827#: builtin/notes.c:498
 828msgid "command"
 829msgstr ""
 830
 831#: archive.c:482 builtin/archive.c:94
 832msgid "path to the remote git-upload-archive command"
 833msgstr ""
 834
 835#: archive.c:489
 836msgid "Unexpected option --remote"
 837msgstr ""
 838
 839#: archive.c:491
 840msgid "Option --exec can only be used together with --remote"
 841msgstr ""
 842
 843#: archive.c:493
 844msgid "Unexpected option --output"
 845msgstr ""
 846
 847#: archive.c:515
 848#, c-format
 849msgid "Unknown archive format '%s'"
 850msgstr ""
 851
 852#: archive.c:522
 853#, c-format
 854msgid "Argument not supported for format '%s': -%d"
 855msgstr ""
 856
 857#: archive-tar.c:125 archive-zip.c:345
 858#, c-format
 859msgid "cannot stream blob %s"
 860msgstr ""
 861
 862#: archive-tar.c:260 archive-zip.c:363
 863#, c-format
 864msgid "unsupported file mode: 0%o (SHA1: %s)"
 865msgstr ""
 866
 867#: archive-tar.c:287 archive-zip.c:353
 868#, c-format
 869msgid "cannot read %s"
 870msgstr ""
 871
 872#: archive-tar.c:459
 873#, c-format
 874msgid "unable to start '%s' filter"
 875msgstr ""
 876
 877#: archive-tar.c:462
 878msgid "unable to redirect descriptor"
 879msgstr ""
 880
 881#: archive-tar.c:469
 882#, c-format
 883msgid "'%s' filter reported error"
 884msgstr ""
 885
 886#: archive-zip.c:314
 887#, c-format
 888msgid "path is not valid UTF-8: %s"
 889msgstr ""
 890
 891#: archive-zip.c:318
 892#, c-format
 893msgid "path too long (%d chars, SHA1: %s): %s"
 894msgstr ""
 895
 896#: archive-zip.c:474 builtin/pack-objects.c:226 builtin/pack-objects.c:229
 897#, c-format
 898msgid "deflate error (%d)"
 899msgstr ""
 900
 901#: archive-zip.c:609
 902#, c-format
 903msgid "timestamp too large for this system: %<PRIuMAX>"
 904msgstr ""
 905
 906#: attr.c:211
 907#, c-format
 908msgid "%.*s is not a valid attribute name"
 909msgstr ""
 910
 911#: attr.c:368
 912#, c-format
 913msgid "%s not allowed: %s:%d"
 914msgstr ""
 915
 916#: attr.c:408
 917msgid ""
 918"Negative patterns are ignored in git attributes\n"
 919"Use '\\!' for literal leading exclamation."
 920msgstr ""
 921
 922#: bisect.c:468
 923#, c-format
 924msgid "Badly quoted content in file '%s': %s"
 925msgstr ""
 926
 927#: bisect.c:678
 928#, c-format
 929msgid "We cannot bisect more!\n"
 930msgstr ""
 931
 932#: bisect.c:733
 933#, c-format
 934msgid "Not a valid commit name %s"
 935msgstr ""
 936
 937#: bisect.c:758
 938#, c-format
 939msgid ""
 940"The merge base %s is bad.\n"
 941"This means the bug has been fixed between %s and [%s].\n"
 942msgstr ""
 943
 944#: bisect.c:763
 945#, c-format
 946msgid ""
 947"The merge base %s is new.\n"
 948"The property has changed between %s and [%s].\n"
 949msgstr ""
 950
 951#: bisect.c:768
 952#, c-format
 953msgid ""
 954"The merge base %s is %s.\n"
 955"This means the first '%s' commit is between %s and [%s].\n"
 956msgstr ""
 957
 958#: bisect.c:776
 959#, c-format
 960msgid ""
 961"Some %s revs are not ancestors of the %s rev.\n"
 962"git bisect cannot work properly in this case.\n"
 963"Maybe you mistook %s and %s revs?\n"
 964msgstr ""
 965
 966#: bisect.c:789
 967#, c-format
 968msgid ""
 969"the merge base between %s and [%s] must be skipped.\n"
 970"So we cannot be sure the first %s commit is between %s and %s.\n"
 971"We continue anyway."
 972msgstr ""
 973
 974#: bisect.c:822
 975#, c-format
 976msgid "Bisecting: a merge base must be tested\n"
 977msgstr ""
 978
 979#: bisect.c:865
 980#, c-format
 981msgid "a %s revision is needed"
 982msgstr ""
 983
 984#: bisect.c:884 builtin/notes.c:177 builtin/tag.c:254
 985#, c-format
 986msgid "could not create file '%s'"
 987msgstr ""
 988
 989#: bisect.c:928 builtin/merge.c:148
 990#, c-format
 991msgid "could not read file '%s'"
 992msgstr ""
 993
 994#: bisect.c:958
 995msgid "reading bisect refs failed"
 996msgstr ""
 997
 998#: bisect.c:977
 999#, c-format
1000msgid "%s was both %s and %s\n"
1001msgstr ""
1002
1003#: bisect.c:985
1004#, c-format
1005msgid ""
1006"No testable commit found.\n"
1007"Maybe you started with bad path parameters?\n"
1008msgstr ""
1009
1010#: bisect.c:1004
1011#, c-format
1012msgid "(roughly %d step)"
1013msgid_plural "(roughly %d steps)"
1014msgstr[0] ""
1015msgstr[1] ""
1016
1017#. TRANSLATORS: the last %s will be replaced with "(roughly %d
1018#. steps)" translation.
1019#.
1020#: bisect.c:1010
1021#, c-format
1022msgid "Bisecting: %d revision left to test after this %s\n"
1023msgid_plural "Bisecting: %d revisions left to test after this %s\n"
1024msgstr[0] ""
1025msgstr[1] ""
1026
1027#: blame.c:2697
1028msgid "--contents and --reverse do not blend well."
1029msgstr ""
1030
1031#: blame.c:2711
1032msgid "cannot use --contents with final commit object name"
1033msgstr ""
1034
1035#: blame.c:2732
1036msgid "--reverse and --first-parent together require specified latest commit"
1037msgstr ""
1038
1039#: blame.c:2741 bundle.c:167 ref-filter.c:2196 remote.c:1938 sequencer.c:2033
1040#: sequencer.c:4348 builtin/commit.c:1020 builtin/log.c:404 builtin/log.c:980
1041#: builtin/log.c:1468 builtin/log.c:1844 builtin/log.c:2134 builtin/merge.c:411
1042#: builtin/pack-objects.c:3142 builtin/pack-objects.c:3157
1043#: builtin/shortlog.c:192
1044msgid "revision walk setup failed"
1045msgstr ""
1046
1047#: blame.c:2759
1048msgid ""
1049"--reverse --first-parent together require range along first-parent chain"
1050msgstr ""
1051
1052#: blame.c:2770
1053#, c-format
1054msgid "no such path %s in %s"
1055msgstr ""
1056
1057#: blame.c:2781
1058#, c-format
1059msgid "cannot read blob %s for path %s"
1060msgstr ""
1061
1062#: branch.c:53
1063#, c-format
1064msgid ""
1065"\n"
1066"After fixing the error cause you may try to fix up\n"
1067"the remote tracking information by invoking\n"
1068"\"git branch --set-upstream-to=%s%s%s\"."
1069msgstr ""
1070
1071#: branch.c:67
1072#, c-format
1073msgid "Not setting branch %s as its own upstream."
1074msgstr ""
1075
1076#: branch.c:93
1077#, c-format
1078msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
1079msgstr ""
1080
1081#: branch.c:94
1082#, c-format
1083msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
1084msgstr ""
1085
1086#: branch.c:98
1087#, c-format
1088msgid "Branch '%s' set up to track local branch '%s' by rebasing."
1089msgstr ""
1090
1091#: branch.c:99
1092#, c-format
1093msgid "Branch '%s' set up to track local branch '%s'."
1094msgstr ""
1095
1096#: branch.c:104
1097#, c-format
1098msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1099msgstr ""
1100
1101#: branch.c:105
1102#, c-format
1103msgid "Branch '%s' set up to track remote ref '%s'."
1104msgstr ""
1105
1106#: branch.c:109
1107#, c-format
1108msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1109msgstr ""
1110
1111#: branch.c:110
1112#, c-format
1113msgid "Branch '%s' set up to track local ref '%s'."
1114msgstr ""
1115
1116#: branch.c:119
1117msgid "Unable to write upstream branch configuration"
1118msgstr ""
1119
1120#: branch.c:156
1121#, c-format
1122msgid "Not tracking: ambiguous information for ref %s"
1123msgstr ""
1124
1125#: branch.c:189
1126#, c-format
1127msgid "'%s' is not a valid branch name."
1128msgstr ""
1129
1130#: branch.c:208
1131#, c-format
1132msgid "A branch named '%s' already exists."
1133msgstr ""
1134
1135#: branch.c:213
1136msgid "Cannot force update the current branch."
1137msgstr ""
1138
1139#: branch.c:233
1140#, c-format
1141msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1142msgstr ""
1143
1144#: branch.c:235
1145#, c-format
1146msgid "the requested upstream branch '%s' does not exist"
1147msgstr ""
1148
1149#: branch.c:237
1150msgid ""
1151"\n"
1152"If you are planning on basing your work on an upstream\n"
1153"branch that already exists at the remote, you may need to\n"
1154"run \"git fetch\" to retrieve it.\n"
1155"\n"
1156"If you are planning to push out a new local branch that\n"
1157"will track its remote counterpart, you may want to use\n"
1158"\"git push -u\" to set the upstream config as you push."
1159msgstr ""
1160
1161#: branch.c:281
1162#, c-format
1163msgid "Not a valid object name: '%s'."
1164msgstr ""
1165
1166#: branch.c:301
1167#, c-format
1168msgid "Ambiguous object name: '%s'."
1169msgstr ""
1170
1171#: branch.c:306
1172#, c-format
1173msgid "Not a valid branch point: '%s'."
1174msgstr ""
1175
1176#: branch.c:364
1177#, c-format
1178msgid "'%s' is already checked out at '%s'"
1179msgstr ""
1180
1181#: branch.c:387
1182#, c-format
1183msgid "HEAD of working tree %s is not updated"
1184msgstr ""
1185
1186#: bundle.c:36
1187#, c-format
1188msgid "'%s' does not look like a v2 bundle file"
1189msgstr ""
1190
1191#: bundle.c:64
1192#, c-format
1193msgid "unrecognized header: %s%s (%d)"
1194msgstr ""
1195
1196#: bundle.c:90 rerere.c:480 rerere.c:690 sequencer.c:2283 sequencer.c:3024
1197#: builtin/commit.c:791
1198#, c-format
1199msgid "could not open '%s'"
1200msgstr ""
1201
1202#: bundle.c:143
1203msgid "Repository lacks these prerequisite commits:"
1204msgstr ""
1205
1206#: bundle.c:146
1207msgid "need a repository to verify a bundle"
1208msgstr ""
1209
1210#: bundle.c:197
1211#, c-format
1212msgid "The bundle contains this ref:"
1213msgid_plural "The bundle contains these %d refs:"
1214msgstr[0] ""
1215msgstr[1] ""
1216
1217#: bundle.c:204
1218msgid "The bundle records a complete history."
1219msgstr ""
1220
1221#: bundle.c:206
1222#, c-format
1223msgid "The bundle requires this ref:"
1224msgid_plural "The bundle requires these %d refs:"
1225msgstr[0] ""
1226msgstr[1] ""
1227
1228#: bundle.c:272
1229msgid "unable to dup bundle descriptor"
1230msgstr ""
1231
1232#: bundle.c:279
1233msgid "Could not spawn pack-objects"
1234msgstr ""
1235
1236#: bundle.c:290
1237msgid "pack-objects died"
1238msgstr ""
1239
1240#: bundle.c:332
1241msgid "rev-list died"
1242msgstr ""
1243
1244#: bundle.c:381
1245#, c-format
1246msgid "ref '%s' is excluded by the rev-list options"
1247msgstr ""
1248
1249#: bundle.c:460 builtin/log.c:212 builtin/log.c:1749 builtin/shortlog.c:306
1250#, c-format
1251msgid "unrecognized argument: %s"
1252msgstr ""
1253
1254#: bundle.c:468
1255msgid "Refusing to create empty bundle."
1256msgstr ""
1257
1258#: bundle.c:478
1259#, c-format
1260msgid "cannot create '%s'"
1261msgstr ""
1262
1263#: bundle.c:503
1264msgid "index-pack died"
1265msgstr ""
1266
1267#: color.c:296
1268#, c-format
1269msgid "invalid color value: %.*s"
1270msgstr ""
1271
1272#: commit.c:50 sequencer.c:2727 builtin/am.c:355 builtin/am.c:399
1273#: builtin/am.c:1378 builtin/am.c:2020 builtin/replace.c:455
1274#, c-format
1275msgid "could not parse %s"
1276msgstr ""
1277
1278#: commit.c:52
1279#, c-format
1280msgid "%s %s is not a commit!"
1281msgstr ""
1282
1283#: commit.c:192
1284msgid ""
1285"Support for <GIT_DIR>/info/grafts is deprecated\n"
1286"and will be removed in a future Git version.\n"
1287"\n"
1288"Please use \"git replace --convert-graft-file\"\n"
1289"to convert the grafts into replace refs.\n"
1290"\n"
1291"Turn this message off by running\n"
1292"\"git config advice.graftFileDeprecated false\""
1293msgstr ""
1294
1295#: commit.c:1127
1296#, c-format
1297msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
1298msgstr ""
1299
1300#: commit.c:1130
1301#, c-format
1302msgid "Commit %s has a bad GPG signature allegedly by %s."
1303msgstr ""
1304
1305#: commit.c:1133
1306#, c-format
1307msgid "Commit %s does not have a GPG signature."
1308msgstr ""
1309
1310#: commit.c:1136
1311#, c-format
1312msgid "Commit %s has a good GPG signature by %s\n"
1313msgstr ""
1314
1315#: commit.c:1390
1316msgid ""
1317"Warning: commit message did not conform to UTF-8.\n"
1318"You may want to amend it after fixing the message, or set the config\n"
1319"variable i18n.commitencoding to the encoding your project uses.\n"
1320msgstr ""
1321
1322#: commit-graph.c:127
1323msgid "commit-graph file is too small"
1324msgstr ""
1325
1326#: commit-graph.c:192
1327#, c-format
1328msgid "commit-graph signature %X does not match signature %X"
1329msgstr ""
1330
1331#: commit-graph.c:199
1332#, c-format
1333msgid "commit-graph version %X does not match version %X"
1334msgstr ""
1335
1336#: commit-graph.c:206
1337#, c-format
1338msgid "commit-graph hash version %X does not match version %X"
1339msgstr ""
1340
1341#: commit-graph.c:229
1342msgid "commit-graph chunk lookup table entry missing; file may be incomplete"
1343msgstr ""
1344
1345#: commit-graph.c:240
1346#, c-format
1347msgid "commit-graph improper chunk offset %08x%08x"
1348msgstr ""
1349
1350#: commit-graph.c:283
1351#, c-format
1352msgid "commit-graph chunk id %08x appears multiple times"
1353msgstr ""
1354
1355#: commit-graph.c:347
1356msgid "commit-graph has no base graphs chunk"
1357msgstr ""
1358
1359#: commit-graph.c:357
1360msgid "commit-graph chain does not match"
1361msgstr ""
1362
1363#: commit-graph.c:404
1364#, c-format
1365msgid "invalid commit-graph chain: line '%s' not a hash"
1366msgstr ""
1367
1368#: commit-graph.c:430
1369msgid "unable to find all commit-graph files"
1370msgstr ""
1371
1372#: commit-graph.c:553 commit-graph.c:613
1373msgid "invalid commit position. commit-graph is likely corrupt"
1374msgstr ""
1375
1376#: commit-graph.c:574
1377#, c-format
1378msgid "could not find commit %s"
1379msgstr ""
1380
1381#: commit-graph.c:1001 builtin/pack-objects.c:2651
1382#, c-format
1383msgid "unable to get type of object %s"
1384msgstr ""
1385
1386#: commit-graph.c:1033
1387msgid "Loading known commits in commit graph"
1388msgstr ""
1389
1390#: commit-graph.c:1050
1391msgid "Expanding reachable commits in commit graph"
1392msgstr ""
1393
1394#: commit-graph.c:1069
1395msgid "Clearing commit marks in commit graph"
1396msgstr ""
1397
1398#: commit-graph.c:1088
1399msgid "Computing commit graph generation numbers"
1400msgstr ""
1401
1402#: commit-graph.c:1162
1403#, c-format
1404msgid "Finding commits for commit graph in %d pack"
1405msgid_plural "Finding commits for commit graph in %d packs"
1406msgstr[0] ""
1407msgstr[1] ""
1408
1409#: commit-graph.c:1175
1410#, c-format
1411msgid "error adding pack %s"
1412msgstr ""
1413
1414#: commit-graph.c:1179
1415#, c-format
1416msgid "error opening index for %s"
1417msgstr ""
1418
1419#: commit-graph.c:1203
1420#, c-format
1421msgid "Finding commits for commit graph from %d ref"
1422msgid_plural "Finding commits for commit graph from %d refs"
1423msgstr[0] ""
1424msgstr[1] ""
1425
1426#: commit-graph.c:1237
1427msgid "Finding commits for commit graph among packed objects"
1428msgstr ""
1429
1430#: commit-graph.c:1252
1431msgid "Counting distinct commits in commit graph"
1432msgstr ""
1433
1434#: commit-graph.c:1283
1435msgid "Finding extra edges in commit graph"
1436msgstr ""
1437
1438#: commit-graph.c:1331
1439msgid "failed to write correct number of base graph ids"
1440msgstr ""
1441
1442#: commit-graph.c:1364 midx.c:811
1443#, c-format
1444msgid "unable to create leading directories of %s"
1445msgstr ""
1446
1447#: commit-graph.c:1376 builtin/index-pack.c:306 builtin/repack.c:251
1448#, c-format
1449msgid "unable to create '%s'"
1450msgstr ""
1451
1452#: commit-graph.c:1436
1453#, c-format
1454msgid "Writing out commit graph in %d pass"
1455msgid_plural "Writing out commit graph in %d passes"
1456msgstr[0] ""
1457msgstr[1] ""
1458
1459#: commit-graph.c:1477
1460msgid "unable to open commit-graph chain file"
1461msgstr ""
1462
1463#: commit-graph.c:1489
1464msgid "failed to rename base commit-graph file"
1465msgstr ""
1466
1467#: commit-graph.c:1509
1468msgid "failed to rename temporary commit-graph file"
1469msgstr ""
1470
1471#: commit-graph.c:1620
1472msgid "Scanning merged commits"
1473msgstr ""
1474
1475#: commit-graph.c:1631
1476#, c-format
1477msgid "unexpected duplicate commit id %s"
1478msgstr ""
1479
1480#: commit-graph.c:1656
1481msgid "Merging commit-graph"
1482msgstr ""
1483
1484#: commit-graph.c:1842
1485#, c-format
1486msgid "the commit graph format cannot write %d commits"
1487msgstr ""
1488
1489#: commit-graph.c:1853
1490msgid "too many commits to write graph"
1491msgstr ""
1492
1493#: commit-graph.c:1943
1494msgid "the commit-graph file has incorrect checksum and is likely corrupt"
1495msgstr ""
1496
1497#: commit-graph.c:1953
1498#, c-format
1499msgid "commit-graph has incorrect OID order: %s then %s"
1500msgstr ""
1501
1502#: commit-graph.c:1963 commit-graph.c:1978
1503#, c-format
1504msgid "commit-graph has incorrect fanout value: fanout[%d] = %u != %u"
1505msgstr ""
1506
1507#: commit-graph.c:1970
1508#, c-format
1509msgid "failed to parse commit %s from commit-graph"
1510msgstr ""
1511
1512#: commit-graph.c:1987
1513msgid "Verifying commits in commit graph"
1514msgstr ""
1515
1516#: commit-graph.c:2000
1517#, c-format
1518msgid "failed to parse commit %s from object database for commit-graph"
1519msgstr ""
1520
1521#: commit-graph.c:2007
1522#, c-format
1523msgid "root tree OID for commit %s in commit-graph is %s != %s"
1524msgstr ""
1525
1526#: commit-graph.c:2017
1527#, c-format
1528msgid "commit-graph parent list for commit %s is too long"
1529msgstr ""
1530
1531#: commit-graph.c:2026
1532#, c-format
1533msgid "commit-graph parent for %s is %s != %s"
1534msgstr ""
1535
1536#: commit-graph.c:2039
1537#, c-format
1538msgid "commit-graph parent list for commit %s terminates early"
1539msgstr ""
1540
1541#: commit-graph.c:2044
1542#, c-format
1543msgid ""
1544"commit-graph has generation number zero for commit %s, but non-zero elsewhere"
1545msgstr ""
1546
1547#: commit-graph.c:2048
1548#, c-format
1549msgid ""
1550"commit-graph has non-zero generation number for commit %s, but zero elsewhere"
1551msgstr ""
1552
1553#: commit-graph.c:2063
1554#, c-format
1555msgid "commit-graph generation for commit %s is %u != %u"
1556msgstr ""
1557
1558#: commit-graph.c:2069
1559#, c-format
1560msgid "commit date for commit %s in commit-graph is %<PRIuMAX> != %<PRIuMAX>"
1561msgstr ""
1562
1563#: compat/obstack.c:406 compat/obstack.c:408
1564msgid "memory exhausted"
1565msgstr ""
1566
1567#: config.c:124
1568#, c-format
1569msgid ""
1570"exceeded maximum include depth (%d) while including\n"
1571"\t%s\n"
1572"from\n"
1573"\t%s\n"
1574"This might be due to circular includes."
1575msgstr ""
1576
1577#: config.c:140
1578#, c-format
1579msgid "could not expand include path '%s'"
1580msgstr ""
1581
1582#: config.c:151
1583msgid "relative config includes must come from files"
1584msgstr ""
1585
1586#: config.c:197
1587msgid "relative config include conditionals must come from files"
1588msgstr ""
1589
1590#: config.c:375
1591#, c-format
1592msgid "key does not contain a section: %s"
1593msgstr ""
1594
1595#: config.c:381
1596#, c-format
1597msgid "key does not contain variable name: %s"
1598msgstr ""
1599
1600#: config.c:405 sequencer.c:2463
1601#, c-format
1602msgid "invalid key: %s"
1603msgstr ""
1604
1605#: config.c:411
1606#, c-format
1607msgid "invalid key (newline): %s"
1608msgstr ""
1609
1610#: config.c:447 config.c:459
1611#, c-format
1612msgid "bogus config parameter: %s"
1613msgstr ""
1614
1615#: config.c:494
1616#, c-format
1617msgid "bogus format in %s"
1618msgstr ""
1619
1620#: config.c:820
1621#, c-format
1622msgid "bad config line %d in blob %s"
1623msgstr ""
1624
1625#: config.c:824
1626#, c-format
1627msgid "bad config line %d in file %s"
1628msgstr ""
1629
1630#: config.c:828
1631#, c-format
1632msgid "bad config line %d in standard input"
1633msgstr ""
1634
1635#: config.c:832
1636#, c-format
1637msgid "bad config line %d in submodule-blob %s"
1638msgstr ""
1639
1640#: config.c:836
1641#, c-format
1642msgid "bad config line %d in command line %s"
1643msgstr ""
1644
1645#: config.c:840
1646#, c-format
1647msgid "bad config line %d in %s"
1648msgstr ""
1649
1650#: config.c:977
1651msgid "out of range"
1652msgstr ""
1653
1654#: config.c:977
1655msgid "invalid unit"
1656msgstr ""
1657
1658#: config.c:978
1659#, c-format
1660msgid "bad numeric config value '%s' for '%s': %s"
1661msgstr ""
1662
1663#: config.c:997
1664#, c-format
1665msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1666msgstr ""
1667
1668#: config.c:1000
1669#, c-format
1670msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1671msgstr ""
1672
1673#: config.c:1003
1674#, c-format
1675msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1676msgstr ""
1677
1678#: config.c:1006
1679#, c-format
1680msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1681msgstr ""
1682
1683#: config.c:1009
1684#, c-format
1685msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1686msgstr ""
1687
1688#: config.c:1012
1689#, c-format
1690msgid "bad numeric config value '%s' for '%s' in %s: %s"
1691msgstr ""
1692
1693#: config.c:1107
1694#, c-format
1695msgid "failed to expand user dir in: '%s'"
1696msgstr ""
1697
1698#: config.c:1116
1699#, c-format
1700msgid "'%s' for '%s' is not a valid timestamp"
1701msgstr ""
1702
1703#: config.c:1207
1704#, c-format
1705msgid "abbrev length out of range: %d"
1706msgstr ""
1707
1708#: config.c:1221 config.c:1232
1709#, c-format
1710msgid "bad zlib compression level %d"
1711msgstr ""
1712
1713#: config.c:1324
1714msgid "core.commentChar should only be one character"
1715msgstr ""
1716
1717#: config.c:1357
1718#, c-format
1719msgid "invalid mode for object creation: %s"
1720msgstr ""
1721
1722#: config.c:1429
1723#, c-format
1724msgid "malformed value for %s"
1725msgstr ""
1726
1727#: config.c:1455
1728#, c-format
1729msgid "malformed value for %s: %s"
1730msgstr ""
1731
1732#: config.c:1456
1733msgid "must be one of nothing, matching, simple, upstream or current"
1734msgstr ""
1735
1736#: config.c:1517 builtin/pack-objects.c:3399
1737#, c-format
1738msgid "bad pack compression level %d"
1739msgstr ""
1740
1741#: config.c:1638
1742#, c-format
1743msgid "unable to load config blob object '%s'"
1744msgstr ""
1745
1746#: config.c:1641
1747#, c-format
1748msgid "reference '%s' does not point to a blob"
1749msgstr ""
1750
1751#: config.c:1658
1752#, c-format
1753msgid "unable to resolve config blob '%s'"
1754msgstr ""
1755
1756#: config.c:1688
1757#, c-format
1758msgid "failed to parse %s"
1759msgstr ""
1760
1761#: config.c:1744
1762msgid "unable to parse command-line config"
1763msgstr ""
1764
1765#: config.c:2093
1766msgid "unknown error occurred while reading the configuration files"
1767msgstr ""
1768
1769#: config.c:2263
1770#, c-format
1771msgid "Invalid %s: '%s'"
1772msgstr ""
1773
1774#: config.c:2306
1775#, c-format
1776msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1777msgstr ""
1778
1779#: config.c:2332
1780#, c-format
1781msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1782msgstr ""
1783
1784#: config.c:2378
1785#, c-format
1786msgid "unable to parse '%s' from command-line config"
1787msgstr ""
1788
1789#: config.c:2380
1790#, c-format
1791msgid "bad config variable '%s' in file '%s' at line %d"
1792msgstr ""
1793
1794#: config.c:2461
1795#, c-format
1796msgid "invalid section name '%s'"
1797msgstr ""
1798
1799#: config.c:2493
1800#, c-format
1801msgid "%s has multiple values"
1802msgstr ""
1803
1804#: config.c:2522
1805#, c-format
1806msgid "failed to write new configuration file %s"
1807msgstr ""
1808
1809#: config.c:2774 config.c:3098
1810#, c-format
1811msgid "could not lock config file %s"
1812msgstr ""
1813
1814#: config.c:2785
1815#, c-format
1816msgid "opening %s"
1817msgstr ""
1818
1819#: config.c:2820 builtin/config.c:328
1820#, c-format
1821msgid "invalid pattern: %s"
1822msgstr ""
1823
1824#: config.c:2845
1825#, c-format
1826msgid "invalid config file %s"
1827msgstr ""
1828
1829#: config.c:2858 config.c:3111
1830#, c-format
1831msgid "fstat on %s failed"
1832msgstr ""
1833
1834#: config.c:2869
1835#, c-format
1836msgid "unable to mmap '%s'"
1837msgstr ""
1838
1839#: config.c:2878 config.c:3116
1840#, c-format
1841msgid "chmod on %s failed"
1842msgstr ""
1843
1844#: config.c:2963 config.c:3213
1845#, c-format
1846msgid "could not write config file %s"
1847msgstr ""
1848
1849#: config.c:2997
1850#, c-format
1851msgid "could not set '%s' to '%s'"
1852msgstr ""
1853
1854#: config.c:2999 builtin/remote.c:782
1855#, c-format
1856msgid "could not unset '%s'"
1857msgstr ""
1858
1859#: config.c:3089
1860#, c-format
1861msgid "invalid section name: %s"
1862msgstr ""
1863
1864#: config.c:3256
1865#, c-format
1866msgid "missing value for '%s'"
1867msgstr ""
1868
1869#: connect.c:61
1870msgid "the remote end hung up upon initial contact"
1871msgstr ""
1872
1873#: connect.c:63
1874msgid ""
1875"Could not read from remote repository.\n"
1876"\n"
1877"Please make sure you have the correct access rights\n"
1878"and the repository exists."
1879msgstr ""
1880
1881#: connect.c:81
1882#, c-format
1883msgid "server doesn't support '%s'"
1884msgstr ""
1885
1886#: connect.c:103
1887#, c-format
1888msgid "server doesn't support feature '%s'"
1889msgstr ""
1890
1891#: connect.c:114
1892msgid "expected flush after capabilities"
1893msgstr ""
1894
1895#: connect.c:233
1896#, c-format
1897msgid "ignoring capabilities after first line '%s'"
1898msgstr ""
1899
1900#: connect.c:252
1901msgid "protocol error: unexpected capabilities^{}"
1902msgstr ""
1903
1904#: connect.c:273
1905#, c-format
1906msgid "protocol error: expected shallow sha-1, got '%s'"
1907msgstr ""
1908
1909#: connect.c:275
1910msgid "repository on the other end cannot be shallow"
1911msgstr ""
1912
1913#: connect.c:313
1914msgid "invalid packet"
1915msgstr ""
1916
1917#: connect.c:333
1918#, c-format
1919msgid "protocol error: unexpected '%s'"
1920msgstr ""
1921
1922#: connect.c:441
1923#, c-format
1924msgid "invalid ls-refs response: %s"
1925msgstr ""
1926
1927#: connect.c:445
1928msgid "expected flush after ref listing"
1929msgstr ""
1930
1931#: connect.c:544
1932#, c-format
1933msgid "protocol '%s' is not supported"
1934msgstr ""
1935
1936#: connect.c:595
1937msgid "unable to set SO_KEEPALIVE on socket"
1938msgstr ""
1939
1940#: connect.c:635 connect.c:698
1941#, c-format
1942msgid "Looking up %s ... "
1943msgstr ""
1944
1945#: connect.c:639
1946#, c-format
1947msgid "unable to look up %s (port %s) (%s)"
1948msgstr ""
1949
1950#. TRANSLATORS: this is the end of "Looking up %s ... "
1951#: connect.c:643 connect.c:714
1952#, c-format
1953msgid ""
1954"done.\n"
1955"Connecting to %s (port %s) ... "
1956msgstr ""
1957
1958#: connect.c:665 connect.c:742
1959#, c-format
1960msgid ""
1961"unable to connect to %s:\n"
1962"%s"
1963msgstr ""
1964
1965#. TRANSLATORS: this is the end of "Connecting to %s (port %s) ... "
1966#: connect.c:671 connect.c:748
1967msgid "done."
1968msgstr ""
1969
1970#: connect.c:702
1971#, c-format
1972msgid "unable to look up %s (%s)"
1973msgstr ""
1974
1975#: connect.c:708
1976#, c-format
1977msgid "unknown port %s"
1978msgstr ""
1979
1980#: connect.c:845 connect.c:1171
1981#, c-format
1982msgid "strange hostname '%s' blocked"
1983msgstr ""
1984
1985#: connect.c:847
1986#, c-format
1987msgid "strange port '%s' blocked"
1988msgstr ""
1989
1990#: connect.c:857
1991#, c-format
1992msgid "cannot start proxy %s"
1993msgstr ""
1994
1995#: connect.c:924
1996msgid "no path specified; see 'git help pull' for valid url syntax"
1997msgstr ""
1998
1999#: connect.c:1119
2000msgid "ssh variant 'simple' does not support -4"
2001msgstr ""
2002
2003#: connect.c:1131
2004msgid "ssh variant 'simple' does not support -6"
2005msgstr ""
2006
2007#: connect.c:1148
2008msgid "ssh variant 'simple' does not support setting port"
2009msgstr ""
2010
2011#: connect.c:1260
2012#, c-format
2013msgid "strange pathname '%s' blocked"
2014msgstr ""
2015
2016#: connect.c:1307
2017msgid "unable to fork"
2018msgstr ""
2019
2020#: connected.c:86 builtin/fsck.c:221 builtin/prune.c:43
2021msgid "Checking connectivity"
2022msgstr ""
2023
2024#: connected.c:98
2025msgid "Could not run 'git rev-list'"
2026msgstr ""
2027
2028#: connected.c:118
2029msgid "failed write to rev-list"
2030msgstr ""
2031
2032#: connected.c:125
2033msgid "failed to close rev-list's stdin"
2034msgstr ""
2035
2036#: convert.c:193
2037#, c-format
2038msgid "illegal crlf_action %d"
2039msgstr ""
2040
2041#: convert.c:206
2042#, c-format
2043msgid "CRLF would be replaced by LF in %s"
2044msgstr ""
2045
2046#: convert.c:208
2047#, c-format
2048msgid ""
2049"CRLF will be replaced by LF in %s.\n"
2050"The file will have its original line endings in your working directory"
2051msgstr ""
2052
2053#: convert.c:216
2054#, c-format
2055msgid "LF would be replaced by CRLF in %s"
2056msgstr ""
2057
2058#: convert.c:218
2059#, c-format
2060msgid ""
2061"LF will be replaced by CRLF in %s.\n"
2062"The file will have its original line endings in your working directory"
2063msgstr ""
2064
2065#: convert.c:279
2066#, c-format
2067msgid "BOM is prohibited in '%s' if encoded as %s"
2068msgstr ""
2069
2070#: convert.c:286
2071#, c-format
2072msgid ""
2073"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
2074"tree-encoding."
2075msgstr ""
2076
2077#: convert.c:304
2078#, c-format
2079msgid "BOM is required in '%s' if encoded as %s"
2080msgstr ""
2081
2082#: convert.c:306
2083#, c-format
2084msgid ""
2085"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
2086"%sLE (depending on the byte order) as working-tree-encoding."
2087msgstr ""
2088
2089#: convert.c:424 convert.c:495
2090#, c-format
2091msgid "failed to encode '%s' from %s to %s"
2092msgstr ""
2093
2094#: convert.c:467
2095#, c-format
2096msgid "encoding '%s' from %s to %s and back is not the same"
2097msgstr ""
2098
2099#: convert.c:673
2100#, c-format
2101msgid "cannot fork to run external filter '%s'"
2102msgstr ""
2103
2104#: convert.c:693
2105#, c-format
2106msgid "cannot feed the input to external filter '%s'"
2107msgstr ""
2108
2109#: convert.c:700
2110#, c-format
2111msgid "external filter '%s' failed %d"
2112msgstr ""
2113
2114#: convert.c:735 convert.c:738
2115#, c-format
2116msgid "read from external filter '%s' failed"
2117msgstr ""
2118
2119#: convert.c:741 convert.c:796
2120#, c-format
2121msgid "external filter '%s' failed"
2122msgstr ""
2123
2124#: convert.c:844
2125msgid "unexpected filter type"
2126msgstr ""
2127
2128#: convert.c:855
2129msgid "path name too long for external filter"
2130msgstr ""
2131
2132#: convert.c:929
2133#, c-format
2134msgid ""
2135"external filter '%s' is not available anymore although not all paths have "
2136"been filtered"
2137msgstr ""
2138
2139#: convert.c:1228
2140msgid "true/false are no valid working-tree-encodings"
2141msgstr ""
2142
2143#: convert.c:1398 convert.c:1432
2144#, c-format
2145msgid "%s: clean filter '%s' failed"
2146msgstr ""
2147
2148#: convert.c:1476
2149#, c-format
2150msgid "%s: smudge filter %s failed"
2151msgstr ""
2152
2153#: date.c:137
2154msgid "in the future"
2155msgstr ""
2156
2157#: date.c:143
2158#, c-format
2159msgid "%<PRIuMAX> second ago"
2160msgid_plural "%<PRIuMAX> seconds ago"
2161msgstr[0] ""
2162msgstr[1] ""
2163
2164#: date.c:150
2165#, c-format
2166msgid "%<PRIuMAX> minute ago"
2167msgid_plural "%<PRIuMAX> minutes ago"
2168msgstr[0] ""
2169msgstr[1] ""
2170
2171#: date.c:157
2172#, c-format
2173msgid "%<PRIuMAX> hour ago"
2174msgid_plural "%<PRIuMAX> hours ago"
2175msgstr[0] ""
2176msgstr[1] ""
2177
2178#: date.c:164
2179#, c-format
2180msgid "%<PRIuMAX> day ago"
2181msgid_plural "%<PRIuMAX> days ago"
2182msgstr[0] ""
2183msgstr[1] ""
2184
2185#: date.c:170
2186#, c-format
2187msgid "%<PRIuMAX> week ago"
2188msgid_plural "%<PRIuMAX> weeks ago"
2189msgstr[0] ""
2190msgstr[1] ""
2191
2192#: date.c:177
2193#, c-format
2194msgid "%<PRIuMAX> month ago"
2195msgid_plural "%<PRIuMAX> months ago"
2196msgstr[0] ""
2197msgstr[1] ""
2198
2199#: date.c:188
2200#, c-format
2201msgid "%<PRIuMAX> year"
2202msgid_plural "%<PRIuMAX> years"
2203msgstr[0] ""
2204msgstr[1] ""
2205
2206#. TRANSLATORS: "%s" is "<n> years"
2207#: date.c:191
2208#, c-format
2209msgid "%s, %<PRIuMAX> month ago"
2210msgid_plural "%s, %<PRIuMAX> months ago"
2211msgstr[0] ""
2212msgstr[1] ""
2213
2214#: date.c:196 date.c:201
2215#, c-format
2216msgid "%<PRIuMAX> year ago"
2217msgid_plural "%<PRIuMAX> years ago"
2218msgstr[0] ""
2219msgstr[1] ""
2220
2221#: delta-islands.c:272
2222msgid "Propagating island marks"
2223msgstr ""
2224
2225#: delta-islands.c:290
2226#, c-format
2227msgid "bad tree object %s"
2228msgstr ""
2229
2230#: delta-islands.c:334
2231#, c-format
2232msgid "failed to load island regex for '%s': %s"
2233msgstr ""
2234
2235#: delta-islands.c:390
2236#, c-format
2237msgid "island regex from config has too many capture groups (max=%d)"
2238msgstr ""
2239
2240#: delta-islands.c:467
2241#, c-format
2242msgid "Marked %d islands, done.\n"
2243msgstr ""
2244
2245#: diffcore-order.c:24
2246#, c-format
2247msgid "failed to read orderfile '%s'"
2248msgstr ""
2249
2250#: diffcore-rename.c:544
2251msgid "Performing inexact rename detection"
2252msgstr ""
2253
2254#: diff-no-index.c:238
2255msgid "git diff --no-index [<options>] <path> <path>"
2256msgstr ""
2257
2258#: diff-no-index.c:263
2259msgid ""
2260"Not a git repository. Use --no-index to compare two paths outside a working "
2261"tree"
2262msgstr ""
2263
2264#: diff.c:155
2265#, c-format
2266msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
2267msgstr ""
2268
2269#: diff.c:160
2270#, c-format
2271msgid "  Unknown dirstat parameter '%s'\n"
2272msgstr ""
2273
2274#: diff.c:296
2275msgid ""
2276"color moved setting must be one of 'no', 'default', 'blocks', 'zebra', "
2277"'dimmed-zebra', 'plain'"
2278msgstr ""
2279
2280#: diff.c:324
2281#, c-format
2282msgid ""
2283"unknown color-moved-ws mode '%s', possible values are 'ignore-space-change', "
2284"'ignore-space-at-eol', 'ignore-all-space', 'allow-indentation-change'"
2285msgstr ""
2286
2287#: diff.c:332
2288msgid ""
2289"color-moved-ws: allow-indentation-change cannot be combined with other "
2290"whitespace modes"
2291msgstr ""
2292
2293#: diff.c:405
2294#, c-format
2295msgid "Unknown value for 'diff.submodule' config variable: '%s'"
2296msgstr ""
2297
2298#: diff.c:465
2299#, c-format
2300msgid ""
2301"Found errors in 'diff.dirstat' config variable:\n"
2302"%s"
2303msgstr ""
2304
2305#: diff.c:4215
2306#, c-format
2307msgid "external diff died, stopping at %s"
2308msgstr ""
2309
2310#: diff.c:4560
2311msgid "--name-only, --name-status, --check and -s are mutually exclusive"
2312msgstr ""
2313
2314#: diff.c:4563
2315msgid "-G, -S and --find-object are mutually exclusive"
2316msgstr ""
2317
2318#: diff.c:4641
2319msgid "--follow requires exactly one pathspec"
2320msgstr ""
2321
2322#: diff.c:4689
2323#, c-format
2324msgid "invalid --stat value: %s"
2325msgstr ""
2326
2327#: diff.c:4694 diff.c:4699 diff.c:4704 diff.c:4709 diff.c:5222
2328#: parse-options.c:199 parse-options.c:203
2329#, c-format
2330msgid "%s expects a numerical value"
2331msgstr ""
2332
2333#: diff.c:4726
2334#, c-format
2335msgid ""
2336"Failed to parse --dirstat/-X option parameter:\n"
2337"%s"
2338msgstr ""
2339
2340#: diff.c:4811
2341#, c-format
2342msgid "unknown change class '%c' in --diff-filter=%s"
2343msgstr ""
2344
2345#: diff.c:4835
2346#, c-format
2347msgid "unknown value after ws-error-highlight=%.*s"
2348msgstr ""
2349
2350#: diff.c:4849
2351#, c-format
2352msgid "unable to resolve '%s'"
2353msgstr ""
2354
2355#: diff.c:4899 diff.c:4905
2356#, c-format
2357msgid "%s expects <n>/<m> form"
2358msgstr ""
2359
2360#: diff.c:4917
2361#, c-format
2362msgid "%s expects a character, got '%s'"
2363msgstr ""
2364
2365#: diff.c:4938
2366#, c-format
2367msgid "bad --color-moved argument: %s"
2368msgstr ""
2369
2370#: diff.c:4957
2371#, c-format
2372msgid "invalid mode '%s' in --color-moved-ws"
2373msgstr ""
2374
2375#: diff.c:4997
2376msgid ""
2377"option diff-algorithm accepts \"myers\", \"minimal\", \"patience\" and "
2378"\"histogram\""
2379msgstr ""
2380
2381#: diff.c:5033 diff.c:5053
2382#, c-format
2383msgid "invalid argument to %s"
2384msgstr ""
2385
2386#: diff.c:5191
2387#, c-format
2388msgid "failed to parse --submodule option parameter: '%s'"
2389msgstr ""
2390
2391#: diff.c:5247
2392#, c-format
2393msgid "bad --word-diff argument: %s"
2394msgstr ""
2395
2396#: diff.c:5270
2397msgid "Diff output format options"
2398msgstr ""
2399
2400#: diff.c:5272 diff.c:5278
2401msgid "generate patch"
2402msgstr ""
2403
2404#: diff.c:5275 builtin/log.c:182
2405msgid "suppress diff output"
2406msgstr ""
2407
2408#: diff.c:5280 diff.c:5394 diff.c:5401
2409msgid "<n>"
2410msgstr ""
2411
2412#: diff.c:5281 diff.c:5284
2413msgid "generate diffs with <n> lines context"
2414msgstr ""
2415
2416#: diff.c:5286
2417msgid "generate the diff in raw format"
2418msgstr ""
2419
2420#: diff.c:5289
2421msgid "synonym for '-p --raw'"
2422msgstr ""
2423
2424#: diff.c:5293
2425msgid "synonym for '-p --stat'"
2426msgstr ""
2427
2428#: diff.c:5297
2429msgid "machine friendly --stat"
2430msgstr ""
2431
2432#: diff.c:5300
2433msgid "output only the last line of --stat"
2434msgstr ""
2435
2436#: diff.c:5302 diff.c:5310
2437msgid "<param1,param2>..."
2438msgstr ""
2439
2440#: diff.c:5303
2441msgid ""
2442"output the distribution of relative amount of changes for each sub-directory"
2443msgstr ""
2444
2445#: diff.c:5307
2446msgid "synonym for --dirstat=cumulative"
2447msgstr ""
2448
2449#: diff.c:5311
2450msgid "synonym for --dirstat=files,param1,param2..."
2451msgstr ""
2452
2453#: diff.c:5315
2454msgid "warn if changes introduce conflict markers or whitespace errors"
2455msgstr ""
2456
2457#: diff.c:5318
2458msgid "condensed summary such as creations, renames and mode changes"
2459msgstr ""
2460
2461#: diff.c:5321
2462msgid "show only names of changed files"
2463msgstr ""
2464
2465#: diff.c:5324
2466msgid "show only names and status of changed files"
2467msgstr ""
2468
2469#: diff.c:5326
2470msgid "<width>[,<name-width>[,<count>]]"
2471msgstr ""
2472
2473#: diff.c:5327
2474msgid "generate diffstat"
2475msgstr ""
2476
2477#: diff.c:5329 diff.c:5332 diff.c:5335
2478msgid "<width>"
2479msgstr ""
2480
2481#: diff.c:5330
2482msgid "generate diffstat with a given width"
2483msgstr ""
2484
2485#: diff.c:5333
2486msgid "generate diffstat with a given name width"
2487msgstr ""
2488
2489#: diff.c:5336
2490msgid "generate diffstat with a given graph width"
2491msgstr ""
2492
2493#: diff.c:5338
2494msgid "<count>"
2495msgstr ""
2496
2497#: diff.c:5339
2498msgid "generate diffstat with limited lines"
2499msgstr ""
2500
2501#: diff.c:5342
2502msgid "generate compact summary in diffstat"
2503msgstr ""
2504
2505#: diff.c:5345
2506msgid "output a binary diff that can be applied"
2507msgstr ""
2508
2509#: diff.c:5348
2510msgid "show full pre- and post-image object names on the \"index\" lines"
2511msgstr ""
2512
2513#: diff.c:5350
2514msgid "show colored diff"
2515msgstr ""
2516
2517#: diff.c:5351
2518msgid "<kind>"
2519msgstr ""
2520
2521#: diff.c:5352
2522msgid ""
2523"highlight whitespace errors in the 'context', 'old' or 'new' lines in the "
2524"diff"
2525msgstr ""
2526
2527#: diff.c:5355
2528msgid ""
2529"do not munge pathnames and use NULs as output field terminators in --raw or "
2530"--numstat"
2531msgstr ""
2532
2533#: diff.c:5358 diff.c:5361 diff.c:5364 diff.c:5470
2534msgid "<prefix>"
2535msgstr ""
2536
2537#: diff.c:5359
2538msgid "show the given source prefix instead of \"a/\""
2539msgstr ""
2540
2541#: diff.c:5362
2542msgid "show the given destination prefix instead of \"b/\""
2543msgstr ""
2544
2545#: diff.c:5365
2546msgid "prepend an additional prefix to every line of output"
2547msgstr ""
2548
2549#: diff.c:5368
2550msgid "do not show any source or destination prefix"
2551msgstr ""
2552
2553#: diff.c:5371
2554msgid "show context between diff hunks up to the specified number of lines"
2555msgstr ""
2556
2557#: diff.c:5375 diff.c:5380 diff.c:5385
2558msgid "<char>"
2559msgstr ""
2560
2561#: diff.c:5376
2562msgid "specify the character to indicate a new line instead of '+'"
2563msgstr ""
2564
2565#: diff.c:5381
2566msgid "specify the character to indicate an old line instead of '-'"
2567msgstr ""
2568
2569#: diff.c:5386
2570msgid "specify the character to indicate a context instead of ' '"
2571msgstr ""
2572
2573#: diff.c:5389
2574msgid "Diff rename options"
2575msgstr ""
2576
2577#: diff.c:5390
2578msgid "<n>[/<m>]"
2579msgstr ""
2580
2581#: diff.c:5391
2582msgid "break complete rewrite changes into pairs of delete and create"
2583msgstr ""
2584
2585#: diff.c:5395
2586msgid "detect renames"
2587msgstr ""
2588
2589#: diff.c:5399
2590msgid "omit the preimage for deletes"
2591msgstr ""
2592
2593#: diff.c:5402
2594msgid "detect copies"
2595msgstr ""
2596
2597#: diff.c:5406
2598msgid "use unmodified files as source to find copies"
2599msgstr ""
2600
2601#: diff.c:5408
2602msgid "disable rename detection"
2603msgstr ""
2604
2605#: diff.c:5411
2606msgid "use empty blobs as rename source"
2607msgstr ""
2608
2609#: diff.c:5413
2610msgid "continue listing the history of a file beyond renames"
2611msgstr ""
2612
2613#: diff.c:5416
2614msgid ""
2615"prevent rename/copy detection if the number of rename/copy targets exceeds "
2616"given limit"
2617msgstr ""
2618
2619#: diff.c:5418
2620msgid "Diff algorithm options"
2621msgstr ""
2622
2623#: diff.c:5420
2624msgid "produce the smallest possible diff"
2625msgstr ""
2626
2627#: diff.c:5423
2628msgid "ignore whitespace when comparing lines"
2629msgstr ""
2630
2631#: diff.c:5426
2632msgid "ignore changes in amount of whitespace"
2633msgstr ""
2634
2635#: diff.c:5429
2636msgid "ignore changes in whitespace at EOL"
2637msgstr ""
2638
2639#: diff.c:5432
2640msgid "ignore carrier-return at the end of line"
2641msgstr ""
2642
2643#: diff.c:5435
2644msgid "ignore changes whose lines are all blank"
2645msgstr ""
2646
2647#: diff.c:5438
2648msgid "heuristic to shift diff hunk boundaries for easy reading"
2649msgstr ""
2650
2651#: diff.c:5441
2652msgid "generate diff using the \"patience diff\" algorithm"
2653msgstr ""
2654
2655#: diff.c:5445
2656msgid "generate diff using the \"histogram diff\" algorithm"
2657msgstr ""
2658
2659#: diff.c:5447
2660msgid "<algorithm>"
2661msgstr ""
2662
2663#: diff.c:5448
2664msgid "choose a diff algorithm"
2665msgstr ""
2666
2667#: diff.c:5450
2668msgid "<text>"
2669msgstr ""
2670
2671#: diff.c:5451
2672msgid "generate diff using the \"anchored diff\" algorithm"
2673msgstr ""
2674
2675#: diff.c:5453 diff.c:5462 diff.c:5465
2676msgid "<mode>"
2677msgstr ""
2678
2679#: diff.c:5454
2680msgid "show word diff, using <mode> to delimit changed words"
2681msgstr ""
2682
2683#: diff.c:5456 diff.c:5459 diff.c:5504
2684msgid "<regex>"
2685msgstr ""
2686
2687#: diff.c:5457
2688msgid "use <regex> to decide what a word is"
2689msgstr ""
2690
2691#: diff.c:5460
2692msgid "equivalent to --word-diff=color --word-diff-regex=<regex>"
2693msgstr ""
2694
2695#: diff.c:5463
2696msgid "moved lines of code are colored differently"
2697msgstr ""
2698
2699#: diff.c:5466
2700msgid "how white spaces are ignored in --color-moved"
2701msgstr ""
2702
2703#: diff.c:5469
2704msgid "Other diff options"
2705msgstr ""
2706
2707#: diff.c:5471
2708msgid "when run from subdir, exclude changes outside and show relative paths"
2709msgstr ""
2710
2711#: diff.c:5475
2712msgid "treat all files as text"
2713msgstr ""
2714
2715#: diff.c:5477
2716msgid "swap two inputs, reverse the diff"
2717msgstr ""
2718
2719#: diff.c:5479
2720msgid "exit with 1 if there were differences, 0 otherwise"
2721msgstr ""
2722
2723#: diff.c:5481
2724msgid "disable all output of the program"
2725msgstr ""
2726
2727#: diff.c:5483
2728msgid "allow an external diff helper to be executed"
2729msgstr ""
2730
2731#: diff.c:5485
2732msgid "run external text conversion filters when comparing binary files"
2733msgstr ""
2734
2735#: diff.c:5487
2736msgid "<when>"
2737msgstr ""
2738
2739#: diff.c:5488
2740msgid "ignore changes to submodules in the diff generation"
2741msgstr ""
2742
2743#: diff.c:5491
2744msgid "<format>"
2745msgstr ""
2746
2747#: diff.c:5492
2748msgid "specify how differences in submodules are shown"
2749msgstr ""
2750
2751#: diff.c:5496
2752msgid "hide 'git add -N' entries from the index"
2753msgstr ""
2754
2755#: diff.c:5499
2756msgid "treat 'git add -N' entries as real in the index"
2757msgstr ""
2758
2759#: diff.c:5501
2760msgid "<string>"
2761msgstr ""
2762
2763#: diff.c:5502
2764msgid ""
2765"look for differences that change the number of occurrences of the specified "
2766"string"
2767msgstr ""
2768
2769#: diff.c:5505
2770msgid ""
2771"look for differences that change the number of occurrences of the specified "
2772"regex"
2773msgstr ""
2774
2775#: diff.c:5508
2776msgid "show all changes in the changeset with -S or -G"
2777msgstr ""
2778
2779#: diff.c:5511
2780msgid "treat <string> in -S as extended POSIX regular expression"
2781msgstr ""
2782
2783#: diff.c:5514
2784msgid "control the order in which files appear in the output"
2785msgstr ""
2786
2787#: diff.c:5515
2788msgid "<object-id>"
2789msgstr ""
2790
2791#: diff.c:5516
2792msgid ""
2793"look for differences that change the number of occurrences of the specified "
2794"object"
2795msgstr ""
2796
2797#: diff.c:5518
2798msgid "[(A|C|D|M|R|T|U|X|B)...[*]]"
2799msgstr ""
2800
2801#: diff.c:5519
2802msgid "select files by diff type"
2803msgstr ""
2804
2805#: diff.c:5521
2806msgid "<file>"
2807msgstr ""
2808
2809#: diff.c:5522
2810msgid "Output to a specific file"
2811msgstr ""
2812
2813#: diff.c:6177
2814msgid "inexact rename detection was skipped due to too many files."
2815msgstr ""
2816
2817#: diff.c:6180
2818msgid "only found copies from modified paths due to too many files."
2819msgstr ""
2820
2821#: diff.c:6183
2822#, c-format
2823msgid ""
2824"you may want to set your %s variable to at least %d and retry the command."
2825msgstr ""
2826
2827#: dir.c:537
2828#, c-format
2829msgid "pathspec '%s' did not match any file(s) known to git"
2830msgstr ""
2831
2832#: dir.c:926
2833#, c-format
2834msgid "cannot use %s as an exclude file"
2835msgstr ""
2836
2837#: dir.c:1843
2838#, c-format
2839msgid "could not open directory '%s'"
2840msgstr ""
2841
2842#: dir.c:2085
2843msgid "failed to get kernel name and information"
2844msgstr ""
2845
2846#: dir.c:2209
2847msgid "untracked cache is disabled on this system or location"
2848msgstr ""
2849
2850#: dir.c:3013
2851#, c-format
2852msgid "index file corrupt in repo %s"
2853msgstr ""
2854
2855#: dir.c:3058 dir.c:3063
2856#, c-format
2857msgid "could not create directories for %s"
2858msgstr ""
2859
2860#: dir.c:3092
2861#, c-format
2862msgid "could not migrate git directory from '%s' to '%s'"
2863msgstr ""
2864
2865#: editor.c:73
2866#, c-format
2867msgid "hint: Waiting for your editor to close the file...%c"
2868msgstr ""
2869
2870#: entry.c:178
2871msgid "Filtering content"
2872msgstr ""
2873
2874#: entry.c:476
2875#, c-format
2876msgid "could not stat file '%s'"
2877msgstr ""
2878
2879#: environment.c:150
2880#, c-format
2881msgid "bad git namespace path \"%s\""
2882msgstr ""
2883
2884#: environment.c:332
2885#, c-format
2886msgid "could not set GIT_DIR to '%s'"
2887msgstr ""
2888
2889#: exec-cmd.c:363
2890#, c-format
2891msgid "too many args to run %s"
2892msgstr ""
2893
2894#: fetch-object.c:17
2895msgid "Remote with no URL"
2896msgstr ""
2897
2898#: fetch-pack.c:151
2899msgid "git fetch-pack: expected shallow list"
2900msgstr ""
2901
2902#: fetch-pack.c:154
2903msgid "git fetch-pack: expected a flush packet after shallow list"
2904msgstr ""
2905
2906#: fetch-pack.c:165
2907msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
2908msgstr ""
2909
2910#: fetch-pack.c:185
2911#, c-format
2912msgid "git fetch-pack: expected ACK/NAK, got '%s'"
2913msgstr ""
2914
2915#: fetch-pack.c:196
2916msgid "unable to write to remote"
2917msgstr ""
2918
2919#: fetch-pack.c:258
2920msgid "--stateless-rpc requires multi_ack_detailed"
2921msgstr ""
2922
2923#: fetch-pack.c:360 fetch-pack.c:1284
2924#, c-format
2925msgid "invalid shallow line: %s"
2926msgstr ""
2927
2928#: fetch-pack.c:366 fetch-pack.c:1290
2929#, c-format
2930msgid "invalid unshallow line: %s"
2931msgstr ""
2932
2933#: fetch-pack.c:368 fetch-pack.c:1292
2934#, c-format
2935msgid "object not found: %s"
2936msgstr ""
2937
2938#: fetch-pack.c:371 fetch-pack.c:1295
2939#, c-format
2940msgid "error in object: %s"
2941msgstr ""
2942
2943#: fetch-pack.c:373 fetch-pack.c:1297
2944#, c-format
2945msgid "no shallow found: %s"
2946msgstr ""
2947
2948#: fetch-pack.c:376 fetch-pack.c:1301
2949#, c-format
2950msgid "expected shallow/unshallow, got %s"
2951msgstr ""
2952
2953#: fetch-pack.c:417
2954#, c-format
2955msgid "got %s %d %s"
2956msgstr ""
2957
2958#: fetch-pack.c:434
2959#, c-format
2960msgid "invalid commit %s"
2961msgstr ""
2962
2963#: fetch-pack.c:465
2964msgid "giving up"
2965msgstr ""
2966
2967#: fetch-pack.c:477 progress.c:277
2968msgid "done"
2969msgstr ""
2970
2971#: fetch-pack.c:489
2972#, c-format
2973msgid "got %s (%d) %s"
2974msgstr ""
2975
2976#: fetch-pack.c:535
2977#, c-format
2978msgid "Marking %s as complete"
2979msgstr ""
2980
2981#: fetch-pack.c:744
2982#, c-format
2983msgid "already have %s (%s)"
2984msgstr ""
2985
2986#: fetch-pack.c:783
2987msgid "fetch-pack: unable to fork off sideband demultiplexer"
2988msgstr ""
2989
2990#: fetch-pack.c:791
2991msgid "protocol error: bad pack header"
2992msgstr ""
2993
2994#: fetch-pack.c:859
2995#, c-format
2996msgid "fetch-pack: unable to fork off %s"
2997msgstr ""
2998
2999#: fetch-pack.c:875
3000#, c-format
3001msgid "%s failed"
3002msgstr ""
3003
3004#: fetch-pack.c:877
3005msgid "error in sideband demultiplexer"
3006msgstr ""
3007
3008#: fetch-pack.c:908
3009#, c-format
3010msgid "Server version is %.*s"
3011msgstr ""
3012
3013#: fetch-pack.c:913 fetch-pack.c:919 fetch-pack.c:922 fetch-pack.c:928
3014#: fetch-pack.c:932 fetch-pack.c:936 fetch-pack.c:940 fetch-pack.c:944
3015#: fetch-pack.c:948 fetch-pack.c:952 fetch-pack.c:956 fetch-pack.c:960
3016#: fetch-pack.c:966 fetch-pack.c:972 fetch-pack.c:977 fetch-pack.c:982
3017#, c-format
3018msgid "Server supports %s"
3019msgstr ""
3020
3021#: fetch-pack.c:915
3022msgid "Server does not support shallow clients"
3023msgstr ""
3024
3025#: fetch-pack.c:975
3026msgid "Server does not support --shallow-since"
3027msgstr ""
3028
3029#: fetch-pack.c:980
3030msgid "Server does not support --shallow-exclude"
3031msgstr ""
3032
3033#: fetch-pack.c:984
3034msgid "Server does not support --deepen"
3035msgstr ""
3036
3037#: fetch-pack.c:1001
3038msgid "no common commits"
3039msgstr ""
3040
3041#: fetch-pack.c:1013 fetch-pack.c:1462
3042msgid "git fetch-pack: fetch failed."
3043msgstr ""
3044
3045#: fetch-pack.c:1151
3046msgid "Server does not support shallow requests"
3047msgstr ""
3048
3049#: fetch-pack.c:1157
3050msgid "Server supports filter"
3051msgstr ""
3052
3053#: fetch-pack.c:1184
3054msgid "unable to write request to remote"
3055msgstr ""
3056
3057#: fetch-pack.c:1202
3058#, c-format
3059msgid "error reading section header '%s'"
3060msgstr ""
3061
3062#: fetch-pack.c:1208
3063#, c-format
3064msgid "expected '%s', received '%s'"
3065msgstr ""
3066
3067#: fetch-pack.c:1247
3068#, c-format
3069msgid "unexpected acknowledgment line: '%s'"
3070msgstr ""
3071
3072#: fetch-pack.c:1252
3073#, c-format
3074msgid "error processing acks: %d"
3075msgstr ""
3076
3077#: fetch-pack.c:1262
3078msgid "expected packfile to be sent after 'ready'"
3079msgstr ""
3080
3081#: fetch-pack.c:1264
3082msgid "expected no other sections to be sent after no 'ready'"
3083msgstr ""
3084
3085#: fetch-pack.c:1306
3086#, c-format
3087msgid "error processing shallow info: %d"
3088msgstr ""
3089
3090#: fetch-pack.c:1353
3091#, c-format
3092msgid "expected wanted-ref, got '%s'"
3093msgstr ""
3094
3095#: fetch-pack.c:1358
3096#, c-format
3097msgid "unexpected wanted-ref: '%s'"
3098msgstr ""
3099
3100#: fetch-pack.c:1363
3101#, c-format
3102msgid "error processing wanted refs: %d"
3103msgstr ""
3104
3105#: fetch-pack.c:1689
3106msgid "no matching remote head"
3107msgstr ""
3108
3109#: fetch-pack.c:1712 builtin/clone.c:686
3110msgid "remote did not send all necessary objects"
3111msgstr ""
3112
3113#: fetch-pack.c:1739
3114#, c-format
3115msgid "no such remote ref %s"
3116msgstr ""
3117
3118#: fetch-pack.c:1742
3119#, c-format
3120msgid "Server does not allow request for unadvertised object %s"
3121msgstr ""
3122
3123#: gpg-interface.c:321
3124msgid "gpg failed to sign the data"
3125msgstr ""
3126
3127#: gpg-interface.c:347
3128msgid "could not create temporary file"
3129msgstr ""
3130
3131#: gpg-interface.c:350
3132#, c-format
3133msgid "failed writing detached signature to '%s'"
3134msgstr ""
3135
3136#: graph.c:97
3137#, c-format
3138msgid "ignore invalid color '%.*s' in log.graphColors"
3139msgstr ""
3140
3141#: grep.c:2117
3142#, c-format
3143msgid "'%s': unable to read %s"
3144msgstr ""
3145
3146#: grep.c:2134 setup.c:164 builtin/clone.c:409 builtin/diff.c:82
3147#: builtin/rm.c:135
3148#, c-format
3149msgid "failed to stat '%s'"
3150msgstr ""
3151
3152#: grep.c:2145
3153#, c-format
3154msgid "'%s': short read"
3155msgstr ""
3156
3157#: help.c:23
3158msgid "start a working area (see also: git help tutorial)"
3159msgstr ""
3160
3161#: help.c:24
3162msgid "work on the current change (see also: git help everyday)"
3163msgstr ""
3164
3165#: help.c:25
3166msgid "examine the history and state (see also: git help revisions)"
3167msgstr ""
3168
3169#: help.c:26
3170msgid "grow, mark and tweak your common history"
3171msgstr ""
3172
3173#: help.c:27
3174msgid "collaborate (see also: git help workflows)"
3175msgstr ""
3176
3177#: help.c:31
3178msgid "Main Porcelain Commands"
3179msgstr ""
3180
3181#: help.c:32
3182msgid "Ancillary Commands / Manipulators"
3183msgstr ""
3184
3185#: help.c:33
3186msgid "Ancillary Commands / Interrogators"
3187msgstr ""
3188
3189#: help.c:34
3190msgid "Interacting with Others"
3191msgstr ""
3192
3193#: help.c:35
3194msgid "Low-level Commands / Manipulators"
3195msgstr ""
3196
3197#: help.c:36
3198msgid "Low-level Commands / Interrogators"
3199msgstr ""
3200
3201#: help.c:37
3202msgid "Low-level Commands / Synching Repositories"
3203msgstr ""
3204
3205#: help.c:38
3206msgid "Low-level Commands / Internal Helpers"
3207msgstr ""
3208
3209#: help.c:298
3210#, c-format
3211msgid "available git commands in '%s'"
3212msgstr ""
3213
3214#: help.c:305
3215msgid "git commands available from elsewhere on your $PATH"
3216msgstr ""
3217
3218#: help.c:314
3219msgid "These are common Git commands used in various situations:"
3220msgstr ""
3221
3222#: help.c:363 git.c:98
3223#, c-format
3224msgid "unsupported command listing type '%s'"
3225msgstr ""
3226
3227#: help.c:403
3228msgid "The common Git guides are:"
3229msgstr ""
3230
3231#: help.c:512
3232msgid "See 'git help <command>' to read about a specific subcommand"
3233msgstr ""
3234
3235#: help.c:517
3236msgid "External commands"
3237msgstr ""
3238
3239#: help.c:532
3240msgid "Command aliases"
3241msgstr ""
3242
3243#: help.c:596
3244#, c-format
3245msgid ""
3246"'%s' appears to be a git command, but we were not\n"
3247"able to execute it. Maybe git-%s is broken?"
3248msgstr ""
3249
3250#: help.c:655
3251msgid "Uh oh. Your system reports no Git commands at all."
3252msgstr ""
3253
3254#: help.c:677
3255#, c-format
3256msgid "WARNING: You called a Git command named '%s', which does not exist."
3257msgstr ""
3258
3259#: help.c:682
3260#, c-format
3261msgid "Continuing under the assumption that you meant '%s'."
3262msgstr ""
3263
3264#: help.c:687
3265#, c-format
3266msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
3267msgstr ""
3268
3269#: help.c:695
3270#, c-format
3271msgid "git: '%s' is not a git command. See 'git --help'."
3272msgstr ""
3273
3274#: help.c:699
3275msgid ""
3276"\n"
3277"The most similar command is"
3278msgid_plural ""
3279"\n"
3280"The most similar commands are"
3281msgstr[0] ""
3282msgstr[1] ""
3283
3284#: help.c:714
3285msgid "git version [<options>]"
3286msgstr ""
3287
3288#: help.c:782
3289#, c-format
3290msgid "%s: %s - %s"
3291msgstr ""
3292
3293#: help.c:786
3294msgid ""
3295"\n"
3296"Did you mean this?"
3297msgid_plural ""
3298"\n"
3299"Did you mean one of these?"
3300msgstr[0] ""
3301msgstr[1] ""
3302
3303#: ident.c:349
3304msgid ""
3305"\n"
3306"*** Please tell me who you are.\n"
3307"\n"
3308"Run\n"
3309"\n"
3310"  git config --global user.email \"you@example.com\"\n"
3311"  git config --global user.name \"Your Name\"\n"
3312"\n"
3313"to set your account's default identity.\n"
3314"Omit --global to set the identity only in this repository.\n"
3315"\n"
3316msgstr ""
3317
3318#: ident.c:379
3319msgid "no email was given and auto-detection is disabled"
3320msgstr ""
3321
3322#: ident.c:384
3323#, c-format
3324msgid "unable to auto-detect email address (got '%s')"
3325msgstr ""
3326
3327#: ident.c:401
3328msgid "no name was given and auto-detection is disabled"
3329msgstr ""
3330
3331#: ident.c:407
3332#, c-format
3333msgid "unable to auto-detect name (got '%s')"
3334msgstr ""
3335
3336#: ident.c:415
3337#, c-format
3338msgid "empty ident name (for <%s>) not allowed"
3339msgstr ""
3340
3341#: ident.c:421
3342#, c-format
3343msgid "name consists only of disallowed characters: %s"
3344msgstr ""
3345
3346#: ident.c:436 builtin/commit.c:611
3347#, c-format
3348msgid "invalid date format: %s"
3349msgstr ""
3350
3351#: list-objects.c:129
3352#, c-format
3353msgid "entry '%s' in tree %s has tree mode, but is not a tree"
3354msgstr ""
3355
3356#: list-objects.c:142
3357#, c-format
3358msgid "entry '%s' in tree %s has blob mode, but is not a blob"
3359msgstr ""
3360
3361#: list-objects.c:378
3362#, c-format
3363msgid "unable to load root tree for commit %s"
3364msgstr ""
3365
3366#: list-objects-filter-options.c:36
3367msgid "multiple filter-specs cannot be combined"
3368msgstr ""
3369
3370#: list-objects-filter-options.c:58
3371msgid "expected 'tree:<depth>'"
3372msgstr ""
3373
3374#: list-objects-filter-options.c:84
3375msgid "sparse:path filters support has been dropped"
3376msgstr ""
3377
3378#: list-objects-filter-options.c:94
3379#, c-format
3380msgid "invalid filter-spec '%s'"
3381msgstr ""
3382
3383#: list-objects-filter-options.c:158
3384msgid "cannot change partial clone promisor remote"
3385msgstr ""
3386
3387#: lockfile.c:151
3388#, c-format
3389msgid ""
3390"Unable to create '%s.lock': %s.\n"
3391"\n"
3392"Another git process seems to be running in this repository, e.g.\n"
3393"an editor opened by 'git commit'. Please make sure all processes\n"
3394"are terminated then try again. If it still fails, a git process\n"
3395"may have crashed in this repository earlier:\n"
3396"remove the file manually to continue."
3397msgstr ""
3398
3399#: lockfile.c:159
3400#, c-format
3401msgid "Unable to create '%s.lock': %s"
3402msgstr ""
3403
3404#: merge.c:41
3405msgid "failed to read the cache"
3406msgstr ""
3407
3408#: merge.c:107 rerere.c:720 builtin/am.c:1885 builtin/am.c:1919
3409#: builtin/checkout.c:536 builtin/checkout.c:796 builtin/clone.c:786
3410#: builtin/stash.c:264
3411msgid "unable to write new index file"
3412msgstr ""
3413
3414#: merge-recursive.c:322
3415msgid "(bad commit)\n"
3416msgstr ""
3417
3418#: merge-recursive.c:345
3419#, c-format
3420msgid "add_cacheinfo failed for path '%s'; merge aborting."
3421msgstr ""
3422
3423#: merge-recursive.c:354
3424#, c-format
3425msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
3426msgstr ""
3427
3428#: merge-recursive.c:437
3429msgid "error building trees"
3430msgstr ""
3431
3432#: merge-recursive.c:863
3433#, c-format
3434msgid "failed to create path '%s'%s"
3435msgstr ""
3436
3437#: merge-recursive.c:874
3438#, c-format
3439msgid "Removing %s to make room for subdirectory\n"
3440msgstr ""
3441
3442#: merge-recursive.c:888 merge-recursive.c:907
3443msgid ": perhaps a D/F conflict?"
3444msgstr ""
3445
3446#: merge-recursive.c:897
3447#, c-format
3448msgid "refusing to lose untracked file at '%s'"
3449msgstr ""
3450
3451#: merge-recursive.c:938 builtin/cat-file.c:40
3452#, c-format
3453msgid "cannot read object %s '%s'"
3454msgstr ""
3455
3456#: merge-recursive.c:941
3457#, c-format
3458msgid "blob expected for %s '%s'"
3459msgstr ""
3460
3461#: merge-recursive.c:965
3462#, c-format
3463msgid "failed to open '%s': %s"
3464msgstr ""
3465
3466#: merge-recursive.c:976
3467#, c-format
3468msgid "failed to symlink '%s': %s"
3469msgstr ""
3470
3471#: merge-recursive.c:981
3472#, c-format
3473msgid "do not know what to do with %06o %s '%s'"
3474msgstr ""
3475
3476#: merge-recursive.c:1177
3477#, c-format
3478msgid "Failed to merge submodule %s (not checked out)"
3479msgstr ""
3480
3481#: merge-recursive.c:1184
3482#, c-format
3483msgid "Failed to merge submodule %s (commits not present)"
3484msgstr ""
3485
3486#: merge-recursive.c:1191
3487#, c-format
3488msgid "Failed to merge submodule %s (commits don't follow merge-base)"
3489msgstr ""
3490
3491#: merge-recursive.c:1199 merge-recursive.c:1211
3492#, c-format
3493msgid "Fast-forwarding submodule %s to the following commit:"
3494msgstr ""
3495
3496#: merge-recursive.c:1202 merge-recursive.c:1214
3497#, c-format
3498msgid "Fast-forwarding submodule %s"
3499msgstr ""
3500
3501#: merge-recursive.c:1237
3502#, c-format
3503msgid "Failed to merge submodule %s (merge following commits not found)"
3504msgstr ""
3505
3506#: merge-recursive.c:1241
3507#, c-format
3508msgid "Failed to merge submodule %s (not fast-forward)"
3509msgstr ""
3510
3511#: merge-recursive.c:1242
3512msgid "Found a possible merge resolution for the submodule:\n"
3513msgstr ""
3514
3515#: merge-recursive.c:1245
3516#, c-format
3517msgid ""
3518"If this is correct simply add it to the index for example\n"
3519"by using:\n"
3520"\n"
3521"  git update-index --cacheinfo 160000 %s \"%s\"\n"
3522"\n"
3523"which will accept this suggestion.\n"
3524msgstr ""
3525
3526#: merge-recursive.c:1254
3527#, c-format
3528msgid "Failed to merge submodule %s (multiple merges found)"
3529msgstr ""
3530
3531#: merge-recursive.c:1327
3532msgid "Failed to execute internal merge"
3533msgstr ""
3534
3535#: merge-recursive.c:1332
3536#, c-format
3537msgid "Unable to add %s to database"
3538msgstr ""
3539
3540#: merge-recursive.c:1364
3541#, c-format
3542msgid "Auto-merging %s"
3543msgstr ""
3544
3545#: merge-recursive.c:1387
3546#, c-format
3547msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
3548msgstr ""
3549
3550#: merge-recursive.c:1459
3551#, c-format
3552msgid ""
3553"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3554"in tree."
3555msgstr ""
3556
3557#: merge-recursive.c:1464
3558#, c-format
3559msgid ""
3560"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3561"left in tree."
3562msgstr ""
3563
3564#: merge-recursive.c:1471
3565#, c-format
3566msgid ""
3567"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
3568"in tree at %s."
3569msgstr ""
3570
3571#: merge-recursive.c:1476
3572#, c-format
3573msgid ""
3574"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
3575"left in tree at %s."
3576msgstr ""
3577
3578#: merge-recursive.c:1511
3579msgid "rename"
3580msgstr ""
3581
3582#: merge-recursive.c:1511
3583msgid "renamed"
3584msgstr ""
3585
3586#: merge-recursive.c:1591 merge-recursive.c:2450 merge-recursive.c:3093
3587#, c-format
3588msgid "Refusing to lose dirty file at %s"
3589msgstr ""
3590
3591#: merge-recursive.c:1601
3592#, c-format
3593msgid "Refusing to lose untracked file at %s, even though it's in the way."
3594msgstr ""
3595
3596#: merge-recursive.c:1659
3597#, c-format
3598msgid "CONFLICT (rename/add): Rename %s->%s in %s.  Added %s in %s"
3599msgstr ""
3600
3601#: merge-recursive.c:1690
3602#, c-format
3603msgid "%s is a directory in %s adding as %s instead"
3604msgstr ""
3605
3606#: merge-recursive.c:1695
3607#, c-format
3608msgid "Refusing to lose untracked file at %s; adding as %s instead"
3609msgstr ""
3610
3611#: merge-recursive.c:1714
3612#, c-format
3613msgid ""
3614"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
3615"\"->\"%s\" in \"%s\"%s"
3616msgstr ""
3617
3618#: merge-recursive.c:1719
3619msgid " (left unresolved)"
3620msgstr ""
3621
3622#: merge-recursive.c:1828
3623#, c-format
3624msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
3625msgstr ""
3626
3627#: merge-recursive.c:2035
3628#, c-format
3629msgid ""
3630"CONFLICT (directory rename split): Unclear where to place %s because "
3631"directory %s was renamed to multiple other directories, with no destination "
3632"getting a majority of the files."
3633msgstr ""
3634
3635#: merge-recursive.c:2067
3636#, c-format
3637msgid ""
3638"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
3639"implicit directory rename(s) putting the following path(s) there: %s."
3640msgstr ""
3641
3642#: merge-recursive.c:2077
3643#, c-format
3644msgid ""
3645"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
3646"implicit directory renames tried to put these paths there: %s"
3647msgstr ""
3648
3649#: merge-recursive.c:2169
3650#, c-format
3651msgid ""
3652"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
3653">%s in %s"
3654msgstr ""
3655
3656#: merge-recursive.c:2413
3657#, c-format
3658msgid ""
3659"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
3660"renamed."
3661msgstr ""
3662
3663#: merge-recursive.c:2937
3664#, c-format
3665msgid "cannot read object %s"
3666msgstr ""
3667
3668#: merge-recursive.c:2940
3669#, c-format
3670msgid "object %s is not a blob"
3671msgstr ""
3672
3673#: merge-recursive.c:3004
3674msgid "modify"
3675msgstr ""
3676
3677#: merge-recursive.c:3004
3678msgid "modified"
3679msgstr ""
3680
3681#: merge-recursive.c:3016
3682msgid "content"
3683msgstr ""
3684
3685#: merge-recursive.c:3020
3686msgid "add/add"
3687msgstr ""
3688
3689#: merge-recursive.c:3043
3690#, c-format
3691msgid "Skipped %s (merged same as existing)"
3692msgstr ""
3693
3694#: merge-recursive.c:3065 git-submodule.sh:937
3695msgid "submodule"
3696msgstr ""
3697
3698#: merge-recursive.c:3066
3699#, c-format
3700msgid "CONFLICT (%s): Merge conflict in %s"
3701msgstr ""
3702
3703#: merge-recursive.c:3096
3704#, c-format
3705msgid "Adding as %s instead"
3706msgstr ""
3707
3708#: merge-recursive.c:3178
3709#, c-format
3710msgid ""
3711"Path updated: %s added in %s inside a directory that was renamed in %s; "
3712"moving it to %s."
3713msgstr ""
3714
3715#: merge-recursive.c:3181
3716#, c-format
3717msgid ""
3718"CONFLICT (file location): %s added in %s inside a directory that was renamed "
3719"in %s, suggesting it should perhaps be moved to %s."
3720msgstr ""
3721
3722#: merge-recursive.c:3185
3723#, c-format
3724msgid ""
3725"Path updated: %s renamed to %s in %s, inside a directory that was renamed in "
3726"%s; moving it to %s."
3727msgstr ""
3728
3729#: merge-recursive.c:3188
3730#, c-format
3731msgid ""
3732"CONFLICT (file location): %s renamed to %s in %s, inside a directory that "
3733"was renamed in %s, suggesting it should perhaps be moved to %s."
3734msgstr ""
3735
3736#: merge-recursive.c:3302
3737#, c-format
3738msgid "Removing %s"
3739msgstr ""
3740
3741#: merge-recursive.c:3325
3742msgid "file/directory"
3743msgstr ""
3744
3745#: merge-recursive.c:3330
3746msgid "directory/file"
3747msgstr ""
3748
3749#: merge-recursive.c:3337
3750#, c-format
3751msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
3752msgstr ""
3753
3754#: merge-recursive.c:3346
3755#, c-format
3756msgid "Adding %s"
3757msgstr ""
3758
3759#: merge-recursive.c:3355
3760#, c-format
3761msgid "CONFLICT (add/add): Merge conflict in %s"
3762msgstr ""
3763
3764#: merge-recursive.c:3393
3765#, c-format
3766msgid ""
3767"Your local changes to the following files would be overwritten by merge:\n"
3768"  %s"
3769msgstr ""
3770
3771#: merge-recursive.c:3404
3772msgid "Already up to date!"
3773msgstr ""
3774
3775#: merge-recursive.c:3413
3776#, c-format
3777msgid "merging of trees %s and %s failed"
3778msgstr ""
3779
3780#: merge-recursive.c:3512
3781msgid "Merging:"
3782msgstr ""
3783
3784#: merge-recursive.c:3525
3785#, c-format
3786msgid "found %u common ancestor:"
3787msgid_plural "found %u common ancestors:"
3788msgstr[0] ""
3789msgstr[1] ""
3790
3791#: merge-recursive.c:3564
3792msgid "merge returned no commit"
3793msgstr ""
3794
3795#: merge-recursive.c:3630
3796#, c-format
3797msgid "Could not parse object '%s'"
3798msgstr ""
3799
3800#: merge-recursive.c:3646 builtin/merge.c:698 builtin/merge.c:869
3801msgid "Unable to write index."
3802msgstr ""
3803
3804#: midx.c:69
3805#, c-format
3806msgid "multi-pack-index file %s is too small"
3807msgstr ""
3808
3809#: midx.c:85
3810#, c-format
3811msgid "multi-pack-index signature 0x%08x does not match signature 0x%08x"
3812msgstr ""
3813
3814#: midx.c:90
3815#, c-format
3816msgid "multi-pack-index version %d not recognized"
3817msgstr ""
3818
3819#: midx.c:95
3820#, c-format
3821msgid "hash version %u does not match"
3822msgstr ""
3823
3824#: midx.c:109
3825msgid "invalid chunk offset (too large)"
3826msgstr ""
3827
3828#: midx.c:133
3829msgid "terminating multi-pack-index chunk id appears earlier than expected"
3830msgstr ""
3831
3832#: midx.c:146
3833msgid "multi-pack-index missing required pack-name chunk"
3834msgstr ""
3835
3836#: midx.c:148
3837msgid "multi-pack-index missing required OID fanout chunk"
3838msgstr ""
3839
3840#: midx.c:150
3841msgid "multi-pack-index missing required OID lookup chunk"
3842msgstr ""
3843
3844#: midx.c:152
3845msgid "multi-pack-index missing required object offsets chunk"
3846msgstr ""
3847
3848#: midx.c:166
3849#, c-format
3850msgid "multi-pack-index pack names out of order: '%s' before '%s'"
3851msgstr ""
3852
3853#: midx.c:211
3854#, c-format
3855msgid "bad pack-int-id: %u (%u total packs)"
3856msgstr ""
3857
3858#: midx.c:261
3859msgid "multi-pack-index stores a 64-bit offset, but off_t is too small"
3860msgstr ""
3861
3862#: midx.c:289
3863msgid "error preparing packfile from multi-pack-index"
3864msgstr ""
3865
3866#: midx.c:470
3867#, c-format
3868msgid "failed to add packfile '%s'"
3869msgstr ""
3870
3871#: midx.c:476
3872#, c-format
3873msgid "failed to open pack-index '%s'"
3874msgstr ""
3875
3876#: midx.c:536
3877#, c-format
3878msgid "failed to locate object %d in packfile"
3879msgstr ""
3880
3881#: midx.c:865
3882#, c-format
3883msgid "did not see pack-file %s to drop"
3884msgstr ""
3885
3886#: midx.c:1036
3887#, c-format
3888msgid "failed to clear multi-pack-index at %s"
3889msgstr ""
3890
3891#: midx.c:1091
3892msgid "Looking for referenced packfiles"
3893msgstr ""
3894
3895#: midx.c:1106
3896#, c-format
3897msgid ""
3898"oid fanout out of order: fanout[%d] = %<PRIx32> > %<PRIx32> = fanout[%d]"
3899msgstr ""
3900
3901#: midx.c:1110
3902msgid "Verifying OID order in MIDX"
3903msgstr ""
3904
3905#: midx.c:1119
3906#, c-format
3907msgid "oid lookup out of order: oid[%d] = %s >= %s = oid[%d]"
3908msgstr ""
3909
3910#: midx.c:1138
3911msgid "Sorting objects by packfile"
3912msgstr ""
3913
3914#: midx.c:1144
3915msgid "Verifying object offsets"
3916msgstr ""
3917
3918#: midx.c:1160
3919#, c-format
3920msgid "failed to load pack entry for oid[%d] = %s"
3921msgstr ""
3922
3923#: midx.c:1166
3924#, c-format
3925msgid "failed to load pack-index for packfile %s"
3926msgstr ""
3927
3928#: midx.c:1175
3929#, c-format
3930msgid "incorrect object offset for oid[%d] = %s: %<PRIx64> != %<PRIx64>"
3931msgstr ""
3932
3933#: midx.c:1350
3934msgid "could not start pack-objects"
3935msgstr ""
3936
3937#: midx.c:1369
3938msgid "could not finish pack-objects"
3939msgstr ""
3940
3941#: name-hash.c:532
3942#, c-format
3943msgid "unable to create lazy_dir thread: %s"
3944msgstr ""
3945
3946#: name-hash.c:554
3947#, c-format
3948msgid "unable to create lazy_name thread: %s"
3949msgstr ""
3950
3951#: name-hash.c:560
3952#, c-format
3953msgid "unable to join lazy_name thread: %s"
3954msgstr ""
3955
3956#: notes-merge.c:277
3957#, c-format
3958msgid ""
3959"You have not concluded your previous notes merge (%s exists).\n"
3960"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
3961"commit/abort the previous merge before you start a new notes merge."
3962msgstr ""
3963
3964#: notes-merge.c:284
3965#, c-format
3966msgid "You have not concluded your notes merge (%s exists)."
3967msgstr ""
3968
3969#: notes-utils.c:46
3970msgid "Cannot commit uninitialized/unreferenced notes tree"
3971msgstr ""
3972
3973#: notes-utils.c:105
3974#, c-format
3975msgid "Bad notes.rewriteMode value: '%s'"
3976msgstr ""
3977
3978#: notes-utils.c:115
3979#, c-format
3980msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
3981msgstr ""
3982
3983#. TRANSLATORS: The first %s is the name of
3984#. the environment variable, the second %s is
3985#. its value.
3986#.
3987#: notes-utils.c:145
3988#, c-format
3989msgid "Bad %s value: '%s'"
3990msgstr ""
3991
3992#: object.c:54
3993#, c-format
3994msgid "invalid object type \"%s\""
3995msgstr ""
3996
3997#: object.c:174
3998#, c-format
3999msgid "object %s is a %s, not a %s"
4000msgstr ""
4001
4002#: object.c:234
4003#, c-format
4004msgid "object %s has unknown type id %d"
4005msgstr ""
4006
4007#: object.c:247
4008#, c-format
4009msgid "unable to parse object: %s"
4010msgstr ""
4011
4012#: object.c:267 object.c:278
4013#, c-format
4014msgid "hash mismatch %s"
4015msgstr ""
4016
4017#: packfile.c:648
4018msgid "offset before end of packfile (broken .idx?)"
4019msgstr ""
4020
4021#: packfile.c:1899
4022#, c-format
4023msgid "offset before start of pack index for %s (corrupt index?)"
4024msgstr ""
4025
4026#: packfile.c:1903
4027#, c-format
4028msgid "offset beyond end of pack index for %s (truncated index?)"
4029msgstr ""
4030
4031#: parse-options.c:38
4032#, c-format
4033msgid "%s requires a value"
4034msgstr ""
4035
4036#: parse-options.c:73
4037#, c-format
4038msgid "%s is incompatible with %s"
4039msgstr ""
4040
4041#: parse-options.c:78
4042#, c-format
4043msgid "%s : incompatible with something else"
4044msgstr ""
4045
4046#: parse-options.c:92 parse-options.c:96 parse-options.c:319
4047#, c-format
4048msgid "%s takes no value"
4049msgstr ""
4050
4051#: parse-options.c:94
4052#, c-format
4053msgid "%s isn't available"
4054msgstr ""
4055
4056#: parse-options.c:219
4057#, c-format
4058msgid "%s expects a non-negative integer value with an optional k/m/g suffix"
4059msgstr ""
4060
4061#: parse-options.c:389
4062#, c-format
4063msgid "ambiguous option: %s (could be --%s%s or --%s%s)"
4064msgstr ""
4065
4066#: parse-options.c:423 parse-options.c:431
4067#, c-format
4068msgid "did you mean `--%s` (with two dashes ?)"
4069msgstr ""
4070
4071#: parse-options.c:859
4072#, c-format
4073msgid "unknown option `%s'"
4074msgstr ""
4075
4076#: parse-options.c:861
4077#, c-format
4078msgid "unknown switch `%c'"
4079msgstr ""
4080
4081#: parse-options.c:863
4082#, c-format
4083msgid "unknown non-ascii option in string: `%s'"
4084msgstr ""
4085
4086#: parse-options.c:887
4087msgid "..."
4088msgstr ""
4089
4090#: parse-options.c:906
4091#, c-format
4092msgid "usage: %s"
4093msgstr ""
4094
4095#. TRANSLATORS: the colon here should align with the
4096#. one in "usage: %s" translation.
4097#.
4098#: parse-options.c:912
4099#, c-format
4100msgid "   or: %s"
4101msgstr ""
4102
4103#: parse-options.c:915
4104#, c-format
4105msgid "    %s"
4106msgstr ""
4107
4108#: parse-options.c:954
4109msgid "-NUM"
4110msgstr ""
4111
4112#: parse-options.c:968
4113#, c-format
4114msgid "alias of --%s"
4115msgstr ""
4116
4117#: parse-options-cb.c:20 parse-options-cb.c:24
4118#, c-format
4119msgid "option `%s' expects a numerical value"
4120msgstr ""
4121
4122#: parse-options-cb.c:41
4123#, c-format
4124msgid "malformed expiration date '%s'"
4125msgstr ""
4126
4127#: parse-options-cb.c:54
4128#, c-format
4129msgid "option `%s' expects \"always\", \"auto\", or \"never\""
4130msgstr ""
4131
4132#: parse-options-cb.c:130 parse-options-cb.c:147
4133#, c-format
4134msgid "malformed object name '%s'"
4135msgstr ""
4136
4137#: path.c:897
4138#, c-format
4139msgid "Could not make %s writable by group"
4140msgstr ""
4141
4142#: pathspec.c:128
4143msgid "Escape character '\\' not allowed as last character in attr value"
4144msgstr ""
4145
4146#: pathspec.c:146
4147msgid "Only one 'attr:' specification is allowed."
4148msgstr ""
4149
4150#: pathspec.c:149
4151msgid "attr spec must not be empty"
4152msgstr ""
4153
4154#: pathspec.c:192
4155#, c-format
4156msgid "invalid attribute name %s"
4157msgstr ""
4158
4159#: pathspec.c:257
4160msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
4161msgstr ""
4162
4163#: pathspec.c:264
4164msgid ""
4165"global 'literal' pathspec setting is incompatible with all other global "
4166"pathspec settings"
4167msgstr ""
4168
4169#: pathspec.c:304
4170msgid "invalid parameter for pathspec magic 'prefix'"
4171msgstr ""
4172
4173#: pathspec.c:325
4174#, c-format
4175msgid "Invalid pathspec magic '%.*s' in '%s'"
4176msgstr ""
4177
4178#: pathspec.c:330
4179#, c-format
4180msgid "Missing ')' at the end of pathspec magic in '%s'"
4181msgstr ""
4182
4183#: pathspec.c:368
4184#, c-format
4185msgid "Unimplemented pathspec magic '%c' in '%s'"
4186msgstr ""
4187
4188#: pathspec.c:427
4189#, c-format
4190msgid "%s: 'literal' and 'glob' are incompatible"
4191msgstr ""
4192
4193#: pathspec.c:440
4194#, c-format
4195msgid "%s: '%s' is outside repository"
4196msgstr ""
4197
4198#: pathspec.c:514
4199#, c-format
4200msgid "'%s' (mnemonic: '%c')"
4201msgstr ""
4202
4203#: pathspec.c:524
4204#, c-format
4205msgid "%s: pathspec magic not supported by this command: %s"
4206msgstr ""
4207
4208#: pathspec.c:591
4209#, c-format
4210msgid "pathspec '%s' is beyond a symbolic link"
4211msgstr ""
4212
4213#: pkt-line.c:92
4214msgid "unable to write flush packet"
4215msgstr ""
4216
4217#: pkt-line.c:99
4218msgid "unable to write delim packet"
4219msgstr ""
4220
4221#: pkt-line.c:106
4222msgid "flush packet write failed"
4223msgstr ""
4224
4225#: pkt-line.c:146 pkt-line.c:232
4226msgid "protocol error: impossibly long line"
4227msgstr ""
4228
4229#: pkt-line.c:162 pkt-line.c:164
4230msgid "packet write with format failed"
4231msgstr ""
4232
4233#: pkt-line.c:196
4234msgid "packet write failed - data exceeds max packet size"
4235msgstr ""
4236
4237#: pkt-line.c:203 pkt-line.c:210
4238msgid "packet write failed"
4239msgstr ""
4240
4241#: pkt-line.c:295
4242msgid "read error"
4243msgstr ""
4244
4245#: pkt-line.c:303
4246msgid "the remote end hung up unexpectedly"
4247msgstr ""
4248
4249#: pkt-line.c:331
4250#, c-format
4251msgid "protocol error: bad line length character: %.4s"
4252msgstr ""
4253
4254#: pkt-line.c:341 pkt-line.c:346
4255#, c-format
4256msgid "protocol error: bad line length %d"
4257msgstr ""
4258
4259#: pkt-line.c:362
4260#, c-format
4261msgid "remote error: %s"
4262msgstr ""
4263
4264#: preload-index.c:119
4265msgid "Refreshing index"
4266msgstr ""
4267
4268#: preload-index.c:138
4269#, c-format
4270msgid "unable to create threaded lstat: %s"
4271msgstr ""
4272
4273#: pretty.c:966
4274msgid "unable to parse --pretty format"
4275msgstr ""
4276
4277#: range-diff.c:70
4278msgid "could not start `log`"
4279msgstr ""
4280
4281#: range-diff.c:72
4282msgid "could not read `log` output"
4283msgstr ""
4284
4285#: range-diff.c:91 sequencer.c:5021
4286#, c-format
4287msgid "could not parse commit '%s'"
4288msgstr ""
4289
4290#: range-diff.c:117
4291#, c-format
4292msgid "could not parse git header '%.*s'"
4293msgstr ""
4294
4295#: range-diff.c:274
4296msgid "failed to generate diff"
4297msgstr ""
4298
4299#: range-diff.c:506 range-diff.c:508
4300#, c-format
4301msgid "could not parse log for '%s'"
4302msgstr ""
4303
4304#: read-cache.c:680
4305#, c-format
4306msgid "will not add file alias '%s' ('%s' already exists in index)"
4307msgstr ""
4308
4309#: read-cache.c:696
4310msgid "cannot create an empty blob in the object database"
4311msgstr ""
4312
4313#: read-cache.c:718
4314#, c-format
4315msgid "%s: can only add regular files, symbolic links or git-directories"
4316msgstr ""
4317
4318#: read-cache.c:723
4319#, c-format
4320msgid "'%s' does not have a commit checked out"
4321msgstr ""
4322
4323#: read-cache.c:775
4324#, c-format
4325msgid "unable to index file '%s'"
4326msgstr ""
4327
4328#: read-cache.c:794
4329#, c-format
4330msgid "unable to add '%s' to index"
4331msgstr ""
4332
4333#: read-cache.c:805
4334#, c-format
4335msgid "unable to stat '%s'"
4336msgstr ""
4337
4338#: read-cache.c:1314
4339#, c-format
4340msgid "'%s' appears as both a file and as a directory"
4341msgstr ""
4342
4343#: read-cache.c:1499
4344msgid "Refresh index"
4345msgstr ""
4346
4347#: read-cache.c:1613
4348#, c-format
4349msgid ""
4350"index.version set, but the value is invalid.\n"
4351"Using version %i"
4352msgstr ""
4353
4354#: read-cache.c:1623
4355#, c-format
4356msgid ""
4357"GIT_INDEX_VERSION set, but the value is invalid.\n"
4358"Using version %i"
4359msgstr ""
4360
4361#: read-cache.c:1679
4362#, c-format
4363msgid "bad signature 0x%08x"
4364msgstr ""
4365
4366#: read-cache.c:1682
4367#, c-format
4368msgid "bad index version %d"
4369msgstr ""
4370
4371#: read-cache.c:1691
4372msgid "bad index file sha1 signature"
4373msgstr ""
4374
4375#: read-cache.c:1721
4376#, c-format
4377msgid "index uses %.4s extension, which we do not understand"
4378msgstr ""
4379
4380#: read-cache.c:1723
4381#, c-format
4382msgid "ignoring %.4s extension"
4383msgstr ""
4384
4385#: read-cache.c:1760
4386#, c-format
4387msgid "unknown index entry format 0x%08x"
4388msgstr ""
4389
4390#: read-cache.c:1776
4391#, c-format
4392msgid "malformed name field in the index, near path '%s'"
4393msgstr ""
4394
4395#: read-cache.c:1833
4396msgid "unordered stage entries in index"
4397msgstr ""
4398
4399#: read-cache.c:1836
4400#, c-format
4401msgid "multiple stage entries for merged file '%s'"
4402msgstr ""
4403
4404#: read-cache.c:1839
4405#, c-format
4406msgid "unordered stage entries for '%s'"
4407msgstr ""
4408
4409#: read-cache.c:1946 read-cache.c:2234 rerere.c:565 rerere.c:599 rerere.c:1111
4410#: builtin/add.c:460 builtin/check-ignore.c:178 builtin/checkout.c:467
4411#: builtin/checkout.c:651 builtin/clean.c:956 builtin/commit.c:347
4412#: builtin/diff-tree.c:120 builtin/grep.c:499 builtin/mv.c:145
4413#: builtin/reset.c:245 builtin/rm.c:271 builtin/submodule--helper.c:330
4414msgid "index file corrupt"
4415msgstr ""
4416
4417#: read-cache.c:2087
4418#, c-format
4419msgid "unable to create load_cache_entries thread: %s"
4420msgstr ""
4421
4422#: read-cache.c:2100
4423#, c-format
4424msgid "unable to join load_cache_entries thread: %s"
4425msgstr ""
4426
4427#: read-cache.c:2133
4428#, c-format
4429msgid "%s: index file open failed"
4430msgstr ""
4431
4432#: read-cache.c:2137
4433#, c-format
4434msgid "%s: cannot stat the open index"
4435msgstr ""
4436
4437#: read-cache.c:2141
4438#, c-format
4439msgid "%s: index file smaller than expected"
4440msgstr ""
4441
4442#: read-cache.c:2145
4443#, c-format
4444msgid "%s: unable to map index file"
4445msgstr ""
4446
4447#: read-cache.c:2187
4448#, c-format
4449msgid "unable to create load_index_extensions thread: %s"
4450msgstr ""
4451
4452#: read-cache.c:2214
4453#, c-format
4454msgid "unable to join load_index_extensions thread: %s"
4455msgstr ""
4456
4457#: read-cache.c:2246
4458#, c-format
4459msgid "could not freshen shared index '%s'"
4460msgstr ""
4461
4462#: read-cache.c:2293
4463#, c-format
4464msgid "broken index, expect %s in %s, got %s"
4465msgstr ""
4466
4467#: read-cache.c:2989 wrapper.c:658 builtin/merge.c:1114
4468#, c-format
4469msgid "could not close '%s'"
4470msgstr ""
4471
4472#: read-cache.c:3092 sequencer.c:2358 sequencer.c:3928
4473#, c-format
4474msgid "could not stat '%s'"
4475msgstr ""
4476
4477#: read-cache.c:3105
4478#, c-format
4479msgid "unable to open git dir: %s"
4480msgstr ""
4481
4482#: read-cache.c:3117
4483#, c-format
4484msgid "unable to unlink: %s"
4485msgstr ""
4486
4487#: read-cache.c:3142
4488#, c-format
4489msgid "cannot fix permission bits on '%s'"
4490msgstr ""
4491
4492#: read-cache.c:3291
4493#, c-format
4494msgid "%s: cannot drop to stage #0"
4495msgstr ""
4496
4497#: rebase-interactive.c:26
4498#, c-format
4499msgid ""
4500"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
4501msgstr ""
4502
4503#: rebase-interactive.c:35
4504msgid ""
4505"\n"
4506"Commands:\n"
4507"p, pick <commit> = use commit\n"
4508"r, reword <commit> = use commit, but edit the commit message\n"
4509"e, edit <commit> = use commit, but stop for amending\n"
4510"s, squash <commit> = use commit, but meld into previous commit\n"
4511"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
4512"x, exec <command> = run command (the rest of the line) using shell\n"
4513"b, break = stop here (continue rebase later with 'git rebase --continue')\n"
4514"d, drop <commit> = remove commit\n"
4515"l, label <label> = label current HEAD with a name\n"
4516"t, reset <label> = reset HEAD to a label\n"
4517"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
4518".       create a merge commit using the original merge commit's\n"
4519".       message (or the oneline, if no original merge commit was\n"
4520".       specified). Use -c <commit> to reword the commit message.\n"
4521"\n"
4522"These lines can be re-ordered; they are executed from top to bottom.\n"
4523msgstr ""
4524
4525#: rebase-interactive.c:56
4526#, c-format
4527msgid "Rebase %s onto %s (%d command)"
4528msgid_plural "Rebase %s onto %s (%d commands)"
4529msgstr[0] ""
4530msgstr[1] ""
4531
4532#: rebase-interactive.c:65 git-rebase--preserve-merges.sh:228
4533msgid ""
4534"\n"
4535"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
4536msgstr ""
4537
4538#: rebase-interactive.c:68 git-rebase--preserve-merges.sh:232
4539msgid ""
4540"\n"
4541"If you remove a line here THAT COMMIT WILL BE LOST.\n"
4542msgstr ""
4543
4544#: rebase-interactive.c:74 git-rebase--preserve-merges.sh:871
4545msgid ""
4546"\n"
4547"You are editing the todo file of an ongoing interactive rebase.\n"
4548"To continue rebase after editing, run:\n"
4549"    git rebase --continue\n"
4550"\n"
4551msgstr ""
4552
4553#: rebase-interactive.c:79 git-rebase--preserve-merges.sh:948
4554msgid ""
4555"\n"
4556"However, if you remove everything, the rebase will be aborted.\n"
4557"\n"
4558msgstr ""
4559
4560#: rebase-interactive.c:85 git-rebase--preserve-merges.sh:955
4561msgid "Note that empty commits are commented out"
4562msgstr ""
4563
4564#: rebase-interactive.c:105 rerere.c:485 rerere.c:692 sequencer.c:3447
4565#: sequencer.c:3473 sequencer.c:5120 builtin/fsck.c:356 builtin/rebase.c:235
4566#, c-format
4567msgid "could not write '%s'"
4568msgstr ""
4569
4570#: rebase-interactive.c:108
4571#, c-format
4572msgid "could not copy '%s' to '%s'."
4573msgstr ""
4574
4575#: rebase-interactive.c:173
4576#, c-format
4577msgid ""
4578"Warning: some commits may have been dropped accidentally.\n"
4579"Dropped commits (newer to older):\n"
4580msgstr ""
4581
4582#: rebase-interactive.c:180
4583#, c-format
4584msgid ""
4585"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
4586"\n"
4587"Use 'git config rebase.missingCommitsCheck' to change the level of "
4588"warnings.\n"
4589"The possible behaviours are: ignore, warn, error.\n"
4590"\n"
4591msgstr ""
4592
4593#: refs.c:262
4594#, c-format
4595msgid "%s does not point to a valid object!"
4596msgstr ""
4597
4598#: refs.c:667
4599#, c-format
4600msgid "ignoring dangling symref %s"
4601msgstr ""
4602
4603#: refs.c:669 ref-filter.c:2092
4604#, c-format
4605msgid "ignoring broken ref %s"
4606msgstr ""
4607
4608#: refs.c:804
4609#, c-format
4610msgid "could not open '%s' for writing: %s"
4611msgstr ""
4612
4613#: refs.c:814 refs.c:865
4614#, c-format
4615msgid "could not read ref '%s'"
4616msgstr ""
4617
4618#: refs.c:820
4619#, c-format
4620msgid "ref '%s' already exists"
4621msgstr ""
4622
4623#: refs.c:825
4624#, c-format
4625msgid "unexpected object ID when writing '%s'"
4626msgstr ""
4627
4628#: refs.c:833 sequencer.c:403 sequencer.c:2709 sequencer.c:2913
4629#: sequencer.c:2927 sequencer.c:3184 sequencer.c:5037 wrapper.c:656
4630#, c-format
4631msgid "could not write to '%s'"
4632msgstr ""
4633
4634#: refs.c:860 wrapper.c:225 wrapper.c:395 builtin/am.c:715
4635#: builtin/rebase.c:1003
4636#, c-format
4637msgid "could not open '%s' for writing"
4638msgstr ""
4639
4640#: refs.c:867
4641#, c-format
4642msgid "unexpected object ID when deleting '%s'"
4643msgstr ""
4644
4645#: refs.c:998
4646#, c-format
4647msgid "log for ref %s has gap after %s"
4648msgstr ""
4649
4650#: refs.c:1004
4651#, c-format
4652msgid "log for ref %s unexpectedly ended on %s"
4653msgstr ""
4654
4655#: refs.c:1063
4656#, c-format
4657msgid "log for %s is empty"
4658msgstr ""
4659
4660#: refs.c:1155
4661#, c-format
4662msgid "refusing to update ref with bad name '%s'"
4663msgstr ""
4664
4665#: refs.c:1231
4666#, c-format
4667msgid "update_ref failed for ref '%s': %s"
4668msgstr ""
4669
4670#: refs.c:2012
4671#, c-format
4672msgid "multiple updates for ref '%s' not allowed"
4673msgstr ""
4674
4675#: refs.c:2044
4676msgid "ref updates forbidden inside quarantine environment"
4677msgstr ""
4678
4679#: refs.c:2140 refs.c:2170
4680#, c-format
4681msgid "'%s' exists; cannot create '%s'"
4682msgstr ""
4683
4684#: refs.c:2146 refs.c:2181
4685#, c-format
4686msgid "cannot process '%s' and '%s' at the same time"
4687msgstr ""
4688
4689#: refs/files-backend.c:1234
4690#, c-format
4691msgid "could not remove reference %s"
4692msgstr ""
4693
4694#: refs/files-backend.c:1248 refs/packed-backend.c:1532
4695#: refs/packed-backend.c:1542
4696#, c-format
4697msgid "could not delete reference %s: %s"
4698msgstr ""
4699
4700#: refs/files-backend.c:1251 refs/packed-backend.c:1545
4701#, c-format
4702msgid "could not delete references: %s"
4703msgstr ""
4704
4705#: refspec.c:137
4706#, c-format
4707msgid "invalid refspec '%s'"
4708msgstr ""
4709
4710#: ref-filter.c:42 wt-status.c:1934
4711msgid "gone"
4712msgstr ""
4713
4714#: ref-filter.c:43
4715#, c-format
4716msgid "ahead %d"
4717msgstr ""
4718
4719#: ref-filter.c:44
4720#, c-format
4721msgid "behind %d"
4722msgstr ""
4723
4724#: ref-filter.c:45
4725#, c-format
4726msgid "ahead %d, behind %d"
4727msgstr ""
4728
4729#: ref-filter.c:162
4730#, c-format
4731msgid "expected format: %%(color:<color>)"
4732msgstr ""
4733
4734#: ref-filter.c:164
4735#, c-format
4736msgid "unrecognized color: %%(color:%s)"
4737msgstr ""
4738
4739#: ref-filter.c:186
4740#, c-format
4741msgid "Integer value expected refname:lstrip=%s"
4742msgstr ""
4743
4744#: ref-filter.c:190
4745#, c-format
4746msgid "Integer value expected refname:rstrip=%s"
4747msgstr ""
4748
4749#: ref-filter.c:192
4750#, c-format
4751msgid "unrecognized %%(%s) argument: %s"
4752msgstr ""
4753
4754#: ref-filter.c:247
4755#, c-format
4756msgid "%%(objecttype) does not take arguments"
4757msgstr ""
4758
4759#: ref-filter.c:269
4760#, c-format
4761msgid "unrecognized %%(objectsize) argument: %s"
4762msgstr ""
4763
4764#: ref-filter.c:277
4765#, c-format
4766msgid "%%(deltabase) does not take arguments"
4767msgstr ""
4768
4769#: ref-filter.c:289
4770#, c-format
4771msgid "%%(body) does not take arguments"
4772msgstr ""
4773
4774#: ref-filter.c:298
4775#, c-format
4776msgid "%%(subject) does not take arguments"
4777msgstr ""
4778
4779#: ref-filter.c:320
4780#, c-format
4781msgid "unknown %%(trailers) argument: %s"
4782msgstr ""
4783
4784#: ref-filter.c:349
4785#, c-format
4786msgid "positive value expected contents:lines=%s"
4787msgstr ""
4788
4789#: ref-filter.c:351
4790#, c-format
4791msgid "unrecognized %%(contents) argument: %s"
4792msgstr ""
4793
4794#: ref-filter.c:366
4795#, c-format
4796msgid "positive value expected objectname:short=%s"
4797msgstr ""
4798
4799#: ref-filter.c:370
4800#, c-format
4801msgid "unrecognized %%(objectname) argument: %s"
4802msgstr ""
4803
4804#: ref-filter.c:400
4805#, c-format
4806msgid "expected format: %%(align:<width>,<position>)"
4807msgstr ""
4808
4809#: ref-filter.c:412
4810#, c-format
4811msgid "unrecognized position:%s"
4812msgstr ""
4813
4814#: ref-filter.c:419
4815#, c-format
4816msgid "unrecognized width:%s"
4817msgstr ""
4818
4819#: ref-filter.c:428
4820#, c-format
4821msgid "unrecognized %%(align) argument: %s"
4822msgstr ""
4823
4824#: ref-filter.c:436
4825#, c-format
4826msgid "positive width expected with the %%(align) atom"
4827msgstr ""
4828
4829#: ref-filter.c:454
4830#, c-format
4831msgid "unrecognized %%(if) argument: %s"
4832msgstr ""
4833
4834#: ref-filter.c:556
4835#, c-format
4836msgid "malformed field name: %.*s"
4837msgstr ""
4838
4839#: ref-filter.c:583
4840#, c-format
4841msgid "unknown field name: %.*s"
4842msgstr ""
4843
4844#: ref-filter.c:587
4845#, c-format
4846msgid ""
4847"not a git repository, but the field '%.*s' requires access to object data"
4848msgstr ""
4849
4850#: ref-filter.c:711
4851#, c-format
4852msgid "format: %%(if) atom used without a %%(then) atom"
4853msgstr ""
4854
4855#: ref-filter.c:774
4856#, c-format
4857msgid "format: %%(then) atom used without an %%(if) atom"
4858msgstr ""
4859
4860#: ref-filter.c:776
4861#, c-format
4862msgid "format: %%(then) atom used more than once"
4863msgstr ""
4864
4865#: ref-filter.c:778
4866#, c-format
4867msgid "format: %%(then) atom used after %%(else)"
4868msgstr ""
4869
4870#: ref-filter.c:806
4871#, c-format
4872msgid "format: %%(else) atom used without an %%(if) atom"
4873msgstr ""
4874
4875#: ref-filter.c:808
4876#, c-format
4877msgid "format: %%(else) atom used without a %%(then) atom"
4878msgstr ""
4879
4880#: ref-filter.c:810
4881#, c-format
4882msgid "format: %%(else) atom used more than once"
4883msgstr ""
4884
4885#: ref-filter.c:825
4886#, c-format
4887msgid "format: %%(end) atom used without corresponding atom"
4888msgstr ""
4889
4890#: ref-filter.c:882
4891#, c-format
4892msgid "malformed format string %s"
4893msgstr ""
4894
4895#: ref-filter.c:1485
4896#, c-format
4897msgid "no branch, rebasing %s"
4898msgstr ""
4899
4900#: ref-filter.c:1488
4901#, c-format
4902msgid "no branch, rebasing detached HEAD %s"
4903msgstr ""
4904
4905#: ref-filter.c:1491
4906#, c-format
4907msgid "no branch, bisect started on %s"
4908msgstr ""
4909
4910#: ref-filter.c:1501
4911msgid "no branch"
4912msgstr ""
4913
4914#: ref-filter.c:1537 ref-filter.c:1743
4915#, c-format
4916msgid "missing object %s for %s"
4917msgstr ""
4918
4919#: ref-filter.c:1547
4920#, c-format
4921msgid "parse_object_buffer failed on %s for %s"
4922msgstr ""
4923
4924#: ref-filter.c:1998
4925#, c-format
4926msgid "malformed object at '%s'"
4927msgstr ""
4928
4929#: ref-filter.c:2087
4930#, c-format
4931msgid "ignoring ref with broken name %s"
4932msgstr ""
4933
4934#: ref-filter.c:2382
4935#, c-format
4936msgid "format: %%(end) atom missing"
4937msgstr ""
4938
4939#: ref-filter.c:2482
4940#, c-format
4941msgid "option `%s' is incompatible with --merged"
4942msgstr ""
4943
4944#: ref-filter.c:2485
4945#, c-format
4946msgid "option `%s' is incompatible with --no-merged"
4947msgstr ""
4948
4949#: ref-filter.c:2495
4950#, c-format
4951msgid "malformed object name %s"
4952msgstr ""
4953
4954#: ref-filter.c:2500
4955#, c-format
4956msgid "option `%s' must point to a commit"
4957msgstr ""
4958
4959#: remote.c:363
4960#, c-format
4961msgid "config remote shorthand cannot begin with '/': %s"
4962msgstr ""
4963
4964#: remote.c:410
4965msgid "more than one receivepack given, using the first"
4966msgstr ""
4967
4968#: remote.c:418
4969msgid "more than one uploadpack given, using the first"
4970msgstr ""
4971
4972#: remote.c:608
4973#, c-format
4974msgid "Cannot fetch both %s and %s to %s"
4975msgstr ""
4976
4977#: remote.c:612
4978#, c-format
4979msgid "%s usually tracks %s, not %s"
4980msgstr ""
4981
4982#: remote.c:616
4983#, c-format
4984msgid "%s tracks both %s and %s"
4985msgstr ""
4986
4987#: remote.c:684
4988#, c-format
4989msgid "key '%s' of pattern had no '*'"
4990msgstr ""
4991
4992#: remote.c:694
4993#, c-format
4994msgid "value '%s' of pattern has no '*'"
4995msgstr ""
4996
4997#: remote.c:1000
4998#, c-format
4999msgid "src refspec %s does not match any"
5000msgstr ""
5001
5002#: remote.c:1005
5003#, c-format
5004msgid "src refspec %s matches more than one"
5005msgstr ""
5006
5007#. TRANSLATORS: "matches '%s'%" is the <dst> part of "git push
5008#. <remote> <src>:<dst>" push, and "being pushed ('%s')" is
5009#. the <src>.
5010#.
5011#: remote.c:1020
5012#, c-format
5013msgid ""
5014"The destination you provided is not a full refname (i.e.,\n"
5015"starting with \"refs/\"). We tried to guess what you meant by:\n"
5016"\n"
5017"- Looking for a ref that matches '%s' on the remote side.\n"
5018"- Checking if the <src> being pushed ('%s')\n"
5019"  is a ref in \"refs/{heads,tags}/\". If so we add a corresponding\n"
5020"  refs/{heads,tags}/ prefix on the remote side.\n"
5021"\n"
5022"Neither worked, so we gave up. You must fully qualify the ref."
5023msgstr ""
5024
5025#: remote.c:1040
5026#, c-format
5027msgid ""
5028"The <src> part of the refspec is a commit object.\n"
5029"Did you mean to create a new branch by pushing to\n"
5030"'%s:refs/heads/%s'?"
5031msgstr ""
5032
5033#: remote.c:1045
5034#, c-format
5035msgid ""
5036"The <src> part of the refspec is a tag object.\n"
5037"Did you mean to create a new tag by pushing to\n"
5038"'%s:refs/tags/%s'?"
5039msgstr ""
5040
5041#: remote.c:1050
5042#, c-format
5043msgid ""
5044"The <src> part of the refspec is a tree object.\n"
5045"Did you mean to tag a new tree by pushing to\n"
5046"'%s:refs/tags/%s'?"
5047msgstr ""
5048
5049#: remote.c:1055
5050#, c-format
5051msgid ""
5052"The <src> part of the refspec is a blob object.\n"
5053"Did you mean to tag a new blob by pushing to\n"
5054"'%s:refs/tags/%s'?"
5055msgstr ""
5056
5057#: remote.c:1091
5058#, c-format
5059msgid "%s cannot be resolved to branch"
5060msgstr ""
5061
5062#: remote.c:1102
5063#, c-format
5064msgid "unable to delete '%s': remote ref does not exist"
5065msgstr ""
5066
5067#: remote.c:1114
5068#, c-format
5069msgid "dst refspec %s matches more than one"
5070msgstr ""
5071
5072#: remote.c:1121
5073#, c-format
5074msgid "dst ref %s receives from more than one src"
5075msgstr ""
5076
5077#: remote.c:1624 remote.c:1725
5078msgid "HEAD does not point to a branch"
5079msgstr ""
5080
5081#: remote.c:1633
5082#, c-format
5083msgid "no such branch: '%s'"
5084msgstr ""
5085
5086#: remote.c:1636
5087#, c-format
5088msgid "no upstream configured for branch '%s'"
5089msgstr ""
5090
5091#: remote.c:1642
5092#, c-format
5093msgid "upstream branch '%s' not stored as a remote-tracking branch"
5094msgstr ""
5095
5096#: remote.c:1657
5097#, c-format
5098msgid "push destination '%s' on remote '%s' has no local tracking branch"
5099msgstr ""
5100
5101#: remote.c:1669
5102#, c-format
5103msgid "branch '%s' has no remote for pushing"
5104msgstr ""
5105
5106#: remote.c:1679
5107#, c-format
5108msgid "push refspecs for '%s' do not include '%s'"
5109msgstr ""
5110
5111#: remote.c:1692
5112msgid "push has no destination (push.default is 'nothing')"
5113msgstr ""
5114
5115#: remote.c:1714
5116msgid "cannot resolve 'simple' push to a single destination"
5117msgstr ""
5118
5119#: remote.c:1840
5120#, c-format
5121msgid "couldn't find remote ref %s"
5122msgstr ""
5123
5124#: remote.c:1853
5125#, c-format
5126msgid "* Ignoring funny ref '%s' locally"
5127msgstr ""
5128
5129#: remote.c:2016
5130#, c-format
5131msgid "Your branch is based on '%s', but the upstream is gone.\n"
5132msgstr ""
5133
5134#: remote.c:2020
5135msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
5136msgstr ""
5137
5138#: remote.c:2023
5139#, c-format
5140msgid "Your branch is up to date with '%s'.\n"
5141msgstr ""
5142
5143#: remote.c:2027
5144#, c-format
5145msgid "Your branch and '%s' refer to different commits.\n"
5146msgstr ""
5147
5148#: remote.c:2030
5149#, c-format
5150msgid "  (use \"%s\" for details)\n"
5151msgstr ""
5152
5153#: remote.c:2034
5154#, c-format
5155msgid "Your branch is ahead of '%s' by %d commit.\n"
5156msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
5157msgstr[0] ""
5158msgstr[1] ""
5159
5160#: remote.c:2040
5161msgid "  (use \"git push\" to publish your local commits)\n"
5162msgstr ""
5163
5164#: remote.c:2043
5165#, c-format
5166msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
5167msgid_plural ""
5168"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
5169msgstr[0] ""
5170msgstr[1] ""
5171
5172#: remote.c:2051
5173msgid "  (use \"git pull\" to update your local branch)\n"
5174msgstr ""
5175
5176#: remote.c:2054
5177#, c-format
5178msgid ""
5179"Your branch and '%s' have diverged,\n"
5180"and have %d and %d different commit each, respectively.\n"
5181msgid_plural ""
5182"Your branch and '%s' have diverged,\n"
5183"and have %d and %d different commits each, respectively.\n"
5184msgstr[0] ""
5185msgstr[1] ""
5186
5187#: remote.c:2064
5188msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
5189msgstr ""
5190
5191#: remote.c:2247
5192#, c-format
5193msgid "cannot parse expected object name '%s'"
5194msgstr ""
5195
5196#: replace-object.c:21
5197#, c-format
5198msgid "bad replace ref name: %s"
5199msgstr ""
5200
5201#: replace-object.c:30
5202#, c-format
5203msgid "duplicate replace ref: %s"
5204msgstr ""
5205
5206#: replace-object.c:73
5207#, c-format
5208msgid "replace depth too high for object %s"
5209msgstr ""
5210
5211#: rerere.c:217 rerere.c:226 rerere.c:229
5212msgid "corrupt MERGE_RR"
5213msgstr ""
5214
5215#: rerere.c:264 rerere.c:269
5216msgid "unable to write rerere record"
5217msgstr ""
5218
5219#: rerere.c:495
5220#, c-format
5221msgid "there were errors while writing '%s' (%s)"
5222msgstr ""
5223
5224#: rerere.c:498
5225#, c-format
5226msgid "failed to flush '%s'"
5227msgstr ""
5228
5229#: rerere.c:503 rerere.c:1039
5230#, c-format
5231msgid "could not parse conflict hunks in '%s'"
5232msgstr ""
5233
5234#: rerere.c:684
5235#, c-format
5236msgid "failed utime() on '%s'"
5237msgstr ""
5238
5239#: rerere.c:694
5240#, c-format
5241msgid "writing '%s' failed"
5242msgstr ""
5243
5244#: rerere.c:714
5245#, c-format
5246msgid "Staged '%s' using previous resolution."
5247msgstr ""
5248
5249#: rerere.c:753
5250#, c-format
5251msgid "Recorded resolution for '%s'."
5252msgstr ""
5253
5254#: rerere.c:788
5255#, c-format
5256msgid "Resolved '%s' using previous resolution."
5257msgstr ""
5258
5259#: rerere.c:803
5260#, c-format
5261msgid "cannot unlink stray '%s'"
5262msgstr ""
5263
5264#: rerere.c:807
5265#, c-format
5266msgid "Recorded preimage for '%s'"
5267msgstr ""
5268
5269#: rerere.c:881 submodule.c:2023 builtin/log.c:1790
5270#: builtin/submodule--helper.c:1418 builtin/submodule--helper.c:1428
5271#, c-format
5272msgid "could not create directory '%s'"
5273msgstr ""
5274
5275#: rerere.c:1057
5276#, c-format
5277msgid "failed to update conflicted state in '%s'"
5278msgstr ""
5279
5280#: rerere.c:1068 rerere.c:1075
5281#, c-format
5282msgid "no remembered resolution for '%s'"
5283msgstr ""
5284
5285#: rerere.c:1077
5286#, c-format
5287msgid "cannot unlink '%s'"
5288msgstr ""
5289
5290#: rerere.c:1087
5291#, c-format
5292msgid "Updated preimage for '%s'"
5293msgstr ""
5294
5295#: rerere.c:1096
5296#, c-format
5297msgid "Forgot resolution for '%s'\n"
5298msgstr ""
5299
5300#: rerere.c:1199
5301msgid "unable to open rr-cache directory"
5302msgstr ""
5303
5304#: revision.c:2507
5305msgid "your current branch appears to be broken"
5306msgstr ""
5307
5308#: revision.c:2510
5309#, c-format
5310msgid "your current branch '%s' does not have any commits yet"
5311msgstr ""
5312
5313#: revision.c:2710
5314msgid "--first-parent is incompatible with --bisect"
5315msgstr ""
5316
5317#: revision.c:2714
5318msgid "-L does not yet support diff formats besides -p and -s"
5319msgstr ""
5320
5321#: run-command.c:763
5322msgid "open /dev/null failed"
5323msgstr ""
5324
5325#: run-command.c:1269
5326#, c-format
5327msgid "cannot create async thread: %s"
5328msgstr ""
5329
5330#: run-command.c:1333
5331#, c-format
5332msgid ""
5333"The '%s' hook was ignored because it's not set as executable.\n"
5334"You can disable this warning with `git config advice.ignoredHook false`."
5335msgstr ""
5336
5337#: send-pack.c:141
5338msgid "unexpected flush packet while reading remote unpack status"
5339msgstr ""
5340
5341#: send-pack.c:143
5342#, c-format
5343msgid "unable to parse remote unpack status: %s"
5344msgstr ""
5345
5346#: send-pack.c:145
5347#, c-format
5348msgid "remote unpack failed: %s"
5349msgstr ""
5350
5351#: send-pack.c:306
5352msgid "failed to sign the push certificate"
5353msgstr ""
5354
5355#: send-pack.c:420
5356msgid "the receiving end does not support --signed push"
5357msgstr ""
5358
5359#: send-pack.c:422
5360msgid ""
5361"not sending a push certificate since the receiving end does not support --"
5362"signed push"
5363msgstr ""
5364
5365#: send-pack.c:434
5366msgid "the receiving end does not support --atomic push"
5367msgstr ""
5368
5369#: send-pack.c:439
5370msgid "the receiving end does not support push options"
5371msgstr ""
5372
5373#: sequencer.c:187
5374#, c-format
5375msgid "invalid commit message cleanup mode '%s'"
5376msgstr ""
5377
5378#: sequencer.c:292
5379#, c-format
5380msgid "could not delete '%s'"
5381msgstr ""
5382
5383#: sequencer.c:311 builtin/rebase.c:759 builtin/rebase.c:1645 builtin/rm.c:369
5384#, c-format
5385msgid "could not remove '%s'"
5386msgstr ""
5387
5388#: sequencer.c:321
5389msgid "revert"
5390msgstr ""
5391
5392#: sequencer.c:323
5393msgid "cherry-pick"
5394msgstr ""
5395
5396#: sequencer.c:325
5397msgid "rebase -i"
5398msgstr ""
5399
5400#: sequencer.c:327
5401#, c-format
5402msgid "unknown action: %d"
5403msgstr ""
5404
5405#: sequencer.c:385
5406msgid ""
5407"after resolving the conflicts, mark the corrected paths\n"
5408"with 'git add <paths>' or 'git rm <paths>'"
5409msgstr ""
5410
5411#: sequencer.c:388
5412msgid ""
5413"after resolving the conflicts, mark the corrected paths\n"
5414"with 'git add <paths>' or 'git rm <paths>'\n"
5415"and commit the result with 'git commit'"
5416msgstr ""
5417
5418#: sequencer.c:401 sequencer.c:2909
5419#, c-format
5420msgid "could not lock '%s'"
5421msgstr ""
5422
5423#: sequencer.c:408
5424#, c-format
5425msgid "could not write eol to '%s'"
5426msgstr ""
5427
5428#: sequencer.c:413 sequencer.c:2714 sequencer.c:2915 sequencer.c:2929
5429#: sequencer.c:3192
5430#, c-format
5431msgid "failed to finalize '%s'"
5432msgstr ""
5433
5434#: sequencer.c:436 sequencer.c:981 sequencer.c:1655 sequencer.c:2734
5435#: sequencer.c:3174 sequencer.c:3283 builtin/am.c:245 builtin/commit.c:763
5436#: builtin/merge.c:1112 builtin/rebase.c:567
5437#, c-format
5438msgid "could not read '%s'"
5439msgstr ""
5440
5441#: sequencer.c:462
5442#, c-format
5443msgid "your local changes would be overwritten by %s."
5444msgstr ""
5445
5446#: sequencer.c:466
5447msgid "commit your changes or stash them to proceed."
5448msgstr ""
5449
5450#: sequencer.c:498
5451#, c-format
5452msgid "%s: fast-forward"
5453msgstr ""
5454
5455#: sequencer.c:537 builtin/tag.c:565
5456#, c-format
5457msgid "Invalid cleanup mode %s"
5458msgstr ""
5459
5460#. TRANSLATORS: %s will be "revert", "cherry-pick" or
5461#. "rebase -i".
5462#.
5463#: sequencer.c:632
5464#, c-format
5465msgid "%s: Unable to write new index file"
5466msgstr ""
5467
5468#: sequencer.c:649
5469msgid "unable to update cache tree"
5470msgstr ""
5471
5472#: sequencer.c:663
5473msgid "could not resolve HEAD commit"
5474msgstr ""
5475
5476#: sequencer.c:743
5477#, c-format
5478msgid "no key present in '%.*s'"
5479msgstr ""
5480
5481#: sequencer.c:754
5482#, c-format
5483msgid "unable to dequote value of '%s'"
5484msgstr ""
5485
5486#: sequencer.c:791 wrapper.c:227 wrapper.c:397 builtin/am.c:706
5487#: builtin/am.c:798 builtin/merge.c:1109 builtin/rebase.c:1045
5488#, c-format
5489msgid "could not open '%s' for reading"
5490msgstr ""
5491
5492#: sequencer.c:801
5493msgid "'GIT_AUTHOR_NAME' already given"
5494msgstr ""
5495
5496#: sequencer.c:806
5497msgid "'GIT_AUTHOR_EMAIL' already given"
5498msgstr ""
5499
5500#: sequencer.c:811
5501msgid "'GIT_AUTHOR_DATE' already given"
5502msgstr ""
5503
5504#: sequencer.c:815
5505#, c-format
5506msgid "unknown variable '%s'"
5507msgstr ""
5508
5509#: sequencer.c:820
5510msgid "missing 'GIT_AUTHOR_NAME'"
5511msgstr ""
5512
5513#: sequencer.c:822
5514msgid "missing 'GIT_AUTHOR_EMAIL'"
5515msgstr ""
5516
5517#: sequencer.c:824
5518msgid "missing 'GIT_AUTHOR_DATE'"
5519msgstr ""
5520
5521#: sequencer.c:884
5522#, c-format
5523msgid "invalid date format '%s' in '%s'"
5524msgstr ""
5525
5526#: sequencer.c:901
5527#, c-format
5528msgid ""
5529"you have staged changes in your working tree\n"
5530"If these changes are meant to be squashed into the previous commit, run:\n"
5531"\n"
5532"  git commit --amend %s\n"
5533"\n"
5534"If they are meant to go into a new commit, run:\n"
5535"\n"
5536"  git commit %s\n"
5537"\n"
5538"In both cases, once you're done, continue with:\n"
5539"\n"
5540"  git rebase --continue\n"
5541msgstr ""
5542
5543#: sequencer.c:995
5544msgid "writing root commit"
5545msgstr ""
5546
5547#: sequencer.c:1216
5548msgid "'prepare-commit-msg' hook failed"
5549msgstr ""
5550
5551#: sequencer.c:1223
5552msgid ""
5553"Your name and email address were configured automatically based\n"
5554"on your username and hostname. Please check that they are accurate.\n"
5555"You can suppress this message by setting them explicitly. Run the\n"
5556"following command and follow the instructions in your editor to edit\n"
5557"your configuration file:\n"
5558"\n"
5559"    git config --global --edit\n"
5560"\n"
5561"After doing this, you may fix the identity used for this commit with:\n"
5562"\n"
5563"    git commit --amend --reset-author\n"
5564msgstr ""
5565
5566#: sequencer.c:1236
5567msgid ""
5568"Your name and email address were configured automatically based\n"
5569"on your username and hostname. Please check that they are accurate.\n"
5570"You can suppress this message by setting them explicitly:\n"
5571"\n"
5572"    git config --global user.name \"Your Name\"\n"
5573"    git config --global user.email you@example.com\n"
5574"\n"
5575"After doing this, you may fix the identity used for this commit with:\n"
5576"\n"
5577"    git commit --amend --reset-author\n"
5578msgstr ""
5579
5580#: sequencer.c:1278
5581msgid "couldn't look up newly created commit"
5582msgstr ""
5583
5584#: sequencer.c:1280
5585msgid "could not parse newly created commit"
5586msgstr ""
5587
5588#: sequencer.c:1326
5589msgid "unable to resolve HEAD after creating commit"
5590msgstr ""
5591
5592#: sequencer.c:1328
5593msgid "detached HEAD"
5594msgstr ""
5595
5596#: sequencer.c:1332
5597msgid " (root-commit)"
5598msgstr ""
5599
5600#: sequencer.c:1353
5601msgid "could not parse HEAD"
5602msgstr ""
5603
5604#: sequencer.c:1355
5605#, c-format
5606msgid "HEAD %s is not a commit!"
5607msgstr ""
5608
5609#: sequencer.c:1359 builtin/commit.c:1571
5610msgid "could not parse HEAD commit"
5611msgstr ""
5612
5613#: sequencer.c:1411 sequencer.c:2004
5614msgid "unable to parse commit author"
5615msgstr ""
5616
5617#: sequencer.c:1421 builtin/am.c:1573 builtin/merge.c:684
5618msgid "git write-tree failed to write a tree"
5619msgstr ""
5620
5621#: sequencer.c:1438 sequencer.c:1499
5622#, c-format
5623msgid "unable to read commit message from '%s'"
5624msgstr ""
5625
5626#: sequencer.c:1465 builtin/am.c:1595 builtin/commit.c:1670 builtin/merge.c:878
5627#: builtin/merge.c:903
5628msgid "failed to write commit object"
5629msgstr ""
5630
5631#: sequencer.c:1526
5632#, c-format
5633msgid "could not parse commit %s"
5634msgstr ""
5635
5636#: sequencer.c:1531
5637#, c-format
5638msgid "could not parse parent commit %s"
5639msgstr ""
5640
5641#: sequencer.c:1605 sequencer.c:1715
5642#, c-format
5643msgid "unknown command: %d"
5644msgstr ""
5645
5646#: sequencer.c:1662 sequencer.c:1687
5647#, c-format
5648msgid "This is a combination of %d commits."
5649msgstr ""
5650
5651#: sequencer.c:1672
5652msgid "need a HEAD to fixup"
5653msgstr ""
5654
5655#: sequencer.c:1674 sequencer.c:3219
5656msgid "could not read HEAD"
5657msgstr ""
5658
5659#: sequencer.c:1676
5660msgid "could not read HEAD's commit message"
5661msgstr ""
5662
5663#: sequencer.c:1682
5664#, c-format
5665msgid "cannot write '%s'"
5666msgstr ""
5667
5668#: sequencer.c:1689 git-rebase--preserve-merges.sh:496
5669msgid "This is the 1st commit message:"
5670msgstr ""
5671
5672#: sequencer.c:1697
5673#, c-format
5674msgid "could not read commit message of %s"
5675msgstr ""
5676
5677#: sequencer.c:1704
5678#, c-format
5679msgid "This is the commit message #%d:"
5680msgstr ""
5681
5682#: sequencer.c:1710
5683#, c-format
5684msgid "The commit message #%d will be skipped:"
5685msgstr ""
5686
5687#: sequencer.c:1798
5688msgid "your index file is unmerged."
5689msgstr ""
5690
5691#: sequencer.c:1805
5692msgid "cannot fixup root commit"
5693msgstr ""
5694
5695#: sequencer.c:1824
5696#, c-format
5697msgid "commit %s is a merge but no -m option was given."
5698msgstr ""
5699
5700#: sequencer.c:1832 sequencer.c:1840
5701#, c-format
5702msgid "commit %s does not have parent %d"
5703msgstr ""
5704
5705#: sequencer.c:1846
5706#, c-format
5707msgid "cannot get commit message for %s"
5708msgstr ""
5709
5710#. TRANSLATORS: The first %s will be a "todo" command like
5711#. "revert" or "pick", the second %s a SHA1.
5712#: sequencer.c:1865
5713#, c-format
5714msgid "%s: cannot parse parent commit %s"
5715msgstr ""
5716
5717#: sequencer.c:1930
5718#, c-format
5719msgid "could not rename '%s' to '%s'"
5720msgstr ""
5721
5722#: sequencer.c:1985
5723#, c-format
5724msgid "could not revert %s... %s"
5725msgstr ""
5726
5727#: sequencer.c:1986
5728#, c-format
5729msgid "could not apply %s... %s"
5730msgstr ""
5731
5732#: sequencer.c:2045
5733#, c-format
5734msgid "git %s: failed to read the index"
5735msgstr ""
5736
5737#: sequencer.c:2052
5738#, c-format
5739msgid "git %s: failed to refresh the index"
5740msgstr ""
5741
5742#: sequencer.c:2128
5743#, c-format
5744msgid "%s does not accept arguments: '%s'"
5745msgstr ""
5746
5747#: sequencer.c:2137
5748#, c-format
5749msgid "missing arguments for %s"
5750msgstr ""
5751
5752#: sequencer.c:2174
5753#, c-format
5754msgid "could not parse '%.*s'"
5755msgstr ""
5756
5757#: sequencer.c:2228
5758#, c-format
5759msgid "invalid line %d: %.*s"
5760msgstr ""
5761
5762#: sequencer.c:2239
5763#, c-format
5764msgid "cannot '%s' without a previous commit"
5765msgstr ""
5766
5767#: sequencer.c:2287 builtin/rebase.c:153 builtin/rebase.c:178
5768#: builtin/rebase.c:204 builtin/rebase.c:229
5769#, c-format
5770msgid "could not read '%s'."
5771msgstr ""
5772
5773#: sequencer.c:2323
5774msgid "cancelling a cherry picking in progress"
5775msgstr ""
5776
5777#: sequencer.c:2330
5778msgid "cancelling a revert in progress"
5779msgstr ""
5780
5781#: sequencer.c:2364
5782msgid "please fix this using 'git rebase --edit-todo'."
5783msgstr ""
5784
5785#: sequencer.c:2366
5786#, c-format
5787msgid "unusable instruction sheet: '%s'"
5788msgstr ""
5789
5790#: sequencer.c:2371
5791msgid "no commits parsed."
5792msgstr ""
5793
5794#: sequencer.c:2382
5795msgid "cannot cherry-pick during a revert."
5796msgstr ""
5797
5798#: sequencer.c:2384
5799msgid "cannot revert during a cherry-pick."
5800msgstr ""
5801
5802#: sequencer.c:2466
5803#, c-format
5804msgid "invalid value for %s: %s"
5805msgstr ""
5806
5807#: sequencer.c:2553
5808msgid "unusable squash-onto"
5809msgstr ""
5810
5811#: sequencer.c:2569
5812#, c-format
5813msgid "malformed options sheet: '%s'"
5814msgstr ""
5815
5816#: sequencer.c:2652 sequencer.c:4351
5817msgid "empty commit set passed"
5818msgstr ""
5819
5820#: sequencer.c:2668
5821msgid "revert is already in progress"
5822msgstr ""
5823
5824#: sequencer.c:2670
5825#, c-format
5826msgid "try \"git revert (--continue | %s--abort | --quit)\""
5827msgstr ""
5828
5829#: sequencer.c:2673
5830msgid "cherry-pick is already in progress"
5831msgstr ""
5832
5833#: sequencer.c:2675
5834#, c-format
5835msgid "try \"git cherry-pick (--continue | %s--abort | --quit)\""
5836msgstr ""
5837
5838#: sequencer.c:2689
5839#, c-format
5840msgid "could not create sequencer directory '%s'"
5841msgstr ""
5842
5843#: sequencer.c:2704
5844msgid "could not lock HEAD"
5845msgstr ""
5846
5847#: sequencer.c:2764 sequencer.c:4103
5848msgid "no cherry-pick or revert in progress"
5849msgstr ""
5850
5851#: sequencer.c:2766 sequencer.c:2777
5852msgid "cannot resolve HEAD"
5853msgstr ""
5854
5855#: sequencer.c:2768 sequencer.c:2812
5856msgid "cannot abort from a branch yet to be born"
5857msgstr ""
5858
5859#: sequencer.c:2798 builtin/grep.c:734
5860#, c-format
5861msgid "cannot open '%s'"
5862msgstr ""
5863
5864#: sequencer.c:2800
5865#, c-format
5866msgid "cannot read '%s': %s"
5867msgstr ""
5868
5869#: sequencer.c:2801
5870msgid "unexpected end of file"
5871msgstr ""
5872
5873#: sequencer.c:2807
5874#, c-format
5875msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
5876msgstr ""
5877
5878#: sequencer.c:2818
5879msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
5880msgstr ""
5881
5882#: sequencer.c:2859
5883msgid "no revert in progress"
5884msgstr ""
5885
5886#: sequencer.c:2867
5887msgid "no cherry-pick in progress"
5888msgstr ""
5889
5890#: sequencer.c:2877
5891msgid "failed to skip the commit"
5892msgstr ""
5893
5894#: sequencer.c:2884
5895msgid "there is nothing to skip"
5896msgstr ""
5897
5898#: sequencer.c:2887
5899#, c-format
5900msgid ""
5901"have you committed already?\n"
5902"try \"git %s --continue\""
5903msgstr ""
5904
5905#: sequencer.c:3011 sequencer.c:4015
5906#, c-format
5907msgid "could not update %s"
5908msgstr ""
5909
5910#: sequencer.c:3049 sequencer.c:3995
5911msgid "cannot read HEAD"
5912msgstr ""
5913
5914#: sequencer.c:3066
5915#, c-format
5916msgid "unable to copy '%s' to '%s'"
5917msgstr ""
5918
5919#: sequencer.c:3074
5920#, c-format
5921msgid ""
5922"You can amend the commit now, with\n"
5923"\n"
5924"  git commit --amend %s\n"
5925"\n"
5926"Once you are satisfied with your changes, run\n"
5927"\n"
5928"  git rebase --continue\n"
5929msgstr ""
5930
5931#: sequencer.c:3084
5932#, c-format
5933msgid "Could not apply %s... %.*s"
5934msgstr ""
5935
5936#: sequencer.c:3091
5937#, c-format
5938msgid "Could not merge %.*s"
5939msgstr ""
5940
5941#: sequencer.c:3105 sequencer.c:3109 builtin/difftool.c:633
5942#, c-format
5943msgid "could not copy '%s' to '%s'"
5944msgstr ""
5945
5946#: sequencer.c:3131 sequencer.c:3558 builtin/rebase.c:849 builtin/rebase.c:1582
5947#: builtin/rebase.c:1953 builtin/rebase.c:2008
5948msgid "could not read index"
5949msgstr ""
5950
5951#: sequencer.c:3136
5952#, c-format
5953msgid ""
5954"execution failed: %s\n"
5955"%sYou can fix the problem, and then run\n"
5956"\n"
5957"  git rebase --continue\n"
5958"\n"
5959msgstr ""
5960
5961#: sequencer.c:3142
5962msgid "and made changes to the index and/or the working tree\n"
5963msgstr ""
5964
5965#: sequencer.c:3148
5966#, c-format
5967msgid ""
5968"execution succeeded: %s\n"
5969"but left changes to the index and/or the working tree\n"
5970"Commit or stash your changes, and then run\n"
5971"\n"
5972"  git rebase --continue\n"
5973"\n"
5974msgstr ""
5975
5976#: sequencer.c:3209
5977#, c-format
5978msgid "illegal label name: '%.*s'"
5979msgstr ""
5980
5981#: sequencer.c:3263
5982msgid "writing fake root commit"
5983msgstr ""
5984
5985#: sequencer.c:3268
5986msgid "writing squash-onto"
5987msgstr ""
5988
5989#: sequencer.c:3306 builtin/rebase.c:854 builtin/rebase.c:860
5990#, c-format
5991msgid "failed to find tree of %s"
5992msgstr ""
5993
5994#: sequencer.c:3324 builtin/rebase.c:873
5995msgid "could not write index"
5996msgstr ""
5997
5998#: sequencer.c:3351
5999#, c-format
6000msgid "could not resolve '%s'"
6001msgstr ""
6002
6003#: sequencer.c:3379
6004msgid "cannot merge without a current revision"
6005msgstr ""
6006
6007#: sequencer.c:3401
6008#, c-format
6009msgid "unable to parse '%.*s'"
6010msgstr ""
6011
6012#: sequencer.c:3410
6013#, c-format
6014msgid "nothing to merge: '%.*s'"
6015msgstr ""
6016
6017#: sequencer.c:3422
6018msgid "octopus merge cannot be executed on top of a [new root]"
6019msgstr ""
6020
6021#: sequencer.c:3437
6022#, c-format
6023msgid "could not get commit message of '%s'"
6024msgstr ""
6025
6026#: sequencer.c:3590
6027#, c-format
6028msgid "could not even attempt to merge '%.*s'"
6029msgstr ""
6030
6031#: sequencer.c:3606
6032msgid "merge: Unable to write new index file"
6033msgstr ""
6034
6035#: sequencer.c:3675 builtin/rebase.c:711
6036#, c-format
6037msgid "Applied autostash.\n"
6038msgstr ""
6039
6040#: sequencer.c:3687
6041#, c-format
6042msgid "cannot store %s"
6043msgstr ""
6044
6045#: sequencer.c:3690 builtin/rebase.c:727 git-rebase--preserve-merges.sh:113
6046#, c-format
6047msgid ""
6048"Applying autostash resulted in conflicts.\n"
6049"Your changes are safe in the stash.\n"
6050"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
6051msgstr ""
6052
6053#: sequencer.c:3751
6054#, c-format
6055msgid "could not checkout %s"
6056msgstr ""
6057
6058#: sequencer.c:3765
6059#, c-format
6060msgid "%s: not a valid OID"
6061msgstr ""
6062
6063#: sequencer.c:3770 git-rebase--preserve-merges.sh:779
6064msgid "could not detach HEAD"
6065msgstr ""
6066
6067#: sequencer.c:3785
6068#, c-format
6069msgid "Stopped at HEAD\n"
6070msgstr ""
6071
6072#: sequencer.c:3787
6073#, c-format
6074msgid "Stopped at %s\n"
6075msgstr ""
6076
6077#: sequencer.c:3795
6078#, c-format
6079msgid ""
6080"Could not execute the todo command\n"
6081"\n"
6082"    %.*s\n"
6083"It has been rescheduled; To edit the command before continuing, please\n"
6084"edit the todo list first:\n"
6085"\n"
6086"    git rebase --edit-todo\n"
6087"    git rebase --continue\n"
6088msgstr ""
6089
6090#: sequencer.c:3877
6091#, c-format
6092msgid "Stopped at %s...  %.*s\n"
6093msgstr ""
6094
6095#: sequencer.c:3958
6096#, c-format
6097msgid "unknown command %d"
6098msgstr ""
6099
6100#: sequencer.c:4003
6101msgid "could not read orig-head"
6102msgstr ""
6103
6104#: sequencer.c:4008
6105msgid "could not read 'onto'"
6106msgstr ""
6107
6108#: sequencer.c:4022
6109#, c-format
6110msgid "could not update HEAD to %s"
6111msgstr ""
6112
6113#: sequencer.c:4115
6114msgid "cannot rebase: You have unstaged changes."
6115msgstr ""
6116
6117#: sequencer.c:4124
6118msgid "cannot amend non-existing commit"
6119msgstr ""
6120
6121#: sequencer.c:4126
6122#, c-format
6123msgid "invalid file: '%s'"
6124msgstr ""
6125
6126#: sequencer.c:4128
6127#, c-format
6128msgid "invalid contents: '%s'"
6129msgstr ""
6130
6131#: sequencer.c:4131
6132msgid ""
6133"\n"
6134"You have uncommitted changes in your working tree. Please, commit them\n"
6135"first and then run 'git rebase --continue' again."
6136msgstr ""
6137
6138#: sequencer.c:4167 sequencer.c:4205
6139#, c-format
6140msgid "could not write file: '%s'"
6141msgstr ""
6142
6143#: sequencer.c:4220
6144msgid "could not remove CHERRY_PICK_HEAD"
6145msgstr ""
6146
6147#: sequencer.c:4227
6148msgid "could not commit staged changes."
6149msgstr ""
6150
6151#: sequencer.c:4328
6152#, c-format
6153msgid "%s: can't cherry-pick a %s"
6154msgstr ""
6155
6156#: sequencer.c:4332
6157#, c-format
6158msgid "%s: bad revision"
6159msgstr ""
6160
6161#: sequencer.c:4367
6162msgid "can't revert as initial commit"
6163msgstr ""
6164
6165#: sequencer.c:4810
6166msgid "make_script: unhandled options"
6167msgstr ""
6168
6169#: sequencer.c:4813
6170msgid "make_script: error preparing revisions"
6171msgstr ""
6172
6173#: sequencer.c:4971
6174msgid ""
6175"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
6176"continue'.\n"
6177"Or you can abort the rebase with 'git rebase --abort'.\n"
6178msgstr ""
6179
6180#: sequencer.c:5083 sequencer.c:5100
6181msgid "nothing to do"
6182msgstr ""
6183
6184#: sequencer.c:5114
6185msgid "could not skip unnecessary pick commands"
6186msgstr ""
6187
6188#: sequencer.c:5197
6189msgid "the script was already rearranged."
6190msgstr ""
6191
6192#: setup.c:123
6193#, c-format
6194msgid "'%s' is outside repository"
6195msgstr ""
6196
6197#: setup.c:173
6198#, c-format
6199msgid ""
6200"%s: no such path in the working tree.\n"
6201"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
6202msgstr ""
6203
6204#: setup.c:186
6205#, c-format
6206msgid ""
6207"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
6208"Use '--' to separate paths from revisions, like this:\n"
6209"'git <command> [<revision>...] -- [<file>...]'"
6210msgstr ""
6211
6212#: setup.c:235
6213#, c-format
6214msgid "option '%s' must come before non-option arguments"
6215msgstr ""
6216
6217#: setup.c:254
6218#, c-format
6219msgid ""
6220"ambiguous argument '%s': both revision and filename\n"
6221"Use '--' to separate paths from revisions, like this:\n"
6222"'git <command> [<revision>...] -- [<file>...]'"
6223msgstr ""
6224
6225#: setup.c:390
6226msgid "unable to set up work tree using invalid config"
6227msgstr ""
6228
6229#: setup.c:394
6230msgid "this operation must be run in a work tree"
6231msgstr ""
6232
6233#: setup.c:540
6234#, c-format
6235msgid "Expected git repo version <= %d, found %d"
6236msgstr ""
6237
6238#: setup.c:548
6239msgid "unknown repository extensions found:"
6240msgstr ""
6241
6242#: setup.c:567
6243#, c-format
6244msgid "error opening '%s'"
6245msgstr ""
6246
6247#: setup.c:569
6248#, c-format
6249msgid "too large to be a .git file: '%s'"
6250msgstr ""
6251
6252#: setup.c:571
6253#, c-format
6254msgid "error reading %s"
6255msgstr ""
6256
6257#: setup.c:573
6258#, c-format
6259msgid "invalid gitfile format: %s"
6260msgstr ""
6261
6262#: setup.c:575
6263#, c-format
6264msgid "no path in gitfile: %s"
6265msgstr ""
6266
6267#: setup.c:577
6268#, c-format
6269msgid "not a git repository: %s"
6270msgstr ""
6271
6272#: setup.c:676
6273#, c-format
6274msgid "'$%s' too big"
6275msgstr ""
6276
6277#: setup.c:690
6278#, c-format
6279msgid "not a git repository: '%s'"
6280msgstr ""
6281
6282#: setup.c:719 setup.c:721 setup.c:752
6283#, c-format
6284msgid "cannot chdir to '%s'"
6285msgstr ""
6286
6287#: setup.c:724 setup.c:780 setup.c:790 setup.c:829 setup.c:837
6288msgid "cannot come back to cwd"
6289msgstr ""
6290
6291#: setup.c:851
6292#, c-format
6293msgid "failed to stat '%*s%s%s'"
6294msgstr ""
6295
6296#: setup.c:1083
6297msgid "Unable to read current working directory"
6298msgstr ""
6299
6300#: setup.c:1092 setup.c:1098
6301#, c-format
6302msgid "cannot change to '%s'"
6303msgstr ""
6304
6305#: setup.c:1103
6306#, c-format
6307msgid "not a git repository (or any of the parent directories): %s"
6308msgstr ""
6309
6310#: setup.c:1109
6311#, c-format
6312msgid ""
6313"not a git repository (or any parent up to mount point %s)\n"
6314"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
6315msgstr ""
6316
6317#: setup.c:1220
6318#, c-format
6319msgid ""
6320"problem with core.sharedRepository filemode value (0%.3o).\n"
6321"The owner of files must always have read and write permissions."
6322msgstr ""
6323
6324#: setup.c:1264
6325msgid "open /dev/null or dup failed"
6326msgstr ""
6327
6328#: setup.c:1279
6329msgid "fork failed"
6330msgstr ""
6331
6332#: setup.c:1284
6333msgid "setsid failed"
6334msgstr ""
6335
6336#: sha1-file.c:453
6337#, c-format
6338msgid "object directory %s does not exist; check .git/objects/info/alternates"
6339msgstr ""
6340
6341#: sha1-file.c:504
6342#, c-format
6343msgid "unable to normalize alternate object path: %s"
6344msgstr ""
6345
6346#: sha1-file.c:576
6347#, c-format
6348msgid "%s: ignoring alternate object stores, nesting too deep"
6349msgstr ""
6350
6351#: sha1-file.c:583
6352#, c-format
6353msgid "unable to normalize object directory: %s"
6354msgstr ""
6355
6356#: sha1-file.c:626
6357msgid "unable to fdopen alternates lockfile"
6358msgstr ""
6359
6360#: sha1-file.c:644
6361msgid "unable to read alternates file"
6362msgstr ""
6363
6364#: sha1-file.c:651
6365msgid "unable to move new alternates file into place"
6366msgstr ""
6367
6368#: sha1-file.c:686
6369#, c-format
6370msgid "path '%s' does not exist"
6371msgstr ""
6372
6373#: sha1-file.c:712
6374#, c-format
6375msgid "reference repository '%s' as a linked checkout is not supported yet."
6376msgstr ""
6377
6378#: sha1-file.c:718
6379#, c-format
6380msgid "reference repository '%s' is not a local repository."
6381msgstr ""
6382
6383#: sha1-file.c:724
6384#, c-format
6385msgid "reference repository '%s' is shallow"
6386msgstr ""
6387
6388#: sha1-file.c:732
6389#, c-format
6390msgid "reference repository '%s' is grafted"
6391msgstr ""
6392
6393#: sha1-file.c:792
6394#, c-format
6395msgid "invalid line while parsing alternate refs: %s"
6396msgstr ""
6397
6398#: sha1-file.c:943
6399#, c-format
6400msgid "attempting to mmap %<PRIuMAX> over limit %<PRIuMAX>"
6401msgstr ""
6402
6403#: sha1-file.c:968
6404msgid "mmap failed"
6405msgstr ""
6406
6407#: sha1-file.c:1132
6408#, c-format
6409msgid "object file %s is empty"
6410msgstr ""
6411
6412#: sha1-file.c:1256 sha1-file.c:2395
6413#, c-format
6414msgid "corrupt loose object '%s'"
6415msgstr ""
6416
6417#: sha1-file.c:1258 sha1-file.c:2399
6418#, c-format
6419msgid "garbage at end of loose object '%s'"
6420msgstr ""
6421
6422#: sha1-file.c:1300
6423msgid "invalid object type"
6424msgstr ""
6425
6426#: sha1-file.c:1384
6427#, c-format
6428msgid "unable to unpack %s header with --allow-unknown-type"
6429msgstr ""
6430
6431#: sha1-file.c:1387
6432#, c-format
6433msgid "unable to unpack %s header"
6434msgstr ""
6435
6436#: sha1-file.c:1393
6437#, c-format
6438msgid "unable to parse %s header with --allow-unknown-type"
6439msgstr ""
6440
6441#: sha1-file.c:1396
6442#, c-format
6443msgid "unable to parse %s header"
6444msgstr ""
6445
6446#: sha1-file.c:1587
6447#, c-format
6448msgid "failed to read object %s"
6449msgstr ""
6450
6451#: sha1-file.c:1591
6452#, c-format
6453msgid "replacement %s not found for %s"
6454msgstr ""
6455
6456#: sha1-file.c:1595
6457#, c-format
6458msgid "loose object %s (stored in %s) is corrupt"
6459msgstr ""
6460
6461#: sha1-file.c:1599
6462#, c-format
6463msgid "packed object %s (stored in %s) is corrupt"
6464msgstr ""
6465
6466#: sha1-file.c:1702
6467#, c-format
6468msgid "unable to write file %s"
6469msgstr ""
6470
6471#: sha1-file.c:1709
6472#, c-format
6473msgid "unable to set permission to '%s'"
6474msgstr ""
6475
6476#: sha1-file.c:1716
6477msgid "file write error"
6478msgstr ""
6479
6480#: sha1-file.c:1735
6481msgid "error when closing loose object file"
6482msgstr ""
6483
6484#: sha1-file.c:1800
6485#, c-format
6486msgid "insufficient permission for adding an object to repository database %s"
6487msgstr ""
6488
6489#: sha1-file.c:1802
6490msgid "unable to create temporary file"
6491msgstr ""
6492
6493#: sha1-file.c:1826
6494msgid "unable to write loose object file"
6495msgstr ""
6496
6497#: sha1-file.c:1832
6498#, c-format
6499msgid "unable to deflate new object %s (%d)"
6500msgstr ""
6501
6502#: sha1-file.c:1836
6503#, c-format
6504msgid "deflateEnd on object %s failed (%d)"
6505msgstr ""
6506
6507#: sha1-file.c:1840
6508#, c-format
6509msgid "confused by unstable object source data for %s"
6510msgstr ""
6511
6512#: sha1-file.c:1850 builtin/pack-objects.c:920
6513#, c-format
6514msgid "failed utime() on %s"
6515msgstr ""
6516
6517#: sha1-file.c:1925
6518#, c-format
6519msgid "cannot read object for %s"
6520msgstr ""
6521
6522#: sha1-file.c:1965
6523msgid "corrupt commit"
6524msgstr ""
6525
6526#: sha1-file.c:1973
6527msgid "corrupt tag"
6528msgstr ""
6529
6530#: sha1-file.c:2072
6531#, c-format
6532msgid "read error while indexing %s"
6533msgstr ""
6534
6535#: sha1-file.c:2075
6536#, c-format
6537msgid "short read while indexing %s"
6538msgstr ""
6539
6540#: sha1-file.c:2148 sha1-file.c:2157
6541#, c-format
6542msgid "%s: failed to insert into database"
6543msgstr ""
6544
6545#: sha1-file.c:2163
6546#, c-format
6547msgid "%s: unsupported file type"
6548msgstr ""
6549
6550#: sha1-file.c:2187
6551#, c-format
6552msgid "%s is not a valid object"
6553msgstr ""
6554
6555#: sha1-file.c:2189
6556#, c-format
6557msgid "%s is not a valid '%s' object"
6558msgstr ""
6559
6560#: sha1-file.c:2216 builtin/index-pack.c:155
6561#, c-format
6562msgid "unable to open %s"
6563msgstr ""
6564
6565#: sha1-file.c:2406 sha1-file.c:2458
6566#, c-format
6567msgid "hash mismatch for %s (expected %s)"
6568msgstr ""
6569
6570#: sha1-file.c:2430
6571#, c-format
6572msgid "unable to mmap %s"
6573msgstr ""
6574
6575#: sha1-file.c:2435
6576#, c-format
6577msgid "unable to unpack header of %s"
6578msgstr ""
6579
6580#: sha1-file.c:2441
6581#, c-format
6582msgid "unable to parse header of %s"
6583msgstr ""
6584
6585#: sha1-file.c:2452
6586#, c-format
6587msgid "unable to unpack contents of %s"
6588msgstr ""
6589
6590#: sha1-name.c:490
6591#, c-format
6592msgid "short SHA1 %s is ambiguous"
6593msgstr ""
6594
6595#: sha1-name.c:501
6596msgid "The candidates are:"
6597msgstr ""
6598
6599#: sha1-name.c:800
6600msgid ""
6601"Git normally never creates a ref that ends with 40 hex characters\n"
6602"because it will be ignored when you just specify 40-hex. These refs\n"
6603"may be created by mistake. For example,\n"
6604"\n"
6605"  git switch -c $br $(git rev-parse ...)\n"
6606"\n"
6607"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
6608"examine these refs and maybe delete them. Turn this message off by\n"
6609"running \"git config advice.objectNameWarning false\""
6610msgstr ""
6611
6612#. TRANSLATORS: IEC 80000-13:2008 gibibyte
6613#: strbuf.c:821
6614#, c-format
6615msgid "%u.%2.2u GiB"
6616msgstr ""
6617
6618#. TRANSLATORS: IEC 80000-13:2008 gibibyte/second
6619#: strbuf.c:823
6620#, c-format
6621msgid "%u.%2.2u GiB/s"
6622msgstr ""
6623
6624#. TRANSLATORS: IEC 80000-13:2008 mebibyte
6625#: strbuf.c:831
6626#, c-format
6627msgid "%u.%2.2u MiB"
6628msgstr ""
6629
6630#. TRANSLATORS: IEC 80000-13:2008 mebibyte/second
6631#: strbuf.c:833
6632#, c-format
6633msgid "%u.%2.2u MiB/s"
6634msgstr ""
6635
6636#. TRANSLATORS: IEC 80000-13:2008 kibibyte
6637#: strbuf.c:840
6638#, c-format
6639msgid "%u.%2.2u KiB"
6640msgstr ""
6641
6642#. TRANSLATORS: IEC 80000-13:2008 kibibyte/second
6643#: strbuf.c:842
6644#, c-format
6645msgid "%u.%2.2u KiB/s"
6646msgstr ""
6647
6648#. TRANSLATORS: IEC 80000-13:2008 byte
6649#: strbuf.c:848
6650#, c-format
6651msgid "%u byte"
6652msgid_plural "%u bytes"
6653msgstr[0] ""
6654msgstr[1] ""
6655
6656#. TRANSLATORS: IEC 80000-13:2008 byte/second
6657#: strbuf.c:850
6658#, c-format
6659msgid "%u byte/s"
6660msgid_plural "%u bytes/s"
6661msgstr[0] ""
6662msgstr[1] ""
6663
6664#: submodule.c:114 submodule.c:143
6665msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
6666msgstr ""
6667
6668#: submodule.c:118 submodule.c:147
6669#, c-format
6670msgid "Could not find section in .gitmodules where path=%s"
6671msgstr ""
6672
6673#: submodule.c:154
6674#, c-format
6675msgid "Could not remove .gitmodules entry for %s"
6676msgstr ""
6677
6678#: submodule.c:165
6679msgid "staging updated .gitmodules failed"
6680msgstr ""
6681
6682#: submodule.c:327
6683#, c-format
6684msgid "in unpopulated submodule '%s'"
6685msgstr ""
6686
6687#: submodule.c:358
6688#, c-format
6689msgid "Pathspec '%s' is in submodule '%.*s'"
6690msgstr ""
6691
6692#: submodule.c:910
6693#, c-format
6694msgid "submodule entry '%s' (%s) is a %s, not a commit"
6695msgstr ""
6696
6697#: submodule.c:1147 builtin/branch.c:680 builtin/submodule--helper.c:1989
6698msgid "Failed to resolve HEAD as a valid ref."
6699msgstr ""
6700
6701#: submodule.c:1481
6702#, c-format
6703msgid "Could not access submodule '%s'"
6704msgstr ""
6705
6706#: submodule.c:1651
6707#, c-format
6708msgid "'%s' not recognized as a git repository"
6709msgstr ""
6710
6711#: submodule.c:1789
6712#, c-format
6713msgid "could not start 'git status' in submodule '%s'"
6714msgstr ""
6715
6716#: submodule.c:1802
6717#, c-format
6718msgid "could not run 'git status' in submodule '%s'"
6719msgstr ""
6720
6721#: submodule.c:1817
6722#, c-format
6723msgid "Could not unset core.worktree setting in submodule '%s'"
6724msgstr ""
6725
6726#: submodule.c:1907
6727#, c-format
6728msgid "submodule '%s' has dirty index"
6729msgstr ""
6730
6731#: submodule.c:1959
6732#, c-format
6733msgid "Submodule '%s' could not be updated."
6734msgstr ""
6735
6736#: submodule.c:2007
6737#, c-format
6738msgid ""
6739"relocate_gitdir for submodule '%s' with more than one worktree not supported"
6740msgstr ""
6741
6742#: submodule.c:2019 submodule.c:2074
6743#, c-format
6744msgid "could not lookup name for submodule '%s'"
6745msgstr ""
6746
6747#: submodule.c:2026
6748#, c-format
6749msgid ""
6750"Migrating git directory of '%s%s' from\n"
6751"'%s' to\n"
6752"'%s'\n"
6753msgstr ""
6754
6755#: submodule.c:2109
6756#, c-format
6757msgid "could not recurse into submodule '%s'"
6758msgstr ""
6759
6760#: submodule.c:2153
6761msgid "could not start ls-files in .."
6762msgstr ""
6763
6764#: submodule.c:2192
6765#, c-format
6766msgid "ls-tree returned unexpected return code %d"
6767msgstr ""
6768
6769#: submodule-config.c:232
6770#, c-format
6771msgid "ignoring suspicious submodule name: %s"
6772msgstr ""
6773
6774#: submodule-config.c:299
6775msgid "negative values not allowed for submodule.fetchjobs"
6776msgstr ""
6777
6778#: submodule-config.c:397
6779#, c-format
6780msgid "ignoring '%s' which may be interpreted as a command-line option: %s"
6781msgstr ""
6782
6783#: submodule-config.c:486
6784#, c-format
6785msgid "invalid value for %s"
6786msgstr ""
6787
6788#: submodule-config.c:755
6789#, c-format
6790msgid "Could not update .gitmodules entry %s"
6791msgstr ""
6792
6793#: trailer.c:238
6794#, c-format
6795msgid "running trailer command '%s' failed"
6796msgstr ""
6797
6798#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
6799#: trailer.c:557
6800#, c-format
6801msgid "unknown value '%s' for key '%s'"
6802msgstr ""
6803
6804#: trailer.c:539 trailer.c:544 builtin/remote.c:295
6805#, c-format
6806msgid "more than one %s"
6807msgstr ""
6808
6809#: trailer.c:730
6810#, c-format
6811msgid "empty trailer token in trailer '%.*s'"
6812msgstr ""
6813
6814#: trailer.c:750
6815#, c-format
6816msgid "could not read input file '%s'"
6817msgstr ""
6818
6819#: trailer.c:753
6820msgid "could not read from stdin"
6821msgstr ""
6822
6823#: trailer.c:1011 wrapper.c:701
6824#, c-format
6825msgid "could not stat %s"
6826msgstr ""
6827
6828#: trailer.c:1013
6829#, c-format
6830msgid "file %s is not a regular file"
6831msgstr ""
6832
6833#: trailer.c:1015
6834#, c-format
6835msgid "file %s is not writable by user"
6836msgstr ""
6837
6838#: trailer.c:1027
6839msgid "could not open temporary file"
6840msgstr ""
6841
6842#: trailer.c:1067
6843#, c-format
6844msgid "could not rename temporary file to %s"
6845msgstr ""
6846
6847#: transport.c:116
6848#, c-format
6849msgid "Would set upstream of '%s' to '%s' of '%s'\n"
6850msgstr ""
6851
6852#: transport.c:142
6853#, c-format
6854msgid "could not read bundle '%s'"
6855msgstr ""
6856
6857#: transport.c:208
6858#, c-format
6859msgid "transport: invalid depth option '%s'"
6860msgstr ""
6861
6862#: transport.c:259
6863msgid "see protocol.version in 'git help config' for more details"
6864msgstr ""
6865
6866#: transport.c:260
6867msgid "server options require protocol version 2 or later"
6868msgstr ""
6869
6870#: transport.c:625
6871msgid "could not parse transport.color.* config"
6872msgstr ""
6873
6874#: transport.c:698
6875msgid "support for protocol v2 not implemented yet"
6876msgstr ""
6877
6878#: transport.c:825
6879#, c-format
6880msgid "unknown value for config '%s': %s"
6881msgstr ""
6882
6883#: transport.c:891
6884#, c-format
6885msgid "transport '%s' not allowed"
6886msgstr ""
6887
6888#: transport.c:945
6889msgid "git-over-rsync is no longer supported"
6890msgstr ""
6891
6892#: transport.c:1040
6893#, c-format
6894msgid ""
6895"The following submodule paths contain changes that can\n"
6896"not be found on any remote:\n"
6897msgstr ""
6898
6899#: transport.c:1044
6900#, c-format
6901msgid ""
6902"\n"
6903"Please try\n"
6904"\n"
6905"\tgit push --recurse-submodules=on-demand\n"
6906"\n"
6907"or cd to the path and use\n"
6908"\n"
6909"\tgit push\n"
6910"\n"
6911"to push them to a remote.\n"
6912"\n"
6913msgstr ""
6914
6915#: transport.c:1052
6916msgid "Aborting."
6917msgstr ""
6918
6919#: transport.c:1193
6920msgid "failed to push all needed submodules"
6921msgstr ""
6922
6923#: transport.c:1340 transport-helper.c:645
6924msgid "operation not supported by protocol"
6925msgstr ""
6926
6927#: transport-helper.c:51 transport-helper.c:80
6928msgid "full write to remote helper failed"
6929msgstr ""
6930
6931#: transport-helper.c:134
6932#, c-format
6933msgid "unable to find remote helper for '%s'"
6934msgstr ""
6935
6936#: transport-helper.c:150 transport-helper.c:559
6937msgid "can't dup helper output fd"
6938msgstr ""
6939
6940#: transport-helper.c:201
6941#, c-format
6942msgid ""
6943"unknown mandatory capability %s; this remote helper probably needs newer "
6944"version of Git"
6945msgstr ""
6946
6947#: transport-helper.c:207
6948msgid "this remote helper should implement refspec capability"
6949msgstr ""
6950
6951#: transport-helper.c:274 transport-helper.c:414
6952#, c-format
6953msgid "%s unexpectedly said: '%s'"
6954msgstr ""
6955
6956#: transport-helper.c:403
6957#, c-format
6958msgid "%s also locked %s"
6959msgstr ""
6960
6961#: transport-helper.c:481
6962msgid "couldn't run fast-import"
6963msgstr ""
6964
6965#: transport-helper.c:504
6966msgid "error while running fast-import"
6967msgstr ""
6968
6969#: transport-helper.c:533 transport-helper.c:1105
6970#, c-format
6971msgid "could not read ref %s"
6972msgstr ""
6973
6974#: transport-helper.c:578
6975#, c-format
6976msgid "unknown response to connect: %s"
6977msgstr ""
6978
6979#: transport-helper.c:600
6980msgid "setting remote service path not supported by protocol"
6981msgstr ""
6982
6983#: transport-helper.c:602
6984msgid "invalid remote service path"
6985msgstr ""
6986
6987#: transport-helper.c:648
6988#, c-format
6989msgid "can't connect to subservice %s"
6990msgstr ""
6991
6992#: transport-helper.c:720
6993#, c-format
6994msgid "expected ok/error, helper said '%s'"
6995msgstr ""
6996
6997#: transport-helper.c:773
6998#, c-format
6999msgid "helper reported unexpected status of %s"
7000msgstr ""
7001
7002#: transport-helper.c:834
7003#, c-format
7004msgid "helper %s does not support dry-run"
7005msgstr ""
7006
7007#: transport-helper.c:837
7008#, c-format
7009msgid "helper %s does not support --signed"
7010msgstr ""
7011
7012#: transport-helper.c:840
7013#, c-format
7014msgid "helper %s does not support --signed=if-asked"
7015msgstr ""
7016
7017#: transport-helper.c:847
7018#, c-format
7019msgid "helper %s does not support 'push-option'"
7020msgstr ""
7021
7022#: transport-helper.c:945
7023msgid "remote-helper doesn't support push; refspec needed"
7024msgstr ""
7025
7026#: transport-helper.c:950
7027#, c-format
7028msgid "helper %s does not support 'force'"
7029msgstr ""
7030
7031#: transport-helper.c:997
7032msgid "couldn't run fast-export"
7033msgstr ""
7034
7035#: transport-helper.c:1002
7036msgid "error while running fast-export"
7037msgstr ""
7038
7039#: transport-helper.c:1027
7040#, c-format
7041msgid ""
7042"No refs in common and none specified; doing nothing.\n"
7043"Perhaps you should specify a branch such as 'master'.\n"
7044msgstr ""
7045
7046#: transport-helper.c:1091
7047#, c-format
7048msgid "malformed response in ref list: %s"
7049msgstr ""
7050
7051#: transport-helper.c:1244
7052#, c-format
7053msgid "read(%s) failed"
7054msgstr ""
7055
7056#: transport-helper.c:1271
7057#, c-format
7058msgid "write(%s) failed"
7059msgstr ""
7060
7061#: transport-helper.c:1320
7062#, c-format
7063msgid "%s thread failed"
7064msgstr ""
7065
7066#: transport-helper.c:1324
7067#, c-format
7068msgid "%s thread failed to join: %s"
7069msgstr ""
7070
7071#: transport-helper.c:1343 transport-helper.c:1347
7072#, c-format
7073msgid "can't start thread for copying data: %s"
7074msgstr ""
7075
7076#: transport-helper.c:1384
7077#, c-format
7078msgid "%s process failed to wait"
7079msgstr ""
7080
7081#: transport-helper.c:1388
7082#, c-format
7083msgid "%s process failed"
7084msgstr ""
7085
7086#: transport-helper.c:1406 transport-helper.c:1415
7087msgid "can't start thread for copying data"
7088msgstr ""
7089
7090#: tree-walk.c:33
7091msgid "too-short tree object"
7092msgstr ""
7093
7094#: tree-walk.c:39
7095msgid "malformed mode in tree entry"
7096msgstr ""
7097
7098#: tree-walk.c:43
7099msgid "empty filename in tree entry"
7100msgstr ""
7101
7102#: tree-walk.c:118
7103msgid "too-short tree file"
7104msgstr ""
7105
7106#: unpack-trees.c:111
7107#, c-format
7108msgid ""
7109"Your local changes to the following files would be overwritten by checkout:\n"
7110"%%sPlease commit your changes or stash them before you switch branches."
7111msgstr ""
7112
7113#: unpack-trees.c:113
7114#, c-format
7115msgid ""
7116"Your local changes to the following files would be overwritten by checkout:\n"
7117"%%s"
7118msgstr ""
7119
7120#: unpack-trees.c:116
7121#, c-format
7122msgid ""
7123"Your local changes to the following files would be overwritten by merge:\n"
7124"%%sPlease commit your changes or stash them before you merge."
7125msgstr ""
7126
7127#: unpack-trees.c:118
7128#, c-format
7129msgid ""
7130"Your local changes to the following files would be overwritten by merge:\n"
7131"%%s"
7132msgstr ""
7133
7134#: unpack-trees.c:121
7135#, c-format
7136msgid ""
7137"Your local changes to the following files would be overwritten by %s:\n"
7138"%%sPlease commit your changes or stash them before you %s."
7139msgstr ""
7140
7141#: unpack-trees.c:123
7142#, c-format
7143msgid ""
7144"Your local changes to the following files would be overwritten by %s:\n"
7145"%%s"
7146msgstr ""
7147
7148#: unpack-trees.c:128
7149#, c-format
7150msgid ""
7151"Updating the following directories would lose untracked files in them:\n"
7152"%s"
7153msgstr ""
7154
7155#: unpack-trees.c:132
7156#, c-format
7157msgid ""
7158"The following untracked working tree files would be removed by checkout:\n"
7159"%%sPlease move or remove them before you switch branches."
7160msgstr ""
7161
7162#: unpack-trees.c:134
7163#, c-format
7164msgid ""
7165"The following untracked working tree files would be removed by checkout:\n"
7166"%%s"
7167msgstr ""
7168
7169#: unpack-trees.c:137
7170#, c-format
7171msgid ""
7172"The following untracked working tree files would be removed by merge:\n"
7173"%%sPlease move or remove them before you merge."
7174msgstr ""
7175
7176#: unpack-trees.c:139
7177#, c-format
7178msgid ""
7179"The following untracked working tree files would be removed by merge:\n"
7180"%%s"
7181msgstr ""
7182
7183#: unpack-trees.c:142
7184#, c-format
7185msgid ""
7186"The following untracked working tree files would be removed by %s:\n"
7187"%%sPlease move or remove them before you %s."
7188msgstr ""
7189
7190#: unpack-trees.c:144
7191#, c-format
7192msgid ""
7193"The following untracked working tree files would be removed by %s:\n"
7194"%%s"
7195msgstr ""
7196
7197#: unpack-trees.c:150
7198#, c-format
7199msgid ""
7200"The following untracked working tree files would be overwritten by "
7201"checkout:\n"
7202"%%sPlease move or remove them before you switch branches."
7203msgstr ""
7204
7205#: unpack-trees.c:152
7206#, c-format
7207msgid ""
7208"The following untracked working tree files would be overwritten by "
7209"checkout:\n"
7210"%%s"
7211msgstr ""
7212
7213#: unpack-trees.c:155
7214#, c-format
7215msgid ""
7216"The following untracked working tree files would be overwritten by merge:\n"
7217"%%sPlease move or remove them before you merge."
7218msgstr ""
7219
7220#: unpack-trees.c:157
7221#, c-format
7222msgid ""
7223"The following untracked working tree files would be overwritten by merge:\n"
7224"%%s"
7225msgstr ""
7226
7227#: unpack-trees.c:160
7228#, c-format
7229msgid ""
7230"The following untracked working tree files would be overwritten by %s:\n"
7231"%%sPlease move or remove them before you %s."
7232msgstr ""
7233
7234#: unpack-trees.c:162
7235#, c-format
7236msgid ""
7237"The following untracked working tree files would be overwritten by %s:\n"
7238"%%s"
7239msgstr ""
7240
7241#: unpack-trees.c:170
7242#, c-format
7243msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
7244msgstr ""
7245
7246#: unpack-trees.c:173
7247#, c-format
7248msgid ""
7249"Cannot update sparse checkout: the following entries are not up to date:\n"
7250"%s"
7251msgstr ""
7252
7253#: unpack-trees.c:175
7254#, c-format
7255msgid ""
7256"The following working tree files would be overwritten by sparse checkout "
7257"update:\n"
7258"%s"
7259msgstr ""
7260
7261#: unpack-trees.c:177
7262#, c-format
7263msgid ""
7264"The following working tree files would be removed by sparse checkout "
7265"update:\n"
7266"%s"
7267msgstr ""
7268
7269#: unpack-trees.c:179
7270#, c-format
7271msgid ""
7272"Cannot update submodule:\n"
7273"%s"
7274msgstr ""
7275
7276#: unpack-trees.c:256
7277#, c-format
7278msgid "Aborting\n"
7279msgstr ""
7280
7281#: unpack-trees.c:318
7282msgid "Updating files"
7283msgstr ""
7284
7285#: unpack-trees.c:350
7286msgid ""
7287"the following paths have collided (e.g. case-sensitive paths\n"
7288"on a case-insensitive filesystem) and only one from the same\n"
7289"colliding group is in the working tree:\n"
7290msgstr ""
7291
7292#: urlmatch.c:163
7293msgid "invalid URL scheme name or missing '://' suffix"
7294msgstr ""
7295
7296#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
7297#, c-format
7298msgid "invalid %XX escape sequence"
7299msgstr ""
7300
7301#: urlmatch.c:215
7302msgid "missing host and scheme is not 'file:'"
7303msgstr ""
7304
7305#: urlmatch.c:232
7306msgid "a 'file:' URL may not have a port number"
7307msgstr ""
7308
7309#: urlmatch.c:247
7310msgid "invalid characters in host name"
7311msgstr ""
7312
7313#: urlmatch.c:292 urlmatch.c:303
7314msgid "invalid port number"
7315msgstr ""
7316
7317#: urlmatch.c:371
7318msgid "invalid '..' path segment"
7319msgstr ""
7320
7321#: worktree.c:258 builtin/am.c:2095
7322#, c-format
7323msgid "failed to read '%s'"
7324msgstr ""
7325
7326#: worktree.c:304
7327#, c-format
7328msgid "'%s' at main working tree is not the repository directory"
7329msgstr ""
7330
7331#: worktree.c:315
7332#, c-format
7333msgid "'%s' file does not contain absolute path to the working tree location"
7334msgstr ""
7335
7336#: worktree.c:327
7337#, c-format
7338msgid "'%s' does not exist"
7339msgstr ""
7340
7341#: worktree.c:333
7342#, c-format
7343msgid "'%s' is not a .git file, error code %d"
7344msgstr ""
7345
7346#: worktree.c:341
7347#, c-format
7348msgid "'%s' does not point back to '%s'"
7349msgstr ""
7350
7351#: wrapper.c:223 wrapper.c:393
7352#, c-format
7353msgid "could not open '%s' for reading and writing"
7354msgstr ""
7355
7356#: wrapper.c:424 wrapper.c:624
7357#, c-format
7358msgid "unable to access '%s'"
7359msgstr ""
7360
7361#: wrapper.c:632
7362msgid "unable to get current working directory"
7363msgstr ""
7364
7365#: wt-status.c:158
7366msgid "Unmerged paths:"
7367msgstr ""
7368
7369#: wt-status.c:187 wt-status.c:219
7370msgid "  (use \"git restore --staged <file>...\" to unstage)"
7371msgstr ""
7372
7373#: wt-status.c:190 wt-status.c:222
7374#, c-format
7375msgid "  (use \"git restore --source=%s --staged <file>...\" to unstage)"
7376msgstr ""
7377
7378#: wt-status.c:193 wt-status.c:225
7379msgid "  (use \"git rm --cached <file>...\" to unstage)"
7380msgstr ""
7381
7382#: wt-status.c:197
7383msgid "  (use \"git add <file>...\" to mark resolution)"
7384msgstr ""
7385
7386#: wt-status.c:199 wt-status.c:203
7387msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
7388msgstr ""
7389
7390#: wt-status.c:201
7391msgid "  (use \"git rm <file>...\" to mark resolution)"
7392msgstr ""
7393
7394#: wt-status.c:211 wt-status.c:1074
7395msgid "Changes to be committed:"
7396msgstr ""
7397
7398#: wt-status.c:234 wt-status.c:1083
7399msgid "Changes not staged for commit:"
7400msgstr ""
7401
7402#: wt-status.c:238
7403msgid "  (use \"git add <file>...\" to update what will be committed)"
7404msgstr ""
7405
7406#: wt-status.c:240
7407msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
7408msgstr ""
7409
7410#: wt-status.c:241
7411msgid ""
7412"  (use \"git restore <file>...\" to discard changes in working directory)"
7413msgstr ""
7414
7415#: wt-status.c:243
7416msgid "  (commit or discard the untracked or modified content in submodules)"
7417msgstr ""
7418
7419#: wt-status.c:254
7420#, c-format
7421msgid "  (use \"git %s <file>...\" to include in what will be committed)"
7422msgstr ""
7423
7424#: wt-status.c:268
7425msgid "both deleted:"
7426msgstr ""
7427
7428#: wt-status.c:270
7429msgid "added by us:"
7430msgstr ""
7431
7432#: wt-status.c:272
7433msgid "deleted by them:"
7434msgstr ""
7435
7436#: wt-status.c:274
7437msgid "added by them:"
7438msgstr ""
7439
7440#: wt-status.c:276
7441msgid "deleted by us:"
7442msgstr ""
7443
7444#: wt-status.c:278
7445msgid "both added:"
7446msgstr ""
7447
7448#: wt-status.c:280
7449msgid "both modified:"
7450msgstr ""
7451
7452#: wt-status.c:290
7453msgid "new file:"
7454msgstr ""
7455
7456#: wt-status.c:292
7457msgid "copied:"
7458msgstr ""
7459
7460#: wt-status.c:294
7461msgid "deleted:"
7462msgstr ""
7463
7464#: wt-status.c:296
7465msgid "modified:"
7466msgstr ""
7467
7468#: wt-status.c:298
7469msgid "renamed:"
7470msgstr ""
7471
7472#: wt-status.c:300
7473msgid "typechange:"
7474msgstr ""
7475
7476#: wt-status.c:302
7477msgid "unknown:"
7478msgstr ""
7479
7480#: wt-status.c:304
7481msgid "unmerged:"
7482msgstr ""
7483
7484#: wt-status.c:384
7485msgid "new commits, "
7486msgstr ""
7487
7488#: wt-status.c:386
7489msgid "modified content, "
7490msgstr ""
7491
7492#: wt-status.c:388
7493msgid "untracked content, "
7494msgstr ""
7495
7496#: wt-status.c:906
7497#, c-format
7498msgid "Your stash currently has %d entry"
7499msgid_plural "Your stash currently has %d entries"
7500msgstr[0] ""
7501msgstr[1] ""
7502
7503#: wt-status.c:938
7504msgid "Submodules changed but not updated:"
7505msgstr ""
7506
7507#: wt-status.c:940
7508msgid "Submodule changes to be committed:"
7509msgstr ""
7510
7511#: wt-status.c:1022
7512msgid ""
7513"Do not modify or remove the line above.\n"
7514"Everything below it will be ignored."
7515msgstr ""
7516
7517#: wt-status.c:1114
7518#, c-format
7519msgid ""
7520"\n"
7521"It took %.2f seconds to compute the branch ahead/behind values.\n"
7522"You can use '--no-ahead-behind' to avoid this.\n"
7523msgstr ""
7524
7525#: wt-status.c:1144
7526msgid "You have unmerged paths."
7527msgstr ""
7528
7529#: wt-status.c:1147
7530msgid "  (fix conflicts and run \"git commit\")"
7531msgstr ""
7532
7533#: wt-status.c:1149
7534msgid "  (use \"git merge --abort\" to abort the merge)"
7535msgstr ""
7536
7537#: wt-status.c:1153
7538msgid "All conflicts fixed but you are still merging."
7539msgstr ""
7540
7541#: wt-status.c:1156
7542msgid "  (use \"git commit\" to conclude merge)"
7543msgstr ""
7544
7545#: wt-status.c:1165
7546msgid "You are in the middle of an am session."
7547msgstr ""
7548
7549#: wt-status.c:1168
7550msgid "The current patch is empty."
7551msgstr ""
7552
7553#: wt-status.c:1172
7554msgid "  (fix conflicts and then run \"git am --continue\")"
7555msgstr ""
7556
7557#: wt-status.c:1174
7558msgid "  (use \"git am --skip\" to skip this patch)"
7559msgstr ""
7560
7561#: wt-status.c:1176
7562msgid "  (use \"git am --abort\" to restore the original branch)"
7563msgstr ""
7564
7565#: wt-status.c:1309
7566msgid "git-rebase-todo is missing."
7567msgstr ""
7568
7569#: wt-status.c:1311
7570msgid "No commands done."
7571msgstr ""
7572
7573#: wt-status.c:1314
7574#, c-format
7575msgid "Last command done (%d command done):"
7576msgid_plural "Last commands done (%d commands done):"
7577msgstr[0] ""
7578msgstr[1] ""
7579
7580#: wt-status.c:1325
7581#, c-format
7582msgid "  (see more in file %s)"
7583msgstr ""
7584
7585#: wt-status.c:1330
7586msgid "No commands remaining."
7587msgstr ""
7588
7589#: wt-status.c:1333
7590#, c-format
7591msgid "Next command to do (%d remaining command):"
7592msgid_plural "Next commands to do (%d remaining commands):"
7593msgstr[0] ""
7594msgstr[1] ""
7595
7596#: wt-status.c:1341
7597msgid "  (use \"git rebase --edit-todo\" to view and edit)"
7598msgstr ""
7599
7600#: wt-status.c:1353
7601#, c-format
7602msgid "You are currently rebasing branch '%s' on '%s'."
7603msgstr ""
7604
7605#: wt-status.c:1358
7606msgid "You are currently rebasing."
7607msgstr ""
7608
7609#: wt-status.c:1371
7610msgid "  (fix conflicts and then run \"git rebase --continue\")"
7611msgstr ""
7612
7613#: wt-status.c:1373
7614msgid "  (use \"git rebase --skip\" to skip this patch)"
7615msgstr ""
7616
7617#: wt-status.c:1375
7618msgid "  (use \"git rebase --abort\" to check out the original branch)"
7619msgstr ""
7620
7621#: wt-status.c:1382
7622msgid "  (all conflicts fixed: run \"git rebase --continue\")"
7623msgstr ""
7624
7625#: wt-status.c:1386
7626#, c-format
7627msgid ""
7628"You are currently splitting a commit while rebasing branch '%s' on '%s'."
7629msgstr ""
7630
7631#: wt-status.c:1391
7632msgid "You are currently splitting a commit during a rebase."
7633msgstr ""
7634
7635#: wt-status.c:1394
7636msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
7637msgstr ""
7638
7639#: wt-status.c:1398
7640#, c-format
7641msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
7642msgstr ""
7643
7644#: wt-status.c:1403
7645msgid "You are currently editing a commit during a rebase."
7646msgstr ""
7647
7648#: wt-status.c:1406
7649msgid "  (use \"git commit --amend\" to amend the current commit)"
7650msgstr ""
7651
7652#: wt-status.c:1408
7653msgid ""
7654"  (use \"git rebase --continue\" once you are satisfied with your changes)"
7655msgstr ""
7656
7657#: wt-status.c:1419
7658msgid "Cherry-pick currently in progress."
7659msgstr ""
7660
7661#: wt-status.c:1422
7662#, c-format
7663msgid "You are currently cherry-picking commit %s."
7664msgstr ""
7665
7666#: wt-status.c:1429
7667msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
7668msgstr ""
7669
7670#: wt-status.c:1432
7671msgid "  (run \"git cherry-pick --continue\" to continue)"
7672msgstr ""
7673
7674#: wt-status.c:1435
7675msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
7676msgstr ""
7677
7678#: wt-status.c:1437
7679msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
7680msgstr ""
7681
7682#: wt-status.c:1447
7683msgid "Revert currently in progress."
7684msgstr ""
7685
7686#: wt-status.c:1450
7687#, c-format
7688msgid "You are currently reverting commit %s."
7689msgstr ""
7690
7691#: wt-status.c:1456
7692msgid "  (fix conflicts and run \"git revert --continue\")"
7693msgstr ""
7694
7695#: wt-status.c:1459
7696msgid "  (run \"git revert --continue\" to continue)"
7697msgstr ""
7698
7699#: wt-status.c:1462
7700msgid "  (all conflicts fixed: run \"git revert --continue\")"
7701msgstr ""
7702
7703#: wt-status.c:1464
7704msgid "  (use \"git revert --abort\" to cancel the revert operation)"
7705msgstr ""
7706
7707#: wt-status.c:1474
7708#, c-format
7709msgid "You are currently bisecting, started from branch '%s'."
7710msgstr ""
7711
7712#: wt-status.c:1478
7713msgid "You are currently bisecting."
7714msgstr ""
7715
7716#: wt-status.c:1481
7717msgid "  (use \"git bisect reset\" to get back to the original branch)"
7718msgstr ""
7719
7720#: wt-status.c:1690
7721msgid "On branch "
7722msgstr ""
7723
7724#: wt-status.c:1697
7725msgid "interactive rebase in progress; onto "
7726msgstr ""
7727
7728#: wt-status.c:1699
7729msgid "rebase in progress; onto "
7730msgstr ""
7731
7732#: wt-status.c:1709
7733msgid "Not currently on any branch."
7734msgstr ""
7735
7736#: wt-status.c:1726
7737msgid "Initial commit"
7738msgstr ""
7739
7740#: wt-status.c:1727
7741msgid "No commits yet"
7742msgstr ""
7743
7744#: wt-status.c:1741
7745msgid "Untracked files"
7746msgstr ""
7747
7748#: wt-status.c:1743
7749msgid "Ignored files"
7750msgstr ""
7751
7752#: wt-status.c:1747
7753#, c-format
7754msgid ""
7755"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
7756"may speed it up, but you have to be careful not to forget to add\n"
7757"new files yourself (see 'git help status')."
7758msgstr ""
7759
7760#: wt-status.c:1753
7761#, c-format
7762msgid "Untracked files not listed%s"
7763msgstr ""
7764
7765#: wt-status.c:1755
7766msgid " (use -u option to show untracked files)"
7767msgstr ""
7768
7769#: wt-status.c:1761
7770msgid "No changes"
7771msgstr ""
7772
7773#: wt-status.c:1766
7774#, c-format
7775msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
7776msgstr ""
7777
7778#: wt-status.c:1769
7779#, c-format
7780msgid "no changes added to commit\n"
7781msgstr ""
7782
7783#: wt-status.c:1772
7784#, c-format
7785msgid ""
7786"nothing added to commit but untracked files present (use \"git add\" to "
7787"track)\n"
7788msgstr ""
7789
7790#: wt-status.c:1775
7791#, c-format
7792msgid "nothing added to commit but untracked files present\n"
7793msgstr ""
7794
7795#: wt-status.c:1778
7796#, c-format
7797msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
7798msgstr ""
7799
7800#: wt-status.c:1781 wt-status.c:1786
7801#, c-format
7802msgid "nothing to commit\n"
7803msgstr ""
7804
7805#: wt-status.c:1784
7806#, c-format
7807msgid "nothing to commit (use -u to show untracked files)\n"
7808msgstr ""
7809
7810#: wt-status.c:1788
7811#, c-format
7812msgid "nothing to commit, working tree clean\n"
7813msgstr ""
7814
7815#: wt-status.c:1901
7816msgid "No commits yet on "
7817msgstr ""
7818
7819#: wt-status.c:1905
7820msgid "HEAD (no branch)"
7821msgstr ""
7822
7823#: wt-status.c:1936
7824msgid "different"
7825msgstr ""
7826
7827#: wt-status.c:1938 wt-status.c:1946
7828msgid "behind "
7829msgstr ""
7830
7831#: wt-status.c:1941 wt-status.c:1944
7832msgid "ahead "
7833msgstr ""
7834
7835#. TRANSLATORS: the action is e.g. "pull with rebase"
7836#: wt-status.c:2466
7837#, c-format
7838msgid "cannot %s: You have unstaged changes."
7839msgstr ""
7840
7841#: wt-status.c:2472
7842msgid "additionally, your index contains uncommitted changes."
7843msgstr ""
7844
7845#: wt-status.c:2474
7846#, c-format
7847msgid "cannot %s: Your index contains uncommitted changes."
7848msgstr ""
7849
7850#: builtin/add.c:25
7851msgid "git add [<options>] [--] <pathspec>..."
7852msgstr ""
7853
7854#: builtin/add.c:84
7855#, c-format
7856msgid "unexpected diff status %c"
7857msgstr ""
7858
7859#: builtin/add.c:89 builtin/commit.c:288
7860msgid "updating files failed"
7861msgstr ""
7862
7863#: builtin/add.c:99
7864#, c-format
7865msgid "remove '%s'\n"
7866msgstr ""
7867
7868#: builtin/add.c:174
7869msgid "Unstaged changes after refreshing the index:"
7870msgstr ""
7871
7872#: builtin/add.c:234 builtin/rev-parse.c:896
7873msgid "Could not read the index"
7874msgstr ""
7875
7876#: builtin/add.c:245
7877#, c-format
7878msgid "Could not open '%s' for writing."
7879msgstr ""
7880
7881#: builtin/add.c:249
7882msgid "Could not write patch"
7883msgstr ""
7884
7885#: builtin/add.c:252
7886msgid "editing patch failed"
7887msgstr ""
7888
7889#: builtin/add.c:255
7890#, c-format
7891msgid "Could not stat '%s'"
7892msgstr ""
7893
7894#: builtin/add.c:257
7895msgid "Empty patch. Aborted."
7896msgstr ""
7897
7898#: builtin/add.c:262
7899#, c-format
7900msgid "Could not apply '%s'"
7901msgstr ""
7902
7903#: builtin/add.c:270
7904msgid "The following paths are ignored by one of your .gitignore files:\n"
7905msgstr ""
7906
7907#: builtin/add.c:290 builtin/clean.c:909 builtin/fetch.c:147 builtin/mv.c:124
7908#: builtin/prune-packed.c:56 builtin/pull.c:222 builtin/push.c:560
7909#: builtin/remote.c:1345 builtin/rm.c:241 builtin/send-pack.c:165
7910msgid "dry run"
7911msgstr ""
7912
7913#: builtin/add.c:293
7914msgid "interactive picking"
7915msgstr ""
7916
7917#: builtin/add.c:294 builtin/checkout.c:1480 builtin/reset.c:306
7918msgid "select hunks interactively"
7919msgstr ""
7920
7921#: builtin/add.c:295
7922msgid "edit current diff and apply"
7923msgstr ""
7924
7925#: builtin/add.c:296
7926msgid "allow adding otherwise ignored files"
7927msgstr ""
7928
7929#: builtin/add.c:297
7930msgid "update tracked files"
7931msgstr ""
7932
7933#: builtin/add.c:298
7934msgid "renormalize EOL of tracked files (implies -u)"
7935msgstr ""
7936
7937#: builtin/add.c:299
7938msgid "record only the fact that the path will be added later"
7939msgstr ""
7940
7941#: builtin/add.c:300
7942msgid "add changes from all tracked and untracked files"
7943msgstr ""
7944
7945#: builtin/add.c:303
7946msgid "ignore paths removed in the working tree (same as --no-all)"
7947msgstr ""
7948
7949#: builtin/add.c:305
7950msgid "don't add, only refresh the index"
7951msgstr ""
7952
7953#: builtin/add.c:306
7954msgid "just skip files which cannot be added because of errors"
7955msgstr ""
7956
7957#: builtin/add.c:307
7958msgid "check if - even missing - files are ignored in dry run"
7959msgstr ""
7960
7961#: builtin/add.c:309 builtin/update-index.c:1001
7962msgid "override the executable bit of the listed files"
7963msgstr ""
7964
7965#: builtin/add.c:311
7966msgid "warn when adding an embedded repository"
7967msgstr ""
7968
7969#: builtin/add.c:326
7970#, c-format
7971msgid ""
7972"You've added another git repository inside your current repository.\n"
7973"Clones of the outer repository will not contain the contents of\n"
7974"the embedded repository and will not know how to obtain it.\n"
7975"If you meant to add a submodule, use:\n"
7976"\n"
7977"\tgit submodule add <url> %s\n"
7978"\n"
7979"If you added this path by mistake, you can remove it from the\n"
7980"index with:\n"
7981"\n"
7982"\tgit rm --cached %s\n"
7983"\n"
7984"See \"git help submodule\" for more information."
7985msgstr ""
7986
7987#: builtin/add.c:354
7988#, c-format
7989msgid "adding embedded git repository: %s"
7990msgstr ""
7991
7992#: builtin/add.c:372
7993#, c-format
7994msgid "Use -f if you really want to add them.\n"
7995msgstr ""
7996
7997#: builtin/add.c:379
7998msgid "adding files failed"
7999msgstr ""
8000
8001#: builtin/add.c:419
8002msgid "-A and -u are mutually incompatible"
8003msgstr ""
8004
8005#: builtin/add.c:426
8006msgid "Option --ignore-missing can only be used together with --dry-run"
8007msgstr ""
8008
8009#: builtin/add.c:430
8010#, c-format
8011msgid "--chmod param '%s' must be either -x or +x"
8012msgstr ""
8013
8014#: builtin/add.c:445
8015#, c-format
8016msgid "Nothing specified, nothing added.\n"
8017msgstr ""
8018
8019#: builtin/add.c:446
8020#, c-format
8021msgid "Maybe you wanted to say 'git add .'?\n"
8022msgstr ""
8023
8024#: builtin/am.c:348
8025msgid "could not parse author script"
8026msgstr ""
8027
8028#: builtin/am.c:432
8029#, c-format
8030msgid "'%s' was deleted by the applypatch-msg hook"
8031msgstr ""
8032
8033#: builtin/am.c:474
8034#, c-format
8035msgid "Malformed input line: '%s'."
8036msgstr ""
8037
8038#: builtin/am.c:512
8039#, c-format
8040msgid "Failed to copy notes from '%s' to '%s'"
8041msgstr ""
8042
8043#: builtin/am.c:538
8044msgid "fseek failed"
8045msgstr ""
8046
8047#: builtin/am.c:726
8048#, c-format
8049msgid "could not parse patch '%s'"
8050msgstr ""
8051
8052#: builtin/am.c:791
8053msgid "Only one StGIT patch series can be applied at once"
8054msgstr ""
8055
8056#: builtin/am.c:839
8057msgid "invalid timestamp"
8058msgstr ""
8059
8060#: builtin/am.c:844 builtin/am.c:856
8061msgid "invalid Date line"
8062msgstr ""
8063
8064#: builtin/am.c:851
8065msgid "invalid timezone offset"
8066msgstr ""
8067
8068#: builtin/am.c:944
8069msgid "Patch format detection failed."
8070msgstr ""
8071
8072#: builtin/am.c:949 builtin/clone.c:407
8073#, c-format
8074msgid "failed to create directory '%s'"
8075msgstr ""
8076
8077#: builtin/am.c:954
8078msgid "Failed to split patches."
8079msgstr ""
8080
8081#: builtin/am.c:1084 builtin/commit.c:374
8082msgid "unable to write index file"
8083msgstr ""
8084
8085#: builtin/am.c:1098
8086#, c-format
8087msgid "When you have resolved this problem, run \"%s --continue\"."
8088msgstr ""
8089
8090#: builtin/am.c:1099
8091#, c-format
8092msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
8093msgstr ""
8094
8095#: builtin/am.c:1100
8096#, c-format
8097msgid "To restore the original branch and stop patching, run \"%s --abort\"."
8098msgstr ""
8099
8100#: builtin/am.c:1183
8101msgid "Patch sent with format=flowed; space at the end of lines might be lost."
8102msgstr ""
8103
8104#: builtin/am.c:1211
8105msgid "Patch is empty."
8106msgstr ""
8107
8108#: builtin/am.c:1277
8109#, c-format
8110msgid "invalid ident line: %.*s"
8111msgstr ""
8112
8113#: builtin/am.c:1299
8114#, c-format
8115msgid "unable to parse commit %s"
8116msgstr ""
8117
8118#: builtin/am.c:1496
8119msgid "Repository lacks necessary blobs to fall back on 3-way merge."
8120msgstr ""
8121
8122#: builtin/am.c:1498
8123msgid "Using index info to reconstruct a base tree..."
8124msgstr ""
8125
8126#: builtin/am.c:1517
8127msgid ""
8128"Did you hand edit your patch?\n"
8129"It does not apply to blobs recorded in its index."
8130msgstr ""
8131
8132#: builtin/am.c:1523
8133msgid "Falling back to patching base and 3-way merge..."
8134msgstr ""
8135
8136#: builtin/am.c:1549
8137msgid "Failed to merge in the changes."
8138msgstr ""
8139
8140#: builtin/am.c:1581
8141msgid "applying to an empty history"
8142msgstr ""
8143
8144#: builtin/am.c:1628 builtin/am.c:1632
8145#, c-format
8146msgid "cannot resume: %s does not exist."
8147msgstr ""
8148
8149#: builtin/am.c:1650
8150msgid "Commit Body is:"
8151msgstr ""
8152
8153#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
8154#. in your translation. The program will only accept English
8155#. input at this point.
8156#.
8157#: builtin/am.c:1660
8158#, c-format
8159msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
8160msgstr ""
8161
8162#: builtin/am.c:1710
8163#, c-format
8164msgid "Dirty index: cannot apply patches (dirty: %s)"
8165msgstr ""
8166
8167#: builtin/am.c:1750 builtin/am.c:1818
8168#, c-format
8169msgid "Applying: %.*s"
8170msgstr ""
8171
8172#: builtin/am.c:1767
8173msgid "No changes -- Patch already applied."
8174msgstr ""
8175
8176#: builtin/am.c:1773
8177#, c-format
8178msgid "Patch failed at %s %.*s"
8179msgstr ""
8180
8181#: builtin/am.c:1777
8182msgid "Use 'git am --show-current-patch' to see the failed patch"
8183msgstr ""
8184
8185#: builtin/am.c:1821
8186msgid ""
8187"No changes - did you forget to use 'git add'?\n"
8188"If there is nothing left to stage, chances are that something else\n"
8189"already introduced the same changes; you might want to skip this patch."
8190msgstr ""
8191
8192#: builtin/am.c:1828
8193msgid ""
8194"You still have unmerged paths in your index.\n"
8195"You should 'git add' each file with resolved conflicts to mark them as "
8196"such.\n"
8197"You might run `git rm` on a file to accept \"deleted by them\" for it."
8198msgstr ""
8199
8200#: builtin/am.c:1935 builtin/am.c:1939 builtin/am.c:1951 builtin/reset.c:329
8201#: builtin/reset.c:337
8202#, c-format
8203msgid "Could not parse object '%s'."
8204msgstr ""
8205
8206#: builtin/am.c:1987
8207msgid "failed to clean index"
8208msgstr ""
8209
8210#: builtin/am.c:2031
8211msgid ""
8212"You seem to have moved HEAD since the last 'am' failure.\n"
8213"Not rewinding to ORIG_HEAD"
8214msgstr ""
8215
8216#: builtin/am.c:2128
8217#, c-format
8218msgid "Invalid value for --patch-format: %s"
8219msgstr ""
8220
8221#: builtin/am.c:2164
8222msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
8223msgstr ""
8224
8225#: builtin/am.c:2165
8226msgid "git am [<options>] (--continue | --skip | --abort)"
8227msgstr ""
8228
8229#: builtin/am.c:2171
8230msgid "run interactively"
8231msgstr ""
8232
8233#: builtin/am.c:2173
8234msgid "historical option -- no-op"
8235msgstr ""
8236
8237#: builtin/am.c:2175
8238msgid "allow fall back on 3way merging if needed"
8239msgstr ""
8240
8241#: builtin/am.c:2176 builtin/init-db.c:494 builtin/prune-packed.c:58
8242#: builtin/repack.c:307 builtin/stash.c:806
8243msgid "be quiet"
8244msgstr ""
8245
8246#: builtin/am.c:2178
8247msgid "add a Signed-off-by line to the commit message"
8248msgstr ""
8249
8250#: builtin/am.c:2181
8251msgid "recode into utf8 (default)"
8252msgstr ""
8253
8254#: builtin/am.c:2183
8255msgid "pass -k flag to git-mailinfo"
8256msgstr ""
8257
8258#: builtin/am.c:2185
8259msgid "pass -b flag to git-mailinfo"
8260msgstr ""
8261
8262#: builtin/am.c:2187
8263msgid "pass -m flag to git-mailinfo"
8264msgstr ""
8265
8266#: builtin/am.c:2189
8267msgid "pass --keep-cr flag to git-mailsplit for mbox format"
8268msgstr ""
8269
8270#: builtin/am.c:2192
8271msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
8272msgstr ""
8273
8274#: builtin/am.c:2195
8275msgid "strip everything before a scissors line"
8276msgstr ""
8277
8278#: builtin/am.c:2197 builtin/am.c:2200 builtin/am.c:2203 builtin/am.c:2206
8279#: builtin/am.c:2209 builtin/am.c:2212 builtin/am.c:2215 builtin/am.c:2218
8280#: builtin/am.c:2224
8281msgid "pass it through git-apply"
8282msgstr ""
8283
8284#: builtin/am.c:2214 builtin/commit.c:1368 builtin/fmt-merge-msg.c:671
8285#: builtin/fmt-merge-msg.c:674 builtin/grep.c:881 builtin/merge.c:249
8286#: builtin/pull.c:159 builtin/pull.c:218 builtin/rebase.c:1418
8287#: builtin/repack.c:318 builtin/repack.c:322 builtin/repack.c:324
8288#: builtin/show-branch.c:650 builtin/show-ref.c:172 builtin/tag.c:403
8289#: parse-options.h:141 parse-options.h:162 parse-options.h:312
8290msgid "n"
8291msgstr ""
8292
8293#: builtin/am.c:2220 builtin/branch.c:661 builtin/for-each-ref.c:38
8294#: builtin/replace.c:554 builtin/tag.c:437 builtin/verify-tag.c:39
8295msgid "format"
8296msgstr ""
8297
8298#: builtin/am.c:2221
8299msgid "format the patch(es) are in"
8300msgstr ""
8301
8302#: builtin/am.c:2227
8303msgid "override error message when patch failure occurs"
8304msgstr ""
8305
8306#: builtin/am.c:2229
8307msgid "continue applying patches after resolving a conflict"
8308msgstr ""
8309
8310#: builtin/am.c:2232
8311msgid "synonyms for --continue"
8312msgstr ""
8313
8314#: builtin/am.c:2235
8315msgid "skip the current patch"
8316msgstr ""
8317
8318#: builtin/am.c:2238
8319msgid "restore the original branch and abort the patching operation."
8320msgstr ""
8321
8322#: builtin/am.c:2241
8323msgid "abort the patching operation but keep HEAD where it is."
8324msgstr ""
8325
8326#: builtin/am.c:2244
8327msgid "show the patch being applied."
8328msgstr ""
8329
8330#: builtin/am.c:2248
8331msgid "lie about committer date"
8332msgstr ""
8333
8334#: builtin/am.c:2250
8335msgid "use current timestamp for author date"
8336msgstr ""
8337
8338#: builtin/am.c:2252 builtin/commit-tree.c:120 builtin/commit.c:1511
8339#: builtin/merge.c:286 builtin/pull.c:193 builtin/rebase.c:489
8340#: builtin/rebase.c:1459 builtin/revert.c:117 builtin/tag.c:418
8341msgid "key-id"
8342msgstr ""
8343
8344#: builtin/am.c:2253 builtin/rebase.c:490 builtin/rebase.c:1460
8345msgid "GPG-sign commits"
8346msgstr ""
8347
8348#: builtin/am.c:2256
8349msgid "(internal use for git-rebase)"
8350msgstr ""
8351
8352#: builtin/am.c:2274
8353msgid ""
8354"The -b/--binary option has been a no-op for long time, and\n"
8355"it will be removed. Please do not use it anymore."
8356msgstr ""
8357
8358#: builtin/am.c:2281
8359msgid "failed to read the index"
8360msgstr ""
8361
8362#: builtin/am.c:2296
8363#, c-format
8364msgid "previous rebase directory %s still exists but mbox given."
8365msgstr ""
8366
8367#: builtin/am.c:2320
8368#, c-format
8369msgid ""
8370"Stray %s directory found.\n"
8371"Use \"git am --abort\" to remove it."
8372msgstr ""
8373
8374#: builtin/am.c:2326
8375msgid "Resolve operation not in progress, we are not resuming."
8376msgstr ""
8377
8378#: builtin/am.c:2336
8379msgid "interactive mode requires patches on the command line"
8380msgstr ""
8381
8382#: builtin/apply.c:8
8383msgid "git apply [<options>] [<patch>...]"
8384msgstr ""
8385
8386#: builtin/archive.c:17
8387#, c-format
8388msgid "could not create archive file '%s'"
8389msgstr ""
8390
8391#: builtin/archive.c:20
8392msgid "could not redirect output"
8393msgstr ""
8394
8395#: builtin/archive.c:37
8396msgid "git archive: Remote with no URL"
8397msgstr ""
8398
8399#: builtin/archive.c:61
8400msgid "git archive: expected ACK/NAK, got a flush packet"
8401msgstr ""
8402
8403#: builtin/archive.c:64
8404#, c-format
8405msgid "git archive: NACK %s"
8406msgstr ""
8407
8408#: builtin/archive.c:65
8409msgid "git archive: protocol error"
8410msgstr ""
8411
8412#: builtin/archive.c:69
8413msgid "git archive: expected a flush"
8414msgstr ""
8415
8416#: builtin/bisect--helper.c:22
8417msgid "git bisect--helper --next-all [--no-checkout]"
8418msgstr ""
8419
8420#: builtin/bisect--helper.c:23
8421msgid "git bisect--helper --write-terms <bad_term> <good_term>"
8422msgstr ""
8423
8424#: builtin/bisect--helper.c:24
8425msgid "git bisect--helper --bisect-clean-state"
8426msgstr ""
8427
8428#: builtin/bisect--helper.c:25
8429msgid "git bisect--helper --bisect-reset [<commit>]"
8430msgstr ""
8431
8432#: builtin/bisect--helper.c:26
8433msgid ""
8434"git bisect--helper --bisect-write [--no-log] <state> <revision> <good_term> "
8435"<bad_term>"
8436msgstr ""
8437
8438#: builtin/bisect--helper.c:27
8439msgid ""
8440"git bisect--helper --bisect-check-and-set-terms <command> <good_term> "
8441"<bad_term>"
8442msgstr ""
8443
8444#: builtin/bisect--helper.c:28
8445msgid "git bisect--helper --bisect-next-check <good_term> <bad_term> [<term>]"
8446msgstr ""
8447
8448#: builtin/bisect--helper.c:29
8449msgid ""
8450"git bisect--helper --bisect-terms [--term-good | --term-old | --term-bad | --"
8451"term-new]"
8452msgstr ""
8453
8454#: builtin/bisect--helper.c:30
8455msgid ""
8456"git bisect--helper --bisect-start [--term-{old,good}=<term> --term-{new,bad}"
8457"=<term>][--no-checkout] [<bad> [<good>...]] [--] [<paths>...]"
8458msgstr ""
8459
8460#: builtin/bisect--helper.c:86
8461#, c-format
8462msgid "'%s' is not a valid term"
8463msgstr ""
8464
8465#: builtin/bisect--helper.c:90
8466#, c-format
8467msgid "can't use the builtin command '%s' as a term"
8468msgstr ""
8469
8470#: builtin/bisect--helper.c:100
8471#, c-format
8472msgid "can't change the meaning of the term '%s'"
8473msgstr ""
8474
8475#: builtin/bisect--helper.c:111
8476msgid "please use two different terms"
8477msgstr ""
8478
8479#: builtin/bisect--helper.c:118
8480msgid "could not open the file BISECT_TERMS"
8481msgstr ""
8482
8483#: builtin/bisect--helper.c:155
8484#, c-format
8485msgid "We are not bisecting.\n"
8486msgstr ""
8487
8488#: builtin/bisect--helper.c:163
8489#, c-format
8490msgid "'%s' is not a valid commit"
8491msgstr ""
8492
8493#: builtin/bisect--helper.c:174
8494#, c-format
8495msgid ""
8496"could not check out original HEAD '%s'. Try 'git bisect reset <commit>'."
8497msgstr ""
8498
8499#: builtin/bisect--helper.c:215
8500#, c-format
8501msgid "Bad bisect_write argument: %s"
8502msgstr ""
8503
8504#: builtin/bisect--helper.c:220
8505#, c-format
8506msgid "couldn't get the oid of the rev '%s'"
8507msgstr ""
8508
8509#: builtin/bisect--helper.c:232
8510#, c-format
8511msgid "couldn't open the file '%s'"
8512msgstr ""
8513
8514#: builtin/bisect--helper.c:258
8515#, c-format
8516msgid "Invalid command: you're currently in a %s/%s bisect"
8517msgstr ""
8518
8519#: builtin/bisect--helper.c:285
8520#, c-format
8521msgid ""
8522"You need to give me at least one %s and %s revision.\n"
8523"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8524msgstr ""
8525
8526#: builtin/bisect--helper.c:289
8527#, c-format
8528msgid ""
8529"You need to start by \"git bisect start\".\n"
8530"You then need to give me at least one %s and %s revision.\n"
8531"You can use \"git bisect %s\" and \"git bisect %s\" for that."
8532msgstr ""
8533
8534#: builtin/bisect--helper.c:321
8535#, c-format
8536msgid "bisecting only with a %s commit"
8537msgstr ""
8538
8539#. TRANSLATORS: Make sure to include [Y] and [n] in your
8540#. translation. The program will only accept English input
8541#. at this point.
8542#.
8543#: builtin/bisect--helper.c:329
8544msgid "Are you sure [Y/n]? "
8545msgstr ""
8546
8547#: builtin/bisect--helper.c:376
8548msgid "no terms defined"
8549msgstr ""
8550
8551#: builtin/bisect--helper.c:379
8552#, c-format
8553msgid ""
8554"Your current terms are %s for the old state\n"
8555"and %s for the new state.\n"
8556msgstr ""
8557
8558#: builtin/bisect--helper.c:389
8559#, c-format
8560msgid ""
8561"invalid argument %s for 'git bisect terms'.\n"
8562"Supported options are: --term-good|--term-old and --term-bad|--term-new."
8563msgstr ""
8564
8565#: builtin/bisect--helper.c:475
8566#, c-format
8567msgid "unrecognized option: '%s'"
8568msgstr ""
8569
8570#: builtin/bisect--helper.c:479
8571#, c-format
8572msgid "'%s' does not appear to be a valid revision"
8573msgstr ""
8574
8575#: builtin/bisect--helper.c:511
8576msgid "bad HEAD - I need a HEAD"
8577msgstr ""
8578
8579#: builtin/bisect--helper.c:526
8580#, c-format
8581msgid "checking out '%s' failed. Try 'git bisect start <valid-branch>'."
8582msgstr ""
8583
8584#: builtin/bisect--helper.c:547
8585msgid "won't bisect on cg-seek'ed tree"
8586msgstr ""
8587
8588#: builtin/bisect--helper.c:550
8589msgid "bad HEAD - strange symbolic ref"
8590msgstr ""
8591
8592#: builtin/bisect--helper.c:574
8593#, c-format
8594msgid "invalid ref: '%s'"
8595msgstr ""
8596
8597#: builtin/bisect--helper.c:630
8598msgid "perform 'git bisect next'"
8599msgstr ""
8600
8601#: builtin/bisect--helper.c:632
8602msgid "write the terms to .git/BISECT_TERMS"
8603msgstr ""
8604
8605#: builtin/bisect--helper.c:634
8606msgid "cleanup the bisection state"
8607msgstr ""
8608
8609#: builtin/bisect--helper.c:636
8610msgid "check for expected revs"
8611msgstr ""
8612
8613#: builtin/bisect--helper.c:638
8614msgid "reset the bisection state"
8615msgstr ""
8616
8617#: builtin/bisect--helper.c:640
8618msgid "write out the bisection state in BISECT_LOG"
8619msgstr ""
8620
8621#: builtin/bisect--helper.c:642
8622msgid "check and set terms in a bisection state"
8623msgstr ""
8624
8625#: builtin/bisect--helper.c:644
8626msgid "check whether bad or good terms exist"
8627msgstr ""
8628
8629#: builtin/bisect--helper.c:646
8630msgid "print out the bisect terms"
8631msgstr ""
8632
8633#: builtin/bisect--helper.c:648
8634msgid "start the bisect session"
8635msgstr ""
8636
8637#: builtin/bisect--helper.c:650
8638msgid "update BISECT_HEAD instead of checking out the current commit"
8639msgstr ""
8640
8641#: builtin/bisect--helper.c:652
8642msgid "no log for BISECT_WRITE"
8643msgstr ""
8644
8645#: builtin/bisect--helper.c:669
8646msgid "--write-terms requires two arguments"
8647msgstr ""
8648
8649#: builtin/bisect--helper.c:673
8650msgid "--bisect-clean-state requires no arguments"
8651msgstr ""
8652
8653#: builtin/bisect--helper.c:680
8654msgid "--bisect-reset requires either no argument or a commit"
8655msgstr ""
8656
8657#: builtin/bisect--helper.c:684
8658msgid "--bisect-write requires either 4 or 5 arguments"
8659msgstr ""
8660
8661#: builtin/bisect--helper.c:690
8662msgid "--check-and-set-terms requires 3 arguments"
8663msgstr ""
8664
8665#: builtin/bisect--helper.c:696
8666msgid "--bisect-next-check requires 2 or 3 arguments"
8667msgstr ""
8668
8669#: builtin/bisect--helper.c:702
8670msgid "--bisect-terms requires 0 or 1 argument"
8671msgstr ""
8672
8673#: builtin/blame.c:32
8674msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
8675msgstr ""
8676
8677#: builtin/blame.c:37
8678msgid "<rev-opts> are documented in git-rev-list(1)"
8679msgstr ""
8680
8681#: builtin/blame.c:410
8682#, c-format
8683msgid "expecting a color: %s"
8684msgstr ""
8685
8686#: builtin/blame.c:417
8687msgid "must end with a color"
8688msgstr ""
8689
8690#: builtin/blame.c:730
8691#, c-format
8692msgid "invalid color '%s' in color.blame.repeatedLines"
8693msgstr ""
8694
8695#: builtin/blame.c:748
8696msgid "invalid value for blame.coloring"
8697msgstr ""
8698
8699#: builtin/blame.c:823
8700#, c-format
8701msgid "cannot find revision %s to ignore"
8702msgstr ""
8703
8704#: builtin/blame.c:845
8705msgid "Show blame entries as we find them, incrementally"
8706msgstr ""
8707
8708#: builtin/blame.c:846
8709msgid "Show blank SHA-1 for boundary commits (Default: off)"
8710msgstr ""
8711
8712#: builtin/blame.c:847
8713msgid "Do not treat root commits as boundaries (Default: off)"
8714msgstr ""
8715
8716#: builtin/blame.c:848
8717msgid "Show work cost statistics"
8718msgstr ""
8719
8720#: builtin/blame.c:849
8721msgid "Force progress reporting"
8722msgstr ""
8723
8724#: builtin/blame.c:850
8725msgid "Show output score for blame entries"
8726msgstr ""
8727
8728#: builtin/blame.c:851
8729msgid "Show original filename (Default: auto)"
8730msgstr ""
8731
8732#: builtin/blame.c:852
8733msgid "Show original linenumber (Default: off)"
8734msgstr ""
8735
8736#: builtin/blame.c:853
8737msgid "Show in a format designed for machine consumption"
8738msgstr ""
8739
8740#: builtin/blame.c:854
8741msgid "Show porcelain format with per-line commit information"
8742msgstr ""
8743
8744#: builtin/blame.c:855
8745msgid "Use the same output mode as git-annotate (Default: off)"
8746msgstr ""
8747
8748#: builtin/blame.c:856
8749msgid "Show raw timestamp (Default: off)"
8750msgstr ""
8751
8752#: builtin/blame.c:857
8753msgid "Show long commit SHA1 (Default: off)"
8754msgstr ""
8755
8756#: builtin/blame.c:858
8757msgid "Suppress author name and timestamp (Default: off)"
8758msgstr ""
8759
8760#: builtin/blame.c:859
8761msgid "Show author email instead of name (Default: off)"
8762msgstr ""
8763
8764#: builtin/blame.c:860
8765msgid "Ignore whitespace differences"
8766msgstr ""
8767
8768#: builtin/blame.c:861 builtin/log.c:1646
8769msgid "rev"
8770msgstr ""
8771
8772#: builtin/blame.c:861
8773msgid "Ignore <rev> when blaming"
8774msgstr ""
8775
8776#: builtin/blame.c:862
8777msgid "Ignore revisions from <file>"
8778msgstr ""
8779
8780#: builtin/blame.c:863
8781msgid "color redundant metadata from previous line differently"
8782msgstr ""
8783
8784#: builtin/blame.c:864
8785msgid "color lines by age"
8786msgstr ""
8787
8788#: builtin/blame.c:871
8789msgid "Use an experimental heuristic to improve diffs"
8790msgstr ""
8791
8792#: builtin/blame.c:873
8793msgid "Spend extra cycles to find better match"
8794msgstr ""
8795
8796#: builtin/blame.c:874
8797msgid "Use revisions from <file> instead of calling git-rev-list"
8798msgstr ""
8799
8800#: builtin/blame.c:875
8801msgid "Use <file>'s contents as the final image"
8802msgstr ""
8803
8804#: builtin/blame.c:876 builtin/blame.c:877
8805msgid "score"
8806msgstr ""
8807
8808#: builtin/blame.c:876
8809msgid "Find line copies within and across files"
8810msgstr ""
8811
8812#: builtin/blame.c:877
8813msgid "Find line movements within and across files"
8814msgstr ""
8815
8816#: builtin/blame.c:878
8817msgid "n,m"
8818msgstr ""
8819
8820#: builtin/blame.c:878
8821msgid "Process only line range n,m, counting from 1"
8822msgstr ""
8823
8824#: builtin/blame.c:929
8825msgid "--progress can't be used with --incremental or porcelain formats"
8826msgstr ""
8827
8828#. TRANSLATORS: This string is used to tell us the
8829#. maximum display width for a relative timestamp in
8830#. "git blame" output.  For C locale, "4 years, 11
8831#. months ago", which takes 22 places, is the longest
8832#. among various forms of relative timestamps, but
8833#. your language may need more or fewer display
8834#. columns.
8835#.
8836#: builtin/blame.c:980
8837msgid "4 years, 11 months ago"
8838msgstr ""
8839
8840#: builtin/blame.c:1087
8841#, c-format
8842msgid "file %s has only %lu line"
8843msgid_plural "file %s has only %lu lines"
8844msgstr[0] ""
8845msgstr[1] ""
8846
8847#: builtin/blame.c:1133
8848msgid "Blaming lines"
8849msgstr ""
8850
8851#: builtin/branch.c:29
8852msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
8853msgstr ""
8854
8855#: builtin/branch.c:30
8856msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
8857msgstr ""
8858
8859#: builtin/branch.c:31
8860msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
8861msgstr ""
8862
8863#: builtin/branch.c:32
8864msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
8865msgstr ""
8866
8867#: builtin/branch.c:33
8868msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
8869msgstr ""
8870
8871#: builtin/branch.c:34
8872msgid "git branch [<options>] [-r | -a] [--points-at]"
8873msgstr ""
8874
8875#: builtin/branch.c:35
8876msgid "git branch [<options>] [-r | -a] [--format]"
8877msgstr ""
8878
8879#: builtin/branch.c:154
8880#, c-format
8881msgid ""
8882"deleting branch '%s' that has been merged to\n"
8883"         '%s', but not yet merged to HEAD."
8884msgstr ""
8885
8886#: builtin/branch.c:158
8887#, c-format
8888msgid ""
8889"not deleting branch '%s' that is not yet merged to\n"
8890"         '%s', even though it is merged to HEAD."
8891msgstr ""
8892
8893#: builtin/branch.c:172
8894#, c-format
8895msgid "Couldn't look up commit object for '%s'"
8896msgstr ""
8897
8898#: builtin/branch.c:176
8899#, c-format
8900msgid ""
8901"The branch '%s' is not fully merged.\n"
8902"If you are sure you want to delete it, run 'git branch -D %s'."
8903msgstr ""
8904
8905#: builtin/branch.c:189
8906msgid "Update of config-file failed"
8907msgstr ""
8908
8909#: builtin/branch.c:220
8910msgid "cannot use -a with -d"
8911msgstr ""
8912
8913#: builtin/branch.c:226
8914msgid "Couldn't look up commit object for HEAD"
8915msgstr ""
8916
8917#: builtin/branch.c:240
8918#, c-format
8919msgid "Cannot delete branch '%s' checked out at '%s'"
8920msgstr ""
8921
8922#: builtin/branch.c:255
8923#, c-format
8924msgid "remote-tracking branch '%s' not found."
8925msgstr ""
8926
8927#: builtin/branch.c:256
8928#, c-format
8929msgid "branch '%s' not found."
8930msgstr ""
8931
8932#: builtin/branch.c:271
8933#, c-format
8934msgid "Error deleting remote-tracking branch '%s'"
8935msgstr ""
8936
8937#: builtin/branch.c:272
8938#, c-format
8939msgid "Error deleting branch '%s'"
8940msgstr ""
8941
8942#: builtin/branch.c:279
8943#, c-format
8944msgid "Deleted remote-tracking branch %s (was %s).\n"
8945msgstr ""
8946
8947#: builtin/branch.c:280
8948#, c-format
8949msgid "Deleted branch %s (was %s).\n"
8950msgstr ""
8951
8952#: builtin/branch.c:429 builtin/tag.c:61
8953msgid "unable to parse format string"
8954msgstr ""
8955
8956#: builtin/branch.c:460
8957msgid "could not resolve HEAD"
8958msgstr ""
8959
8960#: builtin/branch.c:466
8961#, c-format
8962msgid "HEAD (%s) points outside of refs/heads/"
8963msgstr ""
8964
8965#: builtin/branch.c:481
8966#, c-format
8967msgid "Branch %s is being rebased at %s"
8968msgstr ""
8969
8970#: builtin/branch.c:485
8971#, c-format
8972msgid "Branch %s is being bisected at %s"
8973msgstr ""
8974
8975#: builtin/branch.c:502
8976msgid "cannot copy the current branch while not on any."
8977msgstr ""
8978
8979#: builtin/branch.c:504
8980msgid "cannot rename the current branch while not on any."
8981msgstr ""
8982
8983#: builtin/branch.c:515
8984#, c-format
8985msgid "Invalid branch name: '%s'"
8986msgstr ""
8987
8988#: builtin/branch.c:542
8989msgid "Branch rename failed"
8990msgstr ""
8991
8992#: builtin/branch.c:544
8993msgid "Branch copy failed"
8994msgstr ""
8995
8996#: builtin/branch.c:548
8997#, c-format
8998msgid "Created a copy of a misnamed branch '%s'"
8999msgstr ""
9000
9001#: builtin/branch.c:551
9002#, c-format
9003msgid "Renamed a misnamed branch '%s' away"
9004msgstr ""
9005
9006#: builtin/branch.c:557
9007#, c-format
9008msgid "Branch renamed to %s, but HEAD is not updated!"
9009msgstr ""
9010
9011#: builtin/branch.c:566
9012msgid "Branch is renamed, but update of config-file failed"
9013msgstr ""
9014
9015#: builtin/branch.c:568
9016msgid "Branch is copied, but update of config-file failed"
9017msgstr ""
9018
9019#: builtin/branch.c:584
9020#, c-format
9021msgid ""
9022"Please edit the description for the branch\n"
9023"  %s\n"
9024"Lines starting with '%c' will be stripped.\n"
9025msgstr ""
9026
9027#: builtin/branch.c:618
9028msgid "Generic options"
9029msgstr ""
9030
9031#: builtin/branch.c:620
9032msgid "show hash and subject, give twice for upstream branch"
9033msgstr ""
9034
9035#: builtin/branch.c:621
9036msgid "suppress informational messages"
9037msgstr ""
9038
9039#: builtin/branch.c:622
9040msgid "set up tracking mode (see git-pull(1))"
9041msgstr ""
9042
9043#: builtin/branch.c:624
9044msgid "do not use"
9045msgstr ""
9046
9047#: builtin/branch.c:626 builtin/rebase.c:485
9048msgid "upstream"
9049msgstr ""
9050
9051#: builtin/branch.c:626
9052msgid "change the upstream info"
9053msgstr ""
9054
9055#: builtin/branch.c:627
9056msgid "Unset the upstream info"
9057msgstr ""
9058
9059#: builtin/branch.c:628
9060msgid "use colored output"
9061msgstr ""
9062
9063#: builtin/branch.c:629
9064msgid "act on remote-tracking branches"
9065msgstr ""
9066
9067#: builtin/branch.c:631 builtin/branch.c:633
9068msgid "print only branches that contain the commit"
9069msgstr ""
9070
9071#: builtin/branch.c:632 builtin/branch.c:634
9072msgid "print only branches that don't contain the commit"
9073msgstr ""
9074
9075#: builtin/branch.c:637
9076msgid "Specific git-branch actions:"
9077msgstr ""
9078
9079#: builtin/branch.c:638
9080msgid "list both remote-tracking and local branches"
9081msgstr ""
9082
9083#: builtin/branch.c:640
9084msgid "delete fully merged branch"
9085msgstr ""
9086
9087#: builtin/branch.c:641
9088msgid "delete branch (even if not merged)"
9089msgstr ""
9090
9091#: builtin/branch.c:642
9092msgid "move/rename a branch and its reflog"
9093msgstr ""
9094
9095#: builtin/branch.c:643
9096msgid "move/rename a branch, even if target exists"
9097msgstr ""
9098
9099#: builtin/branch.c:644
9100msgid "copy a branch and its reflog"
9101msgstr ""
9102
9103#: builtin/branch.c:645
9104msgid "copy a branch, even if target exists"
9105msgstr ""
9106
9107#: builtin/branch.c:646
9108msgid "list branch names"
9109msgstr ""
9110
9111#: builtin/branch.c:647
9112msgid "show current branch name"
9113msgstr ""
9114
9115#: builtin/branch.c:648
9116msgid "create the branch's reflog"
9117msgstr ""
9118
9119#: builtin/branch.c:650
9120msgid "edit the description for the branch"
9121msgstr ""
9122
9123#: builtin/branch.c:651
9124msgid "force creation, move/rename, deletion"
9125msgstr ""
9126
9127#: builtin/branch.c:652
9128msgid "print only branches that are merged"
9129msgstr ""
9130
9131#: builtin/branch.c:653
9132msgid "print only branches that are not merged"
9133msgstr ""
9134
9135#: builtin/branch.c:654
9136msgid "list branches in columns"
9137msgstr ""
9138
9139#: builtin/branch.c:657 builtin/for-each-ref.c:42 builtin/notes.c:415
9140#: builtin/notes.c:418 builtin/notes.c:581 builtin/notes.c:584
9141#: builtin/tag.c:433
9142msgid "object"
9143msgstr ""
9144
9145#: builtin/branch.c:658
9146msgid "print only branches of the object"
9147msgstr ""
9148
9149#: builtin/branch.c:660 builtin/for-each-ref.c:48 builtin/tag.c:440
9150msgid "sorting and filtering are case insensitive"
9151msgstr ""
9152
9153#: builtin/branch.c:661 builtin/for-each-ref.c:38 builtin/tag.c:438
9154#: builtin/verify-tag.c:39
9155msgid "format to use for the output"
9156msgstr ""
9157
9158#: builtin/branch.c:684 builtin/clone.c:761
9159msgid "HEAD not found below refs/heads!"
9160msgstr ""
9161
9162#: builtin/branch.c:708
9163msgid "--column and --verbose are incompatible"
9164msgstr ""
9165
9166#: builtin/branch.c:723 builtin/branch.c:777 builtin/branch.c:786
9167msgid "branch name required"
9168msgstr ""
9169
9170#: builtin/branch.c:753
9171msgid "Cannot give description to detached HEAD"
9172msgstr ""
9173
9174#: builtin/branch.c:758
9175msgid "cannot edit description of more than one branch"
9176msgstr ""
9177
9178#: builtin/branch.c:765
9179#, c-format
9180msgid "No commit on branch '%s' yet."
9181msgstr ""
9182
9183#: builtin/branch.c:768
9184#, c-format
9185msgid "No branch named '%s'."
9186msgstr ""
9187
9188#: builtin/branch.c:783
9189msgid "too many branches for a copy operation"
9190msgstr ""
9191
9192#: builtin/branch.c:792
9193msgid "too many arguments for a rename operation"
9194msgstr ""
9195
9196#: builtin/branch.c:797
9197msgid "too many arguments to set new upstream"
9198msgstr ""
9199
9200#: builtin/branch.c:801
9201#, c-format
9202msgid ""
9203"could not set upstream of HEAD to %s when it does not point to any branch."
9204msgstr ""
9205
9206#: builtin/branch.c:804 builtin/branch.c:827
9207#, c-format
9208msgid "no such branch '%s'"
9209msgstr ""
9210
9211#: builtin/branch.c:808
9212#, c-format
9213msgid "branch '%s' does not exist"
9214msgstr ""
9215
9216#: builtin/branch.c:821
9217msgid "too many arguments to unset upstream"
9218msgstr ""
9219
9220#: builtin/branch.c:825
9221msgid "could not unset upstream of HEAD when it does not point to any branch."
9222msgstr ""
9223
9224#: builtin/branch.c:831
9225#, c-format
9226msgid "Branch '%s' has no upstream information"
9227msgstr ""
9228
9229#: builtin/branch.c:841
9230msgid ""
9231"The -a, and -r, options to 'git branch' do not take a branch name.\n"
9232"Did you mean to use: -a|-r --list <pattern>?"
9233msgstr ""
9234
9235#: builtin/branch.c:845
9236msgid ""
9237"the '--set-upstream' option is no longer supported. Please use '--track' or "
9238"'--set-upstream-to' instead."
9239msgstr ""
9240
9241#: builtin/bundle.c:45
9242#, c-format
9243msgid "%s is okay\n"
9244msgstr ""
9245
9246#: builtin/bundle.c:58
9247msgid "Need a repository to create a bundle."
9248msgstr ""
9249
9250#: builtin/bundle.c:62
9251msgid "Need a repository to unbundle."
9252msgstr ""
9253
9254#: builtin/cat-file.c:594
9255msgid ""
9256"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
9257"p | <type> | --textconv | --filters) [--path=<path>] <object>"
9258msgstr ""
9259
9260#: builtin/cat-file.c:595
9261msgid ""
9262"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
9263"filters]"
9264msgstr ""
9265
9266#: builtin/cat-file.c:616
9267msgid "only one batch option may be specified"
9268msgstr ""
9269
9270#: builtin/cat-file.c:634
9271msgid "<type> can be one of: blob, tree, commit, tag"
9272msgstr ""
9273
9274#: builtin/cat-file.c:635
9275msgid "show object type"
9276msgstr ""
9277
9278#: builtin/cat-file.c:636
9279msgid "show object size"
9280msgstr ""
9281
9282#: builtin/cat-file.c:638
9283msgid "exit with zero when there's no error"
9284msgstr ""
9285
9286#: builtin/cat-file.c:639
9287msgid "pretty-print object's content"
9288msgstr ""
9289
9290#: builtin/cat-file.c:641
9291msgid "for blob objects, run textconv on object's content"
9292msgstr ""
9293
9294#: builtin/cat-file.c:643
9295msgid "for blob objects, run filters on object's content"
9296msgstr ""
9297
9298#: builtin/cat-file.c:644 git-submodule.sh:936
9299msgid "blob"
9300msgstr ""
9301
9302#: builtin/cat-file.c:645
9303msgid "use a specific path for --textconv/--filters"
9304msgstr ""
9305
9306#: builtin/cat-file.c:647
9307msgid "allow -s and -t to work with broken/corrupt objects"
9308msgstr ""
9309
9310#: builtin/cat-file.c:648
9311msgid "buffer --batch output"
9312msgstr ""
9313
9314#: builtin/cat-file.c:650
9315msgid "show info and content of objects fed from the standard input"
9316msgstr ""
9317
9318#: builtin/cat-file.c:654
9319msgid "show info about objects fed from the standard input"
9320msgstr ""
9321
9322#: builtin/cat-file.c:658
9323msgid "follow in-tree symlinks (used with --batch or --batch-check)"
9324msgstr ""
9325
9326#: builtin/cat-file.c:660
9327msgid "show all objects with --batch or --batch-check"
9328msgstr ""
9329
9330#: builtin/cat-file.c:662
9331msgid "do not order --batch-all-objects output"
9332msgstr ""
9333
9334#: builtin/check-attr.c:13
9335msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
9336msgstr ""
9337
9338#: builtin/check-attr.c:14
9339msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
9340msgstr ""
9341
9342#: builtin/check-attr.c:21
9343msgid "report all attributes set on file"
9344msgstr ""
9345
9346#: builtin/check-attr.c:22
9347msgid "use .gitattributes only from the index"
9348msgstr ""
9349
9350#: builtin/check-attr.c:23 builtin/check-ignore.c:25 builtin/hash-object.c:102
9351msgid "read file names from stdin"
9352msgstr ""
9353
9354#: builtin/check-attr.c:25 builtin/check-ignore.c:27
9355msgid "terminate input and output records by a NUL character"
9356msgstr ""
9357
9358#: builtin/check-ignore.c:21 builtin/checkout.c:1433 builtin/gc.c:538
9359#: builtin/worktree.c:507
9360msgid "suppress progress reporting"
9361msgstr ""
9362
9363#: builtin/check-ignore.c:29
9364msgid "show non-matching input paths"
9365msgstr ""
9366
9367#: builtin/check-ignore.c:31
9368msgid "ignore index when checking"
9369msgstr ""
9370
9371#: builtin/check-ignore.c:160
9372msgid "cannot specify pathnames with --stdin"
9373msgstr ""
9374
9375#: builtin/check-ignore.c:163
9376msgid "-z only makes sense with --stdin"
9377msgstr ""
9378
9379#: builtin/check-ignore.c:165
9380msgid "no path specified"
9381msgstr ""
9382
9383#: builtin/check-ignore.c:169
9384msgid "--quiet is only valid with a single pathname"
9385msgstr ""
9386
9387#: builtin/check-ignore.c:171
9388msgid "cannot have both --quiet and --verbose"
9389msgstr ""
9390
9391#: builtin/check-ignore.c:174
9392msgid "--non-matching is only valid with --verbose"
9393msgstr ""
9394
9395#: builtin/check-mailmap.c:9
9396msgid "git check-mailmap [<options>] <contact>..."
9397msgstr ""
9398
9399#: builtin/check-mailmap.c:14
9400msgid "also read contacts from stdin"
9401msgstr ""
9402
9403#: builtin/check-mailmap.c:25
9404#, c-format
9405msgid "unable to parse contact: %s"
9406msgstr ""
9407
9408#: builtin/check-mailmap.c:48
9409msgid "no contacts specified"
9410msgstr ""
9411
9412#: builtin/checkout-index.c:131
9413msgid "git checkout-index [<options>] [--] [<file>...]"
9414msgstr ""
9415
9416#: builtin/checkout-index.c:148
9417msgid "stage should be between 1 and 3 or all"
9418msgstr ""
9419
9420#: builtin/checkout-index.c:164
9421msgid "check out all files in the index"
9422msgstr ""
9423
9424#: builtin/checkout-index.c:165
9425msgid "force overwrite of existing files"
9426msgstr ""
9427
9428#: builtin/checkout-index.c:167
9429msgid "no warning for existing files and files not in index"
9430msgstr ""
9431
9432#: builtin/checkout-index.c:169
9433msgid "don't checkout new files"
9434msgstr ""
9435
9436#: builtin/checkout-index.c:171
9437msgid "update stat information in the index file"
9438msgstr ""
9439
9440#: builtin/checkout-index.c:175
9441msgid "read list of paths from the standard input"
9442msgstr ""
9443
9444#: builtin/checkout-index.c:177
9445msgid "write the content to temporary files"
9446msgstr ""
9447
9448#: builtin/checkout-index.c:178 builtin/column.c:31
9449#: builtin/submodule--helper.c:1373 builtin/submodule--helper.c:1376
9450#: builtin/submodule--helper.c:1384 builtin/submodule--helper.c:1857
9451#: builtin/worktree.c:680
9452msgid "string"
9453msgstr ""
9454
9455#: builtin/checkout-index.c:179
9456msgid "when creating files, prepend <string>"
9457msgstr ""
9458
9459#: builtin/checkout-index.c:181
9460msgid "copy out the files from named stage"
9461msgstr ""
9462
9463#: builtin/checkout.c:31
9464msgid "git checkout [<options>] <branch>"
9465msgstr ""
9466
9467#: builtin/checkout.c:32
9468msgid "git checkout [<options>] [<branch>] -- <file>..."
9469msgstr ""
9470
9471#: builtin/checkout.c:37
9472msgid "git switch [<options>] [<branch>]"
9473msgstr ""
9474
9475#: builtin/checkout.c:42
9476msgid "git restore [<options>] [--source=<branch>] <file>..."
9477msgstr ""
9478
9479#: builtin/checkout.c:172 builtin/checkout.c:211
9480#, c-format
9481msgid "path '%s' does not have our version"
9482msgstr ""
9483
9484#: builtin/checkout.c:174 builtin/checkout.c:213
9485#, c-format
9486msgid "path '%s' does not have their version"
9487msgstr ""
9488
9489#: builtin/checkout.c:190
9490#, c-format
9491msgid "path '%s' does not have all necessary versions"
9492msgstr ""
9493
9494#: builtin/checkout.c:240
9495#, c-format
9496msgid "path '%s' does not have necessary versions"
9497msgstr ""
9498
9499#: builtin/checkout.c:258
9500#, c-format
9501msgid "path '%s': cannot merge"
9502msgstr ""
9503
9504#: builtin/checkout.c:274
9505#, c-format
9506msgid "Unable to add merge result for '%s'"
9507msgstr ""
9508
9509#: builtin/checkout.c:374
9510#, c-format
9511msgid "Recreated %d merge conflict"
9512msgid_plural "Recreated %d merge conflicts"
9513msgstr[0] ""
9514msgstr[1] ""
9515
9516#: builtin/checkout.c:379
9517#, c-format
9518msgid "Updated %d path from %s"
9519msgid_plural "Updated %d paths from %s"
9520msgstr[0] ""
9521msgstr[1] ""
9522
9523#: builtin/checkout.c:386
9524#, c-format
9525msgid "Updated %d path from the index"
9526msgid_plural "Updated %d paths from the index"
9527msgstr[0] ""
9528msgstr[1] ""
9529
9530#: builtin/checkout.c:409 builtin/checkout.c:412 builtin/checkout.c:415
9531#: builtin/checkout.c:419
9532#, c-format
9533msgid "'%s' cannot be used with updating paths"
9534msgstr ""
9535
9536#: builtin/checkout.c:422 builtin/checkout.c:425
9537#, c-format
9538msgid "'%s' cannot be used with %s"
9539msgstr ""
9540
9541#: builtin/checkout.c:429
9542#, c-format
9543msgid "Cannot update paths and switch to branch '%s' at the same time."
9544msgstr ""
9545
9546#: builtin/checkout.c:433
9547#, c-format
9548msgid "neither '%s' or '%s' is specified"
9549msgstr ""
9550
9551#: builtin/checkout.c:437
9552#, c-format
9553msgid "'%s' must be used when '%s' is not specified"
9554msgstr ""
9555
9556#: builtin/checkout.c:442 builtin/checkout.c:447
9557#, c-format
9558msgid "'%s' or '%s' cannot be used with %s"
9559msgstr ""
9560
9561#: builtin/checkout.c:506 builtin/checkout.c:513
9562#, c-format
9563msgid "path '%s' is unmerged"
9564msgstr ""
9565
9566#: builtin/checkout.c:679
9567msgid "you need to resolve your current index first"
9568msgstr ""
9569
9570#: builtin/checkout.c:729
9571#, c-format
9572msgid ""
9573"cannot continue with staged changes in the following files:\n"
9574"%s"
9575msgstr ""
9576
9577#: builtin/checkout.c:736
9578#, c-format
9579msgid "staged changes in the following files may be lost: %s"
9580msgstr ""
9581
9582#: builtin/checkout.c:833
9583#, c-format
9584msgid "Can not do reflog for '%s': %s\n"
9585msgstr ""
9586
9587#: builtin/checkout.c:875
9588msgid "HEAD is now at"
9589msgstr ""
9590
9591#: builtin/checkout.c:879 builtin/clone.c:714
9592msgid "unable to update HEAD"
9593msgstr ""
9594
9595#: builtin/checkout.c:883
9596#, c-format
9597msgid "Reset branch '%s'\n"
9598msgstr ""
9599
9600#: builtin/checkout.c:886
9601#, c-format
9602msgid "Already on '%s'\n"
9603msgstr ""
9604
9605#: builtin/checkout.c:890
9606#, c-format
9607msgid "Switched to and reset branch '%s'\n"
9608msgstr ""
9609
9610#: builtin/checkout.c:892 builtin/checkout.c:1289
9611#, c-format
9612msgid "Switched to a new branch '%s'\n"
9613msgstr ""
9614
9615#: builtin/checkout.c:894
9616#, c-format
9617msgid "Switched to branch '%s'\n"
9618msgstr ""
9619
9620#: builtin/checkout.c:945
9621#, c-format
9622msgid " ... and %d more.\n"
9623msgstr ""
9624
9625#: builtin/checkout.c:951
9626#, c-format
9627msgid ""
9628"Warning: you are leaving %d commit behind, not connected to\n"
9629"any of your branches:\n"
9630"\n"
9631"%s\n"
9632msgid_plural ""
9633"Warning: you are leaving %d commits behind, not connected to\n"
9634"any of your branches:\n"
9635"\n"
9636"%s\n"
9637msgstr[0] ""
9638msgstr[1] ""
9639
9640#: builtin/checkout.c:970
9641#, c-format
9642msgid ""
9643"If you want to keep it by creating a new branch, this may be a good time\n"
9644"to do so with:\n"
9645"\n"
9646" git branch <new-branch-name> %s\n"
9647"\n"
9648msgid_plural ""
9649"If you want to keep them by creating a new branch, this may be a good time\n"
9650"to do so with:\n"
9651"\n"
9652" git branch <new-branch-name> %s\n"
9653"\n"
9654msgstr[0] ""
9655msgstr[1] ""
9656
9657#: builtin/checkout.c:1005
9658msgid "internal error in revision walk"
9659msgstr ""
9660
9661#: builtin/checkout.c:1009
9662msgid "Previous HEAD position was"
9663msgstr ""
9664
9665#: builtin/checkout.c:1049 builtin/checkout.c:1284
9666msgid "You are on a branch yet to be born"
9667msgstr ""
9668
9669#: builtin/checkout.c:1176
9670msgid "only one reference expected"
9671msgstr ""
9672
9673#: builtin/checkout.c:1193
9674#, c-format
9675msgid "only one reference expected, %d given."
9676msgstr ""
9677
9678#: builtin/checkout.c:1230
9679#, c-format
9680msgid ""
9681"'%s' could be both a local file and a tracking branch.\n"
9682"Please use -- (and optionally --no-guess) to disambiguate"
9683msgstr ""
9684
9685#: builtin/checkout.c:1243 builtin/worktree.c:291 builtin/worktree.c:456
9686#, c-format
9687msgid "invalid reference: %s"
9688msgstr ""
9689
9690#: builtin/checkout.c:1256 builtin/checkout.c:1618
9691#, c-format
9692msgid "reference is not a tree: %s"
9693msgstr ""
9694
9695#: builtin/checkout.c:1303
9696#, c-format
9697msgid "a branch is expected, got tag '%s'"
9698msgstr ""
9699
9700#: builtin/checkout.c:1305
9701#, c-format
9702msgid "a branch is expected, got remote branch '%s'"
9703msgstr ""
9704
9705#: builtin/checkout.c:1306 builtin/checkout.c:1314
9706#, c-format
9707msgid "a branch is expected, got '%s'"
9708msgstr ""
9709
9710#: builtin/checkout.c:1309
9711#, c-format
9712msgid "a branch is expected, got commit '%s'"
9713msgstr ""
9714
9715#: builtin/checkout.c:1325
9716msgid ""
9717"cannot switch branch while merging\n"
9718"Consider \"git merge --quit\" or \"git worktree add\"."
9719msgstr ""
9720
9721#: builtin/checkout.c:1329
9722msgid ""
9723"cannot switch branch in the middle of an am session\n"
9724"Consider \"git am --quit\" or \"git worktree add\"."
9725msgstr ""
9726
9727#: builtin/checkout.c:1333
9728msgid ""
9729"cannot switch branch while rebasing\n"
9730"Consider \"git rebase --quit\" or \"git worktree add\"."
9731msgstr ""
9732
9733#: builtin/checkout.c:1337
9734msgid ""
9735"cannot switch branch while cherry-picking\n"
9736"Consider \"git cherry-pick --quit\" or \"git worktree add\"."
9737msgstr ""
9738
9739#: builtin/checkout.c:1341
9740msgid ""
9741"cannot switch branch while reverting\n"
9742"Consider \"git revert --quit\" or \"git worktree add\"."
9743msgstr ""
9744
9745#: builtin/checkout.c:1345
9746msgid "you are switching branch while bisecting"
9747msgstr ""
9748
9749#: builtin/checkout.c:1352
9750msgid "paths cannot be used with switching branches"
9751msgstr ""
9752
9753#: builtin/checkout.c:1355 builtin/checkout.c:1359 builtin/checkout.c:1363
9754#, c-format
9755msgid "'%s' cannot be used with switching branches"
9756msgstr ""
9757
9758#: builtin/checkout.c:1367 builtin/checkout.c:1370 builtin/checkout.c:1373
9759#: builtin/checkout.c:1378 builtin/checkout.c:1383
9760#, c-format
9761msgid "'%s' cannot be used with '%s'"
9762msgstr ""
9763
9764#: builtin/checkout.c:1380
9765#, c-format
9766msgid "'%s' cannot take <start-point>"
9767msgstr ""
9768
9769#: builtin/checkout.c:1388
9770#, c-format
9771msgid "Cannot switch branch to a non-commit '%s'"
9772msgstr ""
9773
9774#: builtin/checkout.c:1395
9775msgid "missing branch or commit argument"
9776msgstr ""
9777
9778#: builtin/checkout.c:1437 builtin/clone.c:91 builtin/fetch.c:151
9779#: builtin/merge.c:285 builtin/pull.c:137 builtin/push.c:575
9780#: builtin/send-pack.c:174
9781msgid "force progress reporting"
9782msgstr ""
9783
9784#: builtin/checkout.c:1438
9785msgid "perform a 3-way merge with the new branch"
9786msgstr ""
9787
9788#: builtin/checkout.c:1439 builtin/log.c:1634 parse-options.h:318
9789msgid "style"
9790msgstr ""
9791
9792#: builtin/checkout.c:1440
9793msgid "conflict style (merge or diff3)"
9794msgstr ""
9795
9796#: builtin/checkout.c:1452 builtin/worktree.c:504
9797msgid "detach HEAD at named commit"
9798msgstr ""
9799
9800#: builtin/checkout.c:1453
9801msgid "set upstream info for new branch"
9802msgstr ""
9803
9804#: builtin/checkout.c:1455
9805msgid "force checkout (throw away local modifications)"
9806msgstr ""
9807
9808#: builtin/checkout.c:1457
9809msgid "new-branch"
9810msgstr ""
9811
9812#: builtin/checkout.c:1457
9813msgid "new unparented branch"
9814msgstr ""
9815
9816#: builtin/checkout.c:1459 builtin/merge.c:288
9817msgid "update ignored files (default)"
9818msgstr ""
9819
9820#: builtin/checkout.c:1462
9821msgid "do not check if another worktree is holding the given ref"
9822msgstr ""
9823
9824#: builtin/checkout.c:1475
9825msgid "checkout our version for unmerged files"
9826msgstr ""
9827
9828#: builtin/checkout.c:1478
9829msgid "checkout their version for unmerged files"
9830msgstr ""
9831
9832#: builtin/checkout.c:1482
9833msgid "do not limit pathspecs to sparse entries only"
9834msgstr ""
9835
9836#: builtin/checkout.c:1533
9837msgid "-b, -B and --orphan are mutually exclusive"
9838msgstr ""
9839
9840#: builtin/checkout.c:1536
9841msgid "-p and --overlay are mutually exclusive"
9842msgstr ""
9843
9844#: builtin/checkout.c:1573
9845msgid "--track needs a branch name"
9846msgstr ""
9847
9848#: builtin/checkout.c:1578
9849msgid "missing branch name; try -b"
9850msgstr ""
9851
9852#: builtin/checkout.c:1611
9853#, c-format
9854msgid "could not resolve %s"
9855msgstr ""
9856
9857#: builtin/checkout.c:1623
9858msgid "you must specify path(s) to restore"
9859msgstr ""
9860
9861#: builtin/checkout.c:1631
9862msgid "invalid path specification"
9863msgstr ""
9864
9865#: builtin/checkout.c:1638
9866#, c-format
9867msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
9868msgstr ""
9869
9870#: builtin/checkout.c:1642
9871#, c-format
9872msgid "git checkout: --detach does not take a path argument '%s'"
9873msgstr ""
9874
9875#: builtin/checkout.c:1646
9876msgid ""
9877"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
9878"checking out of the index."
9879msgstr ""
9880
9881#: builtin/checkout.c:1666
9882#, c-format
9883msgid ""
9884"'%s' matched more than one remote tracking branch.\n"
9885"We found %d remotes with a reference that matched. So we fell back\n"
9886"on trying to resolve the argument as a path, but failed there too!\n"
9887"\n"
9888"If you meant to check out a remote tracking branch on, e.g. 'origin',\n"
9889"you can do so by fully qualifying the name with the --track option:\n"
9890"\n"
9891"    git checkout --track origin/<name>\n"
9892"\n"
9893"If you'd like to always have checkouts of an ambiguous <name> prefer\n"
9894"one remote, e.g. the 'origin' remote, consider setting\n"
9895"checkout.defaultRemote=origin in your config."
9896msgstr ""
9897
9898#: builtin/checkout.c:1691 builtin/checkout.c:1693 builtin/checkout.c:1733
9899#: builtin/checkout.c:1735 builtin/clone.c:121 builtin/remote.c:169
9900#: builtin/remote.c:171 builtin/worktree.c:500 builtin/worktree.c:502
9901msgid "branch"
9902msgstr ""
9903
9904#: builtin/checkout.c:1692
9905msgid "create and checkout a new branch"
9906msgstr ""
9907
9908#: builtin/checkout.c:1694
9909msgid "create/reset and checkout a branch"
9910msgstr ""
9911
9912#: builtin/checkout.c:1695
9913msgid "create reflog for new branch"
9914msgstr ""
9915
9916#: builtin/checkout.c:1697
9917msgid "second guess 'git checkout <no-such-branch>' (default)"
9918msgstr ""
9919
9920#: builtin/checkout.c:1698
9921msgid "use overlay mode (default)"
9922msgstr ""
9923
9924#: builtin/checkout.c:1734
9925msgid "create and switch to a new branch"
9926msgstr ""
9927
9928#: builtin/checkout.c:1736
9929msgid "create/reset and switch to a branch"
9930msgstr ""
9931
9932#: builtin/checkout.c:1738
9933msgid "second guess 'git switch <no-such-branch>'"
9934msgstr ""
9935
9936#: builtin/checkout.c:1740
9937msgid "throw away local modifications"
9938msgstr ""
9939
9940#: builtin/checkout.c:1772
9941msgid "where the checkout from"
9942msgstr ""
9943
9944#: builtin/checkout.c:1774
9945msgid "restore the index"
9946msgstr ""
9947
9948#: builtin/checkout.c:1776
9949msgid "restore the working tree (default)"
9950msgstr ""
9951
9952#: builtin/checkout.c:1778
9953msgid "ignore unmerged entries"
9954msgstr ""
9955
9956#: builtin/checkout.c:1779
9957msgid "use overlay mode"
9958msgstr ""
9959
9960#: builtin/clean.c:28
9961msgid ""
9962"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
9963msgstr ""
9964
9965#: builtin/clean.c:32
9966#, c-format
9967msgid "Removing %s\n"
9968msgstr ""
9969
9970#: builtin/clean.c:33
9971#, c-format
9972msgid "Would remove %s\n"
9973msgstr ""
9974
9975#: builtin/clean.c:34
9976#, c-format
9977msgid "Skipping repository %s\n"
9978msgstr ""
9979
9980#: builtin/clean.c:35
9981#, c-format
9982msgid "Would skip repository %s\n"
9983msgstr ""
9984
9985#: builtin/clean.c:36
9986#, c-format
9987msgid "failed to remove %s"
9988msgstr ""
9989
9990#: builtin/clean.c:37
9991#, c-format
9992msgid "could not lstat %s\n"
9993msgstr ""
9994
9995#: builtin/clean.c:300 git-add--interactive.perl:593
9996#, c-format
9997msgid ""
9998"Prompt help:\n"
9999"1          - select a numbered item\n"
10000"foo        - select item based on unique prefix\n"
10001"           - (empty) select nothing\n"
10002msgstr ""
10003
10004#: builtin/clean.c:304 git-add--interactive.perl:602
10005#, c-format
10006msgid ""
10007"Prompt help:\n"
10008"1          - select a single item\n"
10009"3-5        - select a range of items\n"
10010"2-3,6-9    - select multiple ranges\n"
10011"foo        - select item based on unique prefix\n"
10012"-...       - unselect specified items\n"
10013"*          - choose all items\n"
10014"           - (empty) finish selecting\n"
10015msgstr ""
10016
10017#: builtin/clean.c:520 git-add--interactive.perl:568
10018#: git-add--interactive.perl:573
10019#, c-format, perl-format
10020msgid "Huh (%s)?\n"
10021msgstr ""
10022
10023#: builtin/clean.c:662
10024#, c-format
10025msgid "Input ignore patterns>> "
10026msgstr ""
10027
10028#: builtin/clean.c:699
10029#, c-format
10030msgid "WARNING: Cannot find items matched by: %s"
10031msgstr ""
10032
10033#: builtin/clean.c:720
10034msgid "Select items to delete"
10035msgstr ""
10036
10037#. TRANSLATORS: Make sure to keep [y/N] as is
10038#: builtin/clean.c:761
10039#, c-format
10040msgid "Remove %s [y/N]? "
10041msgstr ""
10042
10043#: builtin/clean.c:786 git-add--interactive.perl:1763
10044#, c-format
10045msgid "Bye.\n"
10046msgstr ""
10047
10048#: builtin/clean.c:794
10049msgid ""
10050"clean               - start cleaning\n"
10051"filter by pattern   - exclude items from deletion\n"
10052"select by numbers   - select items to be deleted by numbers\n"
10053"ask each            - confirm each deletion (like \"rm -i\")\n"
10054"quit                - stop cleaning\n"
10055"help                - this screen\n"
10056"?                   - help for prompt selection"
10057msgstr ""
10058
10059#: builtin/clean.c:821 git-add--interactive.perl:1849
10060msgid "*** Commands ***"
10061msgstr ""
10062
10063#: builtin/clean.c:822 git-add--interactive.perl:1846
10064msgid "What now"
10065msgstr ""
10066
10067#: builtin/clean.c:830
10068msgid "Would remove the following item:"
10069msgid_plural "Would remove the following items:"
10070msgstr[0] ""
10071msgstr[1] ""
10072
10073#: builtin/clean.c:846
10074msgid "No more files to clean, exiting."
10075msgstr ""
10076
10077#: builtin/clean.c:908
10078msgid "do not print names of files removed"
10079msgstr ""
10080
10081#: builtin/clean.c:910
10082msgid "force"
10083msgstr ""
10084
10085#: builtin/clean.c:911
10086msgid "interactive cleaning"
10087msgstr ""
10088
10089#: builtin/clean.c:913
10090msgid "remove whole directories"
10091msgstr ""
10092
10093#: builtin/clean.c:914 builtin/describe.c:546 builtin/describe.c:548
10094#: builtin/grep.c:899 builtin/log.c:186 builtin/log.c:188
10095#: builtin/ls-files.c:557 builtin/name-rev.c:413 builtin/name-rev.c:415
10096#: builtin/show-ref.c:179
10097msgid "pattern"
10098msgstr ""
10099
10100#: builtin/clean.c:915
10101msgid "add <pattern> to ignore rules"
10102msgstr ""
10103
10104#: builtin/clean.c:916
10105msgid "remove ignored files, too"
10106msgstr ""
10107
10108#: builtin/clean.c:918
10109msgid "remove only ignored files"
10110msgstr ""
10111
10112#: builtin/clean.c:936
10113msgid "-x and -X cannot be used together"
10114msgstr ""
10115
10116#: builtin/clean.c:940
10117msgid ""
10118"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
10119"clean"
10120msgstr ""
10121
10122#: builtin/clean.c:943
10123msgid ""
10124"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
10125"refusing to clean"
10126msgstr ""
10127
10128#: builtin/clone.c:46
10129msgid "git clone [<options>] [--] <repo> [<dir>]"
10130msgstr ""
10131
10132#: builtin/clone.c:93
10133msgid "don't create a checkout"
10134msgstr ""
10135
10136#: builtin/clone.c:94 builtin/clone.c:96 builtin/init-db.c:489
10137msgid "create a bare repository"
10138msgstr ""
10139
10140#: builtin/clone.c:98
10141msgid "create a mirror repository (implies bare)"
10142msgstr ""
10143
10144#: builtin/clone.c:100
10145msgid "to clone from a local repository"
10146msgstr ""
10147
10148#: builtin/clone.c:102
10149msgid "don't use local hardlinks, always copy"
10150msgstr ""
10151
10152#: builtin/clone.c:104
10153msgid "setup as shared repository"
10154msgstr ""
10155
10156#: builtin/clone.c:107
10157msgid "pathspec"
10158msgstr ""
10159
10160#: builtin/clone.c:107
10161msgid "initialize submodules in the clone"
10162msgstr ""
10163
10164#: builtin/clone.c:110
10165msgid "number of submodules cloned in parallel"
10166msgstr ""
10167
10168#: builtin/clone.c:111 builtin/init-db.c:486
10169msgid "template-directory"
10170msgstr ""
10171
10172#: builtin/clone.c:112 builtin/init-db.c:487
10173msgid "directory from which templates will be used"
10174msgstr ""
10175
10176#: builtin/clone.c:114 builtin/clone.c:116 builtin/submodule--helper.c:1380
10177#: builtin/submodule--helper.c:1860
10178msgid "reference repository"
10179msgstr ""
10180
10181#: builtin/clone.c:118 builtin/submodule--helper.c:1382
10182#: builtin/submodule--helper.c:1862
10183msgid "use --reference only while cloning"
10184msgstr ""
10185
10186#: builtin/clone.c:119 builtin/column.c:27 builtin/merge-file.c:46
10187#: builtin/pack-objects.c:3308 builtin/repack.c:330
10188msgid "name"
10189msgstr ""
10190
10191#: builtin/clone.c:120
10192msgid "use <name> instead of 'origin' to track upstream"
10193msgstr ""
10194
10195#: builtin/clone.c:122
10196msgid "checkout <branch> instead of the remote's HEAD"
10197msgstr ""
10198
10199#: builtin/clone.c:124
10200msgid "path to git-upload-pack on the remote"
10201msgstr ""
10202
10203#: builtin/clone.c:125 builtin/fetch.c:152 builtin/grep.c:838
10204#: builtin/pull.c:226
10205msgid "depth"
10206msgstr ""
10207
10208#: builtin/clone.c:126
10209msgid "create a shallow clone of that depth"
10210msgstr ""
10211
10212#: builtin/clone.c:127 builtin/fetch.c:154 builtin/pack-objects.c:3297
10213msgid "time"
10214msgstr ""
10215
10216#: builtin/clone.c:128
10217msgid "create a shallow clone since a specific time"
10218msgstr ""
10219
10220#: builtin/clone.c:129 builtin/fetch.c:156 builtin/fetch.c:179
10221#: builtin/rebase.c:1395
10222msgid "revision"
10223msgstr ""
10224
10225#: builtin/clone.c:130 builtin/fetch.c:157
10226msgid "deepen history of shallow clone, excluding rev"
10227msgstr ""
10228
10229#: builtin/clone.c:132
10230msgid "clone only one branch, HEAD or --branch"
10231msgstr ""
10232
10233#: builtin/clone.c:134
10234msgid "don't clone any tags, and make later fetches not to follow them"
10235msgstr ""
10236
10237#: builtin/clone.c:136
10238msgid "any cloned submodules will be shallow"
10239msgstr ""
10240
10241#: builtin/clone.c:137 builtin/init-db.c:495
10242msgid "gitdir"
10243msgstr ""
10244
10245#: builtin/clone.c:138 builtin/init-db.c:496
10246msgid "separate git dir from working tree"
10247msgstr ""
10248
10249#: builtin/clone.c:139
10250msgid "key=value"
10251msgstr ""
10252
10253#: builtin/clone.c:140
10254msgid "set config inside the new repository"
10255msgstr ""
10256
10257#: builtin/clone.c:142 builtin/fetch.c:174 builtin/ls-remote.c:76
10258#: builtin/push.c:585 builtin/send-pack.c:172
10259msgid "server-specific"
10260msgstr ""
10261
10262#: builtin/clone.c:142 builtin/fetch.c:174 builtin/ls-remote.c:76
10263#: builtin/push.c:585 builtin/send-pack.c:173
10264msgid "option to transmit"
10265msgstr ""
10266
10267#: builtin/clone.c:143 builtin/fetch.c:175 builtin/pull.c:239
10268#: builtin/push.c:586
10269msgid "use IPv4 addresses only"
10270msgstr ""
10271
10272#: builtin/clone.c:145 builtin/fetch.c:177 builtin/pull.c:242
10273#: builtin/push.c:588
10274msgid "use IPv6 addresses only"
10275msgstr ""
10276
10277#: builtin/clone.c:149
10278msgid "any cloned submodules will use their remote-tracking branch"
10279msgstr ""
10280
10281#: builtin/clone.c:285
10282msgid ""
10283"No directory name could be guessed.\n"
10284"Please specify a directory on the command line"
10285msgstr ""
10286
10287#: builtin/clone.c:338
10288#, c-format
10289msgid "info: Could not add alternate for '%s': %s\n"
10290msgstr ""
10291
10292#: builtin/clone.c:411
10293#, c-format
10294msgid "%s exists and is not a directory"
10295msgstr ""
10296
10297#: builtin/clone.c:428
10298#, c-format
10299msgid "failed to start iterator over '%s'"
10300msgstr ""
10301
10302#: builtin/clone.c:453
10303#, c-format
10304msgid "failed to unlink '%s'"
10305msgstr ""
10306
10307#: builtin/clone.c:458
10308#, c-format
10309msgid "failed to create link '%s'"
10310msgstr ""
10311
10312#: builtin/clone.c:462
10313#, c-format
10314msgid "failed to copy file to '%s'"
10315msgstr ""
10316
10317#: builtin/clone.c:467
10318#, c-format
10319msgid "failed to iterate over '%s'"
10320msgstr ""
10321
10322#: builtin/clone.c:492
10323#, c-format
10324msgid "done.\n"
10325msgstr ""
10326
10327#: builtin/clone.c:506
10328msgid ""
10329"Clone succeeded, but checkout failed.\n"
10330"You can inspect what was checked out with 'git status'\n"
10331"and retry with 'git restore --source=HEAD :/'\n"
10332msgstr ""
10333
10334#: builtin/clone.c:583
10335#, c-format
10336msgid "Could not find remote branch %s to clone."
10337msgstr ""
10338
10339#: builtin/clone.c:702
10340#, c-format
10341msgid "unable to update %s"
10342msgstr ""
10343
10344#: builtin/clone.c:752
10345msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
10346msgstr ""
10347
10348#: builtin/clone.c:783
10349msgid "unable to checkout working tree"
10350msgstr ""
10351
10352#: builtin/clone.c:833
10353msgid "unable to write parameters to config file"
10354msgstr ""
10355
10356#: builtin/clone.c:896
10357msgid "cannot repack to clean up"
10358msgstr ""
10359
10360#: builtin/clone.c:898
10361msgid "cannot unlink temporary alternates file"
10362msgstr ""
10363
10364#: builtin/clone.c:938 builtin/receive-pack.c:1950
10365msgid "Too many arguments."
10366msgstr ""
10367
10368#: builtin/clone.c:942
10369msgid "You must specify a repository to clone."
10370msgstr ""
10371
10372#: builtin/clone.c:955
10373#, c-format
10374msgid "--bare and --origin %s options are incompatible."
10375msgstr ""
10376
10377#: builtin/clone.c:958
10378msgid "--bare and --separate-git-dir are incompatible."
10379msgstr ""
10380
10381#: builtin/clone.c:971
10382#, c-format
10383msgid "repository '%s' does not exist"
10384msgstr ""
10385
10386#: builtin/clone.c:977 builtin/fetch.c:1653
10387#, c-format
10388msgid "depth %s is not a positive number"
10389msgstr ""
10390
10391#: builtin/clone.c:987
10392#, c-format
10393msgid "destination path '%s' already exists and is not an empty directory."
10394msgstr ""
10395
10396#: builtin/clone.c:997
10397#, c-format
10398msgid "working tree '%s' already exists."
10399msgstr ""
10400
10401#: builtin/clone.c:1012 builtin/clone.c:1033 builtin/difftool.c:264
10402#: builtin/worktree.c:303 builtin/worktree.c:335
10403#, c-format
10404msgid "could not create leading directories of '%s'"
10405msgstr ""
10406
10407#: builtin/clone.c:1017
10408#, c-format
10409msgid "could not create work tree dir '%s'"
10410msgstr ""
10411
10412#: builtin/clone.c:1037
10413#, c-format
10414msgid "Cloning into bare repository '%s'...\n"
10415msgstr ""
10416
10417#: builtin/clone.c:1039
10418#, c-format
10419msgid "Cloning into '%s'...\n"
10420msgstr ""
10421
10422#: builtin/clone.c:1063
10423msgid ""
10424"clone --recursive is not compatible with both --reference and --reference-if-"
10425"able"
10426msgstr ""
10427
10428#: builtin/clone.c:1124
10429msgid "--depth is ignored in local clones; use file:// instead."
10430msgstr ""
10431
10432#: builtin/clone.c:1126
10433msgid "--shallow-since is ignored in local clones; use file:// instead."
10434msgstr ""
10435
10436#: builtin/clone.c:1128
10437msgid "--shallow-exclude is ignored in local clones; use file:// instead."
10438msgstr ""
10439
10440#: builtin/clone.c:1130
10441msgid "--filter is ignored in local clones; use file:// instead."
10442msgstr ""
10443
10444#: builtin/clone.c:1133
10445msgid "source repository is shallow, ignoring --local"
10446msgstr ""
10447
10448#: builtin/clone.c:1138
10449msgid "--local is ignored"
10450msgstr ""
10451
10452#: builtin/clone.c:1215 builtin/clone.c:1223
10453#, c-format
10454msgid "Remote branch %s not found in upstream %s"
10455msgstr ""
10456
10457#: builtin/clone.c:1226
10458msgid "You appear to have cloned an empty repository."
10459msgstr ""
10460
10461#: builtin/column.c:10
10462msgid "git column [<options>]"
10463msgstr ""
10464
10465#: builtin/column.c:27
10466msgid "lookup config vars"
10467msgstr ""
10468
10469#: builtin/column.c:28 builtin/column.c:29
10470msgid "layout to use"
10471msgstr ""
10472
10473#: builtin/column.c:30
10474msgid "Maximum width"
10475msgstr ""
10476
10477#: builtin/column.c:31
10478msgid "Padding space on left border"
10479msgstr ""
10480
10481#: builtin/column.c:32
10482msgid "Padding space on right border"
10483msgstr ""
10484
10485#: builtin/column.c:33
10486msgid "Padding space between columns"
10487msgstr ""
10488
10489#: builtin/column.c:51
10490msgid "--command must be the first argument"
10491msgstr ""
10492
10493#: builtin/commit-tree.c:18
10494msgid ""
10495"git commit-tree [(-p <parent>)...] [-S[<keyid>]] [(-m <message>)...] [(-F "
10496"<file>)...] <tree>"
10497msgstr ""
10498
10499#: builtin/commit-tree.c:31
10500#, c-format
10501msgid "duplicate parent %s ignored"
10502msgstr ""
10503
10504#: builtin/commit-tree.c:56 builtin/commit-tree.c:136 builtin/log.c:542
10505#, c-format
10506msgid "not a valid object name %s"
10507msgstr ""
10508
10509#: builtin/commit-tree.c:93
10510#, c-format
10511msgid "git commit-tree: failed to open '%s'"
10512msgstr ""
10513
10514#: builtin/commit-tree.c:96
10515#, c-format
10516msgid "git commit-tree: failed to read '%s'"
10517msgstr ""
10518
10519#: builtin/commit-tree.c:98
10520#, c-format
10521msgid "git commit-tree: failed to close '%s'"
10522msgstr ""
10523
10524#: builtin/commit-tree.c:111
10525msgid "parent"
10526msgstr ""
10527
10528#: builtin/commit-tree.c:112
10529msgid "id of a parent commit object"
10530msgstr ""
10531
10532#: builtin/commit-tree.c:114 builtin/commit.c:1500 builtin/merge.c:270
10533#: builtin/notes.c:409 builtin/notes.c:575 builtin/stash.c:1460
10534#: builtin/tag.c:412
10535msgid "message"
10536msgstr ""
10537
10538#: builtin/commit-tree.c:115 builtin/commit.c:1500
10539msgid "commit message"
10540msgstr ""
10541
10542#: builtin/commit-tree.c:118
10543msgid "read commit log message from file"
10544msgstr ""
10545
10546#: builtin/commit-tree.c:121 builtin/commit.c:1512 builtin/merge.c:287
10547#: builtin/pull.c:194 builtin/revert.c:118
10548msgid "GPG sign commit"
10549msgstr ""
10550
10551#: builtin/commit-tree.c:133
10552msgid "must give exactly one tree"
10553msgstr ""
10554
10555#: builtin/commit-tree.c:140
10556msgid "git commit-tree: failed to read"
10557msgstr ""
10558
10559#: builtin/commit.c:41
10560msgid "git commit [<options>] [--] <pathspec>..."
10561msgstr ""
10562
10563#: builtin/commit.c:46
10564msgid "git status [<options>] [--] <pathspec>..."
10565msgstr ""
10566
10567#: builtin/commit.c:51
10568msgid ""
10569"You asked to amend the most recent commit, but doing so would make\n"
10570"it empty. You can repeat your command with --allow-empty, or you can\n"
10571"remove the commit entirely with \"git reset HEAD^\".\n"
10572msgstr ""
10573
10574#: builtin/commit.c:56
10575msgid ""
10576"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
10577"If you wish to commit it anyway, use:\n"
10578"\n"
10579"    git commit --allow-empty\n"
10580"\n"
10581msgstr ""
10582
10583#: builtin/commit.c:63
10584msgid "Otherwise, please use 'git cherry-pick --skip'\n"
10585msgstr ""
10586
10587#: builtin/commit.c:66
10588msgid ""
10589"and then use:\n"
10590"\n"
10591"    git cherry-pick --continue\n"
10592"\n"
10593"to resume cherry-picking the remaining commits.\n"
10594"If you wish to skip this commit, use:\n"
10595"\n"
10596"    git cherry-pick --skip\n"
10597"\n"
10598msgstr ""
10599
10600#: builtin/commit.c:315
10601msgid "failed to unpack HEAD tree object"
10602msgstr ""
10603
10604#: builtin/commit.c:356
10605msgid "unable to create temporary index"
10606msgstr ""
10607
10608#: builtin/commit.c:362
10609msgid "interactive add failed"
10610msgstr ""
10611
10612#: builtin/commit.c:376
10613msgid "unable to update temporary index"
10614msgstr ""
10615
10616#: builtin/commit.c:378
10617msgid "Failed to update main cache tree"
10618msgstr ""
10619
10620#: builtin/commit.c:403 builtin/commit.c:426 builtin/commit.c:472
10621msgid "unable to write new_index file"
10622msgstr ""
10623
10624#: builtin/commit.c:455
10625msgid "cannot do a partial commit during a merge."
10626msgstr ""
10627
10628#: builtin/commit.c:457
10629msgid "cannot do a partial commit during a cherry-pick."
10630msgstr ""
10631
10632#: builtin/commit.c:465
10633msgid "cannot read the index"
10634msgstr ""
10635
10636#: builtin/commit.c:484
10637msgid "unable to write temporary index file"
10638msgstr ""
10639
10640#: builtin/commit.c:582
10641#, c-format
10642msgid "commit '%s' lacks author header"
10643msgstr ""
10644
10645#: builtin/commit.c:584
10646#, c-format
10647msgid "commit '%s' has malformed author line"
10648msgstr ""
10649
10650#: builtin/commit.c:603
10651msgid "malformed --author parameter"
10652msgstr ""
10653
10654#: builtin/commit.c:656
10655msgid ""
10656"unable to select a comment character that is not used\n"
10657"in the current commit message"
10658msgstr ""
10659
10660#: builtin/commit.c:694 builtin/commit.c:727 builtin/commit.c:1072
10661#, c-format
10662msgid "could not lookup commit %s"
10663msgstr ""
10664
10665#: builtin/commit.c:706 builtin/shortlog.c:319
10666#, c-format
10667msgid "(reading log message from standard input)\n"
10668msgstr ""
10669
10670#: builtin/commit.c:708
10671msgid "could not read log from standard input"
10672msgstr ""
10673
10674#: builtin/commit.c:712
10675#, c-format
10676msgid "could not read log file '%s'"
10677msgstr ""
10678
10679#: builtin/commit.c:743 builtin/commit.c:759
10680msgid "could not read SQUASH_MSG"
10681msgstr ""
10682
10683#: builtin/commit.c:750
10684msgid "could not read MERGE_MSG"
10685msgstr ""
10686
10687#: builtin/commit.c:810
10688msgid "could not write commit template"
10689msgstr ""
10690
10691#: builtin/commit.c:829
10692#, c-format
10693msgid ""
10694"\n"
10695"It looks like you may be committing a merge.\n"
10696"If this is not correct, please remove the file\n"
10697"\t%s\n"
10698"and try again.\n"
10699msgstr ""
10700
10701#: builtin/commit.c:834
10702#, c-format
10703msgid ""
10704"\n"
10705"It looks like you may be committing a cherry-pick.\n"
10706"If this is not correct, please remove the file\n"
10707"\t%s\n"
10708"and try again.\n"
10709msgstr ""
10710
10711#: builtin/commit.c:847
10712#, c-format
10713msgid ""
10714"Please enter the commit message for your changes. Lines starting\n"
10715"with '%c' will be ignored, and an empty message aborts the commit.\n"
10716msgstr ""
10717
10718#: builtin/commit.c:855
10719#, c-format
10720msgid ""
10721"Please enter the commit message for your changes. Lines starting\n"
10722"with '%c' will be kept; you may remove them yourself if you want to.\n"
10723"An empty message aborts the commit.\n"
10724msgstr ""
10725
10726#: builtin/commit.c:872
10727#, c-format
10728msgid "%sAuthor:    %.*s <%.*s>"
10729msgstr ""
10730
10731#: builtin/commit.c:880
10732#, c-format
10733msgid "%sDate:      %s"
10734msgstr ""
10735
10736#: builtin/commit.c:887
10737#, c-format
10738msgid "%sCommitter: %.*s <%.*s>"
10739msgstr ""
10740
10741#: builtin/commit.c:905
10742msgid "Cannot read index"
10743msgstr ""
10744
10745#: builtin/commit.c:972
10746msgid "Error building trees"
10747msgstr ""
10748
10749#: builtin/commit.c:986 builtin/tag.c:275
10750#, c-format
10751msgid "Please supply the message using either -m or -F option.\n"
10752msgstr ""
10753
10754#: builtin/commit.c:1030
10755#, c-format
10756msgid "--author '%s' is not 'Name <email>' and matches no existing author"
10757msgstr ""
10758
10759#: builtin/commit.c:1044
10760#, c-format
10761msgid "Invalid ignored mode '%s'"
10762msgstr ""
10763
10764#: builtin/commit.c:1062 builtin/commit.c:1304
10765#, c-format
10766msgid "Invalid untracked files mode '%s'"
10767msgstr ""
10768
10769#: builtin/commit.c:1102
10770msgid "--long and -z are incompatible"
10771msgstr ""
10772
10773#: builtin/commit.c:1146
10774msgid "Using both --reset-author and --author does not make sense"
10775msgstr ""
10776
10777#: builtin/commit.c:1155
10778msgid "You have nothing to amend."
10779msgstr ""
10780
10781#: builtin/commit.c:1158
10782msgid "You are in the middle of a merge -- cannot amend."
10783msgstr ""
10784
10785#: builtin/commit.c:1160
10786msgid "You are in the middle of a cherry-pick -- cannot amend."
10787msgstr ""
10788
10789#: builtin/commit.c:1163
10790msgid "Options --squash and --fixup cannot be used together"
10791msgstr ""
10792
10793#: builtin/commit.c:1173
10794msgid "Only one of -c/-C/-F/--fixup can be used."
10795msgstr ""
10796
10797#: builtin/commit.c:1175
10798msgid "Option -m cannot be combined with -c/-C/-F."
10799msgstr ""
10800
10801#: builtin/commit.c:1183
10802msgid "--reset-author can be used only with -C, -c or --amend."
10803msgstr ""
10804
10805#: builtin/commit.c:1200
10806msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
10807msgstr ""
10808
10809#: builtin/commit.c:1202
10810msgid "No paths with --include/--only does not make sense."
10811msgstr ""
10812
10813#: builtin/commit.c:1208
10814#, c-format
10815msgid "paths '%s ...' with -a does not make sense"
10816msgstr ""
10817
10818#: builtin/commit.c:1339 builtin/commit.c:1523
10819msgid "show status concisely"
10820msgstr ""
10821
10822#: builtin/commit.c:1341 builtin/commit.c:1525
10823msgid "show branch information"
10824msgstr ""
10825
10826#: builtin/commit.c:1343
10827msgid "show stash information"
10828msgstr ""
10829
10830#: builtin/commit.c:1345 builtin/commit.c:1527
10831msgid "compute full ahead/behind values"
10832msgstr ""
10833
10834#: builtin/commit.c:1347
10835msgid "version"
10836msgstr ""
10837
10838#: builtin/commit.c:1347 builtin/commit.c:1529 builtin/push.c:561
10839#: builtin/worktree.c:651
10840msgid "machine-readable output"
10841msgstr ""
10842
10843#: builtin/commit.c:1350 builtin/commit.c:1531
10844msgid "show status in long format (default)"
10845msgstr ""
10846
10847#: builtin/commit.c:1353 builtin/commit.c:1534
10848msgid "terminate entries with NUL"
10849msgstr ""
10850
10851#: builtin/commit.c:1355 builtin/commit.c:1359 builtin/commit.c:1537
10852#: builtin/fast-export.c:1125 builtin/fast-export.c:1128
10853#: builtin/fast-export.c:1131 builtin/rebase.c:1471 parse-options.h:332
10854msgid "mode"
10855msgstr ""
10856
10857#: builtin/commit.c:1356 builtin/commit.c:1537
10858msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
10859msgstr ""
10860
10861#: builtin/commit.c:1360
10862msgid ""
10863"show ignored files, optional modes: traditional, matching, no. (Default: "
10864"traditional)"
10865msgstr ""
10866
10867#: builtin/commit.c:1362 parse-options.h:179
10868msgid "when"
10869msgstr ""
10870
10871#: builtin/commit.c:1363
10872msgid ""
10873"ignore changes to submodules, optional when: all, dirty, untracked. "
10874"(Default: all)"
10875msgstr ""
10876
10877#: builtin/commit.c:1365
10878msgid "list untracked files in columns"
10879msgstr ""
10880
10881#: builtin/commit.c:1366
10882msgid "do not detect renames"
10883msgstr ""
10884
10885#: builtin/commit.c:1368
10886msgid "detect renames, optionally set similarity index"
10887msgstr ""
10888
10889#: builtin/commit.c:1388
10890msgid "Unsupported combination of ignored and untracked-files arguments"
10891msgstr ""
10892
10893#: builtin/commit.c:1493
10894msgid "suppress summary after successful commit"
10895msgstr ""
10896
10897#: builtin/commit.c:1494
10898msgid "show diff in commit message template"
10899msgstr ""
10900
10901#: builtin/commit.c:1496
10902msgid "Commit message options"
10903msgstr ""
10904
10905#: builtin/commit.c:1497 builtin/merge.c:274 builtin/tag.c:414
10906msgid "read message from file"
10907msgstr ""
10908
10909#: builtin/commit.c:1498
10910msgid "author"
10911msgstr ""
10912
10913#: builtin/commit.c:1498
10914msgid "override author for commit"
10915msgstr ""
10916
10917#: builtin/commit.c:1499 builtin/gc.c:539
10918msgid "date"
10919msgstr ""
10920
10921#: builtin/commit.c:1499
10922msgid "override date for commit"
10923msgstr ""
10924
10925#: builtin/commit.c:1501 builtin/commit.c:1502 builtin/commit.c:1503
10926#: builtin/commit.c:1504 parse-options.h:324 ref-filter.h:92
10927msgid "commit"
10928msgstr ""
10929
10930#: builtin/commit.c:1501
10931msgid "reuse and edit message from specified commit"
10932msgstr ""
10933
10934#: builtin/commit.c:1502
10935msgid "reuse message from specified commit"
10936msgstr ""
10937
10938#: builtin/commit.c:1503
10939msgid "use autosquash formatted message to fixup specified commit"
10940msgstr ""
10941
10942#: builtin/commit.c:1504
10943msgid "use autosquash formatted message to squash specified commit"
10944msgstr ""
10945
10946#: builtin/commit.c:1505
10947msgid "the commit is authored by me now (used with -C/-c/--amend)"
10948msgstr ""
10949
10950#: builtin/commit.c:1506 builtin/log.c:1581 builtin/merge.c:289
10951#: builtin/pull.c:163 builtin/revert.c:110
10952msgid "add Signed-off-by:"
10953msgstr ""
10954
10955#: builtin/commit.c:1507
10956msgid "use specified template file"
10957msgstr ""
10958
10959#: builtin/commit.c:1508
10960msgid "force edit of commit"
10961msgstr ""
10962
10963#: builtin/commit.c:1510
10964msgid "include status in commit message template"
10965msgstr ""
10966
10967#: builtin/commit.c:1515
10968msgid "Commit contents options"
10969msgstr ""
10970
10971#: builtin/commit.c:1516
10972msgid "commit all changed files"
10973msgstr ""
10974
10975#: builtin/commit.c:1517
10976msgid "add specified files to index for commit"
10977msgstr ""
10978
10979#: builtin/commit.c:1518
10980msgid "interactively add files"
10981msgstr ""
10982
10983#: builtin/commit.c:1519
10984msgid "interactively add changes"
10985msgstr ""
10986
10987#: builtin/commit.c:1520
10988msgid "commit only specified files"
10989msgstr ""
10990
10991#: builtin/commit.c:1521
10992msgid "bypass pre-commit and commit-msg hooks"
10993msgstr ""
10994
10995#: builtin/commit.c:1522
10996msgid "show what would be committed"
10997msgstr ""
10998
10999#: builtin/commit.c:1535
11000msgid "amend previous commit"
11001msgstr ""
11002
11003#: builtin/commit.c:1536
11004msgid "bypass post-rewrite hook"
11005msgstr ""
11006
11007#: builtin/commit.c:1541
11008msgid "ok to record an empty change"
11009msgstr ""
11010
11011#: builtin/commit.c:1543
11012msgid "ok to record a change with an empty message"
11013msgstr ""
11014
11015#: builtin/commit.c:1616
11016#, c-format
11017msgid "Corrupt MERGE_HEAD file (%s)"
11018msgstr ""
11019
11020#: builtin/commit.c:1623
11021msgid "could not read MERGE_MODE"
11022msgstr ""
11023
11024#: builtin/commit.c:1642
11025#, c-format
11026msgid "could not read commit message: %s"
11027msgstr ""
11028
11029#: builtin/commit.c:1649
11030#, c-format
11031msgid "Aborting commit due to empty commit message.\n"
11032msgstr ""
11033
11034#: builtin/commit.c:1654
11035#, c-format
11036msgid "Aborting commit; you did not edit the message.\n"
11037msgstr ""
11038
11039#: builtin/commit.c:1688
11040msgid ""
11041"repository has been updated, but unable to write\n"
11042"new_index file. Check that disk is not full and quota is\n"
11043"not exceeded, and then \"git restore --staged :/\" to recover."
11044msgstr ""
11045
11046#: builtin/commit-graph.c:11
11047msgid "git commit-graph [--object-dir <objdir>]"
11048msgstr ""
11049
11050#: builtin/commit-graph.c:12 builtin/commit-graph.c:24
11051msgid "git commit-graph read [--object-dir <objdir>]"
11052msgstr ""
11053
11054#: builtin/commit-graph.c:13 builtin/commit-graph.c:19
11055msgid "git commit-graph verify [--object-dir <objdir>] [--shallow]"
11056msgstr ""
11057
11058#: builtin/commit-graph.c:14 builtin/commit-graph.c:29
11059msgid ""
11060"git commit-graph write [--object-dir <objdir>] [--append|--split] [--"
11061"reachable|--stdin-packs|--stdin-commits] <split options>"
11062msgstr ""
11063
11064#: builtin/commit-graph.c:54 builtin/commit-graph.c:100
11065#: builtin/commit-graph.c:161 builtin/commit-graph.c:237 builtin/fetch.c:163
11066#: builtin/log.c:1601
11067msgid "dir"
11068msgstr ""
11069
11070#: builtin/commit-graph.c:55 builtin/commit-graph.c:101
11071#: builtin/commit-graph.c:162 builtin/commit-graph.c:238
11072msgid "The object directory to store the graph"
11073msgstr ""
11074
11075#: builtin/commit-graph.c:57
11076msgid "if the commit-graph is split, only verify the tip file"
11077msgstr ""
11078
11079#: builtin/commit-graph.c:73 builtin/commit-graph.c:116
11080#, c-format
11081msgid "Could not open commit-graph '%s'"
11082msgstr ""
11083
11084#: builtin/commit-graph.c:164
11085msgid "start walk at all refs"
11086msgstr ""
11087
11088#: builtin/commit-graph.c:166
11089msgid "scan pack-indexes listed by stdin for commits"
11090msgstr ""
11091
11092#: builtin/commit-graph.c:168
11093msgid "start walk at commits listed by stdin"
11094msgstr ""
11095
11096#: builtin/commit-graph.c:170
11097msgid "include all commits already in the commit-graph file"
11098msgstr ""
11099
11100#: builtin/commit-graph.c:172
11101msgid "allow writing an incremental commit-graph file"
11102msgstr ""
11103
11104#: builtin/commit-graph.c:174 builtin/commit-graph.c:178
11105msgid "maximum number of commits in a non-base split commit-graph"
11106msgstr ""
11107
11108#: builtin/commit-graph.c:176
11109msgid "maximum ratio between two levels of a split commit-graph"
11110msgstr ""
11111
11112#: builtin/commit-graph.c:191
11113msgid "use at most one of --reachable, --stdin-commits, or --stdin-packs"
11114msgstr ""
11115
11116#: builtin/config.c:11
11117msgid "git config [<options>]"
11118msgstr ""
11119
11120#: builtin/config.c:103 builtin/env--helper.c:23
11121#, c-format
11122msgid "unrecognized --type argument, %s"
11123msgstr ""
11124
11125#: builtin/config.c:115
11126msgid "only one type at a time"
11127msgstr ""
11128
11129#: builtin/config.c:124
11130msgid "Config file location"
11131msgstr ""
11132
11133#: builtin/config.c:125
11134msgid "use global config file"
11135msgstr ""
11136
11137#: builtin/config.c:126
11138msgid "use system config file"
11139msgstr ""
11140
11141#: builtin/config.c:127
11142msgid "use repository config file"
11143msgstr ""
11144
11145#: builtin/config.c:128
11146msgid "use per-worktree config file"
11147msgstr ""
11148
11149#: builtin/config.c:129
11150msgid "use given config file"
11151msgstr ""
11152
11153#: builtin/config.c:130
11154msgid "blob-id"
11155msgstr ""
11156
11157#: builtin/config.c:130
11158msgid "read config from given blob object"
11159msgstr ""
11160
11161#: builtin/config.c:131
11162msgid "Action"
11163msgstr ""
11164
11165#: builtin/config.c:132
11166msgid "get value: name [value-regex]"
11167msgstr ""
11168
11169#: builtin/config.c:133
11170msgid "get all values: key [value-regex]"
11171msgstr ""
11172
11173#: builtin/config.c:134
11174msgid "get values for regexp: name-regex [value-regex]"
11175msgstr ""
11176
11177#: builtin/config.c:135
11178msgid "get value specific for the URL: section[.var] URL"
11179msgstr ""
11180
11181#: builtin/config.c:136
11182msgid "replace all matching variables: name value [value_regex]"
11183msgstr ""
11184
11185#: builtin/config.c:137
11186msgid "add a new variable: name value"
11187msgstr ""
11188
11189#: builtin/config.c:138
11190msgid "remove a variable: name [value-regex]"
11191msgstr ""
11192
11193#: builtin/config.c:139
11194msgid "remove all matches: name [value-regex]"
11195msgstr ""
11196
11197#: builtin/config.c:140
11198msgid "rename section: old-name new-name"
11199msgstr ""
11200
11201#: builtin/config.c:141
11202msgid "remove a section: name"
11203msgstr ""
11204
11205#: builtin/config.c:142
11206msgid "list all"
11207msgstr ""
11208
11209#: builtin/config.c:143
11210msgid "open an editor"
11211msgstr ""
11212
11213#: builtin/config.c:144
11214msgid "find the color configured: slot [default]"
11215msgstr ""
11216
11217#: builtin/config.c:145
11218msgid "find the color setting: slot [stdout-is-tty]"
11219msgstr ""
11220
11221#: builtin/config.c:146
11222msgid "Type"
11223msgstr ""
11224
11225#: builtin/config.c:147 builtin/env--helper.c:38
11226msgid "value is given this type"
11227msgstr ""
11228
11229#: builtin/config.c:148
11230msgid "value is \"true\" or \"false\""
11231msgstr ""
11232
11233#: builtin/config.c:149
11234msgid "value is decimal number"
11235msgstr ""
11236
11237#: builtin/config.c:150
11238msgid "value is --bool or --int"
11239msgstr ""
11240
11241#: builtin/config.c:151
11242msgid "value is a path (file or directory name)"
11243msgstr ""
11244
11245#: builtin/config.c:152
11246msgid "value is an expiry date"
11247msgstr ""
11248
11249#: builtin/config.c:153
11250msgid "Other"
11251msgstr ""
11252
11253#: builtin/config.c:154
11254msgid "terminate values with NUL byte"
11255msgstr ""
11256
11257#: builtin/config.c:155
11258msgid "show variable names only"
11259msgstr ""
11260
11261#: builtin/config.c:156
11262msgid "respect include directives on lookup"
11263msgstr ""
11264
11265#: builtin/config.c:157
11266msgid "show origin of config (file, standard input, blob, command line)"
11267msgstr ""
11268
11269#: builtin/config.c:158 builtin/env--helper.c:40
11270msgid "value"
11271msgstr ""
11272
11273#: builtin/config.c:158
11274msgid "with --get, use default value when missing entry"
11275msgstr ""
11276
11277#: builtin/config.c:172
11278#, c-format
11279msgid "wrong number of arguments, should be %d"
11280msgstr ""
11281
11282#: builtin/config.c:174
11283#, c-format
11284msgid "wrong number of arguments, should be from %d to %d"
11285msgstr ""
11286
11287#: builtin/config.c:308
11288#, c-format
11289msgid "invalid key pattern: %s"
11290msgstr ""
11291
11292#: builtin/config.c:344
11293#, c-format
11294msgid "failed to format default config value: %s"
11295msgstr ""
11296
11297#: builtin/config.c:401
11298#, c-format
11299msgid "cannot parse color '%s'"
11300msgstr ""
11301
11302#: builtin/config.c:443
11303msgid "unable to parse default color value"
11304msgstr ""
11305
11306#: builtin/config.c:496 builtin/config.c:742
11307msgid "not in a git directory"
11308msgstr ""
11309
11310#: builtin/config.c:499
11311msgid "writing to stdin is not supported"
11312msgstr ""
11313
11314#: builtin/config.c:502
11315msgid "writing config blobs is not supported"
11316msgstr ""
11317
11318#: builtin/config.c:587
11319#, c-format
11320msgid ""
11321"# This is Git's per-user configuration file.\n"
11322"[user]\n"
11323"# Please adapt and uncomment the following lines:\n"
11324"#\tname = %s\n"
11325"#\temail = %s\n"
11326msgstr ""
11327
11328#: builtin/config.c:611
11329msgid "only one config file at a time"
11330msgstr ""
11331
11332#: builtin/config.c:616
11333msgid "--local can only be used inside a git repository"
11334msgstr ""
11335
11336#: builtin/config.c:619
11337msgid "--blob can only be used inside a git repository"
11338msgstr ""
11339
11340#: builtin/config.c:638
11341msgid "$HOME not set"
11342msgstr ""
11343
11344#: builtin/config.c:658
11345msgid ""
11346"--worktree cannot be used with multiple working trees unless the config\n"
11347"extension worktreeConfig is enabled. Please read \"CONFIGURATION FILE\"\n"
11348"section in \"git help worktree\" for details"
11349msgstr ""
11350
11351#: builtin/config.c:688
11352msgid "--get-color and variable type are incoherent"
11353msgstr ""
11354
11355#: builtin/config.c:693
11356msgid "only one action at a time"
11357msgstr ""
11358
11359#: builtin/config.c:706
11360msgid "--name-only is only applicable to --list or --get-regexp"
11361msgstr ""
11362
11363#: builtin/config.c:712
11364msgid ""
11365"--show-origin is only applicable to --get, --get-all, --get-regexp, and --"
11366"list"
11367msgstr ""
11368
11369#: builtin/config.c:718
11370msgid "--default is only applicable to --get"
11371msgstr ""
11372
11373#: builtin/config.c:731
11374#, c-format
11375msgid "unable to read config file '%s'"
11376msgstr ""
11377
11378#: builtin/config.c:734
11379msgid "error processing config file(s)"
11380msgstr ""
11381
11382#: builtin/config.c:744
11383msgid "editing stdin is not supported"
11384msgstr ""
11385
11386#: builtin/config.c:746
11387msgid "editing blobs is not supported"
11388msgstr ""
11389
11390#: builtin/config.c:760
11391#, c-format
11392msgid "cannot create configuration file %s"
11393msgstr ""
11394
11395#: builtin/config.c:773
11396#, c-format
11397msgid ""
11398"cannot overwrite multiple values with a single value\n"
11399"       Use a regexp, --add or --replace-all to change %s."
11400msgstr ""
11401
11402#: builtin/config.c:847 builtin/config.c:858
11403#, c-format
11404msgid "no such section: %s"
11405msgstr ""
11406
11407#: builtin/count-objects.c:90
11408msgid "git count-objects [-v] [-H | --human-readable]"
11409msgstr ""
11410
11411#: builtin/count-objects.c:100
11412msgid "print sizes in human readable format"
11413msgstr ""
11414
11415#: builtin/describe.c:27
11416msgid "git describe [<options>] [<commit-ish>...]"
11417msgstr ""
11418
11419#: builtin/describe.c:28
11420msgid "git describe [<options>] --dirty"
11421msgstr ""
11422
11423#: builtin/describe.c:63
11424msgid "head"
11425msgstr ""
11426
11427#: builtin/describe.c:63
11428msgid "lightweight"
11429msgstr ""
11430
11431#: builtin/describe.c:63
11432msgid "annotated"
11433msgstr ""
11434
11435#: builtin/describe.c:273
11436#, c-format
11437msgid "annotated tag %s not available"
11438msgstr ""
11439
11440#: builtin/describe.c:277
11441#, c-format
11442msgid "annotated tag %s has no embedded name"
11443msgstr ""
11444
11445#: builtin/describe.c:279
11446#, c-format
11447msgid "tag '%s' is really '%s' here"
11448msgstr ""
11449
11450#: builtin/describe.c:323
11451#, c-format
11452msgid "no tag exactly matches '%s'"
11453msgstr ""
11454
11455#: builtin/describe.c:325
11456#, c-format
11457msgid "No exact match on refs or tags, searching to describe\n"
11458msgstr ""
11459
11460#: builtin/describe.c:379
11461#, c-format
11462msgid "finished search at %s\n"
11463msgstr ""
11464
11465#: builtin/describe.c:405
11466#, c-format
11467msgid ""
11468"No annotated tags can describe '%s'.\n"
11469"However, there were unannotated tags: try --tags."
11470msgstr ""
11471
11472#: builtin/describe.c:409
11473#, c-format
11474msgid ""
11475"No tags can describe '%s'.\n"
11476"Try --always, or create some tags."
11477msgstr ""
11478
11479#: builtin/describe.c:439
11480#, c-format
11481msgid "traversed %lu commits\n"
11482msgstr ""
11483
11484#: builtin/describe.c:442
11485#, c-format
11486msgid ""
11487"more than %i tags found; listed %i most recent\n"
11488"gave up search at %s\n"
11489msgstr ""
11490
11491#: builtin/describe.c:510
11492#, c-format
11493msgid "describe %s\n"
11494msgstr ""
11495
11496#: builtin/describe.c:513
11497#, c-format
11498msgid "Not a valid object name %s"
11499msgstr ""
11500
11501#: builtin/describe.c:521
11502#, c-format
11503msgid "%s is neither a commit nor blob"
11504msgstr ""
11505
11506#: builtin/describe.c:535
11507msgid "find the tag that comes after the commit"
11508msgstr ""
11509
11510#: builtin/describe.c:536
11511msgid "debug search strategy on stderr"
11512msgstr ""
11513
11514#: builtin/describe.c:537
11515msgid "use any ref"
11516msgstr ""
11517
11518#: builtin/describe.c:538
11519msgid "use any tag, even unannotated"
11520msgstr ""
11521
11522#: builtin/describe.c:539
11523msgid "always use long format"
11524msgstr ""
11525
11526#: builtin/describe.c:540
11527msgid "only follow first parent"
11528msgstr ""
11529
11530#: builtin/describe.c:543
11531msgid "only output exact matches"
11532msgstr ""
11533
11534#: builtin/describe.c:545
11535msgid "consider <n> most recent tags (default: 10)"
11536msgstr ""
11537
11538#: builtin/describe.c:547
11539msgid "only consider tags matching <pattern>"
11540msgstr ""
11541
11542#: builtin/describe.c:549
11543msgid "do not consider tags matching <pattern>"
11544msgstr ""
11545
11546#: builtin/describe.c:551 builtin/name-rev.c:422
11547msgid "show abbreviated commit object as fallback"
11548msgstr ""
11549
11550#: builtin/describe.c:552 builtin/describe.c:555
11551msgid "mark"
11552msgstr ""
11553
11554#: builtin/describe.c:553
11555msgid "append <mark> on dirty working tree (default: \"-dirty\")"
11556msgstr ""
11557
11558#: builtin/describe.c:556
11559msgid "append <mark> on broken working tree (default: \"-broken\")"
11560msgstr ""
11561
11562#: builtin/describe.c:574
11563msgid "--long is incompatible with --abbrev=0"
11564msgstr ""
11565
11566#: builtin/describe.c:603
11567msgid "No names found, cannot describe anything."
11568msgstr ""
11569
11570#: builtin/describe.c:654
11571msgid "--dirty is incompatible with commit-ishes"
11572msgstr ""
11573
11574#: builtin/describe.c:656
11575msgid "--broken is incompatible with commit-ishes"
11576msgstr ""
11577
11578#: builtin/diff.c:84
11579#, c-format
11580msgid "'%s': not a regular file or symlink"
11581msgstr ""
11582
11583#: builtin/diff.c:235
11584#, c-format
11585msgid "invalid option: %s"
11586msgstr ""
11587
11588#: builtin/diff.c:350
11589msgid "Not a git repository"
11590msgstr ""
11591
11592#: builtin/diff.c:394
11593#, c-format
11594msgid "invalid object '%s' given."
11595msgstr ""
11596
11597#: builtin/diff.c:403
11598#, c-format
11599msgid "more than two blobs given: '%s'"
11600msgstr ""
11601
11602#: builtin/diff.c:408
11603#, c-format
11604msgid "unhandled object '%s' given."
11605msgstr ""
11606
11607#: builtin/difftool.c:30
11608msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
11609msgstr ""
11610
11611#: builtin/difftool.c:253
11612#, c-format
11613msgid "failed: %d"
11614msgstr ""
11615
11616#: builtin/difftool.c:295
11617#, c-format
11618msgid "could not read symlink %s"
11619msgstr ""
11620
11621#: builtin/difftool.c:297
11622#, c-format
11623msgid "could not read symlink file %s"
11624msgstr ""
11625
11626#: builtin/difftool.c:305
11627#, c-format
11628msgid "could not read object %s for symlink %s"
11629msgstr ""
11630
11631#: builtin/difftool.c:406
11632msgid ""
11633"combined diff formats('-c' and '--cc') are not supported in\n"
11634"directory diff mode('-d' and '--dir-diff')."
11635msgstr ""
11636
11637#: builtin/difftool.c:626
11638#, c-format
11639msgid "both files modified: '%s' and '%s'."
11640msgstr ""
11641
11642#: builtin/difftool.c:628
11643msgid "working tree file has been left."
11644msgstr ""
11645
11646#: builtin/difftool.c:639
11647#, c-format
11648msgid "temporary files exist in '%s'."
11649msgstr ""
11650
11651#: builtin/difftool.c:640
11652msgid "you may want to cleanup or recover these."
11653msgstr ""
11654
11655#: builtin/difftool.c:689
11656msgid "use `diff.guitool` instead of `diff.tool`"
11657msgstr ""
11658
11659#: builtin/difftool.c:691
11660msgid "perform a full-directory diff"
11661msgstr ""
11662
11663#: builtin/difftool.c:693
11664msgid "do not prompt before launching a diff tool"
11665msgstr ""
11666
11667#: builtin/difftool.c:698
11668msgid "use symlinks in dir-diff mode"
11669msgstr ""
11670
11671#: builtin/difftool.c:699
11672msgid "tool"
11673msgstr ""
11674
11675#: builtin/difftool.c:700
11676msgid "use the specified diff tool"
11677msgstr ""
11678
11679#: builtin/difftool.c:702
11680msgid "print a list of diff tools that may be used with `--tool`"
11681msgstr ""
11682
11683#: builtin/difftool.c:705
11684msgid ""
11685"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
11686"code"
11687msgstr ""
11688
11689#: builtin/difftool.c:708
11690msgid "specify a custom command for viewing diffs"
11691msgstr ""
11692
11693#: builtin/difftool.c:709
11694msgid "passed to `diff`"
11695msgstr ""
11696
11697#: builtin/difftool.c:724
11698msgid "difftool requires worktree or --no-index"
11699msgstr ""
11700
11701#: builtin/difftool.c:731
11702msgid "--dir-diff is incompatible with --no-index"
11703msgstr ""
11704
11705#: builtin/difftool.c:734
11706msgid "--gui, --tool and --extcmd are mutually exclusive"
11707msgstr ""
11708
11709#: builtin/difftool.c:742
11710msgid "no <tool> given for --tool=<tool>"
11711msgstr ""
11712
11713#: builtin/difftool.c:749
11714msgid "no <cmd> given for --extcmd=<cmd>"
11715msgstr ""
11716
11717#: builtin/env--helper.c:6
11718msgid "git env--helper --type=[bool|ulong] <options> <env-var>"
11719msgstr ""
11720
11721#: builtin/env--helper.c:37 builtin/hash-object.c:98
11722msgid "type"
11723msgstr ""
11724
11725#: builtin/env--helper.c:41
11726msgid "default for git_env_*(...) to fall back on"
11727msgstr ""
11728
11729#: builtin/env--helper.c:43
11730msgid "be quiet only use git_env_*() value as exit code"
11731msgstr ""
11732
11733#: builtin/env--helper.c:62
11734#, c-format
11735msgid "option `--default' expects a boolean value with `--type=bool`, not `%s`"
11736msgstr ""
11737
11738#: builtin/env--helper.c:77
11739#, c-format
11740msgid ""
11741"option `--default' expects an unsigned long value with `--type=ulong`, not `"
11742"%s`"
11743msgstr ""
11744
11745#: builtin/fast-export.c:29
11746msgid "git fast-export [rev-list-opts]"
11747msgstr ""
11748
11749#: builtin/fast-export.c:1124
11750msgid "show progress after <n> objects"
11751msgstr ""
11752
11753#: builtin/fast-export.c:1126
11754msgid "select handling of signed tags"
11755msgstr ""
11756
11757#: builtin/fast-export.c:1129
11758msgid "select handling of tags that tag filtered objects"
11759msgstr ""
11760
11761#: builtin/fast-export.c:1132
11762msgid "select handling of commit messages in an alternate encoding"
11763msgstr ""
11764
11765#: builtin/fast-export.c:1135
11766msgid "Dump marks to this file"
11767msgstr ""
11768
11769#: builtin/fast-export.c:1137
11770msgid "Import marks from this file"
11771msgstr ""
11772
11773#: builtin/fast-export.c:1139
11774msgid "Fake a tagger when tags lack one"
11775msgstr ""
11776
11777#: builtin/fast-export.c:1141
11778msgid "Output full tree for each commit"
11779msgstr ""
11780
11781#: builtin/fast-export.c:1143
11782msgid "Use the done feature to terminate the stream"
11783msgstr ""
11784
11785#: builtin/fast-export.c:1144
11786msgid "Skip output of blob data"
11787msgstr ""
11788
11789#: builtin/fast-export.c:1145 builtin/log.c:1649
11790msgid "refspec"
11791msgstr ""
11792
11793#: builtin/fast-export.c:1146
11794msgid "Apply refspec to exported refs"
11795msgstr ""
11796
11797#: builtin/fast-export.c:1147
11798msgid "anonymize output"
11799msgstr ""
11800
11801#: builtin/fast-export.c:1149
11802msgid "Reference parents which are not in fast-export stream by object id"
11803msgstr ""
11804
11805#: builtin/fast-export.c:1151
11806msgid "Show original object ids of blobs/commits"
11807msgstr ""
11808
11809#: builtin/fetch.c:30
11810msgid "git fetch [<options>] [<repository> [<refspec>...]]"
11811msgstr ""
11812
11813#: builtin/fetch.c:31
11814msgid "git fetch [<options>] <group>"
11815msgstr ""
11816
11817#: builtin/fetch.c:32
11818msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
11819msgstr ""
11820
11821#: builtin/fetch.c:33
11822msgid "git fetch --all [<options>]"
11823msgstr ""
11824
11825#: builtin/fetch.c:125 builtin/pull.c:203
11826msgid "fetch from all remotes"
11827msgstr ""
11828
11829#: builtin/fetch.c:127 builtin/pull.c:206
11830msgid "append to .git/FETCH_HEAD instead of overwriting"
11831msgstr ""
11832
11833#: builtin/fetch.c:129 builtin/pull.c:209
11834msgid "path to upload pack on remote end"
11835msgstr ""
11836
11837#: builtin/fetch.c:130
11838msgid "force overwrite of local reference"
11839msgstr ""
11840
11841#: builtin/fetch.c:132
11842msgid "fetch from multiple remotes"
11843msgstr ""
11844
11845#: builtin/fetch.c:134 builtin/pull.c:213
11846msgid "fetch all tags and associated objects"
11847msgstr ""
11848
11849#: builtin/fetch.c:136
11850msgid "do not fetch all tags (--no-tags)"
11851msgstr ""
11852
11853#: builtin/fetch.c:138
11854msgid "number of submodules fetched in parallel"
11855msgstr ""
11856
11857#: builtin/fetch.c:140 builtin/pull.c:216
11858msgid "prune remote-tracking branches no longer on remote"
11859msgstr ""
11860
11861#: builtin/fetch.c:142
11862msgid "prune local tags no longer on remote and clobber changed tags"
11863msgstr ""
11864
11865#: builtin/fetch.c:143 builtin/fetch.c:166 builtin/pull.c:140
11866msgid "on-demand"
11867msgstr ""
11868
11869#: builtin/fetch.c:144
11870msgid "control recursive fetching of submodules"
11871msgstr ""
11872
11873#: builtin/fetch.c:148 builtin/pull.c:224
11874msgid "keep downloaded pack"
11875msgstr ""
11876
11877#: builtin/fetch.c:150
11878msgid "allow updating of HEAD ref"
11879msgstr ""
11880
11881#: builtin/fetch.c:153 builtin/fetch.c:159 builtin/pull.c:227
11882msgid "deepen history of shallow clone"
11883msgstr ""
11884
11885#: builtin/fetch.c:155
11886msgid "deepen history of shallow repository based on time"
11887msgstr ""
11888
11889#: builtin/fetch.c:161 builtin/pull.c:230
11890msgid "convert to a complete repository"
11891msgstr ""
11892
11893#: builtin/fetch.c:164
11894msgid "prepend this to submodule path output"
11895msgstr ""
11896
11897#: builtin/fetch.c:167
11898msgid ""
11899"default for recursive fetching of submodules (lower priority than config "
11900"files)"
11901msgstr ""
11902
11903#: builtin/fetch.c:171 builtin/pull.c:233
11904msgid "accept refs that update .git/shallow"
11905msgstr ""
11906
11907#: builtin/fetch.c:172 builtin/pull.c:235
11908msgid "refmap"
11909msgstr ""
11910
11911#: builtin/fetch.c:173 builtin/pull.c:236
11912msgid "specify fetch refmap"
11913msgstr ""
11914
11915#: builtin/fetch.c:180
11916msgid "report that we have only objects reachable from this object"
11917msgstr ""
11918
11919#: builtin/fetch.c:183
11920msgid "run 'gc --auto' after fetching"
11921msgstr ""
11922
11923#: builtin/fetch.c:185 builtin/pull.c:245
11924msgid "check for forced-updates on all updated branches"
11925msgstr ""
11926
11927#: builtin/fetch.c:491
11928msgid "Couldn't find remote ref HEAD"
11929msgstr ""
11930
11931#: builtin/fetch.c:630
11932#, c-format
11933msgid "configuration fetch.output contains invalid value %s"
11934msgstr ""
11935
11936#: builtin/fetch.c:728
11937#, c-format
11938msgid "object %s not found"
11939msgstr ""
11940
11941#: builtin/fetch.c:732
11942msgid "[up to date]"
11943msgstr ""
11944
11945#: builtin/fetch.c:745 builtin/fetch.c:761 builtin/fetch.c:833
11946msgid "[rejected]"
11947msgstr ""
11948
11949#: builtin/fetch.c:746
11950msgid "can't fetch in current branch"
11951msgstr ""
11952
11953#: builtin/fetch.c:756
11954msgid "[tag update]"
11955msgstr ""
11956
11957#: builtin/fetch.c:757 builtin/fetch.c:794 builtin/fetch.c:816
11958#: builtin/fetch.c:828
11959msgid "unable to update local ref"
11960msgstr ""
11961
11962#: builtin/fetch.c:761
11963msgid "would clobber existing tag"
11964msgstr ""
11965
11966#: builtin/fetch.c:783
11967msgid "[new tag]"
11968msgstr ""
11969
11970#: builtin/fetch.c:786
11971msgid "[new branch]"
11972msgstr ""
11973
11974#: builtin/fetch.c:789
11975msgid "[new ref]"
11976msgstr ""
11977
11978#: builtin/fetch.c:828
11979msgid "forced update"
11980msgstr ""
11981
11982#: builtin/fetch.c:833
11983msgid "non-fast-forward"
11984msgstr ""
11985
11986#: builtin/fetch.c:879
11987#, c-format
11988msgid "%s did not send all necessary objects\n"
11989msgstr ""
11990
11991#: builtin/fetch.c:900
11992#, c-format
11993msgid "reject %s because shallow roots are not allowed to be updated"
11994msgstr ""
11995
11996#: builtin/fetch.c:991 builtin/fetch.c:1124
11997#, c-format
11998msgid "From %.*s\n"
11999msgstr ""
12000
12001#: builtin/fetch.c:1002
12002#, c-format
12003msgid ""
12004"some local refs could not be updated; try running\n"
12005" 'git remote prune %s' to remove any old, conflicting branches"
12006msgstr ""
12007
12008#: builtin/fetch.c:1008
12009msgid ""
12010"Fetch normally indicates which branches had a forced update, but that check "
12011"has been disabled."
12012msgstr ""
12013
12014#: builtin/fetch.c:1009
12015msgid ""
12016"To re-enable, use '--show-forced-updates' flag or run 'git config fetch."
12017"showForcedUpdates true'."
12018msgstr ""
12019
12020#: builtin/fetch.c:1011
12021#, c-format
12022msgid ""
12023"It took %.2f seconds to check forced updates. You can use '--no-show-forced-"
12024"updates'\n"
12025msgstr ""
12026
12027#: builtin/fetch.c:1013
12028msgid ""
12029"or run 'git config fetch.showForcedUpdates false' to avoid this check.\n"
12030msgstr ""
12031
12032#: builtin/fetch.c:1094
12033#, c-format
12034msgid "   (%s will become dangling)"
12035msgstr ""
12036
12037#: builtin/fetch.c:1095
12038#, c-format
12039msgid "   (%s has become dangling)"
12040msgstr ""
12041
12042#: builtin/fetch.c:1127
12043msgid "[deleted]"
12044msgstr ""
12045
12046#: builtin/fetch.c:1128 builtin/remote.c:1036
12047msgid "(none)"
12048msgstr ""
12049
12050#: builtin/fetch.c:1151
12051#, c-format
12052msgid "Refusing to fetch into current branch %s of non-bare repository"
12053msgstr ""
12054
12055#: builtin/fetch.c:1170
12056#, c-format
12057msgid "Option \"%s\" value \"%s\" is not valid for %s"
12058msgstr ""
12059
12060#: builtin/fetch.c:1173
12061#, c-format
12062msgid "Option \"%s\" is ignored for %s\n"
12063msgstr ""
12064
12065#: builtin/fetch.c:1477
12066#, c-format
12067msgid "Fetching %s\n"
12068msgstr ""
12069
12070#: builtin/fetch.c:1479 builtin/remote.c:100
12071#, c-format
12072msgid "Could not fetch %s"
12073msgstr ""
12074
12075#: builtin/fetch.c:1525
12076msgid ""
12077"--filter can only be used with the remote configured in extensions."
12078"partialClone"
12079msgstr ""
12080
12081#: builtin/fetch.c:1549
12082msgid ""
12083"No remote repository specified.  Please, specify either a URL or a\n"
12084"remote name from which new revisions should be fetched."
12085msgstr ""
12086
12087#: builtin/fetch.c:1586
12088msgid "You need to specify a tag name."
12089msgstr ""
12090
12091#: builtin/fetch.c:1637
12092msgid "Negative depth in --deepen is not supported"
12093msgstr ""
12094
12095#: builtin/fetch.c:1639
12096msgid "--deepen and --depth are mutually exclusive"
12097msgstr ""
12098
12099#: builtin/fetch.c:1644
12100msgid "--depth and --unshallow cannot be used together"
12101msgstr ""
12102
12103#: builtin/fetch.c:1646
12104msgid "--unshallow on a complete repository does not make sense"
12105msgstr ""
12106
12107#: builtin/fetch.c:1662
12108msgid "fetch --all does not take a repository argument"
12109msgstr ""
12110
12111#: builtin/fetch.c:1664
12112msgid "fetch --all does not make sense with refspecs"
12113msgstr ""
12114
12115#: builtin/fetch.c:1673
12116#, c-format
12117msgid "No such remote or remote group: %s"
12118msgstr ""
12119
12120#: builtin/fetch.c:1680
12121msgid "Fetching a group and specifying refspecs does not make sense"
12122msgstr ""
12123
12124#: builtin/fetch.c:1696
12125msgid ""
12126"--filter can only be used with the remote configured in extensions."
12127"partialclone"
12128msgstr ""
12129
12130#: builtin/fmt-merge-msg.c:18
12131msgid ""
12132"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
12133msgstr ""
12134
12135#: builtin/fmt-merge-msg.c:672
12136msgid "populate log with at most <n> entries from shortlog"
12137msgstr ""
12138
12139#: builtin/fmt-merge-msg.c:675
12140msgid "alias for --log (deprecated)"
12141msgstr ""
12142
12143#: builtin/fmt-merge-msg.c:678
12144msgid "text"
12145msgstr ""
12146
12147#: builtin/fmt-merge-msg.c:679
12148msgid "use <text> as start of message"
12149msgstr ""
12150
12151#: builtin/fmt-merge-msg.c:680
12152msgid "file to read from"
12153msgstr ""
12154
12155#: builtin/for-each-ref.c:10
12156msgid "git for-each-ref [<options>] [<pattern>]"
12157msgstr ""
12158
12159#: builtin/for-each-ref.c:11
12160msgid "git for-each-ref [--points-at <object>]"
12161msgstr ""
12162
12163#: builtin/for-each-ref.c:12
12164msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
12165msgstr ""
12166
12167#: builtin/for-each-ref.c:13
12168msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
12169msgstr ""
12170
12171#: builtin/for-each-ref.c:28
12172msgid "quote placeholders suitably for shells"
12173msgstr ""
12174
12175#: builtin/for-each-ref.c:30
12176msgid "quote placeholders suitably for perl"
12177msgstr ""
12178
12179#: builtin/for-each-ref.c:32
12180msgid "quote placeholders suitably for python"
12181msgstr ""
12182
12183#: builtin/for-each-ref.c:34
12184msgid "quote placeholders suitably for Tcl"
12185msgstr ""
12186
12187#: builtin/for-each-ref.c:37
12188msgid "show only <n> matched refs"
12189msgstr ""
12190
12191#: builtin/for-each-ref.c:39 builtin/tag.c:439
12192msgid "respect format colors"
12193msgstr ""
12194
12195#: builtin/for-each-ref.c:42
12196msgid "print only refs which points at the given object"
12197msgstr ""
12198
12199#: builtin/for-each-ref.c:44
12200msgid "print only refs that are merged"
12201msgstr ""
12202
12203#: builtin/for-each-ref.c:45
12204msgid "print only refs that are not merged"
12205msgstr ""
12206
12207#: builtin/for-each-ref.c:46
12208msgid "print only refs which contain the commit"
12209msgstr ""
12210
12211#: builtin/for-each-ref.c:47
12212msgid "print only refs which don't contain the commit"
12213msgstr ""
12214
12215#: builtin/fsck.c:88 builtin/fsck.c:160 builtin/fsck.c:161
12216msgid "unknown"
12217msgstr ""
12218
12219#. TRANSLATORS: e.g. error in tree 01bfda: <more explanation>
12220#: builtin/fsck.c:120 builtin/fsck.c:136
12221#, c-format
12222msgid "error in %s %s: %s"
12223msgstr ""
12224
12225#. TRANSLATORS: e.g. warning in tree 01bfda: <more explanation>
12226#: builtin/fsck.c:131
12227#, c-format
12228msgid "warning in %s %s: %s"
12229msgstr ""
12230
12231#: builtin/fsck.c:157 builtin/fsck.c:159
12232#, c-format
12233msgid "broken link from %7s %s"
12234msgstr ""
12235
12236#: builtin/fsck.c:168
12237msgid "wrong object type in link"
12238msgstr ""
12239
12240#: builtin/fsck.c:184
12241#, c-format
12242msgid ""
12243"broken link from %7s %s\n"
12244"              to %7s %s"
12245msgstr ""
12246
12247#: builtin/fsck.c:295
12248#, c-format
12249msgid "missing %s %s"
12250msgstr ""
12251
12252#: builtin/fsck.c:321
12253#, c-format
12254msgid "unreachable %s %s"
12255msgstr ""
12256
12257#: builtin/fsck.c:340
12258#, c-format
12259msgid "dangling %s %s"
12260msgstr ""
12261
12262#: builtin/fsck.c:349
12263msgid "could not create lost-found"
12264msgstr ""
12265
12266#: builtin/fsck.c:360
12267#, c-format
12268msgid "could not finish '%s'"
12269msgstr ""
12270
12271#: builtin/fsck.c:377
12272#, c-format
12273msgid "Checking %s"
12274msgstr ""
12275
12276#: builtin/fsck.c:415
12277#, c-format
12278msgid "Checking connectivity (%d objects)"
12279msgstr ""
12280
12281#: builtin/fsck.c:434
12282#, c-format
12283msgid "Checking %s %s"
12284msgstr ""
12285
12286#: builtin/fsck.c:438
12287msgid "broken links"
12288msgstr ""
12289
12290#: builtin/fsck.c:447
12291#, c-format
12292msgid "root %s"
12293msgstr ""
12294
12295#: builtin/fsck.c:455
12296#, c-format
12297msgid "tagged %s %s (%s) in %s"
12298msgstr ""
12299
12300#: builtin/fsck.c:484
12301#, c-format
12302msgid "%s: object corrupt or missing"
12303msgstr ""
12304
12305#: builtin/fsck.c:509
12306#, c-format
12307msgid "%s: invalid reflog entry %s"
12308msgstr ""
12309
12310#: builtin/fsck.c:523
12311#, c-format
12312msgid "Checking reflog %s->%s"
12313msgstr ""
12314
12315#: builtin/fsck.c:557
12316#, c-format
12317msgid "%s: invalid sha1 pointer %s"
12318msgstr ""
12319
12320#: builtin/fsck.c:564
12321#, c-format
12322msgid "%s: not a commit"
12323msgstr ""
12324
12325#: builtin/fsck.c:619
12326msgid "notice: No default references"
12327msgstr ""
12328
12329#: builtin/fsck.c:634
12330#, c-format
12331msgid "%s: object corrupt or missing: %s"
12332msgstr ""
12333
12334#: builtin/fsck.c:647
12335#, c-format
12336msgid "%s: object could not be parsed: %s"
12337msgstr ""
12338
12339#: builtin/fsck.c:667
12340#, c-format
12341msgid "bad sha1 file: %s"
12342msgstr ""
12343
12344#: builtin/fsck.c:682
12345msgid "Checking object directory"
12346msgstr ""
12347
12348#: builtin/fsck.c:685
12349msgid "Checking object directories"
12350msgstr ""
12351
12352#: builtin/fsck.c:700
12353#, c-format
12354msgid "Checking %s link"
12355msgstr ""
12356
12357#: builtin/fsck.c:705 builtin/index-pack.c:842
12358#, c-format
12359msgid "invalid %s"
12360msgstr ""
12361
12362#: builtin/fsck.c:712
12363#, c-format
12364msgid "%s points to something strange (%s)"
12365msgstr ""
12366
12367#: builtin/fsck.c:718
12368#, c-format
12369msgid "%s: detached HEAD points at nothing"
12370msgstr ""
12371
12372#: builtin/fsck.c:722
12373#, c-format
12374msgid "notice: %s points to an unborn branch (%s)"
12375msgstr ""
12376
12377#: builtin/fsck.c:734
12378msgid "Checking cache tree"
12379msgstr ""
12380
12381#: builtin/fsck.c:739
12382#, c-format
12383msgid "%s: invalid sha1 pointer in cache-tree"
12384msgstr ""
12385
12386#: builtin/fsck.c:750
12387msgid "non-tree in cache-tree"
12388msgstr ""
12389
12390#: builtin/fsck.c:781
12391msgid "git fsck [<options>] [<object>...]"
12392msgstr ""
12393
12394#: builtin/fsck.c:787
12395msgid "show unreachable objects"
12396msgstr ""
12397
12398#: builtin/fsck.c:788
12399msgid "show dangling objects"
12400msgstr ""
12401
12402#: builtin/fsck.c:789
12403msgid "report tags"
12404msgstr ""
12405
12406#: builtin/fsck.c:790
12407msgid "report root nodes"
12408msgstr ""
12409
12410#: builtin/fsck.c:791
12411msgid "make index objects head nodes"
12412msgstr ""
12413
12414#: builtin/fsck.c:792
12415msgid "make reflogs head nodes (default)"
12416msgstr ""
12417
12418#: builtin/fsck.c:793
12419msgid "also consider packs and alternate objects"
12420msgstr ""
12421
12422#: builtin/fsck.c:794
12423msgid "check only connectivity"
12424msgstr ""
12425
12426#: builtin/fsck.c:795
12427msgid "enable more strict checking"
12428msgstr ""
12429
12430#: builtin/fsck.c:797
12431msgid "write dangling objects in .git/lost-found"
12432msgstr ""
12433
12434#: builtin/fsck.c:798 builtin/prune.c:132
12435msgid "show progress"
12436msgstr ""
12437
12438#: builtin/fsck.c:799
12439msgid "show verbose names for reachable objects"
12440msgstr ""
12441
12442#: builtin/fsck.c:859 builtin/index-pack.c:225
12443msgid "Checking objects"
12444msgstr ""
12445
12446#: builtin/fsck.c:887
12447#, c-format
12448msgid "%s: object missing"
12449msgstr ""
12450
12451#: builtin/fsck.c:899
12452#, c-format
12453msgid "invalid parameter: expected sha1, got '%s'"
12454msgstr ""
12455
12456#: builtin/gc.c:34
12457msgid "git gc [<options>]"
12458msgstr ""
12459
12460#: builtin/gc.c:90
12461#, c-format
12462msgid "Failed to fstat %s: %s"
12463msgstr ""
12464
12465#: builtin/gc.c:126
12466#, c-format
12467msgid "failed to parse '%s' value '%s'"
12468msgstr ""
12469
12470#: builtin/gc.c:476 builtin/init-db.c:55
12471#, c-format
12472msgid "cannot stat '%s'"
12473msgstr ""
12474
12475#: builtin/gc.c:485 builtin/notes.c:240 builtin/tag.c:529
12476#, c-format
12477msgid "cannot read '%s'"
12478msgstr ""
12479
12480#: builtin/gc.c:492
12481#, c-format
12482msgid ""
12483"The last gc run reported the following. Please correct the root cause\n"
12484"and remove %s.\n"
12485"Automatic cleanup will not be performed until the file is removed.\n"
12486"\n"
12487"%s"
12488msgstr ""
12489
12490#: builtin/gc.c:540
12491msgid "prune unreferenced objects"
12492msgstr ""
12493
12494#: builtin/gc.c:542
12495msgid "be more thorough (increased runtime)"
12496msgstr ""
12497
12498#: builtin/gc.c:543
12499msgid "enable auto-gc mode"
12500msgstr ""
12501
12502#: builtin/gc.c:546
12503msgid "force running gc even if there may be another gc running"
12504msgstr ""
12505
12506#: builtin/gc.c:549
12507msgid "repack all other packs except the largest pack"
12508msgstr ""
12509
12510#: builtin/gc.c:566
12511#, c-format
12512msgid "failed to parse gc.logexpiry value %s"
12513msgstr ""
12514
12515#: builtin/gc.c:577
12516#, c-format
12517msgid "failed to parse prune expiry value %s"
12518msgstr ""
12519
12520#: builtin/gc.c:597
12521#, c-format
12522msgid "Auto packing the repository in background for optimum performance.\n"
12523msgstr ""
12524
12525#: builtin/gc.c:599
12526#, c-format
12527msgid "Auto packing the repository for optimum performance.\n"
12528msgstr ""
12529
12530#: builtin/gc.c:600
12531#, c-format
12532msgid "See \"git help gc\" for manual housekeeping.\n"
12533msgstr ""
12534
12535#: builtin/gc.c:640
12536#, c-format
12537msgid ""
12538"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
12539msgstr ""
12540
12541#: builtin/gc.c:695
12542msgid ""
12543"There are too many unreachable loose objects; run 'git prune' to remove them."
12544msgstr ""
12545
12546#: builtin/grep.c:29
12547msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
12548msgstr ""
12549
12550#: builtin/grep.c:225
12551#, c-format
12552msgid "grep: failed to create thread: %s"
12553msgstr ""
12554
12555#: builtin/grep.c:279
12556#, c-format
12557msgid "invalid number of threads specified (%d) for %s"
12558msgstr ""
12559
12560#. TRANSLATORS: %s is the configuration
12561#. variable for tweaking threads, currently
12562#. grep.threads
12563#.
12564#: builtin/grep.c:287 builtin/index-pack.c:1534 builtin/index-pack.c:1727
12565#: builtin/pack-objects.c:2722
12566#, c-format
12567msgid "no threads support, ignoring %s"
12568msgstr ""
12569
12570#: builtin/grep.c:467 builtin/grep.c:591 builtin/grep.c:633
12571#, c-format
12572msgid "unable to read tree (%s)"
12573msgstr ""
12574
12575#: builtin/grep.c:648
12576#, c-format
12577msgid "unable to grep from object of type %s"
12578msgstr ""
12579
12580#: builtin/grep.c:714
12581#, c-format
12582msgid "switch `%c' expects a numerical value"
12583msgstr ""
12584
12585#: builtin/grep.c:813
12586msgid "search in index instead of in the work tree"
12587msgstr ""
12588
12589#: builtin/grep.c:815
12590msgid "find in contents not managed by git"
12591msgstr ""
12592
12593#: builtin/grep.c:817
12594msgid "search in both tracked and untracked files"
12595msgstr ""
12596
12597#: builtin/grep.c:819
12598msgid "ignore files specified via '.gitignore'"
12599msgstr ""
12600
12601#: builtin/grep.c:821
12602msgid "recursively search in each submodule"
12603msgstr ""
12604
12605#: builtin/grep.c:824
12606msgid "show non-matching lines"
12607msgstr ""
12608
12609#: builtin/grep.c:826
12610msgid "case insensitive matching"
12611msgstr ""
12612
12613#: builtin/grep.c:828
12614msgid "match patterns only at word boundaries"
12615msgstr ""
12616
12617#: builtin/grep.c:830
12618msgid "process binary files as text"
12619msgstr ""
12620
12621#: builtin/grep.c:832
12622msgid "don't match patterns in binary files"
12623msgstr ""
12624
12625#: builtin/grep.c:835
12626msgid "process binary files with textconv filters"
12627msgstr ""
12628
12629#: builtin/grep.c:837
12630msgid "search in subdirectories (default)"
12631msgstr ""
12632
12633#: builtin/grep.c:839
12634msgid "descend at most <depth> levels"
12635msgstr ""
12636
12637#: builtin/grep.c:843
12638msgid "use extended POSIX regular expressions"
12639msgstr ""
12640
12641#: builtin/grep.c:846
12642msgid "use basic POSIX regular expressions (default)"
12643msgstr ""
12644
12645#: builtin/grep.c:849
12646msgid "interpret patterns as fixed strings"
12647msgstr ""
12648
12649#: builtin/grep.c:852
12650msgid "use Perl-compatible regular expressions"
12651msgstr ""
12652
12653#: builtin/grep.c:855
12654msgid "show line numbers"
12655msgstr ""
12656
12657#: builtin/grep.c:856
12658msgid "show column number of first match"
12659msgstr ""
12660
12661#: builtin/grep.c:857
12662msgid "don't show filenames"
12663msgstr ""
12664
12665#: builtin/grep.c:858
12666msgid "show filenames"
12667msgstr ""
12668
12669#: builtin/grep.c:860
12670msgid "show filenames relative to top directory"
12671msgstr ""
12672
12673#: builtin/grep.c:862
12674msgid "show only filenames instead of matching lines"
12675msgstr ""
12676
12677#: builtin/grep.c:864
12678msgid "synonym for --files-with-matches"
12679msgstr ""
12680
12681#: builtin/grep.c:867
12682msgid "show only the names of files without match"
12683msgstr ""
12684
12685#: builtin/grep.c:869
12686msgid "print NUL after filenames"
12687msgstr ""
12688
12689#: builtin/grep.c:872
12690msgid "show only matching parts of a line"
12691msgstr ""
12692
12693#: builtin/grep.c:874
12694msgid "show the number of matches instead of matching lines"
12695msgstr ""
12696
12697#: builtin/grep.c:875
12698msgid "highlight matches"
12699msgstr ""
12700
12701#: builtin/grep.c:877
12702msgid "print empty line between matches from different files"
12703msgstr ""
12704
12705#: builtin/grep.c:879
12706msgid "show filename only once above matches from same file"
12707msgstr ""
12708
12709#: builtin/grep.c:882
12710msgid "show <n> context lines before and after matches"
12711msgstr ""
12712
12713#: builtin/grep.c:885
12714msgid "show <n> context lines before matches"
12715msgstr ""
12716
12717#: builtin/grep.c:887
12718msgid "show <n> context lines after matches"
12719msgstr ""
12720
12721#: builtin/grep.c:889
12722msgid "use <n> worker threads"
12723msgstr ""
12724
12725#: builtin/grep.c:890
12726msgid "shortcut for -C NUM"
12727msgstr ""
12728
12729#: builtin/grep.c:893
12730msgid "show a line with the function name before matches"
12731msgstr ""
12732
12733#: builtin/grep.c:895
12734msgid "show the surrounding function"
12735msgstr ""
12736
12737#: builtin/grep.c:898
12738msgid "read patterns from file"
12739msgstr ""
12740
12741#: builtin/grep.c:900
12742msgid "match <pattern>"
12743msgstr ""
12744
12745#: builtin/grep.c:902
12746msgid "combine patterns specified with -e"
12747msgstr ""
12748
12749#: builtin/grep.c:914
12750msgid "indicate hit with exit status without output"
12751msgstr ""
12752
12753#: builtin/grep.c:916
12754msgid "show only matches from files that match all patterns"
12755msgstr ""
12756
12757#: builtin/grep.c:918
12758msgid "show parse tree for grep expression"
12759msgstr ""
12760
12761#: builtin/grep.c:922
12762msgid "pager"
12763msgstr ""
12764
12765#: builtin/grep.c:922
12766msgid "show matching files in the pager"
12767msgstr ""
12768
12769#: builtin/grep.c:926
12770msgid "allow calling of grep(1) (ignored by this build)"
12771msgstr ""
12772
12773#: builtin/grep.c:990
12774msgid "no pattern given"
12775msgstr ""
12776
12777#: builtin/grep.c:1026
12778msgid "--no-index or --untracked cannot be used with revs"
12779msgstr ""
12780
12781#: builtin/grep.c:1034
12782#, c-format
12783msgid "unable to resolve revision: %s"
12784msgstr ""
12785
12786#: builtin/grep.c:1065
12787msgid "invalid option combination, ignoring --threads"
12788msgstr ""
12789
12790#: builtin/grep.c:1068 builtin/pack-objects.c:3405
12791msgid "no threads support, ignoring --threads"
12792msgstr ""
12793
12794#: builtin/grep.c:1071 builtin/index-pack.c:1531 builtin/pack-objects.c:2719
12795#, c-format
12796msgid "invalid number of threads specified (%d)"
12797msgstr ""
12798
12799#: builtin/grep.c:1094
12800msgid "--open-files-in-pager only works on the worktree"
12801msgstr ""
12802
12803#: builtin/grep.c:1117
12804msgid "option not supported with --recurse-submodules"
12805msgstr ""
12806
12807#: builtin/grep.c:1123
12808msgid "--cached or --untracked cannot be used with --no-index"
12809msgstr ""
12810
12811#: builtin/grep.c:1129
12812msgid "--[no-]exclude-standard cannot be used for tracked contents"
12813msgstr ""
12814
12815#: builtin/grep.c:1137
12816msgid "both --cached and trees are given"
12817msgstr ""
12818
12819#: builtin/hash-object.c:85
12820msgid ""
12821"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
12822"[--] <file>..."
12823msgstr ""
12824
12825#: builtin/hash-object.c:86
12826msgid "git hash-object  --stdin-paths"
12827msgstr ""
12828
12829#: builtin/hash-object.c:98
12830msgid "object type"
12831msgstr ""
12832
12833#: builtin/hash-object.c:99
12834msgid "write the object into the object database"
12835msgstr ""
12836
12837#: builtin/hash-object.c:101
12838msgid "read the object from stdin"
12839msgstr ""
12840
12841#: builtin/hash-object.c:103
12842msgid "store file as is without filters"
12843msgstr ""
12844
12845#: builtin/hash-object.c:104
12846msgid ""
12847"just hash any random garbage to create corrupt objects for debugging Git"
12848msgstr ""
12849
12850#: builtin/hash-object.c:105
12851msgid "process file as it were from this path"
12852msgstr ""
12853
12854#: builtin/help.c:46
12855msgid "print all available commands"
12856msgstr ""
12857
12858#: builtin/help.c:47
12859msgid "exclude guides"
12860msgstr ""
12861
12862#: builtin/help.c:48
12863msgid "print list of useful guides"
12864msgstr ""
12865
12866#: builtin/help.c:49
12867msgid "print all configuration variable names"
12868msgstr ""
12869
12870#: builtin/help.c:51
12871msgid "show man page"
12872msgstr ""
12873
12874#: builtin/help.c:52
12875msgid "show manual in web browser"
12876msgstr ""
12877
12878#: builtin/help.c:54
12879msgid "show info page"
12880msgstr ""
12881
12882#: builtin/help.c:56
12883msgid "print command description"
12884msgstr ""
12885
12886#: builtin/help.c:61
12887msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
12888msgstr ""
12889
12890#: builtin/help.c:77
12891#, c-format
12892msgid "unrecognized help format '%s'"
12893msgstr ""
12894
12895#: builtin/help.c:104
12896msgid "Failed to start emacsclient."
12897msgstr ""
12898
12899#: builtin/help.c:117
12900msgid "Failed to parse emacsclient version."
12901msgstr ""
12902
12903#: builtin/help.c:125
12904#, c-format
12905msgid "emacsclient version '%d' too old (< 22)."
12906msgstr ""
12907
12908#: builtin/help.c:143 builtin/help.c:165 builtin/help.c:175 builtin/help.c:183
12909#, c-format
12910msgid "failed to exec '%s'"
12911msgstr ""
12912
12913#: builtin/help.c:221
12914#, c-format
12915msgid ""
12916"'%s': path for unsupported man viewer.\n"
12917"Please consider using 'man.<tool>.cmd' instead."
12918msgstr ""
12919
12920#: builtin/help.c:233
12921#, c-format
12922msgid ""
12923"'%s': cmd for supported man viewer.\n"
12924"Please consider using 'man.<tool>.path' instead."
12925msgstr ""
12926
12927#: builtin/help.c:350
12928#, c-format
12929msgid "'%s': unknown man viewer."
12930msgstr ""
12931
12932#: builtin/help.c:367
12933msgid "no man viewer handled the request"
12934msgstr ""
12935
12936#: builtin/help.c:375
12937msgid "no info viewer handled the request"
12938msgstr ""
12939
12940#: builtin/help.c:434 builtin/help.c:445 git.c:336
12941#, c-format
12942msgid "'%s' is aliased to '%s'"
12943msgstr ""
12944
12945#: builtin/help.c:448 git.c:365
12946#, c-format
12947msgid "bad alias.%s string: %s"
12948msgstr ""
12949
12950#: builtin/help.c:477 builtin/help.c:507
12951#, c-format
12952msgid "usage: %s%s"
12953msgstr ""
12954
12955#: builtin/help.c:491
12956msgid "'git help config' for more information"
12957msgstr ""
12958
12959#: builtin/index-pack.c:185
12960#, c-format
12961msgid "object type mismatch at %s"
12962msgstr ""
12963
12964#: builtin/index-pack.c:205
12965#, c-format
12966msgid "did not receive expected object %s"
12967msgstr ""
12968
12969#: builtin/index-pack.c:208
12970#, c-format
12971msgid "object %s: expected type %s, found %s"
12972msgstr ""
12973
12974#: builtin/index-pack.c:258
12975#, c-format
12976msgid "cannot fill %d byte"
12977msgid_plural "cannot fill %d bytes"
12978msgstr[0] ""
12979msgstr[1] ""
12980
12981#: builtin/index-pack.c:268
12982msgid "early EOF"
12983msgstr ""
12984
12985#: builtin/index-pack.c:269
12986msgid "read error on input"
12987msgstr ""
12988
12989#: builtin/index-pack.c:281
12990msgid "used more bytes than were available"
12991msgstr ""
12992
12993#: builtin/index-pack.c:288 builtin/pack-objects.c:600
12994msgid "pack too large for current definition of off_t"
12995msgstr ""
12996
12997#: builtin/index-pack.c:291 builtin/unpack-objects.c:94
12998msgid "pack exceeds maximum allowed size"
12999msgstr ""
13000
13001#: builtin/index-pack.c:312
13002#, c-format
13003msgid "cannot open packfile '%s'"
13004msgstr ""
13005
13006#: builtin/index-pack.c:326
13007msgid "pack signature mismatch"
13008msgstr ""
13009
13010#: builtin/index-pack.c:328
13011#, c-format
13012msgid "pack version %<PRIu32> unsupported"
13013msgstr ""
13014
13015#: builtin/index-pack.c:346
13016#, c-format
13017msgid "pack has bad object at offset %<PRIuMAX>: %s"
13018msgstr ""
13019
13020#: builtin/index-pack.c:466
13021#, c-format
13022msgid "inflate returned %d"
13023msgstr ""
13024
13025#: builtin/index-pack.c:515
13026msgid "offset value overflow for delta base object"
13027msgstr ""
13028
13029#: builtin/index-pack.c:523
13030msgid "delta base offset is out of bound"
13031msgstr ""
13032
13033#: builtin/index-pack.c:531
13034#, c-format
13035msgid "unknown object type %d"
13036msgstr ""
13037
13038#: builtin/index-pack.c:562
13039msgid "cannot pread pack file"
13040msgstr ""
13041
13042#: builtin/index-pack.c:564
13043#, c-format
13044msgid "premature end of pack file, %<PRIuMAX> byte missing"
13045msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
13046msgstr[0] ""
13047msgstr[1] ""
13048
13049#: builtin/index-pack.c:590
13050msgid "serious inflate inconsistency"
13051msgstr ""
13052
13053#: builtin/index-pack.c:735 builtin/index-pack.c:741 builtin/index-pack.c:764
13054#: builtin/index-pack.c:803 builtin/index-pack.c:812
13055#, c-format
13056msgid "SHA1 COLLISION FOUND WITH %s !"
13057msgstr ""
13058
13059#: builtin/index-pack.c:738 builtin/pack-objects.c:153
13060#: builtin/pack-objects.c:213 builtin/pack-objects.c:307
13061#, c-format
13062msgid "unable to read %s"
13063msgstr ""
13064
13065#: builtin/index-pack.c:801
13066#, c-format
13067msgid "cannot read existing object info %s"
13068msgstr ""
13069
13070#: builtin/index-pack.c:809
13071#, c-format
13072msgid "cannot read existing object %s"
13073msgstr ""
13074
13075#: builtin/index-pack.c:823
13076#, c-format
13077msgid "invalid blob object %s"
13078msgstr ""
13079
13080#: builtin/index-pack.c:826 builtin/index-pack.c:845
13081msgid "fsck error in packed object"
13082msgstr ""
13083
13084#: builtin/index-pack.c:847
13085#, c-format
13086msgid "Not all child objects of %s are reachable"
13087msgstr ""
13088
13089#: builtin/index-pack.c:919 builtin/index-pack.c:950
13090msgid "failed to apply delta"
13091msgstr ""
13092
13093#: builtin/index-pack.c:1118
13094msgid "Receiving objects"
13095msgstr ""
13096
13097#: builtin/index-pack.c:1118
13098msgid "Indexing objects"
13099msgstr ""
13100
13101#: builtin/index-pack.c:1152
13102msgid "pack is corrupted (SHA1 mismatch)"
13103msgstr ""
13104
13105#: builtin/index-pack.c:1157
13106msgid "cannot fstat packfile"
13107msgstr ""
13108
13109#: builtin/index-pack.c:1160
13110msgid "pack has junk at the end"
13111msgstr ""
13112
13113#: builtin/index-pack.c:1172
13114msgid "confusion beyond insanity in parse_pack_objects()"
13115msgstr ""
13116
13117#: builtin/index-pack.c:1195
13118msgid "Resolving deltas"
13119msgstr ""
13120
13121#: builtin/index-pack.c:1205 builtin/pack-objects.c:2491
13122#, c-format
13123msgid "unable to create thread: %s"
13124msgstr ""
13125
13126#: builtin/index-pack.c:1246
13127msgid "confusion beyond insanity"
13128msgstr ""
13129
13130#: builtin/index-pack.c:1252
13131#, c-format
13132msgid "completed with %d local object"
13133msgid_plural "completed with %d local objects"
13134msgstr[0] ""
13135msgstr[1] ""
13136
13137#: builtin/index-pack.c:1264
13138#, c-format
13139msgid "Unexpected tail checksum for %s (disk corruption?)"
13140msgstr ""
13141
13142#: builtin/index-pack.c:1268
13143#, c-format
13144msgid "pack has %d unresolved delta"
13145msgid_plural "pack has %d unresolved deltas"
13146msgstr[0] ""
13147msgstr[1] ""
13148
13149#: builtin/index-pack.c:1292
13150#, c-format
13151msgid "unable to deflate appended object (%d)"
13152msgstr ""
13153
13154#: builtin/index-pack.c:1388
13155#, c-format
13156msgid "local object %s is corrupt"
13157msgstr ""
13158
13159#: builtin/index-pack.c:1402
13160#, c-format
13161msgid "packfile name '%s' does not end with '.pack'"
13162msgstr ""
13163
13164#: builtin/index-pack.c:1427
13165#, c-format
13166msgid "cannot write %s file '%s'"
13167msgstr ""
13168
13169#: builtin/index-pack.c:1435
13170#, c-format
13171msgid "cannot close written %s file '%s'"
13172msgstr ""
13173
13174#: builtin/index-pack.c:1459
13175msgid "error while closing pack file"
13176msgstr ""
13177
13178#: builtin/index-pack.c:1473
13179msgid "cannot store pack file"
13180msgstr ""
13181
13182#: builtin/index-pack.c:1481
13183msgid "cannot store index file"
13184msgstr ""
13185
13186#: builtin/index-pack.c:1525 builtin/pack-objects.c:2730
13187#, c-format
13188msgid "bad pack.indexversion=%<PRIu32>"
13189msgstr ""
13190
13191#: builtin/index-pack.c:1593
13192#, c-format
13193msgid "Cannot open existing pack file '%s'"
13194msgstr ""
13195
13196#: builtin/index-pack.c:1595
13197#, c-format
13198msgid "Cannot open existing pack idx file for '%s'"
13199msgstr ""
13200
13201#: builtin/index-pack.c:1643
13202#, c-format
13203msgid "non delta: %d object"
13204msgid_plural "non delta: %d objects"
13205msgstr[0] ""
13206msgstr[1] ""
13207
13208#: builtin/index-pack.c:1650
13209#, c-format
13210msgid "chain length = %d: %lu object"
13211msgid_plural "chain length = %d: %lu objects"
13212msgstr[0] ""
13213msgstr[1] ""
13214
13215#: builtin/index-pack.c:1689
13216msgid "Cannot come back to cwd"
13217msgstr ""
13218
13219#: builtin/index-pack.c:1738 builtin/index-pack.c:1741
13220#: builtin/index-pack.c:1757 builtin/index-pack.c:1761
13221#, c-format
13222msgid "bad %s"
13223msgstr ""
13224
13225#: builtin/index-pack.c:1777
13226msgid "--fix-thin cannot be used without --stdin"
13227msgstr ""
13228
13229#: builtin/index-pack.c:1779
13230msgid "--stdin requires a git repository"
13231msgstr ""
13232
13233#: builtin/index-pack.c:1785
13234msgid "--verify with no packfile name given"
13235msgstr ""
13236
13237#: builtin/index-pack.c:1833 builtin/unpack-objects.c:580
13238msgid "fsck error in pack objects"
13239msgstr ""
13240
13241#: builtin/init-db.c:61
13242#, c-format
13243msgid "cannot stat template '%s'"
13244msgstr ""
13245
13246#: builtin/init-db.c:66
13247#, c-format
13248msgid "cannot opendir '%s'"
13249msgstr ""
13250
13251#: builtin/init-db.c:78
13252#, c-format
13253msgid "cannot readlink '%s'"
13254msgstr ""
13255
13256#: builtin/init-db.c:80
13257#, c-format
13258msgid "cannot symlink '%s' '%s'"
13259msgstr ""
13260
13261#: builtin/init-db.c:86
13262#, c-format
13263msgid "cannot copy '%s' to '%s'"
13264msgstr ""
13265
13266#: builtin/init-db.c:90
13267#, c-format
13268msgid "ignoring template %s"
13269msgstr ""
13270
13271#: builtin/init-db.c:121
13272#, c-format
13273msgid "templates not found in %s"
13274msgstr ""
13275
13276#: builtin/init-db.c:136
13277#, c-format
13278msgid "not copying templates from '%s': %s"
13279msgstr ""
13280
13281#: builtin/init-db.c:334
13282#, c-format
13283msgid "unable to handle file type %d"
13284msgstr ""
13285
13286#: builtin/init-db.c:337
13287#, c-format
13288msgid "unable to move %s to %s"
13289msgstr ""
13290
13291#: builtin/init-db.c:354 builtin/init-db.c:357
13292#, c-format
13293msgid "%s already exists"
13294msgstr ""
13295
13296#: builtin/init-db.c:413
13297#, c-format
13298msgid "Reinitialized existing shared Git repository in %s%s\n"
13299msgstr ""
13300
13301#: builtin/init-db.c:414
13302#, c-format
13303msgid "Reinitialized existing Git repository in %s%s\n"
13304msgstr ""
13305
13306#: builtin/init-db.c:418
13307#, c-format
13308msgid "Initialized empty shared Git repository in %s%s\n"
13309msgstr ""
13310
13311#: builtin/init-db.c:419
13312#, c-format
13313msgid "Initialized empty Git repository in %s%s\n"
13314msgstr ""
13315
13316#: builtin/init-db.c:468
13317msgid ""
13318"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
13319"shared[=<permissions>]] [<directory>]"
13320msgstr ""
13321
13322#: builtin/init-db.c:491
13323msgid "permissions"
13324msgstr ""
13325
13326#: builtin/init-db.c:492
13327msgid "specify that the git repository is to be shared amongst several users"
13328msgstr ""
13329
13330#: builtin/init-db.c:529 builtin/init-db.c:534
13331#, c-format
13332msgid "cannot mkdir %s"
13333msgstr ""
13334
13335#: builtin/init-db.c:538
13336#, c-format
13337msgid "cannot chdir to %s"
13338msgstr ""
13339
13340#: builtin/init-db.c:559
13341#, c-format
13342msgid ""
13343"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
13344"dir=<directory>)"
13345msgstr ""
13346
13347#: builtin/init-db.c:587
13348#, c-format
13349msgid "Cannot access work tree '%s'"
13350msgstr ""
13351
13352#: builtin/interpret-trailers.c:16
13353msgid ""
13354"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
13355"<token>[(=|:)<value>])...] [<file>...]"
13356msgstr ""
13357
13358#: builtin/interpret-trailers.c:95
13359msgid "edit files in place"
13360msgstr ""
13361
13362#: builtin/interpret-trailers.c:96
13363msgid "trim empty trailers"
13364msgstr ""
13365
13366#: builtin/interpret-trailers.c:99
13367msgid "where to place the new trailer"
13368msgstr ""
13369
13370#: builtin/interpret-trailers.c:101
13371msgid "action if trailer already exists"
13372msgstr ""
13373
13374#: builtin/interpret-trailers.c:103
13375msgid "action if trailer is missing"
13376msgstr ""
13377
13378#: builtin/interpret-trailers.c:105
13379msgid "output only the trailers"
13380msgstr ""
13381
13382#: builtin/interpret-trailers.c:106
13383msgid "do not apply config rules"
13384msgstr ""
13385
13386#: builtin/interpret-trailers.c:107
13387msgid "join whitespace-continued values"
13388msgstr ""
13389
13390#: builtin/interpret-trailers.c:108
13391msgid "set parsing options"
13392msgstr ""
13393
13394#: builtin/interpret-trailers.c:110
13395msgid "do not treat --- specially"
13396msgstr ""
13397
13398#: builtin/interpret-trailers.c:111
13399msgid "trailer"
13400msgstr ""
13401
13402#: builtin/interpret-trailers.c:112
13403msgid "trailer(s) to add"
13404msgstr ""
13405
13406#: builtin/interpret-trailers.c:123
13407msgid "--trailer with --only-input does not make sense"
13408msgstr ""
13409
13410#: builtin/interpret-trailers.c:133
13411msgid "no input file given for in-place editing"
13412msgstr ""
13413
13414#: builtin/log.c:55
13415msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
13416msgstr ""
13417
13418#: builtin/log.c:56
13419msgid "git show [<options>] <object>..."
13420msgstr ""
13421
13422#: builtin/log.c:109
13423#, c-format
13424msgid "invalid --decorate option: %s"
13425msgstr ""
13426
13427#: builtin/log.c:160
13428msgid ""
13429"log.mailmap is not set; its implicit value will change in an\n"
13430"upcoming release. To squelch this message and preserve current\n"
13431"behaviour, set the log.mailmap configuration value to false.\n"
13432"\n"
13433"To squelch this message and adopt the new behaviour now, set the\n"
13434"log.mailmap configuration value to true.\n"
13435"\n"
13436"See 'git help config' and search for 'log.mailmap' for further information."
13437msgstr ""
13438
13439#: builtin/log.c:183
13440msgid "show source"
13441msgstr ""
13442
13443#: builtin/log.c:184
13444msgid "Use mail map file"
13445msgstr ""
13446
13447#: builtin/log.c:186
13448msgid "only decorate refs that match <pattern>"
13449msgstr ""
13450
13451#: builtin/log.c:188
13452msgid "do not decorate refs that match <pattern>"
13453msgstr ""
13454
13455#: builtin/log.c:189
13456msgid "decorate options"
13457msgstr ""
13458
13459#: builtin/log.c:192
13460msgid "Process line range n,m in file, counting from 1"
13461msgstr ""
13462
13463#: builtin/log.c:297
13464#, c-format
13465msgid "Final output: %d %s\n"
13466msgstr ""
13467
13468#: builtin/log.c:551
13469#, c-format
13470msgid "git show %s: bad file"
13471msgstr ""
13472
13473#: builtin/log.c:566 builtin/log.c:660
13474#, c-format
13475msgid "could not read object %s"
13476msgstr ""
13477
13478#: builtin/log.c:685
13479#, c-format
13480msgid "unknown type: %d"
13481msgstr ""
13482
13483#: builtin/log.c:808
13484msgid "format.headers without value"
13485msgstr ""
13486
13487#: builtin/log.c:925
13488msgid "name of output directory is too long"
13489msgstr ""
13490
13491#: builtin/log.c:941
13492#, c-format
13493msgid "cannot open patch file %s"
13494msgstr ""
13495
13496#: builtin/log.c:958
13497msgid "need exactly one range"
13498msgstr ""
13499
13500#: builtin/log.c:968
13501msgid "not a range"
13502msgstr ""
13503
13504#: builtin/log.c:1091
13505msgid "cover letter needs email format"
13506msgstr ""
13507
13508#: builtin/log.c:1097
13509msgid "failed to create cover-letter file"
13510msgstr ""
13511
13512#: builtin/log.c:1176
13513#, c-format
13514msgid "insane in-reply-to: %s"
13515msgstr ""
13516
13517#: builtin/log.c:1203
13518msgid "git format-patch [<options>] [<since> | <revision-range>]"
13519msgstr ""
13520
13521#: builtin/log.c:1261
13522msgid "two output directories?"
13523msgstr ""
13524
13525#: builtin/log.c:1372 builtin/log.c:2116 builtin/log.c:2118 builtin/log.c:2130
13526#, c-format
13527msgid "unknown commit %s"
13528msgstr ""
13529
13530#: builtin/log.c:1382 builtin/replace.c:58 builtin/replace.c:207
13531#: builtin/replace.c:210
13532#, c-format
13533msgid "failed to resolve '%s' as a valid ref"
13534msgstr ""
13535
13536#: builtin/log.c:1387
13537msgid "could not find exact merge base"
13538msgstr ""
13539
13540#: builtin/log.c:1391
13541msgid ""
13542"failed to get upstream, if you want to record base commit automatically,\n"
13543"please use git branch --set-upstream-to to track a remote branch.\n"
13544"Or you could specify base commit by --base=<base-commit-id> manually"
13545msgstr ""
13546
13547#: builtin/log.c:1411
13548msgid "failed to find exact merge base"
13549msgstr ""
13550
13551#: builtin/log.c:1422
13552msgid "base commit should be the ancestor of revision list"
13553msgstr ""
13554
13555#: builtin/log.c:1426
13556msgid "base commit shouldn't be in revision list"
13557msgstr ""
13558
13559#: builtin/log.c:1479
13560msgid "cannot get patch id"
13561msgstr ""
13562
13563#: builtin/log.c:1531
13564msgid "failed to infer range-diff ranges"
13565msgstr ""
13566
13567#: builtin/log.c:1576
13568msgid "use [PATCH n/m] even with a single patch"
13569msgstr ""
13570
13571#: builtin/log.c:1579
13572msgid "use [PATCH] even with multiple patches"
13573msgstr ""
13574
13575#: builtin/log.c:1583
13576msgid "print patches to standard out"
13577msgstr ""
13578
13579#: builtin/log.c:1585
13580msgid "generate a cover letter"
13581msgstr ""
13582
13583#: builtin/log.c:1587
13584msgid "use simple number sequence for output file names"
13585msgstr ""
13586
13587#: builtin/log.c:1588
13588msgid "sfx"
13589msgstr ""
13590
13591#: builtin/log.c:1589
13592msgid "use <sfx> instead of '.patch'"
13593msgstr ""
13594
13595#: builtin/log.c:1591
13596msgid "start numbering patches at <n> instead of 1"
13597msgstr ""
13598
13599#: builtin/log.c:1593
13600msgid "mark the series as Nth re-roll"
13601msgstr ""
13602
13603#: builtin/log.c:1595
13604msgid "Use [RFC PATCH] instead of [PATCH]"
13605msgstr ""
13606
13607#: builtin/log.c:1598
13608msgid "Use [<prefix>] instead of [PATCH]"
13609msgstr ""
13610
13611#: builtin/log.c:1601
13612msgid "store resulting files in <dir>"
13613msgstr ""
13614
13615#: builtin/log.c:1604
13616msgid "don't strip/add [PATCH]"
13617msgstr ""
13618
13619#: builtin/log.c:1607
13620msgid "don't output binary diffs"
13621msgstr ""
13622
13623#: builtin/log.c:1609
13624msgid "output all-zero hash in From header"
13625msgstr ""
13626
13627#: builtin/log.c:1611
13628msgid "don't include a patch matching a commit upstream"
13629msgstr ""
13630
13631#: builtin/log.c:1613
13632msgid "show patch format instead of default (patch + stat)"
13633msgstr ""
13634
13635#: builtin/log.c:1615
13636msgid "Messaging"
13637msgstr ""
13638
13639#: builtin/log.c:1616
13640msgid "header"
13641msgstr ""
13642
13643#: builtin/log.c:1617
13644msgid "add email header"
13645msgstr ""
13646
13647#: builtin/log.c:1618 builtin/log.c:1620
13648msgid "email"
13649msgstr ""
13650
13651#: builtin/log.c:1618
13652msgid "add To: header"
13653msgstr ""
13654
13655#: builtin/log.c:1620
13656msgid "add Cc: header"
13657msgstr ""
13658
13659#: builtin/log.c:1622
13660msgid "ident"
13661msgstr ""
13662
13663#: builtin/log.c:1623
13664msgid "set From address to <ident> (or committer ident if absent)"
13665msgstr ""
13666
13667#: builtin/log.c:1625
13668msgid "message-id"
13669msgstr ""
13670
13671#: builtin/log.c:1626
13672msgid "make first mail a reply to <message-id>"
13673msgstr ""
13674
13675#: builtin/log.c:1627 builtin/log.c:1630
13676msgid "boundary"
13677msgstr ""
13678
13679#: builtin/log.c:1628
13680msgid "attach the patch"
13681msgstr ""
13682
13683#: builtin/log.c:1631
13684msgid "inline the patch"
13685msgstr ""
13686
13687#: builtin/log.c:1635
13688msgid "enable message threading, styles: shallow, deep"
13689msgstr ""
13690
13691#: builtin/log.c:1637
13692msgid "signature"
13693msgstr ""
13694
13695#: builtin/log.c:1638
13696msgid "add a signature"
13697msgstr ""
13698
13699#: builtin/log.c:1639
13700msgid "base-commit"
13701msgstr ""
13702
13703#: builtin/log.c:1640
13704msgid "add prerequisite tree info to the patch series"
13705msgstr ""
13706
13707#: builtin/log.c:1642
13708msgid "add a signature from a file"
13709msgstr ""
13710
13711#: builtin/log.c:1643
13712msgid "don't print the patch filenames"
13713msgstr ""
13714
13715#: builtin/log.c:1645
13716msgid "show progress while generating patches"
13717msgstr ""
13718
13719#: builtin/log.c:1647
13720msgid "show changes against <rev> in cover letter or single patch"
13721msgstr ""
13722
13723#: builtin/log.c:1650
13724msgid "show changes against <refspec> in cover letter or single patch"
13725msgstr ""
13726
13727#: builtin/log.c:1652
13728msgid "percentage by which creation is weighted"
13729msgstr ""
13730
13731#: builtin/log.c:1727
13732#, c-format
13733msgid "invalid ident line: %s"
13734msgstr ""
13735
13736#: builtin/log.c:1742
13737msgid "-n and -k are mutually exclusive"
13738msgstr ""
13739
13740#: builtin/log.c:1744
13741msgid "--subject-prefix/--rfc and -k are mutually exclusive"
13742msgstr ""
13743
13744#: builtin/log.c:1752
13745msgid "--name-only does not make sense"
13746msgstr ""
13747
13748#: builtin/log.c:1754
13749msgid "--name-status does not make sense"
13750msgstr ""
13751
13752#: builtin/log.c:1756
13753msgid "--check does not make sense"
13754msgstr ""
13755
13756#: builtin/log.c:1788
13757msgid "standard output, or directory, which one?"
13758msgstr ""
13759
13760#: builtin/log.c:1877
13761msgid "--interdiff requires --cover-letter or single patch"
13762msgstr ""
13763
13764#: builtin/log.c:1881
13765msgid "Interdiff:"
13766msgstr ""
13767
13768#: builtin/log.c:1882
13769#, c-format
13770msgid "Interdiff against v%d:"
13771msgstr ""
13772
13773#: builtin/log.c:1888
13774msgid "--creation-factor requires --range-diff"
13775msgstr ""
13776
13777#: builtin/log.c:1892
13778msgid "--range-diff requires --cover-letter or single patch"
13779msgstr ""
13780
13781#: builtin/log.c:1900
13782msgid "Range-diff:"
13783msgstr ""
13784
13785#: builtin/log.c:1901
13786#, c-format
13787msgid "Range-diff against v%d:"
13788msgstr ""
13789
13790#: builtin/log.c:1912
13791#, c-format
13792msgid "unable to read signature file '%s'"
13793msgstr ""
13794
13795#: builtin/log.c:1948
13796msgid "Generating patches"
13797msgstr ""
13798
13799#: builtin/log.c:1992
13800msgid "failed to create output files"
13801msgstr ""
13802
13803#: builtin/log.c:2051
13804msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
13805msgstr ""
13806
13807#: builtin/log.c:2105
13808#, c-format
13809msgid ""
13810"Could not find a tracked remote branch, please specify <upstream> manually.\n"
13811msgstr ""
13812
13813#: builtin/ls-files.c:470
13814msgid "git ls-files [<options>] [<file>...]"
13815msgstr ""
13816
13817#: builtin/ls-files.c:526
13818msgid "identify the file status with tags"
13819msgstr ""
13820
13821#: builtin/ls-files.c:528
13822msgid "use lowercase letters for 'assume unchanged' files"
13823msgstr ""
13824
13825#: builtin/ls-files.c:530
13826msgid "use lowercase letters for 'fsmonitor clean' files"
13827msgstr ""
13828
13829#: builtin/ls-files.c:532
13830msgid "show cached files in the output (default)"
13831msgstr ""
13832
13833#: builtin/ls-files.c:534
13834msgid "show deleted files in the output"
13835msgstr ""
13836
13837#: builtin/ls-files.c:536
13838msgid "show modified files in the output"
13839msgstr ""
13840
13841#: builtin/ls-files.c:538
13842msgid "show other files in the output"
13843msgstr ""
13844
13845#: builtin/ls-files.c:540
13846msgid "show ignored files in the output"
13847msgstr ""
13848
13849#: builtin/ls-files.c:543
13850msgid "show staged contents' object name in the output"
13851msgstr ""
13852
13853#: builtin/ls-files.c:545
13854msgid "show files on the filesystem that need to be removed"
13855msgstr ""
13856
13857#: builtin/ls-files.c:547
13858msgid "show 'other' directories' names only"
13859msgstr ""
13860
13861#: builtin/ls-files.c:549
13862msgid "show line endings of files"
13863msgstr ""
13864
13865#: builtin/ls-files.c:551
13866msgid "don't show empty directories"
13867msgstr ""
13868
13869#: builtin/ls-files.c:554
13870msgid "show unmerged files in the output"
13871msgstr ""
13872
13873#: builtin/ls-files.c:556
13874msgid "show resolve-undo information"
13875msgstr ""
13876
13877#: builtin/ls-files.c:558
13878msgid "skip files matching pattern"
13879msgstr ""
13880
13881#: builtin/ls-files.c:561
13882msgid "exclude patterns are read from <file>"
13883msgstr ""
13884
13885#: builtin/ls-files.c:564
13886msgid "read additional per-directory exclude patterns in <file>"
13887msgstr ""
13888
13889#: builtin/ls-files.c:566
13890msgid "add the standard git exclusions"
13891msgstr ""
13892
13893#: builtin/ls-files.c:570
13894msgid "make the output relative to the project top directory"
13895msgstr ""
13896
13897#: builtin/ls-files.c:573
13898msgid "recurse through submodules"
13899msgstr ""
13900
13901#: builtin/ls-files.c:575
13902msgid "if any <file> is not in the index, treat this as an error"
13903msgstr ""
13904
13905#: builtin/ls-files.c:576
13906msgid "tree-ish"
13907msgstr ""
13908
13909#: builtin/ls-files.c:577
13910msgid "pretend that paths removed since <tree-ish> are still present"
13911msgstr ""
13912
13913#: builtin/ls-files.c:579
13914msgid "show debugging data"
13915msgstr ""
13916
13917#: builtin/ls-remote.c:9
13918msgid ""
13919"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
13920"                     [-q | --quiet] [--exit-code] [--get-url]\n"
13921"                     [--symref] [<repository> [<refs>...]]"
13922msgstr ""
13923
13924#: builtin/ls-remote.c:59
13925msgid "do not print remote URL"
13926msgstr ""
13927
13928#: builtin/ls-remote.c:60 builtin/ls-remote.c:62 builtin/rebase.c:1464
13929msgid "exec"
13930msgstr ""
13931
13932#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
13933msgid "path of git-upload-pack on the remote host"
13934msgstr ""
13935
13936#: builtin/ls-remote.c:65
13937msgid "limit to tags"
13938msgstr ""
13939
13940#: builtin/ls-remote.c:66
13941msgid "limit to heads"
13942msgstr ""
13943
13944#: builtin/ls-remote.c:67
13945msgid "do not show peeled tags"
13946msgstr ""
13947
13948#: builtin/ls-remote.c:69
13949msgid "take url.<base>.insteadOf into account"
13950msgstr ""
13951
13952#: builtin/ls-remote.c:72
13953msgid "exit with exit code 2 if no matching refs are found"
13954msgstr ""
13955
13956#: builtin/ls-remote.c:75
13957msgid "show underlying ref in addition to the object pointed by it"
13958msgstr ""
13959
13960#: builtin/ls-tree.c:30
13961msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
13962msgstr ""
13963
13964#: builtin/ls-tree.c:128
13965msgid "only show trees"
13966msgstr ""
13967
13968#: builtin/ls-tree.c:130
13969msgid "recurse into subtrees"
13970msgstr ""
13971
13972#: builtin/ls-tree.c:132
13973msgid "show trees when recursing"
13974msgstr ""
13975
13976#: builtin/ls-tree.c:135
13977msgid "terminate entries with NUL byte"
13978msgstr ""
13979
13980#: builtin/ls-tree.c:136
13981msgid "include object size"
13982msgstr ""
13983
13984#: builtin/ls-tree.c:138 builtin/ls-tree.c:140
13985msgid "list only filenames"
13986msgstr ""
13987
13988#: builtin/ls-tree.c:143
13989msgid "use full path names"
13990msgstr ""
13991
13992#: builtin/ls-tree.c:145
13993msgid "list entire tree; not just current directory (implies --full-name)"
13994msgstr ""
13995
13996#: builtin/mailsplit.c:241
13997#, c-format
13998msgid "empty mbox: '%s'"
13999msgstr ""
14000
14001#: builtin/merge.c:55
14002msgid "git merge [<options>] [<commit>...]"
14003msgstr ""
14004
14005#: builtin/merge.c:56
14006msgid "git merge --abort"
14007msgstr ""
14008
14009#: builtin/merge.c:57
14010msgid "git merge --continue"
14011msgstr ""
14012
14013#: builtin/merge.c:118
14014msgid "switch `m' requires a value"
14015msgstr ""
14016
14017#: builtin/merge.c:141
14018#, c-format
14019msgid "option `%s' requires a value"
14020msgstr ""
14021
14022#: builtin/merge.c:187
14023#, c-format
14024msgid "Could not find merge strategy '%s'.\n"
14025msgstr ""
14026
14027#: builtin/merge.c:188
14028#, c-format
14029msgid "Available strategies are:"
14030msgstr ""
14031
14032#: builtin/merge.c:193
14033#, c-format
14034msgid "Available custom strategies are:"
14035msgstr ""
14036
14037#: builtin/merge.c:244 builtin/pull.c:151
14038msgid "do not show a diffstat at the end of the merge"
14039msgstr ""
14040
14041#: builtin/merge.c:247 builtin/pull.c:154
14042msgid "show a diffstat at the end of the merge"
14043msgstr ""
14044
14045#: builtin/merge.c:248 builtin/pull.c:157
14046msgid "(synonym to --stat)"
14047msgstr ""
14048
14049#: builtin/merge.c:250 builtin/pull.c:160
14050msgid "add (at most <n>) entries from shortlog to merge commit message"
14051msgstr ""
14052
14053#: builtin/merge.c:253 builtin/pull.c:166
14054msgid "create a single commit instead of doing a merge"
14055msgstr ""
14056
14057#: builtin/merge.c:255 builtin/pull.c:169
14058msgid "perform a commit if the merge succeeds (default)"
14059msgstr ""
14060
14061#: builtin/merge.c:257 builtin/pull.c:172
14062msgid "edit message before committing"
14063msgstr ""
14064
14065#: builtin/merge.c:259
14066msgid "allow fast-forward (default)"
14067msgstr ""
14068
14069#: builtin/merge.c:261 builtin/pull.c:179
14070msgid "abort if fast-forward is not possible"
14071msgstr ""
14072
14073#: builtin/merge.c:265 builtin/pull.c:182
14074msgid "verify that the named commit has a valid GPG signature"
14075msgstr ""
14076
14077#: builtin/merge.c:266 builtin/notes.c:787 builtin/pull.c:186
14078#: builtin/rebase.c:492 builtin/rebase.c:1477 builtin/revert.c:114
14079msgid "strategy"
14080msgstr ""
14081
14082#: builtin/merge.c:267 builtin/pull.c:187
14083msgid "merge strategy to use"
14084msgstr ""
14085
14086#: builtin/merge.c:268 builtin/pull.c:190
14087msgid "option=value"
14088msgstr ""
14089
14090#: builtin/merge.c:269 builtin/pull.c:191
14091msgid "option for selected merge strategy"
14092msgstr ""
14093
14094#: builtin/merge.c:271
14095msgid "merge commit message (for a non-fast-forward merge)"
14096msgstr ""
14097
14098#: builtin/merge.c:278
14099msgid "abort the current in-progress merge"
14100msgstr ""
14101
14102#: builtin/merge.c:280
14103msgid "--abort but leave index and working tree alone"
14104msgstr ""
14105
14106#: builtin/merge.c:282
14107msgid "continue the current in-progress merge"
14108msgstr ""
14109
14110#: builtin/merge.c:284 builtin/pull.c:198
14111msgid "allow merging unrelated histories"
14112msgstr ""
14113
14114#: builtin/merge.c:290
14115msgid "verify commit-msg hook"
14116msgstr ""
14117
14118#: builtin/merge.c:307
14119msgid "could not run stash."
14120msgstr ""
14121
14122#: builtin/merge.c:312
14123msgid "stash failed"
14124msgstr ""
14125
14126#: builtin/merge.c:317
14127#, c-format
14128msgid "not a valid object: %s"
14129msgstr ""
14130
14131#: builtin/merge.c:339 builtin/merge.c:356
14132msgid "read-tree failed"
14133msgstr ""
14134
14135#: builtin/merge.c:386
14136msgid " (nothing to squash)"
14137msgstr ""
14138
14139#: builtin/merge.c:397
14140#, c-format
14141msgid "Squash commit -- not updating HEAD\n"
14142msgstr ""
14143
14144#: builtin/merge.c:447
14145#, c-format
14146msgid "No merge message -- not updating HEAD\n"
14147msgstr ""
14148
14149#: builtin/merge.c:498
14150#, c-format
14151msgid "'%s' does not point to a commit"
14152msgstr ""
14153
14154#: builtin/merge.c:585
14155#, c-format
14156msgid "Bad branch.%s.mergeoptions string: %s"
14157msgstr ""
14158
14159#: builtin/merge.c:708
14160msgid "Not handling anything other than two heads merge."
14161msgstr ""
14162
14163#: builtin/merge.c:722
14164#, c-format
14165msgid "Unknown option for merge-recursive: -X%s"
14166msgstr ""
14167
14168#: builtin/merge.c:737
14169#, c-format
14170msgid "unable to write %s"
14171msgstr ""
14172
14173#: builtin/merge.c:789
14174#, c-format
14175msgid "Could not read from '%s'"
14176msgstr ""
14177
14178#: builtin/merge.c:798
14179#, c-format
14180msgid "Not committing merge; use 'git commit' to complete the merge.\n"
14181msgstr ""
14182
14183#: builtin/merge.c:804
14184msgid ""
14185"Please enter a commit message to explain why this merge is necessary,\n"
14186"especially if it merges an updated upstream into a topic branch.\n"
14187"\n"
14188msgstr ""
14189
14190#: builtin/merge.c:809
14191msgid "An empty message aborts the commit.\n"
14192msgstr ""
14193
14194#: builtin/merge.c:812
14195#, c-format
14196msgid ""
14197"Lines starting with '%c' will be ignored, and an empty message aborts\n"
14198"the commit.\n"
14199msgstr ""
14200
14201#: builtin/merge.c:853
14202msgid "Empty commit message."
14203msgstr ""
14204
14205#: builtin/merge.c:872
14206#, c-format
14207msgid "Wonderful.\n"
14208msgstr ""
14209
14210#: builtin/merge.c:933
14211#, c-format
14212msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
14213msgstr ""
14214
14215#: builtin/merge.c:972
14216msgid "No current branch."
14217msgstr ""
14218
14219#: builtin/merge.c:974
14220msgid "No remote for the current branch."
14221msgstr ""
14222
14223#: builtin/merge.c:976
14224msgid "No default upstream defined for the current branch."
14225msgstr ""
14226
14227#: builtin/merge.c:981
14228#, c-format
14229msgid "No remote-tracking branch for %s from %s"
14230msgstr ""
14231
14232#: builtin/merge.c:1038
14233#, c-format
14234msgid "Bad value '%s' in environment '%s'"
14235msgstr ""
14236
14237#: builtin/merge.c:1141
14238#, c-format
14239msgid "not something we can merge in %s: %s"
14240msgstr ""
14241
14242#: builtin/merge.c:1175
14243msgid "not something we can merge"
14244msgstr ""
14245
14246#: builtin/merge.c:1278
14247msgid "--abort expects no arguments"
14248msgstr ""
14249
14250#: builtin/merge.c:1282
14251msgid "There is no merge to abort (MERGE_HEAD missing)."
14252msgstr ""
14253
14254#: builtin/merge.c:1291
14255msgid "--quit expects no arguments"
14256msgstr ""
14257
14258#: builtin/merge.c:1304
14259msgid "--continue expects no arguments"
14260msgstr ""
14261
14262#: builtin/merge.c:1308
14263msgid "There is no merge in progress (MERGE_HEAD missing)."
14264msgstr ""
14265
14266#: builtin/merge.c:1324
14267msgid ""
14268"You have not concluded your merge (MERGE_HEAD exists).\n"
14269"Please, commit your changes before you merge."
14270msgstr ""
14271
14272#: builtin/merge.c:1331
14273msgid ""
14274"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
14275"Please, commit your changes before you merge."
14276msgstr ""
14277
14278#: builtin/merge.c:1334
14279msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
14280msgstr ""
14281
14282#: builtin/merge.c:1348
14283msgid "You cannot combine --squash with --no-ff."
14284msgstr ""
14285
14286#: builtin/merge.c:1350
14287msgid "You cannot combine --squash with --commit."
14288msgstr ""
14289
14290#: builtin/merge.c:1366
14291msgid "No commit specified and merge.defaultToUpstream not set."
14292msgstr ""
14293
14294#: builtin/merge.c:1383
14295msgid "Squash commit into empty head not supported yet"
14296msgstr ""
14297
14298#: builtin/merge.c:1385
14299msgid "Non-fast-forward commit does not make sense into an empty head"
14300msgstr ""
14301
14302#: builtin/merge.c:1390
14303#, c-format
14304msgid "%s - not something we can merge"
14305msgstr ""
14306
14307#: builtin/merge.c:1392
14308msgid "Can merge only exactly one commit into empty head"
14309msgstr ""
14310
14311#: builtin/merge.c:1471
14312msgid "refusing to merge unrelated histories"
14313msgstr ""
14314
14315#: builtin/merge.c:1480
14316msgid "Already up to date."
14317msgstr ""
14318
14319#: builtin/merge.c:1490
14320#, c-format
14321msgid "Updating %s..%s\n"
14322msgstr ""
14323
14324#: builtin/merge.c:1532
14325#, c-format
14326msgid "Trying really trivial in-index merge...\n"
14327msgstr ""
14328
14329#: builtin/merge.c:1539
14330#, c-format
14331msgid "Nope.\n"
14332msgstr ""
14333
14334#: builtin/merge.c:1564
14335msgid "Already up to date. Yeeah!"
14336msgstr ""
14337
14338#: builtin/merge.c:1570
14339msgid "Not possible to fast-forward, aborting."
14340msgstr ""
14341
14342#: builtin/merge.c:1593 builtin/merge.c:1658
14343#, c-format
14344msgid "Rewinding the tree to pristine...\n"
14345msgstr ""
14346
14347#: builtin/merge.c:1597
14348#, c-format
14349msgid "Trying merge strategy %s...\n"
14350msgstr ""
14351
14352#: builtin/merge.c:1649
14353#, c-format
14354msgid "No merge strategy handled the merge.\n"
14355msgstr ""
14356
14357#: builtin/merge.c:1651
14358#, c-format
14359msgid "Merge with strategy %s failed.\n"
14360msgstr ""
14361
14362#: builtin/merge.c:1660
14363#, c-format
14364msgid "Using the %s to prepare resolving by hand.\n"
14365msgstr ""
14366
14367#: builtin/merge.c:1672
14368#, c-format
14369msgid "Automatic merge went well; stopped before committing as requested\n"
14370msgstr ""
14371
14372#: builtin/merge-base.c:32
14373msgid "git merge-base [-a | --all] <commit> <commit>..."
14374msgstr ""
14375
14376#: builtin/merge-base.c:33
14377msgid "git merge-base [-a | --all] --octopus <commit>..."
14378msgstr ""
14379
14380#: builtin/merge-base.c:34
14381msgid "git merge-base --independent <commit>..."
14382msgstr ""
14383
14384#: builtin/merge-base.c:35
14385msgid "git merge-base --is-ancestor <commit> <commit>"
14386msgstr ""
14387
14388#: builtin/merge-base.c:36
14389msgid "git merge-base --fork-point <ref> [<commit>]"
14390msgstr ""
14391
14392#: builtin/merge-base.c:153
14393msgid "output all common ancestors"
14394msgstr ""
14395
14396#: builtin/merge-base.c:155
14397msgid "find ancestors for a single n-way merge"
14398msgstr ""
14399
14400#: builtin/merge-base.c:157
14401msgid "list revs not reachable from others"
14402msgstr ""
14403
14404#: builtin/merge-base.c:159
14405msgid "is the first one ancestor of the other?"
14406msgstr ""
14407
14408#: builtin/merge-base.c:161
14409msgid "find where <commit> forked from reflog of <ref>"
14410msgstr ""
14411
14412#: builtin/merge-file.c:9
14413msgid ""
14414"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
14415"<orig-file> <file2>"
14416msgstr ""
14417
14418#: builtin/merge-file.c:35
14419msgid "send results to standard output"
14420msgstr ""
14421
14422#: builtin/merge-file.c:36
14423msgid "use a diff3 based merge"
14424msgstr ""
14425
14426#: builtin/merge-file.c:37
14427msgid "for conflicts, use our version"
14428msgstr ""
14429
14430#: builtin/merge-file.c:39
14431msgid "for conflicts, use their version"
14432msgstr ""
14433
14434#: builtin/merge-file.c:41
14435msgid "for conflicts, use a union version"
14436msgstr ""
14437
14438#: builtin/merge-file.c:44
14439msgid "for conflicts, use this marker size"
14440msgstr ""
14441
14442#: builtin/merge-file.c:45
14443msgid "do not warn about conflicts"
14444msgstr ""
14445
14446#: builtin/merge-file.c:47
14447msgid "set labels for file1/orig-file/file2"
14448msgstr ""
14449
14450#: builtin/merge-recursive.c:46
14451#, c-format
14452msgid "unknown option %s"
14453msgstr ""
14454
14455#: builtin/merge-recursive.c:52
14456#, c-format
14457msgid "could not parse object '%s'"
14458msgstr ""
14459
14460#: builtin/merge-recursive.c:56
14461#, c-format
14462msgid "cannot handle more than %d base. Ignoring %s."
14463msgid_plural "cannot handle more than %d bases. Ignoring %s."
14464msgstr[0] ""
14465msgstr[1] ""
14466
14467#: builtin/merge-recursive.c:64
14468msgid "not handling anything other than two heads merge."
14469msgstr ""
14470
14471#: builtin/merge-recursive.c:70 builtin/merge-recursive.c:72
14472#, c-format
14473msgid "could not resolve ref '%s'"
14474msgstr ""
14475
14476#: builtin/merge-recursive.c:78
14477#, c-format
14478msgid "Merging %s with %s\n"
14479msgstr ""
14480
14481#: builtin/mktree.c:66
14482msgid "git mktree [-z] [--missing] [--batch]"
14483msgstr ""
14484
14485#: builtin/mktree.c:154
14486msgid "input is NUL terminated"
14487msgstr ""
14488
14489#: builtin/mktree.c:155 builtin/write-tree.c:26
14490msgid "allow missing objects"
14491msgstr ""
14492
14493#: builtin/mktree.c:156
14494msgid "allow creation of more than one tree"
14495msgstr ""
14496
14497#: builtin/multi-pack-index.c:9
14498msgid ""
14499"git multi-pack-index [--object-dir=<dir>] (write|verify|expire|repack --"
14500"batch-size=<size>)"
14501msgstr ""
14502
14503#: builtin/multi-pack-index.c:23
14504msgid "object directory containing set of packfile and pack-index pairs"
14505msgstr ""
14506
14507#: builtin/multi-pack-index.c:25
14508msgid ""
14509"during repack, collect pack-files of smaller size into a batch that is "
14510"larger than this size"
14511msgstr ""
14512
14513#: builtin/multi-pack-index.c:43 builtin/prune-packed.c:67
14514msgid "too many arguments"
14515msgstr ""
14516
14517#: builtin/multi-pack-index.c:52
14518msgid "--batch-size option is only for 'repack' subcommand"
14519msgstr ""
14520
14521#: builtin/multi-pack-index.c:61
14522#, c-format
14523msgid "unrecognized subcommand: %s"
14524msgstr ""
14525
14526#: builtin/mv.c:18
14527msgid "git mv [<options>] <source>... <destination>"
14528msgstr ""
14529
14530#: builtin/mv.c:83
14531#, c-format
14532msgid "Directory %s is in index and no submodule?"
14533msgstr ""
14534
14535#: builtin/mv.c:85
14536msgid "Please stage your changes to .gitmodules or stash them to proceed"
14537msgstr ""
14538
14539#: builtin/mv.c:103
14540#, c-format
14541msgid "%.*s is in index"
14542msgstr ""
14543
14544#: builtin/mv.c:125
14545msgid "force move/rename even if target exists"
14546msgstr ""
14547
14548#: builtin/mv.c:127
14549msgid "skip move/rename errors"
14550msgstr ""
14551
14552#: builtin/mv.c:169
14553#, c-format
14554msgid "destination '%s' is not a directory"
14555msgstr ""
14556
14557#: builtin/mv.c:180
14558#, c-format
14559msgid "Checking rename of '%s' to '%s'\n"
14560msgstr ""
14561
14562#: builtin/mv.c:184
14563msgid "bad source"
14564msgstr ""
14565
14566#: builtin/mv.c:187
14567msgid "can not move directory into itself"
14568msgstr ""
14569
14570#: builtin/mv.c:190
14571msgid "cannot move directory over file"
14572msgstr ""
14573
14574#: builtin/mv.c:199
14575msgid "source directory is empty"
14576msgstr ""
14577
14578#: builtin/mv.c:224
14579msgid "not under version control"
14580msgstr ""
14581
14582#: builtin/mv.c:227
14583msgid "destination exists"
14584msgstr ""
14585
14586#: builtin/mv.c:235
14587#, c-format
14588msgid "overwriting '%s'"
14589msgstr ""
14590
14591#: builtin/mv.c:238
14592msgid "Cannot overwrite"
14593msgstr ""
14594
14595#: builtin/mv.c:241
14596msgid "multiple sources for the same target"
14597msgstr ""
14598
14599#: builtin/mv.c:243
14600msgid "destination directory does not exist"
14601msgstr ""
14602
14603#: builtin/mv.c:250
14604#, c-format
14605msgid "%s, source=%s, destination=%s"
14606msgstr ""
14607
14608#: builtin/mv.c:271
14609#, c-format
14610msgid "Renaming %s to %s\n"
14611msgstr ""
14612
14613#: builtin/mv.c:277 builtin/remote.c:717 builtin/repack.c:520
14614#, c-format
14615msgid "renaming '%s' failed"
14616msgstr ""
14617
14618#: builtin/name-rev.c:352
14619msgid "git name-rev [<options>] <commit>..."
14620msgstr ""
14621
14622#: builtin/name-rev.c:353
14623msgid "git name-rev [<options>] --all"
14624msgstr ""
14625
14626#: builtin/name-rev.c:354
14627msgid "git name-rev [<options>] --stdin"
14628msgstr ""
14629
14630#: builtin/name-rev.c:411
14631msgid "print only names (no SHA-1)"
14632msgstr ""
14633
14634#: builtin/name-rev.c:412
14635msgid "only use tags to name the commits"
14636msgstr ""
14637
14638#: builtin/name-rev.c:414
14639msgid "only use refs matching <pattern>"
14640msgstr ""
14641
14642#: builtin/name-rev.c:416
14643msgid "ignore refs matching <pattern>"
14644msgstr ""
14645
14646#: builtin/name-rev.c:418
14647msgid "list all commits reachable from all refs"
14648msgstr ""
14649
14650#: builtin/name-rev.c:419
14651msgid "read from stdin"
14652msgstr ""
14653
14654#: builtin/name-rev.c:420
14655msgid "allow to print `undefined` names (default)"
14656msgstr ""
14657
14658#: builtin/name-rev.c:426
14659msgid "dereference tags in the input (internal use)"
14660msgstr ""
14661
14662#: builtin/notes.c:28
14663msgid "git notes [--ref <notes-ref>] [list [<object>]]"
14664msgstr ""
14665
14666#: builtin/notes.c:29
14667msgid ""
14668"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
14669"| (-c | -C) <object>] [<object>]"
14670msgstr ""
14671
14672#: builtin/notes.c:30
14673msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
14674msgstr ""
14675
14676#: builtin/notes.c:31
14677msgid ""
14678"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
14679"(-c | -C) <object>] [<object>]"
14680msgstr ""
14681
14682#: builtin/notes.c:32
14683msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
14684msgstr ""
14685
14686#: builtin/notes.c:33
14687msgid "git notes [--ref <notes-ref>] show [<object>]"
14688msgstr ""
14689
14690#: builtin/notes.c:34
14691msgid ""
14692"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
14693msgstr ""
14694
14695#: builtin/notes.c:35
14696msgid "git notes merge --commit [-v | -q]"
14697msgstr ""
14698
14699#: builtin/notes.c:36
14700msgid "git notes merge --abort [-v | -q]"
14701msgstr ""
14702
14703#: builtin/notes.c:37
14704msgid "git notes [--ref <notes-ref>] remove [<object>...]"
14705msgstr ""
14706
14707#: builtin/notes.c:38
14708msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
14709msgstr ""
14710
14711#: builtin/notes.c:39
14712msgid "git notes [--ref <notes-ref>] get-ref"
14713msgstr ""
14714
14715#: builtin/notes.c:44
14716msgid "git notes [list [<object>]]"
14717msgstr ""
14718
14719#: builtin/notes.c:49
14720msgid "git notes add [<options>] [<object>]"
14721msgstr ""
14722
14723#: builtin/notes.c:54
14724msgid "git notes copy [<options>] <from-object> <to-object>"
14725msgstr ""
14726
14727#: builtin/notes.c:55
14728msgid "git notes copy --stdin [<from-object> <to-object>]..."
14729msgstr ""
14730
14731#: builtin/notes.c:60
14732msgid "git notes append [<options>] [<object>]"
14733msgstr ""
14734
14735#: builtin/notes.c:65
14736msgid "git notes edit [<object>]"
14737msgstr ""
14738
14739#: builtin/notes.c:70
14740msgid "git notes show [<object>]"
14741msgstr ""
14742
14743#: builtin/notes.c:75
14744msgid "git notes merge [<options>] <notes-ref>"
14745msgstr ""
14746
14747#: builtin/notes.c:76
14748msgid "git notes merge --commit [<options>]"
14749msgstr ""
14750
14751#: builtin/notes.c:77
14752msgid "git notes merge --abort [<options>]"
14753msgstr ""
14754
14755#: builtin/notes.c:82
14756msgid "git notes remove [<object>]"
14757msgstr ""
14758
14759#: builtin/notes.c:87
14760msgid "git notes prune [<options>]"
14761msgstr ""
14762
14763#: builtin/notes.c:92
14764msgid "git notes get-ref"
14765msgstr ""
14766
14767#: builtin/notes.c:97
14768msgid "Write/edit the notes for the following object:"
14769msgstr ""
14770
14771#: builtin/notes.c:150
14772#, c-format
14773msgid "unable to start 'show' for object '%s'"
14774msgstr ""
14775
14776#: builtin/notes.c:154
14777msgid "could not read 'show' output"
14778msgstr ""
14779
14780#: builtin/notes.c:162
14781#, c-format
14782msgid "failed to finish 'show' for object '%s'"
14783msgstr ""
14784
14785#: builtin/notes.c:197
14786msgid "please supply the note contents using either -m or -F option"
14787msgstr ""
14788
14789#: builtin/notes.c:206
14790msgid "unable to write note object"
14791msgstr ""
14792
14793#: builtin/notes.c:208
14794#, c-format
14795msgid "the note contents have been left in %s"
14796msgstr ""
14797
14798#: builtin/notes.c:242 builtin/tag.c:532
14799#, c-format
14800msgid "could not open or read '%s'"
14801msgstr ""
14802
14803#: builtin/notes.c:263 builtin/notes.c:313 builtin/notes.c:315
14804#: builtin/notes.c:383 builtin/notes.c:438 builtin/notes.c:526
14805#: builtin/notes.c:531 builtin/notes.c:610 builtin/notes.c:672
14806#, c-format
14807msgid "failed to resolve '%s' as a valid ref."
14808msgstr ""
14809
14810#: builtin/notes.c:265
14811#, c-format
14812msgid "failed to read object '%s'."
14813msgstr ""
14814
14815#: builtin/notes.c:268
14816#, c-format
14817msgid "cannot read note data from non-blob object '%s'."
14818msgstr ""
14819
14820#: builtin/notes.c:309
14821#, c-format
14822msgid "malformed input line: '%s'."
14823msgstr ""
14824
14825#: builtin/notes.c:324
14826#, c-format
14827msgid "failed to copy notes from '%s' to '%s'"
14828msgstr ""
14829
14830#. TRANSLATORS: the first %s will be replaced by a git
14831#. notes command: 'add', 'merge', 'remove', etc.
14832#.
14833#: builtin/notes.c:356
14834#, c-format
14835msgid "refusing to %s notes in %s (outside of refs/notes/)"
14836msgstr ""
14837
14838#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:509
14839#: builtin/notes.c:521 builtin/notes.c:598 builtin/notes.c:665
14840#: builtin/notes.c:815 builtin/notes.c:963 builtin/notes.c:985
14841msgid "too many parameters"
14842msgstr ""
14843
14844#: builtin/notes.c:389 builtin/notes.c:678
14845#, c-format
14846msgid "no note found for object %s."
14847msgstr ""
14848
14849#: builtin/notes.c:410 builtin/notes.c:576
14850msgid "note contents as a string"
14851msgstr ""
14852
14853#: builtin/notes.c:413 builtin/notes.c:579
14854msgid "note contents in a file"
14855msgstr ""
14856
14857#: builtin/notes.c:416 builtin/notes.c:582
14858msgid "reuse and edit specified note object"
14859msgstr ""
14860
14861#: builtin/notes.c:419 builtin/notes.c:585
14862msgid "reuse specified note object"
14863msgstr ""
14864
14865#: builtin/notes.c:422 builtin/notes.c:588
14866msgid "allow storing empty note"
14867msgstr ""
14868
14869#: builtin/notes.c:423 builtin/notes.c:496
14870msgid "replace existing notes"
14871msgstr ""
14872
14873#: builtin/notes.c:448
14874#, c-format
14875msgid ""
14876"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
14877"existing notes"
14878msgstr ""
14879
14880#: builtin/notes.c:463 builtin/notes.c:544
14881#, c-format
14882msgid "Overwriting existing notes for object %s\n"
14883msgstr ""
14884
14885#: builtin/notes.c:475 builtin/notes.c:637 builtin/notes.c:902
14886#, c-format
14887msgid "Removing note for object %s\n"
14888msgstr ""
14889
14890#: builtin/notes.c:497
14891msgid "read objects from stdin"
14892msgstr ""
14893
14894#: builtin/notes.c:499
14895msgid "load rewriting config for <command> (implies --stdin)"
14896msgstr ""
14897
14898#: builtin/notes.c:517
14899msgid "too few parameters"
14900msgstr ""
14901
14902#: builtin/notes.c:538
14903#, c-format
14904msgid ""
14905"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
14906"existing notes"
14907msgstr ""
14908
14909#: builtin/notes.c:550
14910#, c-format
14911msgid "missing notes on source object %s. Cannot copy."
14912msgstr ""
14913
14914#: builtin/notes.c:603
14915#, c-format
14916msgid ""
14917"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
14918"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
14919msgstr ""
14920
14921#: builtin/notes.c:698
14922msgid "failed to delete ref NOTES_MERGE_PARTIAL"
14923msgstr ""
14924
14925#: builtin/notes.c:700
14926msgid "failed to delete ref NOTES_MERGE_REF"
14927msgstr ""
14928
14929#: builtin/notes.c:702
14930msgid "failed to remove 'git notes merge' worktree"
14931msgstr ""
14932
14933#: builtin/notes.c:722
14934msgid "failed to read ref NOTES_MERGE_PARTIAL"
14935msgstr ""
14936
14937#: builtin/notes.c:724
14938msgid "could not find commit from NOTES_MERGE_PARTIAL."
14939msgstr ""
14940
14941#: builtin/notes.c:726
14942msgid "could not parse commit from NOTES_MERGE_PARTIAL."
14943msgstr ""
14944
14945#: builtin/notes.c:739
14946msgid "failed to resolve NOTES_MERGE_REF"
14947msgstr ""
14948
14949#: builtin/notes.c:742
14950msgid "failed to finalize notes merge"
14951msgstr ""
14952
14953#: builtin/notes.c:768
14954#, c-format
14955msgid "unknown notes merge strategy %s"
14956msgstr ""
14957
14958#: builtin/notes.c:784
14959msgid "General options"
14960msgstr ""
14961
14962#: builtin/notes.c:786
14963msgid "Merge options"
14964msgstr ""
14965
14966#: builtin/notes.c:788
14967msgid ""
14968"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
14969"cat_sort_uniq)"
14970msgstr ""
14971
14972#: builtin/notes.c:790
14973msgid "Committing unmerged notes"
14974msgstr ""
14975
14976#: builtin/notes.c:792
14977msgid "finalize notes merge by committing unmerged notes"
14978msgstr ""
14979
14980#: builtin/notes.c:794
14981msgid "Aborting notes merge resolution"
14982msgstr ""
14983
14984#: builtin/notes.c:796
14985msgid "abort notes merge"
14986msgstr ""
14987
14988#: builtin/notes.c:807
14989msgid "cannot mix --commit, --abort or -s/--strategy"
14990msgstr ""
14991
14992#: builtin/notes.c:812
14993msgid "must specify a notes ref to merge"
14994msgstr ""
14995
14996#: builtin/notes.c:836
14997#, c-format
14998msgid "unknown -s/--strategy: %s"
14999msgstr ""
15000
15001#: builtin/notes.c:873
15002#, c-format
15003msgid "a notes merge into %s is already in-progress at %s"
15004msgstr ""
15005
15006#: builtin/notes.c:876
15007#, c-format
15008msgid "failed to store link to current notes ref (%s)"
15009msgstr ""
15010
15011#: builtin/notes.c:878
15012#, c-format
15013msgid ""
15014"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
15015"'git notes merge --commit', or abort the merge with 'git notes merge --"
15016"abort'.\n"
15017msgstr ""
15018
15019#: builtin/notes.c:897 builtin/tag.c:545
15020#, c-format
15021msgid "Failed to resolve '%s' as a valid ref."
15022msgstr ""
15023
15024#: builtin/notes.c:900
15025#, c-format
15026msgid "Object %s has no note\n"
15027msgstr ""
15028
15029#: builtin/notes.c:912
15030msgid "attempt to remove non-existent note is not an error"
15031msgstr ""
15032
15033#: builtin/notes.c:915
15034msgid "read object names from the standard input"
15035msgstr ""
15036
15037#: builtin/notes.c:954 builtin/prune.c:130 builtin/worktree.c:165
15038msgid "do not remove, show only"
15039msgstr ""
15040
15041#: builtin/notes.c:955
15042msgid "report pruned notes"
15043msgstr ""
15044
15045#: builtin/notes.c:998
15046msgid "notes-ref"
15047msgstr ""
15048
15049#: builtin/notes.c:999
15050msgid "use notes from <notes-ref>"
15051msgstr ""
15052
15053#: builtin/notes.c:1034 builtin/stash.c:1598
15054#, c-format
15055msgid "unknown subcommand: %s"
15056msgstr ""
15057
15058#: builtin/pack-objects.c:52
15059msgid ""
15060"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
15061msgstr ""
15062
15063#: builtin/pack-objects.c:53
15064msgid ""
15065"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
15066msgstr ""
15067
15068#: builtin/pack-objects.c:424
15069#, c-format
15070msgid "bad packed object CRC for %s"
15071msgstr ""
15072
15073#: builtin/pack-objects.c:435
15074#, c-format
15075msgid "corrupt packed object for %s"
15076msgstr ""
15077
15078#: builtin/pack-objects.c:566
15079#, c-format
15080msgid "recursive delta detected for object %s"
15081msgstr ""
15082
15083#: builtin/pack-objects.c:777
15084#, c-format
15085msgid "ordered %u objects, expected %<PRIu32>"
15086msgstr ""
15087
15088#: builtin/pack-objects.c:790
15089#, c-format
15090msgid "packfile is invalid: %s"
15091msgstr ""
15092
15093#: builtin/pack-objects.c:794
15094#, c-format
15095msgid "unable to open packfile for reuse: %s"
15096msgstr ""
15097
15098#: builtin/pack-objects.c:798
15099msgid "unable to seek in reused packfile"
15100msgstr ""
15101
15102#: builtin/pack-objects.c:809
15103msgid "unable to read from reused packfile"
15104msgstr ""
15105
15106#: builtin/pack-objects.c:837
15107msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
15108msgstr ""
15109
15110#: builtin/pack-objects.c:850
15111msgid "Writing objects"
15112msgstr ""
15113
15114#: builtin/pack-objects.c:912 builtin/update-index.c:89
15115#, c-format
15116msgid "failed to stat %s"
15117msgstr ""
15118
15119#: builtin/pack-objects.c:965
15120#, c-format
15121msgid "wrote %<PRIu32> objects while expecting %<PRIu32>"
15122msgstr ""
15123
15124#: builtin/pack-objects.c:1161
15125msgid "disabling bitmap writing, as some objects are not being packed"
15126msgstr ""
15127
15128#: builtin/pack-objects.c:1591
15129#, c-format
15130msgid "delta base offset overflow in pack for %s"
15131msgstr ""
15132
15133#: builtin/pack-objects.c:1600
15134#, c-format
15135msgid "delta base offset out of bound for %s"
15136msgstr ""
15137
15138#: builtin/pack-objects.c:1869
15139msgid "Counting objects"
15140msgstr ""
15141
15142#: builtin/pack-objects.c:1999
15143#, c-format
15144msgid "unable to get size of %s"
15145msgstr ""
15146
15147#: builtin/pack-objects.c:2014
15148#, c-format
15149msgid "unable to parse object header of %s"
15150msgstr ""
15151
15152#: builtin/pack-objects.c:2084 builtin/pack-objects.c:2100
15153#: builtin/pack-objects.c:2110
15154#, c-format
15155msgid "object %s cannot be read"
15156msgstr ""
15157
15158#: builtin/pack-objects.c:2087 builtin/pack-objects.c:2114
15159#, c-format
15160msgid "object %s inconsistent object length (%<PRIuMAX> vs %<PRIuMAX>)"
15161msgstr ""
15162
15163#: builtin/pack-objects.c:2124
15164msgid "suboptimal pack - out of memory"
15165msgstr ""
15166
15167#: builtin/pack-objects.c:2450
15168#, c-format
15169msgid "Delta compression using up to %d threads"
15170msgstr ""
15171
15172#: builtin/pack-objects.c:2582
15173#, c-format
15174msgid "unable to pack objects reachable from tag %s"
15175msgstr ""
15176
15177#: builtin/pack-objects.c:2669
15178msgid "Compressing objects"
15179msgstr ""
15180
15181#: builtin/pack-objects.c:2675
15182msgid "inconsistency with delta count"
15183msgstr ""
15184
15185#: builtin/pack-objects.c:2756
15186#, c-format
15187msgid ""
15188"expected edge object ID, got garbage:\n"
15189" %s"
15190msgstr ""
15191
15192#: builtin/pack-objects.c:2762
15193#, c-format
15194msgid ""
15195"expected object ID, got garbage:\n"
15196" %s"
15197msgstr ""
15198
15199#: builtin/pack-objects.c:2860
15200msgid "invalid value for --missing"
15201msgstr ""
15202
15203#: builtin/pack-objects.c:2919 builtin/pack-objects.c:3027
15204msgid "cannot open pack index"
15205msgstr ""
15206
15207#: builtin/pack-objects.c:2950
15208#, c-format
15209msgid "loose object at %s could not be examined"
15210msgstr ""
15211
15212#: builtin/pack-objects.c:3035
15213msgid "unable to force loose object"
15214msgstr ""
15215
15216#: builtin/pack-objects.c:3127
15217#, c-format
15218msgid "not a rev '%s'"
15219msgstr ""
15220
15221#: builtin/pack-objects.c:3130
15222#, c-format
15223msgid "bad revision '%s'"
15224msgstr ""
15225
15226#: builtin/pack-objects.c:3155
15227msgid "unable to add recent objects"
15228msgstr ""
15229
15230#: builtin/pack-objects.c:3208
15231#, c-format
15232msgid "unsupported index version %s"
15233msgstr ""
15234
15235#: builtin/pack-objects.c:3212
15236#, c-format
15237msgid "bad index version '%s'"
15238msgstr ""
15239
15240#: builtin/pack-objects.c:3242
15241msgid "do not show progress meter"
15242msgstr ""
15243
15244#: builtin/pack-objects.c:3244
15245msgid "show progress meter"
15246msgstr ""
15247
15248#: builtin/pack-objects.c:3246
15249msgid "show progress meter during object writing phase"
15250msgstr ""
15251
15252#: builtin/pack-objects.c:3249
15253msgid "similar to --all-progress when progress meter is shown"
15254msgstr ""
15255
15256#: builtin/pack-objects.c:3250
15257msgid "<version>[,<offset>]"
15258msgstr ""
15259
15260#: builtin/pack-objects.c:3251
15261msgid "write the pack index file in the specified idx format version"
15262msgstr ""
15263
15264#: builtin/pack-objects.c:3254
15265msgid "maximum size of each output pack file"
15266msgstr ""
15267
15268#: builtin/pack-objects.c:3256
15269msgid "ignore borrowed objects from alternate object store"
15270msgstr ""
15271
15272#: builtin/pack-objects.c:3258
15273msgid "ignore packed objects"
15274msgstr ""
15275
15276#: builtin/pack-objects.c:3260
15277msgid "limit pack window by objects"
15278msgstr ""
15279
15280#: builtin/pack-objects.c:3262
15281msgid "limit pack window by memory in addition to object limit"
15282msgstr ""
15283
15284#: builtin/pack-objects.c:3264
15285msgid "maximum length of delta chain allowed in the resulting pack"
15286msgstr ""
15287
15288#: builtin/pack-objects.c:3266
15289msgid "reuse existing deltas"
15290msgstr ""
15291
15292#: builtin/pack-objects.c:3268
15293msgid "reuse existing objects"
15294msgstr ""
15295
15296#: builtin/pack-objects.c:3270
15297msgid "use OFS_DELTA objects"
15298msgstr ""
15299
15300#: builtin/pack-objects.c:3272
15301msgid "use threads when searching for best delta matches"
15302msgstr ""
15303
15304#: builtin/pack-objects.c:3274
15305msgid "do not create an empty pack output"
15306msgstr ""
15307
15308#: builtin/pack-objects.c:3276
15309msgid "read revision arguments from standard input"
15310msgstr ""
15311
15312#: builtin/pack-objects.c:3278
15313msgid "limit the objects to those that are not yet packed"
15314msgstr ""
15315
15316#: builtin/pack-objects.c:3281
15317msgid "include objects reachable from any reference"
15318msgstr ""
15319
15320#: builtin/pack-objects.c:3284
15321msgid "include objects referred by reflog entries"
15322msgstr ""
15323
15324#: builtin/pack-objects.c:3287
15325msgid "include objects referred to by the index"
15326msgstr ""
15327
15328#: builtin/pack-objects.c:3290
15329msgid "output pack to stdout"
15330msgstr ""
15331
15332#: builtin/pack-objects.c:3292
15333msgid "include tag objects that refer to objects to be packed"
15334msgstr ""
15335
15336#: builtin/pack-objects.c:3294
15337msgid "keep unreachable objects"
15338msgstr ""
15339
15340#: builtin/pack-objects.c:3296
15341msgid "pack loose unreachable objects"
15342msgstr ""
15343
15344#: builtin/pack-objects.c:3298
15345msgid "unpack unreachable objects newer than <time>"
15346msgstr ""
15347
15348#: builtin/pack-objects.c:3301
15349msgid "use the sparse reachability algorithm"
15350msgstr ""
15351
15352#: builtin/pack-objects.c:3303
15353msgid "create thin packs"
15354msgstr ""
15355
15356#: builtin/pack-objects.c:3305
15357msgid "create packs suitable for shallow fetches"
15358msgstr ""
15359
15360#: builtin/pack-objects.c:3307
15361msgid "ignore packs that have companion .keep file"
15362msgstr ""
15363
15364#: builtin/pack-objects.c:3309
15365msgid "ignore this pack"
15366msgstr ""
15367
15368#: builtin/pack-objects.c:3311
15369msgid "pack compression level"
15370msgstr ""
15371
15372#: builtin/pack-objects.c:3313
15373msgid "do not hide commits by grafts"
15374msgstr ""
15375
15376#: builtin/pack-objects.c:3315
15377msgid "use a bitmap index if available to speed up counting objects"
15378msgstr ""
15379
15380#: builtin/pack-objects.c:3317
15381msgid "write a bitmap index together with the pack index"
15382msgstr ""
15383
15384#: builtin/pack-objects.c:3320
15385msgid "handling for missing objects"
15386msgstr ""
15387
15388#: builtin/pack-objects.c:3323
15389msgid "do not pack objects in promisor packfiles"
15390msgstr ""
15391
15392#: builtin/pack-objects.c:3325
15393msgid "respect islands during delta compression"
15394msgstr ""
15395
15396#: builtin/pack-objects.c:3350
15397#, c-format
15398msgid "delta chain depth %d is too deep, forcing %d"
15399msgstr ""
15400
15401#: builtin/pack-objects.c:3355
15402#, c-format
15403msgid "pack.deltaCacheLimit is too high, forcing %d"
15404msgstr ""
15405
15406#: builtin/pack-objects.c:3409
15407msgid "--max-pack-size cannot be used to build a pack for transfer"
15408msgstr ""
15409
15410#: builtin/pack-objects.c:3411
15411msgid "minimum pack size limit is 1 MiB"
15412msgstr ""
15413
15414#: builtin/pack-objects.c:3416
15415msgid "--thin cannot be used to build an indexable pack"
15416msgstr ""
15417
15418#: builtin/pack-objects.c:3419
15419msgid "--keep-unreachable and --unpack-unreachable are incompatible"
15420msgstr ""
15421
15422#: builtin/pack-objects.c:3425
15423msgid "cannot use --filter without --stdout"
15424msgstr ""
15425
15426#: builtin/pack-objects.c:3486
15427msgid "Enumerating objects"
15428msgstr ""
15429
15430#: builtin/pack-objects.c:3516
15431#, c-format
15432msgid "Total %<PRIu32> (delta %<PRIu32>), reused %<PRIu32> (delta %<PRIu32>)"
15433msgstr ""
15434
15435#: builtin/pack-refs.c:8
15436msgid "git pack-refs [<options>]"
15437msgstr ""
15438
15439#: builtin/pack-refs.c:16
15440msgid "pack everything"
15441msgstr ""
15442
15443#: builtin/pack-refs.c:17
15444msgid "prune loose refs (default)"
15445msgstr ""
15446
15447#: builtin/prune-packed.c:9
15448msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
15449msgstr ""
15450
15451#: builtin/prune-packed.c:42
15452msgid "Removing duplicate objects"
15453msgstr ""
15454
15455#: builtin/prune.c:12
15456msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
15457msgstr ""
15458
15459#: builtin/prune.c:131
15460msgid "report pruned objects"
15461msgstr ""
15462
15463#: builtin/prune.c:134
15464msgid "expire objects older than <time>"
15465msgstr ""
15466
15467#: builtin/prune.c:136
15468msgid "limit traversal to objects outside promisor packfiles"
15469msgstr ""
15470
15471#: builtin/prune.c:150
15472msgid "cannot prune in a precious-objects repo"
15473msgstr ""
15474
15475#: builtin/pull.c:66 builtin/pull.c:68
15476#, c-format
15477msgid "Invalid value for %s: %s"
15478msgstr ""
15479
15480#: builtin/pull.c:88
15481msgid "git pull [<options>] [<repository> [<refspec>...]]"
15482msgstr ""
15483
15484#: builtin/pull.c:141
15485msgid "control for recursive fetching of submodules"
15486msgstr ""
15487
15488#: builtin/pull.c:145
15489msgid "Options related to merging"
15490msgstr ""
15491
15492#: builtin/pull.c:148
15493msgid "incorporate changes by rebasing rather than merging"
15494msgstr ""
15495
15496#: builtin/pull.c:176 builtin/rebase.c:447 builtin/revert.c:126
15497msgid "allow fast-forward"
15498msgstr ""
15499
15500#: builtin/pull.c:185
15501msgid "automatically stash/stash pop before and after rebase"
15502msgstr ""
15503
15504#: builtin/pull.c:201
15505msgid "Options related to fetching"
15506msgstr ""
15507
15508#: builtin/pull.c:211
15509msgid "force overwrite of local branch"
15510msgstr ""
15511
15512#: builtin/pull.c:219
15513msgid "number of submodules pulled in parallel"
15514msgstr ""
15515
15516#: builtin/pull.c:316
15517#, c-format
15518msgid "Invalid value for pull.ff: %s"
15519msgstr ""
15520
15521#: builtin/pull.c:433
15522msgid ""
15523"There is no candidate for rebasing against among the refs that you just "
15524"fetched."
15525msgstr ""
15526
15527#: builtin/pull.c:435
15528msgid ""
15529"There are no candidates for merging among the refs that you just fetched."
15530msgstr ""
15531
15532#: builtin/pull.c:436
15533msgid ""
15534"Generally this means that you provided a wildcard refspec which had no\n"
15535"matches on the remote end."
15536msgstr ""
15537
15538#: builtin/pull.c:439
15539#, c-format
15540msgid ""
15541"You asked to pull from the remote '%s', but did not specify\n"
15542"a branch. Because this is not the default configured remote\n"
15543"for your current branch, you must specify a branch on the command line."
15544msgstr ""
15545
15546#: builtin/pull.c:444 builtin/rebase.c:1326 git-parse-remote.sh:73
15547msgid "You are not currently on a branch."
15548msgstr ""
15549
15550#: builtin/pull.c:446 builtin/pull.c:461 git-parse-remote.sh:79
15551msgid "Please specify which branch you want to rebase against."
15552msgstr ""
15553
15554#: builtin/pull.c:448 builtin/pull.c:463 git-parse-remote.sh:82
15555msgid "Please specify which branch you want to merge with."
15556msgstr ""
15557
15558#: builtin/pull.c:449 builtin/pull.c:464
15559msgid "See git-pull(1) for details."
15560msgstr ""
15561
15562#: builtin/pull.c:451 builtin/pull.c:457 builtin/pull.c:466
15563#: builtin/rebase.c:1332 git-parse-remote.sh:64
15564msgid "<remote>"
15565msgstr ""
15566
15567#: builtin/pull.c:451 builtin/pull.c:466 builtin/pull.c:471
15568#: git-parse-remote.sh:65
15569msgid "<branch>"
15570msgstr ""
15571
15572#: builtin/pull.c:459 builtin/rebase.c:1324 git-parse-remote.sh:75
15573msgid "There is no tracking information for the current branch."
15574msgstr ""
15575
15576#: builtin/pull.c:468 git-parse-remote.sh:95
15577msgid ""
15578"If you wish to set tracking information for this branch you can do so with:"
15579msgstr ""
15580
15581#: builtin/pull.c:473
15582#, c-format
15583msgid ""
15584"Your configuration specifies to merge with the ref '%s'\n"
15585"from the remote, but no such ref was fetched."
15586msgstr ""
15587
15588#: builtin/pull.c:581
15589#, c-format
15590msgid "unable to access commit %s"
15591msgstr ""
15592
15593#: builtin/pull.c:861
15594msgid "ignoring --verify-signatures for rebase"
15595msgstr ""
15596
15597#: builtin/pull.c:916
15598msgid "--[no-]autostash option is only valid with --rebase."
15599msgstr ""
15600
15601#: builtin/pull.c:924
15602msgid "Updating an unborn branch with changes added to the index."
15603msgstr ""
15604
15605#: builtin/pull.c:928
15606msgid "pull with rebase"
15607msgstr ""
15608
15609#: builtin/pull.c:929
15610msgid "please commit or stash them."
15611msgstr ""
15612
15613#: builtin/pull.c:954
15614#, c-format
15615msgid ""
15616"fetch updated the current branch head.\n"
15617"fast-forwarding your working tree from\n"
15618"commit %s."
15619msgstr ""
15620
15621#: builtin/pull.c:960
15622#, c-format
15623msgid ""
15624"Cannot fast-forward your working tree.\n"
15625"After making sure that you saved anything precious from\n"
15626"$ git diff %s\n"
15627"output, run\n"
15628"$ git reset --hard\n"
15629"to recover."
15630msgstr ""
15631
15632#: builtin/pull.c:975
15633msgid "Cannot merge multiple branches into empty head."
15634msgstr ""
15635
15636#: builtin/pull.c:979
15637msgid "Cannot rebase onto multiple branches."
15638msgstr ""
15639
15640#: builtin/pull.c:986
15641msgid "cannot rebase with locally recorded submodule modifications"
15642msgstr ""
15643
15644#: builtin/push.c:19
15645msgid "git push [<options>] [<repository> [<refspec>...]]"
15646msgstr ""
15647
15648#: builtin/push.c:111
15649msgid "tag shorthand without <tag>"
15650msgstr ""
15651
15652#: builtin/push.c:121
15653msgid "--delete only accepts plain target ref names"
15654msgstr ""
15655
15656#: builtin/push.c:167
15657msgid ""
15658"\n"
15659"To choose either option permanently, see push.default in 'git help config'."
15660msgstr ""
15661
15662#: builtin/push.c:170
15663#, c-format
15664msgid ""
15665"The upstream branch of your current branch does not match\n"
15666"the name of your current branch.  To push to the upstream branch\n"
15667"on the remote, use\n"
15668"\n"
15669"    git push %s HEAD:%s\n"
15670"\n"
15671"To push to the branch of the same name on the remote, use\n"
15672"\n"
15673"    git push %s HEAD\n"
15674"%s"
15675msgstr ""
15676
15677#: builtin/push.c:185
15678#, c-format
15679msgid ""
15680"You are not currently on a branch.\n"
15681"To push the history leading to the current (detached HEAD)\n"
15682"state now, use\n"
15683"\n"
15684"    git push %s HEAD:<name-of-remote-branch>\n"
15685msgstr ""
15686
15687#: builtin/push.c:199
15688#, c-format
15689msgid ""
15690"The current branch %s has no upstream branch.\n"
15691"To push the current branch and set the remote as upstream, use\n"
15692"\n"
15693"    git push --set-upstream %s %s\n"
15694msgstr ""
15695
15696#: builtin/push.c:207
15697#, c-format
15698msgid "The current branch %s has multiple upstream branches, refusing to push."
15699msgstr ""
15700
15701#: builtin/push.c:210
15702#, c-format
15703msgid ""
15704"You are pushing to remote '%s', which is not the upstream of\n"
15705"your current branch '%s', without telling me what to push\n"
15706"to update which remote branch."
15707msgstr ""
15708
15709#: builtin/push.c:269
15710msgid ""
15711"You didn't specify any refspecs to push, and push.default is \"nothing\"."
15712msgstr ""
15713
15714#: builtin/push.c:276
15715msgid ""
15716"Updates were rejected because the tip of your current branch is behind\n"
15717"its remote counterpart. Integrate the remote changes (e.g.\n"
15718"'git pull ...') before pushing again.\n"
15719"See the 'Note about fast-forwards' in 'git push --help' for details."
15720msgstr ""
15721
15722#: builtin/push.c:282
15723msgid ""
15724"Updates were rejected because a pushed branch tip is behind its remote\n"
15725"counterpart. Check out this branch and integrate the remote changes\n"
15726"(e.g. 'git pull ...') before pushing again.\n"
15727"See the 'Note about fast-forwards' in 'git push --help' for details."
15728msgstr ""
15729
15730#: builtin/push.c:288
15731msgid ""
15732"Updates were rejected because the remote contains work that you do\n"
15733"not have locally. This is usually caused by another repository pushing\n"
15734"to the same ref. You may want to first integrate the remote changes\n"
15735"(e.g., 'git pull ...') before pushing again.\n"
15736"See the 'Note about fast-forwards' in 'git push --help' for details."
15737msgstr ""
15738
15739#: builtin/push.c:295
15740msgid "Updates were rejected because the tag already exists in the remote."
15741msgstr ""
15742
15743#: builtin/push.c:298
15744msgid ""
15745"You cannot update a remote ref that points at a non-commit object,\n"
15746"or update a remote ref to make it point at a non-commit object,\n"
15747"without using the '--force' option.\n"
15748msgstr ""
15749
15750#: builtin/push.c:359
15751#, c-format
15752msgid "Pushing to %s\n"
15753msgstr ""
15754
15755#: builtin/push.c:364
15756#, c-format
15757msgid "failed to push some refs to '%s'"
15758msgstr ""
15759
15760#: builtin/push.c:398
15761#, c-format
15762msgid "bad repository '%s'"
15763msgstr ""
15764
15765#: builtin/push.c:399
15766msgid ""
15767"No configured push destination.\n"
15768"Either specify the URL from the command-line or configure a remote "
15769"repository using\n"
15770"\n"
15771"    git remote add <name> <url>\n"
15772"\n"
15773"and then push using the remote name\n"
15774"\n"
15775"    git push <name>\n"
15776msgstr ""
15777
15778#: builtin/push.c:554
15779msgid "repository"
15780msgstr ""
15781
15782#: builtin/push.c:555 builtin/send-pack.c:164
15783msgid "push all refs"
15784msgstr ""
15785
15786#: builtin/push.c:556 builtin/send-pack.c:166
15787msgid "mirror all refs"
15788msgstr ""
15789
15790#: builtin/push.c:558
15791msgid "delete refs"
15792msgstr ""
15793
15794#: builtin/push.c:559
15795msgid "push tags (can't be used with --all or --mirror)"
15796msgstr ""
15797
15798#: builtin/push.c:562 builtin/send-pack.c:167
15799msgid "force updates"
15800msgstr ""
15801
15802#: builtin/push.c:564 builtin/send-pack.c:181
15803msgid "<refname>:<expect>"
15804msgstr ""
15805
15806#: builtin/push.c:565 builtin/send-pack.c:182
15807msgid "require old value of ref to be at this value"
15808msgstr ""
15809
15810#: builtin/push.c:568
15811msgid "control recursive pushing of submodules"
15812msgstr ""
15813
15814#: builtin/push.c:570 builtin/send-pack.c:175
15815msgid "use thin pack"
15816msgstr ""
15817
15818#: builtin/push.c:571 builtin/push.c:572 builtin/send-pack.c:161
15819#: builtin/send-pack.c:162
15820msgid "receive pack program"
15821msgstr ""
15822
15823#: builtin/push.c:573
15824msgid "set upstream for git pull/status"
15825msgstr ""
15826
15827#: builtin/push.c:576
15828msgid "prune locally removed refs"
15829msgstr ""
15830
15831#: builtin/push.c:578
15832msgid "bypass pre-push hook"
15833msgstr ""
15834
15835#: builtin/push.c:579
15836msgid "push missing but relevant tags"
15837msgstr ""
15838
15839#: builtin/push.c:582 builtin/send-pack.c:169
15840msgid "GPG sign the push"
15841msgstr ""
15842
15843#: builtin/push.c:584 builtin/send-pack.c:176
15844msgid "request atomic transaction on remote side"
15845msgstr ""
15846
15847#: builtin/push.c:602
15848msgid "--delete is incompatible with --all, --mirror and --tags"
15849msgstr ""
15850
15851#: builtin/push.c:604
15852msgid "--delete doesn't make sense without any refs"
15853msgstr ""
15854
15855#: builtin/push.c:607
15856msgid "--all and --tags are incompatible"
15857msgstr ""
15858
15859#: builtin/push.c:609
15860msgid "--all can't be combined with refspecs"
15861msgstr ""
15862
15863#: builtin/push.c:613
15864msgid "--mirror and --tags are incompatible"
15865msgstr ""
15866
15867#: builtin/push.c:615
15868msgid "--mirror can't be combined with refspecs"
15869msgstr ""
15870
15871#: builtin/push.c:618
15872msgid "--all and --mirror are incompatible"
15873msgstr ""
15874
15875#: builtin/push.c:637
15876msgid "push options must not have new line characters"
15877msgstr ""
15878
15879#: builtin/range-diff.c:8
15880msgid "git range-diff [<options>] <old-base>..<old-tip> <new-base>..<new-tip>"
15881msgstr ""
15882
15883#: builtin/range-diff.c:9
15884msgid "git range-diff [<options>] <old-tip>...<new-tip>"
15885msgstr ""
15886
15887#: builtin/range-diff.c:10
15888msgid "git range-diff [<options>] <base> <old-tip> <new-tip>"
15889msgstr ""
15890
15891#: builtin/range-diff.c:21
15892msgid "Percentage by which creation is weighted"
15893msgstr ""
15894
15895#: builtin/range-diff.c:23
15896msgid "use simple diff colors"
15897msgstr ""
15898
15899#: builtin/range-diff.c:46 builtin/range-diff.c:50
15900#, c-format
15901msgid "no .. in range: '%s'"
15902msgstr ""
15903
15904#: builtin/range-diff.c:60
15905msgid "single arg format must be symmetric range"
15906msgstr ""
15907
15908#: builtin/range-diff.c:75
15909msgid "need two commit ranges"
15910msgstr ""
15911
15912#: builtin/read-tree.c:41
15913msgid ""
15914"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
15915"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
15916"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
15917msgstr ""
15918
15919#: builtin/read-tree.c:124
15920msgid "write resulting index to <file>"
15921msgstr ""
15922
15923#: builtin/read-tree.c:127
15924msgid "only empty the index"
15925msgstr ""
15926
15927#: builtin/read-tree.c:129
15928msgid "Merging"
15929msgstr ""
15930
15931#: builtin/read-tree.c:131
15932msgid "perform a merge in addition to a read"
15933msgstr ""
15934
15935#: builtin/read-tree.c:133
15936msgid "3-way merge if no file level merging required"
15937msgstr ""
15938
15939#: builtin/read-tree.c:135
15940msgid "3-way merge in presence of adds and removes"
15941msgstr ""
15942
15943#: builtin/read-tree.c:137
15944msgid "same as -m, but discard unmerged entries"
15945msgstr ""
15946
15947#: builtin/read-tree.c:138
15948msgid "<subdirectory>/"
15949msgstr ""
15950
15951#: builtin/read-tree.c:139
15952msgid "read the tree into the index under <subdirectory>/"
15953msgstr ""
15954
15955#: builtin/read-tree.c:142
15956msgid "update working tree with merge result"
15957msgstr ""
15958
15959#: builtin/read-tree.c:144
15960msgid "gitignore"
15961msgstr ""
15962
15963#: builtin/read-tree.c:145
15964msgid "allow explicitly ignored files to be overwritten"
15965msgstr ""
15966
15967#: builtin/read-tree.c:148
15968msgid "don't check the working tree after merging"
15969msgstr ""
15970
15971#: builtin/read-tree.c:149
15972msgid "don't update the index or the work tree"
15973msgstr ""
15974
15975#: builtin/read-tree.c:151
15976msgid "skip applying sparse checkout filter"
15977msgstr ""
15978
15979#: builtin/read-tree.c:153
15980msgid "debug unpack-trees"
15981msgstr ""
15982
15983#: builtin/read-tree.c:157
15984msgid "suppress feedback messages"
15985msgstr ""
15986
15987#: builtin/rebase.c:32
15988msgid ""
15989"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] [<upstream>] "
15990"[<branch>]"
15991msgstr ""
15992
15993#: builtin/rebase.c:34
15994msgid ""
15995"git rebase [-i] [options] [--exec <cmd>] [--onto <newbase>] --root [<branch>]"
15996msgstr ""
15997
15998#: builtin/rebase.c:36
15999msgid "git rebase --continue | --abort | --skip | --edit-todo"
16000msgstr ""
16001
16002#: builtin/rebase.c:158 builtin/rebase.c:182 builtin/rebase.c:209
16003#, c-format
16004msgid "unusable todo list: '%s'"
16005msgstr ""
16006
16007#: builtin/rebase.c:167 builtin/rebase.c:193 builtin/rebase.c:217
16008#, c-format
16009msgid "could not write '%s'."
16010msgstr ""
16011
16012#: builtin/rebase.c:252
16013msgid "no HEAD?"
16014msgstr ""
16015
16016#: builtin/rebase.c:279
16017#, c-format
16018msgid "could not create temporary %s"
16019msgstr ""
16020
16021#: builtin/rebase.c:285
16022msgid "could not mark as interactive"
16023msgstr ""
16024
16025#: builtin/rebase.c:343
16026msgid "could not generate todo list"
16027msgstr ""
16028
16029#: builtin/rebase.c:382
16030msgid "a base commit must be provided with --upstream or --onto"
16031msgstr ""
16032
16033#: builtin/rebase.c:437
16034msgid "git rebase--interactive [<options>]"
16035msgstr ""
16036
16037#: builtin/rebase.c:449
16038msgid "keep empty commits"
16039msgstr ""
16040
16041#: builtin/rebase.c:451 builtin/revert.c:128
16042msgid "allow commits with empty messages"
16043msgstr ""
16044
16045#: builtin/rebase.c:452
16046msgid "rebase merge commits"
16047msgstr ""
16048
16049#: builtin/rebase.c:454
16050msgid "keep original branch points of cousins"
16051msgstr ""
16052
16053#: builtin/rebase.c:456
16054msgid "move commits that begin with squash!/fixup!"
16055msgstr ""
16056
16057#: builtin/rebase.c:457
16058msgid "sign commits"
16059msgstr ""
16060
16061#: builtin/rebase.c:459 builtin/rebase.c:1403
16062msgid "display a diffstat of what changed upstream"
16063msgstr ""
16064
16065#: builtin/rebase.c:461
16066msgid "continue rebase"
16067msgstr ""
16068
16069#: builtin/rebase.c:463
16070msgid "skip commit"
16071msgstr ""
16072
16073#: builtin/rebase.c:464
16074msgid "edit the todo list"
16075msgstr ""
16076
16077#: builtin/rebase.c:466
16078msgid "show the current patch"
16079msgstr ""
16080
16081#: builtin/rebase.c:469
16082msgid "shorten commit ids in the todo list"
16083msgstr ""
16084
16085#: builtin/rebase.c:471
16086msgid "expand commit ids in the todo list"
16087msgstr ""
16088
16089#: builtin/rebase.c:473
16090msgid "check the todo list"
16091msgstr ""
16092
16093#: builtin/rebase.c:475
16094msgid "rearrange fixup/squash lines"
16095msgstr ""
16096
16097#: builtin/rebase.c:477
16098msgid "insert exec commands in todo list"
16099msgstr ""
16100
16101#: builtin/rebase.c:478
16102msgid "onto"
16103msgstr ""
16104
16105#: builtin/rebase.c:481
16106msgid "restrict-revision"
16107msgstr ""
16108
16109#: builtin/rebase.c:481
16110msgid "restrict revision"
16111msgstr ""
16112
16113#: builtin/rebase.c:483
16114msgid "squash-onto"
16115msgstr ""
16116
16117#: builtin/rebase.c:484
16118msgid "squash onto"
16119msgstr ""
16120
16121#: builtin/rebase.c:486
16122msgid "the upstream commit"
16123msgstr ""
16124
16125#: builtin/rebase.c:488
16126msgid "head-name"
16127msgstr ""
16128
16129#: builtin/rebase.c:488
16130msgid "head name"
16131msgstr ""
16132
16133#: builtin/rebase.c:493
16134msgid "rebase strategy"
16135msgstr ""
16136
16137#: builtin/rebase.c:494
16138msgid "strategy-opts"
16139msgstr ""
16140
16141#: builtin/rebase.c:495
16142msgid "strategy options"
16143msgstr ""
16144
16145#: builtin/rebase.c:496
16146msgid "switch-to"
16147msgstr ""
16148
16149#: builtin/rebase.c:497
16150msgid "the branch or commit to checkout"
16151msgstr ""
16152
16153#: builtin/rebase.c:498
16154msgid "onto-name"
16155msgstr ""
16156
16157#: builtin/rebase.c:498
16158msgid "onto name"
16159msgstr ""
16160
16161#: builtin/rebase.c:499
16162msgid "cmd"
16163msgstr ""
16164
16165#: builtin/rebase.c:499
16166msgid "the command to run"
16167msgstr ""
16168
16169#: builtin/rebase.c:502 builtin/rebase.c:1486
16170msgid "automatically re-schedule any `exec` that fails"
16171msgstr ""
16172
16173#: builtin/rebase.c:518
16174msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
16175msgstr ""
16176
16177#: builtin/rebase.c:534
16178#, c-format
16179msgid "%s requires an interactive rebase"
16180msgstr ""
16181
16182#: builtin/rebase.c:586
16183#, c-format
16184msgid "could not get 'onto': '%s'"
16185msgstr ""
16186
16187#: builtin/rebase.c:601
16188#, c-format
16189msgid "invalid orig-head: '%s'"
16190msgstr ""
16191
16192#: builtin/rebase.c:626
16193#, c-format
16194msgid "ignoring invalid allow_rerere_autoupdate: '%s'"
16195msgstr ""
16196
16197#: builtin/rebase.c:702
16198#, c-format
16199msgid "Could not read '%s'"
16200msgstr ""
16201
16202#: builtin/rebase.c:720
16203#, c-format
16204msgid "Cannot store %s"
16205msgstr ""
16206
16207#: builtin/rebase.c:827
16208msgid "could not determine HEAD revision"
16209msgstr ""
16210
16211#: builtin/rebase.c:950 git-rebase--preserve-merges.sh:81
16212msgid ""
16213"Resolve all conflicts manually, mark them as resolved with\n"
16214"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
16215"You can instead skip this commit: run \"git rebase --skip\".\n"
16216"To abort and get back to the state before \"git rebase\", run \"git rebase --"
16217"abort\"."
16218msgstr ""
16219
16220#: builtin/rebase.c:1031
16221#, c-format
16222msgid ""
16223"\n"
16224"git encountered an error while preparing the patches to replay\n"
16225"these revisions:\n"
16226"\n"
16227"    %s\n"
16228"\n"
16229"As a result, git cannot rebase them."
16230msgstr ""
16231
16232#: builtin/rebase.c:1318
16233#, c-format
16234msgid ""
16235"%s\n"
16236"Please specify which branch you want to rebase against.\n"
16237"See git-rebase(1) for details.\n"
16238"\n"
16239"    git rebase '<branch>'\n"
16240"\n"
16241msgstr ""
16242
16243#: builtin/rebase.c:1334
16244#, c-format
16245msgid ""
16246"If you wish to set tracking information for this branch you can do so with:\n"
16247"\n"
16248"    git branch --set-upstream-to=%s/<branch> %s\n"
16249"\n"
16250msgstr ""
16251
16252#: builtin/rebase.c:1364
16253msgid "exec commands cannot contain newlines"
16254msgstr ""
16255
16256#: builtin/rebase.c:1368
16257msgid "empty exec command"
16258msgstr ""
16259
16260#: builtin/rebase.c:1396
16261msgid "rebase onto given branch instead of upstream"
16262msgstr ""
16263
16264#: builtin/rebase.c:1398
16265msgid "allow pre-rebase hook to run"
16266msgstr ""
16267
16268#: builtin/rebase.c:1400
16269msgid "be quiet. implies --no-stat"
16270msgstr ""
16271
16272#: builtin/rebase.c:1406
16273msgid "do not show diffstat of what changed upstream"
16274msgstr ""
16275
16276#: builtin/rebase.c:1409
16277msgid "add a Signed-off-by: line to each commit"
16278msgstr ""
16279
16280#: builtin/rebase.c:1411 builtin/rebase.c:1415 builtin/rebase.c:1417
16281msgid "passed to 'git am'"
16282msgstr ""
16283
16284#: builtin/rebase.c:1419 builtin/rebase.c:1421
16285msgid "passed to 'git apply'"
16286msgstr ""
16287
16288#: builtin/rebase.c:1423 builtin/rebase.c:1426
16289msgid "cherry-pick all commits, even if unchanged"
16290msgstr ""
16291
16292#: builtin/rebase.c:1428
16293msgid "continue"
16294msgstr ""
16295
16296#: builtin/rebase.c:1431
16297msgid "skip current patch and continue"
16298msgstr ""
16299
16300#: builtin/rebase.c:1433
16301msgid "abort and check out the original branch"
16302msgstr ""
16303
16304#: builtin/rebase.c:1436
16305msgid "abort but keep HEAD where it is"
16306msgstr ""
16307
16308#: builtin/rebase.c:1437
16309msgid "edit the todo list during an interactive rebase"
16310msgstr ""
16311
16312#: builtin/rebase.c:1440
16313msgid "show the patch file being applied or merged"
16314msgstr ""
16315
16316#: builtin/rebase.c:1443
16317msgid "use merging strategies to rebase"
16318msgstr ""
16319
16320#: builtin/rebase.c:1447
16321msgid "let the user edit the list of commits to rebase"
16322msgstr ""
16323
16324#: builtin/rebase.c:1451
16325msgid "(DEPRECATED) try to recreate merges instead of ignoring them"
16326msgstr ""
16327
16328#: builtin/rebase.c:1455
16329msgid "preserve empty commits during rebase"
16330msgstr ""
16331
16332#: builtin/rebase.c:1457
16333msgid "move commits that begin with squash!/fixup! under -i"
16334msgstr ""
16335
16336#: builtin/rebase.c:1463
16337msgid "automatically stash/stash pop before and after"
16338msgstr ""
16339
16340#: builtin/rebase.c:1465
16341msgid "add exec lines after each commit of the editable list"
16342msgstr ""
16343
16344#: builtin/rebase.c:1469
16345msgid "allow rebasing commits with empty messages"
16346msgstr ""
16347
16348#: builtin/rebase.c:1472
16349msgid "try to rebase merges instead of skipping them"
16350msgstr ""
16351
16352#: builtin/rebase.c:1475
16353msgid "use 'merge-base --fork-point' to refine upstream"
16354msgstr ""
16355
16356#: builtin/rebase.c:1477
16357msgid "use the given merge strategy"
16358msgstr ""
16359
16360#: builtin/rebase.c:1479 builtin/revert.c:115
16361msgid "option"
16362msgstr ""
16363
16364#: builtin/rebase.c:1480
16365msgid "pass the argument through to the merge strategy"
16366msgstr ""
16367
16368#: builtin/rebase.c:1483
16369msgid "rebase all reachable commits up to the root(s)"
16370msgstr ""
16371
16372#: builtin/rebase.c:1500
16373msgid ""
16374"the rebase.useBuiltin support has been removed!\n"
16375"See its entry in 'git help config' for details."
16376msgstr ""
16377
16378#: builtin/rebase.c:1506
16379msgid "It looks like 'git am' is in progress. Cannot rebase."
16380msgstr ""
16381
16382#: builtin/rebase.c:1547
16383msgid ""
16384"git rebase --preserve-merges is deprecated. Use --rebase-merges instead."
16385msgstr ""
16386
16387#: builtin/rebase.c:1551
16388msgid "No rebase in progress?"
16389msgstr ""
16390
16391#: builtin/rebase.c:1555
16392msgid "The --edit-todo action can only be used during interactive rebase."
16393msgstr ""
16394
16395#: builtin/rebase.c:1578
16396msgid "Cannot read HEAD"
16397msgstr ""
16398
16399#: builtin/rebase.c:1590
16400msgid ""
16401"You must edit all merge conflicts and then\n"
16402"mark them as resolved using git add"
16403msgstr ""
16404
16405#: builtin/rebase.c:1609
16406msgid "could not discard worktree changes"
16407msgstr ""
16408
16409#: builtin/rebase.c:1628
16410#, c-format
16411msgid "could not move back to %s"
16412msgstr ""
16413
16414#: builtin/rebase.c:1673
16415#, c-format
16416msgid ""
16417"It seems that there is already a %s directory, and\n"
16418"I wonder if you are in the middle of another rebase.  If that is the\n"
16419"case, please try\n"
16420"\t%s\n"
16421"If that is not the case, please\n"
16422"\t%s\n"
16423"and run me again.  I am stopping in case you still have something\n"
16424"valuable there.\n"
16425msgstr ""
16426
16427#: builtin/rebase.c:1694
16428msgid "switch `C' expects a numerical value"
16429msgstr ""
16430
16431#: builtin/rebase.c:1735
16432#, c-format
16433msgid "Unknown mode: %s"
16434msgstr ""
16435
16436#: builtin/rebase.c:1757
16437msgid "--strategy requires --merge or --interactive"
16438msgstr ""
16439
16440#: builtin/rebase.c:1797
16441msgid "--reschedule-failed-exec requires --exec or --interactive"
16442msgstr ""
16443
16444#: builtin/rebase.c:1809
16445msgid "cannot combine am options with either interactive or merge options"
16446msgstr ""
16447
16448#: builtin/rebase.c:1828
16449msgid "cannot combine '--preserve-merges' with '--rebase-merges'"
16450msgstr ""
16451
16452#: builtin/rebase.c:1832
16453msgid ""
16454"error: cannot combine '--preserve-merges' with '--reschedule-failed-exec'"
16455msgstr ""
16456
16457#: builtin/rebase.c:1838
16458msgid "cannot combine '--rebase-merges' with '--strategy-option'"
16459msgstr ""
16460
16461#: builtin/rebase.c:1841
16462msgid "cannot combine '--rebase-merges' with '--strategy'"
16463msgstr ""
16464
16465#: builtin/rebase.c:1865
16466#, c-format
16467msgid "invalid upstream '%s'"
16468msgstr ""
16469
16470#: builtin/rebase.c:1871
16471msgid "Could not create new root commit"
16472msgstr ""
16473
16474#: builtin/rebase.c:1889
16475#, c-format
16476msgid "'%s': need exactly one merge base"
16477msgstr ""
16478
16479#: builtin/rebase.c:1896
16480#, c-format
16481msgid "Does not point to a valid commit '%s'"
16482msgstr ""
16483
16484#: builtin/rebase.c:1921
16485#, c-format
16486msgid "fatal: no such branch/commit '%s'"
16487msgstr ""
16488
16489#: builtin/rebase.c:1929 builtin/submodule--helper.c:38
16490#: builtin/submodule--helper.c:1934
16491#, c-format
16492msgid "No such ref: %s"
16493msgstr ""
16494
16495#: builtin/rebase.c:1940
16496msgid "Could not resolve HEAD to a revision"
16497msgstr ""
16498
16499#: builtin/rebase.c:1981
16500msgid "Cannot autostash"
16501msgstr ""
16502
16503#: builtin/rebase.c:1984
16504#, c-format
16505msgid "Unexpected stash response: '%s'"
16506msgstr ""
16507
16508#: builtin/rebase.c:1990
16509#, c-format
16510msgid "Could not create directory for '%s'"
16511msgstr ""
16512
16513#: builtin/rebase.c:1993
16514#, c-format
16515msgid "Created autostash: %s\n"
16516msgstr ""
16517
16518#: builtin/rebase.c:1996
16519msgid "could not reset --hard"
16520msgstr ""
16521
16522#: builtin/rebase.c:1997 builtin/reset.c:114
16523#, c-format
16524msgid "HEAD is now at %s"
16525msgstr ""
16526
16527#: builtin/rebase.c:2013
16528msgid "Please commit or stash them."
16529msgstr ""
16530
16531#: builtin/rebase.c:2040
16532#, c-format
16533msgid "could not parse '%s'"
16534msgstr ""
16535
16536#: builtin/rebase.c:2053
16537#, c-format
16538msgid "could not switch to %s"
16539msgstr ""
16540
16541#: builtin/rebase.c:2064
16542msgid "HEAD is up to date."
16543msgstr ""
16544
16545#: builtin/rebase.c:2066
16546#, c-format
16547msgid "Current branch %s is up to date.\n"
16548msgstr ""
16549
16550#: builtin/rebase.c:2074
16551msgid "HEAD is up to date, rebase forced."
16552msgstr ""
16553
16554#: builtin/rebase.c:2076
16555#, c-format
16556msgid "Current branch %s is up to date, rebase forced.\n"
16557msgstr ""
16558
16559#: builtin/rebase.c:2084
16560msgid "The pre-rebase hook refused to rebase."
16561msgstr ""
16562
16563#: builtin/rebase.c:2091
16564#, c-format
16565msgid "Changes to %s:\n"
16566msgstr ""
16567
16568#: builtin/rebase.c:2094
16569#, c-format
16570msgid "Changes from %s to %s:\n"
16571msgstr ""
16572
16573#: builtin/rebase.c:2119
16574#, c-format
16575msgid "First, rewinding head to replay your work on top of it...\n"
16576msgstr ""
16577
16578#: builtin/rebase.c:2128
16579msgid "Could not detach HEAD"
16580msgstr ""
16581
16582#: builtin/rebase.c:2137
16583#, c-format
16584msgid "Fast-forwarded %s to %s.\n"
16585msgstr ""
16586
16587#: builtin/receive-pack.c:32
16588msgid "git receive-pack <git-dir>"
16589msgstr ""
16590
16591#: builtin/receive-pack.c:832
16592msgid ""
16593"By default, updating the current branch in a non-bare repository\n"
16594"is denied, because it will make the index and work tree inconsistent\n"
16595"with what you pushed, and will require 'git reset --hard' to match\n"
16596"the work tree to HEAD.\n"
16597"\n"
16598"You can set the 'receive.denyCurrentBranch' configuration variable\n"
16599"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
16600"its current branch; however, this is not recommended unless you\n"
16601"arranged to update its work tree to match what you pushed in some\n"
16602"other way.\n"
16603"\n"
16604"To squelch this message and still keep the default behaviour, set\n"
16605"'receive.denyCurrentBranch' configuration variable to 'refuse'."
16606msgstr ""
16607
16608#: builtin/receive-pack.c:852
16609msgid ""
16610"By default, deleting the current branch is denied, because the next\n"
16611"'git clone' won't result in any file checked out, causing confusion.\n"
16612"\n"
16613"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
16614"'warn' or 'ignore' in the remote repository to allow deleting the\n"
16615"current branch, with or without a warning message.\n"
16616"\n"
16617"To squelch this message, you can set it to 'refuse'."
16618msgstr ""
16619
16620#: builtin/receive-pack.c:1938
16621msgid "quiet"
16622msgstr ""
16623
16624#: builtin/receive-pack.c:1952
16625msgid "You must specify a directory."
16626msgstr ""
16627
16628#: builtin/reflog.c:17
16629msgid ""
16630"git reflog expire [--expire=<time>] [--expire-unreachable=<time>] [--"
16631"rewrite] [--updateref] [--stale-fix] [--dry-run | -n] [--verbose] [--all] "
16632"<refs>..."
16633msgstr ""
16634
16635#: builtin/reflog.c:22
16636msgid ""
16637"git reflog delete [--rewrite] [--updateref] [--dry-run | -n] [--verbose] "
16638"<refs>..."
16639msgstr ""
16640
16641#: builtin/reflog.c:25
16642msgid "git reflog exists <ref>"
16643msgstr ""
16644
16645#: builtin/reflog.c:567 builtin/reflog.c:572
16646#, c-format
16647msgid "'%s' is not a valid timestamp"
16648msgstr ""
16649
16650#: builtin/reflog.c:605
16651#, c-format
16652msgid "Marking reachable objects..."
16653msgstr ""
16654
16655#: builtin/reflog.c:643
16656#, c-format
16657msgid "%s points nowhere!"
16658msgstr ""
16659
16660#: builtin/reflog.c:695
16661msgid "no reflog specified to delete"
16662msgstr ""
16663
16664#: builtin/reflog.c:704
16665#, c-format
16666msgid "not a reflog: %s"
16667msgstr ""
16668
16669#: builtin/reflog.c:709
16670#, c-format
16671msgid "no reflog for '%s'"
16672msgstr ""
16673
16674#: builtin/reflog.c:755
16675#, c-format
16676msgid "invalid ref format: %s"
16677msgstr ""
16678
16679#: builtin/reflog.c:764
16680msgid "git reflog [ show | expire | delete | exists ]"
16681msgstr ""
16682
16683#: builtin/remote.c:16
16684msgid "git remote [-v | --verbose]"
16685msgstr ""
16686
16687#: builtin/remote.c:17
16688msgid ""
16689"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
16690"mirror=<fetch|push>] <name> <url>"
16691msgstr ""
16692
16693#: builtin/remote.c:18 builtin/remote.c:38
16694msgid "git remote rename <old> <new>"
16695msgstr ""
16696
16697#: builtin/remote.c:19 builtin/remote.c:43
16698msgid "git remote remove <name>"
16699msgstr ""
16700
16701#: builtin/remote.c:20 builtin/remote.c:48
16702msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
16703msgstr ""
16704
16705#: builtin/remote.c:21
16706msgid "git remote [-v | --verbose] show [-n] <name>"
16707msgstr ""
16708
16709#: builtin/remote.c:22
16710msgid "git remote prune [-n | --dry-run] <name>"
16711msgstr ""
16712
16713#: builtin/remote.c:23
16714msgid ""
16715"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
16716msgstr ""
16717
16718#: builtin/remote.c:24
16719msgid "git remote set-branches [--add] <name> <branch>..."
16720msgstr ""
16721
16722#: builtin/remote.c:25 builtin/remote.c:74
16723msgid "git remote get-url [--push] [--all] <name>"
16724msgstr ""
16725
16726#: builtin/remote.c:26 builtin/remote.c:79
16727msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
16728msgstr ""
16729
16730#: builtin/remote.c:27 builtin/remote.c:80
16731msgid "git remote set-url --add <name> <newurl>"
16732msgstr ""
16733
16734#: builtin/remote.c:28 builtin/remote.c:81
16735msgid "git remote set-url --delete <name> <url>"
16736msgstr ""
16737
16738#: builtin/remote.c:33
16739msgid "git remote add [<options>] <name> <url>"
16740msgstr ""
16741
16742#: builtin/remote.c:53
16743msgid "git remote set-branches <name> <branch>..."
16744msgstr ""
16745
16746#: builtin/remote.c:54
16747msgid "git remote set-branches --add <name> <branch>..."
16748msgstr ""
16749
16750#: builtin/remote.c:59
16751msgid "git remote show [<options>] <name>"
16752msgstr ""
16753
16754#: builtin/remote.c:64
16755msgid "git remote prune [<options>] <name>"
16756msgstr ""
16757
16758#: builtin/remote.c:69
16759msgid "git remote update [<options>] [<group> | <remote>]..."
16760msgstr ""
16761
16762#: builtin/remote.c:98
16763#, c-format
16764msgid "Updating %s"
16765msgstr ""
16766
16767#: builtin/remote.c:130
16768msgid ""
16769"--mirror is dangerous and deprecated; please\n"
16770"\t use --mirror=fetch or --mirror=push instead"
16771msgstr ""
16772
16773#: builtin/remote.c:147
16774#, c-format
16775msgid "unknown mirror argument: %s"
16776msgstr ""
16777
16778#: builtin/remote.c:163
16779msgid "fetch the remote branches"
16780msgstr ""
16781
16782#: builtin/remote.c:165
16783msgid "import all tags and associated objects when fetching"
16784msgstr ""
16785
16786#: builtin/remote.c:168
16787msgid "or do not fetch any tag at all (--no-tags)"
16788msgstr ""
16789
16790#: builtin/remote.c:170
16791msgid "branch(es) to track"
16792msgstr ""
16793
16794#: builtin/remote.c:171
16795msgid "master branch"
16796msgstr ""
16797
16798#: builtin/remote.c:173
16799msgid "set up remote as a mirror to push to or fetch from"
16800msgstr ""
16801
16802#: builtin/remote.c:185
16803msgid "specifying a master branch makes no sense with --mirror"
16804msgstr ""
16805
16806#: builtin/remote.c:187
16807msgid "specifying branches to track makes sense only with fetch mirrors"
16808msgstr ""
16809
16810#: builtin/remote.c:194 builtin/remote.c:636
16811#, c-format
16812msgid "remote %s already exists."
16813msgstr ""
16814
16815#: builtin/remote.c:198 builtin/remote.c:640
16816#, c-format
16817msgid "'%s' is not a valid remote name"
16818msgstr ""
16819
16820#: builtin/remote.c:238
16821#, c-format
16822msgid "Could not setup master '%s'"
16823msgstr ""
16824
16825#: builtin/remote.c:344
16826#, c-format
16827msgid "Could not get fetch map for refspec %s"
16828msgstr ""
16829
16830#: builtin/remote.c:443 builtin/remote.c:451
16831msgid "(matching)"
16832msgstr ""
16833
16834#: builtin/remote.c:455
16835msgid "(delete)"
16836msgstr ""
16837
16838#: builtin/remote.c:629 builtin/remote.c:765 builtin/remote.c:864
16839#, c-format
16840msgid "No such remote: '%s'"
16841msgstr ""
16842
16843#: builtin/remote.c:646
16844#, c-format
16845msgid "Could not rename config section '%s' to '%s'"
16846msgstr ""
16847
16848#: builtin/remote.c:666
16849#, c-format
16850msgid ""
16851"Not updating non-default fetch refspec\n"
16852"\t%s\n"
16853"\tPlease update the configuration manually if necessary."
16854msgstr ""
16855
16856#: builtin/remote.c:702
16857#, c-format
16858msgid "deleting '%s' failed"
16859msgstr ""
16860
16861#: builtin/remote.c:736
16862#, c-format
16863msgid "creating '%s' failed"
16864msgstr ""
16865
16866#: builtin/remote.c:802
16867msgid ""
16868"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
16869"to delete it, use:"
16870msgid_plural ""
16871"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
16872"to delete them, use:"
16873msgstr[0] ""
16874msgstr[1] ""
16875
16876#: builtin/remote.c:816
16877#, c-format
16878msgid "Could not remove config section '%s'"
16879msgstr ""
16880
16881#: builtin/remote.c:917
16882#, c-format
16883msgid " new (next fetch will store in remotes/%s)"
16884msgstr ""
16885
16886#: builtin/remote.c:920
16887msgid " tracked"
16888msgstr ""
16889
16890#: builtin/remote.c:922
16891msgid " stale (use 'git remote prune' to remove)"
16892msgstr ""
16893
16894#: builtin/remote.c:924
16895msgid " ???"
16896msgstr ""
16897
16898#: builtin/remote.c:965
16899#, c-format
16900msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
16901msgstr ""
16902
16903#: builtin/remote.c:974
16904#, c-format
16905msgid "rebases interactively onto remote %s"
16906msgstr ""
16907
16908#: builtin/remote.c:976
16909#, c-format
16910msgid "rebases interactively (with merges) onto remote %s"
16911msgstr ""
16912
16913#: builtin/remote.c:979
16914#, c-format
16915msgid "rebases onto remote %s"
16916msgstr ""
16917
16918#: builtin/remote.c:983
16919#, c-format
16920msgid " merges with remote %s"
16921msgstr ""
16922
16923#: builtin/remote.c:986
16924#, c-format
16925msgid "merges with remote %s"
16926msgstr ""
16927
16928#: builtin/remote.c:989
16929#, c-format
16930msgid "%-*s    and with remote %s\n"
16931msgstr ""
16932
16933#: builtin/remote.c:1032
16934msgid "create"
16935msgstr ""
16936
16937#: builtin/remote.c:1035
16938msgid "delete"
16939msgstr ""
16940
16941#: builtin/remote.c:1039
16942msgid "up to date"
16943msgstr ""
16944
16945#: builtin/remote.c:1042
16946msgid "fast-forwardable"
16947msgstr ""
16948
16949#: builtin/remote.c:1045
16950msgid "local out of date"
16951msgstr ""
16952
16953#: builtin/remote.c:1052
16954#, c-format
16955msgid "    %-*s forces to %-*s (%s)"
16956msgstr ""
16957
16958#: builtin/remote.c:1055
16959#, c-format
16960msgid "    %-*s pushes to %-*s (%s)"
16961msgstr ""
16962
16963#: builtin/remote.c:1059
16964#, c-format
16965msgid "    %-*s forces to %s"
16966msgstr ""
16967
16968#: builtin/remote.c:1062
16969#, c-format
16970msgid "    %-*s pushes to %s"
16971msgstr ""
16972
16973#: builtin/remote.c:1130
16974msgid "do not query remotes"
16975msgstr ""
16976
16977#: builtin/remote.c:1157
16978#, c-format
16979msgid "* remote %s"
16980msgstr ""
16981
16982#: builtin/remote.c:1158
16983#, c-format
16984msgid "  Fetch URL: %s"
16985msgstr ""
16986
16987#: builtin/remote.c:1159 builtin/remote.c:1175 builtin/remote.c:1314
16988msgid "(no URL)"
16989msgstr ""
16990
16991#. TRANSLATORS: the colon ':' should align
16992#. with the one in " Fetch URL: %s"
16993#. translation.
16994#.
16995#: builtin/remote.c:1173 builtin/remote.c:1175
16996#, c-format
16997msgid "  Push  URL: %s"
16998msgstr ""
16999
17000#: builtin/remote.c:1177 builtin/remote.c:1179 builtin/remote.c:1181
17001#, c-format
17002msgid "  HEAD branch: %s"
17003msgstr ""
17004
17005#: builtin/remote.c:1177
17006msgid "(not queried)"
17007msgstr ""
17008
17009#: builtin/remote.c:1179
17010msgid "(unknown)"
17011msgstr ""
17012
17013#: builtin/remote.c:1183
17014#, c-format
17015msgid ""
17016"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
17017msgstr ""
17018
17019#: builtin/remote.c:1195
17020#, c-format
17021msgid "  Remote branch:%s"
17022msgid_plural "  Remote branches:%s"
17023msgstr[0] ""
17024msgstr[1] ""
17025
17026#: builtin/remote.c:1198 builtin/remote.c:1224
17027msgid " (status not queried)"
17028msgstr ""
17029
17030#: builtin/remote.c:1207
17031msgid "  Local branch configured for 'git pull':"
17032msgid_plural "  Local branches configured for 'git pull':"
17033msgstr[0] ""
17034msgstr[1] ""
17035
17036#: builtin/remote.c:1215
17037msgid "  Local refs will be mirrored by 'git push'"
17038msgstr ""
17039
17040#: builtin/remote.c:1221
17041#, c-format
17042msgid "  Local ref configured for 'git push'%s:"
17043msgid_plural "  Local refs configured for 'git push'%s:"
17044msgstr[0] ""
17045msgstr[1] ""
17046
17047#: builtin/remote.c:1242
17048msgid "set refs/remotes/<name>/HEAD according to remote"
17049msgstr ""
17050
17051#: builtin/remote.c:1244
17052msgid "delete refs/remotes/<name>/HEAD"
17053msgstr ""
17054
17055#: builtin/remote.c:1259
17056msgid "Cannot determine remote HEAD"
17057msgstr ""
17058
17059#: builtin/remote.c:1261
17060msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
17061msgstr ""
17062
17063#: builtin/remote.c:1271
17064#, c-format
17065msgid "Could not delete %s"
17066msgstr ""
17067
17068#: builtin/remote.c:1279
17069#, c-format
17070msgid "Not a valid ref: %s"
17071msgstr ""
17072
17073#: builtin/remote.c:1281
17074#, c-format
17075msgid "Could not setup %s"
17076msgstr ""
17077
17078#: builtin/remote.c:1299
17079#, c-format
17080msgid " %s will become dangling!"
17081msgstr ""
17082
17083#: builtin/remote.c:1300
17084#, c-format
17085msgid " %s has become dangling!"
17086msgstr ""
17087
17088#: builtin/remote.c:1310
17089#, c-format
17090msgid "Pruning %s"
17091msgstr ""
17092
17093#: builtin/remote.c:1311
17094#, c-format
17095msgid "URL: %s"
17096msgstr ""
17097
17098#: builtin/remote.c:1327
17099#, c-format
17100msgid " * [would prune] %s"
17101msgstr ""
17102
17103#: builtin/remote.c:1330
17104#, c-format
17105msgid " * [pruned] %s"
17106msgstr ""
17107
17108#: builtin/remote.c:1375
17109msgid "prune remotes after fetching"
17110msgstr ""
17111
17112#: builtin/remote.c:1438 builtin/remote.c:1492 builtin/remote.c:1560
17113#, c-format
17114msgid "No such remote '%s'"
17115msgstr ""
17116
17117#: builtin/remote.c:1454
17118msgid "add branch"
17119msgstr ""
17120
17121#: builtin/remote.c:1461
17122msgid "no remote specified"
17123msgstr ""
17124
17125#: builtin/remote.c:1478
17126msgid "query push URLs rather than fetch URLs"
17127msgstr ""
17128
17129#: builtin/remote.c:1480
17130msgid "return all URLs"
17131msgstr ""
17132
17133#: builtin/remote.c:1508
17134#, c-format
17135msgid "no URLs configured for remote '%s'"
17136msgstr ""
17137
17138#: builtin/remote.c:1534
17139msgid "manipulate push URLs"
17140msgstr ""
17141
17142#: builtin/remote.c:1536
17143msgid "add URL"
17144msgstr ""
17145
17146#: builtin/remote.c:1538
17147msgid "delete URLs"
17148msgstr ""
17149
17150#: builtin/remote.c:1545
17151msgid "--add --delete doesn't make sense"
17152msgstr ""
17153
17154#: builtin/remote.c:1584
17155#, c-format
17156msgid "Invalid old URL pattern: %s"
17157msgstr ""
17158
17159#: builtin/remote.c:1592
17160#, c-format
17161msgid "No such URL found: %s"
17162msgstr ""
17163
17164#: builtin/remote.c:1594
17165msgid "Will not delete all non-push URLs"
17166msgstr ""
17167
17168#: builtin/remote.c:1610
17169msgid "be verbose; must be placed before a subcommand"
17170msgstr ""
17171
17172#: builtin/remote.c:1641
17173#, c-format
17174msgid "Unknown subcommand: %s"
17175msgstr ""
17176
17177#: builtin/repack.c:22
17178msgid "git repack [<options>]"
17179msgstr ""
17180
17181#: builtin/repack.c:27
17182msgid ""
17183"Incremental repacks are incompatible with bitmap indexes.  Use\n"
17184"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
17185msgstr ""
17186
17187#: builtin/repack.c:201
17188msgid "could not start pack-objects to repack promisor objects"
17189msgstr ""
17190
17191#: builtin/repack.c:240 builtin/repack.c:418
17192msgid "repack: Expecting full hex object ID lines only from pack-objects."
17193msgstr ""
17194
17195#: builtin/repack.c:257
17196msgid "could not finish pack-objects to repack promisor objects"
17197msgstr ""
17198
17199#: builtin/repack.c:295
17200msgid "pack everything in a single pack"
17201msgstr ""
17202
17203#: builtin/repack.c:297
17204msgid "same as -a, and turn unreachable objects loose"
17205msgstr ""
17206
17207#: builtin/repack.c:300
17208msgid "remove redundant packs, and run git-prune-packed"
17209msgstr ""
17210
17211#: builtin/repack.c:302
17212msgid "pass --no-reuse-delta to git-pack-objects"
17213msgstr ""
17214
17215#: builtin/repack.c:304
17216msgid "pass --no-reuse-object to git-pack-objects"
17217msgstr ""
17218
17219#: builtin/repack.c:306
17220msgid "do not run git-update-server-info"
17221msgstr ""
17222
17223#: builtin/repack.c:309
17224msgid "pass --local to git-pack-objects"
17225msgstr ""
17226
17227#: builtin/repack.c:311
17228msgid "write bitmap index"
17229msgstr ""
17230
17231#: builtin/repack.c:313
17232msgid "pass --delta-islands to git-pack-objects"
17233msgstr ""
17234
17235#: builtin/repack.c:314
17236msgid "approxidate"
17237msgstr ""
17238
17239#: builtin/repack.c:315
17240msgid "with -A, do not loosen objects older than this"
17241msgstr ""
17242
17243#: builtin/repack.c:317
17244msgid "with -a, repack unreachable objects"
17245msgstr ""
17246
17247#: builtin/repack.c:319
17248msgid "size of the window used for delta compression"
17249msgstr ""
17250
17251#: builtin/repack.c:320 builtin/repack.c:326
17252msgid "bytes"
17253msgstr ""
17254
17255#: builtin/repack.c:321
17256msgid "same as the above, but limit memory size instead of entries count"
17257msgstr ""
17258
17259#: builtin/repack.c:323
17260msgid "limits the maximum delta depth"
17261msgstr ""
17262
17263#: builtin/repack.c:325
17264msgid "limits the maximum number of threads"
17265msgstr ""
17266
17267#: builtin/repack.c:327
17268msgid "maximum size of each packfile"
17269msgstr ""
17270
17271#: builtin/repack.c:329
17272msgid "repack objects in packs marked with .keep"
17273msgstr ""
17274
17275#: builtin/repack.c:331
17276msgid "do not repack this pack"
17277msgstr ""
17278
17279#: builtin/repack.c:341
17280msgid "cannot delete packs in a precious-objects repo"
17281msgstr ""
17282
17283#: builtin/repack.c:345
17284msgid "--keep-unreachable and -A are incompatible"
17285msgstr ""
17286
17287#: builtin/repack.c:427
17288msgid "Nothing new to pack."
17289msgstr ""
17290
17291#: builtin/repack.c:488
17292#, c-format
17293msgid ""
17294"WARNING: Some packs in use have been renamed by\n"
17295"WARNING: prefixing old- to their name, in order to\n"
17296"WARNING: replace them with the new version of the\n"
17297"WARNING: file.  But the operation failed, and the\n"
17298"WARNING: attempt to rename them back to their\n"
17299"WARNING: original names also failed.\n"
17300"WARNING: Please rename them in %s manually:\n"
17301msgstr ""
17302
17303#: builtin/repack.c:536
17304#, c-format
17305msgid "failed to remove '%s'"
17306msgstr ""
17307
17308#: builtin/replace.c:22
17309msgid "git replace [-f] <object> <replacement>"
17310msgstr ""
17311
17312#: builtin/replace.c:23
17313msgid "git replace [-f] --edit <object>"
17314msgstr ""
17315
17316#: builtin/replace.c:24
17317msgid "git replace [-f] --graft <commit> [<parent>...]"
17318msgstr ""
17319
17320#: builtin/replace.c:25
17321msgid "git replace [-f] --convert-graft-file"
17322msgstr ""
17323
17324#: builtin/replace.c:26
17325msgid "git replace -d <object>..."
17326msgstr ""
17327
17328#: builtin/replace.c:27
17329msgid "git replace [--format=<format>] [-l [<pattern>]]"
17330msgstr ""
17331
17332#: builtin/replace.c:90
17333#, c-format
17334msgid ""
17335"invalid replace format '%s'\n"
17336"valid formats are 'short', 'medium' and 'long'"
17337msgstr ""
17338
17339#: builtin/replace.c:125
17340#, c-format
17341msgid "replace ref '%s' not found"
17342msgstr ""
17343
17344#: builtin/replace.c:141
17345#, c-format
17346msgid "Deleted replace ref '%s'"
17347msgstr ""
17348
17349#: builtin/replace.c:153
17350#, c-format
17351msgid "'%s' is not a valid ref name"
17352msgstr ""
17353
17354#: builtin/replace.c:158
17355#, c-format
17356msgid "replace ref '%s' already exists"
17357msgstr ""
17358
17359#: builtin/replace.c:178
17360#, c-format
17361msgid ""
17362"Objects must be of the same type.\n"
17363"'%s' points to a replaced object of type '%s'\n"
17364"while '%s' points to a replacement object of type '%s'."
17365msgstr ""
17366
17367#: builtin/replace.c:229
17368#, c-format
17369msgid "unable to open %s for writing"
17370msgstr ""
17371
17372#: builtin/replace.c:242
17373msgid "cat-file reported failure"
17374msgstr ""
17375
17376#: builtin/replace.c:258
17377#, c-format
17378msgid "unable to open %s for reading"
17379msgstr ""
17380
17381#: builtin/replace.c:272
17382msgid "unable to spawn mktree"
17383msgstr ""
17384
17385#: builtin/replace.c:276
17386msgid "unable to read from mktree"
17387msgstr ""
17388
17389#: builtin/replace.c:285
17390msgid "mktree reported failure"
17391msgstr ""
17392
17393#: builtin/replace.c:289
17394msgid "mktree did not return an object name"
17395msgstr ""
17396
17397#: builtin/replace.c:298
17398#, c-format
17399msgid "unable to fstat %s"
17400msgstr ""
17401
17402#: builtin/replace.c:303
17403msgid "unable to write object to database"
17404msgstr ""
17405
17406#: builtin/replace.c:322 builtin/replace.c:377 builtin/replace.c:422
17407#: builtin/replace.c:452
17408#, c-format
17409msgid "not a valid object name: '%s'"
17410msgstr ""
17411
17412#: builtin/replace.c:326
17413#, c-format
17414msgid "unable to get object type for %s"
17415msgstr ""
17416
17417#: builtin/replace.c:342
17418msgid "editing object file failed"
17419msgstr ""
17420
17421#: builtin/replace.c:351
17422#, c-format
17423msgid "new object is the same as the old one: '%s'"
17424msgstr ""
17425
17426#: builtin/replace.c:383
17427#, c-format
17428msgid "could not parse %s as a commit"
17429msgstr ""
17430
17431#: builtin/replace.c:414
17432#, c-format
17433msgid "bad mergetag in commit '%s'"
17434msgstr ""
17435
17436#: builtin/replace.c:416
17437#, c-format
17438msgid "malformed mergetag in commit '%s'"
17439msgstr ""
17440
17441#: builtin/replace.c:428
17442#, c-format
17443msgid ""
17444"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
17445"instead of --graft"
17446msgstr ""
17447
17448#: builtin/replace.c:467
17449#, c-format
17450msgid "the original commit '%s' has a gpg signature"
17451msgstr ""
17452
17453#: builtin/replace.c:468
17454msgid "the signature will be removed in the replacement commit!"
17455msgstr ""
17456
17457#: builtin/replace.c:478
17458#, c-format
17459msgid "could not write replacement commit for: '%s'"
17460msgstr ""
17461
17462#: builtin/replace.c:486
17463#, c-format
17464msgid "graft for '%s' unnecessary"
17465msgstr ""
17466
17467#: builtin/replace.c:490
17468#, c-format
17469msgid "new commit is the same as the old one: '%s'"
17470msgstr ""
17471
17472#: builtin/replace.c:525
17473#, c-format
17474msgid ""
17475"could not convert the following graft(s):\n"
17476"%s"
17477msgstr ""
17478
17479#: builtin/replace.c:546
17480msgid "list replace refs"
17481msgstr ""
17482
17483#: builtin/replace.c:547
17484msgid "delete replace refs"
17485msgstr ""
17486
17487#: builtin/replace.c:548
17488msgid "edit existing object"
17489msgstr ""
17490
17491#: builtin/replace.c:549
17492msgid "change a commit's parents"
17493msgstr ""
17494
17495#: builtin/replace.c:550
17496msgid "convert existing graft file"
17497msgstr ""
17498
17499#: builtin/replace.c:551
17500msgid "replace the ref if it exists"
17501msgstr ""
17502
17503#: builtin/replace.c:553
17504msgid "do not pretty-print contents for --edit"
17505msgstr ""
17506
17507#: builtin/replace.c:554
17508msgid "use this format"
17509msgstr ""
17510
17511#: builtin/replace.c:567
17512msgid "--format cannot be used when not listing"
17513msgstr ""
17514
17515#: builtin/replace.c:575
17516msgid "-f only makes sense when writing a replacement"
17517msgstr ""
17518
17519#: builtin/replace.c:579
17520msgid "--raw only makes sense with --edit"
17521msgstr ""
17522
17523#: builtin/replace.c:585
17524msgid "-d needs at least one argument"
17525msgstr ""
17526
17527#: builtin/replace.c:591
17528msgid "bad number of arguments"
17529msgstr ""
17530
17531#: builtin/replace.c:597
17532msgid "-e needs exactly one argument"
17533msgstr ""
17534
17535#: builtin/replace.c:603
17536msgid "-g needs at least one argument"
17537msgstr ""
17538
17539#: builtin/replace.c:609
17540msgid "--convert-graft-file takes no argument"
17541msgstr ""
17542
17543#: builtin/replace.c:615
17544msgid "only one pattern can be given with -l"
17545msgstr ""
17546
17547#: builtin/rerere.c:13
17548msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
17549msgstr ""
17550
17551#: builtin/rerere.c:60
17552msgid "register clean resolutions in index"
17553msgstr ""
17554
17555#: builtin/rerere.c:79
17556msgid "'git rerere forget' without paths is deprecated"
17557msgstr ""
17558
17559#: builtin/rerere.c:113
17560#, c-format
17561msgid "unable to generate diff for '%s'"
17562msgstr ""
17563
17564#: builtin/reset.c:32
17565msgid ""
17566"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
17567msgstr ""
17568
17569#: builtin/reset.c:33
17570msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
17571msgstr ""
17572
17573#: builtin/reset.c:34
17574msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
17575msgstr ""
17576
17577#: builtin/reset.c:40
17578msgid "mixed"
17579msgstr ""
17580
17581#: builtin/reset.c:40
17582msgid "soft"
17583msgstr ""
17584
17585#: builtin/reset.c:40
17586msgid "hard"
17587msgstr ""
17588
17589#: builtin/reset.c:40
17590msgid "merge"
17591msgstr ""
17592
17593#: builtin/reset.c:40
17594msgid "keep"
17595msgstr ""
17596
17597#: builtin/reset.c:81
17598msgid "You do not have a valid HEAD."
17599msgstr ""
17600
17601#: builtin/reset.c:83
17602msgid "Failed to find tree of HEAD."
17603msgstr ""
17604
17605#: builtin/reset.c:89
17606#, c-format
17607msgid "Failed to find tree of %s."
17608msgstr ""
17609
17610#: builtin/reset.c:193
17611#, c-format
17612msgid "Cannot do a %s reset in the middle of a merge."
17613msgstr ""
17614
17615#: builtin/reset.c:293 builtin/stash.c:514 builtin/stash.c:589
17616#: builtin/stash.c:613
17617msgid "be quiet, only report errors"
17618msgstr ""
17619
17620#: builtin/reset.c:295
17621msgid "reset HEAD and index"
17622msgstr ""
17623
17624#: builtin/reset.c:296
17625msgid "reset only HEAD"
17626msgstr ""
17627
17628#: builtin/reset.c:298 builtin/reset.c:300
17629msgid "reset HEAD, index and working tree"
17630msgstr ""
17631
17632#: builtin/reset.c:302
17633msgid "reset HEAD but keep local changes"
17634msgstr ""
17635
17636#: builtin/reset.c:308
17637msgid "record only the fact that removed paths will be added later"
17638msgstr ""
17639
17640#: builtin/reset.c:326
17641#, c-format
17642msgid "Failed to resolve '%s' as a valid revision."
17643msgstr ""
17644
17645#: builtin/reset.c:334
17646#, c-format
17647msgid "Failed to resolve '%s' as a valid tree."
17648msgstr ""
17649
17650#: builtin/reset.c:343
17651msgid "--patch is incompatible with --{hard,mixed,soft}"
17652msgstr ""
17653
17654#: builtin/reset.c:353
17655msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
17656msgstr ""
17657
17658#: builtin/reset.c:355
17659#, c-format
17660msgid "Cannot do %s reset with paths."
17661msgstr ""
17662
17663#: builtin/reset.c:370
17664#, c-format
17665msgid "%s reset is not allowed in a bare repository"
17666msgstr ""
17667
17668#: builtin/reset.c:374
17669msgid "-N can only be used with --mixed"
17670msgstr ""
17671
17672#: builtin/reset.c:395
17673msgid "Unstaged changes after reset:"
17674msgstr ""
17675
17676#: builtin/reset.c:398
17677#, c-format
17678msgid ""
17679"\n"
17680"It took %.2f seconds to enumerate unstaged changes after reset.  You can\n"
17681"use '--quiet' to avoid this.  Set the config setting reset.quiet to true\n"
17682"to make this the default.\n"
17683msgstr ""
17684
17685#: builtin/reset.c:408
17686#, c-format
17687msgid "Could not reset index file to revision '%s'."
17688msgstr ""
17689
17690#: builtin/reset.c:412
17691msgid "Could not write new index file."
17692msgstr ""
17693
17694#: builtin/rev-list.c:412
17695msgid "cannot combine --exclude-promisor-objects and --missing"
17696msgstr ""
17697
17698#: builtin/rev-list.c:473
17699msgid "object filtering requires --objects"
17700msgstr ""
17701
17702#: builtin/rev-list.c:476
17703#, c-format
17704msgid "invalid sparse value '%s'"
17705msgstr ""
17706
17707#: builtin/rev-list.c:527
17708msgid "rev-list does not support display of notes"
17709msgstr ""
17710
17711#: builtin/rev-list.c:530
17712msgid "cannot combine --use-bitmap-index with object filtering"
17713msgstr ""
17714
17715#: builtin/rev-parse.c:408
17716msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
17717msgstr ""
17718
17719#: builtin/rev-parse.c:413
17720msgid "keep the `--` passed as an arg"
17721msgstr ""
17722
17723#: builtin/rev-parse.c:415
17724msgid "stop parsing after the first non-option argument"
17725msgstr ""
17726
17727#: builtin/rev-parse.c:418
17728msgid "output in stuck long form"
17729msgstr ""
17730
17731#: builtin/rev-parse.c:551
17732msgid ""
17733"git rev-parse --parseopt [<options>] -- [<args>...]\n"
17734"   or: git rev-parse --sq-quote [<arg>...]\n"
17735"   or: git rev-parse [<options>] [<arg>...]\n"
17736"\n"
17737"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
17738msgstr ""
17739
17740#: builtin/revert.c:24
17741msgid "git revert [<options>] <commit-ish>..."
17742msgstr ""
17743
17744#: builtin/revert.c:25
17745msgid "git revert <subcommand>"
17746msgstr ""
17747
17748#: builtin/revert.c:30
17749msgid "git cherry-pick [<options>] <commit-ish>..."
17750msgstr ""
17751
17752#: builtin/revert.c:31
17753msgid "git cherry-pick <subcommand>"
17754msgstr ""
17755
17756#: builtin/revert.c:72
17757#, c-format
17758msgid "option `%s' expects a number greater than zero"
17759msgstr ""
17760
17761#: builtin/revert.c:92
17762#, c-format
17763msgid "%s: %s cannot be used with %s"
17764msgstr ""
17765
17766#: builtin/revert.c:102
17767msgid "end revert or cherry-pick sequence"
17768msgstr ""
17769
17770#: builtin/revert.c:103
17771msgid "resume revert or cherry-pick sequence"
17772msgstr ""
17773
17774#: builtin/revert.c:104
17775msgid "cancel revert or cherry-pick sequence"
17776msgstr ""
17777
17778#: builtin/revert.c:105
17779msgid "skip current commit and continue"
17780msgstr ""
17781
17782#: builtin/revert.c:107
17783msgid "don't automatically commit"
17784msgstr ""
17785
17786#: builtin/revert.c:108
17787msgid "edit the commit message"
17788msgstr ""
17789
17790#: builtin/revert.c:111
17791msgid "parent-number"
17792msgstr ""
17793
17794#: builtin/revert.c:112
17795msgid "select mainline parent"
17796msgstr ""
17797
17798#: builtin/revert.c:114
17799msgid "merge strategy"
17800msgstr ""
17801
17802#: builtin/revert.c:116
17803msgid "option for merge strategy"
17804msgstr ""
17805
17806#: builtin/revert.c:125
17807msgid "append commit name"
17808msgstr ""
17809
17810#: builtin/revert.c:127
17811msgid "preserve initially empty commits"
17812msgstr ""
17813
17814#: builtin/revert.c:129
17815msgid "keep redundant, empty commits"
17816msgstr ""
17817
17818#: builtin/revert.c:232
17819msgid "revert failed"
17820msgstr ""
17821
17822#: builtin/revert.c:245
17823msgid "cherry-pick failed"
17824msgstr ""
17825
17826#: builtin/rm.c:19
17827msgid "git rm [<options>] [--] <file>..."
17828msgstr ""
17829
17830#: builtin/rm.c:207
17831msgid ""
17832"the following file has staged content different from both the\n"
17833"file and the HEAD:"
17834msgid_plural ""
17835"the following files have staged content different from both the\n"
17836"file and the HEAD:"
17837msgstr[0] ""
17838msgstr[1] ""
17839
17840#: builtin/rm.c:212
17841msgid ""
17842"\n"
17843"(use -f to force removal)"
17844msgstr ""
17845
17846#: builtin/rm.c:216
17847msgid "the following file has changes staged in the index:"
17848msgid_plural "the following files have changes staged in the index:"
17849msgstr[0] ""
17850msgstr[1] ""
17851
17852#: builtin/rm.c:220 builtin/rm.c:229
17853msgid ""
17854"\n"
17855"(use --cached to keep the file, or -f to force removal)"
17856msgstr ""
17857
17858#: builtin/rm.c:226
17859msgid "the following file has local modifications:"
17860msgid_plural "the following files have local modifications:"
17861msgstr[0] ""
17862msgstr[1] ""
17863
17864#: builtin/rm.c:242
17865msgid "do not list removed files"
17866msgstr ""
17867
17868#: builtin/rm.c:243
17869msgid "only remove from the index"
17870msgstr ""
17871
17872#: builtin/rm.c:244
17873msgid "override the up-to-date check"
17874msgstr ""
17875
17876#: builtin/rm.c:245
17877msgid "allow recursive removal"
17878msgstr ""
17879
17880#: builtin/rm.c:247
17881msgid "exit with a zero status even if nothing matched"
17882msgstr ""
17883
17884#: builtin/rm.c:289
17885msgid "please stage your changes to .gitmodules or stash them to proceed"
17886msgstr ""
17887
17888#: builtin/rm.c:307
17889#, c-format
17890msgid "not removing '%s' recursively without -r"
17891msgstr ""
17892
17893#: builtin/rm.c:346
17894#, c-format
17895msgid "git rm: unable to remove %s"
17896msgstr ""
17897
17898#: builtin/send-pack.c:20
17899msgid ""
17900"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
17901"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
17902"[<ref>...]\n"
17903"  --all and explicit <ref> specification are mutually exclusive."
17904msgstr ""
17905
17906#: builtin/send-pack.c:163
17907msgid "remote name"
17908msgstr ""
17909
17910#: builtin/send-pack.c:177
17911msgid "use stateless RPC protocol"
17912msgstr ""
17913
17914#: builtin/send-pack.c:178
17915msgid "read refs from stdin"
17916msgstr ""
17917
17918#: builtin/send-pack.c:179
17919msgid "print status from remote helper"
17920msgstr ""
17921
17922#: builtin/shortlog.c:14
17923msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
17924msgstr ""
17925
17926#: builtin/shortlog.c:15
17927msgid "git log --pretty=short | git shortlog [<options>]"
17928msgstr ""
17929
17930#: builtin/shortlog.c:264
17931msgid "Group by committer rather than author"
17932msgstr ""
17933
17934#: builtin/shortlog.c:266
17935msgid "sort output according to the number of commits per author"
17936msgstr ""
17937
17938#: builtin/shortlog.c:268
17939msgid "Suppress commit descriptions, only provides commit count"
17940msgstr ""
17941
17942#: builtin/shortlog.c:270
17943msgid "Show the email address of each author"
17944msgstr ""
17945
17946#: builtin/shortlog.c:271
17947msgid "<w>[,<i1>[,<i2>]]"
17948msgstr ""
17949
17950#: builtin/shortlog.c:272
17951msgid "Linewrap output"
17952msgstr ""
17953
17954#: builtin/shortlog.c:301
17955msgid "too many arguments given outside repository"
17956msgstr ""
17957
17958#: builtin/show-branch.c:13
17959msgid ""
17960"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
17961"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
17962"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
17963"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
17964msgstr ""
17965
17966#: builtin/show-branch.c:17
17967msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
17968msgstr ""
17969
17970#: builtin/show-branch.c:395
17971#, c-format
17972msgid "ignoring %s; cannot handle more than %d ref"
17973msgid_plural "ignoring %s; cannot handle more than %d refs"
17974msgstr[0] ""
17975msgstr[1] ""
17976
17977#: builtin/show-branch.c:548
17978#, c-format
17979msgid "no matching refs with %s"
17980msgstr ""
17981
17982#: builtin/show-branch.c:645
17983msgid "show remote-tracking and local branches"
17984msgstr ""
17985
17986#: builtin/show-branch.c:647
17987msgid "show remote-tracking branches"
17988msgstr ""
17989
17990#: builtin/show-branch.c:649
17991msgid "color '*!+-' corresponding to the branch"
17992msgstr ""
17993
17994#: builtin/show-branch.c:651
17995msgid "show <n> more commits after the common ancestor"
17996msgstr ""
17997
17998#: builtin/show-branch.c:653
17999msgid "synonym to more=-1"
18000msgstr ""
18001
18002#: builtin/show-branch.c:654
18003msgid "suppress naming strings"
18004msgstr ""
18005
18006#: builtin/show-branch.c:656
18007msgid "include the current branch"
18008msgstr ""
18009
18010#: builtin/show-branch.c:658
18011msgid "name commits with their object names"
18012msgstr ""
18013
18014#: builtin/show-branch.c:660
18015msgid "show possible merge bases"
18016msgstr ""
18017
18018#: builtin/show-branch.c:662
18019msgid "show refs unreachable from any other ref"
18020msgstr ""
18021
18022#: builtin/show-branch.c:664
18023msgid "show commits in topological order"
18024msgstr ""
18025
18026#: builtin/show-branch.c:667
18027msgid "show only commits not on the first branch"
18028msgstr ""
18029
18030#: builtin/show-branch.c:669
18031msgid "show merges reachable from only one tip"
18032msgstr ""
18033
18034#: builtin/show-branch.c:671
18035msgid "topologically sort, maintaining date order where possible"
18036msgstr ""
18037
18038#: builtin/show-branch.c:674
18039msgid "<n>[,<base>]"
18040msgstr ""
18041
18042#: builtin/show-branch.c:675
18043msgid "show <n> most recent ref-log entries starting at base"
18044msgstr ""
18045
18046#: builtin/show-branch.c:711
18047msgid ""
18048"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
18049msgstr ""
18050
18051#: builtin/show-branch.c:735
18052msgid "no branches given, and HEAD is not valid"
18053msgstr ""
18054
18055#: builtin/show-branch.c:738
18056msgid "--reflog option needs one branch name"
18057msgstr ""
18058
18059#: builtin/show-branch.c:741
18060#, c-format
18061msgid "only %d entry can be shown at one time."
18062msgid_plural "only %d entries can be shown at one time."
18063msgstr[0] ""
18064msgstr[1] ""
18065
18066#: builtin/show-branch.c:745
18067#, c-format
18068msgid "no such ref %s"
18069msgstr ""
18070
18071#: builtin/show-branch.c:831
18072#, c-format
18073msgid "cannot handle more than %d rev."
18074msgid_plural "cannot handle more than %d revs."
18075msgstr[0] ""
18076msgstr[1] ""
18077
18078#: builtin/show-branch.c:835
18079#, c-format
18080msgid "'%s' is not a valid ref."
18081msgstr ""
18082
18083#: builtin/show-branch.c:838
18084#, c-format
18085msgid "cannot find commit %s (%s)"
18086msgstr ""
18087
18088#: builtin/show-ref.c:12
18089msgid ""
18090"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
18091"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
18092msgstr ""
18093
18094#: builtin/show-ref.c:13
18095msgid "git show-ref --exclude-existing[=<pattern>]"
18096msgstr ""
18097
18098#: builtin/show-ref.c:162
18099msgid "only show tags (can be combined with heads)"
18100msgstr ""
18101
18102#: builtin/show-ref.c:163
18103msgid "only show heads (can be combined with tags)"
18104msgstr ""
18105
18106#: builtin/show-ref.c:164
18107msgid "stricter reference checking, requires exact ref path"
18108msgstr ""
18109
18110#: builtin/show-ref.c:167 builtin/show-ref.c:169
18111msgid "show the HEAD reference, even if it would be filtered out"
18112msgstr ""
18113
18114#: builtin/show-ref.c:171
18115msgid "dereference tags into object IDs"
18116msgstr ""
18117
18118#: builtin/show-ref.c:173
18119msgid "only show SHA1 hash using <n> digits"
18120msgstr ""
18121
18122#: builtin/show-ref.c:177
18123msgid "do not print results to stdout (useful with --verify)"
18124msgstr ""
18125
18126#: builtin/show-ref.c:179
18127msgid "show refs from stdin that aren't in local repository"
18128msgstr ""
18129
18130#: builtin/stash.c:22 builtin/stash.c:37
18131msgid "git stash list [<options>]"
18132msgstr ""
18133
18134#: builtin/stash.c:23 builtin/stash.c:42
18135msgid "git stash show [<options>] [<stash>]"
18136msgstr ""
18137
18138#: builtin/stash.c:24 builtin/stash.c:47
18139msgid "git stash drop [-q|--quiet] [<stash>]"
18140msgstr ""
18141
18142#: builtin/stash.c:25
18143msgid "git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]"
18144msgstr ""
18145
18146#: builtin/stash.c:26 builtin/stash.c:62
18147msgid "git stash branch <branchname> [<stash>]"
18148msgstr ""
18149
18150#: builtin/stash.c:27 builtin/stash.c:67
18151msgid "git stash clear"
18152msgstr ""
18153
18154#: builtin/stash.c:28 builtin/stash.c:77
18155msgid ""
18156"git stash [push [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18157"          [-u|--include-untracked] [-a|--all] [-m|--message <message>]\n"
18158"          [--] [<pathspec>...]]"
18159msgstr ""
18160
18161#: builtin/stash.c:31 builtin/stash.c:84
18162msgid ""
18163"git stash save [-p|--patch] [-k|--[no-]keep-index] [-q|--quiet]\n"
18164"          [-u|--include-untracked] [-a|--all] [<message>]"
18165msgstr ""
18166
18167#: builtin/stash.c:52
18168msgid "git stash pop [--index] [-q|--quiet] [<stash>]"
18169msgstr ""
18170
18171#: builtin/stash.c:57
18172msgid "git stash apply [--index] [-q|--quiet] [<stash>]"
18173msgstr ""
18174
18175#: builtin/stash.c:72
18176msgid "git stash store [-m|--message <message>] [-q|--quiet] <commit>"
18177msgstr ""
18178
18179#: builtin/stash.c:127
18180#, c-format
18181msgid "'%s' is not a stash-like commit"
18182msgstr ""
18183
18184#: builtin/stash.c:147
18185#, c-format
18186msgid "Too many revisions specified:%s"
18187msgstr ""
18188
18189#: builtin/stash.c:161 git-legacy-stash.sh:548
18190msgid "No stash entries found."
18191msgstr ""
18192
18193#: builtin/stash.c:175
18194#, c-format
18195msgid "%s is not a valid reference"
18196msgstr ""
18197
18198#: builtin/stash.c:224 git-legacy-stash.sh:75
18199msgid "git stash clear with parameters is unimplemented"
18200msgstr ""
18201
18202#: builtin/stash.c:403
18203msgid "cannot apply a stash in the middle of a merge"
18204msgstr ""
18205
18206#: builtin/stash.c:414
18207#, c-format
18208msgid "could not generate diff %s^!."
18209msgstr ""
18210
18211#: builtin/stash.c:421
18212msgid "conflicts in index.Try without --index."
18213msgstr ""
18214
18215#: builtin/stash.c:427
18216msgid "could not save index tree"
18217msgstr ""
18218
18219#: builtin/stash.c:434
18220msgid "could not restore untracked files from stash"
18221msgstr ""
18222
18223#: builtin/stash.c:448
18224#, c-format
18225msgid "Merging %s with %s"
18226msgstr ""
18227
18228#: builtin/stash.c:458 git-legacy-stash.sh:680
18229msgid "Index was not unstashed."
18230msgstr ""
18231
18232#: builtin/stash.c:516 builtin/stash.c:615
18233msgid "attempt to recreate the index"
18234msgstr ""
18235
18236#: builtin/stash.c:549
18237#, c-format
18238msgid "Dropped %s (%s)"
18239msgstr ""
18240
18241#: builtin/stash.c:552
18242#, c-format
18243msgid "%s: Could not drop stash entry"
18244msgstr ""
18245
18246#: builtin/stash.c:577
18247#, c-format
18248msgid "'%s' is not a stash reference"
18249msgstr ""
18250
18251#: builtin/stash.c:627 git-legacy-stash.sh:694
18252msgid "The stash entry is kept in case you need it again."
18253msgstr ""
18254
18255#: builtin/stash.c:650 git-legacy-stash.sh:712
18256msgid "No branch name specified"
18257msgstr ""
18258
18259#: builtin/stash.c:790 builtin/stash.c:827
18260#, c-format
18261msgid "Cannot update %s with %s"
18262msgstr ""
18263
18264#: builtin/stash.c:808 builtin/stash.c:1461 builtin/stash.c:1497
18265msgid "stash message"
18266msgstr ""
18267
18268#: builtin/stash.c:818
18269msgid "\"git stash store\" requires one <commit> argument"
18270msgstr ""
18271
18272#: builtin/stash.c:1040 git-legacy-stash.sh:217
18273msgid "No changes selected"
18274msgstr ""
18275
18276#: builtin/stash.c:1136 git-legacy-stash.sh:150
18277msgid "You do not have the initial commit yet"
18278msgstr ""
18279
18280#: builtin/stash.c:1163 git-legacy-stash.sh:165
18281msgid "Cannot save the current index state"
18282msgstr ""
18283
18284#: builtin/stash.c:1172 git-legacy-stash.sh:180
18285msgid "Cannot save the untracked files"
18286msgstr ""
18287
18288#: builtin/stash.c:1183 builtin/stash.c:1192 git-legacy-stash.sh:200
18289#: git-legacy-stash.sh:213
18290msgid "Cannot save the current worktree state"
18291msgstr ""
18292
18293#: builtin/stash.c:1220 git-legacy-stash.sh:233
18294msgid "Cannot record working tree state"
18295msgstr ""
18296
18297#: builtin/stash.c:1269 git-legacy-stash.sh:337
18298msgid "Can't use --patch and --include-untracked or --all at the same time"
18299msgstr ""
18300
18301#: builtin/stash.c:1285
18302msgid "Did you forget to 'git add'?"
18303msgstr ""
18304
18305#: builtin/stash.c:1300 git-legacy-stash.sh:345
18306msgid "No local changes to save"
18307msgstr ""
18308
18309#: builtin/stash.c:1307 git-legacy-stash.sh:350
18310msgid "Cannot initialize stash"
18311msgstr ""
18312
18313#: builtin/stash.c:1322 git-legacy-stash.sh:354
18314msgid "Cannot save the current status"
18315msgstr ""
18316
18317#: builtin/stash.c:1327
18318#, c-format
18319msgid "Saved working directory and index state %s"
18320msgstr ""
18321
18322#: builtin/stash.c:1417 git-legacy-stash.sh:384
18323msgid "Cannot remove worktree changes"
18324msgstr ""
18325
18326#: builtin/stash.c:1452 builtin/stash.c:1488
18327msgid "keep index"
18328msgstr ""
18329
18330#: builtin/stash.c:1454 builtin/stash.c:1490
18331msgid "stash in patch mode"
18332msgstr ""
18333
18334#: builtin/stash.c:1455 builtin/stash.c:1491
18335msgid "quiet mode"
18336msgstr ""
18337
18338#: builtin/stash.c:1457 builtin/stash.c:1493
18339msgid "include untracked files in stash"
18340msgstr ""
18341
18342#: builtin/stash.c:1459 builtin/stash.c:1495
18343msgid "include ignore files"
18344msgstr ""
18345
18346#: builtin/stash.c:1555
18347#, c-format
18348msgid "could not exec %s"
18349msgstr ""
18350
18351#: builtin/stripspace.c:18
18352msgid "git stripspace [-s | --strip-comments]"
18353msgstr ""
18354
18355#: builtin/stripspace.c:19
18356msgid "git stripspace [-c | --comment-lines]"
18357msgstr ""
18358
18359#: builtin/stripspace.c:37
18360msgid "skip and remove all lines starting with comment character"
18361msgstr ""
18362
18363#: builtin/stripspace.c:40
18364msgid "prepend comment character and space to each line"
18365msgstr ""
18366
18367#: builtin/submodule--helper.c:45 builtin/submodule--helper.c:1943
18368#, c-format
18369msgid "Expecting a full ref name, got %s"
18370msgstr ""
18371
18372#: builtin/submodule--helper.c:62
18373msgid "submodule--helper print-default-remote takes no arguments"
18374msgstr ""
18375
18376#: builtin/submodule--helper.c:100
18377#, c-format
18378msgid "cannot strip one component off url '%s'"
18379msgstr ""
18380
18381#: builtin/submodule--helper.c:408 builtin/submodule--helper.c:1368
18382msgid "alternative anchor for relative paths"
18383msgstr ""
18384
18385#: builtin/submodule--helper.c:413
18386msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
18387msgstr ""
18388
18389#: builtin/submodule--helper.c:470 builtin/submodule--helper.c:628
18390#: builtin/submodule--helper.c:651
18391#, c-format
18392msgid "No url found for submodule path '%s' in .gitmodules"
18393msgstr ""
18394
18395#: builtin/submodule--helper.c:522
18396#, c-format
18397msgid "Entering '%s'\n"
18398msgstr ""
18399
18400#: builtin/submodule--helper.c:525
18401#, c-format
18402msgid ""
18403"run_command returned non-zero status for %s\n"
18404"."
18405msgstr ""
18406
18407#: builtin/submodule--helper.c:547
18408#, c-format
18409msgid ""
18410"run_command returned non-zero status while recursing in the nested "
18411"submodules of %s\n"
18412"."
18413msgstr ""
18414
18415#: builtin/submodule--helper.c:563
18416msgid "Suppress output of entering each submodule command"
18417msgstr ""
18418
18419#: builtin/submodule--helper.c:565 builtin/submodule--helper.c:1050
18420msgid "Recurse into nested submodules"
18421msgstr ""
18422
18423#: builtin/submodule--helper.c:570
18424msgid "git submodule--helper foreach [--quiet] [--recursive] [--] <command>"
18425msgstr ""
18426
18427#: builtin/submodule--helper.c:597
18428#, c-format
18429msgid ""
18430"could not look up configuration '%s'. Assuming this repository is its own "
18431"authoritative upstream."
18432msgstr ""
18433
18434#: builtin/submodule--helper.c:665
18435#, c-format
18436msgid "Failed to register url for submodule path '%s'"
18437msgstr ""
18438
18439#: builtin/submodule--helper.c:669
18440#, c-format
18441msgid "Submodule '%s' (%s) registered for path '%s'\n"
18442msgstr ""
18443
18444#: builtin/submodule--helper.c:679
18445#, c-format
18446msgid "warning: command update mode suggested for submodule '%s'\n"
18447msgstr ""
18448
18449#: builtin/submodule--helper.c:686
18450#, c-format
18451msgid "Failed to register update mode for submodule path '%s'"
18452msgstr ""
18453
18454#: builtin/submodule--helper.c:708
18455msgid "Suppress output for initializing a submodule"
18456msgstr ""
18457
18458#: builtin/submodule--helper.c:713
18459msgid "git submodule--helper init [<options>] [<path>]"
18460msgstr ""
18461
18462#: builtin/submodule--helper.c:785 builtin/submodule--helper.c:911
18463#, c-format
18464msgid "no submodule mapping found in .gitmodules for path '%s'"
18465msgstr ""
18466
18467#: builtin/submodule--helper.c:824
18468#, c-format
18469msgid "could not resolve HEAD ref inside the submodule '%s'"
18470msgstr ""
18471
18472#: builtin/submodule--helper.c:851 builtin/submodule--helper.c:1020
18473#, c-format
18474msgid "failed to recurse into submodule '%s'"
18475msgstr ""
18476
18477#: builtin/submodule--helper.c:875 builtin/submodule--helper.c:1186
18478msgid "Suppress submodule status output"
18479msgstr ""
18480
18481#: builtin/submodule--helper.c:876
18482msgid ""
18483"Use commit stored in the index instead of the one stored in the submodule "
18484"HEAD"
18485msgstr ""
18486
18487#: builtin/submodule--helper.c:877
18488msgid "recurse into nested submodules"
18489msgstr ""
18490
18491#: builtin/submodule--helper.c:882
18492msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
18493msgstr ""
18494
18495#: builtin/submodule--helper.c:906
18496msgid "git submodule--helper name <path>"
18497msgstr ""
18498
18499#: builtin/submodule--helper.c:970
18500#, c-format
18501msgid "Synchronizing submodule url for '%s'\n"
18502msgstr ""
18503
18504#: builtin/submodule--helper.c:976
18505#, c-format
18506msgid "failed to register url for submodule path '%s'"
18507msgstr ""
18508
18509#: builtin/submodule--helper.c:990
18510#, c-format
18511msgid "failed to get the default remote for submodule '%s'"
18512msgstr ""
18513
18514#: builtin/submodule--helper.c:1001
18515#, c-format
18516msgid "failed to update remote for submodule '%s'"
18517msgstr ""
18518
18519#: builtin/submodule--helper.c:1048
18520msgid "Suppress output of synchronizing submodule url"
18521msgstr ""
18522
18523#: builtin/submodule--helper.c:1055
18524msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
18525msgstr ""
18526
18527#: builtin/submodule--helper.c:1109
18528#, c-format
18529msgid ""
18530"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
18531"really want to remove it including all of its history)"
18532msgstr ""
18533
18534#: builtin/submodule--helper.c:1121
18535#, c-format
18536msgid ""
18537"Submodule work tree '%s' contains local modifications; use '-f' to discard "
18538"them"
18539msgstr ""
18540
18541#: builtin/submodule--helper.c:1129
18542#, c-format
18543msgid "Cleared directory '%s'\n"
18544msgstr ""
18545
18546#: builtin/submodule--helper.c:1131
18547#, c-format
18548msgid "Could not remove submodule work tree '%s'\n"
18549msgstr ""
18550
18551#: builtin/submodule--helper.c:1142
18552#, c-format
18553msgid "could not create empty submodule directory %s"
18554msgstr ""
18555
18556#: builtin/submodule--helper.c:1158
18557#, c-format
18558msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
18559msgstr ""
18560
18561#: builtin/submodule--helper.c:1187
18562msgid "Remove submodule working trees even if they contain local changes"
18563msgstr ""
18564
18565#: builtin/submodule--helper.c:1188
18566msgid "Unregister all submodules"
18567msgstr ""
18568
18569#: builtin/submodule--helper.c:1193
18570msgid ""
18571"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
18572msgstr ""
18573
18574#: builtin/submodule--helper.c:1207
18575msgid "Use '--all' if you really want to deinitialize all submodules"
18576msgstr ""
18577
18578#: builtin/submodule--helper.c:1302 builtin/submodule--helper.c:1305
18579#, c-format
18580msgid "submodule '%s' cannot add alternate: %s"
18581msgstr ""
18582
18583#: builtin/submodule--helper.c:1341
18584#, c-format
18585msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
18586msgstr ""
18587
18588#: builtin/submodule--helper.c:1348
18589#, c-format
18590msgid "Value '%s' for submodule.alternateLocation is not recognized"
18591msgstr ""
18592
18593#: builtin/submodule--helper.c:1371
18594msgid "where the new submodule will be cloned to"
18595msgstr ""
18596
18597#: builtin/submodule--helper.c:1374
18598msgid "name of the new submodule"
18599msgstr ""
18600
18601#: builtin/submodule--helper.c:1377
18602msgid "url where to clone the submodule from"
18603msgstr ""
18604
18605#: builtin/submodule--helper.c:1385
18606msgid "depth for shallow clones"
18607msgstr ""
18608
18609#: builtin/submodule--helper.c:1388 builtin/submodule--helper.c:1872
18610msgid "force cloning progress"
18611msgstr ""
18612
18613#: builtin/submodule--helper.c:1393
18614msgid ""
18615"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
18616"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
18617msgstr ""
18618
18619#: builtin/submodule--helper.c:1424
18620#, c-format
18621msgid "clone of '%s' into submodule path '%s' failed"
18622msgstr ""
18623
18624#: builtin/submodule--helper.c:1438
18625#, c-format
18626msgid "could not get submodule directory for '%s'"
18627msgstr ""
18628
18629#: builtin/submodule--helper.c:1474
18630#, c-format
18631msgid "Invalid update mode '%s' for submodule path '%s'"
18632msgstr ""
18633
18634#: builtin/submodule--helper.c:1478
18635#, c-format
18636msgid "Invalid update mode '%s' configured for submodule path '%s'"
18637msgstr ""
18638
18639#: builtin/submodule--helper.c:1571
18640#, c-format
18641msgid "Submodule path '%s' not initialized"
18642msgstr ""
18643
18644#: builtin/submodule--helper.c:1575
18645msgid "Maybe you want to use 'update --init'?"
18646msgstr ""
18647
18648#: builtin/submodule--helper.c:1605
18649#, c-format
18650msgid "Skipping unmerged submodule %s"
18651msgstr ""
18652
18653#: builtin/submodule--helper.c:1634
18654#, c-format
18655msgid "Skipping submodule '%s'"
18656msgstr ""
18657
18658#: builtin/submodule--helper.c:1778
18659#, c-format
18660msgid "Failed to clone '%s'. Retry scheduled"
18661msgstr ""
18662
18663#: builtin/submodule--helper.c:1789
18664#, c-format
18665msgid "Failed to clone '%s' a second time, aborting"
18666msgstr ""
18667
18668#: builtin/submodule--helper.c:1851 builtin/submodule--helper.c:2093
18669msgid "path into the working tree"
18670msgstr ""
18671
18672#: builtin/submodule--helper.c:1854
18673msgid "path into the working tree, across nested submodule boundaries"
18674msgstr ""
18675
18676#: builtin/submodule--helper.c:1858
18677msgid "rebase, merge, checkout or none"
18678msgstr ""
18679
18680#: builtin/submodule--helper.c:1864
18681msgid "Create a shallow clone truncated to the specified number of revisions"
18682msgstr ""
18683
18684#: builtin/submodule--helper.c:1867
18685msgid "parallel jobs"
18686msgstr ""
18687
18688#: builtin/submodule--helper.c:1869
18689msgid "whether the initial clone should follow the shallow recommendation"
18690msgstr ""
18691
18692#: builtin/submodule--helper.c:1870
18693msgid "don't print cloning progress"
18694msgstr ""
18695
18696#: builtin/submodule--helper.c:1877
18697msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
18698msgstr ""
18699
18700#: builtin/submodule--helper.c:1890
18701msgid "bad value for update parameter"
18702msgstr ""
18703
18704#: builtin/submodule--helper.c:1938
18705#, c-format
18706msgid ""
18707"Submodule (%s) branch configured to inherit branch from superproject, but "
18708"the superproject is not on any branch"
18709msgstr ""
18710
18711#: builtin/submodule--helper.c:2061
18712#, c-format
18713msgid "could not get a repository handle for submodule '%s'"
18714msgstr ""
18715
18716#: builtin/submodule--helper.c:2094
18717msgid "recurse into submodules"
18718msgstr ""
18719
18720#: builtin/submodule--helper.c:2100
18721msgid "git submodule--helper absorb-git-dirs [<options>] [<path>...]"
18722msgstr ""
18723
18724#: builtin/submodule--helper.c:2156
18725msgid "check if it is safe to write to the .gitmodules file"
18726msgstr ""
18727
18728#: builtin/submodule--helper.c:2159
18729msgid "unset the config in the .gitmodules file"
18730msgstr ""
18731
18732#: builtin/submodule--helper.c:2164
18733msgid "git submodule--helper config <name> [<value>]"
18734msgstr ""
18735
18736#: builtin/submodule--helper.c:2165
18737msgid "git submodule--helper config --unset <name>"
18738msgstr ""
18739
18740#: builtin/submodule--helper.c:2166
18741msgid "git submodule--helper config --check-writeable"
18742msgstr ""
18743
18744#: builtin/submodule--helper.c:2185 git-submodule.sh:171
18745#, sh-format
18746msgid "please make sure that the .gitmodules file is in the working tree"
18747msgstr ""
18748
18749#: builtin/submodule--helper.c:2235 git.c:434 git.c:684
18750#, c-format
18751msgid "%s doesn't support --super-prefix"
18752msgstr ""
18753
18754#: builtin/submodule--helper.c:2241
18755#, c-format
18756msgid "'%s' is not a valid submodule--helper subcommand"
18757msgstr ""
18758
18759#: builtin/symbolic-ref.c:8
18760msgid "git symbolic-ref [<options>] <name> [<ref>]"
18761msgstr ""
18762
18763#: builtin/symbolic-ref.c:9
18764msgid "git symbolic-ref -d [-q] <name>"
18765msgstr ""
18766
18767#: builtin/symbolic-ref.c:40
18768msgid "suppress error message for non-symbolic (detached) refs"
18769msgstr ""
18770
18771#: builtin/symbolic-ref.c:41
18772msgid "delete symbolic ref"
18773msgstr ""
18774
18775#: builtin/symbolic-ref.c:42
18776msgid "shorten ref output"
18777msgstr ""
18778
18779#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18780msgid "reason"
18781msgstr ""
18782
18783#: builtin/symbolic-ref.c:43 builtin/update-ref.c:363
18784msgid "reason of the update"
18785msgstr ""
18786
18787#: builtin/tag.c:25
18788msgid ""
18789"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>]\n"
18790"\t\t<tagname> [<head>]"
18791msgstr ""
18792
18793#: builtin/tag.c:27
18794msgid "git tag -d <tagname>..."
18795msgstr ""
18796
18797#: builtin/tag.c:28
18798msgid ""
18799"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
18800"points-at <object>]\n"
18801"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
18802msgstr ""
18803
18804#: builtin/tag.c:30
18805msgid "git tag -v [--format=<format>] <tagname>..."
18806msgstr ""
18807
18808#: builtin/tag.c:89
18809#, c-format
18810msgid "tag '%s' not found."
18811msgstr ""
18812
18813#: builtin/tag.c:105
18814#, c-format
18815msgid "Deleted tag '%s' (was %s)\n"
18816msgstr ""
18817
18818#: builtin/tag.c:135
18819#, c-format
18820msgid ""
18821"\n"
18822"Write a message for tag:\n"
18823"  %s\n"
18824"Lines starting with '%c' will be ignored.\n"
18825msgstr ""
18826
18827#: builtin/tag.c:139
18828#, c-format
18829msgid ""
18830"\n"
18831"Write a message for tag:\n"
18832"  %s\n"
18833"Lines starting with '%c' will be kept; you may remove them yourself if you "
18834"want to.\n"
18835msgstr ""
18836
18837#: builtin/tag.c:198
18838msgid "unable to sign the tag"
18839msgstr ""
18840
18841#: builtin/tag.c:200
18842msgid "unable to write tag file"
18843msgstr ""
18844
18845#: builtin/tag.c:216
18846#, c-format
18847msgid ""
18848"You have created a nested tag. The object referred to by your new tag is\n"
18849"already a tag. If you meant to tag the object that it points to, use:\n"
18850"\n"
18851"\tgit tag -f %s %s^{}"
18852msgstr ""
18853
18854#: builtin/tag.c:232
18855msgid "bad object type."
18856msgstr ""
18857
18858#: builtin/tag.c:284
18859msgid "no tag message?"
18860msgstr ""
18861
18862#: builtin/tag.c:291
18863#, c-format
18864msgid "The tag message has been left in %s\n"
18865msgstr ""
18866
18867#: builtin/tag.c:402
18868msgid "list tag names"
18869msgstr ""
18870
18871#: builtin/tag.c:404
18872msgid "print <n> lines of each tag message"
18873msgstr ""
18874
18875#: builtin/tag.c:406
18876msgid "delete tags"
18877msgstr ""
18878
18879#: builtin/tag.c:407
18880msgid "verify tags"
18881msgstr ""
18882
18883#: builtin/tag.c:409
18884msgid "Tag creation options"
18885msgstr ""
18886
18887#: builtin/tag.c:411
18888msgid "annotated tag, needs a message"
18889msgstr ""
18890
18891#: builtin/tag.c:413
18892msgid "tag message"
18893msgstr ""
18894
18895#: builtin/tag.c:415
18896msgid "force edit of tag message"
18897msgstr ""
18898
18899#: builtin/tag.c:416
18900msgid "annotated and GPG-signed tag"
18901msgstr ""
18902
18903#: builtin/tag.c:419
18904msgid "use another key to sign the tag"
18905msgstr ""
18906
18907#: builtin/tag.c:420
18908msgid "replace the tag if exists"
18909msgstr ""
18910
18911#: builtin/tag.c:421 builtin/update-ref.c:369
18912msgid "create a reflog"
18913msgstr ""
18914
18915#: builtin/tag.c:423
18916msgid "Tag listing options"
18917msgstr ""
18918
18919#: builtin/tag.c:424
18920msgid "show tag list in columns"
18921msgstr ""
18922
18923#: builtin/tag.c:425 builtin/tag.c:427
18924msgid "print only tags that contain the commit"
18925msgstr ""
18926
18927#: builtin/tag.c:426 builtin/tag.c:428
18928msgid "print only tags that don't contain the commit"
18929msgstr ""
18930
18931#: builtin/tag.c:429
18932msgid "print only tags that are merged"
18933msgstr ""
18934
18935#: builtin/tag.c:430
18936msgid "print only tags that are not merged"
18937msgstr ""
18938
18939#: builtin/tag.c:434
18940msgid "print only tags of the object"
18941msgstr ""
18942
18943#: builtin/tag.c:482
18944msgid "--column and -n are incompatible"
18945msgstr ""
18946
18947#: builtin/tag.c:504
18948msgid "-n option is only allowed in list mode"
18949msgstr ""
18950
18951#: builtin/tag.c:506
18952msgid "--contains option is only allowed in list mode"
18953msgstr ""
18954
18955#: builtin/tag.c:508
18956msgid "--no-contains option is only allowed in list mode"
18957msgstr ""
18958
18959#: builtin/tag.c:510
18960msgid "--points-at option is only allowed in list mode"
18961msgstr ""
18962
18963#: builtin/tag.c:512
18964msgid "--merged and --no-merged options are only allowed in list mode"
18965msgstr ""
18966
18967#: builtin/tag.c:523
18968msgid "only one -F or -m option is allowed."
18969msgstr ""
18970
18971#: builtin/tag.c:542
18972msgid "too many params"
18973msgstr ""
18974
18975#: builtin/tag.c:548
18976#, c-format
18977msgid "'%s' is not a valid tag name."
18978msgstr ""
18979
18980#: builtin/tag.c:553
18981#, c-format
18982msgid "tag '%s' already exists"
18983msgstr ""
18984
18985#: builtin/tag.c:584
18986#, c-format
18987msgid "Updated tag '%s' (was %s)\n"
18988msgstr ""
18989
18990#: builtin/unpack-objects.c:500
18991msgid "Unpacking objects"
18992msgstr ""
18993
18994#: builtin/update-index.c:83
18995#, c-format
18996msgid "failed to create directory %s"
18997msgstr ""
18998
18999#: builtin/update-index.c:99
19000#, c-format
19001msgid "failed to create file %s"
19002msgstr ""
19003
19004#: builtin/update-index.c:107
19005#, c-format
19006msgid "failed to delete file %s"
19007msgstr ""
19008
19009#: builtin/update-index.c:114 builtin/update-index.c:220
19010#, c-format
19011msgid "failed to delete directory %s"
19012msgstr ""
19013
19014#: builtin/update-index.c:139
19015#, c-format
19016msgid "Testing mtime in '%s' "
19017msgstr ""
19018
19019#: builtin/update-index.c:153
19020msgid "directory stat info does not change after adding a new file"
19021msgstr ""
19022
19023#: builtin/update-index.c:166
19024msgid "directory stat info does not change after adding a new directory"
19025msgstr ""
19026
19027#: builtin/update-index.c:179
19028msgid "directory stat info changes after updating a file"
19029msgstr ""
19030
19031#: builtin/update-index.c:190
19032msgid "directory stat info changes after adding a file inside subdirectory"
19033msgstr ""
19034
19035#: builtin/update-index.c:201
19036msgid "directory stat info does not change after deleting a file"
19037msgstr ""
19038
19039#: builtin/update-index.c:214
19040msgid "directory stat info does not change after deleting a directory"
19041msgstr ""
19042
19043#: builtin/update-index.c:221
19044msgid " OK"
19045msgstr ""
19046
19047#: builtin/update-index.c:589
19048msgid "git update-index [<options>] [--] [<file>...]"
19049msgstr ""
19050
19051#: builtin/update-index.c:971
19052msgid "continue refresh even when index needs update"
19053msgstr ""
19054
19055#: builtin/update-index.c:974
19056msgid "refresh: ignore submodules"
19057msgstr ""
19058
19059#: builtin/update-index.c:977
19060msgid "do not ignore new files"
19061msgstr ""
19062
19063#: builtin/update-index.c:979
19064msgid "let files replace directories and vice-versa"
19065msgstr ""
19066
19067#: builtin/update-index.c:981
19068msgid "notice files missing from worktree"
19069msgstr ""
19070
19071#: builtin/update-index.c:983
19072msgid "refresh even if index contains unmerged entries"
19073msgstr ""
19074
19075#: builtin/update-index.c:986
19076msgid "refresh stat information"
19077msgstr ""
19078
19079#: builtin/update-index.c:990
19080msgid "like --refresh, but ignore assume-unchanged setting"
19081msgstr ""
19082
19083#: builtin/update-index.c:994
19084msgid "<mode>,<object>,<path>"
19085msgstr ""
19086
19087#: builtin/update-index.c:995
19088msgid "add the specified entry to the index"
19089msgstr ""
19090
19091#: builtin/update-index.c:1005
19092msgid "mark files as \"not changing\""
19093msgstr ""
19094
19095#: builtin/update-index.c:1008
19096msgid "clear assumed-unchanged bit"
19097msgstr ""
19098
19099#: builtin/update-index.c:1011
19100msgid "mark files as \"index-only\""
19101msgstr ""
19102
19103#: builtin/update-index.c:1014
19104msgid "clear skip-worktree bit"
19105msgstr ""
19106
19107#: builtin/update-index.c:1017
19108msgid "add to index only; do not add content to object database"
19109msgstr ""
19110
19111#: builtin/update-index.c:1019
19112msgid "remove named paths even if present in worktree"
19113msgstr ""
19114
19115#: builtin/update-index.c:1021
19116msgid "with --stdin: input lines are terminated by null bytes"
19117msgstr ""
19118
19119#: builtin/update-index.c:1023
19120msgid "read list of paths to be updated from standard input"
19121msgstr ""
19122
19123#: builtin/update-index.c:1027
19124msgid "add entries from standard input to the index"
19125msgstr ""
19126
19127#: builtin/update-index.c:1031
19128msgid "repopulate stages #2 and #3 for the listed paths"
19129msgstr ""
19130
19131#: builtin/update-index.c:1035
19132msgid "only update entries that differ from HEAD"
19133msgstr ""
19134
19135#: builtin/update-index.c:1039
19136msgid "ignore files missing from worktree"
19137msgstr ""
19138
19139#: builtin/update-index.c:1042
19140msgid "report actions to standard output"
19141msgstr ""
19142
19143#: builtin/update-index.c:1044
19144msgid "(for porcelains) forget saved unresolved conflicts"
19145msgstr ""
19146
19147#: builtin/update-index.c:1048
19148msgid "write index in this format"
19149msgstr ""
19150
19151#: builtin/update-index.c:1050
19152msgid "enable or disable split index"
19153msgstr ""
19154
19155#: builtin/update-index.c:1052
19156msgid "enable/disable untracked cache"
19157msgstr ""
19158
19159#: builtin/update-index.c:1054
19160msgid "test if the filesystem supports untracked cache"
19161msgstr ""
19162
19163#: builtin/update-index.c:1056
19164msgid "enable untracked cache without testing the filesystem"
19165msgstr ""
19166
19167#: builtin/update-index.c:1058
19168msgid "write out the index even if is not flagged as changed"
19169msgstr ""
19170
19171#: builtin/update-index.c:1060
19172msgid "enable or disable file system monitor"
19173msgstr ""
19174
19175#: builtin/update-index.c:1062
19176msgid "mark files as fsmonitor valid"
19177msgstr ""
19178
19179#: builtin/update-index.c:1065
19180msgid "clear fsmonitor valid bit"
19181msgstr ""
19182
19183#: builtin/update-index.c:1168
19184msgid ""
19185"core.splitIndex is set to false; remove or change it, if you really want to "
19186"enable split index"
19187msgstr ""
19188
19189#: builtin/update-index.c:1177
19190msgid ""
19191"core.splitIndex is set to true; remove or change it, if you really want to "
19192"disable split index"
19193msgstr ""
19194
19195#: builtin/update-index.c:1188
19196msgid ""
19197"core.untrackedCache is set to true; remove or change it, if you really want "
19198"to disable the untracked cache"
19199msgstr ""
19200
19201#: builtin/update-index.c:1192
19202msgid "Untracked cache disabled"
19203msgstr ""
19204
19205#: builtin/update-index.c:1200
19206msgid ""
19207"core.untrackedCache is set to false; remove or change it, if you really want "
19208"to enable the untracked cache"
19209msgstr ""
19210
19211#: builtin/update-index.c:1204
19212#, c-format
19213msgid "Untracked cache enabled for '%s'"
19214msgstr ""
19215
19216#: builtin/update-index.c:1212
19217msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
19218msgstr ""
19219
19220#: builtin/update-index.c:1216
19221msgid "fsmonitor enabled"
19222msgstr ""
19223
19224#: builtin/update-index.c:1219
19225msgid ""
19226"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
19227msgstr ""
19228
19229#: builtin/update-index.c:1223
19230msgid "fsmonitor disabled"
19231msgstr ""
19232
19233#: builtin/update-ref.c:10
19234msgid "git update-ref [<options>] -d <refname> [<old-val>]"
19235msgstr ""
19236
19237#: builtin/update-ref.c:11
19238msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
19239msgstr ""
19240
19241#: builtin/update-ref.c:12
19242msgid "git update-ref [<options>] --stdin [-z]"
19243msgstr ""
19244
19245#: builtin/update-ref.c:364
19246msgid "delete the reference"
19247msgstr ""
19248
19249#: builtin/update-ref.c:366
19250msgid "update <refname> not the one it points to"
19251msgstr ""
19252
19253#: builtin/update-ref.c:367
19254msgid "stdin has NUL-terminated arguments"
19255msgstr ""
19256
19257#: builtin/update-ref.c:368
19258msgid "read updates from stdin"
19259msgstr ""
19260
19261#: builtin/update-server-info.c:7
19262msgid "git update-server-info [--force]"
19263msgstr ""
19264
19265#: builtin/update-server-info.c:15
19266msgid "update the info files from scratch"
19267msgstr ""
19268
19269#: builtin/upload-pack.c:11
19270msgid "git upload-pack [<options>] <dir>"
19271msgstr ""
19272
19273#: builtin/upload-pack.c:23 t/helper/test-serve-v2.c:17
19274msgid "quit after a single request/response exchange"
19275msgstr ""
19276
19277#: builtin/upload-pack.c:25
19278msgid "exit immediately after initial ref advertisement"
19279msgstr ""
19280
19281#: builtin/upload-pack.c:27
19282msgid "do not try <directory>/.git/ if <directory> is no Git directory"
19283msgstr ""
19284
19285#: builtin/upload-pack.c:29
19286msgid "interrupt transfer after <n> seconds of inactivity"
19287msgstr ""
19288
19289#: builtin/verify-commit.c:20
19290msgid "git verify-commit [-v | --verbose] <commit>..."
19291msgstr ""
19292
19293#: builtin/verify-commit.c:69
19294msgid "print commit contents"
19295msgstr ""
19296
19297#: builtin/verify-commit.c:70 builtin/verify-tag.c:38
19298msgid "print raw gpg status output"
19299msgstr ""
19300
19301#: builtin/verify-pack.c:55
19302msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
19303msgstr ""
19304
19305#: builtin/verify-pack.c:65
19306msgid "verbose"
19307msgstr ""
19308
19309#: builtin/verify-pack.c:67
19310msgid "show statistics only"
19311msgstr ""
19312
19313#: builtin/verify-tag.c:19
19314msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
19315msgstr ""
19316
19317#: builtin/verify-tag.c:37
19318msgid "print tag contents"
19319msgstr ""
19320
19321#: builtin/worktree.c:18
19322msgid "git worktree add [<options>] <path> [<commit-ish>]"
19323msgstr ""
19324
19325#: builtin/worktree.c:19
19326msgid "git worktree list [<options>]"
19327msgstr ""
19328
19329#: builtin/worktree.c:20
19330msgid "git worktree lock [<options>] <path>"
19331msgstr ""
19332
19333#: builtin/worktree.c:21
19334msgid "git worktree move <worktree> <new-path>"
19335msgstr ""
19336
19337#: builtin/worktree.c:22
19338msgid "git worktree prune [<options>]"
19339msgstr ""
19340
19341#: builtin/worktree.c:23
19342msgid "git worktree remove [<options>] <worktree>"
19343msgstr ""
19344
19345#: builtin/worktree.c:24
19346msgid "git worktree unlock <path>"
19347msgstr ""
19348
19349#: builtin/worktree.c:61 builtin/worktree.c:899
19350#, c-format
19351msgid "failed to delete '%s'"
19352msgstr ""
19353
19354#: builtin/worktree.c:80
19355#, c-format
19356msgid "Removing worktrees/%s: not a valid directory"
19357msgstr ""
19358
19359#: builtin/worktree.c:86
19360#, c-format
19361msgid "Removing worktrees/%s: gitdir file does not exist"
19362msgstr ""
19363
19364#: builtin/worktree.c:91 builtin/worktree.c:100
19365#, c-format
19366msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
19367msgstr ""
19368
19369#: builtin/worktree.c:110
19370#, c-format
19371msgid ""
19372"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
19373"%<PRIuMAX>)"
19374msgstr ""
19375
19376#: builtin/worktree.c:118
19377#, c-format
19378msgid "Removing worktrees/%s: invalid gitdir file"
19379msgstr ""
19380
19381#: builtin/worktree.c:127
19382#, c-format
19383msgid "Removing worktrees/%s: gitdir file points to non-existent location"
19384msgstr ""
19385
19386#: builtin/worktree.c:166
19387msgid "report pruned working trees"
19388msgstr ""
19389
19390#: builtin/worktree.c:168
19391msgid "expire working trees older than <time>"
19392msgstr ""
19393
19394#: builtin/worktree.c:235
19395#, c-format
19396msgid "'%s' already exists"
19397msgstr ""
19398
19399#: builtin/worktree.c:252
19400#, c-format
19401msgid "unable to re-add worktree '%s'"
19402msgstr ""
19403
19404#: builtin/worktree.c:257
19405#, c-format
19406msgid ""
19407"'%s' is a missing but locked worktree;\n"
19408"use 'add -f -f' to override, or 'unlock' and 'prune' or 'remove' to clear"
19409msgstr ""
19410
19411#: builtin/worktree.c:259
19412#, c-format
19413msgid ""
19414"'%s' is a missing but already registered worktree;\n"
19415"use 'add -f' to override, or 'prune' or 'remove' to clear"
19416msgstr ""
19417
19418#: builtin/worktree.c:309
19419#, c-format
19420msgid "could not create directory of '%s'"
19421msgstr ""
19422
19423#: builtin/worktree.c:440 builtin/worktree.c:446
19424#, c-format
19425msgid "Preparing worktree (new branch '%s')"
19426msgstr ""
19427
19428#: builtin/worktree.c:442
19429#, c-format
19430msgid "Preparing worktree (resetting branch '%s'; was at %s)"
19431msgstr ""
19432
19433#: builtin/worktree.c:451
19434#, c-format
19435msgid "Preparing worktree (checking out '%s')"
19436msgstr ""
19437
19438#: builtin/worktree.c:457
19439#, c-format
19440msgid "Preparing worktree (detached HEAD %s)"
19441msgstr ""
19442
19443#: builtin/worktree.c:498
19444msgid "checkout <branch> even if already checked out in other worktree"
19445msgstr ""
19446
19447#: builtin/worktree.c:501
19448msgid "create a new branch"
19449msgstr ""
19450
19451#: builtin/worktree.c:503
19452msgid "create or reset a branch"
19453msgstr ""
19454
19455#: builtin/worktree.c:505
19456msgid "populate the new working tree"
19457msgstr ""
19458
19459#: builtin/worktree.c:506
19460msgid "keep the new working tree locked"
19461msgstr ""
19462
19463#: builtin/worktree.c:509
19464msgid "set up tracking mode (see git-branch(1))"
19465msgstr ""
19466
19467#: builtin/worktree.c:512
19468msgid "try to match the new branch name with a remote-tracking branch"
19469msgstr ""
19470
19471#: builtin/worktree.c:520
19472msgid "-b, -B, and --detach are mutually exclusive"
19473msgstr ""
19474
19475#: builtin/worktree.c:581
19476msgid "--[no-]track can only be used if a new branch is created"
19477msgstr ""
19478
19479#: builtin/worktree.c:681
19480msgid "reason for locking"
19481msgstr ""
19482
19483#: builtin/worktree.c:693 builtin/worktree.c:726 builtin/worktree.c:800
19484#: builtin/worktree.c:927
19485#, c-format
19486msgid "'%s' is not a working tree"
19487msgstr ""
19488
19489#: builtin/worktree.c:695 builtin/worktree.c:728
19490msgid "The main working tree cannot be locked or unlocked"
19491msgstr ""
19492
19493#: builtin/worktree.c:700
19494#, c-format
19495msgid "'%s' is already locked, reason: %s"
19496msgstr ""
19497
19498#: builtin/worktree.c:702
19499#, c-format
19500msgid "'%s' is already locked"
19501msgstr ""
19502
19503#: builtin/worktree.c:730
19504#, c-format
19505msgid "'%s' is not locked"
19506msgstr ""
19507
19508#: builtin/worktree.c:771
19509msgid "working trees containing submodules cannot be moved or removed"
19510msgstr ""
19511
19512#: builtin/worktree.c:779
19513msgid "force move even if worktree is dirty or locked"
19514msgstr ""
19515
19516#: builtin/worktree.c:802 builtin/worktree.c:929
19517#, c-format
19518msgid "'%s' is a main working tree"
19519msgstr ""
19520
19521#: builtin/worktree.c:807
19522#, c-format
19523msgid "could not figure out destination name from '%s'"
19524msgstr ""
19525
19526#: builtin/worktree.c:813
19527#, c-format
19528msgid "target '%s' already exists"
19529msgstr ""
19530
19531#: builtin/worktree.c:821
19532#, c-format
19533msgid ""
19534"cannot move a locked working tree, lock reason: %s\n"
19535"use 'move -f -f' to override or unlock first"
19536msgstr ""
19537
19538#: builtin/worktree.c:823
19539msgid ""
19540"cannot move a locked working tree;\n"
19541"use 'move -f -f' to override or unlock first"
19542msgstr ""
19543
19544#: builtin/worktree.c:826
19545#, c-format
19546msgid "validation failed, cannot move working tree: %s"
19547msgstr ""
19548
19549#: builtin/worktree.c:831
19550#, c-format
19551msgid "failed to move '%s' to '%s'"
19552msgstr ""
19553
19554#: builtin/worktree.c:879
19555#, c-format
19556msgid "failed to run 'git status' on '%s'"
19557msgstr ""
19558
19559#: builtin/worktree.c:883
19560#, c-format
19561msgid "'%s' is dirty, use --force to delete it"
19562msgstr ""
19563
19564#: builtin/worktree.c:888
19565#, c-format
19566msgid "failed to run 'git status' on '%s', code %d"
19567msgstr ""
19568
19569#: builtin/worktree.c:911
19570msgid "force removal even if worktree is dirty or locked"
19571msgstr ""
19572
19573#: builtin/worktree.c:934
19574#, c-format
19575msgid ""
19576"cannot remove a locked working tree, lock reason: %s\n"
19577"use 'remove -f -f' to override or unlock first"
19578msgstr ""
19579
19580#: builtin/worktree.c:936
19581msgid ""
19582"cannot remove a locked working tree;\n"
19583"use 'remove -f -f' to override or unlock first"
19584msgstr ""
19585
19586#: builtin/worktree.c:939
19587#, c-format
19588msgid "validation failed, cannot remove working tree: %s"
19589msgstr ""
19590
19591#: builtin/write-tree.c:15
19592msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
19593msgstr ""
19594
19595#: builtin/write-tree.c:28
19596msgid "<prefix>/"
19597msgstr ""
19598
19599#: builtin/write-tree.c:29
19600msgid "write tree object for a subdirectory <prefix>"
19601msgstr ""
19602
19603#: builtin/write-tree.c:31
19604msgid "only useful for debugging"
19605msgstr ""
19606
19607#: credential-cache--daemon.c:223
19608#, c-format
19609msgid ""
19610"The permissions on your socket directory are too loose; other\n"
19611"users may be able to read your cached credentials. Consider running:\n"
19612"\n"
19613"\tchmod 0700 %s"
19614msgstr ""
19615
19616#: credential-cache--daemon.c:272
19617msgid "print debugging messages to stderr"
19618msgstr ""
19619
19620#: t/helper/test-reach.c:152
19621#, c-format
19622msgid "commit %s is not marked reachable"
19623msgstr ""
19624
19625#: t/helper/test-reach.c:162
19626msgid "too many commits marked reachable"
19627msgstr ""
19628
19629#: t/helper/test-serve-v2.c:7
19630msgid "test-tool serve-v2 [<options>]"
19631msgstr ""
19632
19633#: t/helper/test-serve-v2.c:19
19634msgid "exit immediately after advertising capabilities"
19635msgstr ""
19636
19637#: git.c:27
19638msgid ""
19639"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
19640"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
19641"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
19642"bare]\n"
19643"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
19644"           <command> [<args>]"
19645msgstr ""
19646
19647#: git.c:34
19648msgid ""
19649"'git help -a' and 'git help -g' list available subcommands and some\n"
19650"concept guides. See 'git help <command>' or 'git help <concept>'\n"
19651"to read about a specific subcommand or concept.\n"
19652"See 'git help git' for an overview of the system."
19653msgstr ""
19654
19655#: git.c:186
19656#, c-format
19657msgid "no directory given for --git-dir\n"
19658msgstr ""
19659
19660#: git.c:200
19661#, c-format
19662msgid "no namespace given for --namespace\n"
19663msgstr ""
19664
19665#: git.c:214
19666#, c-format
19667msgid "no directory given for --work-tree\n"
19668msgstr ""
19669
19670#: git.c:228
19671#, c-format
19672msgid "no prefix given for --super-prefix\n"
19673msgstr ""
19674
19675#: git.c:250
19676#, c-format
19677msgid "-c expects a configuration string\n"
19678msgstr ""
19679
19680#: git.c:288
19681#, c-format
19682msgid "no directory given for -C\n"
19683msgstr ""
19684
19685#: git.c:314
19686#, c-format
19687msgid "unknown option: %s\n"
19688msgstr ""
19689
19690#: git.c:360
19691#, c-format
19692msgid "while expanding alias '%s': '%s'"
19693msgstr ""
19694
19695#: git.c:369
19696#, c-format
19697msgid ""
19698"alias '%s' changes environment variables.\n"
19699"You can use '!git' in the alias to do this"
19700msgstr ""
19701
19702#: git.c:377
19703#, c-format
19704msgid "empty alias for %s"
19705msgstr ""
19706
19707#: git.c:380
19708#, c-format
19709msgid "recursive alias: %s"
19710msgstr ""
19711
19712#: git.c:460
19713msgid "write failure on standard output"
19714msgstr ""
19715
19716#: git.c:462
19717msgid "unknown write failure on standard output"
19718msgstr ""
19719
19720#: git.c:464
19721msgid "close failed on standard output"
19722msgstr ""
19723
19724#: git.c:796
19725#, c-format
19726msgid "alias loop detected: expansion of '%s' does not terminate:%s"
19727msgstr ""
19728
19729#: git.c:846
19730#, c-format
19731msgid "cannot handle %s as a builtin"
19732msgstr ""
19733
19734#: git.c:859
19735#, c-format
19736msgid ""
19737"usage: %s\n"
19738"\n"
19739msgstr ""
19740
19741#: git.c:879
19742#, c-format
19743msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
19744msgstr ""
19745
19746#: git.c:891
19747#, c-format
19748msgid "failed to run command '%s': %s\n"
19749msgstr ""
19750
19751#: http.c:378
19752#, c-format
19753msgid "negative value for http.postbuffer; defaulting to %d"
19754msgstr ""
19755
19756#: http.c:399
19757msgid "Delegation control is not supported with cURL < 7.22.0"
19758msgstr ""
19759
19760#: http.c:408
19761msgid "Public key pinning not supported with cURL < 7.44.0"
19762msgstr ""
19763
19764#: http.c:876
19765msgid "CURLSSLOPT_NO_REVOKE not supported with cURL < 7.44.0"
19766msgstr ""
19767
19768#: http.c:949
19769msgid "Protocol restrictions not supported with cURL < 7.19.4"
19770msgstr ""
19771
19772#: http.c:1085
19773#, c-format
19774msgid "Unsupported SSL backend '%s'. Supported SSL backends:"
19775msgstr ""
19776
19777#: http.c:1092
19778#, c-format
19779msgid "Could not set SSL backend to '%s': cURL was built without SSL backends"
19780msgstr ""
19781
19782#: http.c:1096
19783#, c-format
19784msgid "Could not set SSL backend to '%s': already set"
19785msgstr ""
19786
19787#: http.c:1965
19788#, c-format
19789msgid ""
19790"unable to update url base from redirection:\n"
19791"  asked for: %s\n"
19792"   redirect: %s"
19793msgstr ""
19794
19795#: remote-curl.c:157
19796#, c-format
19797msgid "invalid quoting in push-option value: '%s'"
19798msgstr ""
19799
19800#: remote-curl.c:254
19801#, c-format
19802msgid "%sinfo/refs not valid: is this a git repository?"
19803msgstr ""
19804
19805#: remote-curl.c:355
19806msgid "invalid server response; expected service, got flush packet"
19807msgstr ""
19808
19809#: remote-curl.c:386
19810#, c-format
19811msgid "invalid server response; got '%s'"
19812msgstr ""
19813
19814#: remote-curl.c:446
19815#, c-format
19816msgid "repository '%s' not found"
19817msgstr ""
19818
19819#: remote-curl.c:450
19820#, c-format
19821msgid "Authentication failed for '%s'"
19822msgstr ""
19823
19824#: remote-curl.c:454
19825#, c-format
19826msgid "unable to access '%s': %s"
19827msgstr ""
19828
19829#: remote-curl.c:460
19830#, c-format
19831msgid "redirecting to %s"
19832msgstr ""
19833
19834#: remote-curl.c:584
19835msgid "shouldn't have EOF when not gentle on EOF"
19836msgstr ""
19837
19838#: remote-curl.c:664
19839msgid "unable to rewind rpc post data - try increasing http.postBuffer"
19840msgstr ""
19841
19842#: remote-curl.c:724
19843#, c-format
19844msgid "RPC failed; %s"
19845msgstr ""
19846
19847#: remote-curl.c:764
19848msgid "cannot handle pushes this big"
19849msgstr ""
19850
19851#: remote-curl.c:879
19852#, c-format
19853msgid "cannot deflate request; zlib deflate error %d"
19854msgstr ""
19855
19856#: remote-curl.c:883
19857#, c-format
19858msgid "cannot deflate request; zlib end error %d"
19859msgstr ""
19860
19861#: remote-curl.c:1014
19862msgid "dumb http transport does not support shallow capabilities"
19863msgstr ""
19864
19865#: remote-curl.c:1028
19866msgid "fetch failed."
19867msgstr ""
19868
19869#: remote-curl.c:1076
19870msgid "cannot fetch by sha1 over smart http"
19871msgstr ""
19872
19873#: remote-curl.c:1120 remote-curl.c:1126
19874#, c-format
19875msgid "protocol error: expected sha/ref, got '%s'"
19876msgstr ""
19877
19878#: remote-curl.c:1138 remote-curl.c:1252
19879#, c-format
19880msgid "http transport does not support %s"
19881msgstr ""
19882
19883#: remote-curl.c:1174
19884msgid "git-http-push failed"
19885msgstr ""
19886
19887#: remote-curl.c:1360
19888msgid "remote-curl: usage: git remote-curl <remote> [<url>]"
19889msgstr ""
19890
19891#: remote-curl.c:1392
19892msgid "remote-curl: error reading command stream from git"
19893msgstr ""
19894
19895#: remote-curl.c:1399
19896msgid "remote-curl: fetch attempted without a local repo"
19897msgstr ""
19898
19899#: remote-curl.c:1439
19900#, c-format
19901msgid "remote-curl: unknown command '%s' from git"
19902msgstr ""
19903
19904#: list-objects-filter-options.h:61
19905msgid "args"
19906msgstr ""
19907
19908#: list-objects-filter-options.h:62
19909msgid "object filtering"
19910msgstr ""
19911
19912#: parse-options.h:170
19913msgid "expiry-date"
19914msgstr ""
19915
19916#: parse-options.h:184
19917msgid "no-op (backward compatibility)"
19918msgstr ""
19919
19920#: parse-options.h:305
19921msgid "be more verbose"
19922msgstr ""
19923
19924#: parse-options.h:307
19925msgid "be more quiet"
19926msgstr ""
19927
19928#: parse-options.h:313
19929msgid "use <n> digits to display SHA-1s"
19930msgstr ""
19931
19932#: parse-options.h:332
19933msgid "how to strip spaces and #comments from message"
19934msgstr ""
19935
19936#: ref-filter.h:101
19937msgid "key"
19938msgstr ""
19939
19940#: ref-filter.h:101
19941msgid "field name to sort on"
19942msgstr ""
19943
19944#: rerere.h:44
19945msgid "update the index with reused conflict resolution if possible"
19946msgstr ""
19947
19948#: wt-status.h:68
19949msgid "HEAD detached at "
19950msgstr ""
19951
19952#: wt-status.h:69
19953msgid "HEAD detached from "
19954msgstr ""
19955
19956#: command-list.h:50
19957msgid "Add file contents to the index"
19958msgstr ""
19959
19960#: command-list.h:51
19961msgid "Apply a series of patches from a mailbox"
19962msgstr ""
19963
19964#: command-list.h:52
19965msgid "Annotate file lines with commit information"
19966msgstr ""
19967
19968#: command-list.h:53
19969msgid "Apply a patch to files and/or to the index"
19970msgstr ""
19971
19972#: command-list.h:54
19973msgid "Import a GNU Arch repository into Git"
19974msgstr ""
19975
19976#: command-list.h:55
19977msgid "Create an archive of files from a named tree"
19978msgstr ""
19979
19980#: command-list.h:56
19981msgid "Use binary search to find the commit that introduced a bug"
19982msgstr ""
19983
19984#: command-list.h:57
19985msgid "Show what revision and author last modified each line of a file"
19986msgstr ""
19987
19988#: command-list.h:58
19989msgid "List, create, or delete branches"
19990msgstr ""
19991
19992#: command-list.h:59
19993msgid "Move objects and refs by archive"
19994msgstr ""
19995
19996#: command-list.h:60
19997msgid "Provide content or type and size information for repository objects"
19998msgstr ""
19999
20000#: command-list.h:61
20001msgid "Display gitattributes information"
20002msgstr ""
20003
20004#: command-list.h:62
20005msgid "Debug gitignore / exclude files"
20006msgstr ""
20007
20008#: command-list.h:63
20009msgid "Show canonical names and email addresses of contacts"
20010msgstr ""
20011
20012#: command-list.h:64
20013msgid "Switch branches or restore working tree files"
20014msgstr ""
20015
20016#: command-list.h:65
20017msgid "Copy files from the index to the working tree"
20018msgstr ""
20019
20020#: command-list.h:66
20021msgid "Ensures that a reference name is well formed"
20022msgstr ""
20023
20024#: command-list.h:67
20025msgid "Find commits yet to be applied to upstream"
20026msgstr ""
20027
20028#: command-list.h:68
20029msgid "Apply the changes introduced by some existing commits"
20030msgstr ""
20031
20032#: command-list.h:69
20033msgid "Graphical alternative to git-commit"
20034msgstr ""
20035
20036#: command-list.h:70
20037msgid "Remove untracked files from the working tree"
20038msgstr ""
20039
20040#: command-list.h:71
20041msgid "Clone a repository into a new directory"
20042msgstr ""
20043
20044#: command-list.h:72
20045msgid "Display data in columns"
20046msgstr ""
20047
20048#: command-list.h:73
20049msgid "Record changes to the repository"
20050msgstr ""
20051
20052#: command-list.h:74
20053msgid "Write and verify Git commit-graph files"
20054msgstr ""
20055
20056#: command-list.h:75
20057msgid "Create a new commit object"
20058msgstr ""
20059
20060#: command-list.h:76
20061msgid "Get and set repository or global options"
20062msgstr ""
20063
20064#: command-list.h:77
20065msgid "Count unpacked number of objects and their disk consumption"
20066msgstr ""
20067
20068#: command-list.h:78
20069msgid "Retrieve and store user credentials"
20070msgstr ""
20071
20072#: command-list.h:79
20073msgid "Helper to temporarily store passwords in memory"
20074msgstr ""
20075
20076#: command-list.h:80
20077msgid "Helper to store credentials on disk"
20078msgstr ""
20079
20080#: command-list.h:81
20081msgid "Export a single commit to a CVS checkout"
20082msgstr ""
20083
20084#: command-list.h:82
20085msgid "Salvage your data out of another SCM people love to hate"
20086msgstr ""
20087
20088#: command-list.h:83
20089msgid "A CVS server emulator for Git"
20090msgstr ""
20091
20092#: command-list.h:84
20093msgid "A really simple server for Git repositories"
20094msgstr ""
20095
20096#: command-list.h:85
20097msgid "Give an object a human readable name based on an available ref"
20098msgstr ""
20099
20100#: command-list.h:86
20101msgid "Show changes between commits, commit and working tree, etc"
20102msgstr ""
20103
20104#: command-list.h:87
20105msgid "Compares files in the working tree and the index"
20106msgstr ""
20107
20108#: command-list.h:88
20109msgid "Compare a tree to the working tree or index"
20110msgstr ""
20111
20112#: command-list.h:89
20113msgid "Compares the content and mode of blobs found via two tree objects"
20114msgstr ""
20115
20116#: command-list.h:90
20117msgid "Show changes using common diff tools"
20118msgstr ""
20119
20120#: command-list.h:91
20121msgid "Git data exporter"
20122msgstr ""
20123
20124#: command-list.h:92
20125msgid "Backend for fast Git data importers"
20126msgstr ""
20127
20128#: command-list.h:93
20129msgid "Download objects and refs from another repository"
20130msgstr ""
20131
20132#: command-list.h:94
20133msgid "Receive missing objects from another repository"
20134msgstr ""
20135
20136#: command-list.h:95
20137msgid "Rewrite branches"
20138msgstr ""
20139
20140#: command-list.h:96
20141msgid "Produce a merge commit message"
20142msgstr ""
20143
20144#: command-list.h:97
20145msgid "Output information on each ref"
20146msgstr ""
20147
20148#: command-list.h:98
20149msgid "Prepare patches for e-mail submission"
20150msgstr ""
20151
20152#: command-list.h:99
20153msgid "Verifies the connectivity and validity of the objects in the database"
20154msgstr ""
20155
20156#: command-list.h:100
20157msgid "Cleanup unnecessary files and optimize the local repository"
20158msgstr ""
20159
20160#: command-list.h:101
20161msgid "Extract commit ID from an archive created using git-archive"
20162msgstr ""
20163
20164#: command-list.h:102
20165msgid "Print lines matching a pattern"
20166msgstr ""
20167
20168#: command-list.h:103
20169msgid "A portable graphical interface to Git"
20170msgstr ""
20171
20172#: command-list.h:104
20173msgid "Compute object ID and optionally creates a blob from a file"
20174msgstr ""
20175
20176#: command-list.h:105
20177msgid "Display help information about Git"
20178msgstr ""
20179
20180#: command-list.h:106
20181msgid "Server side implementation of Git over HTTP"
20182msgstr ""
20183
20184#: command-list.h:107
20185msgid "Download from a remote Git repository via HTTP"
20186msgstr ""
20187
20188#: command-list.h:108
20189msgid "Push objects over HTTP/DAV to another repository"
20190msgstr ""
20191
20192#: command-list.h:109
20193msgid "Send a collection of patches from stdin to an IMAP folder"
20194msgstr ""
20195
20196#: command-list.h:110
20197msgid "Build pack index file for an existing packed archive"
20198msgstr ""
20199
20200#: command-list.h:111
20201msgid "Create an empty Git repository or reinitialize an existing one"
20202msgstr ""
20203
20204#: command-list.h:112
20205msgid "Instantly browse your working repository in gitweb"
20206msgstr ""
20207
20208#: command-list.h:113
20209msgid "Add or parse structured information in commit messages"
20210msgstr ""
20211
20212#: command-list.h:114
20213msgid "The Git repository browser"
20214msgstr ""
20215
20216#: command-list.h:115
20217msgid "Show commit logs"
20218msgstr ""
20219
20220#: command-list.h:116
20221msgid "Show information about files in the index and the working tree"
20222msgstr ""
20223
20224#: command-list.h:117
20225msgid "List references in a remote repository"
20226msgstr ""
20227
20228#: command-list.h:118
20229msgid "List the contents of a tree object"
20230msgstr ""
20231
20232#: command-list.h:119
20233msgid "Extracts patch and authorship from a single e-mail message"
20234msgstr ""
20235
20236#: command-list.h:120
20237msgid "Simple UNIX mbox splitter program"
20238msgstr ""
20239
20240#: command-list.h:121
20241msgid "Join two or more development histories together"
20242msgstr ""
20243
20244#: command-list.h:122
20245msgid "Find as good common ancestors as possible for a merge"
20246msgstr ""
20247
20248#: command-list.h:123
20249msgid "Run a three-way file merge"
20250msgstr ""
20251
20252#: command-list.h:124
20253msgid "Run a merge for files needing merging"
20254msgstr ""
20255
20256#: command-list.h:125
20257msgid "The standard helper program to use with git-merge-index"
20258msgstr ""
20259
20260#: command-list.h:126
20261msgid "Run merge conflict resolution tools to resolve merge conflicts"
20262msgstr ""
20263
20264#: command-list.h:127
20265msgid "Show three-way merge without touching index"
20266msgstr ""
20267
20268#: command-list.h:128
20269msgid "Write and verify multi-pack-indexes"
20270msgstr ""
20271
20272#: command-list.h:129
20273msgid "Creates a tag object"
20274msgstr ""
20275
20276#: command-list.h:130
20277msgid "Build a tree-object from ls-tree formatted text"
20278msgstr ""
20279
20280#: command-list.h:131
20281msgid "Move or rename a file, a directory, or a symlink"
20282msgstr ""
20283
20284#: command-list.h:132
20285msgid "Find symbolic names for given revs"
20286msgstr ""
20287
20288#: command-list.h:133
20289msgid "Add or inspect object notes"
20290msgstr ""
20291
20292#: command-list.h:134
20293msgid "Import from and submit to Perforce repositories"
20294msgstr ""
20295
20296#: command-list.h:135
20297msgid "Create a packed archive of objects"
20298msgstr ""
20299
20300#: command-list.h:136
20301msgid "Find redundant pack files"
20302msgstr ""
20303
20304#: command-list.h:137
20305msgid "Pack heads and tags for efficient repository access"
20306msgstr ""
20307
20308#: command-list.h:138
20309msgid "Routines to help parsing remote repository access parameters"
20310msgstr ""
20311
20312#: command-list.h:139
20313msgid "Compute unique ID for a patch"
20314msgstr ""
20315
20316#: command-list.h:140
20317msgid "Prune all unreachable objects from the object database"
20318msgstr ""
20319
20320#: command-list.h:141
20321msgid "Remove extra objects that are already in pack files"
20322msgstr ""
20323
20324#: command-list.h:142
20325msgid "Fetch from and integrate with another repository or a local branch"
20326msgstr ""
20327
20328#: command-list.h:143
20329msgid "Update remote refs along with associated objects"
20330msgstr ""
20331
20332#: command-list.h:144
20333msgid "Applies a quilt patchset onto the current branch"
20334msgstr ""
20335
20336#: command-list.h:145
20337msgid "Compare two commit ranges (e.g. two versions of a branch)"
20338msgstr ""
20339
20340#: command-list.h:146
20341msgid "Reads tree information into the index"
20342msgstr ""
20343
20344#: command-list.h:147
20345msgid "Reapply commits on top of another base tip"
20346msgstr ""
20347
20348#: command-list.h:148
20349msgid "Receive what is pushed into the repository"
20350msgstr ""
20351
20352#: command-list.h:149
20353msgid "Manage reflog information"
20354msgstr ""
20355
20356#: command-list.h:150
20357msgid "Manage set of tracked repositories"
20358msgstr ""
20359
20360#: command-list.h:151
20361msgid "Pack unpacked objects in a repository"
20362msgstr ""
20363
20364#: command-list.h:152
20365msgid "Create, list, delete refs to replace objects"
20366msgstr ""
20367
20368#: command-list.h:153
20369msgid "Generates a summary of pending changes"
20370msgstr ""
20371
20372#: command-list.h:154
20373msgid "Reuse recorded resolution of conflicted merges"
20374msgstr ""
20375
20376#: command-list.h:155
20377msgid "Reset current HEAD to the specified state"
20378msgstr ""
20379
20380#: command-list.h:156
20381msgid "Restore working tree files"
20382msgstr ""
20383
20384#: command-list.h:157
20385msgid "Revert some existing commits"
20386msgstr ""
20387
20388#: command-list.h:158
20389msgid "Lists commit objects in reverse chronological order"
20390msgstr ""
20391
20392#: command-list.h:159
20393msgid "Pick out and massage parameters"
20394msgstr ""
20395
20396#: command-list.h:160
20397msgid "Remove files from the working tree and from the index"
20398msgstr ""
20399
20400#: command-list.h:161
20401msgid "Send a collection of patches as emails"
20402msgstr ""
20403
20404#: command-list.h:162
20405msgid "Push objects over Git protocol to another repository"
20406msgstr ""
20407
20408#: command-list.h:163
20409msgid "Restricted login shell for Git-only SSH access"
20410msgstr ""
20411
20412#: command-list.h:164
20413msgid "Summarize 'git log' output"
20414msgstr ""
20415
20416#: command-list.h:165
20417msgid "Show various types of objects"
20418msgstr ""
20419
20420#: command-list.h:166
20421msgid "Show branches and their commits"
20422msgstr ""
20423
20424#: command-list.h:167
20425msgid "Show packed archive index"
20426msgstr ""
20427
20428#: command-list.h:168
20429msgid "List references in a local repository"
20430msgstr ""
20431
20432#: command-list.h:169
20433msgid "Git's i18n setup code for shell scripts"
20434msgstr ""
20435
20436#: command-list.h:170
20437msgid "Common Git shell script setup code"
20438msgstr ""
20439
20440#: command-list.h:171
20441msgid "Stash the changes in a dirty working directory away"
20442msgstr ""
20443
20444#: command-list.h:172
20445msgid "Add file contents to the staging area"
20446msgstr ""
20447
20448#: command-list.h:173
20449msgid "Show the working tree status"
20450msgstr ""
20451
20452#: command-list.h:174
20453msgid "Remove unnecessary whitespace"
20454msgstr ""
20455
20456#: command-list.h:175
20457msgid "Initialize, update or inspect submodules"
20458msgstr ""
20459
20460#: command-list.h:176
20461msgid "Bidirectional operation between a Subversion repository and Git"
20462msgstr ""
20463
20464#: command-list.h:177
20465msgid "Switch branches"
20466msgstr ""
20467
20468#: command-list.h:178
20469msgid "Read, modify and delete symbolic refs"
20470msgstr ""
20471
20472#: command-list.h:179
20473msgid "Create, list, delete or verify a tag object signed with GPG"
20474msgstr ""
20475
20476#: command-list.h:180
20477msgid "Creates a temporary file with a blob's contents"
20478msgstr ""
20479
20480#: command-list.h:181
20481msgid "Unpack objects from a packed archive"
20482msgstr ""
20483
20484#: command-list.h:182
20485msgid "Register file contents in the working tree to the index"
20486msgstr ""
20487
20488#: command-list.h:183
20489msgid "Update the object name stored in a ref safely"
20490msgstr ""
20491
20492#: command-list.h:184
20493msgid "Update auxiliary info file to help dumb servers"
20494msgstr ""
20495
20496#: command-list.h:185
20497msgid "Send archive back to git-archive"
20498msgstr ""
20499
20500#: command-list.h:186
20501msgid "Send objects packed back to git-fetch-pack"
20502msgstr ""
20503
20504#: command-list.h:187
20505msgid "Show a Git logical variable"
20506msgstr ""
20507
20508#: command-list.h:188
20509msgid "Check the GPG signature of commits"
20510msgstr ""
20511
20512#: command-list.h:189
20513msgid "Validate packed Git archive files"
20514msgstr ""
20515
20516#: command-list.h:190
20517msgid "Check the GPG signature of tags"
20518msgstr ""
20519
20520#: command-list.h:191
20521msgid "Git web interface (web frontend to Git repositories)"
20522msgstr ""
20523
20524#: command-list.h:192
20525msgid "Show logs with difference each commit introduces"
20526msgstr ""
20527
20528#: command-list.h:193
20529msgid "Manage multiple working trees"
20530msgstr ""
20531
20532#: command-list.h:194
20533msgid "Create a tree object from the current index"
20534msgstr ""
20535
20536#: command-list.h:195
20537msgid "Defining attributes per path"
20538msgstr ""
20539
20540#: command-list.h:196
20541msgid "Git command-line interface and conventions"
20542msgstr ""
20543
20544#: command-list.h:197
20545msgid "A Git core tutorial for developers"
20546msgstr ""
20547
20548#: command-list.h:198
20549msgid "Git for CVS users"
20550msgstr ""
20551
20552#: command-list.h:199
20553msgid "Tweaking diff output"
20554msgstr ""
20555
20556#: command-list.h:200
20557msgid "A useful minimum set of commands for Everyday Git"
20558msgstr ""
20559
20560#: command-list.h:201
20561msgid "A Git Glossary"
20562msgstr ""
20563
20564#: command-list.h:202
20565msgid "Hooks used by Git"
20566msgstr ""
20567
20568#: command-list.h:203
20569msgid "Specifies intentionally untracked files to ignore"
20570msgstr ""
20571
20572#: command-list.h:204
20573msgid "Defining submodule properties"
20574msgstr ""
20575
20576#: command-list.h:205
20577msgid "Git namespaces"
20578msgstr ""
20579
20580#: command-list.h:206
20581msgid "Git Repository Layout"
20582msgstr ""
20583
20584#: command-list.h:207
20585msgid "Specifying revisions and ranges for Git"
20586msgstr ""
20587
20588#: command-list.h:208
20589msgid "A tutorial introduction to Git: part two"
20590msgstr ""
20591
20592#: command-list.h:209
20593msgid "A tutorial introduction to Git"
20594msgstr ""
20595
20596#: command-list.h:210
20597msgid "An overview of recommended workflows with Git"
20598msgstr ""
20599
20600#: git-bisect.sh:54
20601msgid "You need to start by \"git bisect start\""
20602msgstr ""
20603
20604#. TRANSLATORS: Make sure to include [Y] and [n] in your
20605#. translation. The program will only accept English input
20606#. at this point.
20607#: git-bisect.sh:60
20608msgid "Do you want me to do it for you [Y/n]? "
20609msgstr ""
20610
20611#: git-bisect.sh:101
20612#, sh-format
20613msgid "Bad rev input: $arg"
20614msgstr ""
20615
20616#: git-bisect.sh:121
20617#, sh-format
20618msgid "Bad rev input: $bisected_head"
20619msgstr ""
20620
20621#: git-bisect.sh:130
20622#, sh-format
20623msgid "Bad rev input: $rev"
20624msgstr ""
20625
20626#: git-bisect.sh:139
20627#, sh-format
20628msgid "'git bisect $TERM_BAD' can take only one argument."
20629msgstr ""
20630
20631#: git-bisect.sh:209
20632msgid "No logfile given"
20633msgstr ""
20634
20635#: git-bisect.sh:210
20636#, sh-format
20637msgid "cannot read $file for replaying"
20638msgstr ""
20639
20640#: git-bisect.sh:232
20641msgid "?? what are you talking about?"
20642msgstr ""
20643
20644#: git-bisect.sh:241
20645msgid "bisect run failed: no command provided."
20646msgstr ""
20647
20648#: git-bisect.sh:246
20649#, sh-format
20650msgid "running $command"
20651msgstr ""
20652
20653#: git-bisect.sh:253
20654#, sh-format
20655msgid ""
20656"bisect run failed:\n"
20657"exit code $res from '$command' is < 0 or >= 128"
20658msgstr ""
20659
20660#: git-bisect.sh:279
20661msgid "bisect run cannot continue any more"
20662msgstr ""
20663
20664#: git-bisect.sh:285
20665#, sh-format
20666msgid ""
20667"bisect run failed:\n"
20668"'bisect_state $state' exited with error code $res"
20669msgstr ""
20670
20671#: git-bisect.sh:292
20672msgid "bisect run success"
20673msgstr ""
20674
20675#: git-bisect.sh:300
20676msgid "We are not bisecting."
20677msgstr ""
20678
20679#: git-merge-octopus.sh:46
20680msgid ""
20681"Error: Your local changes to the following files would be overwritten by "
20682"merge"
20683msgstr ""
20684
20685#: git-merge-octopus.sh:61
20686msgid "Automated merge did not work."
20687msgstr ""
20688
20689#: git-merge-octopus.sh:62
20690msgid "Should not be doing an octopus."
20691msgstr ""
20692
20693#: git-merge-octopus.sh:73
20694#, sh-format
20695msgid "Unable to find common commit with $pretty_name"
20696msgstr ""
20697
20698#: git-merge-octopus.sh:77
20699#, sh-format
20700msgid "Already up to date with $pretty_name"
20701msgstr ""
20702
20703#: git-merge-octopus.sh:89
20704#, sh-format
20705msgid "Fast-forwarding to: $pretty_name"
20706msgstr ""
20707
20708#: git-merge-octopus.sh:97
20709#, sh-format
20710msgid "Trying simple merge with $pretty_name"
20711msgstr ""
20712
20713#: git-merge-octopus.sh:102
20714msgid "Simple merge did not work, trying automatic merge."
20715msgstr ""
20716
20717#: git-legacy-stash.sh:220
20718msgid "Cannot remove temporary index (can't happen)"
20719msgstr ""
20720
20721#: git-legacy-stash.sh:271
20722#, sh-format
20723msgid "Cannot update $ref_stash with $w_commit"
20724msgstr ""
20725
20726#: git-legacy-stash.sh:323
20727#, sh-format
20728msgid "error: unknown option for 'stash push': $option"
20729msgstr ""
20730
20731#: git-legacy-stash.sh:355
20732#, sh-format
20733msgid "Saved working directory and index state $stash_msg"
20734msgstr ""
20735
20736#: git-legacy-stash.sh:535
20737#, sh-format
20738msgid "unknown option: $opt"
20739msgstr ""
20740
20741#: git-legacy-stash.sh:555
20742#, sh-format
20743msgid "Too many revisions specified: $REV"
20744msgstr ""
20745
20746#: git-legacy-stash.sh:570
20747#, sh-format
20748msgid "$reference is not a valid reference"
20749msgstr ""
20750
20751#: git-legacy-stash.sh:598
20752#, sh-format
20753msgid "'$args' is not a stash-like commit"
20754msgstr ""
20755
20756#: git-legacy-stash.sh:609
20757#, sh-format
20758msgid "'$args' is not a stash reference"
20759msgstr ""
20760
20761#: git-legacy-stash.sh:617
20762msgid "unable to refresh index"
20763msgstr ""
20764
20765#: git-legacy-stash.sh:621
20766msgid "Cannot apply a stash in the middle of a merge"
20767msgstr ""
20768
20769#: git-legacy-stash.sh:629
20770msgid "Conflicts in index. Try without --index."
20771msgstr ""
20772
20773#: git-legacy-stash.sh:631
20774msgid "Could not save index tree"
20775msgstr ""
20776
20777#: git-legacy-stash.sh:640
20778msgid "Could not restore untracked files from stash entry"
20779msgstr ""
20780
20781#: git-legacy-stash.sh:665
20782msgid "Cannot unstage modified files"
20783msgstr ""
20784
20785#: git-legacy-stash.sh:703
20786#, sh-format
20787msgid "Dropped ${REV} ($s)"
20788msgstr ""
20789
20790#: git-legacy-stash.sh:704
20791#, sh-format
20792msgid "${REV}: Could not drop stash entry"
20793msgstr ""
20794
20795#: git-legacy-stash.sh:791
20796msgid "(To restore them type \"git stash apply\")"
20797msgstr ""
20798
20799#: git-submodule.sh:200
20800msgid "Relative path can only be used from the toplevel of the working tree"
20801msgstr ""
20802
20803#: git-submodule.sh:210
20804#, sh-format
20805msgid "repo URL: '$repo' must be absolute or begin with ./|../"
20806msgstr ""
20807
20808#: git-submodule.sh:229
20809#, sh-format
20810msgid "'$sm_path' already exists in the index"
20811msgstr ""
20812
20813#: git-submodule.sh:232
20814#, sh-format
20815msgid "'$sm_path' already exists in the index and is not a submodule"
20816msgstr ""
20817
20818#: git-submodule.sh:239
20819#, sh-format
20820msgid "'$sm_path' does not have a commit checked out"
20821msgstr ""
20822
20823#: git-submodule.sh:245
20824#, sh-format
20825msgid ""
20826"The following path is ignored by one of your .gitignore files:\n"
20827"$sm_path\n"
20828"Use -f if you really want to add it."
20829msgstr ""
20830
20831#: git-submodule.sh:268
20832#, sh-format
20833msgid "Adding existing repo at '$sm_path' to the index"
20834msgstr ""
20835
20836#: git-submodule.sh:270
20837#, sh-format
20838msgid "'$sm_path' already exists and is not a valid git repo"
20839msgstr ""
20840
20841#: git-submodule.sh:278
20842#, sh-format
20843msgid "A git directory for '$sm_name' is found locally with remote(s):"
20844msgstr ""
20845
20846#: git-submodule.sh:280
20847#, sh-format
20848msgid ""
20849"If you want to reuse this local git directory instead of cloning again from\n"
20850"  $realrepo\n"
20851"use the '--force' option. If the local git directory is not the correct "
20852"repo\n"
20853"or you are unsure what this means choose another name with the '--name' "
20854"option."
20855msgstr ""
20856
20857#: git-submodule.sh:286
20858#, sh-format
20859msgid "Reactivating local git directory for submodule '$sm_name'."
20860msgstr ""
20861
20862#: git-submodule.sh:298
20863#, sh-format
20864msgid "Unable to checkout submodule '$sm_path'"
20865msgstr ""
20866
20867#: git-submodule.sh:303
20868#, sh-format
20869msgid "Failed to add submodule '$sm_path'"
20870msgstr ""
20871
20872#: git-submodule.sh:312
20873#, sh-format
20874msgid "Failed to register submodule '$sm_path'"
20875msgstr ""
20876
20877#: git-submodule.sh:573
20878#, sh-format
20879msgid "Unable to find current revision in submodule path '$displaypath'"
20880msgstr ""
20881
20882#: git-submodule.sh:583
20883#, sh-format
20884msgid "Unable to fetch in submodule path '$sm_path'"
20885msgstr ""
20886
20887#: git-submodule.sh:588
20888#, sh-format
20889msgid ""
20890"Unable to find current ${remote_name}/${branch} revision in submodule path "
20891"'$sm_path'"
20892msgstr ""
20893
20894#: git-submodule.sh:606
20895#, sh-format
20896msgid ""
20897"Unable to fetch in submodule path '$displaypath'; trying to directly fetch "
20898"$sha1:"
20899msgstr ""
20900
20901#: git-submodule.sh:612
20902#, sh-format
20903msgid ""
20904"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
20905"Direct fetching of that commit failed."
20906msgstr ""
20907
20908#: git-submodule.sh:619
20909#, sh-format
20910msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
20911msgstr ""
20912
20913#: git-submodule.sh:620
20914#, sh-format
20915msgid "Submodule path '$displaypath': checked out '$sha1'"
20916msgstr ""
20917
20918#: git-submodule.sh:624
20919#, sh-format
20920msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
20921msgstr ""
20922
20923#: git-submodule.sh:625
20924#, sh-format
20925msgid "Submodule path '$displaypath': rebased into '$sha1'"
20926msgstr ""
20927
20928#: git-submodule.sh:630
20929#, sh-format
20930msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
20931msgstr ""
20932
20933#: git-submodule.sh:631
20934#, sh-format
20935msgid "Submodule path '$displaypath': merged in '$sha1'"
20936msgstr ""
20937
20938#: git-submodule.sh:636
20939#, sh-format
20940msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
20941msgstr ""
20942
20943#: git-submodule.sh:637
20944#, sh-format
20945msgid "Submodule path '$displaypath': '$command $sha1'"
20946msgstr ""
20947
20948#: git-submodule.sh:668
20949#, sh-format
20950msgid "Failed to recurse into submodule path '$displaypath'"
20951msgstr ""
20952
20953#: git-submodule.sh:830
20954msgid "The --cached option cannot be used with the --files option"
20955msgstr ""
20956
20957#: git-submodule.sh:882
20958#, sh-format
20959msgid "unexpected mode $mod_dst"
20960msgstr ""
20961
20962#: git-submodule.sh:902
20963#, sh-format
20964msgid "  Warn: $display_name doesn't contain commit $sha1_src"
20965msgstr ""
20966
20967#: git-submodule.sh:905
20968#, sh-format
20969msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
20970msgstr ""
20971
20972#: git-submodule.sh:908
20973#, sh-format
20974msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
20975msgstr ""
20976
20977#: git-parse-remote.sh:89
20978#, sh-format
20979msgid "See git-${cmd}(1) for details."
20980msgstr ""
20981
20982#: git-rebase--preserve-merges.sh:109
20983msgid "Applied autostash."
20984msgstr ""
20985
20986#: git-rebase--preserve-merges.sh:112
20987#, sh-format
20988msgid "Cannot store $stash_sha1"
20989msgstr ""
20990
20991#: git-rebase--preserve-merges.sh:191
20992#, sh-format
20993msgid "Rebasing ($new_count/$total)"
20994msgstr ""
20995
20996#: git-rebase--preserve-merges.sh:207
20997msgid ""
20998"\n"
20999"Commands:\n"
21000"p, pick <commit> = use commit\n"
21001"r, reword <commit> = use commit, but edit the commit message\n"
21002"e, edit <commit> = use commit, but stop for amending\n"
21003"s, squash <commit> = use commit, but meld into previous commit\n"
21004"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
21005"x, exec <commit> = run command (the rest of the line) using shell\n"
21006"d, drop <commit> = remove commit\n"
21007"l, label <label> = label current HEAD with a name\n"
21008"t, reset <label> = reset HEAD to a label\n"
21009"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
21010".       create a merge commit using the original merge commit's\n"
21011".       message (or the oneline, if no original merge commit was\n"
21012".       specified). Use -c <commit> to reword the commit message.\n"
21013"\n"
21014"These lines can be re-ordered; they are executed from top to bottom.\n"
21015msgstr ""
21016
21017#: git-rebase--preserve-merges.sh:270
21018#, sh-format
21019msgid ""
21020"You can amend the commit now, with\n"
21021"\n"
21022"\tgit commit --amend $gpg_sign_opt_quoted\n"
21023"\n"
21024"Once you are satisfied with your changes, run\n"
21025"\n"
21026"\tgit rebase --continue"
21027msgstr ""
21028
21029#: git-rebase--preserve-merges.sh:295
21030#, sh-format
21031msgid "$sha1: not a commit that can be picked"
21032msgstr ""
21033
21034#: git-rebase--preserve-merges.sh:334
21035#, sh-format
21036msgid "Invalid commit name: $sha1"
21037msgstr ""
21038
21039#: git-rebase--preserve-merges.sh:364
21040msgid "Cannot write current commit's replacement sha1"
21041msgstr ""
21042
21043#: git-rebase--preserve-merges.sh:415
21044#, sh-format
21045msgid "Fast-forward to $sha1"
21046msgstr ""
21047
21048#: git-rebase--preserve-merges.sh:417
21049#, sh-format
21050msgid "Cannot fast-forward to $sha1"
21051msgstr ""
21052
21053#: git-rebase--preserve-merges.sh:426
21054#, sh-format
21055msgid "Cannot move HEAD to $first_parent"
21056msgstr ""
21057
21058#: git-rebase--preserve-merges.sh:431
21059#, sh-format
21060msgid "Refusing to squash a merge: $sha1"
21061msgstr ""
21062
21063#: git-rebase--preserve-merges.sh:449
21064#, sh-format
21065msgid "Error redoing merge $sha1"
21066msgstr ""
21067
21068#: git-rebase--preserve-merges.sh:458
21069#, sh-format
21070msgid "Could not pick $sha1"
21071msgstr ""
21072
21073#: git-rebase--preserve-merges.sh:467
21074#, sh-format
21075msgid "This is the commit message #${n}:"
21076msgstr ""
21077
21078#: git-rebase--preserve-merges.sh:472
21079#, sh-format
21080msgid "The commit message #${n} will be skipped:"
21081msgstr ""
21082
21083#: git-rebase--preserve-merges.sh:483
21084#, sh-format
21085msgid "This is a combination of $count commit."
21086msgid_plural "This is a combination of $count commits."
21087msgstr[0] ""
21088msgstr[1] ""
21089
21090#: git-rebase--preserve-merges.sh:492
21091#, sh-format
21092msgid "Cannot write $fixup_msg"
21093msgstr ""
21094
21095#: git-rebase--preserve-merges.sh:495
21096msgid "This is a combination of 2 commits."
21097msgstr ""
21098
21099#: git-rebase--preserve-merges.sh:536 git-rebase--preserve-merges.sh:579
21100#: git-rebase--preserve-merges.sh:582
21101#, sh-format
21102msgid "Could not apply $sha1... $rest"
21103msgstr ""
21104
21105#: git-rebase--preserve-merges.sh:611
21106#, sh-format
21107msgid ""
21108"Could not amend commit after successfully picking $sha1... $rest\n"
21109"This is most likely due to an empty commit message, or the pre-commit hook\n"
21110"failed. If the pre-commit hook failed, you may need to resolve the issue "
21111"before\n"
21112"you are able to reword the commit."
21113msgstr ""
21114
21115#: git-rebase--preserve-merges.sh:626
21116#, sh-format
21117msgid "Stopped at $sha1_abbrev... $rest"
21118msgstr ""
21119
21120#: git-rebase--preserve-merges.sh:641
21121#, sh-format
21122msgid "Cannot '$squash_style' without a previous commit"
21123msgstr ""
21124
21125#: git-rebase--preserve-merges.sh:683
21126#, sh-format
21127msgid "Executing: $rest"
21128msgstr ""
21129
21130#: git-rebase--preserve-merges.sh:691
21131#, sh-format
21132msgid "Execution failed: $rest"
21133msgstr ""
21134
21135#: git-rebase--preserve-merges.sh:693
21136msgid "and made changes to the index and/or the working tree"
21137msgstr ""
21138
21139#: git-rebase--preserve-merges.sh:695
21140msgid ""
21141"You can fix the problem, and then run\n"
21142"\n"
21143"\tgit rebase --continue"
21144msgstr ""
21145
21146#. TRANSLATORS: after these lines is a command to be issued by the user
21147#: git-rebase--preserve-merges.sh:708
21148#, sh-format
21149msgid ""
21150"Execution succeeded: $rest\n"
21151"but left changes to the index and/or the working tree\n"
21152"Commit or stash your changes, and then run\n"
21153"\n"
21154"\tgit rebase --continue"
21155msgstr ""
21156
21157#: git-rebase--preserve-merges.sh:719
21158#, sh-format
21159msgid "Unknown command: $command $sha1 $rest"
21160msgstr ""
21161
21162#: git-rebase--preserve-merges.sh:720
21163msgid "Please fix this using 'git rebase --edit-todo'."
21164msgstr ""
21165
21166#: git-rebase--preserve-merges.sh:755
21167#, sh-format
21168msgid "Successfully rebased and updated $head_name."
21169msgstr ""
21170
21171#: git-rebase--preserve-merges.sh:812
21172msgid "Could not remove CHERRY_PICK_HEAD"
21173msgstr ""
21174
21175#: git-rebase--preserve-merges.sh:817
21176#, sh-format
21177msgid ""
21178"You have staged changes in your working tree.\n"
21179"If these changes are meant to be\n"
21180"squashed into the previous commit, run:\n"
21181"\n"
21182"  git commit --amend $gpg_sign_opt_quoted\n"
21183"\n"
21184"If they are meant to go into a new commit, run:\n"
21185"\n"
21186"  git commit $gpg_sign_opt_quoted\n"
21187"\n"
21188"In both cases, once you're done, continue with:\n"
21189"\n"
21190"  git rebase --continue\n"
21191msgstr ""
21192
21193#: git-rebase--preserve-merges.sh:834
21194msgid "Error trying to find the author identity to amend commit"
21195msgstr ""
21196
21197#: git-rebase--preserve-merges.sh:839
21198msgid ""
21199"You have uncommitted changes in your working tree. Please commit them\n"
21200"first and then run 'git rebase --continue' again."
21201msgstr ""
21202
21203#: git-rebase--preserve-merges.sh:844 git-rebase--preserve-merges.sh:848
21204msgid "Could not commit staged changes."
21205msgstr ""
21206
21207#: git-rebase--preserve-merges.sh:879 git-rebase--preserve-merges.sh:965
21208msgid "Could not execute editor"
21209msgstr ""
21210
21211#: git-rebase--preserve-merges.sh:900
21212#, sh-format
21213msgid "Could not checkout $switch_to"
21214msgstr ""
21215
21216#: git-rebase--preserve-merges.sh:907
21217msgid "No HEAD?"
21218msgstr ""
21219
21220#: git-rebase--preserve-merges.sh:908
21221#, sh-format
21222msgid "Could not create temporary $state_dir"
21223msgstr ""
21224
21225#: git-rebase--preserve-merges.sh:911
21226msgid "Could not mark as interactive"
21227msgstr ""
21228
21229#: git-rebase--preserve-merges.sh:943
21230#, sh-format
21231msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
21232msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
21233msgstr[0] ""
21234msgstr[1] ""
21235
21236#: git-rebase--preserve-merges.sh:997 git-rebase--preserve-merges.sh:1002
21237msgid "Could not init rewritten commits"
21238msgstr ""
21239
21240#: git-sh-setup.sh:89 git-sh-setup.sh:94
21241#, sh-format
21242msgid "usage: $dashless $USAGE"
21243msgstr ""
21244
21245#: git-sh-setup.sh:191
21246#, sh-format
21247msgid "Cannot chdir to $cdup, the toplevel of the working tree"
21248msgstr ""
21249
21250#: git-sh-setup.sh:200 git-sh-setup.sh:207
21251#, sh-format
21252msgid "fatal: $program_name cannot be used without a working tree."
21253msgstr ""
21254
21255#: git-sh-setup.sh:221
21256msgid "Cannot rebase: You have unstaged changes."
21257msgstr ""
21258
21259#: git-sh-setup.sh:224
21260msgid "Cannot rewrite branches: You have unstaged changes."
21261msgstr ""
21262
21263#: git-sh-setup.sh:227
21264msgid "Cannot pull with rebase: You have unstaged changes."
21265msgstr ""
21266
21267#: git-sh-setup.sh:230
21268#, sh-format
21269msgid "Cannot $action: You have unstaged changes."
21270msgstr ""
21271
21272#: git-sh-setup.sh:243
21273msgid "Cannot rebase: Your index contains uncommitted changes."
21274msgstr ""
21275
21276#: git-sh-setup.sh:246
21277msgid "Cannot pull with rebase: Your index contains uncommitted changes."
21278msgstr ""
21279
21280#: git-sh-setup.sh:249
21281#, sh-format
21282msgid "Cannot $action: Your index contains uncommitted changes."
21283msgstr ""
21284
21285#: git-sh-setup.sh:253
21286msgid "Additionally, your index contains uncommitted changes."
21287msgstr ""
21288
21289#: git-sh-setup.sh:373
21290msgid "You need to run this command from the toplevel of the working tree."
21291msgstr ""
21292
21293#: git-sh-setup.sh:378
21294msgid "Unable to determine absolute path of git directory"
21295msgstr ""
21296
21297#. TRANSLATORS: you can adjust this to align "git add -i" status menu
21298#: git-add--interactive.perl:210
21299#, perl-format
21300msgid "%12s %12s %s"
21301msgstr ""
21302
21303#: git-add--interactive.perl:211
21304msgid "staged"
21305msgstr ""
21306
21307#: git-add--interactive.perl:211
21308msgid "unstaged"
21309msgstr ""
21310
21311#: git-add--interactive.perl:267 git-add--interactive.perl:292
21312msgid "binary"
21313msgstr ""
21314
21315#: git-add--interactive.perl:276 git-add--interactive.perl:330
21316msgid "nothing"
21317msgstr ""
21318
21319#: git-add--interactive.perl:312 git-add--interactive.perl:327
21320msgid "unchanged"
21321msgstr ""
21322
21323#: git-add--interactive.perl:623
21324#, perl-format
21325msgid "added %d path\n"
21326msgid_plural "added %d paths\n"
21327msgstr[0] ""
21328msgstr[1] ""
21329
21330#: git-add--interactive.perl:626
21331#, perl-format
21332msgid "updated %d path\n"
21333msgid_plural "updated %d paths\n"
21334msgstr[0] ""
21335msgstr[1] ""
21336
21337#: git-add--interactive.perl:629
21338#, perl-format
21339msgid "reverted %d path\n"
21340msgid_plural "reverted %d paths\n"
21341msgstr[0] ""
21342msgstr[1] ""
21343
21344#: git-add--interactive.perl:632
21345#, perl-format
21346msgid "touched %d path\n"
21347msgid_plural "touched %d paths\n"
21348msgstr[0] ""
21349msgstr[1] ""
21350
21351#: git-add--interactive.perl:641
21352msgid "Update"
21353msgstr ""
21354
21355#: git-add--interactive.perl:653
21356msgid "Revert"
21357msgstr ""
21358
21359#: git-add--interactive.perl:676
21360#, perl-format
21361msgid "note: %s is untracked now.\n"
21362msgstr ""
21363
21364#: git-add--interactive.perl:687
21365msgid "Add untracked"
21366msgstr ""
21367
21368#: git-add--interactive.perl:693
21369msgid "No untracked files.\n"
21370msgstr ""
21371
21372#: git-add--interactive.perl:1051
21373msgid ""
21374"If the patch applies cleanly, the edited hunk will immediately be\n"
21375"marked for staging."
21376msgstr ""
21377
21378#: git-add--interactive.perl:1054
21379msgid ""
21380"If the patch applies cleanly, the edited hunk will immediately be\n"
21381"marked for stashing."
21382msgstr ""
21383
21384#: git-add--interactive.perl:1057
21385msgid ""
21386"If the patch applies cleanly, the edited hunk will immediately be\n"
21387"marked for unstaging."
21388msgstr ""
21389
21390#: git-add--interactive.perl:1060 git-add--interactive.perl:1069
21391#: git-add--interactive.perl:1075
21392msgid ""
21393"If the patch applies cleanly, the edited hunk will immediately be\n"
21394"marked for applying."
21395msgstr ""
21396
21397#: git-add--interactive.perl:1063 git-add--interactive.perl:1066
21398#: git-add--interactive.perl:1072
21399msgid ""
21400"If the patch applies cleanly, the edited hunk will immediately be\n"
21401"marked for discarding."
21402msgstr ""
21403
21404#: git-add--interactive.perl:1109
21405#, perl-format
21406msgid "failed to open hunk edit file for writing: %s"
21407msgstr ""
21408
21409#: git-add--interactive.perl:1110
21410msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
21411msgstr ""
21412
21413#: git-add--interactive.perl:1116
21414#, perl-format
21415msgid ""
21416"---\n"
21417"To remove '%s' lines, make them ' ' lines (context).\n"
21418"To remove '%s' lines, delete them.\n"
21419"Lines starting with %s will be removed.\n"
21420msgstr ""
21421
21422#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
21423#: git-add--interactive.perl:1124
21424msgid ""
21425"If it does not apply cleanly, you will be given an opportunity to\n"
21426"edit again.  If all lines of the hunk are removed, then the edit is\n"
21427"aborted and the hunk is left unchanged.\n"
21428msgstr ""
21429
21430#: git-add--interactive.perl:1138
21431#, perl-format
21432msgid "failed to open hunk edit file for reading: %s"
21433msgstr ""
21434
21435#. TRANSLATORS: do not translate [y/n]
21436#. The program will only accept that input
21437#. at this point.
21438#. Consider translating (saying "no" discards!) as
21439#. (saying "n" for "no" discards!) if the translation
21440#. of the word "no" does not start with n.
21441#: git-add--interactive.perl:1237
21442msgid ""
21443"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
21444msgstr ""
21445
21446#: git-add--interactive.perl:1246
21447msgid ""
21448"y - stage this hunk\n"
21449"n - do not stage this hunk\n"
21450"q - quit; do not stage this hunk or any of the remaining ones\n"
21451"a - stage this hunk and all later hunks in the file\n"
21452"d - do not stage this hunk or any of the later hunks in the file"
21453msgstr ""
21454
21455#: git-add--interactive.perl:1252
21456msgid ""
21457"y - stash this hunk\n"
21458"n - do not stash this hunk\n"
21459"q - quit; do not stash this hunk or any of the remaining ones\n"
21460"a - stash this hunk and all later hunks in the file\n"
21461"d - do not stash this hunk or any of the later hunks in the file"
21462msgstr ""
21463
21464#: git-add--interactive.perl:1258
21465msgid ""
21466"y - unstage this hunk\n"
21467"n - do not unstage this hunk\n"
21468"q - quit; do not unstage this hunk or any of the remaining ones\n"
21469"a - unstage this hunk and all later hunks in the file\n"
21470"d - do not unstage this hunk or any of the later hunks in the file"
21471msgstr ""
21472
21473#: git-add--interactive.perl:1264
21474msgid ""
21475"y - apply this hunk to index\n"
21476"n - do not apply this hunk to index\n"
21477"q - quit; do not apply this hunk or any of the remaining ones\n"
21478"a - apply this hunk and all later hunks in the file\n"
21479"d - do not apply this hunk or any of the later hunks in the file"
21480msgstr ""
21481
21482#: git-add--interactive.perl:1270 git-add--interactive.perl:1288
21483msgid ""
21484"y - discard this hunk from worktree\n"
21485"n - do not discard this hunk from worktree\n"
21486"q - quit; do not discard this hunk or any of the remaining ones\n"
21487"a - discard this hunk and all later hunks in the file\n"
21488"d - do not discard this hunk or any of the later hunks in the file"
21489msgstr ""
21490
21491#: git-add--interactive.perl:1276
21492msgid ""
21493"y - discard this hunk from index and worktree\n"
21494"n - do not discard this hunk from index and worktree\n"
21495"q - quit; do not discard this hunk or any of the remaining ones\n"
21496"a - discard this hunk and all later hunks in the file\n"
21497"d - do not discard this hunk or any of the later hunks in the file"
21498msgstr ""
21499
21500#: git-add--interactive.perl:1282
21501msgid ""
21502"y - apply this hunk to index and worktree\n"
21503"n - do not apply this hunk to index and worktree\n"
21504"q - quit; do not apply this hunk or any of the remaining ones\n"
21505"a - apply this hunk and all later hunks in the file\n"
21506"d - do not apply this hunk or any of the later hunks in the file"
21507msgstr ""
21508
21509#: git-add--interactive.perl:1294
21510msgid ""
21511"y - apply this hunk to worktree\n"
21512"n - do not apply this hunk to worktree\n"
21513"q - quit; do not apply this hunk or any of the remaining ones\n"
21514"a - apply this hunk and all later hunks in the file\n"
21515"d - do not apply this hunk or any of the later hunks in the file"
21516msgstr ""
21517
21518#: git-add--interactive.perl:1309
21519msgid ""
21520"g - select a hunk to go to\n"
21521"/ - search for a hunk matching the given regex\n"
21522"j - leave this hunk undecided, see next undecided hunk\n"
21523"J - leave this hunk undecided, see next hunk\n"
21524"k - leave this hunk undecided, see previous undecided hunk\n"
21525"K - leave this hunk undecided, see previous hunk\n"
21526"s - split the current hunk into smaller hunks\n"
21527"e - manually edit the current hunk\n"
21528"? - print help\n"
21529msgstr ""
21530
21531#: git-add--interactive.perl:1340
21532msgid "The selected hunks do not apply to the index!\n"
21533msgstr ""
21534
21535#: git-add--interactive.perl:1341
21536msgid "Apply them to the worktree anyway? "
21537msgstr ""
21538
21539#: git-add--interactive.perl:1344
21540msgid "Nothing was applied.\n"
21541msgstr ""
21542
21543#: git-add--interactive.perl:1355
21544#, perl-format
21545msgid "ignoring unmerged: %s\n"
21546msgstr ""
21547
21548#: git-add--interactive.perl:1364
21549msgid "Only binary files changed.\n"
21550msgstr ""
21551
21552#: git-add--interactive.perl:1366
21553msgid "No changes.\n"
21554msgstr ""
21555
21556#: git-add--interactive.perl:1374
21557msgid "Patch update"
21558msgstr ""
21559
21560#: git-add--interactive.perl:1426
21561#, perl-format
21562msgid "Stage mode change [y,n,q,a,d%s,?]? "
21563msgstr ""
21564
21565#: git-add--interactive.perl:1427
21566#, perl-format
21567msgid "Stage deletion [y,n,q,a,d%s,?]? "
21568msgstr ""
21569
21570#: git-add--interactive.perl:1428
21571#, perl-format
21572msgid "Stage this hunk [y,n,q,a,d%s,?]? "
21573msgstr ""
21574
21575#: git-add--interactive.perl:1431
21576#, perl-format
21577msgid "Stash mode change [y,n,q,a,d%s,?]? "
21578msgstr ""
21579
21580#: git-add--interactive.perl:1432
21581#, perl-format
21582msgid "Stash deletion [y,n,q,a,d%s,?]? "
21583msgstr ""
21584
21585#: git-add--interactive.perl:1433
21586#, perl-format
21587msgid "Stash this hunk [y,n,q,a,d%s,?]? "
21588msgstr ""
21589
21590#: git-add--interactive.perl:1436
21591#, perl-format
21592msgid "Unstage mode change [y,n,q,a,d%s,?]? "
21593msgstr ""
21594
21595#: git-add--interactive.perl:1437
21596#, perl-format
21597msgid "Unstage deletion [y,n,q,a,d%s,?]? "
21598msgstr ""
21599
21600#: git-add--interactive.perl:1438
21601#, perl-format
21602msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
21603msgstr ""
21604
21605#: git-add--interactive.perl:1441
21606#, perl-format
21607msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
21608msgstr ""
21609
21610#: git-add--interactive.perl:1442
21611#, perl-format
21612msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
21613msgstr ""
21614
21615#: git-add--interactive.perl:1443
21616#, perl-format
21617msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
21618msgstr ""
21619
21620#: git-add--interactive.perl:1446 git-add--interactive.perl:1461
21621#, perl-format
21622msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
21623msgstr ""
21624
21625#: git-add--interactive.perl:1447 git-add--interactive.perl:1462
21626#, perl-format
21627msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
21628msgstr ""
21629
21630#: git-add--interactive.perl:1448 git-add--interactive.perl:1463
21631#, perl-format
21632msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
21633msgstr ""
21634
21635#: git-add--interactive.perl:1451
21636#, perl-format
21637msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
21638msgstr ""
21639
21640#: git-add--interactive.perl:1452
21641#, perl-format
21642msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
21643msgstr ""
21644
21645#: git-add--interactive.perl:1453
21646#, perl-format
21647msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
21648msgstr ""
21649
21650#: git-add--interactive.perl:1456
21651#, perl-format
21652msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
21653msgstr ""
21654
21655#: git-add--interactive.perl:1457
21656#, perl-format
21657msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
21658msgstr ""
21659
21660#: git-add--interactive.perl:1458
21661#, perl-format
21662msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
21663msgstr ""
21664
21665#: git-add--interactive.perl:1466
21666#, perl-format
21667msgid "Apply mode change to worktree [y,n,q,a,d%s,?]? "
21668msgstr ""
21669
21670#: git-add--interactive.perl:1467
21671#, perl-format
21672msgid "Apply deletion to worktree [y,n,q,a,d%s,?]? "
21673msgstr ""
21674
21675#: git-add--interactive.perl:1468
21676#, perl-format
21677msgid "Apply this hunk to worktree [y,n,q,a,d%s,?]? "
21678msgstr ""
21679
21680#: git-add--interactive.perl:1568
21681msgid "No other hunks to goto\n"
21682msgstr ""
21683
21684#: git-add--interactive.perl:1575
21685msgid "go to which hunk (<ret> to see more)? "
21686msgstr ""
21687
21688#: git-add--interactive.perl:1577
21689msgid "go to which hunk? "
21690msgstr ""
21691
21692#: git-add--interactive.perl:1586
21693#, perl-format
21694msgid "Invalid number: '%s'\n"
21695msgstr ""
21696
21697#: git-add--interactive.perl:1591
21698#, perl-format
21699msgid "Sorry, only %d hunk available.\n"
21700msgid_plural "Sorry, only %d hunks available.\n"
21701msgstr[0] ""
21702msgstr[1] ""
21703
21704#: git-add--interactive.perl:1617
21705msgid "No other hunks to search\n"
21706msgstr ""
21707
21708#: git-add--interactive.perl:1621
21709msgid "search for regex? "
21710msgstr ""
21711
21712#: git-add--interactive.perl:1634
21713#, perl-format
21714msgid "Malformed search regexp %s: %s\n"
21715msgstr ""
21716
21717#: git-add--interactive.perl:1644
21718msgid "No hunk matches the given pattern\n"
21719msgstr ""
21720
21721#: git-add--interactive.perl:1656 git-add--interactive.perl:1678
21722msgid "No previous hunk\n"
21723msgstr ""
21724
21725#: git-add--interactive.perl:1665 git-add--interactive.perl:1684
21726msgid "No next hunk\n"
21727msgstr ""
21728
21729#: git-add--interactive.perl:1690
21730msgid "Sorry, cannot split this hunk\n"
21731msgstr ""
21732
21733#: git-add--interactive.perl:1696
21734#, perl-format
21735msgid "Split into %d hunk.\n"
21736msgid_plural "Split into %d hunks.\n"
21737msgstr[0] ""
21738msgstr[1] ""
21739
21740#: git-add--interactive.perl:1706
21741msgid "Sorry, cannot edit this hunk\n"
21742msgstr ""
21743
21744#: git-add--interactive.perl:1752
21745msgid "Review diff"
21746msgstr ""
21747
21748#. TRANSLATORS: please do not translate the command names
21749#. 'status', 'update', 'revert', etc.
21750#: git-add--interactive.perl:1771
21751msgid ""
21752"status        - show paths with changes\n"
21753"update        - add working tree state to the staged set of changes\n"
21754"revert        - revert staged set of changes back to the HEAD version\n"
21755"patch         - pick hunks and update selectively\n"
21756"diff          - view diff between HEAD and index\n"
21757"add untracked - add contents of untracked files to the staged set of "
21758"changes\n"
21759msgstr ""
21760
21761#: git-add--interactive.perl:1788 git-add--interactive.perl:1793
21762#: git-add--interactive.perl:1796 git-add--interactive.perl:1803
21763#: git-add--interactive.perl:1806 git-add--interactive.perl:1813
21764#: git-add--interactive.perl:1817 git-add--interactive.perl:1823
21765msgid "missing --"
21766msgstr ""
21767
21768#: git-add--interactive.perl:1819
21769#, perl-format
21770msgid "unknown --patch mode: %s"
21771msgstr ""
21772
21773#: git-add--interactive.perl:1825 git-add--interactive.perl:1831
21774#, perl-format
21775msgid "invalid argument %s, expecting --"
21776msgstr ""
21777
21778#: git-send-email.perl:138
21779msgid "local zone differs from GMT by a non-minute interval\n"
21780msgstr ""
21781
21782#: git-send-email.perl:145 git-send-email.perl:151
21783msgid "local time offset greater than or equal to 24 hours\n"
21784msgstr ""
21785
21786#: git-send-email.perl:223 git-send-email.perl:229
21787msgid "the editor exited uncleanly, aborting everything"
21788msgstr ""
21789
21790#: git-send-email.perl:310
21791#, perl-format
21792msgid ""
21793"'%s' contains an intermediate version of the email you were composing.\n"
21794msgstr ""
21795
21796#: git-send-email.perl:315
21797#, perl-format
21798msgid "'%s.final' contains the composed email.\n"
21799msgstr ""
21800
21801#: git-send-email.perl:408
21802msgid "--dump-aliases incompatible with other options\n"
21803msgstr ""
21804
21805#: git-send-email.perl:481 git-send-email.perl:683
21806msgid "Cannot run git format-patch from outside a repository\n"
21807msgstr ""
21808
21809#: git-send-email.perl:484
21810msgid ""
21811"`batch-size` and `relogin` must be specified together (via command-line or "
21812"configuration option)\n"
21813msgstr ""
21814
21815#: git-send-email.perl:497
21816#, perl-format
21817msgid "Unknown --suppress-cc field: '%s'\n"
21818msgstr ""
21819
21820#: git-send-email.perl:528
21821#, perl-format
21822msgid "Unknown --confirm setting: '%s'\n"
21823msgstr ""
21824
21825#: git-send-email.perl:556
21826#, perl-format
21827msgid "warning: sendmail alias with quotes is not supported: %s\n"
21828msgstr ""
21829
21830#: git-send-email.perl:558
21831#, perl-format
21832msgid "warning: `:include:` not supported: %s\n"
21833msgstr ""
21834
21835#: git-send-email.perl:560
21836#, perl-format
21837msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
21838msgstr ""
21839
21840#: git-send-email.perl:565
21841#, perl-format
21842msgid "warning: sendmail line is not recognized: %s\n"
21843msgstr ""
21844
21845#: git-send-email.perl:649
21846#, perl-format
21847msgid ""
21848"File '%s' exists but it could also be the range of commits\n"
21849"to produce patches for.  Please disambiguate by...\n"
21850"\n"
21851"    * Saying \"./%s\" if you mean a file; or\n"
21852"    * Giving --format-patch option if you mean a range.\n"
21853msgstr ""
21854
21855#: git-send-email.perl:670
21856#, perl-format
21857msgid "Failed to opendir %s: %s"
21858msgstr ""
21859
21860#: git-send-email.perl:694
21861#, perl-format
21862msgid ""
21863"fatal: %s: %s\n"
21864"warning: no patches were sent\n"
21865msgstr ""
21866
21867#: git-send-email.perl:705
21868msgid ""
21869"\n"
21870"No patch files specified!\n"
21871"\n"
21872msgstr ""
21873
21874#: git-send-email.perl:718
21875#, perl-format
21876msgid "No subject line in %s?"
21877msgstr ""
21878
21879#: git-send-email.perl:728
21880#, perl-format
21881msgid "Failed to open for writing %s: %s"
21882msgstr ""
21883
21884#: git-send-email.perl:739
21885msgid ""
21886"Lines beginning in \"GIT:\" will be removed.\n"
21887"Consider including an overall diffstat or table of contents\n"
21888"for the patch you are writing.\n"
21889"\n"
21890"Clear the body content if you don't wish to send a summary.\n"
21891msgstr ""
21892
21893#: git-send-email.perl:763
21894#, perl-format
21895msgid "Failed to open %s: %s"
21896msgstr ""
21897
21898#: git-send-email.perl:780
21899#, perl-format
21900msgid "Failed to open %s.final: %s"
21901msgstr ""
21902
21903#: git-send-email.perl:823
21904msgid "Summary email is empty, skipping it\n"
21905msgstr ""
21906
21907#. TRANSLATORS: please keep [y/N] as is.
21908#: git-send-email.perl:858
21909#, perl-format
21910msgid "Are you sure you want to use <%s> [y/N]? "
21911msgstr ""
21912
21913#: git-send-email.perl:913
21914msgid ""
21915"The following files are 8bit, but do not declare a Content-Transfer-"
21916"Encoding.\n"
21917msgstr ""
21918
21919#: git-send-email.perl:918
21920msgid "Which 8bit encoding should I declare [UTF-8]? "
21921msgstr ""
21922
21923#: git-send-email.perl:926
21924#, perl-format
21925msgid ""
21926"Refusing to send because the patch\n"
21927"\t%s\n"
21928"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
21929"want to send.\n"
21930msgstr ""
21931
21932#: git-send-email.perl:945
21933msgid "To whom should the emails be sent (if anyone)?"
21934msgstr ""
21935
21936#: git-send-email.perl:963
21937#, perl-format
21938msgid "fatal: alias '%s' expands to itself\n"
21939msgstr ""
21940
21941#: git-send-email.perl:975
21942msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
21943msgstr ""
21944
21945#: git-send-email.perl:1033 git-send-email.perl:1041
21946#, perl-format
21947msgid "error: unable to extract a valid address from: %s\n"
21948msgstr ""
21949
21950#. TRANSLATORS: Make sure to include [q] [d] [e] in your
21951#. translation. The program will only accept English input
21952#. at this point.
21953#: git-send-email.perl:1045
21954msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
21955msgstr ""
21956
21957#: git-send-email.perl:1362
21958#, perl-format
21959msgid "CA path \"%s\" does not exist"
21960msgstr ""
21961
21962#: git-send-email.perl:1445
21963msgid ""
21964"    The Cc list above has been expanded by additional\n"
21965"    addresses found in the patch commit message. By default\n"
21966"    send-email prompts before sending whenever this occurs.\n"
21967"    This behavior is controlled by the sendemail.confirm\n"
21968"    configuration setting.\n"
21969"\n"
21970"    For additional information, run 'git send-email --help'.\n"
21971"    To retain the current behavior, but squelch this message,\n"
21972"    run 'git config --global sendemail.confirm auto'.\n"
21973"\n"
21974msgstr ""
21975
21976#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
21977#. translation. The program will only accept English input
21978#. at this point.
21979#: git-send-email.perl:1460
21980msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
21981msgstr ""
21982
21983#: git-send-email.perl:1463
21984msgid "Send this email reply required"
21985msgstr ""
21986
21987#: git-send-email.perl:1491
21988msgid "The required SMTP server is not properly defined."
21989msgstr ""
21990
21991#: git-send-email.perl:1538
21992#, perl-format
21993msgid "Server does not support STARTTLS! %s"
21994msgstr ""
21995
21996#: git-send-email.perl:1543 git-send-email.perl:1547
21997#, perl-format
21998msgid "STARTTLS failed! %s"
21999msgstr ""
22000
22001#: git-send-email.perl:1556
22002msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
22003msgstr ""
22004
22005#: git-send-email.perl:1574
22006#, perl-format
22007msgid "Failed to send %s\n"
22008msgstr ""
22009
22010#: git-send-email.perl:1577
22011#, perl-format
22012msgid "Dry-Sent %s\n"
22013msgstr ""
22014
22015#: git-send-email.perl:1577
22016#, perl-format
22017msgid "Sent %s\n"
22018msgstr ""
22019
22020#: git-send-email.perl:1579
22021msgid "Dry-OK. Log says:\n"
22022msgstr ""
22023
22024#: git-send-email.perl:1579
22025msgid "OK. Log says:\n"
22026msgstr ""
22027
22028#: git-send-email.perl:1591
22029msgid "Result: "
22030msgstr ""
22031
22032#: git-send-email.perl:1594
22033msgid "Result: OK\n"
22034msgstr ""
22035
22036#: git-send-email.perl:1612
22037#, perl-format
22038msgid "can't open file %s"
22039msgstr ""
22040
22041#: git-send-email.perl:1659 git-send-email.perl:1679
22042#, perl-format
22043msgid "(mbox) Adding cc: %s from line '%s'\n"
22044msgstr ""
22045
22046#: git-send-email.perl:1665
22047#, perl-format
22048msgid "(mbox) Adding to: %s from line '%s'\n"
22049msgstr ""
22050
22051#: git-send-email.perl:1718
22052#, perl-format
22053msgid "(non-mbox) Adding cc: %s from line '%s'\n"
22054msgstr ""
22055
22056#: git-send-email.perl:1753
22057#, perl-format
22058msgid "(body) Adding cc: %s from line '%s'\n"
22059msgstr ""
22060
22061#: git-send-email.perl:1864
22062#, perl-format
22063msgid "(%s) Could not execute '%s'"
22064msgstr ""
22065
22066#: git-send-email.perl:1871
22067#, perl-format
22068msgid "(%s) Adding %s: %s from: '%s'\n"
22069msgstr ""
22070
22071#: git-send-email.perl:1875
22072#, perl-format
22073msgid "(%s) failed to close pipe to '%s'"
22074msgstr ""
22075
22076#: git-send-email.perl:1905
22077msgid "cannot send message as 7bit"
22078msgstr ""
22079
22080#: git-send-email.perl:1913
22081msgid "invalid transfer encoding"
22082msgstr ""
22083
22084#: git-send-email.perl:1954 git-send-email.perl:2006 git-send-email.perl:2016
22085#, perl-format
22086msgid "unable to open %s: %s\n"
22087msgstr ""
22088
22089#: git-send-email.perl:1957
22090#, perl-format
22091msgid "%s: patch contains a line longer than 998 characters"
22092msgstr ""
22093
22094#: git-send-email.perl:1974
22095#, perl-format
22096msgid "Skipping %s with backup suffix '%s'.\n"
22097msgstr ""
22098
22099#. TRANSLATORS: please keep "[y|N]" as is.
22100#: git-send-email.perl:1978
22101#, perl-format
22102msgid "Do you really want to send %s? [y|N]: "
22103msgstr ""