2c5e3d07aca20dd5c4d6a537a0659b360eecc059
   1# SOME DESCRIPTIVE TITLE.
   2# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
   3# This file is distributed under the same license as the PACKAGE package.
   4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
   5#
   6#, fuzzy
   7msgid ""
   8msgstr ""
   9"Project-Id-Version: PACKAGE VERSION\n"
  10"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
  11"POT-Creation-Date: 2018-05-31 23:32+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:92
  22#, c-format
  23msgid "%shint: %.*s%s\n"
  24msgstr ""
  25
  26#: advice.c:137
  27msgid "Cherry-picking is not possible because you have unmerged files."
  28msgstr ""
  29
  30#: advice.c:139
  31msgid "Committing is not possible because you have unmerged files."
  32msgstr ""
  33
  34#: advice.c:141
  35msgid "Merging is not possible because you have unmerged files."
  36msgstr ""
  37
  38#: advice.c:143
  39msgid "Pulling is not possible because you have unmerged files."
  40msgstr ""
  41
  42#: advice.c:145
  43msgid "Reverting is not possible because you have unmerged files."
  44msgstr ""
  45
  46#: advice.c:147
  47#, c-format
  48msgid "It is not possible to %s because you have unmerged files."
  49msgstr ""
  50
  51#: advice.c:155
  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:163
  58msgid "Exiting because of an unresolved conflict."
  59msgstr ""
  60
  61#: advice.c:168 builtin/merge.c:1249
  62msgid "You have not concluded your merge (MERGE_HEAD exists)."
  63msgstr ""
  64
  65#: advice.c:170
  66msgid "Please, commit your changes before merging."
  67msgstr ""
  68
  69#: advice.c:171
  70msgid "Exiting because of unfinished merge."
  71msgstr ""
  72
  73#: advice.c:177
  74#, c-format
  75msgid ""
  76"Note: checking out '%s'.\n"
  77"\n"
  78"You are in 'detached HEAD' state. You can look around, make experimental\n"
  79"changes and commit them, and you can discard any commits you make in this\n"
  80"state without impacting any branches by performing another checkout.\n"
  81"\n"
  82"If you want to create a new branch to retain commits you create, you may\n"
  83"do so (now or later) by using -b with the checkout command again. Example:\n"
  84"\n"
  85"  git checkout -b <new-branch-name>\n"
  86"\n"
  87msgstr ""
  88
  89#: apply.c:58
  90#, c-format
  91msgid "unrecognized whitespace option '%s'"
  92msgstr ""
  93
  94#: apply.c:74
  95#, c-format
  96msgid "unrecognized whitespace ignore option '%s'"
  97msgstr ""
  98
  99#: apply.c:122
 100msgid "--reject and --3way cannot be used together."
 101msgstr ""
 102
 103#: apply.c:124
 104msgid "--cached and --3way cannot be used together."
 105msgstr ""
 106
 107#: apply.c:127
 108msgid "--3way outside a repository"
 109msgstr ""
 110
 111#: apply.c:138
 112msgid "--index outside a repository"
 113msgstr ""
 114
 115#: apply.c:141
 116msgid "--cached outside a repository"
 117msgstr ""
 118
 119#: apply.c:821
 120#, c-format
 121msgid "Cannot prepare timestamp regexp %s"
 122msgstr ""
 123
 124#: apply.c:830
 125#, c-format
 126msgid "regexec returned %d for input: %s"
 127msgstr ""
 128
 129#: apply.c:904
 130#, c-format
 131msgid "unable to find filename in patch at line %d"
 132msgstr ""
 133
 134#: apply.c:942
 135#, c-format
 136msgid "git apply: bad git-diff - expected /dev/null, got %s on line %d"
 137msgstr ""
 138
 139#: apply.c:948
 140#, c-format
 141msgid "git apply: bad git-diff - inconsistent new filename on line %d"
 142msgstr ""
 143
 144#: apply.c:949
 145#, c-format
 146msgid "git apply: bad git-diff - inconsistent old filename on line %d"
 147msgstr ""
 148
 149#: apply.c:954
 150#, c-format
 151msgid "git apply: bad git-diff - expected /dev/null on line %d"
 152msgstr ""
 153
 154#: apply.c:983
 155#, c-format
 156msgid "invalid mode on line %d: %s"
 157msgstr ""
 158
 159#: apply.c:1301
 160#, c-format
 161msgid "inconsistent header lines %d and %d"
 162msgstr ""
 163
 164#: apply.c:1473
 165#, c-format
 166msgid "recount: unexpected line: %.*s"
 167msgstr ""
 168
 169#: apply.c:1542
 170#, c-format
 171msgid "patch fragment without header at line %d: %.*s"
 172msgstr ""
 173
 174#: apply.c:1562
 175#, c-format
 176msgid ""
 177"git diff header lacks filename information when removing %d leading pathname "
 178"component (line %d)"
 179msgid_plural ""
 180"git diff header lacks filename information when removing %d leading pathname "
 181"components (line %d)"
 182msgstr[0] ""
 183msgstr[1] ""
 184
 185#: apply.c:1575
 186#, c-format
 187msgid "git diff header lacks filename information (line %d)"
 188msgstr ""
 189
 190#: apply.c:1763
 191msgid "new file depends on old contents"
 192msgstr ""
 193
 194#: apply.c:1765
 195msgid "deleted file still has contents"
 196msgstr ""
 197
 198#: apply.c:1799
 199#, c-format
 200msgid "corrupt patch at line %d"
 201msgstr ""
 202
 203#: apply.c:1836
 204#, c-format
 205msgid "new file %s depends on old contents"
 206msgstr ""
 207
 208#: apply.c:1838
 209#, c-format
 210msgid "deleted file %s still has contents"
 211msgstr ""
 212
 213#: apply.c:1841
 214#, c-format
 215msgid "** warning: file %s becomes empty but is not deleted"
 216msgstr ""
 217
 218#: apply.c:1988
 219#, c-format
 220msgid "corrupt binary patch at line %d: %.*s"
 221msgstr ""
 222
 223#: apply.c:2025
 224#, c-format
 225msgid "unrecognized binary patch at line %d"
 226msgstr ""
 227
 228#: apply.c:2185
 229#, c-format
 230msgid "patch with only garbage at line %d"
 231msgstr ""
 232
 233#: apply.c:2271
 234#, c-format
 235msgid "unable to read symlink %s"
 236msgstr ""
 237
 238#: apply.c:2275
 239#, c-format
 240msgid "unable to open or read %s"
 241msgstr ""
 242
 243#: apply.c:2934
 244#, c-format
 245msgid "invalid start of line: '%c'"
 246msgstr ""
 247
 248#: apply.c:3055
 249#, c-format
 250msgid "Hunk #%d succeeded at %d (offset %d line)."
 251msgid_plural "Hunk #%d succeeded at %d (offset %d lines)."
 252msgstr[0] ""
 253msgstr[1] ""
 254
 255#: apply.c:3067
 256#, c-format
 257msgid "Context reduced to (%ld/%ld) to apply fragment at %d"
 258msgstr ""
 259
 260#: apply.c:3073
 261#, c-format
 262msgid ""
 263"while searching for:\n"
 264"%.*s"
 265msgstr ""
 266
 267#: apply.c:3095
 268#, c-format
 269msgid "missing binary patch data for '%s'"
 270msgstr ""
 271
 272#: apply.c:3103
 273#, c-format
 274msgid "cannot reverse-apply a binary patch without the reverse hunk to '%s'"
 275msgstr ""
 276
 277#: apply.c:3149
 278#, c-format
 279msgid "cannot apply binary patch to '%s' without full index line"
 280msgstr ""
 281
 282#: apply.c:3159
 283#, c-format
 284msgid ""
 285"the patch applies to '%s' (%s), which does not match the current contents."
 286msgstr ""
 287
 288#: apply.c:3167
 289#, c-format
 290msgid "the patch applies to an empty '%s' but it is not empty"
 291msgstr ""
 292
 293#: apply.c:3185
 294#, c-format
 295msgid "the necessary postimage %s for '%s' cannot be read"
 296msgstr ""
 297
 298#: apply.c:3198
 299#, c-format
 300msgid "binary patch does not apply to '%s'"
 301msgstr ""
 302
 303#: apply.c:3204
 304#, c-format
 305msgid "binary patch to '%s' creates incorrect result (expecting %s, got %s)"
 306msgstr ""
 307
 308#: apply.c:3225
 309#, c-format
 310msgid "patch failed: %s:%ld"
 311msgstr ""
 312
 313#: apply.c:3347
 314#, c-format
 315msgid "cannot checkout %s"
 316msgstr ""
 317
 318#: apply.c:3396 apply.c:3407 apply.c:3453 setup.c:278
 319#, c-format
 320msgid "failed to read %s"
 321msgstr ""
 322
 323#: apply.c:3404
 324#, c-format
 325msgid "reading from '%s' beyond a symbolic link"
 326msgstr ""
 327
 328#: apply.c:3433 apply.c:3673
 329#, c-format
 330msgid "path %s has been renamed/deleted"
 331msgstr ""
 332
 333#: apply.c:3516 apply.c:3687
 334#, c-format
 335msgid "%s: does not exist in index"
 336msgstr ""
 337
 338#: apply.c:3525 apply.c:3695
 339#, c-format
 340msgid "%s: does not match index"
 341msgstr ""
 342
 343#: apply.c:3560
 344msgid "repository lacks the necessary blob to fall back on 3-way merge."
 345msgstr ""
 346
 347#: apply.c:3563
 348#, c-format
 349msgid "Falling back to three-way merge...\n"
 350msgstr ""
 351
 352#: apply.c:3579 apply.c:3583
 353#, c-format
 354msgid "cannot read the current contents of '%s'"
 355msgstr ""
 356
 357#: apply.c:3595
 358#, c-format
 359msgid "Failed to fall back on three-way merge...\n"
 360msgstr ""
 361
 362#: apply.c:3609
 363#, c-format
 364msgid "Applied patch to '%s' with conflicts.\n"
 365msgstr ""
 366
 367#: apply.c:3614
 368#, c-format
 369msgid "Applied patch to '%s' cleanly.\n"
 370msgstr ""
 371
 372#: apply.c:3640
 373msgid "removal patch leaves file contents"
 374msgstr ""
 375
 376#: apply.c:3712
 377#, c-format
 378msgid "%s: wrong type"
 379msgstr ""
 380
 381#: apply.c:3714
 382#, c-format
 383msgid "%s has type %o, expected %o"
 384msgstr ""
 385
 386#: apply.c:3864 apply.c:3866
 387#, c-format
 388msgid "invalid path '%s'"
 389msgstr ""
 390
 391#: apply.c:3922
 392#, c-format
 393msgid "%s: already exists in index"
 394msgstr ""
 395
 396#: apply.c:3925
 397#, c-format
 398msgid "%s: already exists in working directory"
 399msgstr ""
 400
 401#: apply.c:3945
 402#, c-format
 403msgid "new mode (%o) of %s does not match old mode (%o)"
 404msgstr ""
 405
 406#: apply.c:3950
 407#, c-format
 408msgid "new mode (%o) of %s does not match old mode (%o) of %s"
 409msgstr ""
 410
 411#: apply.c:3970
 412#, c-format
 413msgid "affected file '%s' is beyond a symbolic link"
 414msgstr ""
 415
 416#: apply.c:3974
 417#, c-format
 418msgid "%s: patch does not apply"
 419msgstr ""
 420
 421#: apply.c:3989
 422#, c-format
 423msgid "Checking patch %s..."
 424msgstr ""
 425
 426#: apply.c:4080
 427#, c-format
 428msgid "sha1 information is lacking or useless for submodule %s"
 429msgstr ""
 430
 431#: apply.c:4087
 432#, c-format
 433msgid "mode change for %s, which is not in current HEAD"
 434msgstr ""
 435
 436#: apply.c:4090
 437#, c-format
 438msgid "sha1 information is lacking or useless (%s)."
 439msgstr ""
 440
 441#: apply.c:4095 builtin/checkout.c:235 builtin/reset.c:140
 442#, c-format
 443msgid "make_cache_entry failed for path '%s'"
 444msgstr ""
 445
 446#: apply.c:4099
 447#, c-format
 448msgid "could not add %s to temporary index"
 449msgstr ""
 450
 451#: apply.c:4109
 452#, c-format
 453msgid "could not write temporary index to %s"
 454msgstr ""
 455
 456#: apply.c:4247
 457#, c-format
 458msgid "unable to remove %s from index"
 459msgstr ""
 460
 461#: apply.c:4282
 462#, c-format
 463msgid "corrupt patch for submodule %s"
 464msgstr ""
 465
 466#: apply.c:4288
 467#, c-format
 468msgid "unable to stat newly created file '%s'"
 469msgstr ""
 470
 471#: apply.c:4296
 472#, c-format
 473msgid "unable to create backing store for newly created file %s"
 474msgstr ""
 475
 476#: apply.c:4302 apply.c:4446
 477#, c-format
 478msgid "unable to add cache entry for %s"
 479msgstr ""
 480
 481#: apply.c:4343
 482#, c-format
 483msgid "failed to write to '%s'"
 484msgstr ""
 485
 486#: apply.c:4347
 487#, c-format
 488msgid "closing file '%s'"
 489msgstr ""
 490
 491#: apply.c:4417
 492#, c-format
 493msgid "unable to write file '%s' mode %o"
 494msgstr ""
 495
 496#: apply.c:4515
 497#, c-format
 498msgid "Applied patch %s cleanly."
 499msgstr ""
 500
 501#: apply.c:4523
 502msgid "internal error"
 503msgstr ""
 504
 505#: apply.c:4526
 506#, c-format
 507msgid "Applying patch %%s with %d reject..."
 508msgid_plural "Applying patch %%s with %d rejects..."
 509msgstr[0] ""
 510msgstr[1] ""
 511
 512#: apply.c:4537
 513#, c-format
 514msgid "truncating .rej filename to %.*s.rej"
 515msgstr ""
 516
 517#: apply.c:4545 builtin/fetch.c:786 builtin/fetch.c:1036
 518#, c-format
 519msgid "cannot open %s"
 520msgstr ""
 521
 522#: apply.c:4559
 523#, c-format
 524msgid "Hunk #%d applied cleanly."
 525msgstr ""
 526
 527#: apply.c:4563
 528#, c-format
 529msgid "Rejected hunk #%d."
 530msgstr ""
 531
 532#: apply.c:4673
 533#, c-format
 534msgid "Skipped patch '%s'."
 535msgstr ""
 536
 537#: apply.c:4681
 538msgid "unrecognized input"
 539msgstr ""
 540
 541#: apply.c:4700
 542msgid "unable to read index file"
 543msgstr ""
 544
 545#: apply.c:4837
 546#, c-format
 547msgid "can't open patch '%s': %s"
 548msgstr ""
 549
 550#: apply.c:4864
 551#, c-format
 552msgid "squelched %d whitespace error"
 553msgid_plural "squelched %d whitespace errors"
 554msgstr[0] ""
 555msgstr[1] ""
 556
 557#: apply.c:4870 apply.c:4885
 558#, c-format
 559msgid "%d line adds whitespace errors."
 560msgid_plural "%d lines add whitespace errors."
 561msgstr[0] ""
 562msgstr[1] ""
 563
 564#: apply.c:4878
 565#, c-format
 566msgid "%d line applied after fixing whitespace errors."
 567msgid_plural "%d lines applied after fixing whitespace errors."
 568msgstr[0] ""
 569msgstr[1] ""
 570
 571#: apply.c:4894 builtin/add.c:538 builtin/mv.c:300 builtin/rm.c:389
 572msgid "Unable to write new index file"
 573msgstr ""
 574
 575#: apply.c:4921 apply.c:4924 builtin/am.c:2254 builtin/am.c:2257
 576#: builtin/clone.c:120 builtin/fetch.c:126 builtin/pull.c:198
 577#: builtin/submodule--helper.c:405 builtin/submodule--helper.c:1210
 578#: builtin/submodule--helper.c:1213 builtin/submodule--helper.c:1584
 579#: builtin/submodule--helper.c:1587 builtin/submodule--helper.c:1807
 580#: git-add--interactive.perl:197
 581msgid "path"
 582msgstr ""
 583
 584#: apply.c:4922
 585msgid "don't apply changes matching the given path"
 586msgstr ""
 587
 588#: apply.c:4925
 589msgid "apply changes matching the given path"
 590msgstr ""
 591
 592#: apply.c:4927 builtin/am.c:2263
 593msgid "num"
 594msgstr ""
 595
 596#: apply.c:4928
 597msgid "remove <num> leading slashes from traditional diff paths"
 598msgstr ""
 599
 600#: apply.c:4931
 601msgid "ignore additions made by the patch"
 602msgstr ""
 603
 604#: apply.c:4933
 605msgid "instead of applying the patch, output diffstat for the input"
 606msgstr ""
 607
 608#: apply.c:4937
 609msgid "show number of added and deleted lines in decimal notation"
 610msgstr ""
 611
 612#: apply.c:4939
 613msgid "instead of applying the patch, output a summary for the input"
 614msgstr ""
 615
 616#: apply.c:4941
 617msgid "instead of applying the patch, see if the patch is applicable"
 618msgstr ""
 619
 620#: apply.c:4943
 621msgid "make sure the patch is applicable to the current index"
 622msgstr ""
 623
 624#: apply.c:4945
 625msgid "apply a patch without touching the working tree"
 626msgstr ""
 627
 628#: apply.c:4947
 629msgid "accept a patch that touches outside the working area"
 630msgstr ""
 631
 632#: apply.c:4950
 633msgid "also apply the patch (use with --stat/--summary/--check)"
 634msgstr ""
 635
 636#: apply.c:4952
 637msgid "attempt three-way merge if a patch does not apply"
 638msgstr ""
 639
 640#: apply.c:4954
 641msgid "build a temporary index based on embedded index information"
 642msgstr ""
 643
 644#: apply.c:4957 builtin/checkout-index.c:168 builtin/ls-files.c:515
 645msgid "paths are separated with NUL character"
 646msgstr ""
 647
 648#: apply.c:4959
 649msgid "ensure at least <n> lines of context match"
 650msgstr ""
 651
 652#: apply.c:4960 builtin/am.c:2242 builtin/interpret-trailers.c:95
 653#: builtin/interpret-trailers.c:97 builtin/interpret-trailers.c:99
 654#: builtin/pack-objects.c:3177
 655msgid "action"
 656msgstr ""
 657
 658#: apply.c:4961
 659msgid "detect new or modified lines that have whitespace errors"
 660msgstr ""
 661
 662#: apply.c:4964 apply.c:4967
 663msgid "ignore changes in whitespace when finding context"
 664msgstr ""
 665
 666#: apply.c:4970
 667msgid "apply the patch in reverse"
 668msgstr ""
 669
 670#: apply.c:4972
 671msgid "don't expect at least one line of context"
 672msgstr ""
 673
 674#: apply.c:4974
 675msgid "leave the rejected hunks in corresponding *.rej files"
 676msgstr ""
 677
 678#: apply.c:4976
 679msgid "allow overlapping hunks"
 680msgstr ""
 681
 682#: apply.c:4977 builtin/add.c:290 builtin/check-ignore.c:21
 683#: builtin/commit.c:1301 builtin/count-objects.c:98 builtin/fsck.c:666
 684#: builtin/log.c:1901 builtin/mv.c:122 builtin/read-tree.c:124
 685msgid "be verbose"
 686msgstr ""
 687
 688#: apply.c:4979
 689msgid "tolerate incorrectly detected missing new-line at the end of file"
 690msgstr ""
 691
 692#: apply.c:4982
 693msgid "do not trust the line counts in the hunk headers"
 694msgstr ""
 695
 696#: apply.c:4984 builtin/am.c:2251
 697msgid "root"
 698msgstr ""
 699
 700#: apply.c:4985
 701msgid "prepend <root> to all filenames"
 702msgstr ""
 703
 704#: archive.c:13
 705msgid "git archive [<options>] <tree-ish> [<path>...]"
 706msgstr ""
 707
 708#: archive.c:14
 709msgid "git archive --list"
 710msgstr ""
 711
 712#: archive.c:15
 713msgid ""
 714"git archive --remote <repo> [--exec <cmd>] [<options>] <tree-ish> [<path>...]"
 715msgstr ""
 716
 717#: archive.c:16
 718msgid "git archive --remote <repo> [--exec <cmd>] --list"
 719msgstr ""
 720
 721#: archive.c:351 builtin/add.c:176 builtin/add.c:514 builtin/rm.c:298
 722#, c-format
 723msgid "pathspec '%s' did not match any files"
 724msgstr ""
 725
 726#: archive.c:436
 727msgid "fmt"
 728msgstr ""
 729
 730#: archive.c:436
 731msgid "archive format"
 732msgstr ""
 733
 734#: archive.c:437 builtin/log.c:1462
 735msgid "prefix"
 736msgstr ""
 737
 738#: archive.c:438
 739msgid "prepend prefix to each pathname in the archive"
 740msgstr ""
 741
 742#: archive.c:439 builtin/blame.c:813 builtin/blame.c:814 builtin/config.c:127
 743#: builtin/fast-export.c:1007 builtin/fast-export.c:1009 builtin/grep.c:869
 744#: builtin/hash-object.c:103 builtin/ls-files.c:551 builtin/ls-files.c:554
 745#: builtin/notes.c:405 builtin/notes.c:568 builtin/read-tree.c:119
 746#: parse-options.h:165
 747msgid "file"
 748msgstr ""
 749
 750#: archive.c:440 builtin/archive.c:89
 751msgid "write the archive to this file"
 752msgstr ""
 753
 754#: archive.c:442
 755msgid "read .gitattributes in working directory"
 756msgstr ""
 757
 758#: archive.c:443
 759msgid "report archived files on stderr"
 760msgstr ""
 761
 762#: archive.c:444
 763msgid "store only"
 764msgstr ""
 765
 766#: archive.c:445
 767msgid "compress faster"
 768msgstr ""
 769
 770#: archive.c:453
 771msgid "compress better"
 772msgstr ""
 773
 774#: archive.c:456
 775msgid "list supported archive formats"
 776msgstr ""
 777
 778#: archive.c:458 builtin/archive.c:90 builtin/clone.c:110 builtin/clone.c:113
 779#: builtin/submodule--helper.c:1222 builtin/submodule--helper.c:1593
 780msgid "repo"
 781msgstr ""
 782
 783#: archive.c:459 builtin/archive.c:91
 784msgid "retrieve the archive from remote repository <repo>"
 785msgstr ""
 786
 787#: archive.c:460 builtin/archive.c:92 builtin/notes.c:489
 788msgid "command"
 789msgstr ""
 790
 791#: archive.c:461 builtin/archive.c:93
 792msgid "path to the remote git-upload-archive command"
 793msgstr ""
 794
 795#: archive.c:468
 796msgid "Unexpected option --remote"
 797msgstr ""
 798
 799#: archive.c:470
 800msgid "Option --exec can only be used together with --remote"
 801msgstr ""
 802
 803#: archive.c:472
 804msgid "Unexpected option --output"
 805msgstr ""
 806
 807#: archive.c:494
 808#, c-format
 809msgid "Unknown archive format '%s'"
 810msgstr ""
 811
 812#: archive.c:501
 813#, c-format
 814msgid "Argument not supported for format '%s': -%d"
 815msgstr ""
 816
 817#: attr.c:218
 818#, c-format
 819msgid "%.*s is not a valid attribute name"
 820msgstr ""
 821
 822#: attr.c:415
 823msgid ""
 824"Negative patterns are ignored in git attributes\n"
 825"Use '\\!' for literal leading exclamation."
 826msgstr ""
 827
 828#: bisect.c:461
 829#, c-format
 830msgid "Badly quoted content in file '%s': %s"
 831msgstr ""
 832
 833#: bisect.c:669
 834#, c-format
 835msgid "We cannot bisect more!\n"
 836msgstr ""
 837
 838#: bisect.c:723
 839#, c-format
 840msgid "Not a valid commit name %s"
 841msgstr ""
 842
 843#: bisect.c:747
 844#, c-format
 845msgid ""
 846"The merge base %s is bad.\n"
 847"This means the bug has been fixed between %s and [%s].\n"
 848msgstr ""
 849
 850#: bisect.c:752
 851#, c-format
 852msgid ""
 853"The merge base %s is new.\n"
 854"The property has changed between %s and [%s].\n"
 855msgstr ""
 856
 857#: bisect.c:757
 858#, c-format
 859msgid ""
 860"The merge base %s is %s.\n"
 861"This means the first '%s' commit is between %s and [%s].\n"
 862msgstr ""
 863
 864#: bisect.c:765
 865#, c-format
 866msgid ""
 867"Some %s revs are not ancestors of the %s rev.\n"
 868"git bisect cannot work properly in this case.\n"
 869"Maybe you mistook %s and %s revs?\n"
 870msgstr ""
 871
 872#: bisect.c:778
 873#, c-format
 874msgid ""
 875"the merge base between %s and [%s] must be skipped.\n"
 876"So we cannot be sure the first %s commit is between %s and %s.\n"
 877"We continue anyway."
 878msgstr ""
 879
 880#: bisect.c:811
 881#, c-format
 882msgid "Bisecting: a merge base must be tested\n"
 883msgstr ""
 884
 885#: bisect.c:851
 886#, c-format
 887msgid "a %s revision is needed"
 888msgstr ""
 889
 890#: bisect.c:870 builtin/notes.c:175 builtin/tag.c:236
 891#, c-format
 892msgid "could not create file '%s'"
 893msgstr ""
 894
 895#: bisect.c:921
 896#, c-format
 897msgid "could not read file '%s'"
 898msgstr ""
 899
 900#: bisect.c:951
 901msgid "reading bisect refs failed"
 902msgstr ""
 903
 904#: bisect.c:970
 905#, c-format
 906msgid "%s was both %s and %s\n"
 907msgstr ""
 908
 909#: bisect.c:978
 910#, c-format
 911msgid ""
 912"No testable commit found.\n"
 913"Maybe you started with bad path parameters?\n"
 914msgstr ""
 915
 916#: bisect.c:997
 917#, c-format
 918msgid "(roughly %d step)"
 919msgid_plural "(roughly %d steps)"
 920msgstr[0] ""
 921msgstr[1] ""
 922
 923#. TRANSLATORS: the last %s will be replaced with "(roughly %d
 924#. steps)" translation.
 925#.
 926#: bisect.c:1003
 927#, c-format
 928msgid "Bisecting: %d revision left to test after this %s\n"
 929msgid_plural "Bisecting: %d revisions left to test after this %s\n"
 930msgstr[0] ""
 931msgstr[1] ""
 932
 933#: blame.c:1756
 934msgid "--contents and --reverse do not blend well."
 935msgstr ""
 936
 937#: blame.c:1767
 938msgid "cannot use --contents with final commit object name"
 939msgstr ""
 940
 941#: blame.c:1787
 942msgid "--reverse and --first-parent together require specified latest commit"
 943msgstr ""
 944
 945#: blame.c:1796 bundle.c:160 ref-filter.c:2075 sequencer.c:1860
 946#: sequencer.c:3631 builtin/commit.c:981 builtin/log.c:366 builtin/log.c:920
 947#: builtin/log.c:1371 builtin/log.c:1702 builtin/log.c:1950 builtin/merge.c:371
 948#: builtin/shortlog.c:192
 949msgid "revision walk setup failed"
 950msgstr ""
 951
 952#: blame.c:1814
 953msgid ""
 954"--reverse --first-parent together require range along first-parent chain"
 955msgstr ""
 956
 957#: blame.c:1825
 958#, c-format
 959msgid "no such path %s in %s"
 960msgstr ""
 961
 962#: blame.c:1836
 963#, c-format
 964msgid "cannot read blob %s for path %s"
 965msgstr ""
 966
 967#: branch.c:54
 968#, c-format
 969msgid ""
 970"\n"
 971"After fixing the error cause you may try to fix up\n"
 972"the remote tracking information by invoking\n"
 973"\"git branch --set-upstream-to=%s%s%s\"."
 974msgstr ""
 975
 976#: branch.c:68
 977#, c-format
 978msgid "Not setting branch %s as its own upstream."
 979msgstr ""
 980
 981#: branch.c:94
 982#, c-format
 983msgid "Branch '%s' set up to track remote branch '%s' from '%s' by rebasing."
 984msgstr ""
 985
 986#: branch.c:95
 987#, c-format
 988msgid "Branch '%s' set up to track remote branch '%s' from '%s'."
 989msgstr ""
 990
 991#: branch.c:99
 992#, c-format
 993msgid "Branch '%s' set up to track local branch '%s' by rebasing."
 994msgstr ""
 995
 996#: branch.c:100
 997#, c-format
 998msgid "Branch '%s' set up to track local branch '%s'."
 999msgstr ""
1000
1001#: branch.c:105
1002#, c-format
1003msgid "Branch '%s' set up to track remote ref '%s' by rebasing."
1004msgstr ""
1005
1006#: branch.c:106
1007#, c-format
1008msgid "Branch '%s' set up to track remote ref '%s'."
1009msgstr ""
1010
1011#: branch.c:110
1012#, c-format
1013msgid "Branch '%s' set up to track local ref '%s' by rebasing."
1014msgstr ""
1015
1016#: branch.c:111
1017#, c-format
1018msgid "Branch '%s' set up to track local ref '%s'."
1019msgstr ""
1020
1021#: branch.c:120
1022msgid "Unable to write upstream branch configuration"
1023msgstr ""
1024
1025#: branch.c:157
1026#, c-format
1027msgid "Not tracking: ambiguous information for ref %s"
1028msgstr ""
1029
1030#: branch.c:190
1031#, c-format
1032msgid "'%s' is not a valid branch name."
1033msgstr ""
1034
1035#: branch.c:209
1036#, c-format
1037msgid "A branch named '%s' already exists."
1038msgstr ""
1039
1040#: branch.c:214
1041msgid "Cannot force update the current branch."
1042msgstr ""
1043
1044#: branch.c:234
1045#, c-format
1046msgid "Cannot setup tracking information; starting point '%s' is not a branch."
1047msgstr ""
1048
1049#: branch.c:236
1050#, c-format
1051msgid "the requested upstream branch '%s' does not exist"
1052msgstr ""
1053
1054#: branch.c:238
1055msgid ""
1056"\n"
1057"If you are planning on basing your work on an upstream\n"
1058"branch that already exists at the remote, you may need to\n"
1059"run \"git fetch\" to retrieve it.\n"
1060"\n"
1061"If you are planning to push out a new local branch that\n"
1062"will track its remote counterpart, you may want to use\n"
1063"\"git push -u\" to set the upstream config as you push."
1064msgstr ""
1065
1066#: branch.c:281
1067#, c-format
1068msgid "Not a valid object name: '%s'."
1069msgstr ""
1070
1071#: branch.c:301
1072#, c-format
1073msgid "Ambiguous object name: '%s'."
1074msgstr ""
1075
1076#: branch.c:306
1077#, c-format
1078msgid "Not a valid branch point: '%s'."
1079msgstr ""
1080
1081#: branch.c:360
1082#, c-format
1083msgid "'%s' is already checked out at '%s'"
1084msgstr ""
1085
1086#: branch.c:383
1087#, c-format
1088msgid "HEAD of working tree %s is not updated"
1089msgstr ""
1090
1091#: bundle.c:34
1092#, c-format
1093msgid "'%s' does not look like a v2 bundle file"
1094msgstr ""
1095
1096#: bundle.c:62
1097#, c-format
1098msgid "unrecognized header: %s%s (%d)"
1099msgstr ""
1100
1101#: bundle.c:88 sequencer.c:2080 sequencer.c:2557 builtin/commit.c:755
1102#, c-format
1103msgid "could not open '%s'"
1104msgstr ""
1105
1106#: bundle.c:139
1107msgid "Repository lacks these prerequisite commits:"
1108msgstr ""
1109
1110#: bundle.c:190
1111#, c-format
1112msgid "The bundle contains this ref:"
1113msgid_plural "The bundle contains these %d refs:"
1114msgstr[0] ""
1115msgstr[1] ""
1116
1117#: bundle.c:197
1118msgid "The bundle records a complete history."
1119msgstr ""
1120
1121#: bundle.c:199
1122#, c-format
1123msgid "The bundle requires this ref:"
1124msgid_plural "The bundle requires these %d refs:"
1125msgstr[0] ""
1126msgstr[1] ""
1127
1128#: bundle.c:258
1129msgid "Could not spawn pack-objects"
1130msgstr ""
1131
1132#: bundle.c:269
1133msgid "pack-objects died"
1134msgstr ""
1135
1136#: bundle.c:311
1137msgid "rev-list died"
1138msgstr ""
1139
1140#: bundle.c:360
1141#, c-format
1142msgid "ref '%s' is excluded by the rev-list options"
1143msgstr ""
1144
1145#: bundle.c:450 builtin/log.c:183 builtin/log.c:1607 builtin/shortlog.c:303
1146#, c-format
1147msgid "unrecognized argument: %s"
1148msgstr ""
1149
1150#: bundle.c:458
1151msgid "Refusing to create empty bundle."
1152msgstr ""
1153
1154#: bundle.c:470
1155#, c-format
1156msgid "cannot create '%s'"
1157msgstr ""
1158
1159#: bundle.c:498
1160msgid "index-pack died"
1161msgstr ""
1162
1163#: color.c:296
1164#, c-format
1165msgid "invalid color value: %.*s"
1166msgstr ""
1167
1168#: commit.c:43 sequencer.c:2363 builtin/am.c:421 builtin/am.c:465
1169#: builtin/am.c:1436 builtin/am.c:2072 builtin/replace.c:376
1170#: builtin/replace.c:448
1171#, c-format
1172msgid "could not parse %s"
1173msgstr ""
1174
1175#: commit.c:45
1176#, c-format
1177msgid "%s %s is not a commit!"
1178msgstr ""
1179
1180#: commit.c:182
1181msgid ""
1182"Support for <GIT_DIR>/info/grafts is deprecated\n"
1183"and will be removed in a future Git version.\n"
1184"\n"
1185"Please use \"git replace --convert-graft-file\"\n"
1186"to convert the grafts into replace refs.\n"
1187"\n"
1188"Turn this message off by running\n"
1189"\"git config advice.graftFileDeprecated false\""
1190msgstr ""
1191
1192#: commit.c:1537
1193msgid ""
1194"Warning: commit message did not conform to UTF-8.\n"
1195"You may want to amend it after fixing the message, or set the config\n"
1196"variable i18n.commitencoding to the encoding your project uses.\n"
1197msgstr ""
1198
1199#: commit-graph.c:669
1200#, c-format
1201msgid "the commit graph format cannot write %d commits"
1202msgstr ""
1203
1204#: commit-graph.c:696
1205msgid "too many commits to write graph"
1206msgstr ""
1207
1208#: commit-graph.c:707 builtin/init-db.c:516 builtin/init-db.c:521
1209#, c-format
1210msgid "cannot mkdir %s"
1211msgstr ""
1212
1213#: compat/obstack.c:405 compat/obstack.c:407
1214msgid "memory exhausted"
1215msgstr ""
1216
1217#: config.c:187
1218msgid "relative config include conditionals must come from files"
1219msgstr ""
1220
1221#: config.c:788
1222#, c-format
1223msgid "bad config line %d in blob %s"
1224msgstr ""
1225
1226#: config.c:792
1227#, c-format
1228msgid "bad config line %d in file %s"
1229msgstr ""
1230
1231#: config.c:796
1232#, c-format
1233msgid "bad config line %d in standard input"
1234msgstr ""
1235
1236#: config.c:800
1237#, c-format
1238msgid "bad config line %d in submodule-blob %s"
1239msgstr ""
1240
1241#: config.c:804
1242#, c-format
1243msgid "bad config line %d in command line %s"
1244msgstr ""
1245
1246#: config.c:808
1247#, c-format
1248msgid "bad config line %d in %s"
1249msgstr ""
1250
1251#: config.c:936
1252msgid "out of range"
1253msgstr ""
1254
1255#: config.c:936
1256msgid "invalid unit"
1257msgstr ""
1258
1259#: config.c:942
1260#, c-format
1261msgid "bad numeric config value '%s' for '%s': %s"
1262msgstr ""
1263
1264#: config.c:947
1265#, c-format
1266msgid "bad numeric config value '%s' for '%s' in blob %s: %s"
1267msgstr ""
1268
1269#: config.c:950
1270#, c-format
1271msgid "bad numeric config value '%s' for '%s' in file %s: %s"
1272msgstr ""
1273
1274#: config.c:953
1275#, c-format
1276msgid "bad numeric config value '%s' for '%s' in standard input: %s"
1277msgstr ""
1278
1279#: config.c:956
1280#, c-format
1281msgid "bad numeric config value '%s' for '%s' in submodule-blob %s: %s"
1282msgstr ""
1283
1284#: config.c:959
1285#, c-format
1286msgid "bad numeric config value '%s' for '%s' in command line %s: %s"
1287msgstr ""
1288
1289#: config.c:962
1290#, c-format
1291msgid "bad numeric config value '%s' for '%s' in %s: %s"
1292msgstr ""
1293
1294#: config.c:1057
1295#, c-format
1296msgid "failed to expand user dir in: '%s'"
1297msgstr ""
1298
1299#: config.c:1066
1300#, c-format
1301msgid "'%s' for '%s' is not a valid timestamp"
1302msgstr ""
1303
1304#: config.c:1171 config.c:1182
1305#, c-format
1306msgid "bad zlib compression level %d"
1307msgstr ""
1308
1309#: config.c:1307
1310#, c-format
1311msgid "invalid mode for object creation: %s"
1312msgstr ""
1313
1314#: config.c:1473
1315#, c-format
1316msgid "bad pack compression level %d"
1317msgstr ""
1318
1319#: config.c:1681
1320msgid "unable to parse command-line config"
1321msgstr ""
1322
1323#: config.c:2013
1324msgid "unknown error occurred while reading the configuration files"
1325msgstr ""
1326
1327#: config.c:2200
1328#, c-format
1329msgid "Invalid %s: '%s'"
1330msgstr ""
1331
1332#: config.c:2243
1333#, c-format
1334msgid "unknown core.untrackedCache value '%s'; using 'keep' default value"
1335msgstr ""
1336
1337#: config.c:2269
1338#, c-format
1339msgid "splitIndex.maxPercentChange value '%d' should be between 0 and 100"
1340msgstr ""
1341
1342#: config.c:2294
1343#, c-format
1344msgid "unable to parse '%s' from command-line config"
1345msgstr ""
1346
1347#: config.c:2296
1348#, c-format
1349msgid "bad config variable '%s' in file '%s' at line %d"
1350msgstr ""
1351
1352#: config.c:2402
1353#, c-format
1354msgid "%s has multiple values"
1355msgstr ""
1356
1357#: config.c:2766 config.c:3019
1358#, c-format
1359msgid "fstat on %s failed"
1360msgstr ""
1361
1362#: config.c:2905
1363#, c-format
1364msgid "could not set '%s' to '%s'"
1365msgstr ""
1366
1367#: config.c:2907 builtin/remote.c:779
1368#, c-format
1369msgid "could not unset '%s'"
1370msgstr ""
1371
1372#: connect.c:60
1373msgid "The remote end hung up upon initial contact"
1374msgstr ""
1375
1376#: connect.c:62
1377msgid ""
1378"Could not read from remote repository.\n"
1379"\n"
1380"Please make sure you have the correct access rights\n"
1381"and the repository exists."
1382msgstr ""
1383
1384#: connected.c:66 builtin/fsck.c:201 builtin/prune.c:145
1385msgid "Checking connectivity"
1386msgstr ""
1387
1388#: connected.c:78
1389msgid "Could not run 'git rev-list'"
1390msgstr ""
1391
1392#: connected.c:98
1393msgid "failed write to rev-list"
1394msgstr ""
1395
1396#: connected.c:105
1397msgid "failed to close rev-list's stdin"
1398msgstr ""
1399
1400#: convert.c:206
1401#, c-format
1402msgid "CRLF would be replaced by LF in %s."
1403msgstr ""
1404
1405#: convert.c:208
1406#, c-format
1407msgid ""
1408"CRLF will be replaced by LF in %s.\n"
1409"The file will have its original line endings in your working directory."
1410msgstr ""
1411
1412#: convert.c:216
1413#, c-format
1414msgid "LF would be replaced by CRLF in %s"
1415msgstr ""
1416
1417#: convert.c:218
1418#, c-format
1419msgid ""
1420"LF will be replaced by CRLF in %s.\n"
1421"The file will have its original line endings in your working directory."
1422msgstr ""
1423
1424#: convert.c:279
1425#, c-format
1426msgid "BOM is prohibited in '%s' if encoded as %s"
1427msgstr ""
1428
1429#: convert.c:286
1430#, c-format
1431msgid ""
1432"The file '%s' contains a byte order mark (BOM). Please use UTF-%s as working-"
1433"tree-encoding."
1434msgstr ""
1435
1436#: convert.c:304
1437#, c-format
1438msgid "BOM is required in '%s' if encoded as %s"
1439msgstr ""
1440
1441#: convert.c:306
1442#, c-format
1443msgid ""
1444"The file '%s' is missing a byte order mark (BOM). Please use UTF-%sBE or UTF-"
1445"%sLE (depending on the byte order) as working-tree-encoding."
1446msgstr ""
1447
1448#: convert.c:424
1449#, c-format
1450msgid "failed to encode '%s' from %s to %s"
1451msgstr ""
1452
1453#: convert.c:467
1454#, c-format
1455msgid "encoding '%s' from %s to %s and back is not the same"
1456msgstr ""
1457
1458#: convert.c:1225
1459msgid "true/false are no valid working-tree-encodings"
1460msgstr ""
1461
1462#: date.c:116
1463msgid "in the future"
1464msgstr ""
1465
1466#: date.c:122
1467#, c-format
1468msgid "%<PRIuMAX> second ago"
1469msgid_plural "%<PRIuMAX> seconds ago"
1470msgstr[0] ""
1471msgstr[1] ""
1472
1473#: date.c:129
1474#, c-format
1475msgid "%<PRIuMAX> minute ago"
1476msgid_plural "%<PRIuMAX> minutes ago"
1477msgstr[0] ""
1478msgstr[1] ""
1479
1480#: date.c:136
1481#, c-format
1482msgid "%<PRIuMAX> hour ago"
1483msgid_plural "%<PRIuMAX> hours ago"
1484msgstr[0] ""
1485msgstr[1] ""
1486
1487#: date.c:143
1488#, c-format
1489msgid "%<PRIuMAX> day ago"
1490msgid_plural "%<PRIuMAX> days ago"
1491msgstr[0] ""
1492msgstr[1] ""
1493
1494#: date.c:149
1495#, c-format
1496msgid "%<PRIuMAX> week ago"
1497msgid_plural "%<PRIuMAX> weeks ago"
1498msgstr[0] ""
1499msgstr[1] ""
1500
1501#: date.c:156
1502#, c-format
1503msgid "%<PRIuMAX> month ago"
1504msgid_plural "%<PRIuMAX> months ago"
1505msgstr[0] ""
1506msgstr[1] ""
1507
1508#: date.c:167
1509#, c-format
1510msgid "%<PRIuMAX> year"
1511msgid_plural "%<PRIuMAX> years"
1512msgstr[0] ""
1513msgstr[1] ""
1514
1515#. TRANSLATORS: "%s" is "<n> years"
1516#: date.c:170
1517#, c-format
1518msgid "%s, %<PRIuMAX> month ago"
1519msgid_plural "%s, %<PRIuMAX> months ago"
1520msgstr[0] ""
1521msgstr[1] ""
1522
1523#: date.c:175 date.c:180
1524#, c-format
1525msgid "%<PRIuMAX> year ago"
1526msgid_plural "%<PRIuMAX> years ago"
1527msgstr[0] ""
1528msgstr[1] ""
1529
1530#: diffcore-order.c:24
1531#, c-format
1532msgid "failed to read orderfile '%s'"
1533msgstr ""
1534
1535#: diffcore-rename.c:535
1536msgid "Performing inexact rename detection"
1537msgstr ""
1538
1539#: diff.c:74
1540#, c-format
1541msgid "option '%s' requires a value"
1542msgstr ""
1543
1544#: diff.c:152
1545#, c-format
1546msgid "  Failed to parse dirstat cut-off percentage '%s'\n"
1547msgstr ""
1548
1549#: diff.c:157
1550#, c-format
1551msgid "  Unknown dirstat parameter '%s'\n"
1552msgstr ""
1553
1554#: diff.c:281
1555msgid ""
1556"color moved setting must be one of 'no', 'default', 'zebra', 'dimmed_zebra', "
1557"'plain'"
1558msgstr ""
1559
1560#: diff.c:341
1561#, c-format
1562msgid "Unknown value for 'diff.submodule' config variable: '%s'"
1563msgstr ""
1564
1565#: diff.c:401
1566#, c-format
1567msgid ""
1568"Found errors in 'diff.dirstat' config variable:\n"
1569"%s"
1570msgstr ""
1571
1572#: diff.c:3823
1573#, c-format
1574msgid "external diff died, stopping at %s"
1575msgstr ""
1576
1577#: diff.c:4153
1578msgid "--name-only, --name-status, --check and -s are mutually exclusive"
1579msgstr ""
1580
1581#: diff.c:4156
1582msgid "-G, -S and --find-object are mutually exclusive"
1583msgstr ""
1584
1585#: diff.c:4244
1586msgid "--follow requires exactly one pathspec"
1587msgstr ""
1588
1589#: diff.c:4410
1590#, c-format
1591msgid ""
1592"Failed to parse --dirstat/-X option parameter:\n"
1593"%s"
1594msgstr ""
1595
1596#: diff.c:4424
1597#, c-format
1598msgid "Failed to parse --submodule option parameter: '%s'"
1599msgstr ""
1600
1601#: diff.c:5500
1602msgid "inexact rename detection was skipped due to too many files."
1603msgstr ""
1604
1605#: diff.c:5503
1606msgid "only found copies from modified paths due to too many files."
1607msgstr ""
1608
1609#: diff.c:5506
1610#, c-format
1611msgid ""
1612"you may want to set your %s variable to at least %d and retry the command."
1613msgstr ""
1614
1615#: dir.c:1867
1616#, c-format
1617msgid "could not open directory '%s'"
1618msgstr ""
1619
1620#: dir.c:2109
1621msgid "failed to get kernel name and information"
1622msgstr ""
1623
1624#: dir.c:2233
1625msgid "Untracked cache is disabled on this system or location."
1626msgstr ""
1627
1628#: dir.c:3075 dir.c:3080
1629#, c-format
1630msgid "could not create directories for %s"
1631msgstr ""
1632
1633#: dir.c:3109
1634#, c-format
1635msgid "could not migrate git directory from '%s' to '%s'"
1636msgstr ""
1637
1638#: editor.c:61
1639#, c-format
1640msgid "hint: Waiting for your editor to close the file...%c"
1641msgstr ""
1642
1643#: entry.c:177
1644msgid "Filtering content"
1645msgstr ""
1646
1647#: entry.c:435
1648#, c-format
1649msgid "could not stat file '%s'"
1650msgstr ""
1651
1652#: fetch-object.c:17
1653msgid "Remote with no URL"
1654msgstr ""
1655
1656#: fetch-pack.c:254
1657msgid "git fetch-pack: expected shallow list"
1658msgstr ""
1659
1660#: fetch-pack.c:266
1661msgid "git fetch-pack: expected ACK/NAK, got a flush packet"
1662msgstr ""
1663
1664#: fetch-pack.c:285 builtin/archive.c:63
1665#, c-format
1666msgid "remote error: %s"
1667msgstr ""
1668
1669#: fetch-pack.c:286
1670#, c-format
1671msgid "git fetch-pack: expected ACK/NAK, got '%s'"
1672msgstr ""
1673
1674#: fetch-pack.c:338
1675msgid "--stateless-rpc requires multi_ack_detailed"
1676msgstr ""
1677
1678#: fetch-pack.c:429 fetch-pack.c:1310
1679#, c-format
1680msgid "invalid shallow line: %s"
1681msgstr ""
1682
1683#: fetch-pack.c:435 fetch-pack.c:1316
1684#, c-format
1685msgid "invalid unshallow line: %s"
1686msgstr ""
1687
1688#: fetch-pack.c:437 fetch-pack.c:1318
1689#, c-format
1690msgid "object not found: %s"
1691msgstr ""
1692
1693#: fetch-pack.c:440 fetch-pack.c:1321
1694#, c-format
1695msgid "error in object: %s"
1696msgstr ""
1697
1698#: fetch-pack.c:442 fetch-pack.c:1323
1699#, c-format
1700msgid "no shallow found: %s"
1701msgstr ""
1702
1703#: fetch-pack.c:445 fetch-pack.c:1326
1704#, c-format
1705msgid "expected shallow/unshallow, got %s"
1706msgstr ""
1707
1708#: fetch-pack.c:486
1709#, c-format
1710msgid "got %s %d %s"
1711msgstr ""
1712
1713#: fetch-pack.c:500
1714#, c-format
1715msgid "invalid commit %s"
1716msgstr ""
1717
1718#: fetch-pack.c:533
1719msgid "giving up"
1720msgstr ""
1721
1722#: fetch-pack.c:543 progress.c:229
1723msgid "done"
1724msgstr ""
1725
1726#: fetch-pack.c:555
1727#, c-format
1728msgid "got %s (%d) %s"
1729msgstr ""
1730
1731#: fetch-pack.c:601
1732#, c-format
1733msgid "Marking %s as complete"
1734msgstr ""
1735
1736#: fetch-pack.c:828
1737#, c-format
1738msgid "already have %s (%s)"
1739msgstr ""
1740
1741#: fetch-pack.c:869
1742msgid "fetch-pack: unable to fork off sideband demultiplexer"
1743msgstr ""
1744
1745#: fetch-pack.c:877
1746msgid "protocol error: bad pack header"
1747msgstr ""
1748
1749#: fetch-pack.c:944
1750#, c-format
1751msgid "fetch-pack: unable to fork off %s"
1752msgstr ""
1753
1754#: fetch-pack.c:960
1755#, c-format
1756msgid "%s failed"
1757msgstr ""
1758
1759#: fetch-pack.c:962
1760msgid "error in sideband demultiplexer"
1761msgstr ""
1762
1763#: fetch-pack.c:989
1764msgid "Server does not support shallow clients"
1765msgstr ""
1766
1767#: fetch-pack.c:993
1768msgid "Server supports multi_ack_detailed"
1769msgstr ""
1770
1771#: fetch-pack.c:996
1772msgid "Server supports no-done"
1773msgstr ""
1774
1775#: fetch-pack.c:1002
1776msgid "Server supports multi_ack"
1777msgstr ""
1778
1779#: fetch-pack.c:1006
1780msgid "Server supports side-band-64k"
1781msgstr ""
1782
1783#: fetch-pack.c:1010
1784msgid "Server supports side-band"
1785msgstr ""
1786
1787#: fetch-pack.c:1014
1788msgid "Server supports allow-tip-sha1-in-want"
1789msgstr ""
1790
1791#: fetch-pack.c:1018
1792msgid "Server supports allow-reachable-sha1-in-want"
1793msgstr ""
1794
1795#: fetch-pack.c:1028
1796msgid "Server supports ofs-delta"
1797msgstr ""
1798
1799#: fetch-pack.c:1034 fetch-pack.c:1204
1800msgid "Server supports filter"
1801msgstr ""
1802
1803#: fetch-pack.c:1042
1804#, c-format
1805msgid "Server version is %.*s"
1806msgstr ""
1807
1808#: fetch-pack.c:1048
1809msgid "Server does not support --shallow-since"
1810msgstr ""
1811
1812#: fetch-pack.c:1052
1813msgid "Server does not support --shallow-exclude"
1814msgstr ""
1815
1816#: fetch-pack.c:1054
1817msgid "Server does not support --deepen"
1818msgstr ""
1819
1820#: fetch-pack.c:1065
1821msgid "no common commits"
1822msgstr ""
1823
1824#: fetch-pack.c:1077 fetch-pack.c:1414
1825msgid "git fetch-pack: fetch failed."
1826msgstr ""
1827
1828#: fetch-pack.c:1199
1829msgid "Server does not support shallow requests"
1830msgstr ""
1831
1832#: fetch-pack.c:1584
1833msgid "no matching remote head"
1834msgstr ""
1835
1836#: fetch-pack.c:1610
1837#, c-format
1838msgid "no such remote ref %s"
1839msgstr ""
1840
1841#: fetch-pack.c:1613
1842#, c-format
1843msgid "Server does not allow request for unadvertised object %s"
1844msgstr ""
1845
1846#: gpg-interface.c:185
1847msgid "gpg failed to sign the data"
1848msgstr ""
1849
1850#: gpg-interface.c:210
1851msgid "could not create temporary file"
1852msgstr ""
1853
1854#: gpg-interface.c:213
1855#, c-format
1856msgid "failed writing detached signature to '%s'"
1857msgstr ""
1858
1859#: graph.c:97
1860#, c-format
1861msgid "ignore invalid color '%.*s' in log.graphColors"
1862msgstr ""
1863
1864#: grep.c:2020
1865#, c-format
1866msgid "'%s': unable to read %s"
1867msgstr ""
1868
1869#: grep.c:2037 setup.c:164 builtin/clone.c:409 builtin/diff.c:81
1870#: builtin/rm.c:134
1871#, c-format
1872msgid "failed to stat '%s'"
1873msgstr ""
1874
1875#: grep.c:2048
1876#, c-format
1877msgid "'%s': short read"
1878msgstr ""
1879
1880#: help.c:179
1881#, c-format
1882msgid "available git commands in '%s'"
1883msgstr ""
1884
1885#: help.c:186
1886msgid "git commands available from elsewhere on your $PATH"
1887msgstr ""
1888
1889#: help.c:217
1890msgid "These are common Git commands used in various situations:"
1891msgstr ""
1892
1893#: help.c:281
1894#, c-format
1895msgid ""
1896"'%s' appears to be a git command, but we were not\n"
1897"able to execute it. Maybe git-%s is broken?"
1898msgstr ""
1899
1900#: help.c:336
1901msgid "Uh oh. Your system reports no Git commands at all."
1902msgstr ""
1903
1904#: help.c:358
1905#, c-format
1906msgid "WARNING: You called a Git command named '%s', which does not exist."
1907msgstr ""
1908
1909#: help.c:363
1910#, c-format
1911msgid "Continuing under the assumption that you meant '%s'."
1912msgstr ""
1913
1914#: help.c:368
1915#, c-format
1916msgid "Continuing in %0.1f seconds, assuming that you meant '%s'."
1917msgstr ""
1918
1919#: help.c:376
1920#, c-format
1921msgid "git: '%s' is not a git command. See 'git --help'."
1922msgstr ""
1923
1924#: help.c:380
1925msgid ""
1926"\n"
1927"The most similar command is"
1928msgid_plural ""
1929"\n"
1930"The most similar commands are"
1931msgstr[0] ""
1932msgstr[1] ""
1933
1934#: help.c:395
1935msgid "git version [<options>]"
1936msgstr ""
1937
1938#: help.c:462
1939#, c-format
1940msgid "%s: %s - %s"
1941msgstr ""
1942
1943#: help.c:466
1944msgid ""
1945"\n"
1946"Did you mean this?"
1947msgid_plural ""
1948"\n"
1949"Did you mean one of these?"
1950msgstr[0] ""
1951msgstr[1] ""
1952
1953#: ident.c:342
1954msgid ""
1955"\n"
1956"*** Please tell me who you are.\n"
1957"\n"
1958"Run\n"
1959"\n"
1960"  git config --global user.email \"you@example.com\"\n"
1961"  git config --global user.name \"Your Name\"\n"
1962"\n"
1963"to set your account's default identity.\n"
1964"Omit --global to set the identity only in this repository.\n"
1965"\n"
1966msgstr ""
1967
1968#: ident.c:366
1969msgid "no email was given and auto-detection is disabled"
1970msgstr ""
1971
1972#: ident.c:371
1973#, c-format
1974msgid "unable to auto-detect email address (got '%s')"
1975msgstr ""
1976
1977#: ident.c:381
1978msgid "no name was given and auto-detection is disabled"
1979msgstr ""
1980
1981#: ident.c:387
1982#, c-format
1983msgid "unable to auto-detect name (got '%s')"
1984msgstr ""
1985
1986#: ident.c:395
1987#, c-format
1988msgid "empty ident name (for <%s>) not allowed"
1989msgstr ""
1990
1991#: ident.c:401
1992#, c-format
1993msgid "name consists only of disallowed characters: %s"
1994msgstr ""
1995
1996#: ident.c:416 builtin/commit.c:587
1997#, c-format
1998msgid "invalid date format: %s"
1999msgstr ""
2000
2001#: list-objects-filter-options.c:36
2002msgid "multiple filter-specs cannot be combined"
2003msgstr ""
2004
2005#: list-objects-filter-options.c:126
2006msgid "cannot change partial clone promisor remote"
2007msgstr ""
2008
2009#: lockfile.c:151
2010#, c-format
2011msgid ""
2012"Unable to create '%s.lock': %s.\n"
2013"\n"
2014"Another git process seems to be running in this repository, e.g.\n"
2015"an editor opened by 'git commit'. Please make sure all processes\n"
2016"are terminated then try again. If it still fails, a git process\n"
2017"may have crashed in this repository earlier:\n"
2018"remove the file manually to continue."
2019msgstr ""
2020
2021#: lockfile.c:159
2022#, c-format
2023msgid "Unable to create '%s.lock': %s"
2024msgstr ""
2025
2026#: merge.c:71
2027msgid "failed to read the cache"
2028msgstr ""
2029
2030#: merge.c:136 builtin/am.c:1946 builtin/am.c:1980 builtin/checkout.c:378
2031#: builtin/checkout.c:606 builtin/clone.c:761
2032msgid "unable to write new index file"
2033msgstr ""
2034
2035#: merge-recursive.c:298
2036msgid "(bad commit)\n"
2037msgstr ""
2038
2039#: merge-recursive.c:320
2040#, c-format
2041msgid "add_cacheinfo failed for path '%s'; merge aborting."
2042msgstr ""
2043
2044#: merge-recursive.c:328
2045#, c-format
2046msgid "add_cacheinfo failed to refresh for path '%s'; merge aborting."
2047msgstr ""
2048
2049#: merge-recursive.c:410
2050msgid "error building trees"
2051msgstr ""
2052
2053#: merge-recursive.c:881
2054#, c-format
2055msgid "failed to create path '%s'%s"
2056msgstr ""
2057
2058#: merge-recursive.c:892
2059#, c-format
2060msgid "Removing %s to make room for subdirectory\n"
2061msgstr ""
2062
2063#: merge-recursive.c:906 merge-recursive.c:925
2064msgid ": perhaps a D/F conflict?"
2065msgstr ""
2066
2067#: merge-recursive.c:915
2068#, c-format
2069msgid "refusing to lose untracked file at '%s'"
2070msgstr ""
2071
2072#: merge-recursive.c:957 builtin/cat-file.c:37
2073#, c-format
2074msgid "cannot read object %s '%s'"
2075msgstr ""
2076
2077#: merge-recursive.c:959
2078#, c-format
2079msgid "blob expected for %s '%s'"
2080msgstr ""
2081
2082#: merge-recursive.c:983
2083#, c-format
2084msgid "failed to open '%s': %s"
2085msgstr ""
2086
2087#: merge-recursive.c:994
2088#, c-format
2089msgid "failed to symlink '%s': %s"
2090msgstr ""
2091
2092#: merge-recursive.c:999
2093#, c-format
2094msgid "do not know what to do with %06o %s '%s'"
2095msgstr ""
2096
2097#: merge-recursive.c:1186
2098#, c-format
2099msgid "Failed to merge submodule %s (not checked out)"
2100msgstr ""
2101
2102#: merge-recursive.c:1193
2103#, c-format
2104msgid "Failed to merge submodule %s (commits not present)"
2105msgstr ""
2106
2107#: merge-recursive.c:1200
2108#, c-format
2109msgid "Failed to merge submodule %s (commits don't follow merge-base)"
2110msgstr ""
2111
2112#: merge-recursive.c:1208 merge-recursive.c:1220
2113#, c-format
2114msgid "Fast-forwarding submodule %s to the following commit:"
2115msgstr ""
2116
2117#: merge-recursive.c:1211 merge-recursive.c:1223
2118#, c-format
2119msgid "Fast-forwarding submodule %s to %s"
2120msgstr ""
2121
2122#: merge-recursive.c:1245
2123#, c-format
2124msgid "Failed to merge submodule %s (merge following commits not found)"
2125msgstr ""
2126
2127#: merge-recursive.c:1249
2128#, c-format
2129msgid "Failed to merge submodule %s (not fast-forward)"
2130msgstr ""
2131
2132#: merge-recursive.c:1250
2133msgid "Found a possible merge resolution for the submodule:\n"
2134msgstr ""
2135
2136#: merge-recursive.c:1253
2137#, c-format
2138msgid ""
2139"If this is correct simply add it to the index for example\n"
2140"by using:\n"
2141"\n"
2142"  git update-index --cacheinfo 160000 %s \"%s\"\n"
2143"\n"
2144"which will accept this suggestion.\n"
2145msgstr ""
2146
2147#: merge-recursive.c:1262
2148#, c-format
2149msgid "Failed to merge submodule %s (multiple merges found)"
2150msgstr ""
2151
2152#: merge-recursive.c:1321
2153msgid "Failed to execute internal merge"
2154msgstr ""
2155
2156#: merge-recursive.c:1326
2157#, c-format
2158msgid "Unable to add %s to database"
2159msgstr ""
2160
2161#: merge-recursive.c:1358
2162#, c-format
2163msgid "Auto-merging %s"
2164msgstr ""
2165
2166#: merge-recursive.c:1423
2167#, c-format
2168msgid "Error: Refusing to lose untracked file at %s; writing to %s instead."
2169msgstr ""
2170
2171#: merge-recursive.c:1475
2172#, c-format
2173msgid ""
2174"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2175"in tree."
2176msgstr ""
2177
2178#: merge-recursive.c:1480
2179#, c-format
2180msgid ""
2181"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2182"left in tree."
2183msgstr ""
2184
2185#: merge-recursive.c:1487
2186#, c-format
2187msgid ""
2188"CONFLICT (%s/delete): %s deleted in %s and %s in %s. Version %s of %s left "
2189"in tree at %s."
2190msgstr ""
2191
2192#: merge-recursive.c:1492
2193#, c-format
2194msgid ""
2195"CONFLICT (%s/delete): %s deleted in %s and %s to %s in %s. Version %s of %s "
2196"left in tree at %s."
2197msgstr ""
2198
2199#: merge-recursive.c:1526
2200msgid "rename"
2201msgstr ""
2202
2203#: merge-recursive.c:1526
2204msgid "renamed"
2205msgstr ""
2206
2207#: merge-recursive.c:1580 merge-recursive.c:1736 merge-recursive.c:2368
2208#: merge-recursive.c:3086
2209#, c-format
2210msgid "Refusing to lose dirty file at %s"
2211msgstr ""
2212
2213#: merge-recursive.c:1594
2214#, c-format
2215msgid "%s is a directory in %s adding as %s instead"
2216msgstr ""
2217
2218#: merge-recursive.c:1599
2219#, c-format
2220msgid "Refusing to lose untracked file at %s; adding as %s instead"
2221msgstr ""
2222
2223#: merge-recursive.c:1625
2224#, c-format
2225msgid ""
2226"CONFLICT (rename/rename): Rename \"%s\"->\"%s\" in branch \"%s\" rename \"%s"
2227"\"->\"%s\" in \"%s\"%s"
2228msgstr ""
2229
2230#: merge-recursive.c:1630
2231msgid " (left unresolved)"
2232msgstr ""
2233
2234#: merge-recursive.c:1694
2235#, c-format
2236msgid "CONFLICT (rename/rename): Rename %s->%s in %s. Rename %s->%s in %s"
2237msgstr ""
2238
2239#: merge-recursive.c:1733
2240#, c-format
2241msgid "Renaming %s to %s and %s to %s instead"
2242msgstr ""
2243
2244#: merge-recursive.c:1745
2245#, c-format
2246msgid "Refusing to lose untracked file at %s, even though it's in the way."
2247msgstr ""
2248
2249#: merge-recursive.c:1951
2250#, c-format
2251msgid ""
2252"CONFLICT (directory rename split): Unclear where to place %s because "
2253"directory %s was renamed to multiple other directories, with no destination "
2254"getting a majority of the files."
2255msgstr ""
2256
2257#: merge-recursive.c:1983
2258#, c-format
2259msgid ""
2260"CONFLICT (implicit dir rename): Existing file/dir at %s in the way of "
2261"implicit directory rename(s) putting the following path(s) there: %s."
2262msgstr ""
2263
2264#: merge-recursive.c:1993
2265#, c-format
2266msgid ""
2267"CONFLICT (implicit dir rename): Cannot map more than one path to %s; "
2268"implicit directory renames tried to put these paths there: %s"
2269msgstr ""
2270
2271#: merge-recursive.c:2085
2272#, c-format
2273msgid ""
2274"CONFLICT (rename/rename): Rename directory %s->%s in %s. Rename directory %s-"
2275">%s in %s"
2276msgstr ""
2277
2278#: merge-recursive.c:2330
2279#, c-format
2280msgid ""
2281"WARNING: Avoiding applying %s -> %s rename to %s, because %s itself was "
2282"renamed."
2283msgstr ""
2284
2285#: merge-recursive.c:2736
2286#, c-format
2287msgid "CONFLICT (rename/add): Rename %s->%s in %s. %s added in %s"
2288msgstr ""
2289
2290#: merge-recursive.c:2751
2291#, c-format
2292msgid "Adding merged %s"
2293msgstr ""
2294
2295#: merge-recursive.c:2758 merge-recursive.c:3089
2296#, c-format
2297msgid "Adding as %s instead"
2298msgstr ""
2299
2300#: merge-recursive.c:2914
2301#, c-format
2302msgid "cannot read object %s"
2303msgstr ""
2304
2305#: merge-recursive.c:2917
2306#, c-format
2307msgid "object %s is not a blob"
2308msgstr ""
2309
2310#: merge-recursive.c:2986
2311msgid "modify"
2312msgstr ""
2313
2314#: merge-recursive.c:2986
2315msgid "modified"
2316msgstr ""
2317
2318#: merge-recursive.c:2997
2319msgid "content"
2320msgstr ""
2321
2322#: merge-recursive.c:3004
2323msgid "add/add"
2324msgstr ""
2325
2326#: merge-recursive.c:3046
2327#, c-format
2328msgid "Skipped %s (merged same as existing)"
2329msgstr ""
2330
2331#: merge-recursive.c:3055 git-submodule.sh:895
2332msgid "submodule"
2333msgstr ""
2334
2335#: merge-recursive.c:3056
2336#, c-format
2337msgid "CONFLICT (%s): Merge conflict in %s"
2338msgstr ""
2339
2340#: merge-recursive.c:3178
2341#, c-format
2342msgid "Removing %s"
2343msgstr ""
2344
2345#: merge-recursive.c:3204
2346msgid "file/directory"
2347msgstr ""
2348
2349#: merge-recursive.c:3210
2350msgid "directory/file"
2351msgstr ""
2352
2353#: merge-recursive.c:3217
2354#, c-format
2355msgid "CONFLICT (%s): There is a directory with name %s in %s. Adding %s as %s"
2356msgstr ""
2357
2358#: merge-recursive.c:3226
2359#, c-format
2360msgid "Adding %s"
2361msgstr ""
2362
2363#: merge-recursive.c:3267
2364#, c-format
2365msgid "Dirty index: cannot merge (dirty: %s)"
2366msgstr ""
2367
2368#: merge-recursive.c:3271
2369msgid "Already up to date!"
2370msgstr ""
2371
2372#: merge-recursive.c:3280
2373#, c-format
2374msgid "merging of trees %s and %s failed"
2375msgstr ""
2376
2377#: merge-recursive.c:3379
2378msgid "Merging:"
2379msgstr ""
2380
2381#: merge-recursive.c:3392
2382#, c-format
2383msgid "found %u common ancestor:"
2384msgid_plural "found %u common ancestors:"
2385msgstr[0] ""
2386msgstr[1] ""
2387
2388#: merge-recursive.c:3431
2389msgid "merge returned no commit"
2390msgstr ""
2391
2392#: merge-recursive.c:3495
2393#, c-format
2394msgid "Could not parse object '%s'"
2395msgstr ""
2396
2397#: merge-recursive.c:3511 builtin/merge.c:658 builtin/merge.c:815
2398msgid "Unable to write index."
2399msgstr ""
2400
2401#: notes-merge.c:272
2402#, c-format
2403msgid ""
2404"You have not concluded your previous notes merge (%s exists).\n"
2405"Please, use 'git notes merge --commit' or 'git notes merge --abort' to "
2406"commit/abort the previous merge before you start a new notes merge."
2407msgstr ""
2408
2409#: notes-merge.c:279
2410#, c-format
2411msgid "You have not concluded your notes merge (%s exists)."
2412msgstr ""
2413
2414#: notes-utils.c:43
2415msgid "Cannot commit uninitialized/unreferenced notes tree"
2416msgstr ""
2417
2418#: notes-utils.c:102
2419#, c-format
2420msgid "Bad notes.rewriteMode value: '%s'"
2421msgstr ""
2422
2423#: notes-utils.c:112
2424#, c-format
2425msgid "Refusing to rewrite notes in %s (outside of refs/notes/)"
2426msgstr ""
2427
2428#. TRANSLATORS: The first %s is the name of
2429#. the environment variable, the second %s is
2430#. its value.
2431#.
2432#: notes-utils.c:142
2433#, c-format
2434msgid "Bad %s value: '%s'"
2435msgstr ""
2436
2437#: object.c:242
2438#, c-format
2439msgid "unable to parse object: %s"
2440msgstr ""
2441
2442#: packfile.c:563
2443msgid "offset before end of packfile (broken .idx?)"
2444msgstr ""
2445
2446#: packfile.c:1742
2447#, c-format
2448msgid "offset before start of pack index for %s (corrupt index?)"
2449msgstr ""
2450
2451#: packfile.c:1746
2452#, c-format
2453msgid "offset beyond end of pack index for %s (truncated index?)"
2454msgstr ""
2455
2456#: parse-options.c:621
2457msgid "..."
2458msgstr ""
2459
2460#: parse-options.c:640
2461#, c-format
2462msgid "usage: %s"
2463msgstr ""
2464
2465#. TRANSLATORS: the colon here should align with the
2466#. one in "usage: %s" translation.
2467#.
2468#: parse-options.c:646
2469#, c-format
2470msgid "   or: %s"
2471msgstr ""
2472
2473#: parse-options.c:649
2474#, c-format
2475msgid "    %s"
2476msgstr ""
2477
2478#: parse-options.c:688
2479msgid "-NUM"
2480msgstr ""
2481
2482#: parse-options-cb.c:44
2483#, c-format
2484msgid "malformed expiration date '%s'"
2485msgstr ""
2486
2487#: parse-options-cb.c:112
2488#, c-format
2489msgid "malformed object name '%s'"
2490msgstr ""
2491
2492#: path.c:892
2493#, c-format
2494msgid "Could not make %s writable by group"
2495msgstr ""
2496
2497#: pathspec.c:129
2498msgid "Escape character '\\' not allowed as last character in attr value"
2499msgstr ""
2500
2501#: pathspec.c:147
2502msgid "Only one 'attr:' specification is allowed."
2503msgstr ""
2504
2505#: pathspec.c:150
2506msgid "attr spec must not be empty"
2507msgstr ""
2508
2509#: pathspec.c:193
2510#, c-format
2511msgid "invalid attribute name %s"
2512msgstr ""
2513
2514#: pathspec.c:258
2515msgid "global 'glob' and 'noglob' pathspec settings are incompatible"
2516msgstr ""
2517
2518#: pathspec.c:265
2519msgid ""
2520"global 'literal' pathspec setting is incompatible with all other global "
2521"pathspec settings"
2522msgstr ""
2523
2524#: pathspec.c:305
2525msgid "invalid parameter for pathspec magic 'prefix'"
2526msgstr ""
2527
2528#: pathspec.c:326
2529#, c-format
2530msgid "Invalid pathspec magic '%.*s' in '%s'"
2531msgstr ""
2532
2533#: pathspec.c:331
2534#, c-format
2535msgid "Missing ')' at the end of pathspec magic in '%s'"
2536msgstr ""
2537
2538#: pathspec.c:369
2539#, c-format
2540msgid "Unimplemented pathspec magic '%c' in '%s'"
2541msgstr ""
2542
2543#: pathspec.c:428
2544#, c-format
2545msgid "%s: 'literal' and 'glob' are incompatible"
2546msgstr ""
2547
2548#: pathspec.c:441
2549#, c-format
2550msgid "%s: '%s' is outside repository"
2551msgstr ""
2552
2553#: pathspec.c:515
2554#, c-format
2555msgid "'%s' (mnemonic: '%c')"
2556msgstr ""
2557
2558#: pathspec.c:525
2559#, c-format
2560msgid "%s: pathspec magic not supported by this command: %s"
2561msgstr ""
2562
2563#: pathspec.c:592
2564#, c-format
2565msgid "pathspec '%s' is beyond a symbolic link"
2566msgstr ""
2567
2568#: pretty.c:962
2569msgid "unable to parse --pretty format"
2570msgstr ""
2571
2572#: read-cache.c:1500
2573#, c-format
2574msgid ""
2575"index.version set, but the value is invalid.\n"
2576"Using version %i"
2577msgstr ""
2578
2579#: read-cache.c:1510
2580#, c-format
2581msgid ""
2582"GIT_INDEX_VERSION set, but the value is invalid.\n"
2583"Using version %i"
2584msgstr ""
2585
2586#: read-cache.c:2404 sequencer.c:4337 wrapper.c:658 builtin/merge.c:1047
2587#, c-format
2588msgid "could not close '%s'"
2589msgstr ""
2590
2591#: read-cache.c:2477 sequencer.c:2101 sequencer.c:3233
2592#, c-format
2593msgid "could not stat '%s'"
2594msgstr ""
2595
2596#: read-cache.c:2490
2597#, c-format
2598msgid "unable to open git dir: %s"
2599msgstr ""
2600
2601#: read-cache.c:2502
2602#, c-format
2603msgid "unable to unlink: %s"
2604msgstr ""
2605
2606#: refs.c:732 sequencer.c:4333 sequencer.c:4392 wrapper.c:225 wrapper.c:395
2607#: builtin/am.c:779
2608#, c-format
2609msgid "could not open '%s' for writing"
2610msgstr ""
2611
2612#: refs.c:1880
2613msgid "ref updates forbidden inside quarantine environment"
2614msgstr ""
2615
2616#: refs/files-backend.c:1191
2617#, c-format
2618msgid "could not remove reference %s"
2619msgstr ""
2620
2621#: refs/files-backend.c:1205 refs/packed-backend.c:1531
2622#: refs/packed-backend.c:1541
2623#, c-format
2624msgid "could not delete reference %s: %s"
2625msgstr ""
2626
2627#: refs/files-backend.c:1208 refs/packed-backend.c:1544
2628#, c-format
2629msgid "could not delete references: %s"
2630msgstr ""
2631
2632#: ref-filter.c:35 wt-status.c:1850
2633msgid "gone"
2634msgstr ""
2635
2636#: ref-filter.c:36
2637#, c-format
2638msgid "ahead %d"
2639msgstr ""
2640
2641#: ref-filter.c:37
2642#, c-format
2643msgid "behind %d"
2644msgstr ""
2645
2646#: ref-filter.c:38
2647#, c-format
2648msgid "ahead %d, behind %d"
2649msgstr ""
2650
2651#: ref-filter.c:121
2652#, c-format
2653msgid "expected format: %%(color:<color>)"
2654msgstr ""
2655
2656#: ref-filter.c:123
2657#, c-format
2658msgid "unrecognized color: %%(color:%s)"
2659msgstr ""
2660
2661#: ref-filter.c:145
2662#, c-format
2663msgid "Integer value expected refname:lstrip=%s"
2664msgstr ""
2665
2666#: ref-filter.c:149
2667#, c-format
2668msgid "Integer value expected refname:rstrip=%s"
2669msgstr ""
2670
2671#: ref-filter.c:151
2672#, c-format
2673msgid "unrecognized %%(%s) argument: %s"
2674msgstr ""
2675
2676#: ref-filter.c:206
2677#, c-format
2678msgid "%%(body) does not take arguments"
2679msgstr ""
2680
2681#: ref-filter.c:215
2682#, c-format
2683msgid "%%(subject) does not take arguments"
2684msgstr ""
2685
2686#: ref-filter.c:235
2687#, c-format
2688msgid "unknown %%(trailers) argument: %s"
2689msgstr ""
2690
2691#: ref-filter.c:264
2692#, c-format
2693msgid "positive value expected contents:lines=%s"
2694msgstr ""
2695
2696#: ref-filter.c:266
2697#, c-format
2698msgid "unrecognized %%(contents) argument: %s"
2699msgstr ""
2700
2701#: ref-filter.c:281
2702#, c-format
2703msgid "positive value expected objectname:short=%s"
2704msgstr ""
2705
2706#: ref-filter.c:285
2707#, c-format
2708msgid "unrecognized %%(objectname) argument: %s"
2709msgstr ""
2710
2711#: ref-filter.c:315
2712#, c-format
2713msgid "expected format: %%(align:<width>,<position>)"
2714msgstr ""
2715
2716#: ref-filter.c:327
2717#, c-format
2718msgid "unrecognized position:%s"
2719msgstr ""
2720
2721#: ref-filter.c:334
2722#, c-format
2723msgid "unrecognized width:%s"
2724msgstr ""
2725
2726#: ref-filter.c:343
2727#, c-format
2728msgid "unrecognized %%(align) argument: %s"
2729msgstr ""
2730
2731#: ref-filter.c:351
2732#, c-format
2733msgid "positive width expected with the %%(align) atom"
2734msgstr ""
2735
2736#: ref-filter.c:369
2737#, c-format
2738msgid "unrecognized %%(if) argument: %s"
2739msgstr ""
2740
2741#: ref-filter.c:464
2742#, c-format
2743msgid "malformed field name: %.*s"
2744msgstr ""
2745
2746#: ref-filter.c:491
2747#, c-format
2748msgid "unknown field name: %.*s"
2749msgstr ""
2750
2751#: ref-filter.c:608
2752#, c-format
2753msgid "format: %%(if) atom used without a %%(then) atom"
2754msgstr ""
2755
2756#: ref-filter.c:671
2757#, c-format
2758msgid "format: %%(then) atom used without an %%(if) atom"
2759msgstr ""
2760
2761#: ref-filter.c:673
2762#, c-format
2763msgid "format: %%(then) atom used more than once"
2764msgstr ""
2765
2766#: ref-filter.c:675
2767#, c-format
2768msgid "format: %%(then) atom used after %%(else)"
2769msgstr ""
2770
2771#: ref-filter.c:703
2772#, c-format
2773msgid "format: %%(else) atom used without an %%(if) atom"
2774msgstr ""
2775
2776#: ref-filter.c:705
2777#, c-format
2778msgid "format: %%(else) atom used without a %%(then) atom"
2779msgstr ""
2780
2781#: ref-filter.c:707
2782#, c-format
2783msgid "format: %%(else) atom used more than once"
2784msgstr ""
2785
2786#: ref-filter.c:722
2787#, c-format
2788msgid "format: %%(end) atom used without corresponding atom"
2789msgstr ""
2790
2791#: ref-filter.c:779
2792#, c-format
2793msgid "malformed format string %s"
2794msgstr ""
2795
2796#: ref-filter.c:1387
2797#, c-format
2798msgid "(no branch, rebasing %s)"
2799msgstr ""
2800
2801#: ref-filter.c:1390
2802#, c-format
2803msgid "(no branch, rebasing detached HEAD %s)"
2804msgstr ""
2805
2806#: ref-filter.c:1393
2807#, c-format
2808msgid "(no branch, bisect started on %s)"
2809msgstr ""
2810
2811#. TRANSLATORS: make sure this matches "HEAD
2812#. detached at " in wt-status.c
2813#.
2814#: ref-filter.c:1401
2815#, c-format
2816msgid "(HEAD detached at %s)"
2817msgstr ""
2818
2819#. TRANSLATORS: make sure this matches "HEAD
2820#. detached from " in wt-status.c
2821#.
2822#: ref-filter.c:1408
2823#, c-format
2824msgid "(HEAD detached from %s)"
2825msgstr ""
2826
2827#: ref-filter.c:1412
2828msgid "(no branch)"
2829msgstr ""
2830
2831#: ref-filter.c:1442
2832#, c-format
2833msgid "missing object %s for %s"
2834msgstr ""
2835
2836#: ref-filter.c:1445
2837#, c-format
2838msgid "parse_object_buffer failed on %s for %s"
2839msgstr ""
2840
2841#: ref-filter.c:1902
2842#, c-format
2843msgid "malformed object at '%s'"
2844msgstr ""
2845
2846#: ref-filter.c:1984
2847#, c-format
2848msgid "ignoring ref with broken name %s"
2849msgstr ""
2850
2851#: ref-filter.c:1989
2852#, c-format
2853msgid "ignoring broken ref %s"
2854msgstr ""
2855
2856#: ref-filter.c:2261
2857#, c-format
2858msgid "format: %%(end) atom missing"
2859msgstr ""
2860
2861#: ref-filter.c:2365
2862#, c-format
2863msgid "malformed object name %s"
2864msgstr ""
2865
2866#: remote.c:605
2867#, c-format
2868msgid "Cannot fetch both %s and %s to %s"
2869msgstr ""
2870
2871#: remote.c:609
2872#, c-format
2873msgid "%s usually tracks %s, not %s"
2874msgstr ""
2875
2876#: remote.c:613
2877#, c-format
2878msgid "%s tracks both %s and %s"
2879msgstr ""
2880
2881#: remote.c:621
2882msgid "Internal error"
2883msgstr ""
2884
2885#: remote.c:1534 remote.c:1635
2886msgid "HEAD does not point to a branch"
2887msgstr ""
2888
2889#: remote.c:1543
2890#, c-format
2891msgid "no such branch: '%s'"
2892msgstr ""
2893
2894#: remote.c:1546
2895#, c-format
2896msgid "no upstream configured for branch '%s'"
2897msgstr ""
2898
2899#: remote.c:1552
2900#, c-format
2901msgid "upstream branch '%s' not stored as a remote-tracking branch"
2902msgstr ""
2903
2904#: remote.c:1567
2905#, c-format
2906msgid "push destination '%s' on remote '%s' has no local tracking branch"
2907msgstr ""
2908
2909#: remote.c:1579
2910#, c-format
2911msgid "branch '%s' has no remote for pushing"
2912msgstr ""
2913
2914#: remote.c:1589
2915#, c-format
2916msgid "push refspecs for '%s' do not include '%s'"
2917msgstr ""
2918
2919#: remote.c:1602
2920msgid "push has no destination (push.default is 'nothing')"
2921msgstr ""
2922
2923#: remote.c:1624
2924msgid "cannot resolve 'simple' push to a single destination"
2925msgstr ""
2926
2927#: remote.c:1939
2928#, c-format
2929msgid "Your branch is based on '%s', but the upstream is gone.\n"
2930msgstr ""
2931
2932#: remote.c:1943
2933msgid "  (use \"git branch --unset-upstream\" to fixup)\n"
2934msgstr ""
2935
2936#: remote.c:1946
2937#, c-format
2938msgid "Your branch is up to date with '%s'.\n"
2939msgstr ""
2940
2941#: remote.c:1950
2942#, c-format
2943msgid "Your branch and '%s' refer to different commits.\n"
2944msgstr ""
2945
2946#: remote.c:1953
2947#, c-format
2948msgid "  (use \"%s\" for details)\n"
2949msgstr ""
2950
2951#: remote.c:1957
2952#, c-format
2953msgid "Your branch is ahead of '%s' by %d commit.\n"
2954msgid_plural "Your branch is ahead of '%s' by %d commits.\n"
2955msgstr[0] ""
2956msgstr[1] ""
2957
2958#: remote.c:1963
2959msgid "  (use \"git push\" to publish your local commits)\n"
2960msgstr ""
2961
2962#: remote.c:1966
2963#, c-format
2964msgid "Your branch is behind '%s' by %d commit, and can be fast-forwarded.\n"
2965msgid_plural ""
2966"Your branch is behind '%s' by %d commits, and can be fast-forwarded.\n"
2967msgstr[0] ""
2968msgstr[1] ""
2969
2970#: remote.c:1974
2971msgid "  (use \"git pull\" to update your local branch)\n"
2972msgstr ""
2973
2974#: remote.c:1977
2975#, c-format
2976msgid ""
2977"Your branch and '%s' have diverged,\n"
2978"and have %d and %d different commit each, respectively.\n"
2979msgid_plural ""
2980"Your branch and '%s' have diverged,\n"
2981"and have %d and %d different commits each, respectively.\n"
2982msgstr[0] ""
2983msgstr[1] ""
2984
2985#: remote.c:1987
2986msgid "  (use \"git pull\" to merge the remote branch into yours)\n"
2987msgstr ""
2988
2989#: revision.c:2289
2990msgid "your current branch appears to be broken"
2991msgstr ""
2992
2993#: revision.c:2292
2994#, c-format
2995msgid "your current branch '%s' does not have any commits yet"
2996msgstr ""
2997
2998#: revision.c:2489
2999msgid "--first-parent is incompatible with --bisect"
3000msgstr ""
3001
3002#: run-command.c:728
3003msgid "open /dev/null failed"
3004msgstr ""
3005
3006#: run-command.c:1271
3007#, c-format
3008msgid ""
3009"The '%s' hook was ignored because it's not set as executable.\n"
3010"You can disable this warning with `git config advice.ignoredHook false`."
3011msgstr ""
3012
3013#: send-pack.c:141
3014msgid "unexpected flush packet while reading remote unpack status"
3015msgstr ""
3016
3017#: send-pack.c:143
3018#, c-format
3019msgid "unable to parse remote unpack status: %s"
3020msgstr ""
3021
3022#: send-pack.c:145
3023#, c-format
3024msgid "remote unpack failed: %s"
3025msgstr ""
3026
3027#: send-pack.c:308
3028msgid "failed to sign the push certificate"
3029msgstr ""
3030
3031#: send-pack.c:421
3032msgid "the receiving end does not support --signed push"
3033msgstr ""
3034
3035#: send-pack.c:423
3036msgid ""
3037"not sending a push certificate since the receiving end does not support --"
3038"signed push"
3039msgstr ""
3040
3041#: send-pack.c:435
3042msgid "the receiving end does not support --atomic push"
3043msgstr ""
3044
3045#: send-pack.c:440
3046msgid "the receiving end does not support push options"
3047msgstr ""
3048
3049#: sequencer.c:174
3050#, c-format
3051msgid "invalid commit message cleanup mode '%s'"
3052msgstr ""
3053
3054#: sequencer.c:274
3055#, c-format
3056msgid "could not delete '%s'"
3057msgstr ""
3058
3059#: sequencer.c:300
3060msgid "revert"
3061msgstr ""
3062
3063#: sequencer.c:302
3064msgid "cherry-pick"
3065msgstr ""
3066
3067#: sequencer.c:304
3068msgid "rebase -i"
3069msgstr ""
3070
3071#: sequencer.c:306
3072#, c-format
3073msgid "Unknown action: %d"
3074msgstr ""
3075
3076#: sequencer.c:363
3077msgid ""
3078"after resolving the conflicts, mark the corrected paths\n"
3079"with 'git add <paths>' or 'git rm <paths>'"
3080msgstr ""
3081
3082#: sequencer.c:366
3083msgid ""
3084"after resolving the conflicts, mark the corrected paths\n"
3085"with 'git add <paths>' or 'git rm <paths>'\n"
3086"and commit the result with 'git commit'"
3087msgstr ""
3088
3089#: sequencer.c:379 sequencer.c:2467
3090#, c-format
3091msgid "could not lock '%s'"
3092msgstr ""
3093
3094#: sequencer.c:381 sequencer.c:2345 sequencer.c:2471 sequencer.c:2485
3095#: sequencer.c:2693 sequencer.c:4335 sequencer.c:4398 wrapper.c:656
3096#, c-format
3097msgid "could not write to '%s'"
3098msgstr ""
3099
3100#: sequencer.c:386
3101#, c-format
3102msgid "could not write eol to '%s'"
3103msgstr ""
3104
3105#: sequencer.c:391 sequencer.c:2350 sequencer.c:2473 sequencer.c:2487
3106#: sequencer.c:2701
3107#, c-format
3108msgid "failed to finalize '%s'"
3109msgstr ""
3110
3111#: sequencer.c:414 sequencer.c:803 sequencer.c:1492 sequencer.c:2370
3112#: sequencer.c:2683 sequencer.c:2787 builtin/am.c:259 builtin/commit.c:727
3113#: builtin/merge.c:1045
3114#, c-format
3115msgid "could not read '%s'"
3116msgstr ""
3117
3118#: sequencer.c:440
3119#, c-format
3120msgid "your local changes would be overwritten by %s."
3121msgstr ""
3122
3123#: sequencer.c:444
3124msgid "commit your changes or stash them to proceed."
3125msgstr ""
3126
3127#: sequencer.c:473
3128#, c-format
3129msgid "%s: fast-forward"
3130msgstr ""
3131
3132#. TRANSLATORS: %s will be "revert", "cherry-pick" or
3133#. "rebase -i".
3134#.
3135#: sequencer.c:562
3136#, c-format
3137msgid "%s: Unable to write new index file"
3138msgstr ""
3139
3140#: sequencer.c:578
3141msgid "unable to update cache tree"
3142msgstr ""
3143
3144#: sequencer.c:591
3145msgid "could not resolve HEAD commit"
3146msgstr ""
3147
3148#: sequencer.c:748
3149#, c-format
3150msgid ""
3151"you have staged changes in your working tree\n"
3152"If these changes are meant to be squashed into the previous commit, run:\n"
3153"\n"
3154"  git commit --amend %s\n"
3155"\n"
3156"If they are meant to go into a new commit, run:\n"
3157"\n"
3158"  git commit %s\n"
3159"\n"
3160"In both cases, once you're done, continue with:\n"
3161"\n"
3162"  git rebase --continue\n"
3163msgstr ""
3164
3165#: sequencer.c:817
3166msgid "writing root commit"
3167msgstr ""
3168
3169#: sequencer.c:1042
3170msgid "'prepare-commit-msg' hook failed"
3171msgstr ""
3172
3173#: sequencer.c:1049
3174msgid ""
3175"Your name and email address were configured automatically based\n"
3176"on your username and hostname. Please check that they are accurate.\n"
3177"You can suppress this message by setting them explicitly. Run the\n"
3178"following command and follow the instructions in your editor to edit\n"
3179"your configuration file:\n"
3180"\n"
3181"    git config --global --edit\n"
3182"\n"
3183"After doing this, you may fix the identity used for this commit with:\n"
3184"\n"
3185"    git commit --amend --reset-author\n"
3186msgstr ""
3187
3188#: sequencer.c:1062
3189msgid ""
3190"Your name and email address were configured automatically based\n"
3191"on your username and hostname. Please check that they are accurate.\n"
3192"You can suppress this message by setting them explicitly:\n"
3193"\n"
3194"    git config --global user.name \"Your Name\"\n"
3195"    git config --global user.email you@example.com\n"
3196"\n"
3197"After doing this, you may fix the identity used for this commit with:\n"
3198"\n"
3199"    git commit --amend --reset-author\n"
3200msgstr ""
3201
3202#: sequencer.c:1102
3203msgid "couldn't look up newly created commit"
3204msgstr ""
3205
3206#: sequencer.c:1104
3207msgid "could not parse newly created commit"
3208msgstr ""
3209
3210#: sequencer.c:1150
3211msgid "unable to resolve HEAD after creating commit"
3212msgstr ""
3213
3214#: sequencer.c:1152
3215msgid "detached HEAD"
3216msgstr ""
3217
3218#: sequencer.c:1156
3219msgid " (root-commit)"
3220msgstr ""
3221
3222#: sequencer.c:1177
3223msgid "could not parse HEAD"
3224msgstr ""
3225
3226#: sequencer.c:1179
3227#, c-format
3228msgid "HEAD %s is not a commit!"
3229msgstr ""
3230
3231#: sequencer.c:1183 builtin/commit.c:1528
3232msgid "could not parse HEAD commit"
3233msgstr ""
3234
3235#: sequencer.c:1234 sequencer.c:1831
3236msgid "unable to parse commit author"
3237msgstr ""
3238
3239#: sequencer.c:1244 builtin/am.c:1630 builtin/merge.c:644
3240msgid "git write-tree failed to write a tree"
3241msgstr ""
3242
3243#: sequencer.c:1261 sequencer.c:1316
3244#, c-format
3245msgid "unable to read commit message from '%s'"
3246msgstr ""
3247
3248#: sequencer.c:1283 builtin/am.c:1650 builtin/commit.c:1631 builtin/merge.c:824
3249#: builtin/merge.c:849
3250msgid "failed to write commit object"
3251msgstr ""
3252
3253#: sequencer.c:1343
3254#, c-format
3255msgid "could not parse commit %s"
3256msgstr ""
3257
3258#: sequencer.c:1348
3259#, c-format
3260msgid "could not parse parent commit %s"
3261msgstr ""
3262
3263#: sequencer.c:1499 sequencer.c:1524
3264#, c-format
3265msgid "This is a combination of %d commits."
3266msgstr ""
3267
3268#: sequencer.c:1509 sequencer.c:4354
3269msgid "need a HEAD to fixup"
3270msgstr ""
3271
3272#: sequencer.c:1511 sequencer.c:2728
3273msgid "could not read HEAD"
3274msgstr ""
3275
3276#: sequencer.c:1513
3277msgid "could not read HEAD's commit message"
3278msgstr ""
3279
3280#: sequencer.c:1519
3281#, c-format
3282msgid "cannot write '%s'"
3283msgstr ""
3284
3285#: sequencer.c:1526 git-rebase--interactive.sh:457
3286msgid "This is the 1st commit message:"
3287msgstr ""
3288
3289#: sequencer.c:1534
3290#, c-format
3291msgid "could not read commit message of %s"
3292msgstr ""
3293
3294#: sequencer.c:1541
3295#, c-format
3296msgid "This is the commit message #%d:"
3297msgstr ""
3298
3299#: sequencer.c:1547
3300#, c-format
3301msgid "The commit message #%d will be skipped:"
3302msgstr ""
3303
3304#: sequencer.c:1552
3305#, c-format
3306msgid "unknown command: %d"
3307msgstr ""
3308
3309#: sequencer.c:1630
3310msgid "your index file is unmerged."
3311msgstr ""
3312
3313#: sequencer.c:1637
3314msgid "cannot fixup root commit"
3315msgstr ""
3316
3317#: sequencer.c:1656
3318#, c-format
3319msgid "commit %s is a merge but no -m option was given."
3320msgstr ""
3321
3322#: sequencer.c:1664
3323#, c-format
3324msgid "commit %s does not have parent %d"
3325msgstr ""
3326
3327#: sequencer.c:1668
3328#, c-format
3329msgid "mainline was specified but commit %s is not a merge."
3330msgstr ""
3331
3332#: sequencer.c:1674
3333#, c-format
3334msgid "cannot get commit message for %s"
3335msgstr ""
3336
3337#. TRANSLATORS: The first %s will be a "todo" command like
3338#. "revert" or "pick", the second %s a SHA1.
3339#: sequencer.c:1693
3340#, c-format
3341msgid "%s: cannot parse parent commit %s"
3342msgstr ""
3343
3344#: sequencer.c:1758
3345#, c-format
3346msgid "could not rename '%s' to '%s'"
3347msgstr ""
3348
3349#: sequencer.c:1812
3350#, c-format
3351msgid "could not revert %s... %s"
3352msgstr ""
3353
3354#: sequencer.c:1813
3355#, c-format
3356msgid "could not apply %s... %s"
3357msgstr ""
3358
3359#: sequencer.c:1863
3360msgid "empty commit set passed"
3361msgstr ""
3362
3363#: sequencer.c:1873
3364#, c-format
3365msgid "git %s: failed to read the index"
3366msgstr ""
3367
3368#: sequencer.c:1880
3369#, c-format
3370msgid "git %s: failed to refresh the index"
3371msgstr ""
3372
3373#: sequencer.c:1960
3374#, c-format
3375msgid "%s does not accept arguments: '%s'"
3376msgstr ""
3377
3378#: sequencer.c:1969
3379#, c-format
3380msgid "missing arguments for %s"
3381msgstr ""
3382
3383#: sequencer.c:2028
3384#, c-format
3385msgid "invalid line %d: %.*s"
3386msgstr ""
3387
3388#: sequencer.c:2036
3389#, c-format
3390msgid "cannot '%s' without a previous commit"
3391msgstr ""
3392
3393#: sequencer.c:2084 sequencer.c:4137 sequencer.c:4172
3394#, c-format
3395msgid "could not read '%s'."
3396msgstr ""
3397
3398#: sequencer.c:2107
3399msgid "please fix this using 'git rebase --edit-todo'."
3400msgstr ""
3401
3402#: sequencer.c:2109
3403#, c-format
3404msgid "unusable instruction sheet: '%s'"
3405msgstr ""
3406
3407#: sequencer.c:2114
3408msgid "no commits parsed."
3409msgstr ""
3410
3411#: sequencer.c:2125
3412msgid "cannot cherry-pick during a revert."
3413msgstr ""
3414
3415#: sequencer.c:2127
3416msgid "cannot revert during a cherry-pick."
3417msgstr ""
3418
3419#: sequencer.c:2194
3420#, c-format
3421msgid "invalid key: %s"
3422msgstr ""
3423
3424#: sequencer.c:2197
3425#, c-format
3426msgid "invalid value for %s: %s"
3427msgstr ""
3428
3429#: sequencer.c:2268
3430msgid "unusable squash-onto"
3431msgstr ""
3432
3433#: sequencer.c:2284
3434#, c-format
3435msgid "malformed options sheet: '%s'"
3436msgstr ""
3437
3438#: sequencer.c:2322
3439msgid "a cherry-pick or revert is already in progress"
3440msgstr ""
3441
3442#: sequencer.c:2323
3443msgid "try \"git cherry-pick (--continue | --quit | --abort)\""
3444msgstr ""
3445
3446#: sequencer.c:2326
3447#, c-format
3448msgid "could not create sequencer directory '%s'"
3449msgstr ""
3450
3451#: sequencer.c:2340
3452msgid "could not lock HEAD"
3453msgstr ""
3454
3455#: sequencer.c:2395 sequencer.c:3402
3456msgid "no cherry-pick or revert in progress"
3457msgstr ""
3458
3459#: sequencer.c:2397
3460msgid "cannot resolve HEAD"
3461msgstr ""
3462
3463#: sequencer.c:2399 sequencer.c:2434
3464msgid "cannot abort from a branch yet to be born"
3465msgstr ""
3466
3467#: sequencer.c:2420 builtin/grep.c:720
3468#, c-format
3469msgid "cannot open '%s'"
3470msgstr ""
3471
3472#: sequencer.c:2422
3473#, c-format
3474msgid "cannot read '%s': %s"
3475msgstr ""
3476
3477#: sequencer.c:2423
3478msgid "unexpected end of file"
3479msgstr ""
3480
3481#: sequencer.c:2429
3482#, c-format
3483msgid "stored pre-cherry-pick HEAD file '%s' is corrupt"
3484msgstr ""
3485
3486#: sequencer.c:2440
3487msgid "You seem to have moved HEAD. Not rewinding, check your HEAD!"
3488msgstr ""
3489
3490#: sequencer.c:2544 sequencer.c:3320
3491#, c-format
3492msgid "could not update %s"
3493msgstr ""
3494
3495#: sequencer.c:2582 sequencer.c:3300
3496msgid "cannot read HEAD"
3497msgstr ""
3498
3499#: sequencer.c:2617 sequencer.c:2621 builtin/difftool.c:639
3500#, c-format
3501msgid "could not copy '%s' to '%s'"
3502msgstr ""
3503
3504#: sequencer.c:2640
3505msgid "could not read index"
3506msgstr ""
3507
3508#: sequencer.c:2645
3509#, c-format
3510msgid ""
3511"execution failed: %s\n"
3512"%sYou can fix the problem, and then run\n"
3513"\n"
3514"  git rebase --continue\n"
3515"\n"
3516msgstr ""
3517
3518#: sequencer.c:2651
3519msgid "and made changes to the index and/or the working tree\n"
3520msgstr ""
3521
3522#: sequencer.c:2657
3523#, c-format
3524msgid ""
3525"execution succeeded: %s\n"
3526"but left changes to the index and/or the working tree\n"
3527"Commit or stash your changes, and then run\n"
3528"\n"
3529"  git rebase --continue\n"
3530"\n"
3531msgstr ""
3532
3533#: sequencer.c:2770
3534msgid "writing fake root commit"
3535msgstr ""
3536
3537#: sequencer.c:2775
3538msgid "writing squash-onto"
3539msgstr ""
3540
3541#: sequencer.c:2810
3542#, c-format
3543msgid "failed to find tree of %s"
3544msgstr ""
3545
3546#: sequencer.c:2828
3547msgid "could not write index"
3548msgstr ""
3549
3550#: sequencer.c:2860
3551msgid "cannot merge without a current revision"
3552msgstr ""
3553
3554#: sequencer.c:2883
3555#, c-format
3556msgid "could not resolve '%s'"
3557msgstr ""
3558
3559#: sequencer.c:2905
3560#, c-format
3561msgid "could not get commit message of '%s'"
3562msgstr ""
3563
3564#: sequencer.c:2915 sequencer.c:2940
3565#, c-format
3566msgid "could not write '%s'"
3567msgstr ""
3568
3569#: sequencer.c:3004
3570#, c-format
3571msgid "could not even attempt to merge '%.*s'"
3572msgstr ""
3573
3574#: sequencer.c:3020
3575msgid "merge: Unable to write new index file"
3576msgstr ""
3577
3578#: sequencer.c:3087
3579#, c-format
3580msgid "Applied autostash.\n"
3581msgstr ""
3582
3583#: sequencer.c:3099
3584#, c-format
3585msgid "cannot store %s"
3586msgstr ""
3587
3588#: sequencer.c:3102 git-rebase.sh:188
3589#, c-format
3590msgid ""
3591"Applying autostash resulted in conflicts.\n"
3592"Your changes are safe in the stash.\n"
3593"You can run \"git stash pop\" or \"git stash drop\" at any time.\n"
3594msgstr ""
3595
3596#: sequencer.c:3133
3597#, c-format
3598msgid ""
3599"Could not execute the todo command\n"
3600"\n"
3601"    %.*s\n"
3602"It has been rescheduled; To edit the command before continuing, please\n"
3603"edit the todo list first:\n"
3604"\n"
3605"    git rebase --edit-todo\n"
3606"    git rebase --continue\n"
3607msgstr ""
3608
3609#: sequencer.c:3201
3610#, c-format
3611msgid "Stopped at %s...  %.*s\n"
3612msgstr ""
3613
3614#: sequencer.c:3263
3615#, c-format
3616msgid "unknown command %d"
3617msgstr ""
3618
3619#: sequencer.c:3308
3620msgid "could not read orig-head"
3621msgstr ""
3622
3623#: sequencer.c:3313 sequencer.c:4351
3624msgid "could not read 'onto'"
3625msgstr ""
3626
3627#: sequencer.c:3327
3628#, c-format
3629msgid "could not update HEAD to %s"
3630msgstr ""
3631
3632#: sequencer.c:3413
3633msgid "cannot rebase: You have unstaged changes."
3634msgstr ""
3635
3636#: sequencer.c:3422
3637msgid "cannot amend non-existing commit"
3638msgstr ""
3639
3640#: sequencer.c:3424
3641#, c-format
3642msgid "invalid file: '%s'"
3643msgstr ""
3644
3645#: sequencer.c:3426
3646#, c-format
3647msgid "invalid contents: '%s'"
3648msgstr ""
3649
3650#: sequencer.c:3429
3651msgid ""
3652"\n"
3653"You have uncommitted changes in your working tree. Please, commit them\n"
3654"first and then run 'git rebase --continue' again."
3655msgstr ""
3656
3657#: sequencer.c:3454 sequencer.c:3492
3658#, c-format
3659msgid "could not write file: '%s'"
3660msgstr ""
3661
3662#: sequencer.c:3507
3663msgid "could not remove CHERRY_PICK_HEAD"
3664msgstr ""
3665
3666#: sequencer.c:3514
3667msgid "could not commit staged changes."
3668msgstr ""
3669
3670#: sequencer.c:3611
3671#, c-format
3672msgid "%s: can't cherry-pick a %s"
3673msgstr ""
3674
3675#: sequencer.c:3615
3676#, c-format
3677msgid "%s: bad revision"
3678msgstr ""
3679
3680#: sequencer.c:3648
3681msgid "can't revert as initial commit"
3682msgstr ""
3683
3684#: sequencer.c:4097
3685msgid "make_script: unhandled options"
3686msgstr ""
3687
3688#: sequencer.c:4100
3689msgid "make_script: error preparing revisions"
3690msgstr ""
3691
3692#: sequencer.c:4141 sequencer.c:4176
3693#, c-format
3694msgid "unusable todo list: '%s'"
3695msgstr ""
3696
3697#: sequencer.c:4235
3698#, c-format
3699msgid ""
3700"unrecognized setting %s for option rebase.missingCommitsCheck. Ignoring."
3701msgstr ""
3702
3703#: sequencer.c:4301
3704#, c-format
3705msgid ""
3706"Warning: some commits may have been dropped accidentally.\n"
3707"Dropped commits (newer to older):\n"
3708msgstr ""
3709
3710#: sequencer.c:4308
3711#, c-format
3712msgid ""
3713"To avoid this message, use \"drop\" to explicitly remove a commit.\n"
3714"\n"
3715"Use 'git config rebase.missingCommitsCheck' to change the level of "
3716"warnings.\n"
3717"The possible behaviours are: ignore, warn, error.\n"
3718"\n"
3719msgstr ""
3720
3721#: sequencer.c:4320
3722#, c-format
3723msgid ""
3724"You can fix this with 'git rebase --edit-todo' and then run 'git rebase --"
3725"continue'.\n"
3726"Or you can abort the rebase with 'git rebase --abort'.\n"
3727msgstr ""
3728
3729#: sequencer.c:4374
3730#, c-format
3731msgid "could not parse commit '%s'"
3732msgstr ""
3733
3734#: sequencer.c:4489
3735msgid "the script was already rearranged."
3736msgstr ""
3737
3738#: setup.c:123
3739#, c-format
3740msgid "'%s' is outside repository"
3741msgstr ""
3742
3743#: setup.c:172
3744#, c-format
3745msgid ""
3746"%s: no such path in the working tree.\n"
3747"Use 'git <command> -- <path>...' to specify paths that do not exist locally."
3748msgstr ""
3749
3750#: setup.c:185
3751#, c-format
3752msgid ""
3753"ambiguous argument '%s': unknown revision or path not in the working tree.\n"
3754"Use '--' to separate paths from revisions, like this:\n"
3755"'git <command> [<revision>...] -- [<file>...]'"
3756msgstr ""
3757
3758#: setup.c:234
3759#, c-format
3760msgid "option '%s' must come before non-option arguments"
3761msgstr ""
3762
3763#: setup.c:253
3764#, c-format
3765msgid ""
3766"ambiguous argument '%s': both revision and filename\n"
3767"Use '--' to separate paths from revisions, like this:\n"
3768"'git <command> [<revision>...] -- [<file>...]'"
3769msgstr ""
3770
3771#: setup.c:389
3772msgid "unable to set up work tree using invalid config"
3773msgstr ""
3774
3775#: setup.c:393
3776msgid "this operation must be run in a work tree"
3777msgstr ""
3778
3779#: setup.c:503
3780#, c-format
3781msgid "Expected git repo version <= %d, found %d"
3782msgstr ""
3783
3784#: setup.c:511
3785msgid "unknown repository extensions found:"
3786msgstr ""
3787
3788#: setup.c:530
3789#, c-format
3790msgid "error opening '%s'"
3791msgstr ""
3792
3793#: setup.c:532
3794#, c-format
3795msgid "too large to be a .git file: '%s'"
3796msgstr ""
3797
3798#: setup.c:534
3799#, c-format
3800msgid "error reading %s"
3801msgstr ""
3802
3803#: setup.c:536
3804#, c-format
3805msgid "invalid gitfile format: %s"
3806msgstr ""
3807
3808#: setup.c:538
3809#, c-format
3810msgid "no path in gitfile: %s"
3811msgstr ""
3812
3813#: setup.c:540
3814#, c-format
3815msgid "not a git repository: %s"
3816msgstr ""
3817
3818#: setup.c:639
3819#, c-format
3820msgid "'$%s' too big"
3821msgstr ""
3822
3823#: setup.c:653
3824#, c-format
3825msgid "not a git repository: '%s'"
3826msgstr ""
3827
3828#: setup.c:682 setup.c:684 setup.c:715
3829#, c-format
3830msgid "cannot chdir to '%s'"
3831msgstr ""
3832
3833#: setup.c:687 setup.c:743 setup.c:753 setup.c:792 setup.c:800 setup.c:815
3834msgid "cannot come back to cwd"
3835msgstr ""
3836
3837#: setup.c:813
3838#, c-format
3839msgid "not a git repository (or any of the parent directories): %s"
3840msgstr ""
3841
3842#: setup.c:824
3843#, c-format
3844msgid "failed to stat '%*s%s%s'"
3845msgstr ""
3846
3847#: setup.c:1054
3848msgid "Unable to read current working directory"
3849msgstr ""
3850
3851#: setup.c:1066 setup.c:1072
3852#, c-format
3853msgid "cannot change to '%s'"
3854msgstr ""
3855
3856#: setup.c:1085
3857#, c-format
3858msgid ""
3859"not a git repository (or any parent up to mount point %s)\n"
3860"Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set)."
3861msgstr ""
3862
3863#: setup.c:1168
3864#, c-format
3865msgid ""
3866"problem with core.sharedRepository filemode value (0%.3o).\n"
3867"The owner of files must always have read and write permissions."
3868msgstr ""
3869
3870#: setup.c:1211
3871msgid "open /dev/null or dup failed"
3872msgstr ""
3873
3874#: setup.c:1226
3875msgid "fork failed"
3876msgstr ""
3877
3878#: setup.c:1231
3879msgid "setsid failed"
3880msgstr ""
3881
3882#: sha1-file.c:625
3883#, c-format
3884msgid "path '%s' does not exist"
3885msgstr ""
3886
3887#: sha1-file.c:651
3888#, c-format
3889msgid "reference repository '%s' as a linked checkout is not supported yet."
3890msgstr ""
3891
3892#: sha1-file.c:657
3893#, c-format
3894msgid "reference repository '%s' is not a local repository."
3895msgstr ""
3896
3897#: sha1-file.c:663
3898#, c-format
3899msgid "reference repository '%s' is shallow"
3900msgstr ""
3901
3902#: sha1-file.c:671
3903#, c-format
3904msgid "reference repository '%s' is grafted"
3905msgstr ""
3906
3907#: sha1-name.c:442
3908#, c-format
3909msgid "short SHA1 %s is ambiguous"
3910msgstr ""
3911
3912#: sha1-name.c:453
3913msgid "The candidates are:"
3914msgstr ""
3915
3916#: sha1-name.c:695
3917msgid ""
3918"Git normally never creates a ref that ends with 40 hex characters\n"
3919"because it will be ignored when you just specify 40-hex. These refs\n"
3920"may be created by mistake. For example,\n"
3921"\n"
3922"  git checkout -b $br $(git rev-parse ...)\n"
3923"\n"
3924"where \"$br\" is somehow empty and a 40-hex ref is created. Please\n"
3925"examine these refs and maybe delete them. Turn this message off by\n"
3926"running \"git config advice.objectNameWarning false\""
3927msgstr ""
3928
3929#: submodule.c:97 submodule.c:131
3930msgid "Cannot change unmerged .gitmodules, resolve merge conflicts first"
3931msgstr ""
3932
3933#: submodule.c:101 submodule.c:135
3934#, c-format
3935msgid "Could not find section in .gitmodules where path=%s"
3936msgstr ""
3937
3938#: submodule.c:109
3939#, c-format
3940msgid "Could not update .gitmodules entry %s"
3941msgstr ""
3942
3943#: submodule.c:142
3944#, c-format
3945msgid "Could not remove .gitmodules entry for %s"
3946msgstr ""
3947
3948#: submodule.c:153
3949msgid "staging updated .gitmodules failed"
3950msgstr ""
3951
3952#: submodule.c:315
3953#, c-format
3954msgid "in unpopulated submodule '%s'"
3955msgstr ""
3956
3957#: submodule.c:346
3958#, c-format
3959msgid "Pathspec '%s' is in submodule '%.*s'"
3960msgstr ""
3961
3962#: submodule.c:837
3963#, c-format
3964msgid "submodule entry '%s' (%s) is a %s, not a commit"
3965msgstr ""
3966
3967#: submodule.c:1069 builtin/branch.c:651 builtin/submodule--helper.c:1743
3968msgid "Failed to resolve HEAD as a valid ref."
3969msgstr ""
3970
3971#: submodule.c:1373
3972#, c-format
3973msgid "'%s' not recognized as a git repository"
3974msgstr ""
3975
3976#: submodule.c:1511
3977#, c-format
3978msgid "could not start 'git status' in submodule '%s'"
3979msgstr ""
3980
3981#: submodule.c:1524
3982#, c-format
3983msgid "could not run 'git status' in submodule '%s'"
3984msgstr ""
3985
3986#: submodule.c:1617
3987#, c-format
3988msgid "submodule '%s' has dirty index"
3989msgstr ""
3990
3991#: submodule.c:1716
3992#, c-format
3993msgid ""
3994"relocate_gitdir for submodule '%s' with more than one worktree not supported"
3995msgstr ""
3996
3997#: submodule.c:1728 submodule.c:1784
3998#, c-format
3999msgid "could not lookup name for submodule '%s'"
4000msgstr ""
4001
4002#: submodule.c:1732 builtin/submodule--helper.c:1261
4003#: builtin/submodule--helper.c:1271
4004#, c-format
4005msgid "could not create directory '%s'"
4006msgstr ""
4007
4008#: submodule.c:1735
4009#, c-format
4010msgid ""
4011"Migrating git directory of '%s%s' from\n"
4012"'%s' to\n"
4013"'%s'\n"
4014msgstr ""
4015
4016#: submodule.c:1819
4017#, c-format
4018msgid "could not recurse into submodule '%s'"
4019msgstr ""
4020
4021#: submodule.c:1863
4022msgid "could not start ls-files in .."
4023msgstr ""
4024
4025#: submodule.c:1902
4026#, c-format
4027msgid "ls-tree returned unexpected return code %d"
4028msgstr ""
4029
4030#: submodule-config.c:230
4031#, c-format
4032msgid "ignoring suspicious submodule name: %s"
4033msgstr ""
4034
4035#: submodule-config.c:294
4036msgid "negative values not allowed for submodule.fetchjobs"
4037msgstr ""
4038
4039#: submodule-config.c:467
4040#, c-format
4041msgid "invalid value for %s"
4042msgstr ""
4043
4044#: trailer.c:238
4045#, c-format
4046msgid "running trailer command '%s' failed"
4047msgstr ""
4048
4049#: trailer.c:485 trailer.c:490 trailer.c:495 trailer.c:549 trailer.c:553
4050#: trailer.c:557
4051#, c-format
4052msgid "unknown value '%s' for key '%s'"
4053msgstr ""
4054
4055#: trailer.c:539 trailer.c:544 builtin/remote.c:293
4056#, c-format
4057msgid "more than one %s"
4058msgstr ""
4059
4060#: trailer.c:730
4061#, c-format
4062msgid "empty trailer token in trailer '%.*s'"
4063msgstr ""
4064
4065#: trailer.c:750
4066#, c-format
4067msgid "could not read input file '%s'"
4068msgstr ""
4069
4070#: trailer.c:753
4071msgid "could not read from stdin"
4072msgstr ""
4073
4074#: trailer.c:1008 builtin/am.c:46
4075#, c-format
4076msgid "could not stat %s"
4077msgstr ""
4078
4079#: trailer.c:1010
4080#, c-format
4081msgid "file %s is not a regular file"
4082msgstr ""
4083
4084#: trailer.c:1012
4085#, c-format
4086msgid "file %s is not writable by user"
4087msgstr ""
4088
4089#: trailer.c:1024
4090msgid "could not open temporary file"
4091msgstr ""
4092
4093#: trailer.c:1064
4094#, c-format
4095msgid "could not rename temporary file to %s"
4096msgstr ""
4097
4098#: transport.c:116
4099#, c-format
4100msgid "Would set upstream of '%s' to '%s' of '%s'\n"
4101msgstr ""
4102
4103#: transport.c:208
4104#, c-format
4105msgid "transport: invalid depth option '%s'"
4106msgstr ""
4107
4108#: transport.c:584
4109msgid "could not parse transport.color.* config"
4110msgstr ""
4111
4112#: transport.c:996
4113#, c-format
4114msgid ""
4115"The following submodule paths contain changes that can\n"
4116"not be found on any remote:\n"
4117msgstr ""
4118
4119#: transport.c:1000
4120#, c-format
4121msgid ""
4122"\n"
4123"Please try\n"
4124"\n"
4125"\tgit push --recurse-submodules=on-demand\n"
4126"\n"
4127"or cd to the path and use\n"
4128"\n"
4129"\tgit push\n"
4130"\n"
4131"to push them to a remote.\n"
4132"\n"
4133msgstr ""
4134
4135#: transport.c:1008
4136msgid "Aborting."
4137msgstr ""
4138
4139#: transport-helper.c:1087
4140#, c-format
4141msgid "Could not read ref %s"
4142msgstr ""
4143
4144#: tree-walk.c:31
4145msgid "too-short tree object"
4146msgstr ""
4147
4148#: tree-walk.c:37
4149msgid "malformed mode in tree entry"
4150msgstr ""
4151
4152#: tree-walk.c:41
4153msgid "empty filename in tree entry"
4154msgstr ""
4155
4156#: tree-walk.c:113
4157msgid "too-short tree file"
4158msgstr ""
4159
4160#: unpack-trees.c:111
4161#, c-format
4162msgid ""
4163"Your local changes to the following files would be overwritten by checkout:\n"
4164"%%sPlease commit your changes or stash them before you switch branches."
4165msgstr ""
4166
4167#: unpack-trees.c:113
4168#, c-format
4169msgid ""
4170"Your local changes to the following files would be overwritten by checkout:\n"
4171"%%s"
4172msgstr ""
4173
4174#: unpack-trees.c:116
4175#, c-format
4176msgid ""
4177"Your local changes to the following files would be overwritten by merge:\n"
4178"%%sPlease commit your changes or stash them before you merge."
4179msgstr ""
4180
4181#: unpack-trees.c:118
4182#, c-format
4183msgid ""
4184"Your local changes to the following files would be overwritten by merge:\n"
4185"%%s"
4186msgstr ""
4187
4188#: unpack-trees.c:121
4189#, c-format
4190msgid ""
4191"Your local changes to the following files would be overwritten by %s:\n"
4192"%%sPlease commit your changes or stash them before you %s."
4193msgstr ""
4194
4195#: unpack-trees.c:123
4196#, c-format
4197msgid ""
4198"Your local changes to the following files would be overwritten by %s:\n"
4199"%%s"
4200msgstr ""
4201
4202#: unpack-trees.c:128
4203#, c-format
4204msgid ""
4205"Updating the following directories would lose untracked files in them:\n"
4206"%s"
4207msgstr ""
4208
4209#: unpack-trees.c:132
4210#, c-format
4211msgid ""
4212"The following untracked working tree files would be removed by checkout:\n"
4213"%%sPlease move or remove them before you switch branches."
4214msgstr ""
4215
4216#: unpack-trees.c:134
4217#, c-format
4218msgid ""
4219"The following untracked working tree files would be removed by checkout:\n"
4220"%%s"
4221msgstr ""
4222
4223#: unpack-trees.c:137
4224#, c-format
4225msgid ""
4226"The following untracked working tree files would be removed by merge:\n"
4227"%%sPlease move or remove them before you merge."
4228msgstr ""
4229
4230#: unpack-trees.c:139
4231#, c-format
4232msgid ""
4233"The following untracked working tree files would be removed by merge:\n"
4234"%%s"
4235msgstr ""
4236
4237#: unpack-trees.c:142
4238#, c-format
4239msgid ""
4240"The following untracked working tree files would be removed by %s:\n"
4241"%%sPlease move or remove them before you %s."
4242msgstr ""
4243
4244#: unpack-trees.c:144
4245#, c-format
4246msgid ""
4247"The following untracked working tree files would be removed by %s:\n"
4248"%%s"
4249msgstr ""
4250
4251#: unpack-trees.c:150
4252#, c-format
4253msgid ""
4254"The following untracked working tree files would be overwritten by "
4255"checkout:\n"
4256"%%sPlease move or remove them before you switch branches."
4257msgstr ""
4258
4259#: unpack-trees.c:152
4260#, c-format
4261msgid ""
4262"The following untracked working tree files would be overwritten by "
4263"checkout:\n"
4264"%%s"
4265msgstr ""
4266
4267#: unpack-trees.c:155
4268#, c-format
4269msgid ""
4270"The following untracked working tree files would be overwritten by merge:\n"
4271"%%sPlease move or remove them before you merge."
4272msgstr ""
4273
4274#: unpack-trees.c:157
4275#, c-format
4276msgid ""
4277"The following untracked working tree files would be overwritten by merge:\n"
4278"%%s"
4279msgstr ""
4280
4281#: unpack-trees.c:160
4282#, c-format
4283msgid ""
4284"The following untracked working tree files would be overwritten by %s:\n"
4285"%%sPlease move or remove them before you %s."
4286msgstr ""
4287
4288#: unpack-trees.c:162
4289#, c-format
4290msgid ""
4291"The following untracked working tree files would be overwritten by %s:\n"
4292"%%s"
4293msgstr ""
4294
4295#: unpack-trees.c:170
4296#, c-format
4297msgid "Entry '%s' overlaps with '%s'.  Cannot bind."
4298msgstr ""
4299
4300#: unpack-trees.c:173
4301#, c-format
4302msgid ""
4303"Cannot update sparse checkout: the following entries are not up to date:\n"
4304"%s"
4305msgstr ""
4306
4307#: unpack-trees.c:175
4308#, c-format
4309msgid ""
4310"The following working tree files would be overwritten by sparse checkout "
4311"update:\n"
4312"%s"
4313msgstr ""
4314
4315#: unpack-trees.c:177
4316#, c-format
4317msgid ""
4318"The following working tree files would be removed by sparse checkout "
4319"update:\n"
4320"%s"
4321msgstr ""
4322
4323#: unpack-trees.c:179
4324#, c-format
4325msgid ""
4326"Cannot update submodule:\n"
4327"%s"
4328msgstr ""
4329
4330#: unpack-trees.c:262
4331#, c-format
4332msgid "Aborting\n"
4333msgstr ""
4334
4335#: unpack-trees.c:344
4336msgid "Checking out files"
4337msgstr ""
4338
4339#: urlmatch.c:163
4340msgid "invalid URL scheme name or missing '://' suffix"
4341msgstr ""
4342
4343#: urlmatch.c:187 urlmatch.c:346 urlmatch.c:405
4344#, c-format
4345msgid "invalid %XX escape sequence"
4346msgstr ""
4347
4348#: urlmatch.c:215
4349msgid "missing host and scheme is not 'file:'"
4350msgstr ""
4351
4352#: urlmatch.c:232
4353msgid "a 'file:' URL may not have a port number"
4354msgstr ""
4355
4356#: urlmatch.c:247
4357msgid "invalid characters in host name"
4358msgstr ""
4359
4360#: urlmatch.c:292 urlmatch.c:303
4361msgid "invalid port number"
4362msgstr ""
4363
4364#: urlmatch.c:371
4365msgid "invalid '..' path segment"
4366msgstr ""
4367
4368#: worktree.c:245 builtin/am.c:2147
4369#, c-format
4370msgid "failed to read '%s'"
4371msgstr ""
4372
4373#: worktree.c:291
4374#, c-format
4375msgid "'%s' at main working tree is not the repository directory"
4376msgstr ""
4377
4378#: worktree.c:302
4379#, c-format
4380msgid "'%s' file does not contain absolute path to the working tree location"
4381msgstr ""
4382
4383#: worktree.c:314
4384#, c-format
4385msgid "'%s' does not exist"
4386msgstr ""
4387
4388#: worktree.c:320
4389#, c-format
4390msgid "'%s' is not a .git file, error code %d"
4391msgstr ""
4392
4393#: worktree.c:328
4394#, c-format
4395msgid "'%s' does not point back to '%s'"
4396msgstr ""
4397
4398#: wrapper.c:223 wrapper.c:393
4399#, c-format
4400msgid "could not open '%s' for reading and writing"
4401msgstr ""
4402
4403#: wrapper.c:227 wrapper.c:397 builtin/am.c:320 builtin/am.c:770
4404#: builtin/am.c:862 builtin/merge.c:1042
4405#, c-format
4406msgid "could not open '%s' for reading"
4407msgstr ""
4408
4409#: wrapper.c:424 wrapper.c:624
4410#, c-format
4411msgid "unable to access '%s'"
4412msgstr ""
4413
4414#: wrapper.c:632
4415msgid "unable to get current working directory"
4416msgstr ""
4417
4418#: wt-status.c:154
4419msgid "Unmerged paths:"
4420msgstr ""
4421
4422#: wt-status.c:181 wt-status.c:208
4423#, c-format
4424msgid "  (use \"git reset %s <file>...\" to unstage)"
4425msgstr ""
4426
4427#: wt-status.c:183 wt-status.c:210
4428msgid "  (use \"git rm --cached <file>...\" to unstage)"
4429msgstr ""
4430
4431#: wt-status.c:187
4432msgid "  (use \"git add <file>...\" to mark resolution)"
4433msgstr ""
4434
4435#: wt-status.c:189 wt-status.c:193
4436msgid "  (use \"git add/rm <file>...\" as appropriate to mark resolution)"
4437msgstr ""
4438
4439#: wt-status.c:191
4440msgid "  (use \"git rm <file>...\" to mark resolution)"
4441msgstr ""
4442
4443#: wt-status.c:202 wt-status.c:1015
4444msgid "Changes to be committed:"
4445msgstr ""
4446
4447#: wt-status.c:220 wt-status.c:1024
4448msgid "Changes not staged for commit:"
4449msgstr ""
4450
4451#: wt-status.c:224
4452msgid "  (use \"git add <file>...\" to update what will be committed)"
4453msgstr ""
4454
4455#: wt-status.c:226
4456msgid "  (use \"git add/rm <file>...\" to update what will be committed)"
4457msgstr ""
4458
4459#: wt-status.c:227
4460msgid ""
4461"  (use \"git checkout -- <file>...\" to discard changes in working directory)"
4462msgstr ""
4463
4464#: wt-status.c:229
4465msgid "  (commit or discard the untracked or modified content in submodules)"
4466msgstr ""
4467
4468#: wt-status.c:241
4469#, c-format
4470msgid "  (use \"git %s <file>...\" to include in what will be committed)"
4471msgstr ""
4472
4473#: wt-status.c:256
4474msgid "both deleted:"
4475msgstr ""
4476
4477#: wt-status.c:258
4478msgid "added by us:"
4479msgstr ""
4480
4481#: wt-status.c:260
4482msgid "deleted by them:"
4483msgstr ""
4484
4485#: wt-status.c:262
4486msgid "added by them:"
4487msgstr ""
4488
4489#: wt-status.c:264
4490msgid "deleted by us:"
4491msgstr ""
4492
4493#: wt-status.c:266
4494msgid "both added:"
4495msgstr ""
4496
4497#: wt-status.c:268
4498msgid "both modified:"
4499msgstr ""
4500
4501#: wt-status.c:278
4502msgid "new file:"
4503msgstr ""
4504
4505#: wt-status.c:280
4506msgid "copied:"
4507msgstr ""
4508
4509#: wt-status.c:282
4510msgid "deleted:"
4511msgstr ""
4512
4513#: wt-status.c:284
4514msgid "modified:"
4515msgstr ""
4516
4517#: wt-status.c:286
4518msgid "renamed:"
4519msgstr ""
4520
4521#: wt-status.c:288
4522msgid "typechange:"
4523msgstr ""
4524
4525#: wt-status.c:290
4526msgid "unknown:"
4527msgstr ""
4528
4529#: wt-status.c:292
4530msgid "unmerged:"
4531msgstr ""
4532
4533#: wt-status.c:372
4534msgid "new commits, "
4535msgstr ""
4536
4537#: wt-status.c:374
4538msgid "modified content, "
4539msgstr ""
4540
4541#: wt-status.c:376
4542msgid "untracked content, "
4543msgstr ""
4544
4545#: wt-status.c:853
4546#, c-format
4547msgid "Your stash currently has %d entry"
4548msgid_plural "Your stash currently has %d entries"
4549msgstr[0] ""
4550msgstr[1] ""
4551
4552#: wt-status.c:885
4553msgid "Submodules changed but not updated:"
4554msgstr ""
4555
4556#: wt-status.c:887
4557msgid "Submodule changes to be committed:"
4558msgstr ""
4559
4560#: wt-status.c:969
4561msgid ""
4562"Do not modify or remove the line above.\n"
4563"Everything below it will be ignored."
4564msgstr ""
4565
4566#: wt-status.c:1084
4567msgid "You have unmerged paths."
4568msgstr ""
4569
4570#: wt-status.c:1087
4571msgid "  (fix conflicts and run \"git commit\")"
4572msgstr ""
4573
4574#: wt-status.c:1089
4575msgid "  (use \"git merge --abort\" to abort the merge)"
4576msgstr ""
4577
4578#: wt-status.c:1094
4579msgid "All conflicts fixed but you are still merging."
4580msgstr ""
4581
4582#: wt-status.c:1097
4583msgid "  (use \"git commit\" to conclude merge)"
4584msgstr ""
4585
4586#: wt-status.c:1107
4587msgid "You are in the middle of an am session."
4588msgstr ""
4589
4590#: wt-status.c:1110
4591msgid "The current patch is empty."
4592msgstr ""
4593
4594#: wt-status.c:1114
4595msgid "  (fix conflicts and then run \"git am --continue\")"
4596msgstr ""
4597
4598#: wt-status.c:1116
4599msgid "  (use \"git am --skip\" to skip this patch)"
4600msgstr ""
4601
4602#: wt-status.c:1118
4603msgid "  (use \"git am --abort\" to restore the original branch)"
4604msgstr ""
4605
4606#: wt-status.c:1250
4607msgid "git-rebase-todo is missing."
4608msgstr ""
4609
4610#: wt-status.c:1252
4611msgid "No commands done."
4612msgstr ""
4613
4614#: wt-status.c:1255
4615#, c-format
4616msgid "Last command done (%d command done):"
4617msgid_plural "Last commands done (%d commands done):"
4618msgstr[0] ""
4619msgstr[1] ""
4620
4621#: wt-status.c:1266
4622#, c-format
4623msgid "  (see more in file %s)"
4624msgstr ""
4625
4626#: wt-status.c:1271
4627msgid "No commands remaining."
4628msgstr ""
4629
4630#: wt-status.c:1274
4631#, c-format
4632msgid "Next command to do (%d remaining command):"
4633msgid_plural "Next commands to do (%d remaining commands):"
4634msgstr[0] ""
4635msgstr[1] ""
4636
4637#: wt-status.c:1282
4638msgid "  (use \"git rebase --edit-todo\" to view and edit)"
4639msgstr ""
4640
4641#: wt-status.c:1295
4642#, c-format
4643msgid "You are currently rebasing branch '%s' on '%s'."
4644msgstr ""
4645
4646#: wt-status.c:1300
4647msgid "You are currently rebasing."
4648msgstr ""
4649
4650#: wt-status.c:1314
4651msgid "  (fix conflicts and then run \"git rebase --continue\")"
4652msgstr ""
4653
4654#: wt-status.c:1316
4655msgid "  (use \"git rebase --skip\" to skip this patch)"
4656msgstr ""
4657
4658#: wt-status.c:1318
4659msgid "  (use \"git rebase --abort\" to check out the original branch)"
4660msgstr ""
4661
4662#: wt-status.c:1324
4663msgid "  (all conflicts fixed: run \"git rebase --continue\")"
4664msgstr ""
4665
4666#: wt-status.c:1328
4667#, c-format
4668msgid ""
4669"You are currently splitting a commit while rebasing branch '%s' on '%s'."
4670msgstr ""
4671
4672#: wt-status.c:1333
4673msgid "You are currently splitting a commit during a rebase."
4674msgstr ""
4675
4676#: wt-status.c:1336
4677msgid "  (Once your working directory is clean, run \"git rebase --continue\")"
4678msgstr ""
4679
4680#: wt-status.c:1340
4681#, c-format
4682msgid "You are currently editing a commit while rebasing branch '%s' on '%s'."
4683msgstr ""
4684
4685#: wt-status.c:1345
4686msgid "You are currently editing a commit during a rebase."
4687msgstr ""
4688
4689#: wt-status.c:1348
4690msgid "  (use \"git commit --amend\" to amend the current commit)"
4691msgstr ""
4692
4693#: wt-status.c:1350
4694msgid ""
4695"  (use \"git rebase --continue\" once you are satisfied with your changes)"
4696msgstr ""
4697
4698#: wt-status.c:1360
4699#, c-format
4700msgid "You are currently cherry-picking commit %s."
4701msgstr ""
4702
4703#: wt-status.c:1365
4704msgid "  (fix conflicts and run \"git cherry-pick --continue\")"
4705msgstr ""
4706
4707#: wt-status.c:1368
4708msgid "  (all conflicts fixed: run \"git cherry-pick --continue\")"
4709msgstr ""
4710
4711#: wt-status.c:1370
4712msgid "  (use \"git cherry-pick --abort\" to cancel the cherry-pick operation)"
4713msgstr ""
4714
4715#: wt-status.c:1379
4716#, c-format
4717msgid "You are currently reverting commit %s."
4718msgstr ""
4719
4720#: wt-status.c:1384
4721msgid "  (fix conflicts and run \"git revert --continue\")"
4722msgstr ""
4723
4724#: wt-status.c:1387
4725msgid "  (all conflicts fixed: run \"git revert --continue\")"
4726msgstr ""
4727
4728#: wt-status.c:1389
4729msgid "  (use \"git revert --abort\" to cancel the revert operation)"
4730msgstr ""
4731
4732#: wt-status.c:1400
4733#, c-format
4734msgid "You are currently bisecting, started from branch '%s'."
4735msgstr ""
4736
4737#: wt-status.c:1404
4738msgid "You are currently bisecting."
4739msgstr ""
4740
4741#: wt-status.c:1407
4742msgid "  (use \"git bisect reset\" to get back to the original branch)"
4743msgstr ""
4744
4745#: wt-status.c:1604
4746msgid "On branch "
4747msgstr ""
4748
4749#: wt-status.c:1610
4750msgid "interactive rebase in progress; onto "
4751msgstr ""
4752
4753#: wt-status.c:1612
4754msgid "rebase in progress; onto "
4755msgstr ""
4756
4757#: wt-status.c:1617
4758msgid "HEAD detached at "
4759msgstr ""
4760
4761#: wt-status.c:1619
4762msgid "HEAD detached from "
4763msgstr ""
4764
4765#: wt-status.c:1622
4766msgid "Not currently on any branch."
4767msgstr ""
4768
4769#: wt-status.c:1642
4770msgid "Initial commit"
4771msgstr ""
4772
4773#: wt-status.c:1643
4774msgid "No commits yet"
4775msgstr ""
4776
4777#: wt-status.c:1657
4778msgid "Untracked files"
4779msgstr ""
4780
4781#: wt-status.c:1659
4782msgid "Ignored files"
4783msgstr ""
4784
4785#: wt-status.c:1663
4786#, c-format
4787msgid ""
4788"It took %.2f seconds to enumerate untracked files. 'status -uno'\n"
4789"may speed it up, but you have to be careful not to forget to add\n"
4790"new files yourself (see 'git help status')."
4791msgstr ""
4792
4793#: wt-status.c:1669
4794#, c-format
4795msgid "Untracked files not listed%s"
4796msgstr ""
4797
4798#: wt-status.c:1671
4799msgid " (use -u option to show untracked files)"
4800msgstr ""
4801
4802#: wt-status.c:1677
4803msgid "No changes"
4804msgstr ""
4805
4806#: wt-status.c:1682
4807#, c-format
4808msgid "no changes added to commit (use \"git add\" and/or \"git commit -a\")\n"
4809msgstr ""
4810
4811#: wt-status.c:1685
4812#, c-format
4813msgid "no changes added to commit\n"
4814msgstr ""
4815
4816#: wt-status.c:1688
4817#, c-format
4818msgid ""
4819"nothing added to commit but untracked files present (use \"git add\" to "
4820"track)\n"
4821msgstr ""
4822
4823#: wt-status.c:1691
4824#, c-format
4825msgid "nothing added to commit but untracked files present\n"
4826msgstr ""
4827
4828#: wt-status.c:1694
4829#, c-format
4830msgid "nothing to commit (create/copy files and use \"git add\" to track)\n"
4831msgstr ""
4832
4833#: wt-status.c:1697 wt-status.c:1702
4834#, c-format
4835msgid "nothing to commit\n"
4836msgstr ""
4837
4838#: wt-status.c:1700
4839#, c-format
4840msgid "nothing to commit (use -u to show untracked files)\n"
4841msgstr ""
4842
4843#: wt-status.c:1704
4844#, c-format
4845msgid "nothing to commit, working tree clean\n"
4846msgstr ""
4847
4848#: wt-status.c:1817
4849msgid "No commits yet on "
4850msgstr ""
4851
4852#: wt-status.c:1821
4853msgid "HEAD (no branch)"
4854msgstr ""
4855
4856#: wt-status.c:1852
4857msgid "different"
4858msgstr ""
4859
4860#: wt-status.c:1854 wt-status.c:1862
4861msgid "behind "
4862msgstr ""
4863
4864#: wt-status.c:1857 wt-status.c:1860
4865msgid "ahead "
4866msgstr ""
4867
4868#. TRANSLATORS: the action is e.g. "pull with rebase"
4869#: wt-status.c:2366
4870#, c-format
4871msgid "cannot %s: You have unstaged changes."
4872msgstr ""
4873
4874#: wt-status.c:2372
4875msgid "additionally, your index contains uncommitted changes."
4876msgstr ""
4877
4878#: wt-status.c:2374
4879#, c-format
4880msgid "cannot %s: Your index contains uncommitted changes."
4881msgstr ""
4882
4883#: compat/precompose_utf8.c:58 builtin/clone.c:442
4884#, c-format
4885msgid "failed to unlink '%s'"
4886msgstr ""
4887
4888#: builtin/add.c:24
4889msgid "git add [<options>] [--] <pathspec>..."
4890msgstr ""
4891
4892#: builtin/add.c:83
4893#, c-format
4894msgid "unexpected diff status %c"
4895msgstr ""
4896
4897#: builtin/add.c:88 builtin/commit.c:266
4898msgid "updating files failed"
4899msgstr ""
4900
4901#: builtin/add.c:98
4902#, c-format
4903msgid "remove '%s'\n"
4904msgstr ""
4905
4906#: builtin/add.c:173
4907msgid "Unstaged changes after refreshing the index:"
4908msgstr ""
4909
4910#: builtin/add.c:233 builtin/rev-parse.c:888
4911msgid "Could not read the index"
4912msgstr ""
4913
4914#: builtin/add.c:244
4915#, c-format
4916msgid "Could not open '%s' for writing."
4917msgstr ""
4918
4919#: builtin/add.c:248
4920msgid "Could not write patch"
4921msgstr ""
4922
4923#: builtin/add.c:251
4924msgid "editing patch failed"
4925msgstr ""
4926
4927#: builtin/add.c:254
4928#, c-format
4929msgid "Could not stat '%s'"
4930msgstr ""
4931
4932#: builtin/add.c:256
4933msgid "Empty patch. Aborted."
4934msgstr ""
4935
4936#: builtin/add.c:261
4937#, c-format
4938msgid "Could not apply '%s'"
4939msgstr ""
4940
4941#: builtin/add.c:269
4942msgid "The following paths are ignored by one of your .gitignore files:\n"
4943msgstr ""
4944
4945#: builtin/add.c:289 builtin/clean.c:911 builtin/fetch.c:145 builtin/mv.c:123
4946#: builtin/prune-packed.c:55 builtin/pull.c:212 builtin/push.c:557
4947#: builtin/remote.c:1342 builtin/rm.c:240 builtin/send-pack.c:165
4948msgid "dry run"
4949msgstr ""
4950
4951#: builtin/add.c:292
4952msgid "interactive picking"
4953msgstr ""
4954
4955#: builtin/add.c:293 builtin/checkout.c:1135 builtin/reset.c:302
4956msgid "select hunks interactively"
4957msgstr ""
4958
4959#: builtin/add.c:294
4960msgid "edit current diff and apply"
4961msgstr ""
4962
4963#: builtin/add.c:295
4964msgid "allow adding otherwise ignored files"
4965msgstr ""
4966
4967#: builtin/add.c:296
4968msgid "update tracked files"
4969msgstr ""
4970
4971#: builtin/add.c:297
4972msgid "renormalize EOL of tracked files (implies -u)"
4973msgstr ""
4974
4975#: builtin/add.c:298
4976msgid "record only the fact that the path will be added later"
4977msgstr ""
4978
4979#: builtin/add.c:299
4980msgid "add changes from all tracked and untracked files"
4981msgstr ""
4982
4983#: builtin/add.c:302
4984msgid "ignore paths removed in the working tree (same as --no-all)"
4985msgstr ""
4986
4987#: builtin/add.c:304
4988msgid "don't add, only refresh the index"
4989msgstr ""
4990
4991#: builtin/add.c:305
4992msgid "just skip files which cannot be added because of errors"
4993msgstr ""
4994
4995#: builtin/add.c:306
4996msgid "check if - even missing - files are ignored in dry run"
4997msgstr ""
4998
4999#: builtin/add.c:307 builtin/update-index.c:974
5000msgid "(+/-)x"
5001msgstr ""
5002
5003#: builtin/add.c:307 builtin/update-index.c:975
5004msgid "override the executable bit of the listed files"
5005msgstr ""
5006
5007#: builtin/add.c:309
5008msgid "warn when adding an embedded repository"
5009msgstr ""
5010
5011#: builtin/add.c:324
5012#, c-format
5013msgid ""
5014"You've added another git repository inside your current repository.\n"
5015"Clones of the outer repository will not contain the contents of\n"
5016"the embedded repository and will not know how to obtain it.\n"
5017"If you meant to add a submodule, use:\n"
5018"\n"
5019"\tgit submodule add <url> %s\n"
5020"\n"
5021"If you added this path by mistake, you can remove it from the\n"
5022"index with:\n"
5023"\n"
5024"\tgit rm --cached %s\n"
5025"\n"
5026"See \"git help submodule\" for more information."
5027msgstr ""
5028
5029#: builtin/add.c:352
5030#, c-format
5031msgid "adding embedded git repository: %s"
5032msgstr ""
5033
5034#: builtin/add.c:370
5035#, c-format
5036msgid "Use -f if you really want to add them.\n"
5037msgstr ""
5038
5039#: builtin/add.c:378
5040msgid "adding files failed"
5041msgstr ""
5042
5043#: builtin/add.c:416
5044msgid "-A and -u are mutually incompatible"
5045msgstr ""
5046
5047#: builtin/add.c:423
5048msgid "Option --ignore-missing can only be used together with --dry-run"
5049msgstr ""
5050
5051#: builtin/add.c:427
5052#, c-format
5053msgid "--chmod param '%s' must be either -x or +x"
5054msgstr ""
5055
5056#: builtin/add.c:442
5057#, c-format
5058msgid "Nothing specified, nothing added.\n"
5059msgstr ""
5060
5061#: builtin/add.c:443
5062#, c-format
5063msgid "Maybe you wanted to say 'git add .'?\n"
5064msgstr ""
5065
5066#: builtin/add.c:448 builtin/check-ignore.c:177 builtin/checkout.c:280
5067#: builtin/checkout.c:483 builtin/clean.c:958 builtin/commit.c:325
5068#: builtin/diff-tree.c:114 builtin/mv.c:144 builtin/reset.c:241
5069#: builtin/rm.c:270 builtin/submodule--helper.c:328
5070msgid "index file corrupt"
5071msgstr ""
5072
5073#: builtin/am.c:414
5074msgid "could not parse author script"
5075msgstr ""
5076
5077#: builtin/am.c:498
5078#, c-format
5079msgid "'%s' was deleted by the applypatch-msg hook"
5080msgstr ""
5081
5082#: builtin/am.c:539
5083#, c-format
5084msgid "Malformed input line: '%s'."
5085msgstr ""
5086
5087#: builtin/am.c:576
5088#, c-format
5089msgid "Failed to copy notes from '%s' to '%s'"
5090msgstr ""
5091
5092#: builtin/am.c:602
5093msgid "fseek failed"
5094msgstr ""
5095
5096#: builtin/am.c:790
5097#, c-format
5098msgid "could not parse patch '%s'"
5099msgstr ""
5100
5101#: builtin/am.c:855
5102msgid "Only one StGIT patch series can be applied at once"
5103msgstr ""
5104
5105#: builtin/am.c:903
5106msgid "invalid timestamp"
5107msgstr ""
5108
5109#: builtin/am.c:908 builtin/am.c:920
5110msgid "invalid Date line"
5111msgstr ""
5112
5113#: builtin/am.c:915
5114msgid "invalid timezone offset"
5115msgstr ""
5116
5117#: builtin/am.c:1008
5118msgid "Patch format detection failed."
5119msgstr ""
5120
5121#: builtin/am.c:1013 builtin/clone.c:407
5122#, c-format
5123msgid "failed to create directory '%s'"
5124msgstr ""
5125
5126#: builtin/am.c:1018
5127msgid "Failed to split patches."
5128msgstr ""
5129
5130#: builtin/am.c:1148 builtin/commit.c:351
5131msgid "unable to write index file"
5132msgstr ""
5133
5134#: builtin/am.c:1162
5135#, c-format
5136msgid "When you have resolved this problem, run \"%s --continue\"."
5137msgstr ""
5138
5139#: builtin/am.c:1163
5140#, c-format
5141msgid "If you prefer to skip this patch, run \"%s --skip\" instead."
5142msgstr ""
5143
5144#: builtin/am.c:1164
5145#, c-format
5146msgid "To restore the original branch and stop patching, run \"%s --abort\"."
5147msgstr ""
5148
5149#: builtin/am.c:1271
5150msgid "Patch is empty."
5151msgstr ""
5152
5153#: builtin/am.c:1337
5154#, c-format
5155msgid "invalid ident line: %.*s"
5156msgstr ""
5157
5158#: builtin/am.c:1359
5159#, c-format
5160msgid "unable to parse commit %s"
5161msgstr ""
5162
5163#: builtin/am.c:1554
5164msgid "Repository lacks necessary blobs to fall back on 3-way merge."
5165msgstr ""
5166
5167#: builtin/am.c:1556
5168msgid "Using index info to reconstruct a base tree..."
5169msgstr ""
5170
5171#: builtin/am.c:1575
5172msgid ""
5173"Did you hand edit your patch?\n"
5174"It does not apply to blobs recorded in its index."
5175msgstr ""
5176
5177#: builtin/am.c:1581
5178msgid "Falling back to patching base and 3-way merge..."
5179msgstr ""
5180
5181#: builtin/am.c:1606
5182msgid "Failed to merge in the changes."
5183msgstr ""
5184
5185#: builtin/am.c:1637
5186msgid "applying to an empty history"
5187msgstr ""
5188
5189#: builtin/am.c:1683 builtin/am.c:1687
5190#, c-format
5191msgid "cannot resume: %s does not exist."
5192msgstr ""
5193
5194#: builtin/am.c:1703
5195msgid "cannot be interactive without stdin connected to a terminal."
5196msgstr ""
5197
5198#: builtin/am.c:1708
5199msgid "Commit Body is:"
5200msgstr ""
5201
5202#. TRANSLATORS: Make sure to include [y], [n], [e], [v] and [a]
5203#. in your translation. The program will only accept English
5204#. input at this point.
5205#.
5206#: builtin/am.c:1718
5207msgid "Apply? [y]es/[n]o/[e]dit/[v]iew patch/[a]ccept all: "
5208msgstr ""
5209
5210#: builtin/am.c:1768
5211#, c-format
5212msgid "Dirty index: cannot apply patches (dirty: %s)"
5213msgstr ""
5214
5215#: builtin/am.c:1808 builtin/am.c:1879
5216#, c-format
5217msgid "Applying: %.*s"
5218msgstr ""
5219
5220#: builtin/am.c:1824
5221msgid "No changes -- Patch already applied."
5222msgstr ""
5223
5224#: builtin/am.c:1832
5225#, c-format
5226msgid "Patch failed at %s %.*s"
5227msgstr ""
5228
5229#: builtin/am.c:1838
5230msgid "Use 'git am --show-current-patch' to see the failed patch"
5231msgstr ""
5232
5233#: builtin/am.c:1882
5234msgid ""
5235"No changes - did you forget to use 'git add'?\n"
5236"If there is nothing left to stage, chances are that something else\n"
5237"already introduced the same changes; you might want to skip this patch."
5238msgstr ""
5239
5240#: builtin/am.c:1889
5241msgid ""
5242"You still have unmerged paths in your index.\n"
5243"You should 'git add' each file with resolved conflicts to mark them as "
5244"such.\n"
5245"You might run `git rm` on a file to accept \"deleted by them\" for it."
5246msgstr ""
5247
5248#: builtin/am.c:1996 builtin/am.c:2000 builtin/am.c:2012 builtin/reset.c:324
5249#: builtin/reset.c:332
5250#, c-format
5251msgid "Could not parse object '%s'."
5252msgstr ""
5253
5254#: builtin/am.c:2048
5255msgid "failed to clean index"
5256msgstr ""
5257
5258#: builtin/am.c:2083
5259msgid ""
5260"You seem to have moved HEAD since the last 'am' failure.\n"
5261"Not rewinding to ORIG_HEAD"
5262msgstr ""
5263
5264#: builtin/am.c:2174
5265#, c-format
5266msgid "Invalid value for --patch-format: %s"
5267msgstr ""
5268
5269#: builtin/am.c:2210
5270msgid "git am [<options>] [(<mbox> | <Maildir>)...]"
5271msgstr ""
5272
5273#: builtin/am.c:2211
5274msgid "git am [<options>] (--continue | --skip | --abort)"
5275msgstr ""
5276
5277#: builtin/am.c:2217
5278msgid "run interactively"
5279msgstr ""
5280
5281#: builtin/am.c:2219
5282msgid "historical option -- no-op"
5283msgstr ""
5284
5285#: builtin/am.c:2221
5286msgid "allow fall back on 3way merging if needed"
5287msgstr ""
5288
5289#: builtin/am.c:2222 builtin/init-db.c:484 builtin/prune-packed.c:57
5290#: builtin/repack.c:192
5291msgid "be quiet"
5292msgstr ""
5293
5294#: builtin/am.c:2224
5295msgid "add a Signed-off-by line to the commit message"
5296msgstr ""
5297
5298#: builtin/am.c:2227
5299msgid "recode into utf8 (default)"
5300msgstr ""
5301
5302#: builtin/am.c:2229
5303msgid "pass -k flag to git-mailinfo"
5304msgstr ""
5305
5306#: builtin/am.c:2231
5307msgid "pass -b flag to git-mailinfo"
5308msgstr ""
5309
5310#: builtin/am.c:2233
5311msgid "pass -m flag to git-mailinfo"
5312msgstr ""
5313
5314#: builtin/am.c:2235
5315msgid "pass --keep-cr flag to git-mailsplit for mbox format"
5316msgstr ""
5317
5318#: builtin/am.c:2238
5319msgid "do not pass --keep-cr flag to git-mailsplit independent of am.keepcr"
5320msgstr ""
5321
5322#: builtin/am.c:2241
5323msgid "strip everything before a scissors line"
5324msgstr ""
5325
5326#: builtin/am.c:2243 builtin/am.c:2246 builtin/am.c:2249 builtin/am.c:2252
5327#: builtin/am.c:2255 builtin/am.c:2258 builtin/am.c:2261 builtin/am.c:2264
5328#: builtin/am.c:2270
5329msgid "pass it through git-apply"
5330msgstr ""
5331
5332#: builtin/am.c:2260 builtin/commit.c:1332 builtin/fmt-merge-msg.c:665
5333#: builtin/fmt-merge-msg.c:668 builtin/grep.c:853 builtin/merge.c:207
5334#: builtin/pull.c:150 builtin/pull.c:208 builtin/repack.c:201
5335#: builtin/repack.c:205 builtin/repack.c:207 builtin/show-branch.c:631
5336#: builtin/show-ref.c:169 builtin/tag.c:383 parse-options.h:144
5337#: parse-options.h:146 parse-options.h:258
5338msgid "n"
5339msgstr ""
5340
5341#: builtin/am.c:2266 builtin/branch.c:632 builtin/for-each-ref.c:38
5342#: builtin/replace.c:543 builtin/tag.c:419 builtin/verify-tag.c:39
5343msgid "format"
5344msgstr ""
5345
5346#: builtin/am.c:2267
5347msgid "format the patch(es) are in"
5348msgstr ""
5349
5350#: builtin/am.c:2273
5351msgid "override error message when patch failure occurs"
5352msgstr ""
5353
5354#: builtin/am.c:2275
5355msgid "continue applying patches after resolving a conflict"
5356msgstr ""
5357
5358#: builtin/am.c:2278
5359msgid "synonyms for --continue"
5360msgstr ""
5361
5362#: builtin/am.c:2281
5363msgid "skip the current patch"
5364msgstr ""
5365
5366#: builtin/am.c:2284
5367msgid "restore the original branch and abort the patching operation."
5368msgstr ""
5369
5370#: builtin/am.c:2287
5371msgid "abort the patching operation but keep HEAD where it is."
5372msgstr ""
5373
5374#: builtin/am.c:2290
5375msgid "show the patch being applied."
5376msgstr ""
5377
5378#: builtin/am.c:2294
5379msgid "lie about committer date"
5380msgstr ""
5381
5382#: builtin/am.c:2296
5383msgid "use current timestamp for author date"
5384msgstr ""
5385
5386#: builtin/am.c:2298 builtin/commit.c:1468 builtin/merge.c:238
5387#: builtin/pull.c:183 builtin/revert.c:112 builtin/tag.c:399
5388msgid "key-id"
5389msgstr ""
5390
5391#: builtin/am.c:2299
5392msgid "GPG-sign commits"
5393msgstr ""
5394
5395#: builtin/am.c:2302
5396msgid "(internal use for git-rebase)"
5397msgstr ""
5398
5399#: builtin/am.c:2320
5400msgid ""
5401"The -b/--binary option has been a no-op for long time, and\n"
5402"it will be removed. Please do not use it anymore."
5403msgstr ""
5404
5405#: builtin/am.c:2327
5406msgid "failed to read the index"
5407msgstr ""
5408
5409#: builtin/am.c:2342
5410#, c-format
5411msgid "previous rebase directory %s still exists but mbox given."
5412msgstr ""
5413
5414#: builtin/am.c:2366
5415#, c-format
5416msgid ""
5417"Stray %s directory found.\n"
5418"Use \"git am --abort\" to remove it."
5419msgstr ""
5420
5421#: builtin/am.c:2372
5422msgid "Resolve operation not in progress, we are not resuming."
5423msgstr ""
5424
5425#: builtin/apply.c:8
5426msgid "git apply [<options>] [<patch>...]"
5427msgstr ""
5428
5429#: builtin/archive.c:17
5430#, c-format
5431msgid "could not create archive file '%s'"
5432msgstr ""
5433
5434#: builtin/archive.c:20
5435msgid "could not redirect output"
5436msgstr ""
5437
5438#: builtin/archive.c:37
5439msgid "git archive: Remote with no URL"
5440msgstr ""
5441
5442#: builtin/archive.c:58
5443msgid "git archive: expected ACK/NAK, got a flush packet"
5444msgstr ""
5445
5446#: builtin/archive.c:61
5447#, c-format
5448msgid "git archive: NACK %s"
5449msgstr ""
5450
5451#: builtin/archive.c:64
5452msgid "git archive: protocol error"
5453msgstr ""
5454
5455#: builtin/archive.c:68
5456msgid "git archive: expected a flush"
5457msgstr ""
5458
5459#: builtin/bisect--helper.c:12
5460msgid "git bisect--helper --next-all [--no-checkout]"
5461msgstr ""
5462
5463#: builtin/bisect--helper.c:13
5464msgid "git bisect--helper --write-terms <bad_term> <good_term>"
5465msgstr ""
5466
5467#: builtin/bisect--helper.c:14
5468msgid "git bisect--helper --bisect-clean-state"
5469msgstr ""
5470
5471#: builtin/bisect--helper.c:46
5472#, c-format
5473msgid "'%s' is not a valid term"
5474msgstr ""
5475
5476#: builtin/bisect--helper.c:50
5477#, c-format
5478msgid "can't use the builtin command '%s' as a term"
5479msgstr ""
5480
5481#: builtin/bisect--helper.c:60
5482#, c-format
5483msgid "can't change the meaning of the term '%s'"
5484msgstr ""
5485
5486#: builtin/bisect--helper.c:71
5487msgid "please use two different terms"
5488msgstr ""
5489
5490#: builtin/bisect--helper.c:78
5491msgid "could not open the file BISECT_TERMS"
5492msgstr ""
5493
5494#: builtin/bisect--helper.c:120
5495msgid "perform 'git bisect next'"
5496msgstr ""
5497
5498#: builtin/bisect--helper.c:122
5499msgid "write the terms to .git/BISECT_TERMS"
5500msgstr ""
5501
5502#: builtin/bisect--helper.c:124
5503msgid "cleanup the bisection state"
5504msgstr ""
5505
5506#: builtin/bisect--helper.c:126
5507msgid "check for expected revs"
5508msgstr ""
5509
5510#: builtin/bisect--helper.c:128
5511msgid "update BISECT_HEAD instead of checking out the current commit"
5512msgstr ""
5513
5514#: builtin/bisect--helper.c:143
5515msgid "--write-terms requires two arguments"
5516msgstr ""
5517
5518#: builtin/bisect--helper.c:147
5519msgid "--bisect-clean-state requires no arguments"
5520msgstr ""
5521
5522#: builtin/blame.c:29
5523msgid "git blame [<options>] [<rev-opts>] [<rev>] [--] <file>"
5524msgstr ""
5525
5526#: builtin/blame.c:34
5527msgid "<rev-opts> are documented in git-rev-list(1)"
5528msgstr ""
5529
5530#: builtin/blame.c:404
5531#, c-format
5532msgid "expecting a color: %s"
5533msgstr ""
5534
5535#: builtin/blame.c:411
5536msgid "must end with a color"
5537msgstr ""
5538
5539#: builtin/blame.c:697
5540#, c-format
5541msgid "invalid color '%s' in color.blame.repeatedLines"
5542msgstr ""
5543
5544#: builtin/blame.c:715
5545msgid "invalid value for blame.coloring"
5546msgstr ""
5547
5548#: builtin/blame.c:786
5549msgid "Show blame entries as we find them, incrementally"
5550msgstr ""
5551
5552#: builtin/blame.c:787
5553msgid "Show blank SHA-1 for boundary commits (Default: off)"
5554msgstr ""
5555
5556#: builtin/blame.c:788
5557msgid "Do not treat root commits as boundaries (Default: off)"
5558msgstr ""
5559
5560#: builtin/blame.c:789
5561msgid "Show work cost statistics"
5562msgstr ""
5563
5564#: builtin/blame.c:790
5565msgid "Force progress reporting"
5566msgstr ""
5567
5568#: builtin/blame.c:791
5569msgid "Show output score for blame entries"
5570msgstr ""
5571
5572#: builtin/blame.c:792
5573msgid "Show original filename (Default: auto)"
5574msgstr ""
5575
5576#: builtin/blame.c:793
5577msgid "Show original linenumber (Default: off)"
5578msgstr ""
5579
5580#: builtin/blame.c:794
5581msgid "Show in a format designed for machine consumption"
5582msgstr ""
5583
5584#: builtin/blame.c:795
5585msgid "Show porcelain format with per-line commit information"
5586msgstr ""
5587
5588#: builtin/blame.c:796
5589msgid "Use the same output mode as git-annotate (Default: off)"
5590msgstr ""
5591
5592#: builtin/blame.c:797
5593msgid "Show raw timestamp (Default: off)"
5594msgstr ""
5595
5596#: builtin/blame.c:798
5597msgid "Show long commit SHA1 (Default: off)"
5598msgstr ""
5599
5600#: builtin/blame.c:799
5601msgid "Suppress author name and timestamp (Default: off)"
5602msgstr ""
5603
5604#: builtin/blame.c:800
5605msgid "Show author email instead of name (Default: off)"
5606msgstr ""
5607
5608#: builtin/blame.c:801
5609msgid "Ignore whitespace differences"
5610msgstr ""
5611
5612#: builtin/blame.c:802
5613msgid "color redundant metadata from previous line differently"
5614msgstr ""
5615
5616#: builtin/blame.c:803
5617msgid "color lines by age"
5618msgstr ""
5619
5620#: builtin/blame.c:810
5621msgid "Use an experimental heuristic to improve diffs"
5622msgstr ""
5623
5624#: builtin/blame.c:812
5625msgid "Spend extra cycles to find better match"
5626msgstr ""
5627
5628#: builtin/blame.c:813
5629msgid "Use revisions from <file> instead of calling git-rev-list"
5630msgstr ""
5631
5632#: builtin/blame.c:814
5633msgid "Use <file>'s contents as the final image"
5634msgstr ""
5635
5636#: builtin/blame.c:815 builtin/blame.c:816
5637msgid "score"
5638msgstr ""
5639
5640#: builtin/blame.c:815
5641msgid "Find line copies within and across files"
5642msgstr ""
5643
5644#: builtin/blame.c:816
5645msgid "Find line movements within and across files"
5646msgstr ""
5647
5648#: builtin/blame.c:817
5649msgid "n,m"
5650msgstr ""
5651
5652#: builtin/blame.c:817
5653msgid "Process only line range n,m, counting from 1"
5654msgstr ""
5655
5656#: builtin/blame.c:866
5657msgid "--progress can't be used with --incremental or porcelain formats"
5658msgstr ""
5659
5660#. TRANSLATORS: This string is used to tell us the
5661#. maximum display width for a relative timestamp in
5662#. "git blame" output.  For C locale, "4 years, 11
5663#. months ago", which takes 22 places, is the longest
5664#. among various forms of relative timestamps, but
5665#. your language may need more or fewer display
5666#. columns.
5667#.
5668#: builtin/blame.c:917
5669msgid "4 years, 11 months ago"
5670msgstr ""
5671
5672#: builtin/blame.c:1003
5673#, c-format
5674msgid "file %s has only %lu line"
5675msgid_plural "file %s has only %lu lines"
5676msgstr[0] ""
5677msgstr[1] ""
5678
5679#: builtin/blame.c:1049
5680msgid "Blaming lines"
5681msgstr ""
5682
5683#: builtin/branch.c:27
5684msgid "git branch [<options>] [-r | -a] [--merged | --no-merged]"
5685msgstr ""
5686
5687#: builtin/branch.c:28
5688msgid "git branch [<options>] [-l] [-f] <branch-name> [<start-point>]"
5689msgstr ""
5690
5691#: builtin/branch.c:29
5692msgid "git branch [<options>] [-r] (-d | -D) <branch-name>..."
5693msgstr ""
5694
5695#: builtin/branch.c:30
5696msgid "git branch [<options>] (-m | -M) [<old-branch>] <new-branch>"
5697msgstr ""
5698
5699#: builtin/branch.c:31
5700msgid "git branch [<options>] (-c | -C) [<old-branch>] <new-branch>"
5701msgstr ""
5702
5703#: builtin/branch.c:32
5704msgid "git branch [<options>] [-r | -a] [--points-at]"
5705msgstr ""
5706
5707#: builtin/branch.c:33
5708msgid "git branch [<options>] [-r | -a] [--format]"
5709msgstr ""
5710
5711#: builtin/branch.c:146
5712#, c-format
5713msgid ""
5714"deleting branch '%s' that has been merged to\n"
5715"         '%s', but not yet merged to HEAD."
5716msgstr ""
5717
5718#: builtin/branch.c:150
5719#, c-format
5720msgid ""
5721"not deleting branch '%s' that is not yet merged to\n"
5722"         '%s', even though it is merged to HEAD."
5723msgstr ""
5724
5725#: builtin/branch.c:164
5726#, c-format
5727msgid "Couldn't look up commit object for '%s'"
5728msgstr ""
5729
5730#: builtin/branch.c:168
5731#, c-format
5732msgid ""
5733"The branch '%s' is not fully merged.\n"
5734"If you are sure you want to delete it, run 'git branch -D %s'."
5735msgstr ""
5736
5737#: builtin/branch.c:181
5738msgid "Update of config-file failed"
5739msgstr ""
5740
5741#: builtin/branch.c:212
5742msgid "cannot use -a with -d"
5743msgstr ""
5744
5745#: builtin/branch.c:218
5746msgid "Couldn't look up commit object for HEAD"
5747msgstr ""
5748
5749#: builtin/branch.c:232
5750#, c-format
5751msgid "Cannot delete branch '%s' checked out at '%s'"
5752msgstr ""
5753
5754#: builtin/branch.c:247
5755#, c-format
5756msgid "remote-tracking branch '%s' not found."
5757msgstr ""
5758
5759#: builtin/branch.c:248
5760#, c-format
5761msgid "branch '%s' not found."
5762msgstr ""
5763
5764#: builtin/branch.c:263
5765#, c-format
5766msgid "Error deleting remote-tracking branch '%s'"
5767msgstr ""
5768
5769#: builtin/branch.c:264
5770#, c-format
5771msgid "Error deleting branch '%s'"
5772msgstr ""
5773
5774#: builtin/branch.c:271
5775#, c-format
5776msgid "Deleted remote-tracking branch %s (was %s).\n"
5777msgstr ""
5778
5779#: builtin/branch.c:272
5780#, c-format
5781msgid "Deleted branch %s (was %s).\n"
5782msgstr ""
5783
5784#: builtin/branch.c:416 builtin/tag.c:58
5785msgid "unable to parse format string"
5786msgstr ""
5787
5788#: builtin/branch.c:453
5789#, c-format
5790msgid "Branch %s is being rebased at %s"
5791msgstr ""
5792
5793#: builtin/branch.c:457
5794#, c-format
5795msgid "Branch %s is being bisected at %s"
5796msgstr ""
5797
5798#: builtin/branch.c:474
5799msgid "cannot copy the current branch while not on any."
5800msgstr ""
5801
5802#: builtin/branch.c:476
5803msgid "cannot rename the current branch while not on any."
5804msgstr ""
5805
5806#: builtin/branch.c:487
5807#, c-format
5808msgid "Invalid branch name: '%s'"
5809msgstr ""
5810
5811#: builtin/branch.c:514
5812msgid "Branch rename failed"
5813msgstr ""
5814
5815#: builtin/branch.c:516
5816msgid "Branch copy failed"
5817msgstr ""
5818
5819#: builtin/branch.c:520
5820#, c-format
5821msgid "Created a copy of a misnamed branch '%s'"
5822msgstr ""
5823
5824#: builtin/branch.c:523
5825#, c-format
5826msgid "Renamed a misnamed branch '%s' away"
5827msgstr ""
5828
5829#: builtin/branch.c:529
5830#, c-format
5831msgid "Branch renamed to %s, but HEAD is not updated!"
5832msgstr ""
5833
5834#: builtin/branch.c:538
5835msgid "Branch is renamed, but update of config-file failed"
5836msgstr ""
5837
5838#: builtin/branch.c:540
5839msgid "Branch is copied, but update of config-file failed"
5840msgstr ""
5841
5842#: builtin/branch.c:556
5843#, c-format
5844msgid ""
5845"Please edit the description for the branch\n"
5846"  %s\n"
5847"Lines starting with '%c' will be stripped.\n"
5848msgstr ""
5849
5850#: builtin/branch.c:589
5851msgid "Generic options"
5852msgstr ""
5853
5854#: builtin/branch.c:591
5855msgid "show hash and subject, give twice for upstream branch"
5856msgstr ""
5857
5858#: builtin/branch.c:592
5859msgid "suppress informational messages"
5860msgstr ""
5861
5862#: builtin/branch.c:593
5863msgid "set up tracking mode (see git-pull(1))"
5864msgstr ""
5865
5866#: builtin/branch.c:595
5867msgid "do not use"
5868msgstr ""
5869
5870#: builtin/branch.c:597
5871msgid "upstream"
5872msgstr ""
5873
5874#: builtin/branch.c:597
5875msgid "change the upstream info"
5876msgstr ""
5877
5878#: builtin/branch.c:598
5879msgid "Unset the upstream info"
5880msgstr ""
5881
5882#: builtin/branch.c:599
5883msgid "use colored output"
5884msgstr ""
5885
5886#: builtin/branch.c:600
5887msgid "act on remote-tracking branches"
5888msgstr ""
5889
5890#: builtin/branch.c:602 builtin/branch.c:604
5891msgid "print only branches that contain the commit"
5892msgstr ""
5893
5894#: builtin/branch.c:603 builtin/branch.c:605
5895msgid "print only branches that don't contain the commit"
5896msgstr ""
5897
5898#: builtin/branch.c:608
5899msgid "Specific git-branch actions:"
5900msgstr ""
5901
5902#: builtin/branch.c:609
5903msgid "list both remote-tracking and local branches"
5904msgstr ""
5905
5906#: builtin/branch.c:611
5907msgid "delete fully merged branch"
5908msgstr ""
5909
5910#: builtin/branch.c:612
5911msgid "delete branch (even if not merged)"
5912msgstr ""
5913
5914#: builtin/branch.c:613
5915msgid "move/rename a branch and its reflog"
5916msgstr ""
5917
5918#: builtin/branch.c:614
5919msgid "move/rename a branch, even if target exists"
5920msgstr ""
5921
5922#: builtin/branch.c:615
5923msgid "copy a branch and its reflog"
5924msgstr ""
5925
5926#: builtin/branch.c:616
5927msgid "copy a branch, even if target exists"
5928msgstr ""
5929
5930#: builtin/branch.c:617
5931msgid "list branch names"
5932msgstr ""
5933
5934#: builtin/branch.c:618
5935msgid "create the branch's reflog"
5936msgstr ""
5937
5938#: builtin/branch.c:620
5939msgid "edit the description for the branch"
5940msgstr ""
5941
5942#: builtin/branch.c:621
5943msgid "force creation, move/rename, deletion"
5944msgstr ""
5945
5946#: builtin/branch.c:622
5947msgid "print only branches that are merged"
5948msgstr ""
5949
5950#: builtin/branch.c:623
5951msgid "print only branches that are not merged"
5952msgstr ""
5953
5954#: builtin/branch.c:624
5955msgid "list branches in columns"
5956msgstr ""
5957
5958#: builtin/branch.c:625 builtin/for-each-ref.c:40 builtin/ls-remote.c:70
5959#: builtin/tag.c:412
5960msgid "key"
5961msgstr ""
5962
5963#: builtin/branch.c:626 builtin/for-each-ref.c:41 builtin/ls-remote.c:71
5964#: builtin/tag.c:413
5965msgid "field name to sort on"
5966msgstr ""
5967
5968#: builtin/branch.c:628 builtin/for-each-ref.c:43 builtin/notes.c:408
5969#: builtin/notes.c:411 builtin/notes.c:571 builtin/notes.c:574
5970#: builtin/tag.c:415
5971msgid "object"
5972msgstr ""
5973
5974#: builtin/branch.c:629
5975msgid "print only branches of the object"
5976msgstr ""
5977
5978#: builtin/branch.c:631 builtin/for-each-ref.c:49 builtin/tag.c:422
5979msgid "sorting and filtering are case insensitive"
5980msgstr ""
5981
5982#: builtin/branch.c:632 builtin/for-each-ref.c:38 builtin/tag.c:420
5983#: builtin/verify-tag.c:39
5984msgid "format to use for the output"
5985msgstr ""
5986
5987#: builtin/branch.c:655 builtin/clone.c:737
5988msgid "HEAD not found below refs/heads!"
5989msgstr ""
5990
5991#: builtin/branch.c:678
5992msgid "--column and --verbose are incompatible"
5993msgstr ""
5994
5995#: builtin/branch.c:693 builtin/branch.c:745 builtin/branch.c:754
5996msgid "branch name required"
5997msgstr ""
5998
5999#: builtin/branch.c:721
6000msgid "Cannot give description to detached HEAD"
6001msgstr ""
6002
6003#: builtin/branch.c:726
6004msgid "cannot edit description of more than one branch"
6005msgstr ""
6006
6007#: builtin/branch.c:733
6008#, c-format
6009msgid "No commit on branch '%s' yet."
6010msgstr ""
6011
6012#: builtin/branch.c:736
6013#, c-format
6014msgid "No branch named '%s'."
6015msgstr ""
6016
6017#: builtin/branch.c:751
6018msgid "too many branches for a copy operation"
6019msgstr ""
6020
6021#: builtin/branch.c:760
6022msgid "too many arguments for a rename operation"
6023msgstr ""
6024
6025#: builtin/branch.c:765
6026msgid "too many arguments to set new upstream"
6027msgstr ""
6028
6029#: builtin/branch.c:769
6030#, c-format
6031msgid ""
6032"could not set upstream of HEAD to %s when it does not point to any branch."
6033msgstr ""
6034
6035#: builtin/branch.c:772 builtin/branch.c:794 builtin/branch.c:810
6036#, c-format
6037msgid "no such branch '%s'"
6038msgstr ""
6039
6040#: builtin/branch.c:776
6041#, c-format
6042msgid "branch '%s' does not exist"
6043msgstr ""
6044
6045#: builtin/branch.c:788
6046msgid "too many arguments to unset upstream"
6047msgstr ""
6048
6049#: builtin/branch.c:792
6050msgid "could not unset upstream of HEAD when it does not point to any branch."
6051msgstr ""
6052
6053#: builtin/branch.c:798
6054#, c-format
6055msgid "Branch '%s' has no upstream information"
6056msgstr ""
6057
6058#: builtin/branch.c:813
6059msgid "-a and -r options to 'git branch' do not make sense with a branch name"
6060msgstr ""
6061
6062#: builtin/branch.c:816
6063msgid ""
6064"the '--set-upstream' option is no longer supported. Please use '--track' or "
6065"'--set-upstream-to' instead."
6066msgstr ""
6067
6068#: builtin/bundle.c:45
6069#, c-format
6070msgid "%s is okay\n"
6071msgstr ""
6072
6073#: builtin/bundle.c:58
6074msgid "Need a repository to create a bundle."
6075msgstr ""
6076
6077#: builtin/bundle.c:62
6078msgid "Need a repository to unbundle."
6079msgstr ""
6080
6081#: builtin/cat-file.c:525
6082msgid ""
6083"git cat-file (-t [--allow-unknown-type] | -s [--allow-unknown-type] | -e | -"
6084"p | <type> | --textconv | --filters) [--path=<path>] <object>"
6085msgstr ""
6086
6087#: builtin/cat-file.c:526
6088msgid ""
6089"git cat-file (--batch | --batch-check) [--follow-symlinks] [--textconv | --"
6090"filters]"
6091msgstr ""
6092
6093#: builtin/cat-file.c:563
6094msgid "<type> can be one of: blob, tree, commit, tag"
6095msgstr ""
6096
6097#: builtin/cat-file.c:564
6098msgid "show object type"
6099msgstr ""
6100
6101#: builtin/cat-file.c:565
6102msgid "show object size"
6103msgstr ""
6104
6105#: builtin/cat-file.c:567
6106msgid "exit with zero when there's no error"
6107msgstr ""
6108
6109#: builtin/cat-file.c:568
6110msgid "pretty-print object's content"
6111msgstr ""
6112
6113#: builtin/cat-file.c:570
6114msgid "for blob objects, run textconv on object's content"
6115msgstr ""
6116
6117#: builtin/cat-file.c:572
6118msgid "for blob objects, run filters on object's content"
6119msgstr ""
6120
6121#: builtin/cat-file.c:573 git-submodule.sh:894
6122msgid "blob"
6123msgstr ""
6124
6125#: builtin/cat-file.c:574
6126msgid "use a specific path for --textconv/--filters"
6127msgstr ""
6128
6129#: builtin/cat-file.c:576
6130msgid "allow -s and -t to work with broken/corrupt objects"
6131msgstr ""
6132
6133#: builtin/cat-file.c:577
6134msgid "buffer --batch output"
6135msgstr ""
6136
6137#: builtin/cat-file.c:579
6138msgid "show info and content of objects fed from the standard input"
6139msgstr ""
6140
6141#: builtin/cat-file.c:582
6142msgid "show info about objects fed from the standard input"
6143msgstr ""
6144
6145#: builtin/cat-file.c:585
6146msgid "follow in-tree symlinks (used with --batch or --batch-check)"
6147msgstr ""
6148
6149#: builtin/cat-file.c:587
6150msgid "show all objects with --batch or --batch-check"
6151msgstr ""
6152
6153#: builtin/check-attr.c:12
6154msgid "git check-attr [-a | --all | <attr>...] [--] <pathname>..."
6155msgstr ""
6156
6157#: builtin/check-attr.c:13
6158msgid "git check-attr --stdin [-z] [-a | --all | <attr>...]"
6159msgstr ""
6160
6161#: builtin/check-attr.c:20
6162msgid "report all attributes set on file"
6163msgstr ""
6164
6165#: builtin/check-attr.c:21
6166msgid "use .gitattributes only from the index"
6167msgstr ""
6168
6169#: builtin/check-attr.c:22 builtin/check-ignore.c:24 builtin/hash-object.c:100
6170msgid "read file names from stdin"
6171msgstr ""
6172
6173#: builtin/check-attr.c:24 builtin/check-ignore.c:26
6174msgid "terminate input and output records by a NUL character"
6175msgstr ""
6176
6177#: builtin/check-ignore.c:20 builtin/checkout.c:1113 builtin/gc.c:500
6178msgid "suppress progress reporting"
6179msgstr ""
6180
6181#: builtin/check-ignore.c:28
6182msgid "show non-matching input paths"
6183msgstr ""
6184
6185#: builtin/check-ignore.c:30
6186msgid "ignore index when checking"
6187msgstr ""
6188
6189#: builtin/check-ignore.c:159
6190msgid "cannot specify pathnames with --stdin"
6191msgstr ""
6192
6193#: builtin/check-ignore.c:162
6194msgid "-z only makes sense with --stdin"
6195msgstr ""
6196
6197#: builtin/check-ignore.c:164
6198msgid "no path specified"
6199msgstr ""
6200
6201#: builtin/check-ignore.c:168
6202msgid "--quiet is only valid with a single pathname"
6203msgstr ""
6204
6205#: builtin/check-ignore.c:170
6206msgid "cannot have both --quiet and --verbose"
6207msgstr ""
6208
6209#: builtin/check-ignore.c:173
6210msgid "--non-matching is only valid with --verbose"
6211msgstr ""
6212
6213#: builtin/check-mailmap.c:9
6214msgid "git check-mailmap [<options>] <contact>..."
6215msgstr ""
6216
6217#: builtin/check-mailmap.c:14
6218msgid "also read contacts from stdin"
6219msgstr ""
6220
6221#: builtin/check-mailmap.c:25
6222#, c-format
6223msgid "unable to parse contact: %s"
6224msgstr ""
6225
6226#: builtin/check-mailmap.c:48
6227msgid "no contacts specified"
6228msgstr ""
6229
6230#: builtin/checkout-index.c:128
6231msgid "git checkout-index [<options>] [--] [<file>...]"
6232msgstr ""
6233
6234#: builtin/checkout-index.c:143
6235msgid "stage should be between 1 and 3 or all"
6236msgstr ""
6237
6238#: builtin/checkout-index.c:159
6239msgid "check out all files in the index"
6240msgstr ""
6241
6242#: builtin/checkout-index.c:160
6243msgid "force overwrite of existing files"
6244msgstr ""
6245
6246#: builtin/checkout-index.c:162
6247msgid "no warning for existing files and files not in index"
6248msgstr ""
6249
6250#: builtin/checkout-index.c:164
6251msgid "don't checkout new files"
6252msgstr ""
6253
6254#: builtin/checkout-index.c:166
6255msgid "update stat information in the index file"
6256msgstr ""
6257
6258#: builtin/checkout-index.c:170
6259msgid "read list of paths from the standard input"
6260msgstr ""
6261
6262#: builtin/checkout-index.c:172
6263msgid "write the content to temporary files"
6264msgstr ""
6265
6266#: builtin/checkout-index.c:173 builtin/column.c:31
6267#: builtin/submodule--helper.c:1216 builtin/submodule--helper.c:1219
6268#: builtin/submodule--helper.c:1227 builtin/submodule--helper.c:1591
6269#: builtin/worktree.c:610
6270msgid "string"
6271msgstr ""
6272
6273#: builtin/checkout-index.c:174
6274msgid "when creating files, prepend <string>"
6275msgstr ""
6276
6277#: builtin/checkout-index.c:176
6278msgid "copy out the files from named stage"
6279msgstr ""
6280
6281#: builtin/checkout.c:27
6282msgid "git checkout [<options>] <branch>"
6283msgstr ""
6284
6285#: builtin/checkout.c:28
6286msgid "git checkout [<options>] [<branch>] -- <file>..."
6287msgstr ""
6288
6289#: builtin/checkout.c:136 builtin/checkout.c:169
6290#, c-format
6291msgid "path '%s' does not have our version"
6292msgstr ""
6293
6294#: builtin/checkout.c:138 builtin/checkout.c:171
6295#, c-format
6296msgid "path '%s' does not have their version"
6297msgstr ""
6298
6299#: builtin/checkout.c:154
6300#, c-format
6301msgid "path '%s' does not have all necessary versions"
6302msgstr ""
6303
6304#: builtin/checkout.c:198
6305#, c-format
6306msgid "path '%s' does not have necessary versions"
6307msgstr ""
6308
6309#: builtin/checkout.c:215
6310#, c-format
6311msgid "path '%s': cannot merge"
6312msgstr ""
6313
6314#: builtin/checkout.c:231
6315#, c-format
6316msgid "Unable to add merge result for '%s'"
6317msgstr ""
6318
6319#: builtin/checkout.c:253 builtin/checkout.c:256 builtin/checkout.c:259
6320#: builtin/checkout.c:262
6321#, c-format
6322msgid "'%s' cannot be used with updating paths"
6323msgstr ""
6324
6325#: builtin/checkout.c:265 builtin/checkout.c:268
6326#, c-format
6327msgid "'%s' cannot be used with %s"
6328msgstr ""
6329
6330#: builtin/checkout.c:271
6331#, c-format
6332msgid "Cannot update paths and switch to branch '%s' at the same time."
6333msgstr ""
6334
6335#: builtin/checkout.c:340 builtin/checkout.c:347
6336#, c-format
6337msgid "path '%s' is unmerged"
6338msgstr ""
6339
6340#: builtin/checkout.c:506
6341msgid "you need to resolve your current index first"
6342msgstr ""
6343
6344#: builtin/checkout.c:643
6345#, c-format
6346msgid "Can not do reflog for '%s': %s\n"
6347msgstr ""
6348
6349#: builtin/checkout.c:684
6350msgid "HEAD is now at"
6351msgstr ""
6352
6353#: builtin/checkout.c:688 builtin/clone.c:691
6354msgid "unable to update HEAD"
6355msgstr ""
6356
6357#: builtin/checkout.c:692
6358#, c-format
6359msgid "Reset branch '%s'\n"
6360msgstr ""
6361
6362#: builtin/checkout.c:695
6363#, c-format
6364msgid "Already on '%s'\n"
6365msgstr ""
6366
6367#: builtin/checkout.c:699
6368#, c-format
6369msgid "Switched to and reset branch '%s'\n"
6370msgstr ""
6371
6372#: builtin/checkout.c:701 builtin/checkout.c:1046
6373#, c-format
6374msgid "Switched to a new branch '%s'\n"
6375msgstr ""
6376
6377#: builtin/checkout.c:703
6378#, c-format
6379msgid "Switched to branch '%s'\n"
6380msgstr ""
6381
6382#: builtin/checkout.c:754
6383#, c-format
6384msgid " ... and %d more.\n"
6385msgstr ""
6386
6387#: builtin/checkout.c:760
6388#, c-format
6389msgid ""
6390"Warning: you are leaving %d commit behind, not connected to\n"
6391"any of your branches:\n"
6392"\n"
6393"%s\n"
6394msgid_plural ""
6395"Warning: you are leaving %d commits behind, not connected to\n"
6396"any of your branches:\n"
6397"\n"
6398"%s\n"
6399msgstr[0] ""
6400msgstr[1] ""
6401
6402#: builtin/checkout.c:779
6403#, c-format
6404msgid ""
6405"If you want to keep it by creating a new branch, this may be a good time\n"
6406"to do so with:\n"
6407"\n"
6408" git branch <new-branch-name> %s\n"
6409"\n"
6410msgid_plural ""
6411"If you want to keep them by creating a new branch, this may be a good time\n"
6412"to do so with:\n"
6413"\n"
6414" git branch <new-branch-name> %s\n"
6415"\n"
6416msgstr[0] ""
6417msgstr[1] ""
6418
6419#: builtin/checkout.c:811
6420msgid "internal error in revision walk"
6421msgstr ""
6422
6423#: builtin/checkout.c:815
6424msgid "Previous HEAD position was"
6425msgstr ""
6426
6427#: builtin/checkout.c:843 builtin/checkout.c:1041
6428msgid "You are on a branch yet to be born"
6429msgstr ""
6430
6431#: builtin/checkout.c:947
6432#, c-format
6433msgid "only one reference expected, %d given."
6434msgstr ""
6435
6436#: builtin/checkout.c:987 builtin/worktree.c:240 builtin/worktree.c:389
6437#, c-format
6438msgid "invalid reference: %s"
6439msgstr ""
6440
6441#: builtin/checkout.c:1016
6442#, c-format
6443msgid "reference is not a tree: %s"
6444msgstr ""
6445
6446#: builtin/checkout.c:1055
6447msgid "paths cannot be used with switching branches"
6448msgstr ""
6449
6450#: builtin/checkout.c:1058 builtin/checkout.c:1062
6451#, c-format
6452msgid "'%s' cannot be used with switching branches"
6453msgstr ""
6454
6455#: builtin/checkout.c:1066 builtin/checkout.c:1069 builtin/checkout.c:1074
6456#: builtin/checkout.c:1077
6457#, c-format
6458msgid "'%s' cannot be used with '%s'"
6459msgstr ""
6460
6461#: builtin/checkout.c:1082
6462#, c-format
6463msgid "Cannot switch branch to a non-commit '%s'"
6464msgstr ""
6465
6466#: builtin/checkout.c:1114 builtin/checkout.c:1116 builtin/clone.c:118
6467#: builtin/remote.c:167 builtin/remote.c:169 builtin/worktree.c:433
6468#: builtin/worktree.c:435
6469msgid "branch"
6470msgstr ""
6471
6472#: builtin/checkout.c:1115
6473msgid "create and checkout a new branch"
6474msgstr ""
6475
6476#: builtin/checkout.c:1117
6477msgid "create/reset and checkout a branch"
6478msgstr ""
6479
6480#: builtin/checkout.c:1118
6481msgid "create reflog for new branch"
6482msgstr ""
6483
6484#: builtin/checkout.c:1119 builtin/worktree.c:437
6485msgid "detach HEAD at named commit"
6486msgstr ""
6487
6488#: builtin/checkout.c:1120
6489msgid "set upstream info for new branch"
6490msgstr ""
6491
6492#: builtin/checkout.c:1122
6493msgid "new-branch"
6494msgstr ""
6495
6496#: builtin/checkout.c:1122
6497msgid "new unparented branch"
6498msgstr ""
6499
6500#: builtin/checkout.c:1123
6501msgid "checkout our version for unmerged files"
6502msgstr ""
6503
6504#: builtin/checkout.c:1125
6505msgid "checkout their version for unmerged files"
6506msgstr ""
6507
6508#: builtin/checkout.c:1127
6509msgid "force checkout (throw away local modifications)"
6510msgstr ""
6511
6512#: builtin/checkout.c:1129
6513msgid "perform a 3-way merge with the new branch"
6514msgstr ""
6515
6516#: builtin/checkout.c:1131 builtin/merge.c:240
6517msgid "update ignored files (default)"
6518msgstr ""
6519
6520#: builtin/checkout.c:1133 builtin/log.c:1499 parse-options.h:264
6521msgid "style"
6522msgstr ""
6523
6524#: builtin/checkout.c:1134
6525msgid "conflict style (merge or diff3)"
6526msgstr ""
6527
6528#: builtin/checkout.c:1137
6529msgid "do not limit pathspecs to sparse entries only"
6530msgstr ""
6531
6532#: builtin/checkout.c:1139
6533msgid "second guess 'git checkout <no-such-branch>'"
6534msgstr ""
6535
6536#: builtin/checkout.c:1141
6537msgid "do not check if another worktree is holding the given ref"
6538msgstr ""
6539
6540#: builtin/checkout.c:1145 builtin/clone.c:85 builtin/fetch.c:149
6541#: builtin/merge.c:237 builtin/pull.c:128 builtin/push.c:572
6542#: builtin/send-pack.c:174
6543msgid "force progress reporting"
6544msgstr ""
6545
6546#: builtin/checkout.c:1175
6547msgid "-b, -B and --orphan are mutually exclusive"
6548msgstr ""
6549
6550#: builtin/checkout.c:1192
6551msgid "--track needs a branch name"
6552msgstr ""
6553
6554#: builtin/checkout.c:1197
6555msgid "Missing branch name; try -b"
6556msgstr ""
6557
6558#: builtin/checkout.c:1233
6559msgid "invalid path specification"
6560msgstr ""
6561
6562#: builtin/checkout.c:1240
6563#, c-format
6564msgid "'%s' is not a commit and a branch '%s' cannot be created from it"
6565msgstr ""
6566
6567#: builtin/checkout.c:1244
6568#, c-format
6569msgid "git checkout: --detach does not take a path argument '%s'"
6570msgstr ""
6571
6572#: builtin/checkout.c:1248
6573msgid ""
6574"git checkout: --ours/--theirs, --force and --merge are incompatible when\n"
6575"checking out of the index."
6576msgstr ""
6577
6578#: builtin/clean.c:26
6579msgid ""
6580"git clean [-d] [-f] [-i] [-n] [-q] [-e <pattern>] [-x | -X] [--] <paths>..."
6581msgstr ""
6582
6583#: builtin/clean.c:30
6584#, c-format
6585msgid "Removing %s\n"
6586msgstr ""
6587
6588#: builtin/clean.c:31
6589#, c-format
6590msgid "Would remove %s\n"
6591msgstr ""
6592
6593#: builtin/clean.c:32
6594#, c-format
6595msgid "Skipping repository %s\n"
6596msgstr ""
6597
6598#: builtin/clean.c:33
6599#, c-format
6600msgid "Would skip repository %s\n"
6601msgstr ""
6602
6603#: builtin/clean.c:34
6604#, c-format
6605msgid "failed to remove %s"
6606msgstr ""
6607
6608#: builtin/clean.c:302 git-add--interactive.perl:579
6609#, c-format
6610msgid ""
6611"Prompt help:\n"
6612"1          - select a numbered item\n"
6613"foo        - select item based on unique prefix\n"
6614"           - (empty) select nothing\n"
6615msgstr ""
6616
6617#: builtin/clean.c:306 git-add--interactive.perl:588
6618#, c-format
6619msgid ""
6620"Prompt help:\n"
6621"1          - select a single item\n"
6622"3-5        - select a range of items\n"
6623"2-3,6-9    - select multiple ranges\n"
6624"foo        - select item based on unique prefix\n"
6625"-...       - unselect specified items\n"
6626"*          - choose all items\n"
6627"           - (empty) finish selecting\n"
6628msgstr ""
6629
6630#: builtin/clean.c:522 git-add--interactive.perl:554
6631#: git-add--interactive.perl:559
6632#, c-format, perl-format
6633msgid "Huh (%s)?\n"
6634msgstr ""
6635
6636#: builtin/clean.c:664
6637#, c-format
6638msgid "Input ignore patterns>> "
6639msgstr ""
6640
6641#: builtin/clean.c:701
6642#, c-format
6643msgid "WARNING: Cannot find items matched by: %s"
6644msgstr ""
6645
6646#: builtin/clean.c:722
6647msgid "Select items to delete"
6648msgstr ""
6649
6650#. TRANSLATORS: Make sure to keep [y/N] as is
6651#: builtin/clean.c:763
6652#, c-format
6653msgid "Remove %s [y/N]? "
6654msgstr ""
6655
6656#: builtin/clean.c:788 git-add--interactive.perl:1717
6657#, c-format
6658msgid "Bye.\n"
6659msgstr ""
6660
6661#: builtin/clean.c:796
6662msgid ""
6663"clean               - start cleaning\n"
6664"filter by pattern   - exclude items from deletion\n"
6665"select by numbers   - select items to be deleted by numbers\n"
6666"ask each            - confirm each deletion (like \"rm -i\")\n"
6667"quit                - stop cleaning\n"
6668"help                - this screen\n"
6669"?                   - help for prompt selection"
6670msgstr ""
6671
6672#: builtin/clean.c:823 git-add--interactive.perl:1793
6673msgid "*** Commands ***"
6674msgstr ""
6675
6676#: builtin/clean.c:824 git-add--interactive.perl:1790
6677msgid "What now"
6678msgstr ""
6679
6680#: builtin/clean.c:832
6681msgid "Would remove the following item:"
6682msgid_plural "Would remove the following items:"
6683msgstr[0] ""
6684msgstr[1] ""
6685
6686#: builtin/clean.c:848
6687msgid "No more files to clean, exiting."
6688msgstr ""
6689
6690#: builtin/clean.c:910
6691msgid "do not print names of files removed"
6692msgstr ""
6693
6694#: builtin/clean.c:912
6695msgid "force"
6696msgstr ""
6697
6698#: builtin/clean.c:913
6699msgid "interactive cleaning"
6700msgstr ""
6701
6702#: builtin/clean.c:915
6703msgid "remove whole directories"
6704msgstr ""
6705
6706#: builtin/clean.c:916 builtin/describe.c:533 builtin/describe.c:535
6707#: builtin/grep.c:871 builtin/log.c:157 builtin/log.c:159
6708#: builtin/ls-files.c:548 builtin/name-rev.c:397 builtin/name-rev.c:399
6709#: builtin/show-ref.c:176
6710msgid "pattern"
6711msgstr ""
6712
6713#: builtin/clean.c:917
6714msgid "add <pattern> to ignore rules"
6715msgstr ""
6716
6717#: builtin/clean.c:918
6718msgid "remove ignored files, too"
6719msgstr ""
6720
6721#: builtin/clean.c:920
6722msgid "remove only ignored files"
6723msgstr ""
6724
6725#: builtin/clean.c:938
6726msgid "-x and -X cannot be used together"
6727msgstr ""
6728
6729#: builtin/clean.c:942
6730msgid ""
6731"clean.requireForce set to true and neither -i, -n, nor -f given; refusing to "
6732"clean"
6733msgstr ""
6734
6735#: builtin/clean.c:945
6736msgid ""
6737"clean.requireForce defaults to true and neither -i, -n, nor -f given; "
6738"refusing to clean"
6739msgstr ""
6740
6741#: builtin/clone.c:42
6742msgid "git clone [<options>] [--] <repo> [<dir>]"
6743msgstr ""
6744
6745#: builtin/clone.c:87
6746msgid "don't create a checkout"
6747msgstr ""
6748
6749#: builtin/clone.c:88 builtin/clone.c:90 builtin/init-db.c:479
6750msgid "create a bare repository"
6751msgstr ""
6752
6753#: builtin/clone.c:92
6754msgid "create a mirror repository (implies bare)"
6755msgstr ""
6756
6757#: builtin/clone.c:94
6758msgid "to clone from a local repository"
6759msgstr ""
6760
6761#: builtin/clone.c:96
6762msgid "don't use local hardlinks, always copy"
6763msgstr ""
6764
6765#: builtin/clone.c:98
6766msgid "setup as shared repository"
6767msgstr ""
6768
6769#: builtin/clone.c:100 builtin/clone.c:104
6770msgid "pathspec"
6771msgstr ""
6772
6773#: builtin/clone.c:100 builtin/clone.c:104
6774msgid "initialize submodules in the clone"
6775msgstr ""
6776
6777#: builtin/clone.c:107
6778msgid "number of submodules cloned in parallel"
6779msgstr ""
6780
6781#: builtin/clone.c:108 builtin/init-db.c:476
6782msgid "template-directory"
6783msgstr ""
6784
6785#: builtin/clone.c:109 builtin/init-db.c:477
6786msgid "directory from which templates will be used"
6787msgstr ""
6788
6789#: builtin/clone.c:111 builtin/clone.c:113 builtin/submodule--helper.c:1223
6790#: builtin/submodule--helper.c:1594
6791msgid "reference repository"
6792msgstr ""
6793
6794#: builtin/clone.c:115 builtin/submodule--helper.c:1225
6795#: builtin/submodule--helper.c:1596
6796msgid "use --reference only while cloning"
6797msgstr ""
6798
6799#: builtin/clone.c:116 builtin/column.c:27 builtin/merge-file.c:44
6800#: builtin/pack-objects.c:3166 builtin/repack.c:213
6801msgid "name"
6802msgstr ""
6803
6804#: builtin/clone.c:117
6805msgid "use <name> instead of 'origin' to track upstream"
6806msgstr ""
6807
6808#: builtin/clone.c:119
6809msgid "checkout <branch> instead of the remote's HEAD"
6810msgstr ""
6811
6812#: builtin/clone.c:121
6813msgid "path to git-upload-pack on the remote"
6814msgstr ""
6815
6816#: builtin/clone.c:122 builtin/fetch.c:150 builtin/grep.c:813
6817#: builtin/pull.c:216
6818msgid "depth"
6819msgstr ""
6820
6821#: builtin/clone.c:123
6822msgid "create a shallow clone of that depth"
6823msgstr ""
6824
6825#: builtin/clone.c:124 builtin/fetch.c:152 builtin/pack-objects.c:3157
6826#: parse-options.h:154
6827msgid "time"
6828msgstr ""
6829
6830#: builtin/clone.c:125
6831msgid "create a shallow clone since a specific time"
6832msgstr ""
6833
6834#: builtin/clone.c:126 builtin/fetch.c:154
6835msgid "revision"
6836msgstr ""
6837
6838#: builtin/clone.c:127 builtin/fetch.c:155
6839msgid "deepen history of shallow clone, excluding rev"
6840msgstr ""
6841
6842#: builtin/clone.c:129
6843msgid "clone only one branch, HEAD or --branch"
6844msgstr ""
6845
6846#: builtin/clone.c:131
6847msgid "don't clone any tags, and make later fetches not to follow them"
6848msgstr ""
6849
6850#: builtin/clone.c:133
6851msgid "any cloned submodules will be shallow"
6852msgstr ""
6853
6854#: builtin/clone.c:134 builtin/init-db.c:485
6855msgid "gitdir"
6856msgstr ""
6857
6858#: builtin/clone.c:135 builtin/init-db.c:486
6859msgid "separate git dir from working tree"
6860msgstr ""
6861
6862#: builtin/clone.c:136
6863msgid "key=value"
6864msgstr ""
6865
6866#: builtin/clone.c:137
6867msgid "set config inside the new repository"
6868msgstr ""
6869
6870#: builtin/clone.c:138 builtin/fetch.c:173 builtin/pull.c:229
6871#: builtin/push.c:583
6872msgid "use IPv4 addresses only"
6873msgstr ""
6874
6875#: builtin/clone.c:140 builtin/fetch.c:175 builtin/pull.c:232
6876#: builtin/push.c:585
6877msgid "use IPv6 addresses only"
6878msgstr ""
6879
6880#: builtin/clone.c:278
6881msgid ""
6882"No directory name could be guessed.\n"
6883"Please specify a directory on the command line"
6884msgstr ""
6885
6886#: builtin/clone.c:331
6887#, c-format
6888msgid "info: Could not add alternate for '%s': %s\n"
6889msgstr ""
6890
6891#: builtin/clone.c:403
6892#, c-format
6893msgid "failed to open '%s'"
6894msgstr ""
6895
6896#: builtin/clone.c:411
6897#, c-format
6898msgid "%s exists and is not a directory"
6899msgstr ""
6900
6901#: builtin/clone.c:425
6902#, c-format
6903msgid "failed to stat %s\n"
6904msgstr ""
6905
6906#: builtin/clone.c:447
6907#, c-format
6908msgid "failed to create link '%s'"
6909msgstr ""
6910
6911#: builtin/clone.c:451
6912#, c-format
6913msgid "failed to copy file to '%s'"
6914msgstr ""
6915
6916#: builtin/clone.c:477
6917#, c-format
6918msgid "done.\n"
6919msgstr ""
6920
6921#: builtin/clone.c:491
6922msgid ""
6923"Clone succeeded, but checkout failed.\n"
6924"You can inspect what was checked out with 'git status'\n"
6925"and retry the checkout with 'git checkout -f HEAD'\n"
6926msgstr ""
6927
6928#: builtin/clone.c:568
6929#, c-format
6930msgid "Could not find remote branch %s to clone."
6931msgstr ""
6932
6933#: builtin/clone.c:663
6934msgid "remote did not send all necessary objects"
6935msgstr ""
6936
6937#: builtin/clone.c:679
6938#, c-format
6939msgid "unable to update %s"
6940msgstr ""
6941
6942#: builtin/clone.c:728
6943msgid "remote HEAD refers to nonexistent ref, unable to checkout.\n"
6944msgstr ""
6945
6946#: builtin/clone.c:758
6947msgid "unable to checkout working tree"
6948msgstr ""
6949
6950#: builtin/clone.c:803
6951msgid "unable to write parameters to config file"
6952msgstr ""
6953
6954#: builtin/clone.c:866
6955msgid "cannot repack to clean up"
6956msgstr ""
6957
6958#: builtin/clone.c:868
6959msgid "cannot unlink temporary alternates file"
6960msgstr ""
6961
6962#: builtin/clone.c:907 builtin/receive-pack.c:1947
6963msgid "Too many arguments."
6964msgstr ""
6965
6966#: builtin/clone.c:911
6967msgid "You must specify a repository to clone."
6968msgstr ""
6969
6970#: builtin/clone.c:924
6971#, c-format
6972msgid "--bare and --origin %s options are incompatible."
6973msgstr ""
6974
6975#: builtin/clone.c:927
6976msgid "--bare and --separate-git-dir are incompatible."
6977msgstr ""
6978
6979#: builtin/clone.c:940
6980#, c-format
6981msgid "repository '%s' does not exist"
6982msgstr ""
6983
6984#: builtin/clone.c:946 builtin/fetch.c:1460
6985#, c-format
6986msgid "depth %s is not a positive number"
6987msgstr ""
6988
6989#: builtin/clone.c:956
6990#, c-format
6991msgid "destination path '%s' already exists and is not an empty directory."
6992msgstr ""
6993
6994#: builtin/clone.c:966
6995#, c-format
6996msgid "working tree '%s' already exists."
6997msgstr ""
6998
6999#: builtin/clone.c:981 builtin/clone.c:1002 builtin/difftool.c:270
7000#: builtin/worktree.c:246 builtin/worktree.c:276
7001#, c-format
7002msgid "could not create leading directories of '%s'"
7003msgstr ""
7004
7005#: builtin/clone.c:986
7006#, c-format
7007msgid "could not create work tree dir '%s'"
7008msgstr ""
7009
7010#: builtin/clone.c:1006
7011#, c-format
7012msgid "Cloning into bare repository '%s'...\n"
7013msgstr ""
7014
7015#: builtin/clone.c:1008
7016#, c-format
7017msgid "Cloning into '%s'...\n"
7018msgstr ""
7019
7020#: builtin/clone.c:1032
7021msgid ""
7022"clone --recursive is not compatible with both --reference and --reference-if-"
7023"able"
7024msgstr ""
7025
7026#: builtin/clone.c:1093
7027msgid "--depth is ignored in local clones; use file:// instead."
7028msgstr ""
7029
7030#: builtin/clone.c:1095
7031msgid "--shallow-since is ignored in local clones; use file:// instead."
7032msgstr ""
7033
7034#: builtin/clone.c:1097
7035msgid "--shallow-exclude is ignored in local clones; use file:// instead."
7036msgstr ""
7037
7038#: builtin/clone.c:1099
7039msgid "--filter is ignored in local clones; use file:// instead."
7040msgstr ""
7041
7042#: builtin/clone.c:1102
7043msgid "source repository is shallow, ignoring --local"
7044msgstr ""
7045
7046#: builtin/clone.c:1107
7047msgid "--local is ignored"
7048msgstr ""
7049
7050#: builtin/clone.c:1169 builtin/clone.c:1177
7051#, c-format
7052msgid "Remote branch %s not found in upstream %s"
7053msgstr ""
7054
7055#: builtin/clone.c:1180
7056msgid "You appear to have cloned an empty repository."
7057msgstr ""
7058
7059#: builtin/column.c:10
7060msgid "git column [<options>]"
7061msgstr ""
7062
7063#: builtin/column.c:27
7064msgid "lookup config vars"
7065msgstr ""
7066
7067#: builtin/column.c:28 builtin/column.c:29
7068msgid "layout to use"
7069msgstr ""
7070
7071#: builtin/column.c:30
7072msgid "Maximum width"
7073msgstr ""
7074
7075#: builtin/column.c:31
7076msgid "Padding space on left border"
7077msgstr ""
7078
7079#: builtin/column.c:32
7080msgid "Padding space on right border"
7081msgstr ""
7082
7083#: builtin/column.c:33
7084msgid "Padding space between columns"
7085msgstr ""
7086
7087#: builtin/column.c:51
7088msgid "--command must be the first argument"
7089msgstr ""
7090
7091#: builtin/commit.c:37
7092msgid "git commit [<options>] [--] <pathspec>..."
7093msgstr ""
7094
7095#: builtin/commit.c:42
7096msgid "git status [<options>] [--] <pathspec>..."
7097msgstr ""
7098
7099#: builtin/commit.c:47
7100msgid ""
7101"You asked to amend the most recent commit, but doing so would make\n"
7102"it empty. You can repeat your command with --allow-empty, or you can\n"
7103"remove the commit entirely with \"git reset HEAD^\".\n"
7104msgstr ""
7105
7106#: builtin/commit.c:52
7107msgid ""
7108"The previous cherry-pick is now empty, possibly due to conflict resolution.\n"
7109"If you wish to commit it anyway, use:\n"
7110"\n"
7111"    git commit --allow-empty\n"
7112"\n"
7113msgstr ""
7114
7115#: builtin/commit.c:59
7116msgid "Otherwise, please use 'git reset'\n"
7117msgstr ""
7118
7119#: builtin/commit.c:62
7120msgid ""
7121"If you wish to skip this commit, use:\n"
7122"\n"
7123"    git reset\n"
7124"\n"
7125"Then \"git cherry-pick --continue\" will resume cherry-picking\n"
7126"the remaining commits.\n"
7127msgstr ""
7128
7129#: builtin/commit.c:293
7130msgid "failed to unpack HEAD tree object"
7131msgstr ""
7132
7133#: builtin/commit.c:334
7134msgid "unable to create temporary index"
7135msgstr ""
7136
7137#: builtin/commit.c:340
7138msgid "interactive add failed"
7139msgstr ""
7140
7141#: builtin/commit.c:353
7142msgid "unable to update temporary index"
7143msgstr ""
7144
7145#: builtin/commit.c:355
7146msgid "Failed to update main cache tree"
7147msgstr ""
7148
7149#: builtin/commit.c:380 builtin/commit.c:403 builtin/commit.c:449
7150msgid "unable to write new_index file"
7151msgstr ""
7152
7153#: builtin/commit.c:432
7154msgid "cannot do a partial commit during a merge."
7155msgstr ""
7156
7157#: builtin/commit.c:434
7158msgid "cannot do a partial commit during a cherry-pick."
7159msgstr ""
7160
7161#: builtin/commit.c:442
7162msgid "cannot read the index"
7163msgstr ""
7164
7165#: builtin/commit.c:461
7166msgid "unable to write temporary index file"
7167msgstr ""
7168
7169#: builtin/commit.c:558
7170#, c-format
7171msgid "commit '%s' lacks author header"
7172msgstr ""
7173
7174#: builtin/commit.c:560
7175#, c-format
7176msgid "commit '%s' has malformed author line"
7177msgstr ""
7178
7179#: builtin/commit.c:579
7180msgid "malformed --author parameter"
7181msgstr ""
7182
7183#: builtin/commit.c:631
7184msgid ""
7185"unable to select a comment character that is not used\n"
7186"in the current commit message"
7187msgstr ""
7188
7189#: builtin/commit.c:668 builtin/commit.c:701 builtin/commit.c:1029
7190#, c-format
7191msgid "could not lookup commit %s"
7192msgstr ""
7193
7194#: builtin/commit.c:680 builtin/shortlog.c:316
7195#, c-format
7196msgid "(reading log message from standard input)\n"
7197msgstr ""
7198
7199#: builtin/commit.c:682
7200msgid "could not read log from standard input"
7201msgstr ""
7202
7203#: builtin/commit.c:686
7204#, c-format
7205msgid "could not read log file '%s'"
7206msgstr ""
7207
7208#: builtin/commit.c:715 builtin/commit.c:723
7209msgid "could not read SQUASH_MSG"
7210msgstr ""
7211
7212#: builtin/commit.c:720
7213msgid "could not read MERGE_MSG"
7214msgstr ""
7215
7216#: builtin/commit.c:774
7217msgid "could not write commit template"
7218msgstr ""
7219
7220#: builtin/commit.c:792
7221#, c-format
7222msgid ""
7223"\n"
7224"It looks like you may be committing a merge.\n"
7225"If this is not correct, please remove the file\n"
7226"\t%s\n"
7227"and try again.\n"
7228msgstr ""
7229
7230#: builtin/commit.c:797
7231#, c-format
7232msgid ""
7233"\n"
7234"It looks like you may be committing a cherry-pick.\n"
7235"If this is not correct, please remove the file\n"
7236"\t%s\n"
7237"and try again.\n"
7238msgstr ""
7239
7240#: builtin/commit.c:810
7241#, c-format
7242msgid ""
7243"Please enter the commit message for your changes. Lines starting\n"
7244"with '%c' will be ignored, and an empty message aborts the commit.\n"
7245msgstr ""
7246
7247#: builtin/commit.c:818
7248#, c-format
7249msgid ""
7250"Please enter the commit message for your changes. Lines starting\n"
7251"with '%c' will be kept; you may remove them yourself if you want to.\n"
7252"An empty message aborts the commit.\n"
7253msgstr ""
7254
7255#: builtin/commit.c:835
7256#, c-format
7257msgid "%sAuthor:    %.*s <%.*s>"
7258msgstr ""
7259
7260#: builtin/commit.c:843
7261#, c-format
7262msgid "%sDate:      %s"
7263msgstr ""
7264
7265#: builtin/commit.c:850
7266#, c-format
7267msgid "%sCommitter: %.*s <%.*s>"
7268msgstr ""
7269
7270#: builtin/commit.c:867
7271msgid "Cannot read index"
7272msgstr ""
7273
7274#: builtin/commit.c:933
7275msgid "Error building trees"
7276msgstr ""
7277
7278#: builtin/commit.c:947 builtin/tag.c:257
7279#, c-format
7280msgid "Please supply the message using either -m or -F option.\n"
7281msgstr ""
7282
7283#: builtin/commit.c:991
7284#, c-format
7285msgid "--author '%s' is not 'Name <email>' and matches no existing author"
7286msgstr ""
7287
7288#: builtin/commit.c:1005
7289#, c-format
7290msgid "Invalid ignored mode '%s'"
7291msgstr ""
7292
7293#: builtin/commit.c:1019 builtin/commit.c:1269
7294#, c-format
7295msgid "Invalid untracked files mode '%s'"
7296msgstr ""
7297
7298#: builtin/commit.c:1057
7299msgid "--long and -z are incompatible"
7300msgstr ""
7301
7302#: builtin/commit.c:1090
7303msgid "Using both --reset-author and --author does not make sense"
7304msgstr ""
7305
7306#: builtin/commit.c:1099
7307msgid "You have nothing to amend."
7308msgstr ""
7309
7310#: builtin/commit.c:1102
7311msgid "You are in the middle of a merge -- cannot amend."
7312msgstr ""
7313
7314#: builtin/commit.c:1104
7315msgid "You are in the middle of a cherry-pick -- cannot amend."
7316msgstr ""
7317
7318#: builtin/commit.c:1107
7319msgid "Options --squash and --fixup cannot be used together"
7320msgstr ""
7321
7322#: builtin/commit.c:1117
7323msgid "Only one of -c/-C/-F/--fixup can be used."
7324msgstr ""
7325
7326#: builtin/commit.c:1119
7327msgid "Option -m cannot be combined with -c/-C/-F."
7328msgstr ""
7329
7330#: builtin/commit.c:1127
7331msgid "--reset-author can be used only with -C, -c or --amend."
7332msgstr ""
7333
7334#: builtin/commit.c:1144
7335msgid "Only one of --include/--only/--all/--interactive/--patch can be used."
7336msgstr ""
7337
7338#: builtin/commit.c:1146
7339msgid "No paths with --include/--only does not make sense."
7340msgstr ""
7341
7342#: builtin/commit.c:1160 builtin/tag.c:543
7343#, c-format
7344msgid "Invalid cleanup mode %s"
7345msgstr ""
7346
7347#: builtin/commit.c:1165
7348msgid "Paths with -a does not make sense."
7349msgstr ""
7350
7351#: builtin/commit.c:1303 builtin/commit.c:1480
7352msgid "show status concisely"
7353msgstr ""
7354
7355#: builtin/commit.c:1305 builtin/commit.c:1482
7356msgid "show branch information"
7357msgstr ""
7358
7359#: builtin/commit.c:1307
7360msgid "show stash information"
7361msgstr ""
7362
7363#: builtin/commit.c:1309 builtin/commit.c:1484
7364msgid "compute full ahead/behind values"
7365msgstr ""
7366
7367#: builtin/commit.c:1311
7368msgid "version"
7369msgstr ""
7370
7371#: builtin/commit.c:1311 builtin/commit.c:1486 builtin/push.c:558
7372#: builtin/worktree.c:581
7373msgid "machine-readable output"
7374msgstr ""
7375
7376#: builtin/commit.c:1314 builtin/commit.c:1488
7377msgid "show status in long format (default)"
7378msgstr ""
7379
7380#: builtin/commit.c:1317 builtin/commit.c:1491
7381msgid "terminate entries with NUL"
7382msgstr ""
7383
7384#: builtin/commit.c:1319 builtin/commit.c:1323 builtin/commit.c:1494
7385#: builtin/fast-export.c:1001 builtin/fast-export.c:1004 builtin/tag.c:397
7386msgid "mode"
7387msgstr ""
7388
7389#: builtin/commit.c:1320 builtin/commit.c:1494
7390msgid "show untracked files, optional modes: all, normal, no. (Default: all)"
7391msgstr ""
7392
7393#: builtin/commit.c:1324
7394msgid ""
7395"show ignored files, optional modes: traditional, matching, no. (Default: "
7396"traditional)"
7397msgstr ""
7398
7399#: builtin/commit.c:1326 parse-options.h:167
7400msgid "when"
7401msgstr ""
7402
7403#: builtin/commit.c:1327
7404msgid ""
7405"ignore changes to submodules, optional when: all, dirty, untracked. "
7406"(Default: all)"
7407msgstr ""
7408
7409#: builtin/commit.c:1329
7410msgid "list untracked files in columns"
7411msgstr ""
7412
7413#: builtin/commit.c:1330
7414msgid "do not detect renames"
7415msgstr ""
7416
7417#: builtin/commit.c:1332
7418msgid "detect renames, optionally set similarity index"
7419msgstr ""
7420
7421#: builtin/commit.c:1352
7422msgid "Unsupported combination of ignored and untracked-files arguments"
7423msgstr ""
7424
7425#: builtin/commit.c:1450
7426msgid "suppress summary after successful commit"
7427msgstr ""
7428
7429#: builtin/commit.c:1451
7430msgid "show diff in commit message template"
7431msgstr ""
7432
7433#: builtin/commit.c:1453
7434msgid "Commit message options"
7435msgstr ""
7436
7437#: builtin/commit.c:1454 builtin/tag.c:394
7438msgid "read message from file"
7439msgstr ""
7440
7441#: builtin/commit.c:1455
7442msgid "author"
7443msgstr ""
7444
7445#: builtin/commit.c:1455
7446msgid "override author for commit"
7447msgstr ""
7448
7449#: builtin/commit.c:1456 builtin/gc.c:501
7450msgid "date"
7451msgstr ""
7452
7453#: builtin/commit.c:1456
7454msgid "override date for commit"
7455msgstr ""
7456
7457#: builtin/commit.c:1457 builtin/merge.c:227 builtin/notes.c:402
7458#: builtin/notes.c:565 builtin/tag.c:392
7459msgid "message"
7460msgstr ""
7461
7462#: builtin/commit.c:1457
7463msgid "commit message"
7464msgstr ""
7465
7466#: builtin/commit.c:1458 builtin/commit.c:1459 builtin/commit.c:1460
7467#: builtin/commit.c:1461 parse-options.h:270 ref-filter.h:92
7468msgid "commit"
7469msgstr ""
7470
7471#: builtin/commit.c:1458
7472msgid "reuse and edit message from specified commit"
7473msgstr ""
7474
7475#: builtin/commit.c:1459
7476msgid "reuse message from specified commit"
7477msgstr ""
7478
7479#: builtin/commit.c:1460
7480msgid "use autosquash formatted message to fixup specified commit"
7481msgstr ""
7482
7483#: builtin/commit.c:1461
7484msgid "use autosquash formatted message to squash specified commit"
7485msgstr ""
7486
7487#: builtin/commit.c:1462
7488msgid "the commit is authored by me now (used with -C/-c/--amend)"
7489msgstr ""
7490
7491#: builtin/commit.c:1463 builtin/log.c:1446 builtin/merge.c:241
7492#: builtin/pull.c:154 builtin/revert.c:105
7493msgid "add Signed-off-by:"
7494msgstr ""
7495
7496#: builtin/commit.c:1464
7497msgid "use specified template file"
7498msgstr ""
7499
7500#: builtin/commit.c:1465
7501msgid "force edit of commit"
7502msgstr ""
7503
7504#: builtin/commit.c:1466
7505msgid "default"
7506msgstr ""
7507
7508#: builtin/commit.c:1466 builtin/tag.c:398
7509msgid "how to strip spaces and #comments from message"
7510msgstr ""
7511
7512#: builtin/commit.c:1467
7513msgid "include status in commit message template"
7514msgstr ""
7515
7516#: builtin/commit.c:1469 builtin/merge.c:239 builtin/pull.c:184
7517#: builtin/revert.c:113
7518msgid "GPG sign commit"
7519msgstr ""
7520
7521#: builtin/commit.c:1472
7522msgid "Commit contents options"
7523msgstr ""
7524
7525#: builtin/commit.c:1473
7526msgid "commit all changed files"
7527msgstr ""
7528
7529#: builtin/commit.c:1474
7530msgid "add specified files to index for commit"
7531msgstr ""
7532
7533#: builtin/commit.c:1475
7534msgid "interactively add files"
7535msgstr ""
7536
7537#: builtin/commit.c:1476
7538msgid "interactively add changes"
7539msgstr ""
7540
7541#: builtin/commit.c:1477
7542msgid "commit only specified files"
7543msgstr ""
7544
7545#: builtin/commit.c:1478
7546msgid "bypass pre-commit and commit-msg hooks"
7547msgstr ""
7548
7549#: builtin/commit.c:1479
7550msgid "show what would be committed"
7551msgstr ""
7552
7553#: builtin/commit.c:1492
7554msgid "amend previous commit"
7555msgstr ""
7556
7557#: builtin/commit.c:1493
7558msgid "bypass post-rewrite hook"
7559msgstr ""
7560
7561#: builtin/commit.c:1498
7562msgid "ok to record an empty change"
7563msgstr ""
7564
7565#: builtin/commit.c:1500
7566msgid "ok to record a change with an empty message"
7567msgstr ""
7568
7569#: builtin/commit.c:1573
7570#, c-format
7571msgid "Corrupt MERGE_HEAD file (%s)"
7572msgstr ""
7573
7574#: builtin/commit.c:1580
7575msgid "could not read MERGE_MODE"
7576msgstr ""
7577
7578#: builtin/commit.c:1599
7579#, c-format
7580msgid "could not read commit message: %s"
7581msgstr ""
7582
7583#: builtin/commit.c:1610
7584#, c-format
7585msgid "Aborting commit due to empty commit message.\n"
7586msgstr ""
7587
7588#: builtin/commit.c:1615
7589#, c-format
7590msgid "Aborting commit; you did not edit the message.\n"
7591msgstr ""
7592
7593#: builtin/commit.c:1650
7594msgid ""
7595"Repository has been updated, but unable to write\n"
7596"new_index file. Check that disk is not full and quota is\n"
7597"not exceeded, and then \"git reset HEAD\" to recover."
7598msgstr ""
7599
7600#: builtin/commit-graph.c:9
7601msgid "git commit-graph [--object-dir <objdir>]"
7602msgstr ""
7603
7604#: builtin/commit-graph.c:10 builtin/commit-graph.c:16
7605msgid "git commit-graph read [--object-dir <objdir>]"
7606msgstr ""
7607
7608#: builtin/commit-graph.c:11 builtin/commit-graph.c:21
7609msgid ""
7610"git commit-graph write [--object-dir <objdir>] [--append] [--stdin-packs|--"
7611"stdin-commits]"
7612msgstr ""
7613
7614#: builtin/commit-graph.c:39 builtin/commit-graph.c:92
7615#: builtin/commit-graph.c:147 builtin/fetch.c:161 builtin/log.c:1466
7616msgid "dir"
7617msgstr ""
7618
7619#: builtin/commit-graph.c:40 builtin/commit-graph.c:93
7620#: builtin/commit-graph.c:148
7621msgid "The object directory to store the graph"
7622msgstr ""
7623
7624#: builtin/commit-graph.c:95
7625msgid "scan pack-indexes listed by stdin for commits"
7626msgstr ""
7627
7628#: builtin/commit-graph.c:97
7629msgid "start walk at commits listed by stdin"
7630msgstr ""
7631
7632#: builtin/commit-graph.c:99
7633msgid "include all commits already in the commit-graph file"
7634msgstr ""
7635
7636#: builtin/commit-graph.c:108
7637msgid "cannot use both --stdin-commits and --stdin-packs"
7638msgstr ""
7639
7640#: builtin/config.c:10
7641msgid "git config [<options>]"
7642msgstr ""
7643
7644#: builtin/config.c:101
7645#, c-format
7646msgid "unrecognized --type argument, %s"
7647msgstr ""
7648
7649#: builtin/config.c:123
7650msgid "Config file location"
7651msgstr ""
7652
7653#: builtin/config.c:124
7654msgid "use global config file"
7655msgstr ""
7656
7657#: builtin/config.c:125
7658msgid "use system config file"
7659msgstr ""
7660
7661#: builtin/config.c:126
7662msgid "use repository config file"
7663msgstr ""
7664
7665#: builtin/config.c:127
7666msgid "use given config file"
7667msgstr ""
7668
7669#: builtin/config.c:128
7670msgid "blob-id"
7671msgstr ""
7672
7673#: builtin/config.c:128
7674msgid "read config from given blob object"
7675msgstr ""
7676
7677#: builtin/config.c:129
7678msgid "Action"
7679msgstr ""
7680
7681#: builtin/config.c:130
7682msgid "get value: name [value-regex]"
7683msgstr ""
7684
7685#: builtin/config.c:131
7686msgid "get all values: key [value-regex]"
7687msgstr ""
7688
7689#: builtin/config.c:132
7690msgid "get values for regexp: name-regex [value-regex]"
7691msgstr ""
7692
7693#: builtin/config.c:133
7694msgid "get value specific for the URL: section[.var] URL"
7695msgstr ""
7696
7697#: builtin/config.c:134
7698msgid "replace all matching variables: name value [value_regex]"
7699msgstr ""
7700
7701#: builtin/config.c:135
7702msgid "add a new variable: name value"
7703msgstr ""
7704
7705#: builtin/config.c:136
7706msgid "remove a variable: name [value-regex]"
7707msgstr ""
7708
7709#: builtin/config.c:137
7710msgid "remove all matches: name [value-regex]"
7711msgstr ""
7712
7713#: builtin/config.c:138
7714msgid "rename section: old-name new-name"
7715msgstr ""
7716
7717#: builtin/config.c:139
7718msgid "remove a section: name"
7719msgstr ""
7720
7721#: builtin/config.c:140
7722msgid "list all"
7723msgstr ""
7724
7725#: builtin/config.c:141
7726msgid "open an editor"
7727msgstr ""
7728
7729#: builtin/config.c:142
7730msgid "find the color configured: slot [default]"
7731msgstr ""
7732
7733#: builtin/config.c:143
7734msgid "find the color setting: slot [stdout-is-tty]"
7735msgstr ""
7736
7737#: builtin/config.c:144
7738msgid "Type"
7739msgstr ""
7740
7741#: builtin/config.c:145
7742msgid "value is given this type"
7743msgstr ""
7744
7745#: builtin/config.c:146
7746msgid "value is \"true\" or \"false\""
7747msgstr ""
7748
7749#: builtin/config.c:147
7750msgid "value is decimal number"
7751msgstr ""
7752
7753#: builtin/config.c:148
7754msgid "value is --bool or --int"
7755msgstr ""
7756
7757#: builtin/config.c:149
7758msgid "value is a path (file or directory name)"
7759msgstr ""
7760
7761#: builtin/config.c:150
7762msgid "value is an expiry date"
7763msgstr ""
7764
7765#: builtin/config.c:151
7766msgid "Other"
7767msgstr ""
7768
7769#: builtin/config.c:152
7770msgid "terminate values with NUL byte"
7771msgstr ""
7772
7773#: builtin/config.c:153
7774msgid "show variable names only"
7775msgstr ""
7776
7777#: builtin/config.c:154
7778msgid "respect include directives on lookup"
7779msgstr ""
7780
7781#: builtin/config.c:155
7782msgid "show origin of config (file, standard input, blob, command line)"
7783msgstr ""
7784
7785#: builtin/config.c:156
7786msgid "value"
7787msgstr ""
7788
7789#: builtin/config.c:156
7790msgid "with --get, use default value when missing entry"
7791msgstr ""
7792
7793#: builtin/config.c:332
7794#, c-format
7795msgid "failed to format default config value: %s"
7796msgstr ""
7797
7798#: builtin/config.c:431
7799msgid "unable to parse default color value"
7800msgstr ""
7801
7802#: builtin/config.c:575
7803#, c-format
7804msgid ""
7805"# This is Git's per-user configuration file.\n"
7806"[user]\n"
7807"# Please adapt and uncomment the following lines:\n"
7808"#\tname = %s\n"
7809"#\temail = %s\n"
7810msgstr ""
7811
7812#: builtin/config.c:603
7813msgid "--local can only be used inside a git repository"
7814msgstr ""
7815
7816#: builtin/config.c:606
7817msgid "--blob can only be used inside a git repository"
7818msgstr ""
7819
7820#: builtin/config.c:735
7821#, c-format
7822msgid "cannot create configuration file %s"
7823msgstr ""
7824
7825#: builtin/config.c:748
7826#, c-format
7827msgid ""
7828"cannot overwrite multiple values with a single value\n"
7829"       Use a regexp, --add or --replace-all to change %s."
7830msgstr ""
7831
7832#: builtin/count-objects.c:90
7833msgid "git count-objects [-v] [-H | --human-readable]"
7834msgstr ""
7835
7836#: builtin/count-objects.c:100
7837msgid "print sizes in human readable format"
7838msgstr ""
7839
7840#: builtin/describe.c:22
7841msgid "git describe [<options>] [<commit-ish>...]"
7842msgstr ""
7843
7844#: builtin/describe.c:23
7845msgid "git describe [<options>] --dirty"
7846msgstr ""
7847
7848#: builtin/describe.c:57
7849msgid "head"
7850msgstr ""
7851
7852#: builtin/describe.c:57
7853msgid "lightweight"
7854msgstr ""
7855
7856#: builtin/describe.c:57
7857msgid "annotated"
7858msgstr ""
7859
7860#: builtin/describe.c:267
7861#, c-format
7862msgid "annotated tag %s not available"
7863msgstr ""
7864
7865#: builtin/describe.c:271
7866#, c-format
7867msgid "annotated tag %s has no embedded name"
7868msgstr ""
7869
7870#: builtin/describe.c:273
7871#, c-format
7872msgid "tag '%s' is really '%s' here"
7873msgstr ""
7874
7875#: builtin/describe.c:317
7876#, c-format
7877msgid "no tag exactly matches '%s'"
7878msgstr ""
7879
7880#: builtin/describe.c:319
7881#, c-format
7882msgid "No exact match on refs or tags, searching to describe\n"
7883msgstr ""
7884
7885#: builtin/describe.c:366
7886#, c-format
7887msgid "finished search at %s\n"
7888msgstr ""
7889
7890#: builtin/describe.c:392
7891#, c-format
7892msgid ""
7893"No annotated tags can describe '%s'.\n"
7894"However, there were unannotated tags: try --tags."
7895msgstr ""
7896
7897#: builtin/describe.c:396
7898#, c-format
7899msgid ""
7900"No tags can describe '%s'.\n"
7901"Try --always, or create some tags."
7902msgstr ""
7903
7904#: builtin/describe.c:426
7905#, c-format
7906msgid "traversed %lu commits\n"
7907msgstr ""
7908
7909#: builtin/describe.c:429
7910#, c-format
7911msgid ""
7912"more than %i tags found; listed %i most recent\n"
7913"gave up search at %s\n"
7914msgstr ""
7915
7916#: builtin/describe.c:497
7917#, c-format
7918msgid "describe %s\n"
7919msgstr ""
7920
7921#: builtin/describe.c:500 builtin/log.c:502
7922#, c-format
7923msgid "Not a valid object name %s"
7924msgstr ""
7925
7926#: builtin/describe.c:508
7927#, c-format
7928msgid "%s is neither a commit nor blob"
7929msgstr ""
7930
7931#: builtin/describe.c:522
7932msgid "find the tag that comes after the commit"
7933msgstr ""
7934
7935#: builtin/describe.c:523
7936msgid "debug search strategy on stderr"
7937msgstr ""
7938
7939#: builtin/describe.c:524
7940msgid "use any ref"
7941msgstr ""
7942
7943#: builtin/describe.c:525
7944msgid "use any tag, even unannotated"
7945msgstr ""
7946
7947#: builtin/describe.c:526
7948msgid "always use long format"
7949msgstr ""
7950
7951#: builtin/describe.c:527
7952msgid "only follow first parent"
7953msgstr ""
7954
7955#: builtin/describe.c:530
7956msgid "only output exact matches"
7957msgstr ""
7958
7959#: builtin/describe.c:532
7960msgid "consider <n> most recent tags (default: 10)"
7961msgstr ""
7962
7963#: builtin/describe.c:534
7964msgid "only consider tags matching <pattern>"
7965msgstr ""
7966
7967#: builtin/describe.c:536
7968msgid "do not consider tags matching <pattern>"
7969msgstr ""
7970
7971#: builtin/describe.c:538 builtin/name-rev.c:406
7972msgid "show abbreviated commit object as fallback"
7973msgstr ""
7974
7975#: builtin/describe.c:539 builtin/describe.c:542
7976msgid "mark"
7977msgstr ""
7978
7979#: builtin/describe.c:540
7980msgid "append <mark> on dirty working tree (default: \"-dirty\")"
7981msgstr ""
7982
7983#: builtin/describe.c:543
7984msgid "append <mark> on broken working tree (default: \"-broken\")"
7985msgstr ""
7986
7987#: builtin/describe.c:561
7988msgid "--long is incompatible with --abbrev=0"
7989msgstr ""
7990
7991#: builtin/describe.c:590
7992msgid "No names found, cannot describe anything."
7993msgstr ""
7994
7995#: builtin/describe.c:640
7996msgid "--dirty is incompatible with commit-ishes"
7997msgstr ""
7998
7999#: builtin/describe.c:642
8000msgid "--broken is incompatible with commit-ishes"
8001msgstr ""
8002
8003#: builtin/diff.c:83
8004#, c-format
8005msgid "'%s': not a regular file or symlink"
8006msgstr ""
8007
8008#: builtin/diff.c:234
8009#, c-format
8010msgid "invalid option: %s"
8011msgstr ""
8012
8013#: builtin/diff.c:356
8014msgid "Not a git repository"
8015msgstr ""
8016
8017#: builtin/diff.c:399
8018#, c-format
8019msgid "invalid object '%s' given."
8020msgstr ""
8021
8022#: builtin/diff.c:408
8023#, c-format
8024msgid "more than two blobs given: '%s'"
8025msgstr ""
8026
8027#: builtin/diff.c:413
8028#, c-format
8029msgid "unhandled object '%s' given."
8030msgstr ""
8031
8032#: builtin/difftool.c:29
8033msgid "git difftool [<options>] [<commit> [<commit>]] [--] [<path>...]"
8034msgstr ""
8035
8036#: builtin/difftool.c:259
8037#, c-format
8038msgid "failed: %d"
8039msgstr ""
8040
8041#: builtin/difftool.c:301
8042#, c-format
8043msgid "could not read symlink %s"
8044msgstr ""
8045
8046#: builtin/difftool.c:303
8047#, c-format
8048msgid "could not read symlink file %s"
8049msgstr ""
8050
8051#: builtin/difftool.c:311
8052#, c-format
8053msgid "could not read object %s for symlink %s"
8054msgstr ""
8055
8056#: builtin/difftool.c:412
8057msgid ""
8058"combined diff formats('-c' and '--cc') are not supported in\n"
8059"directory diff mode('-d' and '--dir-diff')."
8060msgstr ""
8061
8062#: builtin/difftool.c:632
8063#, c-format
8064msgid "both files modified: '%s' and '%s'."
8065msgstr ""
8066
8067#: builtin/difftool.c:634
8068msgid "working tree file has been left."
8069msgstr ""
8070
8071#: builtin/difftool.c:645
8072#, c-format
8073msgid "temporary files exist in '%s'."
8074msgstr ""
8075
8076#: builtin/difftool.c:646
8077msgid "you may want to cleanup or recover these."
8078msgstr ""
8079
8080#: builtin/difftool.c:695
8081msgid "use `diff.guitool` instead of `diff.tool`"
8082msgstr ""
8083
8084#: builtin/difftool.c:697
8085msgid "perform a full-directory diff"
8086msgstr ""
8087
8088#: builtin/difftool.c:699
8089msgid "do not prompt before launching a diff tool"
8090msgstr ""
8091
8092#: builtin/difftool.c:705
8093msgid "use symlinks in dir-diff mode"
8094msgstr ""
8095
8096#: builtin/difftool.c:706
8097msgid "<tool>"
8098msgstr ""
8099
8100#: builtin/difftool.c:707
8101msgid "use the specified diff tool"
8102msgstr ""
8103
8104#: builtin/difftool.c:709
8105msgid "print a list of diff tools that may be used with `--tool`"
8106msgstr ""
8107
8108#: builtin/difftool.c:712
8109msgid ""
8110"make 'git-difftool' exit when an invoked diff tool returns a non - zero exit "
8111"code"
8112msgstr ""
8113
8114#: builtin/difftool.c:714
8115msgid "<command>"
8116msgstr ""
8117
8118#: builtin/difftool.c:715
8119msgid "specify a custom command for viewing diffs"
8120msgstr ""
8121
8122#: builtin/difftool.c:739
8123msgid "no <tool> given for --tool=<tool>"
8124msgstr ""
8125
8126#: builtin/difftool.c:746
8127msgid "no <cmd> given for --extcmd=<cmd>"
8128msgstr ""
8129
8130#: builtin/fast-export.c:27
8131msgid "git fast-export [rev-list-opts]"
8132msgstr ""
8133
8134#: builtin/fast-export.c:1000
8135msgid "show progress after <n> objects"
8136msgstr ""
8137
8138#: builtin/fast-export.c:1002
8139msgid "select handling of signed tags"
8140msgstr ""
8141
8142#: builtin/fast-export.c:1005
8143msgid "select handling of tags that tag filtered objects"
8144msgstr ""
8145
8146#: builtin/fast-export.c:1008
8147msgid "Dump marks to this file"
8148msgstr ""
8149
8150#: builtin/fast-export.c:1010
8151msgid "Import marks from this file"
8152msgstr ""
8153
8154#: builtin/fast-export.c:1012
8155msgid "Fake a tagger when tags lack one"
8156msgstr ""
8157
8158#: builtin/fast-export.c:1014
8159msgid "Output full tree for each commit"
8160msgstr ""
8161
8162#: builtin/fast-export.c:1016
8163msgid "Use the done feature to terminate the stream"
8164msgstr ""
8165
8166#: builtin/fast-export.c:1017
8167msgid "Skip output of blob data"
8168msgstr ""
8169
8170#: builtin/fast-export.c:1018
8171msgid "refspec"
8172msgstr ""
8173
8174#: builtin/fast-export.c:1019
8175msgid "Apply refspec to exported refs"
8176msgstr ""
8177
8178#: builtin/fast-export.c:1020
8179msgid "anonymize output"
8180msgstr ""
8181
8182#: builtin/fetch.c:26
8183msgid "git fetch [<options>] [<repository> [<refspec>...]]"
8184msgstr ""
8185
8186#: builtin/fetch.c:27
8187msgid "git fetch [<options>] <group>"
8188msgstr ""
8189
8190#: builtin/fetch.c:28
8191msgid "git fetch --multiple [<options>] [(<repository> | <group>)...]"
8192msgstr ""
8193
8194#: builtin/fetch.c:29
8195msgid "git fetch --all [<options>]"
8196msgstr ""
8197
8198#: builtin/fetch.c:123 builtin/pull.c:193
8199msgid "fetch from all remotes"
8200msgstr ""
8201
8202#: builtin/fetch.c:125 builtin/pull.c:196
8203msgid "append to .git/FETCH_HEAD instead of overwriting"
8204msgstr ""
8205
8206#: builtin/fetch.c:127 builtin/pull.c:199
8207msgid "path to upload pack on remote end"
8208msgstr ""
8209
8210#: builtin/fetch.c:128 builtin/pull.c:201
8211msgid "force overwrite of local branch"
8212msgstr ""
8213
8214#: builtin/fetch.c:130
8215msgid "fetch from multiple remotes"
8216msgstr ""
8217
8218#: builtin/fetch.c:132 builtin/pull.c:203
8219msgid "fetch all tags and associated objects"
8220msgstr ""
8221
8222#: builtin/fetch.c:134
8223msgid "do not fetch all tags (--no-tags)"
8224msgstr ""
8225
8226#: builtin/fetch.c:136
8227msgid "number of submodules fetched in parallel"
8228msgstr ""
8229
8230#: builtin/fetch.c:138 builtin/pull.c:206
8231msgid "prune remote-tracking branches no longer on remote"
8232msgstr ""
8233
8234#: builtin/fetch.c:140
8235msgid "prune local tags no longer on remote and clobber changed tags"
8236msgstr ""
8237
8238#: builtin/fetch.c:141 builtin/fetch.c:164 builtin/pull.c:131
8239msgid "on-demand"
8240msgstr ""
8241
8242#: builtin/fetch.c:142
8243msgid "control recursive fetching of submodules"
8244msgstr ""
8245
8246#: builtin/fetch.c:146 builtin/pull.c:214
8247msgid "keep downloaded pack"
8248msgstr ""
8249
8250#: builtin/fetch.c:148
8251msgid "allow updating of HEAD ref"
8252msgstr ""
8253
8254#: builtin/fetch.c:151 builtin/fetch.c:157 builtin/pull.c:217
8255msgid "deepen history of shallow clone"
8256msgstr ""
8257
8258#: builtin/fetch.c:153
8259msgid "deepen history of shallow repository based on time"
8260msgstr ""
8261
8262#: builtin/fetch.c:159 builtin/pull.c:220
8263msgid "convert to a complete repository"
8264msgstr ""
8265
8266#: builtin/fetch.c:162
8267msgid "prepend this to submodule path output"
8268msgstr ""
8269
8270#: builtin/fetch.c:165
8271msgid ""
8272"default for recursive fetching of submodules (lower priority than config "
8273"files)"
8274msgstr ""
8275
8276#: builtin/fetch.c:169 builtin/pull.c:223
8277msgid "accept refs that update .git/shallow"
8278msgstr ""
8279
8280#: builtin/fetch.c:170 builtin/pull.c:225
8281msgid "refmap"
8282msgstr ""
8283
8284#: builtin/fetch.c:171 builtin/pull.c:226
8285msgid "specify fetch refmap"
8286msgstr ""
8287
8288#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8289#: builtin/send-pack.c:172
8290msgid "server-specific"
8291msgstr ""
8292
8293#: builtin/fetch.c:172 builtin/ls-remote.c:77 builtin/push.c:582
8294#: builtin/send-pack.c:173
8295msgid "option to transmit"
8296msgstr ""
8297
8298#: builtin/fetch.c:442
8299msgid "Couldn't find remote ref HEAD"
8300msgstr ""
8301
8302#: builtin/fetch.c:560
8303#, c-format
8304msgid "configuration fetch.output contains invalid value %s"
8305msgstr ""
8306
8307#: builtin/fetch.c:653
8308#, c-format
8309msgid "object %s not found"
8310msgstr ""
8311
8312#: builtin/fetch.c:657
8313msgid "[up to date]"
8314msgstr ""
8315
8316#: builtin/fetch.c:670 builtin/fetch.c:750
8317msgid "[rejected]"
8318msgstr ""
8319
8320#: builtin/fetch.c:671
8321msgid "can't fetch in current branch"
8322msgstr ""
8323
8324#: builtin/fetch.c:680
8325msgid "[tag update]"
8326msgstr ""
8327
8328#: builtin/fetch.c:681 builtin/fetch.c:714 builtin/fetch.c:730
8329#: builtin/fetch.c:745
8330msgid "unable to update local ref"
8331msgstr ""
8332
8333#: builtin/fetch.c:700
8334msgid "[new tag]"
8335msgstr ""
8336
8337#: builtin/fetch.c:703
8338msgid "[new branch]"
8339msgstr ""
8340
8341#: builtin/fetch.c:706
8342msgid "[new ref]"
8343msgstr ""
8344
8345#: builtin/fetch.c:745
8346msgid "forced update"
8347msgstr ""
8348
8349#: builtin/fetch.c:750
8350msgid "non-fast-forward"
8351msgstr ""
8352
8353#: builtin/fetch.c:795
8354#, c-format
8355msgid "%s did not send all necessary objects\n"
8356msgstr ""
8357
8358#: builtin/fetch.c:815
8359#, c-format
8360msgid "reject %s because shallow roots are not allowed to be updated"
8361msgstr ""
8362
8363#: builtin/fetch.c:903 builtin/fetch.c:999
8364#, c-format
8365msgid "From %.*s\n"
8366msgstr ""
8367
8368#: builtin/fetch.c:914
8369#, c-format
8370msgid ""
8371"some local refs could not be updated; try running\n"
8372" 'git remote prune %s' to remove any old, conflicting branches"
8373msgstr ""
8374
8375#: builtin/fetch.c:969
8376#, c-format
8377msgid "   (%s will become dangling)"
8378msgstr ""
8379
8380#: builtin/fetch.c:970
8381#, c-format
8382msgid "   (%s has become dangling)"
8383msgstr ""
8384
8385#: builtin/fetch.c:1002
8386msgid "[deleted]"
8387msgstr ""
8388
8389#: builtin/fetch.c:1003 builtin/remote.c:1033
8390msgid "(none)"
8391msgstr ""
8392
8393#: builtin/fetch.c:1026
8394#, c-format
8395msgid "Refusing to fetch into current branch %s of non-bare repository"
8396msgstr ""
8397
8398#: builtin/fetch.c:1045
8399#, c-format
8400msgid "Option \"%s\" value \"%s\" is not valid for %s"
8401msgstr ""
8402
8403#: builtin/fetch.c:1048
8404#, c-format
8405msgid "Option \"%s\" is ignored for %s\n"
8406msgstr ""
8407
8408#: builtin/fetch.c:1287
8409#, c-format
8410msgid "Fetching %s\n"
8411msgstr ""
8412
8413#: builtin/fetch.c:1289 builtin/remote.c:98
8414#, c-format
8415msgid "Could not fetch %s"
8416msgstr ""
8417
8418#: builtin/fetch.c:1335 builtin/fetch.c:1503
8419msgid ""
8420"--filter can only be used with the remote configured in core.partialClone"
8421msgstr ""
8422
8423#: builtin/fetch.c:1358
8424msgid ""
8425"No remote repository specified.  Please, specify either a URL or a\n"
8426"remote name from which new revisions should be fetched."
8427msgstr ""
8428
8429#: builtin/fetch.c:1395
8430msgid "You need to specify a tag name."
8431msgstr ""
8432
8433#: builtin/fetch.c:1444
8434msgid "Negative depth in --deepen is not supported"
8435msgstr ""
8436
8437#: builtin/fetch.c:1446
8438msgid "--deepen and --depth are mutually exclusive"
8439msgstr ""
8440
8441#: builtin/fetch.c:1451
8442msgid "--depth and --unshallow cannot be used together"
8443msgstr ""
8444
8445#: builtin/fetch.c:1453
8446msgid "--unshallow on a complete repository does not make sense"
8447msgstr ""
8448
8449#: builtin/fetch.c:1469
8450msgid "fetch --all does not take a repository argument"
8451msgstr ""
8452
8453#: builtin/fetch.c:1471
8454msgid "fetch --all does not make sense with refspecs"
8455msgstr ""
8456
8457#: builtin/fetch.c:1480
8458#, c-format
8459msgid "No such remote or remote group: %s"
8460msgstr ""
8461
8462#: builtin/fetch.c:1487
8463msgid "Fetching a group and specifying refspecs does not make sense"
8464msgstr ""
8465
8466#: builtin/fmt-merge-msg.c:15
8467msgid ""
8468"git fmt-merge-msg [-m <message>] [--log[=<n>] | --no-log] [--file <file>]"
8469msgstr ""
8470
8471#: builtin/fmt-merge-msg.c:666
8472msgid "populate log with at most <n> entries from shortlog"
8473msgstr ""
8474
8475#: builtin/fmt-merge-msg.c:669
8476msgid "alias for --log (deprecated)"
8477msgstr ""
8478
8479#: builtin/fmt-merge-msg.c:672
8480msgid "text"
8481msgstr ""
8482
8483#: builtin/fmt-merge-msg.c:673
8484msgid "use <text> as start of message"
8485msgstr ""
8486
8487#: builtin/fmt-merge-msg.c:674
8488msgid "file to read from"
8489msgstr ""
8490
8491#: builtin/for-each-ref.c:10
8492msgid "git for-each-ref [<options>] [<pattern>]"
8493msgstr ""
8494
8495#: builtin/for-each-ref.c:11
8496msgid "git for-each-ref [--points-at <object>]"
8497msgstr ""
8498
8499#: builtin/for-each-ref.c:12
8500msgid "git for-each-ref [(--merged | --no-merged) [<commit>]]"
8501msgstr ""
8502
8503#: builtin/for-each-ref.c:13
8504msgid "git for-each-ref [--contains [<commit>]] [--no-contains [<commit>]]"
8505msgstr ""
8506
8507#: builtin/for-each-ref.c:28
8508msgid "quote placeholders suitably for shells"
8509msgstr ""
8510
8511#: builtin/for-each-ref.c:30
8512msgid "quote placeholders suitably for perl"
8513msgstr ""
8514
8515#: builtin/for-each-ref.c:32
8516msgid "quote placeholders suitably for python"
8517msgstr ""
8518
8519#: builtin/for-each-ref.c:34
8520msgid "quote placeholders suitably for Tcl"
8521msgstr ""
8522
8523#: builtin/for-each-ref.c:37
8524msgid "show only <n> matched refs"
8525msgstr ""
8526
8527#: builtin/for-each-ref.c:39 builtin/tag.c:421
8528msgid "respect format colors"
8529msgstr ""
8530
8531#: builtin/for-each-ref.c:43
8532msgid "print only refs which points at the given object"
8533msgstr ""
8534
8535#: builtin/for-each-ref.c:45
8536msgid "print only refs that are merged"
8537msgstr ""
8538
8539#: builtin/for-each-ref.c:46
8540msgid "print only refs that are not merged"
8541msgstr ""
8542
8543#: builtin/for-each-ref.c:47
8544msgid "print only refs which contain the commit"
8545msgstr ""
8546
8547#: builtin/for-each-ref.c:48
8548msgid "print only refs which don't contain the commit"
8549msgstr ""
8550
8551#: builtin/fsck.c:569
8552msgid "Checking object directories"
8553msgstr ""
8554
8555#: builtin/fsck.c:661
8556msgid "git fsck [<options>] [<object>...]"
8557msgstr ""
8558
8559#: builtin/fsck.c:667
8560msgid "show unreachable objects"
8561msgstr ""
8562
8563#: builtin/fsck.c:668
8564msgid "show dangling objects"
8565msgstr ""
8566
8567#: builtin/fsck.c:669
8568msgid "report tags"
8569msgstr ""
8570
8571#: builtin/fsck.c:670
8572msgid "report root nodes"
8573msgstr ""
8574
8575#: builtin/fsck.c:671
8576msgid "make index objects head nodes"
8577msgstr ""
8578
8579#: builtin/fsck.c:672
8580msgid "make reflogs head nodes (default)"
8581msgstr ""
8582
8583#: builtin/fsck.c:673
8584msgid "also consider packs and alternate objects"
8585msgstr ""
8586
8587#: builtin/fsck.c:674
8588msgid "check only connectivity"
8589msgstr ""
8590
8591#: builtin/fsck.c:675
8592msgid "enable more strict checking"
8593msgstr ""
8594
8595#: builtin/fsck.c:677
8596msgid "write dangling objects in .git/lost-found"
8597msgstr ""
8598
8599#: builtin/fsck.c:678 builtin/prune.c:109
8600msgid "show progress"
8601msgstr ""
8602
8603#: builtin/fsck.c:679
8604msgid "show verbose names for reachable objects"
8605msgstr ""
8606
8607#: builtin/fsck.c:745
8608msgid "Checking objects"
8609msgstr ""
8610
8611#: builtin/gc.c:33
8612msgid "git gc [<options>]"
8613msgstr ""
8614
8615#: builtin/gc.c:88
8616#, c-format
8617msgid "Failed to fstat %s: %s"
8618msgstr ""
8619
8620#: builtin/gc.c:452
8621#, c-format
8622msgid "Can't stat %s"
8623msgstr ""
8624
8625#: builtin/gc.c:461
8626#, c-format
8627msgid ""
8628"The last gc run reported the following. Please correct the root cause\n"
8629"and remove %s.\n"
8630"Automatic cleanup will not be performed until the file is removed.\n"
8631"\n"
8632"%s"
8633msgstr ""
8634
8635#: builtin/gc.c:502
8636msgid "prune unreferenced objects"
8637msgstr ""
8638
8639#: builtin/gc.c:504
8640msgid "be more thorough (increased runtime)"
8641msgstr ""
8642
8643#: builtin/gc.c:505
8644msgid "enable auto-gc mode"
8645msgstr ""
8646
8647#: builtin/gc.c:508
8648msgid "force running gc even if there may be another gc running"
8649msgstr ""
8650
8651#: builtin/gc.c:511
8652msgid "repack all other packs except the largest pack"
8653msgstr ""
8654
8655#: builtin/gc.c:528
8656#, c-format
8657msgid "failed to parse gc.logexpiry value %s"
8658msgstr ""
8659
8660#: builtin/gc.c:539
8661#, c-format
8662msgid "failed to parse prune expiry value %s"
8663msgstr ""
8664
8665#: builtin/gc.c:559
8666#, c-format
8667msgid "Auto packing the repository in background for optimum performance.\n"
8668msgstr ""
8669
8670#: builtin/gc.c:561
8671#, c-format
8672msgid "Auto packing the repository for optimum performance.\n"
8673msgstr ""
8674
8675#: builtin/gc.c:562
8676#, c-format
8677msgid "See \"git help gc\" for manual housekeeping.\n"
8678msgstr ""
8679
8680#: builtin/gc.c:598
8681#, c-format
8682msgid ""
8683"gc is already running on machine '%s' pid %<PRIuMAX> (use --force if not)"
8684msgstr ""
8685
8686#: builtin/gc.c:645
8687msgid ""
8688"There are too many unreachable loose objects; run 'git prune' to remove them."
8689msgstr ""
8690
8691#: builtin/grep.c:28
8692msgid "git grep [<options>] [-e] <pattern> [<rev>...] [[--] <path>...]"
8693msgstr ""
8694
8695#: builtin/grep.c:226
8696#, c-format
8697msgid "grep: failed to create thread: %s"
8698msgstr ""
8699
8700#: builtin/grep.c:284
8701#, c-format
8702msgid "invalid number of threads specified (%d) for %s"
8703msgstr ""
8704
8705#. TRANSLATORS: %s is the configuration
8706#. variable for tweaking threads, currently
8707#. grep.threads
8708#.
8709#: builtin/grep.c:293 builtin/index-pack.c:1531 builtin/index-pack.c:1723
8710#, c-format
8711msgid "no threads support, ignoring %s"
8712msgstr ""
8713
8714#: builtin/grep.c:461 builtin/grep.c:582 builtin/grep.c:623
8715#, c-format
8716msgid "unable to read tree (%s)"
8717msgstr ""
8718
8719#: builtin/grep.c:638
8720#, c-format
8721msgid "unable to grep from object of type %s"
8722msgstr ""
8723
8724#: builtin/grep.c:703
8725#, c-format
8726msgid "switch `%c' expects a numerical value"
8727msgstr ""
8728
8729#: builtin/grep.c:790
8730msgid "search in index instead of in the work tree"
8731msgstr ""
8732
8733#: builtin/grep.c:792
8734msgid "find in contents not managed by git"
8735msgstr ""
8736
8737#: builtin/grep.c:794
8738msgid "search in both tracked and untracked files"
8739msgstr ""
8740
8741#: builtin/grep.c:796
8742msgid "ignore files specified via '.gitignore'"
8743msgstr ""
8744
8745#: builtin/grep.c:798
8746msgid "recursively search in each submodule"
8747msgstr ""
8748
8749#: builtin/grep.c:801
8750msgid "show non-matching lines"
8751msgstr ""
8752
8753#: builtin/grep.c:803
8754msgid "case insensitive matching"
8755msgstr ""
8756
8757#: builtin/grep.c:805
8758msgid "match patterns only at word boundaries"
8759msgstr ""
8760
8761#: builtin/grep.c:807
8762msgid "process binary files as text"
8763msgstr ""
8764
8765#: builtin/grep.c:809
8766msgid "don't match patterns in binary files"
8767msgstr ""
8768
8769#: builtin/grep.c:812
8770msgid "process binary files with textconv filters"
8771msgstr ""
8772
8773#: builtin/grep.c:814
8774msgid "descend at most <depth> levels"
8775msgstr ""
8776
8777#: builtin/grep.c:818
8778msgid "use extended POSIX regular expressions"
8779msgstr ""
8780
8781#: builtin/grep.c:821
8782msgid "use basic POSIX regular expressions (default)"
8783msgstr ""
8784
8785#: builtin/grep.c:824
8786msgid "interpret patterns as fixed strings"
8787msgstr ""
8788
8789#: builtin/grep.c:827
8790msgid "use Perl-compatible regular expressions"
8791msgstr ""
8792
8793#: builtin/grep.c:830
8794msgid "show line numbers"
8795msgstr ""
8796
8797#: builtin/grep.c:831
8798msgid "don't show filenames"
8799msgstr ""
8800
8801#: builtin/grep.c:832
8802msgid "show filenames"
8803msgstr ""
8804
8805#: builtin/grep.c:834
8806msgid "show filenames relative to top directory"
8807msgstr ""
8808
8809#: builtin/grep.c:836
8810msgid "show only filenames instead of matching lines"
8811msgstr ""
8812
8813#: builtin/grep.c:838
8814msgid "synonym for --files-with-matches"
8815msgstr ""
8816
8817#: builtin/grep.c:841
8818msgid "show only the names of files without match"
8819msgstr ""
8820
8821#: builtin/grep.c:843
8822msgid "print NUL after filenames"
8823msgstr ""
8824
8825#: builtin/grep.c:846
8826msgid "show the number of matches instead of matching lines"
8827msgstr ""
8828
8829#: builtin/grep.c:847
8830msgid "highlight matches"
8831msgstr ""
8832
8833#: builtin/grep.c:849
8834msgid "print empty line between matches from different files"
8835msgstr ""
8836
8837#: builtin/grep.c:851
8838msgid "show filename only once above matches from same file"
8839msgstr ""
8840
8841#: builtin/grep.c:854
8842msgid "show <n> context lines before and after matches"
8843msgstr ""
8844
8845#: builtin/grep.c:857
8846msgid "show <n> context lines before matches"
8847msgstr ""
8848
8849#: builtin/grep.c:859
8850msgid "show <n> context lines after matches"
8851msgstr ""
8852
8853#: builtin/grep.c:861
8854msgid "use <n> worker threads"
8855msgstr ""
8856
8857#: builtin/grep.c:862
8858msgid "shortcut for -C NUM"
8859msgstr ""
8860
8861#: builtin/grep.c:865
8862msgid "show a line with the function name before matches"
8863msgstr ""
8864
8865#: builtin/grep.c:867
8866msgid "show the surrounding function"
8867msgstr ""
8868
8869#: builtin/grep.c:870
8870msgid "read patterns from file"
8871msgstr ""
8872
8873#: builtin/grep.c:872
8874msgid "match <pattern>"
8875msgstr ""
8876
8877#: builtin/grep.c:874
8878msgid "combine patterns specified with -e"
8879msgstr ""
8880
8881#: builtin/grep.c:886
8882msgid "indicate hit with exit status without output"
8883msgstr ""
8884
8885#: builtin/grep.c:888
8886msgid "show only matches from files that match all patterns"
8887msgstr ""
8888
8889#: builtin/grep.c:890
8890msgid "show parse tree for grep expression"
8891msgstr ""
8892
8893#: builtin/grep.c:894
8894msgid "pager"
8895msgstr ""
8896
8897#: builtin/grep.c:894
8898msgid "show matching files in the pager"
8899msgstr ""
8900
8901#: builtin/grep.c:898
8902msgid "allow calling of grep(1) (ignored by this build)"
8903msgstr ""
8904
8905#: builtin/grep.c:962
8906msgid "no pattern given."
8907msgstr ""
8908
8909#: builtin/grep.c:994
8910msgid "--no-index or --untracked cannot be used with revs"
8911msgstr ""
8912
8913#: builtin/grep.c:1001
8914#, c-format
8915msgid "unable to resolve revision: %s"
8916msgstr ""
8917
8918#: builtin/grep.c:1036 builtin/index-pack.c:1527
8919#, c-format
8920msgid "invalid number of threads specified (%d)"
8921msgstr ""
8922
8923#: builtin/grep.c:1041
8924msgid "no threads support, ignoring --threads"
8925msgstr ""
8926
8927#: builtin/grep.c:1065
8928msgid "--open-files-in-pager only works on the worktree"
8929msgstr ""
8930
8931#: builtin/grep.c:1088
8932msgid "option not supported with --recurse-submodules."
8933msgstr ""
8934
8935#: builtin/grep.c:1094
8936msgid "--cached or --untracked cannot be used with --no-index."
8937msgstr ""
8938
8939#: builtin/grep.c:1100
8940msgid "--[no-]exclude-standard cannot be used for tracked contents."
8941msgstr ""
8942
8943#: builtin/grep.c:1108
8944msgid "both --cached and trees are given."
8945msgstr ""
8946
8947#: builtin/hash-object.c:83
8948msgid ""
8949"git hash-object [-t <type>] [-w] [--path=<file> | --no-filters] [--stdin] "
8950"[--] <file>..."
8951msgstr ""
8952
8953#: builtin/hash-object.c:84
8954msgid "git hash-object  --stdin-paths"
8955msgstr ""
8956
8957#: builtin/hash-object.c:96
8958msgid "type"
8959msgstr ""
8960
8961#: builtin/hash-object.c:96
8962msgid "object type"
8963msgstr ""
8964
8965#: builtin/hash-object.c:97
8966msgid "write the object into the object database"
8967msgstr ""
8968
8969#: builtin/hash-object.c:99
8970msgid "read the object from stdin"
8971msgstr ""
8972
8973#: builtin/hash-object.c:101
8974msgid "store file as is without filters"
8975msgstr ""
8976
8977#: builtin/hash-object.c:102
8978msgid ""
8979"just hash any random garbage to create corrupt objects for debugging Git"
8980msgstr ""
8981
8982#: builtin/hash-object.c:103
8983msgid "process file as it were from this path"
8984msgstr ""
8985
8986#: builtin/help.c:43
8987msgid "print all available commands"
8988msgstr ""
8989
8990#: builtin/help.c:44
8991msgid "exclude guides"
8992msgstr ""
8993
8994#: builtin/help.c:45
8995msgid "print list of useful guides"
8996msgstr ""
8997
8998#: builtin/help.c:46
8999msgid "show man page"
9000msgstr ""
9001
9002#: builtin/help.c:47
9003msgid "show manual in web browser"
9004msgstr ""
9005
9006#: builtin/help.c:49
9007msgid "show info page"
9008msgstr ""
9009
9010#: builtin/help.c:55
9011msgid "git help [--all] [--guides] [--man | --web | --info] [<command>]"
9012msgstr ""
9013
9014#: builtin/help.c:67
9015#, c-format
9016msgid "unrecognized help format '%s'"
9017msgstr ""
9018
9019#: builtin/help.c:94
9020msgid "Failed to start emacsclient."
9021msgstr ""
9022
9023#: builtin/help.c:107
9024msgid "Failed to parse emacsclient version."
9025msgstr ""
9026
9027#: builtin/help.c:115
9028#, c-format
9029msgid "emacsclient version '%d' too old (< 22)."
9030msgstr ""
9031
9032#: builtin/help.c:133 builtin/help.c:155 builtin/help.c:165 builtin/help.c:173
9033#, c-format
9034msgid "failed to exec '%s'"
9035msgstr ""
9036
9037#: builtin/help.c:211
9038#, c-format
9039msgid ""
9040"'%s': path for unsupported man viewer.\n"
9041"Please consider using 'man.<tool>.cmd' instead."
9042msgstr ""
9043
9044#: builtin/help.c:223
9045#, c-format
9046msgid ""
9047"'%s': cmd for supported man viewer.\n"
9048"Please consider using 'man.<tool>.path' instead."
9049msgstr ""
9050
9051#: builtin/help.c:340
9052#, c-format
9053msgid "'%s': unknown man viewer."
9054msgstr ""
9055
9056#: builtin/help.c:357
9057msgid "no man viewer handled the request"
9058msgstr ""
9059
9060#: builtin/help.c:365
9061msgid "no info viewer handled the request"
9062msgstr ""
9063
9064#: builtin/help.c:407
9065msgid "Defining attributes per path"
9066msgstr ""
9067
9068#: builtin/help.c:408
9069msgid "Everyday Git With 20 Commands Or So"
9070msgstr ""
9071
9072#: builtin/help.c:409
9073msgid "A Git glossary"
9074msgstr ""
9075
9076#: builtin/help.c:410
9077msgid "Specifies intentionally untracked files to ignore"
9078msgstr ""
9079
9080#: builtin/help.c:411
9081msgid "Defining submodule properties"
9082msgstr ""
9083
9084#: builtin/help.c:412
9085msgid "Specifying revisions and ranges for Git"
9086msgstr ""
9087
9088#: builtin/help.c:413
9089msgid "A tutorial introduction to Git (for version 1.5.1 or newer)"
9090msgstr ""
9091
9092#: builtin/help.c:414
9093msgid "An overview of recommended workflows with Git"
9094msgstr ""
9095
9096#: builtin/help.c:426
9097msgid "The common Git guides are:\n"
9098msgstr ""
9099
9100#: builtin/help.c:444
9101#, c-format
9102msgid "'%s' is aliased to '%s'"
9103msgstr ""
9104
9105#: builtin/help.c:466 builtin/help.c:483
9106#, c-format
9107msgid "usage: %s%s"
9108msgstr ""
9109
9110#: builtin/index-pack.c:158
9111#, c-format
9112msgid "unable to open %s"
9113msgstr ""
9114
9115#: builtin/index-pack.c:208
9116#, c-format
9117msgid "object type mismatch at %s"
9118msgstr ""
9119
9120#: builtin/index-pack.c:228
9121#, c-format
9122msgid "did not receive expected object %s"
9123msgstr ""
9124
9125#: builtin/index-pack.c:231
9126#, c-format
9127msgid "object %s: expected type %s, found %s"
9128msgstr ""
9129
9130#: builtin/index-pack.c:273
9131#, c-format
9132msgid "cannot fill %d byte"
9133msgid_plural "cannot fill %d bytes"
9134msgstr[0] ""
9135msgstr[1] ""
9136
9137#: builtin/index-pack.c:283
9138msgid "early EOF"
9139msgstr ""
9140
9141#: builtin/index-pack.c:284
9142msgid "read error on input"
9143msgstr ""
9144
9145#: builtin/index-pack.c:296
9146msgid "used more bytes than were available"
9147msgstr ""
9148
9149#: builtin/index-pack.c:303
9150msgid "pack too large for current definition of off_t"
9151msgstr ""
9152
9153#: builtin/index-pack.c:306 builtin/unpack-objects.c:93
9154msgid "pack exceeds maximum allowed size"
9155msgstr ""
9156
9157#: builtin/index-pack.c:321
9158#, c-format
9159msgid "unable to create '%s'"
9160msgstr ""
9161
9162#: builtin/index-pack.c:327
9163#, c-format
9164msgid "cannot open packfile '%s'"
9165msgstr ""
9166
9167#: builtin/index-pack.c:341
9168msgid "pack signature mismatch"
9169msgstr ""
9170
9171#: builtin/index-pack.c:343
9172#, c-format
9173msgid "pack version %<PRIu32> unsupported"
9174msgstr ""
9175
9176#: builtin/index-pack.c:361
9177#, c-format
9178msgid "pack has bad object at offset %<PRIuMAX>: %s"
9179msgstr ""
9180
9181#: builtin/index-pack.c:482
9182#, c-format
9183msgid "inflate returned %d"
9184msgstr ""
9185
9186#: builtin/index-pack.c:531
9187msgid "offset value overflow for delta base object"
9188msgstr ""
9189
9190#: builtin/index-pack.c:539
9191msgid "delta base offset is out of bound"
9192msgstr ""
9193
9194#: builtin/index-pack.c:547
9195#, c-format
9196msgid "unknown object type %d"
9197msgstr ""
9198
9199#: builtin/index-pack.c:578
9200msgid "cannot pread pack file"
9201msgstr ""
9202
9203#: builtin/index-pack.c:580
9204#, c-format
9205msgid "premature end of pack file, %<PRIuMAX> byte missing"
9206msgid_plural "premature end of pack file, %<PRIuMAX> bytes missing"
9207msgstr[0] ""
9208msgstr[1] ""
9209
9210#: builtin/index-pack.c:606
9211msgid "serious inflate inconsistency"
9212msgstr ""
9213
9214#: builtin/index-pack.c:751 builtin/index-pack.c:757 builtin/index-pack.c:780
9215#: builtin/index-pack.c:819 builtin/index-pack.c:828
9216#, c-format
9217msgid "SHA1 COLLISION FOUND WITH %s !"
9218msgstr ""
9219
9220#: builtin/index-pack.c:754 builtin/pack-objects.c:198
9221#: builtin/pack-objects.c:292
9222#, c-format
9223msgid "unable to read %s"
9224msgstr ""
9225
9226#: builtin/index-pack.c:817
9227#, c-format
9228msgid "cannot read existing object info %s"
9229msgstr ""
9230
9231#: builtin/index-pack.c:825
9232#, c-format
9233msgid "cannot read existing object %s"
9234msgstr ""
9235
9236#: builtin/index-pack.c:839
9237#, c-format
9238msgid "invalid blob object %s"
9239msgstr ""
9240
9241#: builtin/index-pack.c:842 builtin/index-pack.c:860
9242msgid "fsck error in packed object"
9243msgstr ""
9244
9245#: builtin/index-pack.c:857
9246#, c-format
9247msgid "invalid %s"
9248msgstr ""
9249
9250#: builtin/index-pack.c:862
9251#, c-format
9252msgid "Not all child objects of %s are reachable"
9253msgstr ""
9254
9255#: builtin/index-pack.c:934 builtin/index-pack.c:965
9256msgid "failed to apply delta"
9257msgstr ""
9258
9259#: builtin/index-pack.c:1135
9260msgid "Receiving objects"
9261msgstr ""
9262
9263#: builtin/index-pack.c:1135
9264msgid "Indexing objects"
9265msgstr ""
9266
9267#: builtin/index-pack.c:1169
9268msgid "pack is corrupted (SHA1 mismatch)"
9269msgstr ""
9270
9271#: builtin/index-pack.c:1174
9272msgid "cannot fstat packfile"
9273msgstr ""
9274
9275#: builtin/index-pack.c:1177
9276msgid "pack has junk at the end"
9277msgstr ""
9278
9279#: builtin/index-pack.c:1189
9280msgid "confusion beyond insanity in parse_pack_objects()"
9281msgstr ""
9282
9283#: builtin/index-pack.c:1212
9284msgid "Resolving deltas"
9285msgstr ""
9286
9287#: builtin/index-pack.c:1223
9288#, c-format
9289msgid "unable to create thread: %s"
9290msgstr ""
9291
9292#: builtin/index-pack.c:1265
9293msgid "confusion beyond insanity"
9294msgstr ""
9295
9296#: builtin/index-pack.c:1271
9297#, c-format
9298msgid "completed with %d local object"
9299msgid_plural "completed with %d local objects"
9300msgstr[0] ""
9301msgstr[1] ""
9302
9303#: builtin/index-pack.c:1283
9304#, c-format
9305msgid "Unexpected tail checksum for %s (disk corruption?)"
9306msgstr ""
9307
9308#: builtin/index-pack.c:1287
9309#, c-format
9310msgid "pack has %d unresolved delta"
9311msgid_plural "pack has %d unresolved deltas"
9312msgstr[0] ""
9313msgstr[1] ""
9314
9315#: builtin/index-pack.c:1311
9316#, c-format
9317msgid "unable to deflate appended object (%d)"
9318msgstr ""
9319
9320#: builtin/index-pack.c:1388
9321#, c-format
9322msgid "local object %s is corrupt"
9323msgstr ""
9324
9325#: builtin/index-pack.c:1402
9326#, c-format
9327msgid "packfile name '%s' does not end with '.pack'"
9328msgstr ""
9329
9330#: builtin/index-pack.c:1427
9331#, c-format
9332msgid "cannot write %s file '%s'"
9333msgstr ""
9334
9335#: builtin/index-pack.c:1435
9336#, c-format
9337msgid "cannot close written %s file '%s'"
9338msgstr ""
9339
9340#: builtin/index-pack.c:1459
9341msgid "error while closing pack file"
9342msgstr ""
9343
9344#: builtin/index-pack.c:1473
9345msgid "cannot store pack file"
9346msgstr ""
9347
9348#: builtin/index-pack.c:1481
9349msgid "cannot store index file"
9350msgstr ""
9351
9352#: builtin/index-pack.c:1521
9353#, c-format
9354msgid "bad pack.indexversion=%<PRIu32>"
9355msgstr ""
9356
9357#: builtin/index-pack.c:1590
9358#, c-format
9359msgid "Cannot open existing pack file '%s'"
9360msgstr ""
9361
9362#: builtin/index-pack.c:1592
9363#, c-format
9364msgid "Cannot open existing pack idx file for '%s'"
9365msgstr ""
9366
9367#: builtin/index-pack.c:1640
9368#, c-format
9369msgid "non delta: %d object"
9370msgid_plural "non delta: %d objects"
9371msgstr[0] ""
9372msgstr[1] ""
9373
9374#: builtin/index-pack.c:1647
9375#, c-format
9376msgid "chain length = %d: %lu object"
9377msgid_plural "chain length = %d: %lu objects"
9378msgstr[0] ""
9379msgstr[1] ""
9380
9381#: builtin/index-pack.c:1684
9382msgid "Cannot come back to cwd"
9383msgstr ""
9384
9385#: builtin/index-pack.c:1735 builtin/index-pack.c:1738
9386#: builtin/index-pack.c:1754 builtin/index-pack.c:1758
9387#, c-format
9388msgid "bad %s"
9389msgstr ""
9390
9391#: builtin/index-pack.c:1774
9392msgid "--fix-thin cannot be used without --stdin"
9393msgstr ""
9394
9395#: builtin/index-pack.c:1776
9396msgid "--stdin requires a git repository"
9397msgstr ""
9398
9399#: builtin/index-pack.c:1782
9400msgid "--verify with no packfile name given"
9401msgstr ""
9402
9403#: builtin/index-pack.c:1832 builtin/unpack-objects.c:578
9404msgid "fsck error in pack objects"
9405msgstr ""
9406
9407#: builtin/init-db.c:55
9408#, c-format
9409msgid "cannot stat '%s'"
9410msgstr ""
9411
9412#: builtin/init-db.c:61
9413#, c-format
9414msgid "cannot stat template '%s'"
9415msgstr ""
9416
9417#: builtin/init-db.c:66
9418#, c-format
9419msgid "cannot opendir '%s'"
9420msgstr ""
9421
9422#: builtin/init-db.c:77
9423#, c-format
9424msgid "cannot readlink '%s'"
9425msgstr ""
9426
9427#: builtin/init-db.c:79
9428#, c-format
9429msgid "cannot symlink '%s' '%s'"
9430msgstr ""
9431
9432#: builtin/init-db.c:85
9433#, c-format
9434msgid "cannot copy '%s' to '%s'"
9435msgstr ""
9436
9437#: builtin/init-db.c:89
9438#, c-format
9439msgid "ignoring template %s"
9440msgstr ""
9441
9442#: builtin/init-db.c:120
9443#, c-format
9444msgid "templates not found %s"
9445msgstr ""
9446
9447#: builtin/init-db.c:135
9448#, c-format
9449msgid "not copying templates from '%s': %s"
9450msgstr ""
9451
9452#: builtin/init-db.c:328
9453#, c-format
9454msgid "unable to handle file type %d"
9455msgstr ""
9456
9457#: builtin/init-db.c:331
9458#, c-format
9459msgid "unable to move %s to %s"
9460msgstr ""
9461
9462#: builtin/init-db.c:348 builtin/init-db.c:351
9463#, c-format
9464msgid "%s already exists"
9465msgstr ""
9466
9467#: builtin/init-db.c:404
9468#, c-format
9469msgid "Reinitialized existing shared Git repository in %s%s\n"
9470msgstr ""
9471
9472#: builtin/init-db.c:405
9473#, c-format
9474msgid "Reinitialized existing Git repository in %s%s\n"
9475msgstr ""
9476
9477#: builtin/init-db.c:409
9478#, c-format
9479msgid "Initialized empty shared Git repository in %s%s\n"
9480msgstr ""
9481
9482#: builtin/init-db.c:410
9483#, c-format
9484msgid "Initialized empty Git repository in %s%s\n"
9485msgstr ""
9486
9487#: builtin/init-db.c:458
9488msgid ""
9489"git init [-q | --quiet] [--bare] [--template=<template-directory>] [--"
9490"shared[=<permissions>]] [<directory>]"
9491msgstr ""
9492
9493#: builtin/init-db.c:481
9494msgid "permissions"
9495msgstr ""
9496
9497#: builtin/init-db.c:482
9498msgid "specify that the git repository is to be shared amongst several users"
9499msgstr ""
9500
9501#: builtin/init-db.c:525
9502#, c-format
9503msgid "cannot chdir to %s"
9504msgstr ""
9505
9506#: builtin/init-db.c:546
9507#, c-format
9508msgid ""
9509"%s (or --work-tree=<directory>) not allowed without specifying %s (or --git-"
9510"dir=<directory>)"
9511msgstr ""
9512
9513#: builtin/init-db.c:574
9514#, c-format
9515msgid "Cannot access work tree '%s'"
9516msgstr ""
9517
9518#: builtin/interpret-trailers.c:15
9519msgid ""
9520"git interpret-trailers [--in-place] [--trim-empty] [(--trailer "
9521"<token>[(=|:)<value>])...] [<file>...]"
9522msgstr ""
9523
9524#: builtin/interpret-trailers.c:92
9525msgid "edit files in place"
9526msgstr ""
9527
9528#: builtin/interpret-trailers.c:93
9529msgid "trim empty trailers"
9530msgstr ""
9531
9532#: builtin/interpret-trailers.c:96
9533msgid "where to place the new trailer"
9534msgstr ""
9535
9536#: builtin/interpret-trailers.c:98
9537msgid "action if trailer already exists"
9538msgstr ""
9539
9540#: builtin/interpret-trailers.c:100
9541msgid "action if trailer is missing"
9542msgstr ""
9543
9544#: builtin/interpret-trailers.c:102
9545msgid "output only the trailers"
9546msgstr ""
9547
9548#: builtin/interpret-trailers.c:103
9549msgid "do not apply config rules"
9550msgstr ""
9551
9552#: builtin/interpret-trailers.c:104
9553msgid "join whitespace-continued values"
9554msgstr ""
9555
9556#: builtin/interpret-trailers.c:105
9557msgid "set parsing options"
9558msgstr ""
9559
9560#: builtin/interpret-trailers.c:107
9561msgid "trailer"
9562msgstr ""
9563
9564#: builtin/interpret-trailers.c:108
9565msgid "trailer(s) to add"
9566msgstr ""
9567
9568#: builtin/interpret-trailers.c:117
9569msgid "--trailer with --only-input does not make sense"
9570msgstr ""
9571
9572#: builtin/interpret-trailers.c:127
9573msgid "no input file given for in-place editing"
9574msgstr ""
9575
9576#: builtin/log.c:48
9577msgid "git log [<options>] [<revision-range>] [[--] <path>...]"
9578msgstr ""
9579
9580#: builtin/log.c:49
9581msgid "git show [<options>] <object>..."
9582msgstr ""
9583
9584#: builtin/log.c:93
9585#, c-format
9586msgid "invalid --decorate option: %s"
9587msgstr ""
9588
9589#: builtin/log.c:153
9590msgid "suppress diff output"
9591msgstr ""
9592
9593#: builtin/log.c:154
9594msgid "show source"
9595msgstr ""
9596
9597#: builtin/log.c:155
9598msgid "Use mail map file"
9599msgstr ""
9600
9601#: builtin/log.c:157
9602msgid "only decorate refs that match <pattern>"
9603msgstr ""
9604
9605#: builtin/log.c:159
9606msgid "do not decorate refs that match <pattern>"
9607msgstr ""
9608
9609#: builtin/log.c:160
9610msgid "decorate options"
9611msgstr ""
9612
9613#: builtin/log.c:163
9614msgid "Process line range n,m in file, counting from 1"
9615msgstr ""
9616
9617#: builtin/log.c:259
9618#, c-format
9619msgid "Final output: %d %s\n"
9620msgstr ""
9621
9622#: builtin/log.c:510
9623#, c-format
9624msgid "git show %s: bad file"
9625msgstr ""
9626
9627#: builtin/log.c:525 builtin/log.c:619
9628#, c-format
9629msgid "Could not read object %s"
9630msgstr ""
9631
9632#: builtin/log.c:643
9633#, c-format
9634msgid "Unknown type: %d"
9635msgstr ""
9636
9637#: builtin/log.c:764
9638msgid "format.headers without value"
9639msgstr ""
9640
9641#: builtin/log.c:865
9642msgid "name of output directory is too long"
9643msgstr ""
9644
9645#: builtin/log.c:881
9646#, c-format
9647msgid "Cannot open patch file %s"
9648msgstr ""
9649
9650#: builtin/log.c:898
9651msgid "Need exactly one range."
9652msgstr ""
9653
9654#: builtin/log.c:908
9655msgid "Not a range."
9656msgstr ""
9657
9658#: builtin/log.c:1014
9659msgid "Cover letter needs email format"
9660msgstr ""
9661
9662#: builtin/log.c:1095
9663#, c-format
9664msgid "insane in-reply-to: %s"
9665msgstr ""
9666
9667#: builtin/log.c:1122
9668msgid "git format-patch [<options>] [<since> | <revision-range>]"
9669msgstr ""
9670
9671#: builtin/log.c:1172
9672msgid "Two output directories?"
9673msgstr ""
9674
9675#: builtin/log.c:1279 builtin/log.c:1932 builtin/log.c:1934 builtin/log.c:1946
9676#, c-format
9677msgid "Unknown commit %s"
9678msgstr ""
9679
9680#: builtin/log.c:1289 builtin/notes.c:887 builtin/tag.c:523
9681#, c-format
9682msgid "Failed to resolve '%s' as a valid ref."
9683msgstr ""
9684
9685#: builtin/log.c:1294
9686msgid "Could not find exact merge base."
9687msgstr ""
9688
9689#: builtin/log.c:1298
9690msgid ""
9691"Failed to get upstream, if you want to record base commit automatically,\n"
9692"please use git branch --set-upstream-to to track a remote branch.\n"
9693"Or you could specify base commit by --base=<base-commit-id> manually."
9694msgstr ""
9695
9696#: builtin/log.c:1318
9697msgid "Failed to find exact merge base"
9698msgstr ""
9699
9700#: builtin/log.c:1329
9701msgid "base commit should be the ancestor of revision list"
9702msgstr ""
9703
9704#: builtin/log.c:1333
9705msgid "base commit shouldn't be in revision list"
9706msgstr ""
9707
9708#: builtin/log.c:1382
9709msgid "cannot get patch id"
9710msgstr ""
9711
9712#: builtin/log.c:1441
9713msgid "use [PATCH n/m] even with a single patch"
9714msgstr ""
9715
9716#: builtin/log.c:1444
9717msgid "use [PATCH] even with multiple patches"
9718msgstr ""
9719
9720#: builtin/log.c:1448
9721msgid "print patches to standard out"
9722msgstr ""
9723
9724#: builtin/log.c:1450
9725msgid "generate a cover letter"
9726msgstr ""
9727
9728#: builtin/log.c:1452
9729msgid "use simple number sequence for output file names"
9730msgstr ""
9731
9732#: builtin/log.c:1453
9733msgid "sfx"
9734msgstr ""
9735
9736#: builtin/log.c:1454
9737msgid "use <sfx> instead of '.patch'"
9738msgstr ""
9739
9740#: builtin/log.c:1456
9741msgid "start numbering patches at <n> instead of 1"
9742msgstr ""
9743
9744#: builtin/log.c:1458
9745msgid "mark the series as Nth re-roll"
9746msgstr ""
9747
9748#: builtin/log.c:1460
9749msgid "Use [RFC PATCH] instead of [PATCH]"
9750msgstr ""
9751
9752#: builtin/log.c:1463
9753msgid "Use [<prefix>] instead of [PATCH]"
9754msgstr ""
9755
9756#: builtin/log.c:1466
9757msgid "store resulting files in <dir>"
9758msgstr ""
9759
9760#: builtin/log.c:1469
9761msgid "don't strip/add [PATCH]"
9762msgstr ""
9763
9764#: builtin/log.c:1472
9765msgid "don't output binary diffs"
9766msgstr ""
9767
9768#: builtin/log.c:1474
9769msgid "output all-zero hash in From header"
9770msgstr ""
9771
9772#: builtin/log.c:1476
9773msgid "don't include a patch matching a commit upstream"
9774msgstr ""
9775
9776#: builtin/log.c:1478
9777msgid "show patch format instead of default (patch + stat)"
9778msgstr ""
9779
9780#: builtin/log.c:1480
9781msgid "Messaging"
9782msgstr ""
9783
9784#: builtin/log.c:1481
9785msgid "header"
9786msgstr ""
9787
9788#: builtin/log.c:1482
9789msgid "add email header"
9790msgstr ""
9791
9792#: builtin/log.c:1483 builtin/log.c:1485
9793msgid "email"
9794msgstr ""
9795
9796#: builtin/log.c:1483
9797msgid "add To: header"
9798msgstr ""
9799
9800#: builtin/log.c:1485
9801msgid "add Cc: header"
9802msgstr ""
9803
9804#: builtin/log.c:1487
9805msgid "ident"
9806msgstr ""
9807
9808#: builtin/log.c:1488
9809msgid "set From address to <ident> (or committer ident if absent)"
9810msgstr ""
9811
9812#: builtin/log.c:1490
9813msgid "message-id"
9814msgstr ""
9815
9816#: builtin/log.c:1491
9817msgid "make first mail a reply to <message-id>"
9818msgstr ""
9819
9820#: builtin/log.c:1492 builtin/log.c:1495
9821msgid "boundary"
9822msgstr ""
9823
9824#: builtin/log.c:1493
9825msgid "attach the patch"
9826msgstr ""
9827
9828#: builtin/log.c:1496
9829msgid "inline the patch"
9830msgstr ""
9831
9832#: builtin/log.c:1500
9833msgid "enable message threading, styles: shallow, deep"
9834msgstr ""
9835
9836#: builtin/log.c:1502
9837msgid "signature"
9838msgstr ""
9839
9840#: builtin/log.c:1503
9841msgid "add a signature"
9842msgstr ""
9843
9844#: builtin/log.c:1504
9845msgid "base-commit"
9846msgstr ""
9847
9848#: builtin/log.c:1505
9849msgid "add prerequisite tree info to the patch series"
9850msgstr ""
9851
9852#: builtin/log.c:1507
9853msgid "add a signature from a file"
9854msgstr ""
9855
9856#: builtin/log.c:1508
9857msgid "don't print the patch filenames"
9858msgstr ""
9859
9860#: builtin/log.c:1510
9861msgid "show progress while generating patches"
9862msgstr ""
9863
9864#: builtin/log.c:1585
9865#, c-format
9866msgid "invalid ident line: %s"
9867msgstr ""
9868
9869#: builtin/log.c:1600
9870msgid "-n and -k are mutually exclusive."
9871msgstr ""
9872
9873#: builtin/log.c:1602
9874msgid "--subject-prefix/--rfc and -k are mutually exclusive."
9875msgstr ""
9876
9877#: builtin/log.c:1610
9878msgid "--name-only does not make sense"
9879msgstr ""
9880
9881#: builtin/log.c:1612
9882msgid "--name-status does not make sense"
9883msgstr ""
9884
9885#: builtin/log.c:1614
9886msgid "--check does not make sense"
9887msgstr ""
9888
9889#: builtin/log.c:1646
9890msgid "standard output, or directory, which one?"
9891msgstr ""
9892
9893#: builtin/log.c:1648
9894#, c-format
9895msgid "Could not create directory '%s'"
9896msgstr ""
9897
9898#: builtin/log.c:1741
9899#, c-format
9900msgid "unable to read signature file '%s'"
9901msgstr ""
9902
9903#: builtin/log.c:1773
9904msgid "Generating patches"
9905msgstr ""
9906
9907#: builtin/log.c:1817
9908msgid "Failed to create output files"
9909msgstr ""
9910
9911#: builtin/log.c:1867
9912msgid "git cherry [-v] [<upstream> [<head> [<limit>]]]"
9913msgstr ""
9914
9915#: builtin/log.c:1921
9916#, c-format
9917msgid ""
9918"Could not find a tracked remote branch, please specify <upstream> manually.\n"
9919msgstr ""
9920
9921#: builtin/ls-files.c:468
9922msgid "git ls-files [<options>] [<file>...]"
9923msgstr ""
9924
9925#: builtin/ls-files.c:517
9926msgid "identify the file status with tags"
9927msgstr ""
9928
9929#: builtin/ls-files.c:519
9930msgid "use lowercase letters for 'assume unchanged' files"
9931msgstr ""
9932
9933#: builtin/ls-files.c:521
9934msgid "use lowercase letters for 'fsmonitor clean' files"
9935msgstr ""
9936
9937#: builtin/ls-files.c:523
9938msgid "show cached files in the output (default)"
9939msgstr ""
9940
9941#: builtin/ls-files.c:525
9942msgid "show deleted files in the output"
9943msgstr ""
9944
9945#: builtin/ls-files.c:527
9946msgid "show modified files in the output"
9947msgstr ""
9948
9949#: builtin/ls-files.c:529
9950msgid "show other files in the output"
9951msgstr ""
9952
9953#: builtin/ls-files.c:531
9954msgid "show ignored files in the output"
9955msgstr ""
9956
9957#: builtin/ls-files.c:534
9958msgid "show staged contents' object name in the output"
9959msgstr ""
9960
9961#: builtin/ls-files.c:536
9962msgid "show files on the filesystem that need to be removed"
9963msgstr ""
9964
9965#: builtin/ls-files.c:538
9966msgid "show 'other' directories' names only"
9967msgstr ""
9968
9969#: builtin/ls-files.c:540
9970msgid "show line endings of files"
9971msgstr ""
9972
9973#: builtin/ls-files.c:542
9974msgid "don't show empty directories"
9975msgstr ""
9976
9977#: builtin/ls-files.c:545
9978msgid "show unmerged files in the output"
9979msgstr ""
9980
9981#: builtin/ls-files.c:547
9982msgid "show resolve-undo information"
9983msgstr ""
9984
9985#: builtin/ls-files.c:549
9986msgid "skip files matching pattern"
9987msgstr ""
9988
9989#: builtin/ls-files.c:552
9990msgid "exclude patterns are read from <file>"
9991msgstr ""
9992
9993#: builtin/ls-files.c:555
9994msgid "read additional per-directory exclude patterns in <file>"
9995msgstr ""
9996
9997#: builtin/ls-files.c:557
9998msgid "add the standard git exclusions"
9999msgstr ""
10000
10001#: builtin/ls-files.c:560
10002msgid "make the output relative to the project top directory"
10003msgstr ""
10004
10005#: builtin/ls-files.c:563
10006msgid "recurse through submodules"
10007msgstr ""
10008
10009#: builtin/ls-files.c:565
10010msgid "if any <file> is not in the index, treat this as an error"
10011msgstr ""
10012
10013#: builtin/ls-files.c:566
10014msgid "tree-ish"
10015msgstr ""
10016
10017#: builtin/ls-files.c:567
10018msgid "pretend that paths removed since <tree-ish> are still present"
10019msgstr ""
10020
10021#: builtin/ls-files.c:569
10022msgid "show debugging data"
10023msgstr ""
10024
10025#: builtin/ls-remote.c:9
10026msgid ""
10027"git ls-remote [--heads] [--tags] [--refs] [--upload-pack=<exec>]\n"
10028"                     [-q | --quiet] [--exit-code] [--get-url]\n"
10029"                     [--symref] [<repository> [<refs>...]]"
10030msgstr ""
10031
10032#: builtin/ls-remote.c:59
10033msgid "do not print remote URL"
10034msgstr ""
10035
10036#: builtin/ls-remote.c:60 builtin/ls-remote.c:62
10037msgid "exec"
10038msgstr ""
10039
10040#: builtin/ls-remote.c:61 builtin/ls-remote.c:63
10041msgid "path of git-upload-pack on the remote host"
10042msgstr ""
10043
10044#: builtin/ls-remote.c:65
10045msgid "limit to tags"
10046msgstr ""
10047
10048#: builtin/ls-remote.c:66
10049msgid "limit to heads"
10050msgstr ""
10051
10052#: builtin/ls-remote.c:67
10053msgid "do not show peeled tags"
10054msgstr ""
10055
10056#: builtin/ls-remote.c:69
10057msgid "take url.<base>.insteadOf into account"
10058msgstr ""
10059
10060#: builtin/ls-remote.c:73
10061msgid "exit with exit code 2 if no matching refs are found"
10062msgstr ""
10063
10064#: builtin/ls-remote.c:76
10065msgid "show underlying ref in addition to the object pointed by it"
10066msgstr ""
10067
10068#: builtin/ls-tree.c:29
10069msgid "git ls-tree [<options>] <tree-ish> [<path>...]"
10070msgstr ""
10071
10072#: builtin/ls-tree.c:127
10073msgid "only show trees"
10074msgstr ""
10075
10076#: builtin/ls-tree.c:129
10077msgid "recurse into subtrees"
10078msgstr ""
10079
10080#: builtin/ls-tree.c:131
10081msgid "show trees when recursing"
10082msgstr ""
10083
10084#: builtin/ls-tree.c:134
10085msgid "terminate entries with NUL byte"
10086msgstr ""
10087
10088#: builtin/ls-tree.c:135
10089msgid "include object size"
10090msgstr ""
10091
10092#: builtin/ls-tree.c:137 builtin/ls-tree.c:139
10093msgid "list only filenames"
10094msgstr ""
10095
10096#: builtin/ls-tree.c:142
10097msgid "use full path names"
10098msgstr ""
10099
10100#: builtin/ls-tree.c:144
10101msgid "list entire tree; not just current directory (implies --full-name)"
10102msgstr ""
10103
10104#: builtin/mailsplit.c:241
10105#, c-format
10106msgid "empty mbox: '%s'"
10107msgstr ""
10108
10109#: builtin/merge.c:50
10110msgid "git merge [<options>] [<commit>...]"
10111msgstr ""
10112
10113#: builtin/merge.c:51
10114msgid "git merge --abort"
10115msgstr ""
10116
10117#: builtin/merge.c:52
10118msgid "git merge --continue"
10119msgstr ""
10120
10121#: builtin/merge.c:109
10122msgid "switch `m' requires a value"
10123msgstr ""
10124
10125#: builtin/merge.c:146
10126#, c-format
10127msgid "Could not find merge strategy '%s'.\n"
10128msgstr ""
10129
10130#: builtin/merge.c:147
10131#, c-format
10132msgid "Available strategies are:"
10133msgstr ""
10134
10135#: builtin/merge.c:152
10136#, c-format
10137msgid "Available custom strategies are:"
10138msgstr ""
10139
10140#: builtin/merge.c:202 builtin/pull.c:142
10141msgid "do not show a diffstat at the end of the merge"
10142msgstr ""
10143
10144#: builtin/merge.c:205 builtin/pull.c:145
10145msgid "show a diffstat at the end of the merge"
10146msgstr ""
10147
10148#: builtin/merge.c:206 builtin/pull.c:148
10149msgid "(synonym to --stat)"
10150msgstr ""
10151
10152#: builtin/merge.c:208 builtin/pull.c:151
10153msgid "add (at most <n>) entries from shortlog to merge commit message"
10154msgstr ""
10155
10156#: builtin/merge.c:211 builtin/pull.c:157
10157msgid "create a single commit instead of doing a merge"
10158msgstr ""
10159
10160#: builtin/merge.c:213 builtin/pull.c:160
10161msgid "perform a commit if the merge succeeds (default)"
10162msgstr ""
10163
10164#: builtin/merge.c:215 builtin/pull.c:163
10165msgid "edit message before committing"
10166msgstr ""
10167
10168#: builtin/merge.c:216
10169msgid "allow fast-forward (default)"
10170msgstr ""
10171
10172#: builtin/merge.c:218 builtin/pull.c:169
10173msgid "abort if fast-forward is not possible"
10174msgstr ""
10175
10176#: builtin/merge.c:222 builtin/pull.c:172
10177msgid "verify that the named commit has a valid GPG signature"
10178msgstr ""
10179
10180#: builtin/merge.c:223 builtin/notes.c:777 builtin/pull.c:176
10181#: builtin/revert.c:109
10182msgid "strategy"
10183msgstr ""
10184
10185#: builtin/merge.c:224 builtin/pull.c:177
10186msgid "merge strategy to use"
10187msgstr ""
10188
10189#: builtin/merge.c:225 builtin/pull.c:180
10190msgid "option=value"
10191msgstr ""
10192
10193#: builtin/merge.c:226 builtin/pull.c:181
10194msgid "option for selected merge strategy"
10195msgstr ""
10196
10197#: builtin/merge.c:228
10198msgid "merge commit message (for a non-fast-forward merge)"
10199msgstr ""
10200
10201#: builtin/merge.c:232
10202msgid "abort the current in-progress merge"
10203msgstr ""
10204
10205#: builtin/merge.c:234
10206msgid "continue the current in-progress merge"
10207msgstr ""
10208
10209#: builtin/merge.c:236 builtin/pull.c:188
10210msgid "allow merging unrelated histories"
10211msgstr ""
10212
10213#: builtin/merge.c:242
10214msgid "verify commit-msg hook"
10215msgstr ""
10216
10217#: builtin/merge.c:267
10218msgid "could not run stash."
10219msgstr ""
10220
10221#: builtin/merge.c:272
10222msgid "stash failed"
10223msgstr ""
10224
10225#: builtin/merge.c:277
10226#, c-format
10227msgid "not a valid object: %s"
10228msgstr ""
10229
10230#: builtin/merge.c:299 builtin/merge.c:316
10231msgid "read-tree failed"
10232msgstr ""
10233
10234#: builtin/merge.c:346
10235msgid " (nothing to squash)"
10236msgstr ""
10237
10238#: builtin/merge.c:357
10239#, c-format
10240msgid "Squash commit -- not updating HEAD\n"
10241msgstr ""
10242
10243#: builtin/merge.c:407
10244#, c-format
10245msgid "No merge message -- not updating HEAD\n"
10246msgstr ""
10247
10248#: builtin/merge.c:457
10249#, c-format
10250msgid "'%s' does not point to a commit"
10251msgstr ""
10252
10253#: builtin/merge.c:547
10254#, c-format
10255msgid "Bad branch.%s.mergeoptions string: %s"
10256msgstr ""
10257
10258#: builtin/merge.c:668
10259msgid "Not handling anything other than two heads merge."
10260msgstr ""
10261
10262#: builtin/merge.c:682
10263#, c-format
10264msgid "Unknown option for merge-recursive: -X%s"
10265msgstr ""
10266
10267#: builtin/merge.c:697
10268#, c-format
10269msgid "unable to write %s"
10270msgstr ""
10271
10272#: builtin/merge.c:748
10273#, c-format
10274msgid "Could not read from '%s'"
10275msgstr ""
10276
10277#: builtin/merge.c:757
10278#, c-format
10279msgid "Not committing merge; use 'git commit' to complete the merge.\n"
10280msgstr ""
10281
10282#: builtin/merge.c:763
10283#, c-format
10284msgid ""
10285"Please enter a commit message to explain why this merge is necessary,\n"
10286"especially if it merges an updated upstream into a topic branch.\n"
10287"\n"
10288"Lines starting with '%c' will be ignored, and an empty message aborts\n"
10289"the commit.\n"
10290msgstr ""
10291
10292#: builtin/merge.c:799
10293msgid "Empty commit message."
10294msgstr ""
10295
10296#: builtin/merge.c:818
10297#, c-format
10298msgid "Wonderful.\n"
10299msgstr ""
10300
10301#: builtin/merge.c:871
10302#, c-format
10303msgid "Automatic merge failed; fix conflicts and then commit the result.\n"
10304msgstr ""
10305
10306#: builtin/merge.c:910
10307msgid "No current branch."
10308msgstr ""
10309
10310#: builtin/merge.c:912
10311msgid "No remote for the current branch."
10312msgstr ""
10313
10314#: builtin/merge.c:914
10315msgid "No default upstream defined for the current branch."
10316msgstr ""
10317
10318#: builtin/merge.c:919
10319#, c-format
10320msgid "No remote-tracking branch for %s from %s"
10321msgstr ""
10322
10323#: builtin/merge.c:972
10324#, c-format
10325msgid "Bad value '%s' in environment '%s'"
10326msgstr ""
10327
10328#: builtin/merge.c:1074
10329#, c-format
10330msgid "not something we can merge in %s: %s"
10331msgstr ""
10332
10333#: builtin/merge.c:1108
10334msgid "not something we can merge"
10335msgstr ""
10336
10337#: builtin/merge.c:1210
10338msgid "--abort expects no arguments"
10339msgstr ""
10340
10341#: builtin/merge.c:1214
10342msgid "There is no merge to abort (MERGE_HEAD missing)."
10343msgstr ""
10344
10345#: builtin/merge.c:1226
10346msgid "--continue expects no arguments"
10347msgstr ""
10348
10349#: builtin/merge.c:1230
10350msgid "There is no merge in progress (MERGE_HEAD missing)."
10351msgstr ""
10352
10353#: builtin/merge.c:1246
10354msgid ""
10355"You have not concluded your merge (MERGE_HEAD exists).\n"
10356"Please, commit your changes before you merge."
10357msgstr ""
10358
10359#: builtin/merge.c:1253
10360msgid ""
10361"You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists).\n"
10362"Please, commit your changes before you merge."
10363msgstr ""
10364
10365#: builtin/merge.c:1256
10366msgid "You have not concluded your cherry-pick (CHERRY_PICK_HEAD exists)."
10367msgstr ""
10368
10369#: builtin/merge.c:1265
10370msgid "You cannot combine --squash with --no-ff."
10371msgstr ""
10372
10373#: builtin/merge.c:1273
10374msgid "No commit specified and merge.defaultToUpstream not set."
10375msgstr ""
10376
10377#: builtin/merge.c:1290
10378msgid "Squash commit into empty head not supported yet"
10379msgstr ""
10380
10381#: builtin/merge.c:1292
10382msgid "Non-fast-forward commit does not make sense into an empty head"
10383msgstr ""
10384
10385#: builtin/merge.c:1297
10386#, c-format
10387msgid "%s - not something we can merge"
10388msgstr ""
10389
10390#: builtin/merge.c:1299
10391msgid "Can merge only exactly one commit into empty head"
10392msgstr ""
10393
10394#: builtin/merge.c:1333
10395#, c-format
10396msgid "Commit %s has an untrusted GPG signature, allegedly by %s."
10397msgstr ""
10398
10399#: builtin/merge.c:1336
10400#, c-format
10401msgid "Commit %s has a bad GPG signature allegedly by %s."
10402msgstr ""
10403
10404#: builtin/merge.c:1339
10405#, c-format
10406msgid "Commit %s does not have a GPG signature."
10407msgstr ""
10408
10409#: builtin/merge.c:1342
10410#, c-format
10411msgid "Commit %s has a good GPG signature by %s\n"
10412msgstr ""
10413
10414#: builtin/merge.c:1401
10415msgid "refusing to merge unrelated histories"
10416msgstr ""
10417
10418#: builtin/merge.c:1410
10419msgid "Already up to date."
10420msgstr ""
10421
10422#: builtin/merge.c:1420
10423#, c-format
10424msgid "Updating %s..%s\n"
10425msgstr ""
10426
10427#: builtin/merge.c:1461
10428#, c-format
10429msgid "Trying really trivial in-index merge...\n"
10430msgstr ""
10431
10432#: builtin/merge.c:1468
10433#, c-format
10434msgid "Nope.\n"
10435msgstr ""
10436
10437#: builtin/merge.c:1493
10438msgid "Already up to date. Yeeah!"
10439msgstr ""
10440
10441#: builtin/merge.c:1499
10442msgid "Not possible to fast-forward, aborting."
10443msgstr ""
10444
10445#: builtin/merge.c:1522 builtin/merge.c:1601
10446#, c-format
10447msgid "Rewinding the tree to pristine...\n"
10448msgstr ""
10449
10450#: builtin/merge.c:1526
10451#, c-format
10452msgid "Trying merge strategy %s...\n"
10453msgstr ""
10454
10455#: builtin/merge.c:1592
10456#, c-format
10457msgid "No merge strategy handled the merge.\n"
10458msgstr ""
10459
10460#: builtin/merge.c:1594
10461#, c-format
10462msgid "Merge with strategy %s failed.\n"
10463msgstr ""
10464
10465#: builtin/merge.c:1603
10466#, c-format
10467msgid "Using the %s to prepare resolving by hand.\n"
10468msgstr ""
10469
10470#: builtin/merge.c:1615
10471#, c-format
10472msgid "Automatic merge went well; stopped before committing as requested\n"
10473msgstr ""
10474
10475#: builtin/merge-base.c:30
10476msgid "git merge-base [-a | --all] <commit> <commit>..."
10477msgstr ""
10478
10479#: builtin/merge-base.c:31
10480msgid "git merge-base [-a | --all] --octopus <commit>..."
10481msgstr ""
10482
10483#: builtin/merge-base.c:32
10484msgid "git merge-base --independent <commit>..."
10485msgstr ""
10486
10487#: builtin/merge-base.c:33
10488msgid "git merge-base --is-ancestor <commit> <commit>"
10489msgstr ""
10490
10491#: builtin/merge-base.c:34
10492msgid "git merge-base --fork-point <ref> [<commit>]"
10493msgstr ""
10494
10495#: builtin/merge-base.c:220
10496msgid "output all common ancestors"
10497msgstr ""
10498
10499#: builtin/merge-base.c:222
10500msgid "find ancestors for a single n-way merge"
10501msgstr ""
10502
10503#: builtin/merge-base.c:224
10504msgid "list revs not reachable from others"
10505msgstr ""
10506
10507#: builtin/merge-base.c:226
10508msgid "is the first one ancestor of the other?"
10509msgstr ""
10510
10511#: builtin/merge-base.c:228
10512msgid "find where <commit> forked from reflog of <ref>"
10513msgstr ""
10514
10515#: builtin/merge-file.c:9
10516msgid ""
10517"git merge-file [<options>] [-L <name1> [-L <orig> [-L <name2>]]] <file1> "
10518"<orig-file> <file2>"
10519msgstr ""
10520
10521#: builtin/merge-file.c:33
10522msgid "send results to standard output"
10523msgstr ""
10524
10525#: builtin/merge-file.c:34
10526msgid "use a diff3 based merge"
10527msgstr ""
10528
10529#: builtin/merge-file.c:35
10530msgid "for conflicts, use our version"
10531msgstr ""
10532
10533#: builtin/merge-file.c:37
10534msgid "for conflicts, use their version"
10535msgstr ""
10536
10537#: builtin/merge-file.c:39
10538msgid "for conflicts, use a union version"
10539msgstr ""
10540
10541#: builtin/merge-file.c:42
10542msgid "for conflicts, use this marker size"
10543msgstr ""
10544
10545#: builtin/merge-file.c:43
10546msgid "do not warn about conflicts"
10547msgstr ""
10548
10549#: builtin/merge-file.c:45
10550msgid "set labels for file1/orig-file/file2"
10551msgstr ""
10552
10553#: builtin/merge-recursive.c:45
10554#, c-format
10555msgid "unknown option %s"
10556msgstr ""
10557
10558#: builtin/merge-recursive.c:51
10559#, c-format
10560msgid "could not parse object '%s'"
10561msgstr ""
10562
10563#: builtin/merge-recursive.c:55
10564#, c-format
10565msgid "cannot handle more than %d base. Ignoring %s."
10566msgid_plural "cannot handle more than %d bases. Ignoring %s."
10567msgstr[0] ""
10568msgstr[1] ""
10569
10570#: builtin/merge-recursive.c:63
10571msgid "not handling anything other than two heads merge."
10572msgstr ""
10573
10574#: builtin/merge-recursive.c:69 builtin/merge-recursive.c:71
10575#, c-format
10576msgid "could not resolve ref '%s'"
10577msgstr ""
10578
10579#: builtin/merge-recursive.c:77
10580#, c-format
10581msgid "Merging %s with %s\n"
10582msgstr ""
10583
10584#: builtin/mktree.c:65
10585msgid "git mktree [-z] [--missing] [--batch]"
10586msgstr ""
10587
10588#: builtin/mktree.c:153
10589msgid "input is NUL terminated"
10590msgstr ""
10591
10592#: builtin/mktree.c:154 builtin/write-tree.c:25
10593msgid "allow missing objects"
10594msgstr ""
10595
10596#: builtin/mktree.c:155
10597msgid "allow creation of more than one tree"
10598msgstr ""
10599
10600#: builtin/mv.c:17
10601msgid "git mv [<options>] <source>... <destination>"
10602msgstr ""
10603
10604#: builtin/mv.c:82
10605#, c-format
10606msgid "Directory %s is in index and no submodule?"
10607msgstr ""
10608
10609#: builtin/mv.c:84 builtin/rm.c:288
10610msgid "Please stage your changes to .gitmodules or stash them to proceed"
10611msgstr ""
10612
10613#: builtin/mv.c:102
10614#, c-format
10615msgid "%.*s is in index"
10616msgstr ""
10617
10618#: builtin/mv.c:124
10619msgid "force move/rename even if target exists"
10620msgstr ""
10621
10622#: builtin/mv.c:126
10623msgid "skip move/rename errors"
10624msgstr ""
10625
10626#: builtin/mv.c:168
10627#, c-format
10628msgid "destination '%s' is not a directory"
10629msgstr ""
10630
10631#: builtin/mv.c:179
10632#, c-format
10633msgid "Checking rename of '%s' to '%s'\n"
10634msgstr ""
10635
10636#: builtin/mv.c:183
10637msgid "bad source"
10638msgstr ""
10639
10640#: builtin/mv.c:186
10641msgid "can not move directory into itself"
10642msgstr ""
10643
10644#: builtin/mv.c:189
10645msgid "cannot move directory over file"
10646msgstr ""
10647
10648#: builtin/mv.c:198
10649msgid "source directory is empty"
10650msgstr ""
10651
10652#: builtin/mv.c:223
10653msgid "not under version control"
10654msgstr ""
10655
10656#: builtin/mv.c:226
10657msgid "destination exists"
10658msgstr ""
10659
10660#: builtin/mv.c:234
10661#, c-format
10662msgid "overwriting '%s'"
10663msgstr ""
10664
10665#: builtin/mv.c:237
10666msgid "Cannot overwrite"
10667msgstr ""
10668
10669#: builtin/mv.c:240
10670msgid "multiple sources for the same target"
10671msgstr ""
10672
10673#: builtin/mv.c:242
10674msgid "destination directory does not exist"
10675msgstr ""
10676
10677#: builtin/mv.c:249
10678#, c-format
10679msgid "%s, source=%s, destination=%s"
10680msgstr ""
10681
10682#: builtin/mv.c:270
10683#, c-format
10684msgid "Renaming %s to %s\n"
10685msgstr ""
10686
10687#: builtin/mv.c:276 builtin/remote.c:715 builtin/repack.c:409
10688#, c-format
10689msgid "renaming '%s' failed"
10690msgstr ""
10691
10692#: builtin/name-rev.c:338
10693msgid "git name-rev [<options>] <commit>..."
10694msgstr ""
10695
10696#: builtin/name-rev.c:339
10697msgid "git name-rev [<options>] --all"
10698msgstr ""
10699
10700#: builtin/name-rev.c:340
10701msgid "git name-rev [<options>] --stdin"
10702msgstr ""
10703
10704#: builtin/name-rev.c:395
10705msgid "print only names (no SHA-1)"
10706msgstr ""
10707
10708#: builtin/name-rev.c:396
10709msgid "only use tags to name the commits"
10710msgstr ""
10711
10712#: builtin/name-rev.c:398
10713msgid "only use refs matching <pattern>"
10714msgstr ""
10715
10716#: builtin/name-rev.c:400
10717msgid "ignore refs matching <pattern>"
10718msgstr ""
10719
10720#: builtin/name-rev.c:402
10721msgid "list all commits reachable from all refs"
10722msgstr ""
10723
10724#: builtin/name-rev.c:403
10725msgid "read from stdin"
10726msgstr ""
10727
10728#: builtin/name-rev.c:404
10729msgid "allow to print `undefined` names (default)"
10730msgstr ""
10731
10732#: builtin/name-rev.c:410
10733msgid "dereference tags in the input (internal use)"
10734msgstr ""
10735
10736#: builtin/notes.c:26
10737msgid "git notes [--ref <notes-ref>] [list [<object>]]"
10738msgstr ""
10739
10740#: builtin/notes.c:27
10741msgid ""
10742"git notes [--ref <notes-ref>] add [-f] [--allow-empty] [-m <msg> | -F <file> "
10743"| (-c | -C) <object>] [<object>]"
10744msgstr ""
10745
10746#: builtin/notes.c:28
10747msgid "git notes [--ref <notes-ref>] copy [-f] <from-object> <to-object>"
10748msgstr ""
10749
10750#: builtin/notes.c:29
10751msgid ""
10752"git notes [--ref <notes-ref>] append [--allow-empty] [-m <msg> | -F <file> | "
10753"(-c | -C) <object>] [<object>]"
10754msgstr ""
10755
10756#: builtin/notes.c:30
10757msgid "git notes [--ref <notes-ref>] edit [--allow-empty] [<object>]"
10758msgstr ""
10759
10760#: builtin/notes.c:31
10761msgid "git notes [--ref <notes-ref>] show [<object>]"
10762msgstr ""
10763
10764#: builtin/notes.c:32
10765msgid ""
10766"git notes [--ref <notes-ref>] merge [-v | -q] [-s <strategy>] <notes-ref>"
10767msgstr ""
10768
10769#: builtin/notes.c:33
10770msgid "git notes merge --commit [-v | -q]"
10771msgstr ""
10772
10773#: builtin/notes.c:34
10774msgid "git notes merge --abort [-v | -q]"
10775msgstr ""
10776
10777#: builtin/notes.c:35
10778msgid "git notes [--ref <notes-ref>] remove [<object>...]"
10779msgstr ""
10780
10781#: builtin/notes.c:36
10782msgid "git notes [--ref <notes-ref>] prune [-n] [-v]"
10783msgstr ""
10784
10785#: builtin/notes.c:37
10786msgid "git notes [--ref <notes-ref>] get-ref"
10787msgstr ""
10788
10789#: builtin/notes.c:42
10790msgid "git notes [list [<object>]]"
10791msgstr ""
10792
10793#: builtin/notes.c:47
10794msgid "git notes add [<options>] [<object>]"
10795msgstr ""
10796
10797#: builtin/notes.c:52
10798msgid "git notes copy [<options>] <from-object> <to-object>"
10799msgstr ""
10800
10801#: builtin/notes.c:53
10802msgid "git notes copy --stdin [<from-object> <to-object>]..."
10803msgstr ""
10804
10805#: builtin/notes.c:58
10806msgid "git notes append [<options>] [<object>]"
10807msgstr ""
10808
10809#: builtin/notes.c:63
10810msgid "git notes edit [<object>]"
10811msgstr ""
10812
10813#: builtin/notes.c:68
10814msgid "git notes show [<object>]"
10815msgstr ""
10816
10817#: builtin/notes.c:73
10818msgid "git notes merge [<options>] <notes-ref>"
10819msgstr ""
10820
10821#: builtin/notes.c:74
10822msgid "git notes merge --commit [<options>]"
10823msgstr ""
10824
10825#: builtin/notes.c:75
10826msgid "git notes merge --abort [<options>]"
10827msgstr ""
10828
10829#: builtin/notes.c:80
10830msgid "git notes remove [<object>]"
10831msgstr ""
10832
10833#: builtin/notes.c:85
10834msgid "git notes prune [<options>]"
10835msgstr ""
10836
10837#: builtin/notes.c:90
10838msgid "git notes get-ref"
10839msgstr ""
10840
10841#: builtin/notes.c:95
10842msgid "Write/edit the notes for the following object:"
10843msgstr ""
10844
10845#: builtin/notes.c:148
10846#, c-format
10847msgid "unable to start 'show' for object '%s'"
10848msgstr ""
10849
10850#: builtin/notes.c:152
10851msgid "could not read 'show' output"
10852msgstr ""
10853
10854#: builtin/notes.c:160
10855#, c-format
10856msgid "failed to finish 'show' for object '%s'"
10857msgstr ""
10858
10859#: builtin/notes.c:195
10860msgid "please supply the note contents using either -m or -F option"
10861msgstr ""
10862
10863#: builtin/notes.c:204
10864msgid "unable to write note object"
10865msgstr ""
10866
10867#: builtin/notes.c:206
10868#, c-format
10869msgid "the note contents have been left in %s"
10870msgstr ""
10871
10872#: builtin/notes.c:234 builtin/tag.c:507
10873#, c-format
10874msgid "cannot read '%s'"
10875msgstr ""
10876
10877#: builtin/notes.c:236 builtin/tag.c:510
10878#, c-format
10879msgid "could not open or read '%s'"
10880msgstr ""
10881
10882#: builtin/notes.c:255 builtin/notes.c:306 builtin/notes.c:308
10883#: builtin/notes.c:376 builtin/notes.c:431 builtin/notes.c:517
10884#: builtin/notes.c:522 builtin/notes.c:600 builtin/notes.c:662
10885#, c-format
10886msgid "failed to resolve '%s' as a valid ref."
10887msgstr ""
10888
10889#: builtin/notes.c:258
10890#, c-format
10891msgid "failed to read object '%s'."
10892msgstr ""
10893
10894#: builtin/notes.c:262
10895#, c-format
10896msgid "cannot read note data from non-blob object '%s'."
10897msgstr ""
10898
10899#: builtin/notes.c:302
10900#, c-format
10901msgid "malformed input line: '%s'."
10902msgstr ""
10903
10904#: builtin/notes.c:317
10905#, c-format
10906msgid "failed to copy notes from '%s' to '%s'"
10907msgstr ""
10908
10909#. TRANSLATORS: the first %s will be replaced by a git
10910#. notes command: 'add', 'merge', 'remove', etc.
10911#.
10912#: builtin/notes.c:349
10913#, c-format
10914msgid "refusing to %s notes in %s (outside of refs/notes/)"
10915msgstr ""
10916
10917#: builtin/notes.c:369 builtin/notes.c:424 builtin/notes.c:500
10918#: builtin/notes.c:512 builtin/notes.c:588 builtin/notes.c:655
10919#: builtin/notes.c:805 builtin/notes.c:952 builtin/notes.c:973
10920msgid "too many parameters"
10921msgstr ""
10922
10923#: builtin/notes.c:382 builtin/notes.c:668
10924#, c-format
10925msgid "no note found for object %s."
10926msgstr ""
10927
10928#: builtin/notes.c:403 builtin/notes.c:566
10929msgid "note contents as a string"
10930msgstr ""
10931
10932#: builtin/notes.c:406 builtin/notes.c:569
10933msgid "note contents in a file"
10934msgstr ""
10935
10936#: builtin/notes.c:409 builtin/notes.c:572
10937msgid "reuse and edit specified note object"
10938msgstr ""
10939
10940#: builtin/notes.c:412 builtin/notes.c:575
10941msgid "reuse specified note object"
10942msgstr ""
10943
10944#: builtin/notes.c:415 builtin/notes.c:578
10945msgid "allow storing empty note"
10946msgstr ""
10947
10948#: builtin/notes.c:416 builtin/notes.c:487
10949msgid "replace existing notes"
10950msgstr ""
10951
10952#: builtin/notes.c:441
10953#, c-format
10954msgid ""
10955"Cannot add notes. Found existing notes for object %s. Use '-f' to overwrite "
10956"existing notes"
10957msgstr ""
10958
10959#: builtin/notes.c:456 builtin/notes.c:535
10960#, c-format
10961msgid "Overwriting existing notes for object %s\n"
10962msgstr ""
10963
10964#: builtin/notes.c:467 builtin/notes.c:627 builtin/notes.c:892
10965#, c-format
10966msgid "Removing note for object %s\n"
10967msgstr ""
10968
10969#: builtin/notes.c:488
10970msgid "read objects from stdin"
10971msgstr ""
10972
10973#: builtin/notes.c:490
10974msgid "load rewriting config for <command> (implies --stdin)"
10975msgstr ""
10976
10977#: builtin/notes.c:508
10978msgid "too few parameters"
10979msgstr ""
10980
10981#: builtin/notes.c:529
10982#, c-format
10983msgid ""
10984"Cannot copy notes. Found existing notes for object %s. Use '-f' to overwrite "
10985"existing notes"
10986msgstr ""
10987
10988#: builtin/notes.c:541
10989#, c-format
10990msgid "missing notes on source object %s. Cannot copy."
10991msgstr ""
10992
10993#: builtin/notes.c:593
10994#, c-format
10995msgid ""
10996"The -m/-F/-c/-C options have been deprecated for the 'edit' subcommand.\n"
10997"Please use 'git notes add -f -m/-F/-c/-C' instead.\n"
10998msgstr ""
10999
11000#: builtin/notes.c:688
11001msgid "failed to delete ref NOTES_MERGE_PARTIAL"
11002msgstr ""
11003
11004#: builtin/notes.c:690
11005msgid "failed to delete ref NOTES_MERGE_REF"
11006msgstr ""
11007
11008#: builtin/notes.c:692
11009msgid "failed to remove 'git notes merge' worktree"
11010msgstr ""
11011
11012#: builtin/notes.c:712
11013msgid "failed to read ref NOTES_MERGE_PARTIAL"
11014msgstr ""
11015
11016#: builtin/notes.c:714
11017msgid "could not find commit from NOTES_MERGE_PARTIAL."
11018msgstr ""
11019
11020#: builtin/notes.c:716
11021msgid "could not parse commit from NOTES_MERGE_PARTIAL."
11022msgstr ""
11023
11024#: builtin/notes.c:729
11025msgid "failed to resolve NOTES_MERGE_REF"
11026msgstr ""
11027
11028#: builtin/notes.c:732
11029msgid "failed to finalize notes merge"
11030msgstr ""
11031
11032#: builtin/notes.c:758
11033#, c-format
11034msgid "unknown notes merge strategy %s"
11035msgstr ""
11036
11037#: builtin/notes.c:774
11038msgid "General options"
11039msgstr ""
11040
11041#: builtin/notes.c:776
11042msgid "Merge options"
11043msgstr ""
11044
11045#: builtin/notes.c:778
11046msgid ""
11047"resolve notes conflicts using the given strategy (manual/ours/theirs/union/"
11048"cat_sort_uniq)"
11049msgstr ""
11050
11051#: builtin/notes.c:780
11052msgid "Committing unmerged notes"
11053msgstr ""
11054
11055#: builtin/notes.c:782
11056msgid "finalize notes merge by committing unmerged notes"
11057msgstr ""
11058
11059#: builtin/notes.c:784
11060msgid "Aborting notes merge resolution"
11061msgstr ""
11062
11063#: builtin/notes.c:786
11064msgid "abort notes merge"
11065msgstr ""
11066
11067#: builtin/notes.c:797
11068msgid "cannot mix --commit, --abort or -s/--strategy"
11069msgstr ""
11070
11071#: builtin/notes.c:802
11072msgid "must specify a notes ref to merge"
11073msgstr ""
11074
11075#: builtin/notes.c:826
11076#, c-format
11077msgid "unknown -s/--strategy: %s"
11078msgstr ""
11079
11080#: builtin/notes.c:863
11081#, c-format
11082msgid "a notes merge into %s is already in-progress at %s"
11083msgstr ""
11084
11085#: builtin/notes.c:866
11086#, c-format
11087msgid "failed to store link to current notes ref (%s)"
11088msgstr ""
11089
11090#: builtin/notes.c:868
11091#, c-format
11092msgid ""
11093"Automatic notes merge failed. Fix conflicts in %s and commit the result with "
11094"'git notes merge --commit', or abort the merge with 'git notes merge --"
11095"abort'.\n"
11096msgstr ""
11097
11098#: builtin/notes.c:890
11099#, c-format
11100msgid "Object %s has no note\n"
11101msgstr ""
11102
11103#: builtin/notes.c:902
11104msgid "attempt to remove non-existent note is not an error"
11105msgstr ""
11106
11107#: builtin/notes.c:905
11108msgid "read object names from the standard input"
11109msgstr ""
11110
11111#: builtin/notes.c:943 builtin/prune.c:107 builtin/worktree.c:151
11112msgid "do not remove, show only"
11113msgstr ""
11114
11115#: builtin/notes.c:944
11116msgid "report pruned notes"
11117msgstr ""
11118
11119#: builtin/notes.c:986
11120msgid "notes-ref"
11121msgstr ""
11122
11123#: builtin/notes.c:987
11124msgid "use notes from <notes-ref>"
11125msgstr ""
11126
11127#: builtin/notes.c:1022
11128#, c-format
11129msgid "unknown subcommand: %s"
11130msgstr ""
11131
11132#: builtin/pack-objects.c:48
11133msgid ""
11134"git pack-objects --stdout [<options>...] [< <ref-list> | < <object-list>]"
11135msgstr ""
11136
11137#: builtin/pack-objects.c:49
11138msgid ""
11139"git pack-objects [<options>...] <base-name> [< <ref-list> | < <object-list>]"
11140msgstr ""
11141
11142#: builtin/pack-objects.c:211 builtin/pack-objects.c:214
11143#, c-format
11144msgid "deflate error (%d)"
11145msgstr ""
11146
11147#: builtin/pack-objects.c:810
11148msgid "disabling bitmap writing, packs are split due to pack.packSizeLimit"
11149msgstr ""
11150
11151#: builtin/pack-objects.c:823
11152msgid "Writing objects"
11153msgstr ""
11154
11155#: builtin/pack-objects.c:1106
11156msgid "disabling bitmap writing, as some objects are not being packed"
11157msgstr ""
11158
11159#: builtin/pack-objects.c:1765
11160msgid "Counting objects"
11161msgstr ""
11162
11163#: builtin/pack-objects.c:1895
11164#, c-format
11165msgid "unable to get size of %s"
11166msgstr ""
11167
11168#: builtin/pack-objects.c:1910
11169#, c-format
11170msgid "unable to parse object header of %s"
11171msgstr ""
11172
11173#: builtin/pack-objects.c:2564
11174msgid "Compressing objects"
11175msgstr ""
11176
11177#: builtin/pack-objects.c:2735
11178msgid "invalid value for --missing"
11179msgstr ""
11180
11181#: builtin/pack-objects.c:3067
11182#, c-format
11183msgid "unsupported index version %s"
11184msgstr ""
11185
11186#: builtin/pack-objects.c:3071
11187#, c-format
11188msgid "bad index version '%s'"
11189msgstr ""
11190
11191#: builtin/pack-objects.c:3102
11192msgid "do not show progress meter"
11193msgstr ""
11194
11195#: builtin/pack-objects.c:3104
11196msgid "show progress meter"
11197msgstr ""
11198
11199#: builtin/pack-objects.c:3106
11200msgid "show progress meter during object writing phase"
11201msgstr ""
11202
11203#: builtin/pack-objects.c:3109
11204msgid "similar to --all-progress when progress meter is shown"
11205msgstr ""
11206
11207#: builtin/pack-objects.c:3110
11208msgid "version[,offset]"
11209msgstr ""
11210
11211#: builtin/pack-objects.c:3111
11212msgid "write the pack index file in the specified idx format version"
11213msgstr ""
11214
11215#: builtin/pack-objects.c:3114
11216msgid "maximum size of each output pack file"
11217msgstr ""
11218
11219#: builtin/pack-objects.c:3116
11220msgid "ignore borrowed objects from alternate object store"
11221msgstr ""
11222
11223#: builtin/pack-objects.c:3118
11224msgid "ignore packed objects"
11225msgstr ""
11226
11227#: builtin/pack-objects.c:3120
11228msgid "limit pack window by objects"
11229msgstr ""
11230
11231#: builtin/pack-objects.c:3122
11232msgid "limit pack window by memory in addition to object limit"
11233msgstr ""
11234
11235#: builtin/pack-objects.c:3124
11236msgid "maximum length of delta chain allowed in the resulting pack"
11237msgstr ""
11238
11239#: builtin/pack-objects.c:3126
11240msgid "reuse existing deltas"
11241msgstr ""
11242
11243#: builtin/pack-objects.c:3128
11244msgid "reuse existing objects"
11245msgstr ""
11246
11247#: builtin/pack-objects.c:3130
11248msgid "use OFS_DELTA objects"
11249msgstr ""
11250
11251#: builtin/pack-objects.c:3132
11252msgid "use threads when searching for best delta matches"
11253msgstr ""
11254
11255#: builtin/pack-objects.c:3134
11256msgid "do not create an empty pack output"
11257msgstr ""
11258
11259#: builtin/pack-objects.c:3136
11260msgid "read revision arguments from standard input"
11261msgstr ""
11262
11263#: builtin/pack-objects.c:3138
11264msgid "limit the objects to those that are not yet packed"
11265msgstr ""
11266
11267#: builtin/pack-objects.c:3141
11268msgid "include objects reachable from any reference"
11269msgstr ""
11270
11271#: builtin/pack-objects.c:3144
11272msgid "include objects referred by reflog entries"
11273msgstr ""
11274
11275#: builtin/pack-objects.c:3147
11276msgid "include objects referred to by the index"
11277msgstr ""
11278
11279#: builtin/pack-objects.c:3150
11280msgid "output pack to stdout"
11281msgstr ""
11282
11283#: builtin/pack-objects.c:3152
11284msgid "include tag objects that refer to objects to be packed"
11285msgstr ""
11286
11287#: builtin/pack-objects.c:3154
11288msgid "keep unreachable objects"
11289msgstr ""
11290
11291#: builtin/pack-objects.c:3156
11292msgid "pack loose unreachable objects"
11293msgstr ""
11294
11295#: builtin/pack-objects.c:3158
11296msgid "unpack unreachable objects newer than <time>"
11297msgstr ""
11298
11299#: builtin/pack-objects.c:3161
11300msgid "create thin packs"
11301msgstr ""
11302
11303#: builtin/pack-objects.c:3163
11304msgid "create packs suitable for shallow fetches"
11305msgstr ""
11306
11307#: builtin/pack-objects.c:3165
11308msgid "ignore packs that have companion .keep file"
11309msgstr ""
11310
11311#: builtin/pack-objects.c:3167
11312msgid "ignore this pack"
11313msgstr ""
11314
11315#: builtin/pack-objects.c:3169
11316msgid "pack compression level"
11317msgstr ""
11318
11319#: builtin/pack-objects.c:3171
11320msgid "do not hide commits by grafts"
11321msgstr ""
11322
11323#: builtin/pack-objects.c:3173
11324msgid "use a bitmap index if available to speed up counting objects"
11325msgstr ""
11326
11327#: builtin/pack-objects.c:3175
11328msgid "write a bitmap index together with the pack index"
11329msgstr ""
11330
11331#: builtin/pack-objects.c:3178
11332msgid "handling for missing objects"
11333msgstr ""
11334
11335#: builtin/pack-objects.c:3181
11336msgid "do not pack objects in promisor packfiles"
11337msgstr ""
11338
11339#: builtin/pack-objects.c:3205
11340#, c-format
11341msgid "delta chain depth %d is too deep, forcing %d"
11342msgstr ""
11343
11344#: builtin/pack-objects.c:3210
11345#, c-format
11346msgid "pack.deltaCacheLimit is too high, forcing %d"
11347msgstr ""
11348
11349#: builtin/pack-objects.c:3338
11350msgid "Enumerating objects"
11351msgstr ""
11352
11353#: builtin/pack-refs.c:7
11354msgid "git pack-refs [<options>]"
11355msgstr ""
11356
11357#: builtin/pack-refs.c:15
11358msgid "pack everything"
11359msgstr ""
11360
11361#: builtin/pack-refs.c:16
11362msgid "prune loose refs (default)"
11363msgstr ""
11364
11365#: builtin/prune-packed.c:8
11366msgid "git prune-packed [-n | --dry-run] [-q | --quiet]"
11367msgstr ""
11368
11369#: builtin/prune-packed.c:41
11370msgid "Removing duplicate objects"
11371msgstr ""
11372
11373#: builtin/prune.c:11
11374msgid "git prune [-n] [-v] [--progress] [--expire <time>] [--] [<head>...]"
11375msgstr ""
11376
11377#: builtin/prune.c:108
11378msgid "report pruned objects"
11379msgstr ""
11380
11381#: builtin/prune.c:111
11382msgid "expire objects older than <time>"
11383msgstr ""
11384
11385#: builtin/prune.c:113
11386msgid "limit traversal to objects outside promisor packfiles"
11387msgstr ""
11388
11389#: builtin/prune.c:127
11390msgid "cannot prune in a precious-objects repo"
11391msgstr ""
11392
11393#: builtin/pull.c:59 builtin/pull.c:61
11394#, c-format
11395msgid "Invalid value for %s: %s"
11396msgstr ""
11397
11398#: builtin/pull.c:81
11399msgid "git pull [<options>] [<repository> [<refspec>...]]"
11400msgstr ""
11401
11402#: builtin/pull.c:132
11403msgid "control for recursive fetching of submodules"
11404msgstr ""
11405
11406#: builtin/pull.c:136
11407msgid "Options related to merging"
11408msgstr ""
11409
11410#: builtin/pull.c:139
11411msgid "incorporate changes by rebasing rather than merging"
11412msgstr ""
11413
11414#: builtin/pull.c:166 builtin/rebase--helper.c:23 builtin/revert.c:121
11415msgid "allow fast-forward"
11416msgstr ""
11417
11418#: builtin/pull.c:175
11419msgid "automatically stash/stash pop before and after rebase"
11420msgstr ""
11421
11422#: builtin/pull.c:191
11423msgid "Options related to fetching"
11424msgstr ""
11425
11426#: builtin/pull.c:209
11427msgid "number of submodules pulled in parallel"
11428msgstr ""
11429
11430#: builtin/pull.c:304
11431#, c-format
11432msgid "Invalid value for pull.ff: %s"
11433msgstr ""
11434
11435#: builtin/pull.c:420
11436msgid ""
11437"There is no candidate for rebasing against among the refs that you just "
11438"fetched."
11439msgstr ""
11440
11441#: builtin/pull.c:422
11442msgid ""
11443"There are no candidates for merging among the refs that you just fetched."
11444msgstr ""
11445
11446#: builtin/pull.c:423
11447msgid ""
11448"Generally this means that you provided a wildcard refspec which had no\n"
11449"matches on the remote end."
11450msgstr ""
11451
11452#: builtin/pull.c:426
11453#, c-format
11454msgid ""
11455"You asked to pull from the remote '%s', but did not specify\n"
11456"a branch. Because this is not the default configured remote\n"
11457"for your current branch, you must specify a branch on the command line."
11458msgstr ""
11459
11460#: builtin/pull.c:431 git-parse-remote.sh:73
11461msgid "You are not currently on a branch."
11462msgstr ""
11463
11464#: builtin/pull.c:433 builtin/pull.c:448 git-parse-remote.sh:79
11465msgid "Please specify which branch you want to rebase against."
11466msgstr ""
11467
11468#: builtin/pull.c:435 builtin/pull.c:450 git-parse-remote.sh:82
11469msgid "Please specify which branch you want to merge with."
11470msgstr ""
11471
11472#: builtin/pull.c:436 builtin/pull.c:451
11473msgid "See git-pull(1) for details."
11474msgstr ""
11475
11476#: builtin/pull.c:438 builtin/pull.c:444 builtin/pull.c:453
11477#: git-parse-remote.sh:64
11478msgid "<remote>"
11479msgstr ""
11480
11481#: builtin/pull.c:438 builtin/pull.c:453 builtin/pull.c:458 git-rebase.sh:523
11482#: git-parse-remote.sh:65
11483msgid "<branch>"
11484msgstr ""
11485
11486#: builtin/pull.c:446 git-parse-remote.sh:75
11487msgid "There is no tracking information for the current branch."
11488msgstr ""
11489
11490#: builtin/pull.c:455 git-parse-remote.sh:95
11491msgid ""
11492"If you wish to set tracking information for this branch you can do so with:"
11493msgstr ""
11494
11495#: builtin/pull.c:460
11496#, c-format
11497msgid ""
11498"Your configuration specifies to merge with the ref '%s'\n"
11499"from the remote, but no such ref was fetched."
11500msgstr ""
11501
11502#: builtin/pull.c:826
11503msgid "ignoring --verify-signatures for rebase"
11504msgstr ""
11505
11506#: builtin/pull.c:874
11507msgid "--[no-]autostash option is only valid with --rebase."
11508msgstr ""
11509
11510#: builtin/pull.c:882
11511msgid "Updating an unborn branch with changes added to the index."
11512msgstr ""
11513
11514#: builtin/pull.c:885
11515msgid "pull with rebase"
11516msgstr ""
11517
11518#: builtin/pull.c:886
11519msgid "please commit or stash them."
11520msgstr ""
11521
11522#: builtin/pull.c:911
11523#, c-format
11524msgid ""
11525"fetch updated the current branch head.\n"
11526"fast-forwarding your working tree from\n"
11527"commit %s."
11528msgstr ""
11529
11530#: builtin/pull.c:916
11531#, c-format
11532msgid ""
11533"Cannot fast-forward your working tree.\n"
11534"After making sure that you saved anything precious from\n"
11535"$ git diff %s\n"
11536"output, run\n"
11537"$ git reset --hard\n"
11538"to recover."
11539msgstr ""
11540
11541#: builtin/pull.c:931
11542msgid "Cannot merge multiple branches into empty head."
11543msgstr ""
11544
11545#: builtin/pull.c:935
11546msgid "Cannot rebase onto multiple branches."
11547msgstr ""
11548
11549#: builtin/pull.c:942
11550msgid "cannot rebase with locally recorded submodule modifications"
11551msgstr ""
11552
11553#: builtin/push.c:19
11554msgid "git push [<options>] [<repository> [<refspec>...]]"
11555msgstr ""
11556
11557#: builtin/push.c:111
11558msgid "tag shorthand without <tag>"
11559msgstr ""
11560
11561#: builtin/push.c:121
11562msgid "--delete only accepts plain target ref names"
11563msgstr ""
11564
11565#: builtin/push.c:165
11566msgid ""
11567"\n"
11568"To choose either option permanently, see push.default in 'git help config'."
11569msgstr ""
11570
11571#: builtin/push.c:168
11572#, c-format
11573msgid ""
11574"The upstream branch of your current branch does not match\n"
11575"the name of your current branch.  To push to the upstream branch\n"
11576"on the remote, use\n"
11577"\n"
11578"    git push %s HEAD:%s\n"
11579"\n"
11580"To push to the branch of the same name on the remote, use\n"
11581"\n"
11582"    git push %s %s\n"
11583"%s"
11584msgstr ""
11585
11586#: builtin/push.c:183
11587#, c-format
11588msgid ""
11589"You are not currently on a branch.\n"
11590"To push the history leading to the current (detached HEAD)\n"
11591"state now, use\n"
11592"\n"
11593"    git push %s HEAD:<name-of-remote-branch>\n"
11594msgstr ""
11595
11596#: builtin/push.c:197
11597#, c-format
11598msgid ""
11599"The current branch %s has no upstream branch.\n"
11600"To push the current branch and set the remote as upstream, use\n"
11601"\n"
11602"    git push --set-upstream %s %s\n"
11603msgstr ""
11604
11605#: builtin/push.c:205
11606#, c-format
11607msgid "The current branch %s has multiple upstream branches, refusing to push."
11608msgstr ""
11609
11610#: builtin/push.c:208
11611#, c-format
11612msgid ""
11613"You are pushing to remote '%s', which is not the upstream of\n"
11614"your current branch '%s', without telling me what to push\n"
11615"to update which remote branch."
11616msgstr ""
11617
11618#: builtin/push.c:267
11619msgid ""
11620"You didn't specify any refspecs to push, and push.default is \"nothing\"."
11621msgstr ""
11622
11623#: builtin/push.c:274
11624msgid ""
11625"Updates were rejected because the tip of your current branch is behind\n"
11626"its remote counterpart. Integrate the remote changes (e.g.\n"
11627"'git pull ...') before pushing again.\n"
11628"See the 'Note about fast-forwards' in 'git push --help' for details."
11629msgstr ""
11630
11631#: builtin/push.c:280
11632msgid ""
11633"Updates were rejected because a pushed branch tip is behind its remote\n"
11634"counterpart. Check out this branch and integrate the remote changes\n"
11635"(e.g. 'git pull ...') before pushing again.\n"
11636"See the 'Note about fast-forwards' in 'git push --help' for details."
11637msgstr ""
11638
11639#: builtin/push.c:286
11640msgid ""
11641"Updates were rejected because the remote contains work that you do\n"
11642"not have locally. This is usually caused by another repository pushing\n"
11643"to the same ref. You may want to first integrate the remote changes\n"
11644"(e.g., 'git pull ...') before pushing again.\n"
11645"See the 'Note about fast-forwards' in 'git push --help' for details."
11646msgstr ""
11647
11648#: builtin/push.c:293
11649msgid "Updates were rejected because the tag already exists in the remote."
11650msgstr ""
11651
11652#: builtin/push.c:296
11653msgid ""
11654"You cannot update a remote ref that points at a non-commit object,\n"
11655"or update a remote ref to make it point at a non-commit object,\n"
11656"without using the '--force' option.\n"
11657msgstr ""
11658
11659#: builtin/push.c:357
11660#, c-format
11661msgid "Pushing to %s\n"
11662msgstr ""
11663
11664#: builtin/push.c:361
11665#, c-format
11666msgid "failed to push some refs to '%s'"
11667msgstr ""
11668
11669#: builtin/push.c:395
11670#, c-format
11671msgid "bad repository '%s'"
11672msgstr ""
11673
11674#: builtin/push.c:396
11675msgid ""
11676"No configured push destination.\n"
11677"Either specify the URL from the command-line or configure a remote "
11678"repository using\n"
11679"\n"
11680"    git remote add <name> <url>\n"
11681"\n"
11682"and then push using the remote name\n"
11683"\n"
11684"    git push <name>\n"
11685msgstr ""
11686
11687#: builtin/push.c:551
11688msgid "repository"
11689msgstr ""
11690
11691#: builtin/push.c:552 builtin/send-pack.c:164
11692msgid "push all refs"
11693msgstr ""
11694
11695#: builtin/push.c:553 builtin/send-pack.c:166
11696msgid "mirror all refs"
11697msgstr ""
11698
11699#: builtin/push.c:555
11700msgid "delete refs"
11701msgstr ""
11702
11703#: builtin/push.c:556
11704msgid "push tags (can't be used with --all or --mirror)"
11705msgstr ""
11706
11707#: builtin/push.c:559 builtin/send-pack.c:167
11708msgid "force updates"
11709msgstr ""
11710
11711#: builtin/push.c:561 builtin/send-pack.c:181
11712msgid "refname>:<expect"
11713msgstr ""
11714
11715#: builtin/push.c:562 builtin/send-pack.c:182
11716msgid "require old value of ref to be at this value"
11717msgstr ""
11718
11719#: builtin/push.c:565
11720msgid "control recursive pushing of submodules"
11721msgstr ""
11722
11723#: builtin/push.c:567 builtin/send-pack.c:175
11724msgid "use thin pack"
11725msgstr ""
11726
11727#: builtin/push.c:568 builtin/push.c:569 builtin/send-pack.c:161
11728#: builtin/send-pack.c:162
11729msgid "receive pack program"
11730msgstr ""
11731
11732#: builtin/push.c:570
11733msgid "set upstream for git pull/status"
11734msgstr ""
11735
11736#: builtin/push.c:573
11737msgid "prune locally removed refs"
11738msgstr ""
11739
11740#: builtin/push.c:575
11741msgid "bypass pre-push hook"
11742msgstr ""
11743
11744#: builtin/push.c:576
11745msgid "push missing but relevant tags"
11746msgstr ""
11747
11748#: builtin/push.c:579 builtin/send-pack.c:169
11749msgid "GPG sign the push"
11750msgstr ""
11751
11752#: builtin/push.c:581 builtin/send-pack.c:176
11753msgid "request atomic transaction on remote side"
11754msgstr ""
11755
11756#: builtin/push.c:599
11757msgid "--delete is incompatible with --all, --mirror and --tags"
11758msgstr ""
11759
11760#: builtin/push.c:601
11761msgid "--delete doesn't make sense without any refs"
11762msgstr ""
11763
11764#: builtin/push.c:604
11765msgid "--all and --tags are incompatible"
11766msgstr ""
11767
11768#: builtin/push.c:606
11769msgid "--all can't be combined with refspecs"
11770msgstr ""
11771
11772#: builtin/push.c:610
11773msgid "--mirror and --tags are incompatible"
11774msgstr ""
11775
11776#: builtin/push.c:612
11777msgid "--mirror can't be combined with refspecs"
11778msgstr ""
11779
11780#: builtin/push.c:615
11781msgid "--all and --mirror are incompatible"
11782msgstr ""
11783
11784#: builtin/push.c:634
11785msgid "push options must not have new line characters"
11786msgstr ""
11787
11788#: builtin/read-tree.c:40
11789msgid ""
11790"git read-tree [(-m [--trivial] [--aggressive] | --reset | --prefix=<prefix>) "
11791"[-u [--exclude-per-directory=<gitignore>] | -i]] [--no-sparse-checkout] [--"
11792"index-output=<file>] (--empty | <tree-ish1> [<tree-ish2> [<tree-ish3>]])"
11793msgstr ""
11794
11795#: builtin/read-tree.c:120
11796msgid "write resulting index to <file>"
11797msgstr ""
11798
11799#: builtin/read-tree.c:123
11800msgid "only empty the index"
11801msgstr ""
11802
11803#: builtin/read-tree.c:125
11804msgid "Merging"
11805msgstr ""
11806
11807#: builtin/read-tree.c:127
11808msgid "perform a merge in addition to a read"
11809msgstr ""
11810
11811#: builtin/read-tree.c:129
11812msgid "3-way merge if no file level merging required"
11813msgstr ""
11814
11815#: builtin/read-tree.c:131
11816msgid "3-way merge in presence of adds and removes"
11817msgstr ""
11818
11819#: builtin/read-tree.c:133
11820msgid "same as -m, but discard unmerged entries"
11821msgstr ""
11822
11823#: builtin/read-tree.c:134
11824msgid "<subdirectory>/"
11825msgstr ""
11826
11827#: builtin/read-tree.c:135
11828msgid "read the tree into the index under <subdirectory>/"
11829msgstr ""
11830
11831#: builtin/read-tree.c:138
11832msgid "update working tree with merge result"
11833msgstr ""
11834
11835#: builtin/read-tree.c:140
11836msgid "gitignore"
11837msgstr ""
11838
11839#: builtin/read-tree.c:141
11840msgid "allow explicitly ignored files to be overwritten"
11841msgstr ""
11842
11843#: builtin/read-tree.c:144
11844msgid "don't check the working tree after merging"
11845msgstr ""
11846
11847#: builtin/read-tree.c:145
11848msgid "don't update the index or the work tree"
11849msgstr ""
11850
11851#: builtin/read-tree.c:147
11852msgid "skip applying sparse checkout filter"
11853msgstr ""
11854
11855#: builtin/read-tree.c:149
11856msgid "debug unpack-trees"
11857msgstr ""
11858
11859#: builtin/rebase--helper.c:8
11860msgid "git rebase--helper [<options>]"
11861msgstr ""
11862
11863#: builtin/rebase--helper.c:24
11864msgid "keep empty commits"
11865msgstr ""
11866
11867#: builtin/rebase--helper.c:26 builtin/revert.c:123
11868msgid "allow commits with empty messages"
11869msgstr ""
11870
11871#: builtin/rebase--helper.c:27
11872msgid "rebase merge commits"
11873msgstr ""
11874
11875#: builtin/rebase--helper.c:29
11876msgid "keep original branch points of cousins"
11877msgstr ""
11878
11879#: builtin/rebase--helper.c:30
11880msgid "continue rebase"
11881msgstr ""
11882
11883#: builtin/rebase--helper.c:32
11884msgid "abort rebase"
11885msgstr ""
11886
11887#: builtin/rebase--helper.c:35
11888msgid "make rebase script"
11889msgstr ""
11890
11891#: builtin/rebase--helper.c:37
11892msgid "shorten commit ids in the todo list"
11893msgstr ""
11894
11895#: builtin/rebase--helper.c:39
11896msgid "expand commit ids in the todo list"
11897msgstr ""
11898
11899#: builtin/rebase--helper.c:41
11900msgid "check the todo list"
11901msgstr ""
11902
11903#: builtin/rebase--helper.c:43
11904msgid "skip unnecessary picks"
11905msgstr ""
11906
11907#: builtin/rebase--helper.c:45
11908msgid "rearrange fixup/squash lines"
11909msgstr ""
11910
11911#: builtin/rebase--helper.c:47
11912msgid "insert exec commands in todo list"
11913msgstr ""
11914
11915#: builtin/rebase--helper.c:68
11916msgid "--[no-]rebase-cousins has no effect without --rebase-merges"
11917msgstr ""
11918
11919#: builtin/receive-pack.c:31
11920msgid "git receive-pack <git-dir>"
11921msgstr ""
11922
11923#: builtin/receive-pack.c:842
11924msgid ""
11925"By default, updating the current branch in a non-bare repository\n"
11926"is denied, because it will make the index and work tree inconsistent\n"
11927"with what you pushed, and will require 'git reset --hard' to match\n"
11928"the work tree to HEAD.\n"
11929"\n"
11930"You can set the 'receive.denyCurrentBranch' configuration variable\n"
11931"to 'ignore' or 'warn' in the remote repository to allow pushing into\n"
11932"its current branch; however, this is not recommended unless you\n"
11933"arranged to update its work tree to match what you pushed in some\n"
11934"other way.\n"
11935"\n"
11936"To squelch this message and still keep the default behaviour, set\n"
11937"'receive.denyCurrentBranch' configuration variable to 'refuse'."
11938msgstr ""
11939
11940#: builtin/receive-pack.c:862
11941msgid ""
11942"By default, deleting the current branch is denied, because the next\n"
11943"'git clone' won't result in any file checked out, causing confusion.\n"
11944"\n"
11945"You can set 'receive.denyDeleteCurrent' configuration variable to\n"
11946"'warn' or 'ignore' in the remote repository to allow deleting the\n"
11947"current branch, with or without a warning message.\n"
11948"\n"
11949"To squelch this message, you can set it to 'refuse'."
11950msgstr ""
11951
11952#: builtin/receive-pack.c:1935
11953msgid "quiet"
11954msgstr ""
11955
11956#: builtin/receive-pack.c:1949
11957msgid "You must specify a directory."
11958msgstr ""
11959
11960#: builtin/reflog.c:532 builtin/reflog.c:537
11961#, c-format
11962msgid "'%s' is not a valid timestamp"
11963msgstr ""
11964
11965#: builtin/remote.c:14
11966msgid "git remote [-v | --verbose]"
11967msgstr ""
11968
11969#: builtin/remote.c:15
11970msgid ""
11971"git remote add [-t <branch>] [-m <master>] [-f] [--tags | --no-tags] [--"
11972"mirror=<fetch|push>] <name> <url>"
11973msgstr ""
11974
11975#: builtin/remote.c:16 builtin/remote.c:36
11976msgid "git remote rename <old> <new>"
11977msgstr ""
11978
11979#: builtin/remote.c:17 builtin/remote.c:41
11980msgid "git remote remove <name>"
11981msgstr ""
11982
11983#: builtin/remote.c:18 builtin/remote.c:46
11984msgid "git remote set-head <name> (-a | --auto | -d | --delete | <branch>)"
11985msgstr ""
11986
11987#: builtin/remote.c:19
11988msgid "git remote [-v | --verbose] show [-n] <name>"
11989msgstr ""
11990
11991#: builtin/remote.c:20
11992msgid "git remote prune [-n | --dry-run] <name>"
11993msgstr ""
11994
11995#: builtin/remote.c:21
11996msgid ""
11997"git remote [-v | --verbose] update [-p | --prune] [(<group> | <remote>)...]"
11998msgstr ""
11999
12000#: builtin/remote.c:22
12001msgid "git remote set-branches [--add] <name> <branch>..."
12002msgstr ""
12003
12004#: builtin/remote.c:23 builtin/remote.c:72
12005msgid "git remote get-url [--push] [--all] <name>"
12006msgstr ""
12007
12008#: builtin/remote.c:24 builtin/remote.c:77
12009msgid "git remote set-url [--push] <name> <newurl> [<oldurl>]"
12010msgstr ""
12011
12012#: builtin/remote.c:25 builtin/remote.c:78
12013msgid "git remote set-url --add <name> <newurl>"
12014msgstr ""
12015
12016#: builtin/remote.c:26 builtin/remote.c:79
12017msgid "git remote set-url --delete <name> <url>"
12018msgstr ""
12019
12020#: builtin/remote.c:31
12021msgid "git remote add [<options>] <name> <url>"
12022msgstr ""
12023
12024#: builtin/remote.c:51
12025msgid "git remote set-branches <name> <branch>..."
12026msgstr ""
12027
12028#: builtin/remote.c:52
12029msgid "git remote set-branches --add <name> <branch>..."
12030msgstr ""
12031
12032#: builtin/remote.c:57
12033msgid "git remote show [<options>] <name>"
12034msgstr ""
12035
12036#: builtin/remote.c:62
12037msgid "git remote prune [<options>] <name>"
12038msgstr ""
12039
12040#: builtin/remote.c:67
12041msgid "git remote update [<options>] [<group> | <remote>]..."
12042msgstr ""
12043
12044#: builtin/remote.c:96
12045#, c-format
12046msgid "Updating %s"
12047msgstr ""
12048
12049#: builtin/remote.c:128
12050msgid ""
12051"--mirror is dangerous and deprecated; please\n"
12052"\t use --mirror=fetch or --mirror=push instead"
12053msgstr ""
12054
12055#: builtin/remote.c:145
12056#, c-format
12057msgid "unknown mirror argument: %s"
12058msgstr ""
12059
12060#: builtin/remote.c:161
12061msgid "fetch the remote branches"
12062msgstr ""
12063
12064#: builtin/remote.c:163
12065msgid "import all tags and associated objects when fetching"
12066msgstr ""
12067
12068#: builtin/remote.c:166
12069msgid "or do not fetch any tag at all (--no-tags)"
12070msgstr ""
12071
12072#: builtin/remote.c:168
12073msgid "branch(es) to track"
12074msgstr ""
12075
12076#: builtin/remote.c:169
12077msgid "master branch"
12078msgstr ""
12079
12080#: builtin/remote.c:170
12081msgid "push|fetch"
12082msgstr ""
12083
12084#: builtin/remote.c:171
12085msgid "set up remote as a mirror to push to or fetch from"
12086msgstr ""
12087
12088#: builtin/remote.c:183
12089msgid "specifying a master branch makes no sense with --mirror"
12090msgstr ""
12091
12092#: builtin/remote.c:185
12093msgid "specifying branches to track makes sense only with fetch mirrors"
12094msgstr ""
12095
12096#: builtin/remote.c:192 builtin/remote.c:634
12097#, c-format
12098msgid "remote %s already exists."
12099msgstr ""
12100
12101#: builtin/remote.c:196 builtin/remote.c:638
12102#, c-format
12103msgid "'%s' is not a valid remote name"
12104msgstr ""
12105
12106#: builtin/remote.c:236
12107#, c-format
12108msgid "Could not setup master '%s'"
12109msgstr ""
12110
12111#: builtin/remote.c:342
12112#, c-format
12113msgid "Could not get fetch map for refspec %s"
12114msgstr ""
12115
12116#: builtin/remote.c:441 builtin/remote.c:449
12117msgid "(matching)"
12118msgstr ""
12119
12120#: builtin/remote.c:453
12121msgid "(delete)"
12122msgstr ""
12123
12124#: builtin/remote.c:627 builtin/remote.c:762 builtin/remote.c:861
12125#, c-format
12126msgid "No such remote: %s"
12127msgstr ""
12128
12129#: builtin/remote.c:644
12130#, c-format
12131msgid "Could not rename config section '%s' to '%s'"
12132msgstr ""
12133
12134#: builtin/remote.c:664
12135#, c-format
12136msgid ""
12137"Not updating non-default fetch refspec\n"
12138"\t%s\n"
12139"\tPlease update the configuration manually if necessary."
12140msgstr ""
12141
12142#: builtin/remote.c:700
12143#, c-format
12144msgid "deleting '%s' failed"
12145msgstr ""
12146
12147#: builtin/remote.c:734
12148#, c-format
12149msgid "creating '%s' failed"
12150msgstr ""
12151
12152#: builtin/remote.c:799
12153msgid ""
12154"Note: A branch outside the refs/remotes/ hierarchy was not removed;\n"
12155"to delete it, use:"
12156msgid_plural ""
12157"Note: Some branches outside the refs/remotes/ hierarchy were not removed;\n"
12158"to delete them, use:"
12159msgstr[0] ""
12160msgstr[1] ""
12161
12162#: builtin/remote.c:813
12163#, c-format
12164msgid "Could not remove config section '%s'"
12165msgstr ""
12166
12167#: builtin/remote.c:914
12168#, c-format
12169msgid " new (next fetch will store in remotes/%s)"
12170msgstr ""
12171
12172#: builtin/remote.c:917
12173msgid " tracked"
12174msgstr ""
12175
12176#: builtin/remote.c:919
12177msgid " stale (use 'git remote prune' to remove)"
12178msgstr ""
12179
12180#: builtin/remote.c:921
12181msgid " ???"
12182msgstr ""
12183
12184#: builtin/remote.c:962
12185#, c-format
12186msgid "invalid branch.%s.merge; cannot rebase onto > 1 branch"
12187msgstr ""
12188
12189#: builtin/remote.c:971
12190#, c-format
12191msgid "rebases interactively onto remote %s"
12192msgstr ""
12193
12194#: builtin/remote.c:973
12195#, c-format
12196msgid "rebases interactively (with merges) onto remote %s"
12197msgstr ""
12198
12199#: builtin/remote.c:976
12200#, c-format
12201msgid "rebases onto remote %s"
12202msgstr ""
12203
12204#: builtin/remote.c:980
12205#, c-format
12206msgid " merges with remote %s"
12207msgstr ""
12208
12209#: builtin/remote.c:983
12210#, c-format
12211msgid "merges with remote %s"
12212msgstr ""
12213
12214#: builtin/remote.c:986
12215#, c-format
12216msgid "%-*s    and with remote %s\n"
12217msgstr ""
12218
12219#: builtin/remote.c:1029
12220msgid "create"
12221msgstr ""
12222
12223#: builtin/remote.c:1032
12224msgid "delete"
12225msgstr ""
12226
12227#: builtin/remote.c:1036
12228msgid "up to date"
12229msgstr ""
12230
12231#: builtin/remote.c:1039
12232msgid "fast-forwardable"
12233msgstr ""
12234
12235#: builtin/remote.c:1042
12236msgid "local out of date"
12237msgstr ""
12238
12239#: builtin/remote.c:1049
12240#, c-format
12241msgid "    %-*s forces to %-*s (%s)"
12242msgstr ""
12243
12244#: builtin/remote.c:1052
12245#, c-format
12246msgid "    %-*s pushes to %-*s (%s)"
12247msgstr ""
12248
12249#: builtin/remote.c:1056
12250#, c-format
12251msgid "    %-*s forces to %s"
12252msgstr ""
12253
12254#: builtin/remote.c:1059
12255#, c-format
12256msgid "    %-*s pushes to %s"
12257msgstr ""
12258
12259#: builtin/remote.c:1127
12260msgid "do not query remotes"
12261msgstr ""
12262
12263#: builtin/remote.c:1154
12264#, c-format
12265msgid "* remote %s"
12266msgstr ""
12267
12268#: builtin/remote.c:1155
12269#, c-format
12270msgid "  Fetch URL: %s"
12271msgstr ""
12272
12273#: builtin/remote.c:1156 builtin/remote.c:1172 builtin/remote.c:1311
12274msgid "(no URL)"
12275msgstr ""
12276
12277#. TRANSLATORS: the colon ':' should align
12278#. with the one in " Fetch URL: %s"
12279#. translation.
12280#.
12281#: builtin/remote.c:1170 builtin/remote.c:1172
12282#, c-format
12283msgid "  Push  URL: %s"
12284msgstr ""
12285
12286#: builtin/remote.c:1174 builtin/remote.c:1176 builtin/remote.c:1178
12287#, c-format
12288msgid "  HEAD branch: %s"
12289msgstr ""
12290
12291#: builtin/remote.c:1174
12292msgid "(not queried)"
12293msgstr ""
12294
12295#: builtin/remote.c:1176
12296msgid "(unknown)"
12297msgstr ""
12298
12299#: builtin/remote.c:1180
12300#, c-format
12301msgid ""
12302"  HEAD branch (remote HEAD is ambiguous, may be one of the following):\n"
12303msgstr ""
12304
12305#: builtin/remote.c:1192
12306#, c-format
12307msgid "  Remote branch:%s"
12308msgid_plural "  Remote branches:%s"
12309msgstr[0] ""
12310msgstr[1] ""
12311
12312#: builtin/remote.c:1195 builtin/remote.c:1221
12313msgid " (status not queried)"
12314msgstr ""
12315
12316#: builtin/remote.c:1204
12317msgid "  Local branch configured for 'git pull':"
12318msgid_plural "  Local branches configured for 'git pull':"
12319msgstr[0] ""
12320msgstr[1] ""
12321
12322#: builtin/remote.c:1212
12323msgid "  Local refs will be mirrored by 'git push'"
12324msgstr ""
12325
12326#: builtin/remote.c:1218
12327#, c-format
12328msgid "  Local ref configured for 'git push'%s:"
12329msgid_plural "  Local refs configured for 'git push'%s:"
12330msgstr[0] ""
12331msgstr[1] ""
12332
12333#: builtin/remote.c:1239
12334msgid "set refs/remotes/<name>/HEAD according to remote"
12335msgstr ""
12336
12337#: builtin/remote.c:1241
12338msgid "delete refs/remotes/<name>/HEAD"
12339msgstr ""
12340
12341#: builtin/remote.c:1256
12342msgid "Cannot determine remote HEAD"
12343msgstr ""
12344
12345#: builtin/remote.c:1258
12346msgid "Multiple remote HEAD branches. Please choose one explicitly with:"
12347msgstr ""
12348
12349#: builtin/remote.c:1268
12350#, c-format
12351msgid "Could not delete %s"
12352msgstr ""
12353
12354#: builtin/remote.c:1276
12355#, c-format
12356msgid "Not a valid ref: %s"
12357msgstr ""
12358
12359#: builtin/remote.c:1278
12360#, c-format
12361msgid "Could not setup %s"
12362msgstr ""
12363
12364#: builtin/remote.c:1296
12365#, c-format
12366msgid " %s will become dangling!"
12367msgstr ""
12368
12369#: builtin/remote.c:1297
12370#, c-format
12371msgid " %s has become dangling!"
12372msgstr ""
12373
12374#: builtin/remote.c:1307
12375#, c-format
12376msgid "Pruning %s"
12377msgstr ""
12378
12379#: builtin/remote.c:1308
12380#, c-format
12381msgid "URL: %s"
12382msgstr ""
12383
12384#: builtin/remote.c:1324
12385#, c-format
12386msgid " * [would prune] %s"
12387msgstr ""
12388
12389#: builtin/remote.c:1327
12390#, c-format
12391msgid " * [pruned] %s"
12392msgstr ""
12393
12394#: builtin/remote.c:1372
12395msgid "prune remotes after fetching"
12396msgstr ""
12397
12398#: builtin/remote.c:1435 builtin/remote.c:1489 builtin/remote.c:1557
12399#, c-format
12400msgid "No such remote '%s'"
12401msgstr ""
12402
12403#: builtin/remote.c:1451
12404msgid "add branch"
12405msgstr ""
12406
12407#: builtin/remote.c:1458
12408msgid "no remote specified"
12409msgstr ""
12410
12411#: builtin/remote.c:1475
12412msgid "query push URLs rather than fetch URLs"
12413msgstr ""
12414
12415#: builtin/remote.c:1477
12416msgid "return all URLs"
12417msgstr ""
12418
12419#: builtin/remote.c:1505
12420#, c-format
12421msgid "no URLs configured for remote '%s'"
12422msgstr ""
12423
12424#: builtin/remote.c:1531
12425msgid "manipulate push URLs"
12426msgstr ""
12427
12428#: builtin/remote.c:1533
12429msgid "add URL"
12430msgstr ""
12431
12432#: builtin/remote.c:1535
12433msgid "delete URLs"
12434msgstr ""
12435
12436#: builtin/remote.c:1542
12437msgid "--add --delete doesn't make sense"
12438msgstr ""
12439
12440#: builtin/remote.c:1581
12441#, c-format
12442msgid "Invalid old URL pattern: %s"
12443msgstr ""
12444
12445#: builtin/remote.c:1589
12446#, c-format
12447msgid "No such URL found: %s"
12448msgstr ""
12449
12450#: builtin/remote.c:1591
12451msgid "Will not delete all non-push URLs"
12452msgstr ""
12453
12454#: builtin/remote.c:1607
12455msgid "be verbose; must be placed before a subcommand"
12456msgstr ""
12457
12458#: builtin/remote.c:1638
12459#, c-format
12460msgid "Unknown subcommand: %s"
12461msgstr ""
12462
12463#: builtin/repack.c:18
12464msgid "git repack [<options>]"
12465msgstr ""
12466
12467#: builtin/repack.c:23
12468msgid ""
12469"Incremental repacks are incompatible with bitmap indexes.  Use\n"
12470"--no-write-bitmap-index or disable the pack.writebitmaps configuration."
12471msgstr ""
12472
12473#: builtin/repack.c:180
12474msgid "pack everything in a single pack"
12475msgstr ""
12476
12477#: builtin/repack.c:182
12478msgid "same as -a, and turn unreachable objects loose"
12479msgstr ""
12480
12481#: builtin/repack.c:185
12482msgid "remove redundant packs, and run git-prune-packed"
12483msgstr ""
12484
12485#: builtin/repack.c:187
12486msgid "pass --no-reuse-delta to git-pack-objects"
12487msgstr ""
12488
12489#: builtin/repack.c:189
12490msgid "pass --no-reuse-object to git-pack-objects"
12491msgstr ""
12492
12493#: builtin/repack.c:191
12494msgid "do not run git-update-server-info"
12495msgstr ""
12496
12497#: builtin/repack.c:194
12498msgid "pass --local to git-pack-objects"
12499msgstr ""
12500
12501#: builtin/repack.c:196
12502msgid "write bitmap index"
12503msgstr ""
12504
12505#: builtin/repack.c:197
12506msgid "approxidate"
12507msgstr ""
12508
12509#: builtin/repack.c:198
12510msgid "with -A, do not loosen objects older than this"
12511msgstr ""
12512
12513#: builtin/repack.c:200
12514msgid "with -a, repack unreachable objects"
12515msgstr ""
12516
12517#: builtin/repack.c:202
12518msgid "size of the window used for delta compression"
12519msgstr ""
12520
12521#: builtin/repack.c:203 builtin/repack.c:209
12522msgid "bytes"
12523msgstr ""
12524
12525#: builtin/repack.c:204
12526msgid "same as the above, but limit memory size instead of entries count"
12527msgstr ""
12528
12529#: builtin/repack.c:206
12530msgid "limits the maximum delta depth"
12531msgstr ""
12532
12533#: builtin/repack.c:208
12534msgid "limits the maximum number of threads"
12535msgstr ""
12536
12537#: builtin/repack.c:210
12538msgid "maximum size of each packfile"
12539msgstr ""
12540
12541#: builtin/repack.c:212
12542msgid "repack objects in packs marked with .keep"
12543msgstr ""
12544
12545#: builtin/repack.c:214
12546msgid "do not repack this pack"
12547msgstr ""
12548
12549#: builtin/repack.c:224
12550msgid "cannot delete packs in a precious-objects repo"
12551msgstr ""
12552
12553#: builtin/repack.c:228
12554msgid "--keep-unreachable and -A are incompatible"
12555msgstr ""
12556
12557#: builtin/repack.c:425 builtin/worktree.c:139
12558#, c-format
12559msgid "failed to remove '%s'"
12560msgstr ""
12561
12562#: builtin/replace.c:22
12563msgid "git replace [-f] <object> <replacement>"
12564msgstr ""
12565
12566#: builtin/replace.c:23
12567msgid "git replace [-f] --edit <object>"
12568msgstr ""
12569
12570#: builtin/replace.c:24
12571msgid "git replace [-f] --graft <commit> [<parent>...]"
12572msgstr ""
12573
12574#: builtin/replace.c:25
12575msgid "git replace [-f] --convert-graft-file"
12576msgstr ""
12577
12578#: builtin/replace.c:26
12579msgid "git replace -d <object>..."
12580msgstr ""
12581
12582#: builtin/replace.c:27
12583msgid "git replace [--format=<format>] [-l [<pattern>]]"
12584msgstr ""
12585
12586#: builtin/replace.c:371 builtin/replace.c:415 builtin/replace.c:445
12587#, c-format
12588msgid "Not a valid object name: '%s'"
12589msgstr ""
12590
12591#: builtin/replace.c:407
12592#, c-format
12593msgid "bad mergetag in commit '%s'"
12594msgstr ""
12595
12596#: builtin/replace.c:409
12597#, c-format
12598msgid "malformed mergetag in commit '%s'"
12599msgstr ""
12600
12601#: builtin/replace.c:421
12602#, c-format
12603msgid ""
12604"original commit '%s' contains mergetag '%s' that is discarded; use --edit "
12605"instead of --graft"
12606msgstr ""
12607
12608#: builtin/replace.c:460
12609#, c-format
12610msgid "the original commit '%s' has a gpg signature."
12611msgstr ""
12612
12613#: builtin/replace.c:461
12614msgid "the signature will be removed in the replacement commit!"
12615msgstr ""
12616
12617#: builtin/replace.c:471
12618#, c-format
12619msgid "could not write replacement commit for: '%s'"
12620msgstr ""
12621
12622#: builtin/replace.c:514
12623#, c-format
12624msgid ""
12625"could not convert the following graft(s):\n"
12626"%s"
12627msgstr ""
12628
12629#: builtin/replace.c:535
12630msgid "list replace refs"
12631msgstr ""
12632
12633#: builtin/replace.c:536
12634msgid "delete replace refs"
12635msgstr ""
12636
12637#: builtin/replace.c:537
12638msgid "edit existing object"
12639msgstr ""
12640
12641#: builtin/replace.c:538
12642msgid "change a commit's parents"
12643msgstr ""
12644
12645#: builtin/replace.c:539
12646msgid "convert existing graft file"
12647msgstr ""
12648
12649#: builtin/replace.c:540
12650msgid "replace the ref if it exists"
12651msgstr ""
12652
12653#: builtin/replace.c:542
12654msgid "do not pretty-print contents for --edit"
12655msgstr ""
12656
12657#: builtin/replace.c:543
12658msgid "use this format"
12659msgstr ""
12660
12661#: builtin/rerere.c:13
12662msgid "git rerere [clear | forget <path>... | status | remaining | diff | gc]"
12663msgstr ""
12664
12665#: builtin/rerere.c:59
12666msgid "register clean resolutions in index"
12667msgstr ""
12668
12669#: builtin/reset.c:29
12670msgid ""
12671"git reset [--mixed | --soft | --hard | --merge | --keep] [-q] [<commit>]"
12672msgstr ""
12673
12674#: builtin/reset.c:30
12675msgid "git reset [-q] [<tree-ish>] [--] <paths>..."
12676msgstr ""
12677
12678#: builtin/reset.c:31
12679msgid "git reset --patch [<tree-ish>] [--] [<paths>...]"
12680msgstr ""
12681
12682#: builtin/reset.c:37
12683msgid "mixed"
12684msgstr ""
12685
12686#: builtin/reset.c:37
12687msgid "soft"
12688msgstr ""
12689
12690#: builtin/reset.c:37
12691msgid "hard"
12692msgstr ""
12693
12694#: builtin/reset.c:37
12695msgid "merge"
12696msgstr ""
12697
12698#: builtin/reset.c:37
12699msgid "keep"
12700msgstr ""
12701
12702#: builtin/reset.c:78
12703msgid "You do not have a valid HEAD."
12704msgstr ""
12705
12706#: builtin/reset.c:80
12707msgid "Failed to find tree of HEAD."
12708msgstr ""
12709
12710#: builtin/reset.c:86
12711#, c-format
12712msgid "Failed to find tree of %s."
12713msgstr ""
12714
12715#: builtin/reset.c:111
12716#, c-format
12717msgid "HEAD is now at %s"
12718msgstr ""
12719
12720#: builtin/reset.c:189
12721#, c-format
12722msgid "Cannot do a %s reset in the middle of a merge."
12723msgstr ""
12724
12725#: builtin/reset.c:289
12726msgid "be quiet, only report errors"
12727msgstr ""
12728
12729#: builtin/reset.c:291
12730msgid "reset HEAD and index"
12731msgstr ""
12732
12733#: builtin/reset.c:292
12734msgid "reset only HEAD"
12735msgstr ""
12736
12737#: builtin/reset.c:294 builtin/reset.c:296
12738msgid "reset HEAD, index and working tree"
12739msgstr ""
12740
12741#: builtin/reset.c:298
12742msgid "reset HEAD but keep local changes"
12743msgstr ""
12744
12745#: builtin/reset.c:304
12746msgid "record only the fact that removed paths will be added later"
12747msgstr ""
12748
12749#: builtin/reset.c:321
12750#, c-format
12751msgid "Failed to resolve '%s' as a valid revision."
12752msgstr ""
12753
12754#: builtin/reset.c:329
12755#, c-format
12756msgid "Failed to resolve '%s' as a valid tree."
12757msgstr ""
12758
12759#: builtin/reset.c:338
12760msgid "--patch is incompatible with --{hard,mixed,soft}"
12761msgstr ""
12762
12763#: builtin/reset.c:347
12764msgid "--mixed with paths is deprecated; use 'git reset -- <paths>' instead."
12765msgstr ""
12766
12767#: builtin/reset.c:349
12768#, c-format
12769msgid "Cannot do %s reset with paths."
12770msgstr ""
12771
12772#: builtin/reset.c:359
12773#, c-format
12774msgid "%s reset is not allowed in a bare repository"
12775msgstr ""
12776
12777#: builtin/reset.c:363
12778msgid "-N can only be used with --mixed"
12779msgstr ""
12780
12781#: builtin/reset.c:380
12782msgid "Unstaged changes after reset:"
12783msgstr ""
12784
12785#: builtin/reset.c:386
12786#, c-format
12787msgid "Could not reset index file to revision '%s'."
12788msgstr ""
12789
12790#: builtin/reset.c:390
12791msgid "Could not write new index file."
12792msgstr ""
12793
12794#: builtin/rev-list.c:397
12795msgid "cannot combine --exclude-promisor-objects and --missing"
12796msgstr ""
12797
12798#: builtin/rev-list.c:455
12799msgid "object filtering requires --objects"
12800msgstr ""
12801
12802#: builtin/rev-list.c:458
12803#, c-format
12804msgid "invalid sparse value '%s'"
12805msgstr ""
12806
12807#: builtin/rev-list.c:499
12808msgid "rev-list does not support display of notes"
12809msgstr ""
12810
12811#: builtin/rev-list.c:502
12812msgid "cannot combine --use-bitmap-index with object filtering"
12813msgstr ""
12814
12815#: builtin/rev-parse.c:402
12816msgid "git rev-parse --parseopt [<options>] -- [<args>...]"
12817msgstr ""
12818
12819#: builtin/rev-parse.c:407
12820msgid "keep the `--` passed as an arg"
12821msgstr ""
12822
12823#: builtin/rev-parse.c:409
12824msgid "stop parsing after the first non-option argument"
12825msgstr ""
12826
12827#: builtin/rev-parse.c:412
12828msgid "output in stuck long form"
12829msgstr ""
12830
12831#: builtin/rev-parse.c:545
12832msgid ""
12833"git rev-parse --parseopt [<options>] -- [<args>...]\n"
12834"   or: git rev-parse --sq-quote [<arg>...]\n"
12835"   or: git rev-parse [<options>] [<arg>...]\n"
12836"\n"
12837"Run \"git rev-parse --parseopt -h\" for more information on the first usage."
12838msgstr ""
12839
12840#: builtin/revert.c:23
12841msgid "git revert [<options>] <commit-ish>..."
12842msgstr ""
12843
12844#: builtin/revert.c:24
12845msgid "git revert <subcommand>"
12846msgstr ""
12847
12848#: builtin/revert.c:29
12849msgid "git cherry-pick [<options>] <commit-ish>..."
12850msgstr ""
12851
12852#: builtin/revert.c:30
12853msgid "git cherry-pick <subcommand>"
12854msgstr ""
12855
12856#: builtin/revert.c:90
12857#, c-format
12858msgid "%s: %s cannot be used with %s"
12859msgstr ""
12860
12861#: builtin/revert.c:99
12862msgid "end revert or cherry-pick sequence"
12863msgstr ""
12864
12865#: builtin/revert.c:100
12866msgid "resume revert or cherry-pick sequence"
12867msgstr ""
12868
12869#: builtin/revert.c:101
12870msgid "cancel revert or cherry-pick sequence"
12871msgstr ""
12872
12873#: builtin/revert.c:102
12874msgid "don't automatically commit"
12875msgstr ""
12876
12877#: builtin/revert.c:103
12878msgid "edit the commit message"
12879msgstr ""
12880
12881#: builtin/revert.c:106
12882msgid "parent-number"
12883msgstr ""
12884
12885#: builtin/revert.c:107
12886msgid "select mainline parent"
12887msgstr ""
12888
12889#: builtin/revert.c:109
12890msgid "merge strategy"
12891msgstr ""
12892
12893#: builtin/revert.c:110
12894msgid "option"
12895msgstr ""
12896
12897#: builtin/revert.c:111
12898msgid "option for merge strategy"
12899msgstr ""
12900
12901#: builtin/revert.c:120
12902msgid "append commit name"
12903msgstr ""
12904
12905#: builtin/revert.c:122
12906msgid "preserve initially empty commits"
12907msgstr ""
12908
12909#: builtin/revert.c:124
12910msgid "keep redundant, empty commits"
12911msgstr ""
12912
12913#: builtin/revert.c:214
12914msgid "revert failed"
12915msgstr ""
12916
12917#: builtin/revert.c:227
12918msgid "cherry-pick failed"
12919msgstr ""
12920
12921#: builtin/rm.c:18
12922msgid "git rm [<options>] [--] <file>..."
12923msgstr ""
12924
12925#: builtin/rm.c:206
12926msgid ""
12927"the following file has staged content different from both the\n"
12928"file and the HEAD:"
12929msgid_plural ""
12930"the following files have staged content different from both the\n"
12931"file and the HEAD:"
12932msgstr[0] ""
12933msgstr[1] ""
12934
12935#: builtin/rm.c:211
12936msgid ""
12937"\n"
12938"(use -f to force removal)"
12939msgstr ""
12940
12941#: builtin/rm.c:215
12942msgid "the following file has changes staged in the index:"
12943msgid_plural "the following files have changes staged in the index:"
12944msgstr[0] ""
12945msgstr[1] ""
12946
12947#: builtin/rm.c:219 builtin/rm.c:228
12948msgid ""
12949"\n"
12950"(use --cached to keep the file, or -f to force removal)"
12951msgstr ""
12952
12953#: builtin/rm.c:225
12954msgid "the following file has local modifications:"
12955msgid_plural "the following files have local modifications:"
12956msgstr[0] ""
12957msgstr[1] ""
12958
12959#: builtin/rm.c:241
12960msgid "do not list removed files"
12961msgstr ""
12962
12963#: builtin/rm.c:242
12964msgid "only remove from the index"
12965msgstr ""
12966
12967#: builtin/rm.c:243
12968msgid "override the up-to-date check"
12969msgstr ""
12970
12971#: builtin/rm.c:244
12972msgid "allow recursive removal"
12973msgstr ""
12974
12975#: builtin/rm.c:246
12976msgid "exit with a zero status even if nothing matched"
12977msgstr ""
12978
12979#: builtin/rm.c:306
12980#, c-format
12981msgid "not removing '%s' recursively without -r"
12982msgstr ""
12983
12984#: builtin/rm.c:345
12985#, c-format
12986msgid "git rm: unable to remove %s"
12987msgstr ""
12988
12989#: builtin/rm.c:368
12990#, c-format
12991msgid "could not remove '%s'"
12992msgstr ""
12993
12994#: builtin/send-pack.c:20
12995msgid ""
12996"git send-pack [--all | --mirror] [--dry-run] [--force] [--receive-pack=<git-"
12997"receive-pack>] [--verbose] [--thin] [--atomic] [<host>:]<directory> "
12998"[<ref>...]\n"
12999"  --all and explicit <ref> specification are mutually exclusive."
13000msgstr ""
13001
13002#: builtin/send-pack.c:163
13003msgid "remote name"
13004msgstr ""
13005
13006#: builtin/send-pack.c:177
13007msgid "use stateless RPC protocol"
13008msgstr ""
13009
13010#: builtin/send-pack.c:178
13011msgid "read refs from stdin"
13012msgstr ""
13013
13014#: builtin/send-pack.c:179
13015msgid "print status from remote helper"
13016msgstr ""
13017
13018#: builtin/serve.c:7
13019msgid "git serve [<options>]"
13020msgstr ""
13021
13022#: builtin/serve.c:17 builtin/upload-pack.c:23
13023msgid "quit after a single request/response exchange"
13024msgstr ""
13025
13026#: builtin/serve.c:19
13027msgid "exit immediately after advertising capabilities"
13028msgstr ""
13029
13030#: builtin/shortlog.c:14
13031msgid "git shortlog [<options>] [<revision-range>] [[--] <path>...]"
13032msgstr ""
13033
13034#: builtin/shortlog.c:15
13035msgid "git log --pretty=short | git shortlog [<options>]"
13036msgstr ""
13037
13038#: builtin/shortlog.c:264
13039msgid "Group by committer rather than author"
13040msgstr ""
13041
13042#: builtin/shortlog.c:266
13043msgid "sort output according to the number of commits per author"
13044msgstr ""
13045
13046#: builtin/shortlog.c:268
13047msgid "Suppress commit descriptions, only provides commit count"
13048msgstr ""
13049
13050#: builtin/shortlog.c:270
13051msgid "Show the email address of each author"
13052msgstr ""
13053
13054#: builtin/shortlog.c:271
13055msgid "w[,i1[,i2]]"
13056msgstr ""
13057
13058#: builtin/shortlog.c:272
13059msgid "Linewrap output"
13060msgstr ""
13061
13062#: builtin/shortlog.c:298
13063msgid "too many arguments given outside repository"
13064msgstr ""
13065
13066#: builtin/show-branch.c:12
13067msgid ""
13068"git show-branch [-a | --all] [-r | --remotes] [--topo-order | --date-order]\n"
13069"\t\t[--current] [--color[=<when>] | --no-color] [--sparse]\n"
13070"\t\t[--more=<n> | --list | --independent | --merge-base]\n"
13071"\t\t[--no-name | --sha1-name] [--topics] [(<rev> | <glob>)...]"
13072msgstr ""
13073
13074#: builtin/show-branch.c:16
13075msgid "git show-branch (-g | --reflog)[=<n>[,<base>]] [--list] [<ref>]"
13076msgstr ""
13077
13078#: builtin/show-branch.c:376
13079#, c-format
13080msgid "ignoring %s; cannot handle more than %d ref"
13081msgid_plural "ignoring %s; cannot handle more than %d refs"
13082msgstr[0] ""
13083msgstr[1] ""
13084
13085#: builtin/show-branch.c:530
13086#, c-format
13087msgid "no matching refs with %s"
13088msgstr ""
13089
13090#: builtin/show-branch.c:626
13091msgid "show remote-tracking and local branches"
13092msgstr ""
13093
13094#: builtin/show-branch.c:628
13095msgid "show remote-tracking branches"
13096msgstr ""
13097
13098#: builtin/show-branch.c:630
13099msgid "color '*!+-' corresponding to the branch"
13100msgstr ""
13101
13102#: builtin/show-branch.c:632
13103msgid "show <n> more commits after the common ancestor"
13104msgstr ""
13105
13106#: builtin/show-branch.c:634
13107msgid "synonym to more=-1"
13108msgstr ""
13109
13110#: builtin/show-branch.c:635
13111msgid "suppress naming strings"
13112msgstr ""
13113
13114#: builtin/show-branch.c:637
13115msgid "include the current branch"
13116msgstr ""
13117
13118#: builtin/show-branch.c:639
13119msgid "name commits with their object names"
13120msgstr ""
13121
13122#: builtin/show-branch.c:641
13123msgid "show possible merge bases"
13124msgstr ""
13125
13126#: builtin/show-branch.c:643
13127msgid "show refs unreachable from any other ref"
13128msgstr ""
13129
13130#: builtin/show-branch.c:645
13131msgid "show commits in topological order"
13132msgstr ""
13133
13134#: builtin/show-branch.c:648
13135msgid "show only commits not on the first branch"
13136msgstr ""
13137
13138#: builtin/show-branch.c:650
13139msgid "show merges reachable from only one tip"
13140msgstr ""
13141
13142#: builtin/show-branch.c:652
13143msgid "topologically sort, maintaining date order where possible"
13144msgstr ""
13145
13146#: builtin/show-branch.c:655
13147msgid "<n>[,<base>]"
13148msgstr ""
13149
13150#: builtin/show-branch.c:656
13151msgid "show <n> most recent ref-log entries starting at base"
13152msgstr ""
13153
13154#: builtin/show-branch.c:690
13155msgid ""
13156"--reflog is incompatible with --all, --remotes, --independent or --merge-base"
13157msgstr ""
13158
13159#: builtin/show-branch.c:714
13160msgid "no branches given, and HEAD is not valid"
13161msgstr ""
13162
13163#: builtin/show-branch.c:717
13164msgid "--reflog option needs one branch name"
13165msgstr ""
13166
13167#: builtin/show-branch.c:720
13168#, c-format
13169msgid "only %d entry can be shown at one time."
13170msgid_plural "only %d entries can be shown at one time."
13171msgstr[0] ""
13172msgstr[1] ""
13173
13174#: builtin/show-branch.c:724
13175#, c-format
13176msgid "no such ref %s"
13177msgstr ""
13178
13179#: builtin/show-branch.c:808
13180#, c-format
13181msgid "cannot handle more than %d rev."
13182msgid_plural "cannot handle more than %d revs."
13183msgstr[0] ""
13184msgstr[1] ""
13185
13186#: builtin/show-branch.c:812
13187#, c-format
13188msgid "'%s' is not a valid ref."
13189msgstr ""
13190
13191#: builtin/show-branch.c:815
13192#, c-format
13193msgid "cannot find commit %s (%s)"
13194msgstr ""
13195
13196#: builtin/show-ref.c:10
13197msgid ""
13198"git show-ref [-q | --quiet] [--verify] [--head] [-d | --dereference] [-s | --"
13199"hash[=<n>]] [--abbrev[=<n>]] [--tags] [--heads] [--] [<pattern>...]"
13200msgstr ""
13201
13202#: builtin/show-ref.c:11
13203msgid "git show-ref --exclude-existing[=<pattern>]"
13204msgstr ""
13205
13206#: builtin/show-ref.c:159
13207msgid "only show tags (can be combined with heads)"
13208msgstr ""
13209
13210#: builtin/show-ref.c:160
13211msgid "only show heads (can be combined with tags)"
13212msgstr ""
13213
13214#: builtin/show-ref.c:161
13215msgid "stricter reference checking, requires exact ref path"
13216msgstr ""
13217
13218#: builtin/show-ref.c:164 builtin/show-ref.c:166
13219msgid "show the HEAD reference, even if it would be filtered out"
13220msgstr ""
13221
13222#: builtin/show-ref.c:168
13223msgid "dereference tags into object IDs"
13224msgstr ""
13225
13226#: builtin/show-ref.c:170
13227msgid "only show SHA1 hash using <n> digits"
13228msgstr ""
13229
13230#: builtin/show-ref.c:174
13231msgid "do not print results to stdout (useful with --verify)"
13232msgstr ""
13233
13234#: builtin/show-ref.c:176
13235msgid "show refs from stdin that aren't in local repository"
13236msgstr ""
13237
13238#: builtin/stripspace.c:18
13239msgid "git stripspace [-s | --strip-comments]"
13240msgstr ""
13241
13242#: builtin/stripspace.c:19
13243msgid "git stripspace [-c | --comment-lines]"
13244msgstr ""
13245
13246#: builtin/stripspace.c:36
13247msgid "skip and remove all lines starting with comment character"
13248msgstr ""
13249
13250#: builtin/stripspace.c:39
13251msgid "prepend comment character and space to each line"
13252msgstr ""
13253
13254#: builtin/submodule--helper.c:37 builtin/submodule--helper.c:1688
13255#, c-format
13256msgid "No such ref: %s"
13257msgstr ""
13258
13259#: builtin/submodule--helper.c:44 builtin/submodule--helper.c:1697
13260#, c-format
13261msgid "Expecting a full ref name, got %s"
13262msgstr ""
13263
13264#: builtin/submodule--helper.c:61
13265msgid "submodule--helper print-default-remote takes no arguments"
13266msgstr ""
13267
13268#: builtin/submodule--helper.c:98
13269#, c-format
13270msgid "cannot strip one component off url '%s'"
13271msgstr ""
13272
13273#: builtin/submodule--helper.c:406 builtin/submodule--helper.c:1211
13274msgid "alternative anchor for relative paths"
13275msgstr ""
13276
13277#: builtin/submodule--helper.c:411
13278msgid "git submodule--helper list [--prefix=<path>] [<path>...]"
13279msgstr ""
13280
13281#: builtin/submodule--helper.c:462 builtin/submodule--helper.c:485
13282#, c-format
13283msgid "No url found for submodule path '%s' in .gitmodules"
13284msgstr ""
13285
13286#: builtin/submodule--helper.c:500
13287#, c-format
13288msgid ""
13289"could not lookup configuration '%s'. Assuming this repository is its own "
13290"authoritative upstream."
13291msgstr ""
13292
13293#: builtin/submodule--helper.c:511
13294#, c-format
13295msgid "Failed to register url for submodule path '%s'"
13296msgstr ""
13297
13298#: builtin/submodule--helper.c:515
13299#, c-format
13300msgid "Submodule '%s' (%s) registered for path '%s'\n"
13301msgstr ""
13302
13303#: builtin/submodule--helper.c:525
13304#, c-format
13305msgid "warning: command update mode suggested for submodule '%s'\n"
13306msgstr ""
13307
13308#: builtin/submodule--helper.c:532
13309#, c-format
13310msgid "Failed to register update mode for submodule path '%s'"
13311msgstr ""
13312
13313#: builtin/submodule--helper.c:554
13314msgid "Suppress output for initializing a submodule"
13315msgstr ""
13316
13317#: builtin/submodule--helper.c:559
13318msgid "git submodule--helper init [<path>]"
13319msgstr ""
13320
13321#: builtin/submodule--helper.c:631 builtin/submodule--helper.c:757
13322#, c-format
13323msgid "no submodule mapping found in .gitmodules for path '%s'"
13324msgstr ""
13325
13326#: builtin/submodule--helper.c:670
13327#, c-format
13328msgid "could not resolve HEAD ref inside the submodule '%s'"
13329msgstr ""
13330
13331#: builtin/submodule--helper.c:697 builtin/submodule--helper.c:866
13332#, c-format
13333msgid "failed to recurse into submodule '%s'"
13334msgstr ""
13335
13336#: builtin/submodule--helper.c:721 builtin/submodule--helper.c:1031
13337msgid "Suppress submodule status output"
13338msgstr ""
13339
13340#: builtin/submodule--helper.c:722
13341msgid ""
13342"Use commit stored in the index instead of the one stored in the submodule "
13343"HEAD"
13344msgstr ""
13345
13346#: builtin/submodule--helper.c:723
13347msgid "recurse into nested submodules"
13348msgstr ""
13349
13350#: builtin/submodule--helper.c:728
13351msgid "git submodule status [--quiet] [--cached] [--recursive] [<path>...]"
13352msgstr ""
13353
13354#: builtin/submodule--helper.c:752
13355msgid "git submodule--helper name <path>"
13356msgstr ""
13357
13358#: builtin/submodule--helper.c:816
13359#, c-format
13360msgid "Synchronizing submodule url for '%s'\n"
13361msgstr ""
13362
13363#: builtin/submodule--helper.c:822
13364#, c-format
13365msgid "failed to register url for submodule path '%s'"
13366msgstr ""
13367
13368#: builtin/submodule--helper.c:836
13369#, c-format
13370msgid "failed to get the default remote for submodule '%s'"
13371msgstr ""
13372
13373#: builtin/submodule--helper.c:847
13374#, c-format
13375msgid "failed to update remote for submodule '%s'"
13376msgstr ""
13377
13378#: builtin/submodule--helper.c:895
13379msgid "Suppress output of synchronizing submodule url"
13380msgstr ""
13381
13382#: builtin/submodule--helper.c:897
13383msgid "Recurse into nested submodules"
13384msgstr ""
13385
13386#: builtin/submodule--helper.c:902
13387msgid "git submodule--helper sync [--quiet] [--recursive] [<path>]"
13388msgstr ""
13389
13390#: builtin/submodule--helper.c:956
13391#, c-format
13392msgid ""
13393"Submodule work tree '%s' contains a .git directory (use 'rm -rf' if you "
13394"really want to remove it including all of its history)"
13395msgstr ""
13396
13397#: builtin/submodule--helper.c:968
13398#, c-format
13399msgid ""
13400"Submodule work tree '%s' contains local modifications; use '-f' to discard "
13401"them"
13402msgstr ""
13403
13404#: builtin/submodule--helper.c:976
13405#, c-format
13406msgid "Cleared directory '%s'\n"
13407msgstr ""
13408
13409#: builtin/submodule--helper.c:978
13410#, c-format
13411msgid "Could not remove submodule work tree '%s'\n"
13412msgstr ""
13413
13414#: builtin/submodule--helper.c:987
13415#, c-format
13416msgid "could not create empty submodule directory %s"
13417msgstr ""
13418
13419#: builtin/submodule--helper.c:1003
13420#, c-format
13421msgid "Submodule '%s' (%s) unregistered for path '%s'\n"
13422msgstr ""
13423
13424#: builtin/submodule--helper.c:1032
13425msgid "Remove submodule working trees even if they contain local changes"
13426msgstr ""
13427
13428#: builtin/submodule--helper.c:1033
13429msgid "Unregister all submodules"
13430msgstr ""
13431
13432#: builtin/submodule--helper.c:1038
13433msgid ""
13434"git submodule deinit [--quiet] [-f | --force] [--all | [--] [<path>...]]"
13435msgstr ""
13436
13437#: builtin/submodule--helper.c:1052
13438msgid "Use '--all' if you really want to deinitialize all submodules"
13439msgstr ""
13440
13441#: builtin/submodule--helper.c:1145 builtin/submodule--helper.c:1148
13442#, c-format
13443msgid "submodule '%s' cannot add alternate: %s"
13444msgstr ""
13445
13446#: builtin/submodule--helper.c:1184
13447#, c-format
13448msgid "Value '%s' for submodule.alternateErrorStrategy is not recognized"
13449msgstr ""
13450
13451#: builtin/submodule--helper.c:1191
13452#, c-format
13453msgid "Value '%s' for submodule.alternateLocation is not recognized"
13454msgstr ""
13455
13456#: builtin/submodule--helper.c:1214
13457msgid "where the new submodule will be cloned to"
13458msgstr ""
13459
13460#: builtin/submodule--helper.c:1217
13461msgid "name of the new submodule"
13462msgstr ""
13463
13464#: builtin/submodule--helper.c:1220
13465msgid "url where to clone the submodule from"
13466msgstr ""
13467
13468#: builtin/submodule--helper.c:1228
13469msgid "depth for shallow clones"
13470msgstr ""
13471
13472#: builtin/submodule--helper.c:1231 builtin/submodule--helper.c:1606
13473msgid "force cloning progress"
13474msgstr ""
13475
13476#: builtin/submodule--helper.c:1236
13477msgid ""
13478"git submodule--helper clone [--prefix=<path>] [--quiet] [--reference "
13479"<repository>] [--name <name>] [--depth <depth>] --url <url> --path <path>"
13480msgstr ""
13481
13482#: builtin/submodule--helper.c:1267
13483#, c-format
13484msgid "clone of '%s' into submodule path '%s' failed"
13485msgstr ""
13486
13487#: builtin/submodule--helper.c:1281
13488#, c-format
13489msgid "could not get submodule directory for '%s'"
13490msgstr ""
13491
13492#: builtin/submodule--helper.c:1347
13493#, c-format
13494msgid "Submodule path '%s' not initialized"
13495msgstr ""
13496
13497#: builtin/submodule--helper.c:1351
13498msgid "Maybe you want to use 'update --init'?"
13499msgstr ""
13500
13501#: builtin/submodule--helper.c:1380
13502#, c-format
13503msgid "Skipping unmerged submodule %s"
13504msgstr ""
13505
13506#: builtin/submodule--helper.c:1409
13507#, c-format
13508msgid "Skipping submodule '%s'"
13509msgstr ""
13510
13511#: builtin/submodule--helper.c:1544
13512#, c-format
13513msgid "Failed to clone '%s'. Retry scheduled"
13514msgstr ""
13515
13516#: builtin/submodule--helper.c:1555
13517#, c-format
13518msgid "Failed to clone '%s' a second time, aborting"
13519msgstr ""
13520
13521#: builtin/submodule--helper.c:1585 builtin/submodule--helper.c:1808
13522msgid "path into the working tree"
13523msgstr ""
13524
13525#: builtin/submodule--helper.c:1588
13526msgid "path into the working tree, across nested submodule boundaries"
13527msgstr ""
13528
13529#: builtin/submodule--helper.c:1592
13530msgid "rebase, merge, checkout or none"
13531msgstr ""
13532
13533#: builtin/submodule--helper.c:1598
13534msgid "Create a shallow clone truncated to the specified number of revisions"
13535msgstr ""
13536
13537#: builtin/submodule--helper.c:1601
13538msgid "parallel jobs"
13539msgstr ""
13540
13541#: builtin/submodule--helper.c:1603
13542msgid "whether the initial clone should follow the shallow recommendation"
13543msgstr ""
13544
13545#: builtin/submodule--helper.c:1604
13546msgid "don't print cloning progress"
13547msgstr ""
13548
13549#: builtin/submodule--helper.c:1611
13550msgid "git submodule--helper update_clone [--prefix=<path>] [<path>...]"
13551msgstr ""
13552
13553#: builtin/submodule--helper.c:1624
13554msgid "bad value for update parameter"
13555msgstr ""
13556
13557#: builtin/submodule--helper.c:1692
13558#, c-format
13559msgid ""
13560"Submodule (%s) branch configured to inherit branch from superproject, but "
13561"the superproject is not on any branch"
13562msgstr ""
13563
13564#: builtin/submodule--helper.c:1809
13565msgid "recurse into submodules"
13566msgstr ""
13567
13568#: builtin/submodule--helper.c:1815
13569msgid "git submodule--helper embed-git-dir [<path>...]"
13570msgstr ""
13571
13572#: builtin/submodule--helper.c:1901
13573#, c-format
13574msgid "%s doesn't support --super-prefix"
13575msgstr ""
13576
13577#: builtin/submodule--helper.c:1907
13578#, c-format
13579msgid "'%s' is not a valid submodule--helper subcommand"
13580msgstr ""
13581
13582#: builtin/symbolic-ref.c:8
13583msgid "git symbolic-ref [<options>] <name> [<ref>]"
13584msgstr ""
13585
13586#: builtin/symbolic-ref.c:9
13587msgid "git symbolic-ref -d [-q] <name>"
13588msgstr ""
13589
13590#: builtin/symbolic-ref.c:40
13591msgid "suppress error message for non-symbolic (detached) refs"
13592msgstr ""
13593
13594#: builtin/symbolic-ref.c:41
13595msgid "delete symbolic ref"
13596msgstr ""
13597
13598#: builtin/symbolic-ref.c:42
13599msgid "shorten ref output"
13600msgstr ""
13601
13602#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13603msgid "reason"
13604msgstr ""
13605
13606#: builtin/symbolic-ref.c:43 builtin/update-ref.c:362
13607msgid "reason of the update"
13608msgstr ""
13609
13610#: builtin/tag.c:24
13611msgid ""
13612"git tag [-a | -s | -u <key-id>] [-f] [-m <msg> | -F <file>] <tagname> "
13613"[<head>]"
13614msgstr ""
13615
13616#: builtin/tag.c:25
13617msgid "git tag -d <tagname>..."
13618msgstr ""
13619
13620#: builtin/tag.c:26
13621msgid ""
13622"git tag -l [-n[<num>]] [--contains <commit>] [--no-contains <commit>] [--"
13623"points-at <object>]\n"
13624"\t\t[--format=<format>] [--[no-]merged [<commit>]] [<pattern>...]"
13625msgstr ""
13626
13627#: builtin/tag.c:28
13628msgid "git tag -v [--format=<format>] <tagname>..."
13629msgstr ""
13630
13631#: builtin/tag.c:86
13632#, c-format
13633msgid "tag '%s' not found."
13634msgstr ""
13635
13636#: builtin/tag.c:102
13637#, c-format
13638msgid "Deleted tag '%s' (was %s)\n"
13639msgstr ""
13640
13641#: builtin/tag.c:132
13642#, c-format
13643msgid ""
13644"\n"
13645"Write a message for tag:\n"
13646"  %s\n"
13647"Lines starting with '%c' will be ignored.\n"
13648msgstr ""
13649
13650#: builtin/tag.c:136
13651#, c-format
13652msgid ""
13653"\n"
13654"Write a message for tag:\n"
13655"  %s\n"
13656"Lines starting with '%c' will be kept; you may remove them yourself if you "
13657"want to.\n"
13658msgstr ""
13659
13660#: builtin/tag.c:190
13661msgid "unable to sign the tag"
13662msgstr ""
13663
13664#: builtin/tag.c:192
13665msgid "unable to write tag file"
13666msgstr ""
13667
13668#: builtin/tag.c:217
13669msgid "bad object type."
13670msgstr ""
13671
13672#: builtin/tag.c:266
13673msgid "no tag message?"
13674msgstr ""
13675
13676#: builtin/tag.c:273
13677#, c-format
13678msgid "The tag message has been left in %s\n"
13679msgstr ""
13680
13681#: builtin/tag.c:382
13682msgid "list tag names"
13683msgstr ""
13684
13685#: builtin/tag.c:384
13686msgid "print <n> lines of each tag message"
13687msgstr ""
13688
13689#: builtin/tag.c:386
13690msgid "delete tags"
13691msgstr ""
13692
13693#: builtin/tag.c:387
13694msgid "verify tags"
13695msgstr ""
13696
13697#: builtin/tag.c:389
13698msgid "Tag creation options"
13699msgstr ""
13700
13701#: builtin/tag.c:391
13702msgid "annotated tag, needs a message"
13703msgstr ""
13704
13705#: builtin/tag.c:393
13706msgid "tag message"
13707msgstr ""
13708
13709#: builtin/tag.c:395
13710msgid "force edit of tag message"
13711msgstr ""
13712
13713#: builtin/tag.c:396
13714msgid "annotated and GPG-signed tag"
13715msgstr ""
13716
13717#: builtin/tag.c:400
13718msgid "use another key to sign the tag"
13719msgstr ""
13720
13721#: builtin/tag.c:401
13722msgid "replace the tag if exists"
13723msgstr ""
13724
13725#: builtin/tag.c:402 builtin/update-ref.c:368
13726msgid "create a reflog"
13727msgstr ""
13728
13729#: builtin/tag.c:404
13730msgid "Tag listing options"
13731msgstr ""
13732
13733#: builtin/tag.c:405
13734msgid "show tag list in columns"
13735msgstr ""
13736
13737#: builtin/tag.c:406 builtin/tag.c:408
13738msgid "print only tags that contain the commit"
13739msgstr ""
13740
13741#: builtin/tag.c:407 builtin/tag.c:409
13742msgid "print only tags that don't contain the commit"
13743msgstr ""
13744
13745#: builtin/tag.c:410
13746msgid "print only tags that are merged"
13747msgstr ""
13748
13749#: builtin/tag.c:411
13750msgid "print only tags that are not merged"
13751msgstr ""
13752
13753#: builtin/tag.c:416
13754msgid "print only tags of the object"
13755msgstr ""
13756
13757#: builtin/tag.c:460
13758msgid "--column and -n are incompatible"
13759msgstr ""
13760
13761#: builtin/tag.c:482
13762msgid "-n option is only allowed in list mode"
13763msgstr ""
13764
13765#: builtin/tag.c:484
13766msgid "--contains option is only allowed in list mode"
13767msgstr ""
13768
13769#: builtin/tag.c:486
13770msgid "--no-contains option is only allowed in list mode"
13771msgstr ""
13772
13773#: builtin/tag.c:488
13774msgid "--points-at option is only allowed in list mode"
13775msgstr ""
13776
13777#: builtin/tag.c:490
13778msgid "--merged and --no-merged options are only allowed in list mode"
13779msgstr ""
13780
13781#: builtin/tag.c:501
13782msgid "only one -F or -m option is allowed."
13783msgstr ""
13784
13785#: builtin/tag.c:520
13786msgid "too many params"
13787msgstr ""
13788
13789#: builtin/tag.c:526
13790#, c-format
13791msgid "'%s' is not a valid tag name."
13792msgstr ""
13793
13794#: builtin/tag.c:531
13795#, c-format
13796msgid "tag '%s' already exists"
13797msgstr ""
13798
13799#: builtin/tag.c:562
13800#, c-format
13801msgid "Updated tag '%s' (was %s)\n"
13802msgstr ""
13803
13804#: builtin/unpack-objects.c:498
13805msgid "Unpacking objects"
13806msgstr ""
13807
13808#: builtin/update-index.c:82
13809#, c-format
13810msgid "failed to create directory %s"
13811msgstr ""
13812
13813#: builtin/update-index.c:88
13814#, c-format
13815msgid "failed to stat %s"
13816msgstr ""
13817
13818#: builtin/update-index.c:98
13819#, c-format
13820msgid "failed to create file %s"
13821msgstr ""
13822
13823#: builtin/update-index.c:106
13824#, c-format
13825msgid "failed to delete file %s"
13826msgstr ""
13827
13828#: builtin/update-index.c:113 builtin/update-index.c:219
13829#, c-format
13830msgid "failed to delete directory %s"
13831msgstr ""
13832
13833#: builtin/update-index.c:138
13834#, c-format
13835msgid "Testing mtime in '%s' "
13836msgstr ""
13837
13838#: builtin/update-index.c:152
13839msgid "directory stat info does not change after adding a new file"
13840msgstr ""
13841
13842#: builtin/update-index.c:165
13843msgid "directory stat info does not change after adding a new directory"
13844msgstr ""
13845
13846#: builtin/update-index.c:178
13847msgid "directory stat info changes after updating a file"
13848msgstr ""
13849
13850#: builtin/update-index.c:189
13851msgid "directory stat info changes after adding a file inside subdirectory"
13852msgstr ""
13853
13854#: builtin/update-index.c:200
13855msgid "directory stat info does not change after deleting a file"
13856msgstr ""
13857
13858#: builtin/update-index.c:213
13859msgid "directory stat info does not change after deleting a directory"
13860msgstr ""
13861
13862#: builtin/update-index.c:220
13863msgid " OK"
13864msgstr ""
13865
13866#: builtin/update-index.c:589
13867msgid "git update-index [<options>] [--] [<file>...]"
13868msgstr ""
13869
13870#: builtin/update-index.c:946
13871msgid "continue refresh even when index needs update"
13872msgstr ""
13873
13874#: builtin/update-index.c:949
13875msgid "refresh: ignore submodules"
13876msgstr ""
13877
13878#: builtin/update-index.c:952
13879msgid "do not ignore new files"
13880msgstr ""
13881
13882#: builtin/update-index.c:954
13883msgid "let files replace directories and vice-versa"
13884msgstr ""
13885
13886#: builtin/update-index.c:956
13887msgid "notice files missing from worktree"
13888msgstr ""
13889
13890#: builtin/update-index.c:958
13891msgid "refresh even if index contains unmerged entries"
13892msgstr ""
13893
13894#: builtin/update-index.c:961
13895msgid "refresh stat information"
13896msgstr ""
13897
13898#: builtin/update-index.c:965
13899msgid "like --refresh, but ignore assume-unchanged setting"
13900msgstr ""
13901
13902#: builtin/update-index.c:969
13903msgid "<mode>,<object>,<path>"
13904msgstr ""
13905
13906#: builtin/update-index.c:970
13907msgid "add the specified entry to the index"
13908msgstr ""
13909
13910#: builtin/update-index.c:979
13911msgid "mark files as \"not changing\""
13912msgstr ""
13913
13914#: builtin/update-index.c:982
13915msgid "clear assumed-unchanged bit"
13916msgstr ""
13917
13918#: builtin/update-index.c:985
13919msgid "mark files as \"index-only\""
13920msgstr ""
13921
13922#: builtin/update-index.c:988
13923msgid "clear skip-worktree bit"
13924msgstr ""
13925
13926#: builtin/update-index.c:991
13927msgid "add to index only; do not add content to object database"
13928msgstr ""
13929
13930#: builtin/update-index.c:993
13931msgid "remove named paths even if present in worktree"
13932msgstr ""
13933
13934#: builtin/update-index.c:995
13935msgid "with --stdin: input lines are terminated by null bytes"
13936msgstr ""
13937
13938#: builtin/update-index.c:997
13939msgid "read list of paths to be updated from standard input"
13940msgstr ""
13941
13942#: builtin/update-index.c:1001
13943msgid "add entries from standard input to the index"
13944msgstr ""
13945
13946#: builtin/update-index.c:1005
13947msgid "repopulate stages #2 and #3 for the listed paths"
13948msgstr ""
13949
13950#: builtin/update-index.c:1009
13951msgid "only update entries that differ from HEAD"
13952msgstr ""
13953
13954#: builtin/update-index.c:1013
13955msgid "ignore files missing from worktree"
13956msgstr ""
13957
13958#: builtin/update-index.c:1016
13959msgid "report actions to standard output"
13960msgstr ""
13961
13962#: builtin/update-index.c:1018
13963msgid "(for porcelains) forget saved unresolved conflicts"
13964msgstr ""
13965
13966#: builtin/update-index.c:1022
13967msgid "write index in this format"
13968msgstr ""
13969
13970#: builtin/update-index.c:1024
13971msgid "enable or disable split index"
13972msgstr ""
13973
13974#: builtin/update-index.c:1026
13975msgid "enable/disable untracked cache"
13976msgstr ""
13977
13978#: builtin/update-index.c:1028
13979msgid "test if the filesystem supports untracked cache"
13980msgstr ""
13981
13982#: builtin/update-index.c:1030
13983msgid "enable untracked cache without testing the filesystem"
13984msgstr ""
13985
13986#: builtin/update-index.c:1032
13987msgid "write out the index even if is not flagged as changed"
13988msgstr ""
13989
13990#: builtin/update-index.c:1034
13991msgid "enable or disable file system monitor"
13992msgstr ""
13993
13994#: builtin/update-index.c:1036
13995msgid "mark files as fsmonitor valid"
13996msgstr ""
13997
13998#: builtin/update-index.c:1039
13999msgid "clear fsmonitor valid bit"
14000msgstr ""
14001
14002#: builtin/update-index.c:1138
14003msgid ""
14004"core.splitIndex is set to false; remove or change it, if you really want to "
14005"enable split index"
14006msgstr ""
14007
14008#: builtin/update-index.c:1147
14009msgid ""
14010"core.splitIndex is set to true; remove or change it, if you really want to "
14011"disable split index"
14012msgstr ""
14013
14014#: builtin/update-index.c:1158
14015msgid ""
14016"core.untrackedCache is set to true; remove or change it, if you really want "
14017"to disable the untracked cache"
14018msgstr ""
14019
14020#: builtin/update-index.c:1162
14021msgid "Untracked cache disabled"
14022msgstr ""
14023
14024#: builtin/update-index.c:1170
14025msgid ""
14026"core.untrackedCache is set to false; remove or change it, if you really want "
14027"to enable the untracked cache"
14028msgstr ""
14029
14030#: builtin/update-index.c:1174
14031#, c-format
14032msgid "Untracked cache enabled for '%s'"
14033msgstr ""
14034
14035#: builtin/update-index.c:1182
14036msgid "core.fsmonitor is unset; set it if you really want to enable fsmonitor"
14037msgstr ""
14038
14039#: builtin/update-index.c:1186
14040msgid "fsmonitor enabled"
14041msgstr ""
14042
14043#: builtin/update-index.c:1189
14044msgid ""
14045"core.fsmonitor is set; remove it if you really want to disable fsmonitor"
14046msgstr ""
14047
14048#: builtin/update-index.c:1193
14049msgid "fsmonitor disabled"
14050msgstr ""
14051
14052#: builtin/update-ref.c:10
14053msgid "git update-ref [<options>] -d <refname> [<old-val>]"
14054msgstr ""
14055
14056#: builtin/update-ref.c:11
14057msgid "git update-ref [<options>]    <refname> <new-val> [<old-val>]"
14058msgstr ""
14059
14060#: builtin/update-ref.c:12
14061msgid "git update-ref [<options>] --stdin [-z]"
14062msgstr ""
14063
14064#: builtin/update-ref.c:363
14065msgid "delete the reference"
14066msgstr ""
14067
14068#: builtin/update-ref.c:365
14069msgid "update <refname> not the one it points to"
14070msgstr ""
14071
14072#: builtin/update-ref.c:366
14073msgid "stdin has NUL-terminated arguments"
14074msgstr ""
14075
14076#: builtin/update-ref.c:367
14077msgid "read updates from stdin"
14078msgstr ""
14079
14080#: builtin/update-server-info.c:7
14081msgid "git update-server-info [--force]"
14082msgstr ""
14083
14084#: builtin/update-server-info.c:15
14085msgid "update the info files from scratch"
14086msgstr ""
14087
14088#: builtin/upload-pack.c:11
14089msgid "git upload-pack [<options>] <dir>"
14090msgstr ""
14091
14092#: builtin/upload-pack.c:25
14093msgid "exit immediately after initial ref advertisement"
14094msgstr ""
14095
14096#: builtin/upload-pack.c:27
14097msgid "do not try <directory>/.git/ if <directory> is no Git directory"
14098msgstr ""
14099
14100#: builtin/upload-pack.c:29
14101msgid "interrupt transfer after <n> seconds of inactivity"
14102msgstr ""
14103
14104#: builtin/verify-commit.c:18
14105msgid "git verify-commit [-v | --verbose] <commit>..."
14106msgstr ""
14107
14108#: builtin/verify-commit.c:73
14109msgid "print commit contents"
14110msgstr ""
14111
14112#: builtin/verify-commit.c:74 builtin/verify-tag.c:38
14113msgid "print raw gpg status output"
14114msgstr ""
14115
14116#: builtin/verify-pack.c:55
14117msgid "git verify-pack [-v | --verbose] [-s | --stat-only] <pack>..."
14118msgstr ""
14119
14120#: builtin/verify-pack.c:65
14121msgid "verbose"
14122msgstr ""
14123
14124#: builtin/verify-pack.c:67
14125msgid "show statistics only"
14126msgstr ""
14127
14128#: builtin/verify-tag.c:19
14129msgid "git verify-tag [-v | --verbose] [--format=<format>] <tag>..."
14130msgstr ""
14131
14132#: builtin/verify-tag.c:37
14133msgid "print tag contents"
14134msgstr ""
14135
14136#: builtin/worktree.c:17
14137msgid "git worktree add [<options>] <path> [<commit-ish>]"
14138msgstr ""
14139
14140#: builtin/worktree.c:18
14141msgid "git worktree list [<options>]"
14142msgstr ""
14143
14144#: builtin/worktree.c:19
14145msgid "git worktree lock [<options>] <path>"
14146msgstr ""
14147
14148#: builtin/worktree.c:20
14149msgid "git worktree move <worktree> <new-path>"
14150msgstr ""
14151
14152#: builtin/worktree.c:21
14153msgid "git worktree prune [<options>]"
14154msgstr ""
14155
14156#: builtin/worktree.c:22
14157msgid "git worktree remove [<options>] <worktree>"
14158msgstr ""
14159
14160#: builtin/worktree.c:23
14161msgid "git worktree unlock <path>"
14162msgstr ""
14163
14164#: builtin/worktree.c:58
14165#, c-format
14166msgid "Removing worktrees/%s: not a valid directory"
14167msgstr ""
14168
14169#: builtin/worktree.c:64
14170#, c-format
14171msgid "Removing worktrees/%s: gitdir file does not exist"
14172msgstr ""
14173
14174#: builtin/worktree.c:69 builtin/worktree.c:78
14175#, c-format
14176msgid "Removing worktrees/%s: unable to read gitdir file (%s)"
14177msgstr ""
14178
14179#: builtin/worktree.c:88
14180#, c-format
14181msgid ""
14182"Removing worktrees/%s: short read (expected %<PRIuMAX> bytes, read "
14183"%<PRIuMAX>)"
14184msgstr ""
14185
14186#: builtin/worktree.c:96
14187#, c-format
14188msgid "Removing worktrees/%s: invalid gitdir file"
14189msgstr ""
14190
14191#: builtin/worktree.c:105
14192#, c-format
14193msgid "Removing worktrees/%s: gitdir file points to non-existent location"
14194msgstr ""
14195
14196#: builtin/worktree.c:152
14197msgid "report pruned working trees"
14198msgstr ""
14199
14200#: builtin/worktree.c:154
14201msgid "expire working trees older than <time>"
14202msgstr ""
14203
14204#: builtin/worktree.c:229
14205#, c-format
14206msgid "'%s' already exists"
14207msgstr ""
14208
14209#: builtin/worktree.c:260
14210#, c-format
14211msgid "could not create directory of '%s'"
14212msgstr ""
14213
14214#: builtin/worktree.c:373 builtin/worktree.c:379
14215#, c-format
14216msgid "Preparing worktree (new branch '%s')"
14217msgstr ""
14218
14219#: builtin/worktree.c:375
14220#, c-format
14221msgid "Preparing worktree (resetting branch '%s'; was at %s)"
14222msgstr ""
14223
14224#: builtin/worktree.c:384
14225#, c-format
14226msgid "Preparing worktree (checking out '%s')"
14227msgstr ""
14228
14229#: builtin/worktree.c:390
14230#, c-format
14231msgid "Preparing worktree (detached HEAD %s)"
14232msgstr ""
14233
14234#: builtin/worktree.c:431
14235msgid "checkout <branch> even if already checked out in other worktree"
14236msgstr ""
14237
14238#: builtin/worktree.c:434
14239msgid "create a new branch"
14240msgstr ""
14241
14242#: builtin/worktree.c:436
14243msgid "create or reset a branch"
14244msgstr ""
14245
14246#: builtin/worktree.c:438
14247msgid "populate the new working tree"
14248msgstr ""
14249
14250#: builtin/worktree.c:439
14251msgid "keep the new working tree locked"
14252msgstr ""
14253
14254#: builtin/worktree.c:441
14255msgid "set up tracking mode (see git-branch(1))"
14256msgstr ""
14257
14258#: builtin/worktree.c:444
14259msgid "try to match the new branch name with a remote-tracking branch"
14260msgstr ""
14261
14262#: builtin/worktree.c:452
14263msgid "-b, -B, and --detach are mutually exclusive"
14264msgstr ""
14265
14266#: builtin/worktree.c:511
14267msgid "--[no-]track can only be used if a new branch is created"
14268msgstr ""
14269
14270#: builtin/worktree.c:611
14271msgid "reason for locking"
14272msgstr ""
14273
14274#: builtin/worktree.c:623 builtin/worktree.c:656 builtin/worktree.c:710
14275#: builtin/worktree.c:850
14276#, c-format
14277msgid "'%s' is not a working tree"
14278msgstr ""
14279
14280#: builtin/worktree.c:625 builtin/worktree.c:658
14281msgid "The main working tree cannot be locked or unlocked"
14282msgstr ""
14283
14284#: builtin/worktree.c:630
14285#, c-format
14286msgid "'%s' is already locked, reason: %s"
14287msgstr ""
14288
14289#: builtin/worktree.c:632
14290#, c-format
14291msgid "'%s' is already locked"
14292msgstr ""
14293
14294#: builtin/worktree.c:660
14295#, c-format
14296msgid "'%s' is not locked"
14297msgstr ""
14298
14299#: builtin/worktree.c:685
14300msgid "working trees containing submodules cannot be moved or removed"
14301msgstr ""
14302
14303#: builtin/worktree.c:712 builtin/worktree.c:852
14304#, c-format
14305msgid "'%s' is a main working tree"
14306msgstr ""
14307
14308#: builtin/worktree.c:717
14309#, c-format
14310msgid "could not figure out destination name from '%s'"
14311msgstr ""
14312
14313#: builtin/worktree.c:723
14314#, c-format
14315msgid "target '%s' already exists"
14316msgstr ""
14317
14318#: builtin/worktree.c:730
14319#, c-format
14320msgid "cannot move a locked working tree, lock reason: %s"
14321msgstr ""
14322
14323#: builtin/worktree.c:732
14324msgid "cannot move a locked working tree"
14325msgstr ""
14326
14327#: builtin/worktree.c:735
14328#, c-format
14329msgid "validation failed, cannot move working tree: %s"
14330msgstr ""
14331
14332#: builtin/worktree.c:740
14333#, c-format
14334msgid "failed to move '%s' to '%s'"
14335msgstr ""
14336
14337#: builtin/worktree.c:788
14338#, c-format
14339msgid "failed to run 'git status' on '%s'"
14340msgstr ""
14341
14342#: builtin/worktree.c:792
14343#, c-format
14344msgid "'%s' is dirty, use --force to delete it"
14345msgstr ""
14346
14347#: builtin/worktree.c:797
14348#, c-format
14349msgid "failed to run 'git status' on '%s', code %d"
14350msgstr ""
14351
14352#: builtin/worktree.c:808 builtin/worktree.c:822
14353#, c-format
14354msgid "failed to delete '%s'"
14355msgstr ""
14356
14357#: builtin/worktree.c:834
14358msgid "force removing even if the worktree is dirty"
14359msgstr ""
14360
14361#: builtin/worktree.c:856
14362#, c-format
14363msgid "cannot remove a locked working tree, lock reason: %s"
14364msgstr ""
14365
14366#: builtin/worktree.c:858
14367msgid "cannot remove a locked working tree"
14368msgstr ""
14369
14370#: builtin/worktree.c:861
14371#, c-format
14372msgid "validation failed, cannot remove working tree: %s"
14373msgstr ""
14374
14375#: builtin/write-tree.c:14
14376msgid "git write-tree [--missing-ok] [--prefix=<prefix>/]"
14377msgstr ""
14378
14379#: builtin/write-tree.c:27
14380msgid "<prefix>/"
14381msgstr ""
14382
14383#: builtin/write-tree.c:28
14384msgid "write tree object for a subdirectory <prefix>"
14385msgstr ""
14386
14387#: builtin/write-tree.c:31
14388msgid "only useful for debugging"
14389msgstr ""
14390
14391#: credential-cache--daemon.c:222
14392#, c-format
14393msgid ""
14394"The permissions on your socket directory are too loose; other\n"
14395"users may be able to read your cached credentials. Consider running:\n"
14396"\n"
14397"\tchmod 0700 %s"
14398msgstr ""
14399
14400#: credential-cache--daemon.c:271
14401msgid "print debugging messages to stderr"
14402msgstr ""
14403
14404#: git.c:26
14405msgid ""
14406"git [--version] [--help] [-C <path>] [-c <name>=<value>]\n"
14407"           [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]\n"
14408"           [-p | --paginate | -P | --no-pager] [--no-replace-objects] [--"
14409"bare]\n"
14410"           [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]\n"
14411"           <command> [<args>]"
14412msgstr ""
14413
14414#: git.c:33
14415msgid ""
14416"'git help -a' and 'git help -g' list available subcommands and some\n"
14417"concept guides. See 'git help <command>' or 'git help <concept>'\n"
14418"to read about a specific subcommand or concept."
14419msgstr ""
14420
14421#: git.c:113
14422#, c-format
14423msgid "no directory given for --git-dir\n"
14424msgstr ""
14425
14426#: git.c:127
14427#, c-format
14428msgid "no namespace given for --namespace\n"
14429msgstr ""
14430
14431#: git.c:141
14432#, c-format
14433msgid "no directory given for --work-tree\n"
14434msgstr ""
14435
14436#: git.c:155
14437#, c-format
14438msgid "no prefix given for --super-prefix\n"
14439msgstr ""
14440
14441#: git.c:177
14442#, c-format
14443msgid "-c expects a configuration string\n"
14444msgstr ""
14445
14446#: git.c:215
14447#, c-format
14448msgid "no directory given for -C\n"
14449msgstr ""
14450
14451#: git.c:233
14452#, c-format
14453msgid "unknown option: %s\n"
14454msgstr ""
14455
14456#: git.c:698
14457#, c-format
14458msgid "expansion of alias '%s' failed; '%s' is not a git command\n"
14459msgstr ""
14460
14461#: git.c:710
14462#, c-format
14463msgid "failed to run command '%s': %s\n"
14464msgstr ""
14465
14466#: http.c:348
14467#, c-format
14468msgid "negative value for http.postbuffer; defaulting to %d"
14469msgstr ""
14470
14471#: http.c:369
14472msgid "Delegation control is not supported with cURL < 7.22.0"
14473msgstr ""
14474
14475#: http.c:378
14476msgid "Public key pinning not supported with cURL < 7.44.0"
14477msgstr ""
14478
14479#: http.c:1854
14480#, c-format
14481msgid ""
14482"unable to update url base from redirection:\n"
14483"  asked for: %s\n"
14484"   redirect: %s"
14485msgstr ""
14486
14487#: remote-curl.c:401
14488#, c-format
14489msgid "redirecting to %s"
14490msgstr ""
14491
14492#: list-objects-filter-options.h:59
14493msgid "args"
14494msgstr ""
14495
14496#: list-objects-filter-options.h:60
14497msgid "object filtering"
14498msgstr ""
14499
14500#: common-cmds.h:9
14501msgid "start a working area (see also: git help tutorial)"
14502msgstr ""
14503
14504#: common-cmds.h:10
14505msgid "work on the current change (see also: git help everyday)"
14506msgstr ""
14507
14508#: common-cmds.h:11
14509msgid "examine the history and state (see also: git help revisions)"
14510msgstr ""
14511
14512#: common-cmds.h:12
14513msgid "grow, mark and tweak your common history"
14514msgstr ""
14515
14516#: common-cmds.h:13
14517msgid "collaborate (see also: git help workflows)"
14518msgstr ""
14519
14520#: common-cmds.h:17
14521msgid "Add file contents to the index"
14522msgstr ""
14523
14524#: common-cmds.h:18
14525msgid "Use binary search to find the commit that introduced a bug"
14526msgstr ""
14527
14528#: common-cmds.h:19
14529msgid "List, create, or delete branches"
14530msgstr ""
14531
14532#: common-cmds.h:20
14533msgid "Switch branches or restore working tree files"
14534msgstr ""
14535
14536#: common-cmds.h:21
14537msgid "Clone a repository into a new directory"
14538msgstr ""
14539
14540#: common-cmds.h:22
14541msgid "Record changes to the repository"
14542msgstr ""
14543
14544#: common-cmds.h:23
14545msgid "Show changes between commits, commit and working tree, etc"
14546msgstr ""
14547
14548#: common-cmds.h:24
14549msgid "Download objects and refs from another repository"
14550msgstr ""
14551
14552#: common-cmds.h:25
14553msgid "Print lines matching a pattern"
14554msgstr ""
14555
14556#: common-cmds.h:26
14557msgid "Create an empty Git repository or reinitialize an existing one"
14558msgstr ""
14559
14560#: common-cmds.h:27
14561msgid "Show commit logs"
14562msgstr ""
14563
14564#: common-cmds.h:28
14565msgid "Join two or more development histories together"
14566msgstr ""
14567
14568#: common-cmds.h:29
14569msgid "Move or rename a file, a directory, or a symlink"
14570msgstr ""
14571
14572#: common-cmds.h:30
14573msgid "Fetch from and integrate with another repository or a local branch"
14574msgstr ""
14575
14576#: common-cmds.h:31
14577msgid "Update remote refs along with associated objects"
14578msgstr ""
14579
14580#: common-cmds.h:32
14581msgid "Reapply commits on top of another base tip"
14582msgstr ""
14583
14584#: common-cmds.h:33
14585msgid "Reset current HEAD to the specified state"
14586msgstr ""
14587
14588#: common-cmds.h:34
14589msgid "Remove files from the working tree and from the index"
14590msgstr ""
14591
14592#: common-cmds.h:35
14593msgid "Show various types of objects"
14594msgstr ""
14595
14596#: common-cmds.h:36
14597msgid "Show the working tree status"
14598msgstr ""
14599
14600#: common-cmds.h:37
14601msgid "Create, list, delete or verify a tag object signed with GPG"
14602msgstr ""
14603
14604#: parse-options.h:157
14605msgid "expiry-date"
14606msgstr ""
14607
14608#: parse-options.h:172
14609msgid "no-op (backward compatibility)"
14610msgstr ""
14611
14612#: parse-options.h:251
14613msgid "be more verbose"
14614msgstr ""
14615
14616#: parse-options.h:253
14617msgid "be more quiet"
14618msgstr ""
14619
14620#: parse-options.h:259
14621msgid "use <n> digits to display SHA-1s"
14622msgstr ""
14623
14624#: rerere.h:40
14625msgid "update the index with reused conflict resolution if possible"
14626msgstr ""
14627
14628#: git-bisect.sh:54
14629msgid "You need to start by \"git bisect start\""
14630msgstr ""
14631
14632#. TRANSLATORS: Make sure to include [Y] and [n] in your
14633#. translation. The program will only accept English input
14634#. at this point.
14635#: git-bisect.sh:60
14636msgid "Do you want me to do it for you [Y/n]? "
14637msgstr ""
14638
14639#: git-bisect.sh:121
14640#, sh-format
14641msgid "unrecognised option: '$arg'"
14642msgstr ""
14643
14644#: git-bisect.sh:125
14645#, sh-format
14646msgid "'$arg' does not appear to be a valid revision"
14647msgstr ""
14648
14649#: git-bisect.sh:154
14650msgid "Bad HEAD - I need a HEAD"
14651msgstr ""
14652
14653#: git-bisect.sh:167
14654#, sh-format
14655msgid ""
14656"Checking out '$start_head' failed. Try 'git bisect reset <valid-branch>'."
14657msgstr ""
14658
14659#: git-bisect.sh:177
14660msgid "won't bisect on cg-seek'ed tree"
14661msgstr ""
14662
14663#: git-bisect.sh:181
14664msgid "Bad HEAD - strange symbolic ref"
14665msgstr ""
14666
14667#: git-bisect.sh:233
14668#, sh-format
14669msgid "Bad bisect_write argument: $state"
14670msgstr ""
14671
14672#: git-bisect.sh:246
14673#, sh-format
14674msgid "Bad rev input: $arg"
14675msgstr ""
14676
14677#: git-bisect.sh:265
14678#, sh-format
14679msgid "Bad rev input: $bisected_head"
14680msgstr ""
14681
14682#: git-bisect.sh:274
14683#, sh-format
14684msgid "Bad rev input: $rev"
14685msgstr ""
14686
14687#: git-bisect.sh:283
14688#, sh-format
14689msgid "'git bisect $TERM_BAD' can take only one argument."
14690msgstr ""
14691
14692#: git-bisect.sh:306
14693#, sh-format
14694msgid "Warning: bisecting only with a $TERM_BAD commit."
14695msgstr ""
14696
14697#. TRANSLATORS: Make sure to include [Y] and [n] in your
14698#. translation. The program will only accept English input
14699#. at this point.
14700#: git-bisect.sh:312
14701msgid "Are you sure [Y/n]? "
14702msgstr ""
14703
14704#: git-bisect.sh:324
14705#, sh-format
14706msgid ""
14707"You need to give me at least one $bad_syn and one $good_syn revision.\n"
14708"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14709msgstr ""
14710
14711#: git-bisect.sh:327
14712#, sh-format
14713msgid ""
14714"You need to start by \"git bisect start\".\n"
14715"You then need to give me at least one $good_syn and one $bad_syn revision.\n"
14716"(You can use \"git bisect $bad_syn\" and \"git bisect $good_syn\" for that.)"
14717msgstr ""
14718
14719#: git-bisect.sh:398 git-bisect.sh:512
14720msgid "We are not bisecting."
14721msgstr ""
14722
14723#: git-bisect.sh:405
14724#, sh-format
14725msgid "'$invalid' is not a valid commit"
14726msgstr ""
14727
14728#: git-bisect.sh:414
14729#, sh-format
14730msgid ""
14731"Could not check out original HEAD '$branch'.\n"
14732"Try 'git bisect reset <commit>'."
14733msgstr ""
14734
14735#: git-bisect.sh:422
14736msgid "No logfile given"
14737msgstr ""
14738
14739#: git-bisect.sh:423
14740#, sh-format
14741msgid "cannot read $file for replaying"
14742msgstr ""
14743
14744#: git-bisect.sh:444
14745msgid "?? what are you talking about?"
14746msgstr ""
14747
14748#: git-bisect.sh:453
14749msgid "bisect run failed: no command provided."
14750msgstr ""
14751
14752#: git-bisect.sh:458
14753#, sh-format
14754msgid "running $command"
14755msgstr ""
14756
14757#: git-bisect.sh:465
14758#, sh-format
14759msgid ""
14760"bisect run failed:\n"
14761"exit code $res from '$command' is < 0 or >= 128"
14762msgstr ""
14763
14764#: git-bisect.sh:491
14765msgid "bisect run cannot continue any more"
14766msgstr ""
14767
14768#: git-bisect.sh:497
14769#, sh-format
14770msgid ""
14771"bisect run failed:\n"
14772"'bisect_state $state' exited with error code $res"
14773msgstr ""
14774
14775#: git-bisect.sh:504
14776msgid "bisect run success"
14777msgstr ""
14778
14779#: git-bisect.sh:533
14780#, sh-format
14781msgid "Invalid command: you're currently in a $TERM_BAD/$TERM_GOOD bisect."
14782msgstr ""
14783
14784#: git-bisect.sh:567
14785msgid "no terms defined"
14786msgstr ""
14787
14788#: git-bisect.sh:584
14789#, sh-format
14790msgid ""
14791"invalid argument $arg for 'git bisect terms'.\n"
14792"Supported options are: --term-good|--term-old and --term-bad|--term-new."
14793msgstr ""
14794
14795#: git-merge-octopus.sh:46
14796msgid ""
14797"Error: Your local changes to the following files would be overwritten by "
14798"merge"
14799msgstr ""
14800
14801#: git-merge-octopus.sh:61
14802msgid "Automated merge did not work."
14803msgstr ""
14804
14805#: git-merge-octopus.sh:62
14806msgid "Should not be doing an octopus."
14807msgstr ""
14808
14809#: git-merge-octopus.sh:73
14810#, sh-format
14811msgid "Unable to find common commit with $pretty_name"
14812msgstr ""
14813
14814#: git-merge-octopus.sh:77
14815#, sh-format
14816msgid "Already up to date with $pretty_name"
14817msgstr ""
14818
14819#: git-merge-octopus.sh:89
14820#, sh-format
14821msgid "Fast-forwarding to: $pretty_name"
14822msgstr ""
14823
14824#: git-merge-octopus.sh:97
14825#, sh-format
14826msgid "Trying simple merge with $pretty_name"
14827msgstr ""
14828
14829#: git-merge-octopus.sh:102
14830msgid "Simple merge did not work, trying automatic merge."
14831msgstr ""
14832
14833#: git-rebase.sh:61
14834msgid ""
14835"Resolve all conflicts manually, mark them as resolved with\n"
14836"\"git add/rm <conflicted_files>\", then run \"git rebase --continue\".\n"
14837"You can instead skip this commit: run \"git rebase --skip\".\n"
14838"To abort and get back to the state before \"git rebase\", run \"git rebase --"
14839"abort\"."
14840msgstr ""
14841
14842#: git-rebase.sh:173 git-rebase.sh:442
14843#, sh-format
14844msgid "Could not move back to $head_name"
14845msgstr ""
14846
14847#: git-rebase.sh:184
14848msgid "Applied autostash."
14849msgstr ""
14850
14851#: git-rebase.sh:187
14852#, sh-format
14853msgid "Cannot store $stash_sha1"
14854msgstr ""
14855
14856#: git-rebase.sh:229
14857msgid "The pre-rebase hook refused to rebase."
14858msgstr ""
14859
14860#: git-rebase.sh:234
14861msgid "It looks like 'git am' is in progress. Cannot rebase."
14862msgstr ""
14863
14864#: git-rebase.sh:403
14865msgid "No rebase in progress?"
14866msgstr ""
14867
14868#: git-rebase.sh:414
14869msgid "The --edit-todo action can only be used during interactive rebase."
14870msgstr ""
14871
14872#: git-rebase.sh:421
14873msgid "Cannot read HEAD"
14874msgstr ""
14875
14876#: git-rebase.sh:424
14877msgid ""
14878"You must edit all merge conflicts and then\n"
14879"mark them as resolved using git add"
14880msgstr ""
14881
14882#: git-rebase.sh:468
14883#, sh-format
14884msgid ""
14885"It seems that there is already a $state_dir_base directory, and\n"
14886"I wonder if you are in the middle of another rebase.  If that is the\n"
14887"case, please try\n"
14888"\t$cmd_live_rebase\n"
14889"If that is not the case, please\n"
14890"\t$cmd_clear_stale_rebase\n"
14891"and run me again.  I am stopping in case you still have something\n"
14892"valuable there."
14893msgstr ""
14894
14895#: git-rebase.sh:509
14896msgid "error: cannot combine '--signoff' with '--preserve-merges'"
14897msgstr ""
14898
14899#: git-rebase.sh:537
14900#, sh-format
14901msgid "invalid upstream '$upstream_name'"
14902msgstr ""
14903
14904#: git-rebase.sh:561
14905#, sh-format
14906msgid "$onto_name: there are more than one merge bases"
14907msgstr ""
14908
14909#: git-rebase.sh:564 git-rebase.sh:568
14910#, sh-format
14911msgid "$onto_name: there is no merge base"
14912msgstr ""
14913
14914#: git-rebase.sh:573
14915#, sh-format
14916msgid "Does not point to a valid commit: $onto_name"
14917msgstr ""
14918
14919#: git-rebase.sh:599
14920#, sh-format
14921msgid "fatal: no such branch/commit '$branch_name'"
14922msgstr ""
14923
14924#: git-rebase.sh:632
14925msgid "Cannot autostash"
14926msgstr ""
14927
14928#: git-rebase.sh:637
14929#, sh-format
14930msgid "Created autostash: $stash_abbrev"
14931msgstr ""
14932
14933#: git-rebase.sh:641
14934msgid "Please commit or stash them."
14935msgstr ""
14936
14937#: git-rebase.sh:664
14938#, sh-format
14939msgid "HEAD is up to date."
14940msgstr ""
14941
14942#: git-rebase.sh:666
14943#, sh-format
14944msgid "Current branch $branch_name is up to date."
14945msgstr ""
14946
14947#: git-rebase.sh:674
14948#, sh-format
14949msgid "HEAD is up to date, rebase forced."
14950msgstr ""
14951
14952#: git-rebase.sh:676
14953#, sh-format
14954msgid "Current branch $branch_name is up to date, rebase forced."
14955msgstr ""
14956
14957#: git-rebase.sh:688
14958#, sh-format
14959msgid "Changes from $mb to $onto:"
14960msgstr ""
14961
14962#: git-rebase.sh:697
14963msgid "First, rewinding head to replay your work on top of it..."
14964msgstr ""
14965
14966#: git-rebase.sh:707
14967#, sh-format
14968msgid "Fast-forwarded $branch_name to $onto_name."
14969msgstr ""
14970
14971#: git-stash.sh:61
14972msgid "git stash clear with parameters is unimplemented"
14973msgstr ""
14974
14975#: git-stash.sh:108
14976msgid "You do not have the initial commit yet"
14977msgstr ""
14978
14979#: git-stash.sh:123
14980msgid "Cannot save the current index state"
14981msgstr ""
14982
14983#: git-stash.sh:138
14984msgid "Cannot save the untracked files"
14985msgstr ""
14986
14987#: git-stash.sh:158 git-stash.sh:171
14988msgid "Cannot save the current worktree state"
14989msgstr ""
14990
14991#: git-stash.sh:175
14992msgid "No changes selected"
14993msgstr ""
14994
14995#: git-stash.sh:178
14996msgid "Cannot remove temporary index (can't happen)"
14997msgstr ""
14998
14999#: git-stash.sh:191
15000msgid "Cannot record working tree state"
15001msgstr ""
15002
15003#: git-stash.sh:229
15004#, sh-format
15005msgid "Cannot update $ref_stash with $w_commit"
15006msgstr ""
15007
15008#: git-stash.sh:281
15009#, sh-format
15010msgid "error: unknown option for 'stash push': $option"
15011msgstr ""
15012
15013#: git-stash.sh:295
15014msgid "Can't use --patch and --include-untracked or --all at the same time"
15015msgstr ""
15016
15017#: git-stash.sh:303
15018msgid "No local changes to save"
15019msgstr ""
15020
15021#: git-stash.sh:308
15022msgid "Cannot initialize stash"
15023msgstr ""
15024
15025#: git-stash.sh:312
15026msgid "Cannot save the current status"
15027msgstr ""
15028
15029#: git-stash.sh:313
15030#, sh-format
15031msgid "Saved working directory and index state $stash_msg"
15032msgstr ""
15033
15034#: git-stash.sh:342
15035msgid "Cannot remove worktree changes"
15036msgstr ""
15037
15038#: git-stash.sh:490
15039#, sh-format
15040msgid "unknown option: $opt"
15041msgstr ""
15042
15043#: git-stash.sh:503
15044msgid "No stash entries found."
15045msgstr ""
15046
15047#: git-stash.sh:510
15048#, sh-format
15049msgid "Too many revisions specified: $REV"
15050msgstr ""
15051
15052#: git-stash.sh:525
15053#, sh-format
15054msgid "$reference is not a valid reference"
15055msgstr ""
15056
15057#: git-stash.sh:553
15058#, sh-format
15059msgid "'$args' is not a stash-like commit"
15060msgstr ""
15061
15062#: git-stash.sh:564
15063#, sh-format
15064msgid "'$args' is not a stash reference"
15065msgstr ""
15066
15067#: git-stash.sh:572
15068msgid "unable to refresh index"
15069msgstr ""
15070
15071#: git-stash.sh:576
15072msgid "Cannot apply a stash in the middle of a merge"
15073msgstr ""
15074
15075#: git-stash.sh:584
15076msgid "Conflicts in index. Try without --index."
15077msgstr ""
15078
15079#: git-stash.sh:586
15080msgid "Could not save index tree"
15081msgstr ""
15082
15083#: git-stash.sh:595
15084msgid "Could not restore untracked files from stash entry"
15085msgstr ""
15086
15087#: git-stash.sh:620
15088msgid "Cannot unstage modified files"
15089msgstr ""
15090
15091#: git-stash.sh:635
15092msgid "Index was not unstashed."
15093msgstr ""
15094
15095#: git-stash.sh:649
15096msgid "The stash entry is kept in case you need it again."
15097msgstr ""
15098
15099#: git-stash.sh:658
15100#, sh-format
15101msgid "Dropped ${REV} ($s)"
15102msgstr ""
15103
15104#: git-stash.sh:659
15105#, sh-format
15106msgid "${REV}: Could not drop stash entry"
15107msgstr ""
15108
15109#: git-stash.sh:667
15110msgid "No branch name specified"
15111msgstr ""
15112
15113#: git-stash.sh:746
15114msgid "(To restore them type \"git stash apply\")"
15115msgstr ""
15116
15117#: git-submodule.sh:188
15118msgid "Relative path can only be used from the toplevel of the working tree"
15119msgstr ""
15120
15121#: git-submodule.sh:198
15122#, sh-format
15123msgid "repo URL: '$repo' must be absolute or begin with ./|../"
15124msgstr ""
15125
15126#: git-submodule.sh:217
15127#, sh-format
15128msgid "'$sm_path' already exists in the index"
15129msgstr ""
15130
15131#: git-submodule.sh:220
15132#, sh-format
15133msgid "'$sm_path' already exists in the index and is not a submodule"
15134msgstr ""
15135
15136#: git-submodule.sh:226
15137#, sh-format
15138msgid ""
15139"The following path is ignored by one of your .gitignore files:\n"
15140"$sm_path\n"
15141"Use -f if you really want to add it."
15142msgstr ""
15143
15144#: git-submodule.sh:249
15145#, sh-format
15146msgid "Adding existing repo at '$sm_path' to the index"
15147msgstr ""
15148
15149#: git-submodule.sh:251
15150#, sh-format
15151msgid "'$sm_path' already exists and is not a valid git repo"
15152msgstr ""
15153
15154#: git-submodule.sh:259
15155#, sh-format
15156msgid "A git directory for '$sm_name' is found locally with remote(s):"
15157msgstr ""
15158
15159#: git-submodule.sh:261
15160#, sh-format
15161msgid ""
15162"If you want to reuse this local git directory instead of cloning again from\n"
15163"  $realrepo\n"
15164"use the '--force' option. If the local git directory is not the correct "
15165"repo\n"
15166"or you are unsure what this means choose another name with the '--name' "
15167"option."
15168msgstr ""
15169
15170#: git-submodule.sh:267
15171#, sh-format
15172msgid "Reactivating local git directory for submodule '$sm_name'."
15173msgstr ""
15174
15175#: git-submodule.sh:279
15176#, sh-format
15177msgid "Unable to checkout submodule '$sm_path'"
15178msgstr ""
15179
15180#: git-submodule.sh:284
15181#, sh-format
15182msgid "Failed to add submodule '$sm_path'"
15183msgstr ""
15184
15185#: git-submodule.sh:293
15186#, sh-format
15187msgid "Failed to register submodule '$sm_path'"
15188msgstr ""
15189
15190#: git-submodule.sh:354
15191#, sh-format
15192msgid "Entering '$displaypath'"
15193msgstr ""
15194
15195#: git-submodule.sh:374
15196#, sh-format
15197msgid "Stopping at '$displaypath'; script returned non-zero status."
15198msgstr ""
15199
15200#: git-submodule.sh:600
15201#, sh-format
15202msgid "Unable to find current revision in submodule path '$displaypath'"
15203msgstr ""
15204
15205#: git-submodule.sh:610
15206#, sh-format
15207msgid "Unable to fetch in submodule path '$sm_path'"
15208msgstr ""
15209
15210#: git-submodule.sh:615
15211#, sh-format
15212msgid ""
15213"Unable to find current ${remote_name}/${branch} revision in submodule path "
15214"'$sm_path'"
15215msgstr ""
15216
15217#: git-submodule.sh:633
15218#, sh-format
15219msgid "Unable to fetch in submodule path '$displaypath'"
15220msgstr ""
15221
15222#: git-submodule.sh:639
15223#, sh-format
15224msgid ""
15225"Fetched in submodule path '$displaypath', but it did not contain $sha1. "
15226"Direct fetching of that commit failed."
15227msgstr ""
15228
15229#: git-submodule.sh:646
15230#, sh-format
15231msgid "Unable to checkout '$sha1' in submodule path '$displaypath'"
15232msgstr ""
15233
15234#: git-submodule.sh:647
15235#, sh-format
15236msgid "Submodule path '$displaypath': checked out '$sha1'"
15237msgstr ""
15238
15239#: git-submodule.sh:651
15240#, sh-format
15241msgid "Unable to rebase '$sha1' in submodule path '$displaypath'"
15242msgstr ""
15243
15244#: git-submodule.sh:652
15245#, sh-format
15246msgid "Submodule path '$displaypath': rebased into '$sha1'"
15247msgstr ""
15248
15249#: git-submodule.sh:657
15250#, sh-format
15251msgid "Unable to merge '$sha1' in submodule path '$displaypath'"
15252msgstr ""
15253
15254#: git-submodule.sh:658
15255#, sh-format
15256msgid "Submodule path '$displaypath': merged in '$sha1'"
15257msgstr ""
15258
15259#: git-submodule.sh:663
15260#, sh-format
15261msgid "Execution of '$command $sha1' failed in submodule path '$displaypath'"
15262msgstr ""
15263
15264#: git-submodule.sh:664
15265#, sh-format
15266msgid "Submodule path '$displaypath': '$command $sha1'"
15267msgstr ""
15268
15269#: git-submodule.sh:695
15270#, sh-format
15271msgid "Failed to recurse into submodule path '$displaypath'"
15272msgstr ""
15273
15274#: git-submodule.sh:791
15275msgid "The --cached option cannot be used with the --files option"
15276msgstr ""
15277
15278#: git-submodule.sh:843
15279#, sh-format
15280msgid "unexpected mode $mod_dst"
15281msgstr ""
15282
15283#: git-submodule.sh:863
15284#, sh-format
15285msgid "  Warn: $display_name doesn't contain commit $sha1_src"
15286msgstr ""
15287
15288#: git-submodule.sh:866
15289#, sh-format
15290msgid "  Warn: $display_name doesn't contain commit $sha1_dst"
15291msgstr ""
15292
15293#: git-submodule.sh:869
15294#, sh-format
15295msgid "  Warn: $display_name doesn't contain commits $sha1_src and $sha1_dst"
15296msgstr ""
15297
15298#: git-parse-remote.sh:89
15299#, sh-format
15300msgid "See git-${cmd}(1) for details."
15301msgstr ""
15302
15303#: git-rebase--interactive.sh:142
15304#, sh-format
15305msgid "Rebasing ($new_count/$total)"
15306msgstr ""
15307
15308#: git-rebase--interactive.sh:158
15309msgid ""
15310"\n"
15311"Commands:\n"
15312"p, pick <commit> = use commit\n"
15313"r, reword <commit> = use commit, but edit the commit message\n"
15314"e, edit <commit> = use commit, but stop for amending\n"
15315"s, squash <commit> = use commit, but meld into previous commit\n"
15316"f, fixup <commit> = like \"squash\", but discard this commit's log message\n"
15317"x, exec <commit> = run command (the rest of the line) using shell\n"
15318"d, drop <commit> = remove commit\n"
15319"l, label <label> = label current HEAD with a name\n"
15320"t, reset <label> = reset HEAD to a label\n"
15321"m, merge [-C <commit> | -c <commit>] <label> [# <oneline>]\n"
15322".       create a merge commit using the original merge commit's\n"
15323".       message (or the oneline, if no original merge commit was\n"
15324".       specified). Use -c <commit> to reword the commit message.\n"
15325"\n"
15326"These lines can be re-ordered; they are executed from top to bottom.\n"
15327msgstr ""
15328
15329#: git-rebase--interactive.sh:179
15330msgid ""
15331"\n"
15332"Do not remove any line. Use 'drop' explicitly to remove a commit.\n"
15333msgstr ""
15334
15335#: git-rebase--interactive.sh:183
15336msgid ""
15337"\n"
15338"If you remove a line here THAT COMMIT WILL BE LOST.\n"
15339msgstr ""
15340
15341#: git-rebase--interactive.sh:221
15342#, sh-format
15343msgid ""
15344"You can amend the commit now, with\n"
15345"\n"
15346"\tgit commit --amend $gpg_sign_opt_quoted\n"
15347"\n"
15348"Once you are satisfied with your changes, run\n"
15349"\n"
15350"\tgit rebase --continue"
15351msgstr ""
15352
15353#: git-rebase--interactive.sh:246
15354#, sh-format
15355msgid "$sha1: not a commit that can be picked"
15356msgstr ""
15357
15358#: git-rebase--interactive.sh:285
15359#, sh-format
15360msgid "Invalid commit name: $sha1"
15361msgstr ""
15362
15363#: git-rebase--interactive.sh:325
15364msgid "Cannot write current commit's replacement sha1"
15365msgstr ""
15366
15367#: git-rebase--interactive.sh:376
15368#, sh-format
15369msgid "Fast-forward to $sha1"
15370msgstr ""
15371
15372#: git-rebase--interactive.sh:378
15373#, sh-format
15374msgid "Cannot fast-forward to $sha1"
15375msgstr ""
15376
15377#: git-rebase--interactive.sh:387
15378#, sh-format
15379msgid "Cannot move HEAD to $first_parent"
15380msgstr ""
15381
15382#: git-rebase--interactive.sh:392
15383#, sh-format
15384msgid "Refusing to squash a merge: $sha1"
15385msgstr ""
15386
15387#: git-rebase--interactive.sh:410
15388#, sh-format
15389msgid "Error redoing merge $sha1"
15390msgstr ""
15391
15392#: git-rebase--interactive.sh:419
15393#, sh-format
15394msgid "Could not pick $sha1"
15395msgstr ""
15396
15397#: git-rebase--interactive.sh:428
15398#, sh-format
15399msgid "This is the commit message #${n}:"
15400msgstr ""
15401
15402#: git-rebase--interactive.sh:433
15403#, sh-format
15404msgid "The commit message #${n} will be skipped:"
15405msgstr ""
15406
15407#: git-rebase--interactive.sh:444
15408#, sh-format
15409msgid "This is a combination of $count commit."
15410msgid_plural "This is a combination of $count commits."
15411msgstr[0] ""
15412msgstr[1] ""
15413
15414#: git-rebase--interactive.sh:453
15415#, sh-format
15416msgid "Cannot write $fixup_msg"
15417msgstr ""
15418
15419#: git-rebase--interactive.sh:456
15420msgid "This is a combination of 2 commits."
15421msgstr ""
15422
15423#: git-rebase--interactive.sh:497 git-rebase--interactive.sh:540
15424#: git-rebase--interactive.sh:543
15425#, sh-format
15426msgid "Could not apply $sha1... $rest"
15427msgstr ""
15428
15429#: git-rebase--interactive.sh:572
15430#, sh-format
15431msgid ""
15432"Could not amend commit after successfully picking $sha1... $rest\n"
15433"This is most likely due to an empty commit message, or the pre-commit hook\n"
15434"failed. If the pre-commit hook failed, you may need to resolve the issue "
15435"before\n"
15436"you are able to reword the commit."
15437msgstr ""
15438
15439#: git-rebase--interactive.sh:587
15440#, sh-format
15441msgid "Stopped at $sha1_abbrev... $rest"
15442msgstr ""
15443
15444#: git-rebase--interactive.sh:602
15445#, sh-format
15446msgid "Cannot '$squash_style' without a previous commit"
15447msgstr ""
15448
15449#: git-rebase--interactive.sh:644
15450#, sh-format
15451msgid "Executing: $rest"
15452msgstr ""
15453
15454#: git-rebase--interactive.sh:652
15455#, sh-format
15456msgid "Execution failed: $rest"
15457msgstr ""
15458
15459#: git-rebase--interactive.sh:654
15460msgid "and made changes to the index and/or the working tree"
15461msgstr ""
15462
15463#: git-rebase--interactive.sh:656
15464msgid ""
15465"You can fix the problem, and then run\n"
15466"\n"
15467"\tgit rebase --continue"
15468msgstr ""
15469
15470#. TRANSLATORS: after these lines is a command to be issued by the user
15471#: git-rebase--interactive.sh:669
15472#, sh-format
15473msgid ""
15474"Execution succeeded: $rest\n"
15475"but left changes to the index and/or the working tree\n"
15476"Commit or stash your changes, and then run\n"
15477"\n"
15478"\tgit rebase --continue"
15479msgstr ""
15480
15481#: git-rebase--interactive.sh:680
15482#, sh-format
15483msgid "Unknown command: $command $sha1 $rest"
15484msgstr ""
15485
15486#: git-rebase--interactive.sh:681
15487msgid "Please fix this using 'git rebase --edit-todo'."
15488msgstr ""
15489
15490#: git-rebase--interactive.sh:716
15491#, sh-format
15492msgid "Successfully rebased and updated $head_name."
15493msgstr ""
15494
15495#: git-rebase--interactive.sh:740
15496msgid "could not detach HEAD"
15497msgstr ""
15498
15499#: git-rebase--interactive.sh:778
15500msgid "Could not remove CHERRY_PICK_HEAD"
15501msgstr ""
15502
15503#: git-rebase--interactive.sh:783
15504#, sh-format
15505msgid ""
15506"You have staged changes in your working tree.\n"
15507"If these changes are meant to be\n"
15508"squashed into the previous commit, run:\n"
15509"\n"
15510"  git commit --amend $gpg_sign_opt_quoted\n"
15511"\n"
15512"If they are meant to go into a new commit, run:\n"
15513"\n"
15514"  git commit $gpg_sign_opt_quoted\n"
15515"\n"
15516"In both cases, once you're done, continue with:\n"
15517"\n"
15518"  git rebase --continue\n"
15519msgstr ""
15520
15521#: git-rebase--interactive.sh:800
15522msgid "Error trying to find the author identity to amend commit"
15523msgstr ""
15524
15525#: git-rebase--interactive.sh:805
15526msgid ""
15527"You have uncommitted changes in your working tree. Please commit them\n"
15528"first and then run 'git rebase --continue' again."
15529msgstr ""
15530
15531#: git-rebase--interactive.sh:810 git-rebase--interactive.sh:814
15532msgid "Could not commit staged changes."
15533msgstr ""
15534
15535#: git-rebase--interactive.sh:843
15536msgid ""
15537"\n"
15538"You are editing the todo file of an ongoing interactive rebase.\n"
15539"To continue rebase after editing, run:\n"
15540"    git rebase --continue\n"
15541"\n"
15542msgstr ""
15543
15544#: git-rebase--interactive.sh:851 git-rebase--interactive.sh:937
15545msgid "Could not execute editor"
15546msgstr ""
15547
15548#: git-rebase--interactive.sh:872
15549#, sh-format
15550msgid "Could not checkout $switch_to"
15551msgstr ""
15552
15553#: git-rebase--interactive.sh:879
15554msgid "No HEAD?"
15555msgstr ""
15556
15557#: git-rebase--interactive.sh:880
15558#, sh-format
15559msgid "Could not create temporary $state_dir"
15560msgstr ""
15561
15562#: git-rebase--interactive.sh:883
15563msgid "Could not mark as interactive"
15564msgstr ""
15565
15566#: git-rebase--interactive.sh:915
15567#, sh-format
15568msgid "Rebase $shortrevisions onto $shortonto ($todocount command)"
15569msgid_plural "Rebase $shortrevisions onto $shortonto ($todocount commands)"
15570msgstr[0] ""
15571msgstr[1] ""
15572
15573#: git-rebase--interactive.sh:920
15574msgid ""
15575"\n"
15576"\tHowever, if you remove everything, the rebase will be aborted.\n"
15577"\n"
15578"\t"
15579msgstr ""
15580
15581#: git-rebase--interactive.sh:927
15582msgid "Note that empty commits are commented out"
15583msgstr ""
15584
15585#: git-rebase--interactive.sh:980
15586msgid "Could not generate todo list"
15587msgstr ""
15588
15589#: git-rebase--interactive.sh:1001 git-rebase--interactive.sh:1006
15590msgid "Could not init rewritten commits"
15591msgstr ""
15592
15593#: git-sh-setup.sh:89 git-sh-setup.sh:94
15594#, sh-format
15595msgid "usage: $dashless $USAGE"
15596msgstr ""
15597
15598#: git-sh-setup.sh:190
15599#, sh-format
15600msgid "Cannot chdir to $cdup, the toplevel of the working tree"
15601msgstr ""
15602
15603#: git-sh-setup.sh:199 git-sh-setup.sh:206
15604#, sh-format
15605msgid "fatal: $program_name cannot be used without a working tree."
15606msgstr ""
15607
15608#: git-sh-setup.sh:220
15609msgid "Cannot rebase: You have unstaged changes."
15610msgstr ""
15611
15612#: git-sh-setup.sh:223
15613msgid "Cannot rewrite branches: You have unstaged changes."
15614msgstr ""
15615
15616#: git-sh-setup.sh:226
15617msgid "Cannot pull with rebase: You have unstaged changes."
15618msgstr ""
15619
15620#: git-sh-setup.sh:229
15621#, sh-format
15622msgid "Cannot $action: You have unstaged changes."
15623msgstr ""
15624
15625#: git-sh-setup.sh:242
15626msgid "Cannot rebase: Your index contains uncommitted changes."
15627msgstr ""
15628
15629#: git-sh-setup.sh:245
15630msgid "Cannot pull with rebase: Your index contains uncommitted changes."
15631msgstr ""
15632
15633#: git-sh-setup.sh:248
15634#, sh-format
15635msgid "Cannot $action: Your index contains uncommitted changes."
15636msgstr ""
15637
15638#: git-sh-setup.sh:252
15639msgid "Additionally, your index contains uncommitted changes."
15640msgstr ""
15641
15642#: git-sh-setup.sh:372
15643msgid "You need to run this command from the toplevel of the working tree."
15644msgstr ""
15645
15646#: git-sh-setup.sh:377
15647msgid "Unable to determine absolute path of git directory"
15648msgstr ""
15649
15650#. TRANSLATORS: you can adjust this to align "git add -i" status menu
15651#: git-add--interactive.perl:196
15652#, perl-format
15653msgid "%12s %12s %s"
15654msgstr ""
15655
15656#: git-add--interactive.perl:197
15657msgid "staged"
15658msgstr ""
15659
15660#: git-add--interactive.perl:197
15661msgid "unstaged"
15662msgstr ""
15663
15664#: git-add--interactive.perl:253 git-add--interactive.perl:278
15665msgid "binary"
15666msgstr ""
15667
15668#: git-add--interactive.perl:262 git-add--interactive.perl:316
15669msgid "nothing"
15670msgstr ""
15671
15672#: git-add--interactive.perl:298 git-add--interactive.perl:313
15673msgid "unchanged"
15674msgstr ""
15675
15676#: git-add--interactive.perl:609
15677#, perl-format
15678msgid "added %d path\n"
15679msgid_plural "added %d paths\n"
15680msgstr[0] ""
15681msgstr[1] ""
15682
15683#: git-add--interactive.perl:612
15684#, perl-format
15685msgid "updated %d path\n"
15686msgid_plural "updated %d paths\n"
15687msgstr[0] ""
15688msgstr[1] ""
15689
15690#: git-add--interactive.perl:615
15691#, perl-format
15692msgid "reverted %d path\n"
15693msgid_plural "reverted %d paths\n"
15694msgstr[0] ""
15695msgstr[1] ""
15696
15697#: git-add--interactive.perl:618
15698#, perl-format
15699msgid "touched %d path\n"
15700msgid_plural "touched %d paths\n"
15701msgstr[0] ""
15702msgstr[1] ""
15703
15704#: git-add--interactive.perl:627
15705msgid "Update"
15706msgstr ""
15707
15708#: git-add--interactive.perl:639
15709msgid "Revert"
15710msgstr ""
15711
15712#: git-add--interactive.perl:662
15713#, perl-format
15714msgid "note: %s is untracked now.\n"
15715msgstr ""
15716
15717#: git-add--interactive.perl:673
15718msgid "Add untracked"
15719msgstr ""
15720
15721#: git-add--interactive.perl:679
15722msgid "No untracked files.\n"
15723msgstr ""
15724
15725#: git-add--interactive.perl:1033
15726msgid ""
15727"If the patch applies cleanly, the edited hunk will immediately be\n"
15728"marked for staging."
15729msgstr ""
15730
15731#: git-add--interactive.perl:1036
15732msgid ""
15733"If the patch applies cleanly, the edited hunk will immediately be\n"
15734"marked for stashing."
15735msgstr ""
15736
15737#: git-add--interactive.perl:1039
15738msgid ""
15739"If the patch applies cleanly, the edited hunk will immediately be\n"
15740"marked for unstaging."
15741msgstr ""
15742
15743#: git-add--interactive.perl:1042 git-add--interactive.perl:1051
15744msgid ""
15745"If the patch applies cleanly, the edited hunk will immediately be\n"
15746"marked for applying."
15747msgstr ""
15748
15749#: git-add--interactive.perl:1045 git-add--interactive.perl:1048
15750msgid ""
15751"If the patch applies cleanly, the edited hunk will immediately be\n"
15752"marked for discarding."
15753msgstr ""
15754
15755#: git-add--interactive.perl:1085
15756#, perl-format
15757msgid "failed to open hunk edit file for writing: %s"
15758msgstr ""
15759
15760#: git-add--interactive.perl:1086
15761msgid "Manual hunk edit mode -- see bottom for a quick guide.\n"
15762msgstr ""
15763
15764#: git-add--interactive.perl:1092
15765#, perl-format
15766msgid ""
15767"---\n"
15768"To remove '%s' lines, make them ' ' lines (context).\n"
15769"To remove '%s' lines, delete them.\n"
15770"Lines starting with %s will be removed.\n"
15771msgstr ""
15772
15773#. TRANSLATORS: 'it' refers to the patch mentioned in the previous messages.
15774#: git-add--interactive.perl:1100
15775msgid ""
15776"If it does not apply cleanly, you will be given an opportunity to\n"
15777"edit again.  If all lines of the hunk are removed, then the edit is\n"
15778"aborted and the hunk is left unchanged.\n"
15779msgstr ""
15780
15781#: git-add--interactive.perl:1114
15782#, perl-format
15783msgid "failed to open hunk edit file for reading: %s"
15784msgstr ""
15785
15786#. TRANSLATORS: do not translate [y/n]
15787#. The program will only accept that input
15788#. at this point.
15789#. Consider translating (saying "no" discards!) as
15790#. (saying "n" for "no" discards!) if the translation
15791#. of the word "no" does not start with n.
15792#: git-add--interactive.perl:1213
15793msgid ""
15794"Your edited hunk does not apply. Edit again (saying \"no\" discards!) [y/n]? "
15795msgstr ""
15796
15797#: git-add--interactive.perl:1222
15798msgid ""
15799"y - stage this hunk\n"
15800"n - do not stage this hunk\n"
15801"q - quit; do not stage this hunk or any of the remaining ones\n"
15802"a - stage this hunk and all later hunks in the file\n"
15803"d - do not stage this hunk or any of the later hunks in the file"
15804msgstr ""
15805
15806#: git-add--interactive.perl:1228
15807msgid ""
15808"y - stash this hunk\n"
15809"n - do not stash this hunk\n"
15810"q - quit; do not stash this hunk or any of the remaining ones\n"
15811"a - stash this hunk and all later hunks in the file\n"
15812"d - do not stash this hunk or any of the later hunks in the file"
15813msgstr ""
15814
15815#: git-add--interactive.perl:1234
15816msgid ""
15817"y - unstage this hunk\n"
15818"n - do not unstage this hunk\n"
15819"q - quit; do not unstage this hunk or any of the remaining ones\n"
15820"a - unstage this hunk and all later hunks in the file\n"
15821"d - do not unstage this hunk or any of the later hunks in the file"
15822msgstr ""
15823
15824#: git-add--interactive.perl:1240
15825msgid ""
15826"y - apply this hunk to index\n"
15827"n - do not apply this hunk to index\n"
15828"q - quit; do not apply this hunk or any of the remaining ones\n"
15829"a - apply this hunk and all later hunks in the file\n"
15830"d - do not apply this hunk or any of the later hunks in the file"
15831msgstr ""
15832
15833#: git-add--interactive.perl:1246
15834msgid ""
15835"y - discard this hunk from worktree\n"
15836"n - do not discard this hunk from worktree\n"
15837"q - quit; do not discard this hunk or any of the remaining ones\n"
15838"a - discard this hunk and all later hunks in the file\n"
15839"d - do not discard this hunk or any of the later hunks in the file"
15840msgstr ""
15841
15842#: git-add--interactive.perl:1252
15843msgid ""
15844"y - discard this hunk from index and worktree\n"
15845"n - do not discard this hunk from index and worktree\n"
15846"q - quit; do not discard this hunk or any of the remaining ones\n"
15847"a - discard this hunk and all later hunks in the file\n"
15848"d - do not discard this hunk or any of the later hunks in the file"
15849msgstr ""
15850
15851#: git-add--interactive.perl:1258
15852msgid ""
15853"y - apply this hunk to index and worktree\n"
15854"n - do not apply this hunk to index and worktree\n"
15855"q - quit; do not apply this hunk or any of the remaining ones\n"
15856"a - apply this hunk and all later hunks in the file\n"
15857"d - do not apply this hunk or any of the later hunks in the file"
15858msgstr ""
15859
15860#: git-add--interactive.perl:1273
15861msgid ""
15862"g - select a hunk to go to\n"
15863"/ - search for a hunk matching the given regex\n"
15864"j - leave this hunk undecided, see next undecided hunk\n"
15865"J - leave this hunk undecided, see next hunk\n"
15866"k - leave this hunk undecided, see previous undecided hunk\n"
15867"K - leave this hunk undecided, see previous hunk\n"
15868"s - split the current hunk into smaller hunks\n"
15869"e - manually edit the current hunk\n"
15870"? - print help\n"
15871msgstr ""
15872
15873#: git-add--interactive.perl:1304
15874msgid "The selected hunks do not apply to the index!\n"
15875msgstr ""
15876
15877#: git-add--interactive.perl:1305
15878msgid "Apply them to the worktree anyway? "
15879msgstr ""
15880
15881#: git-add--interactive.perl:1308
15882msgid "Nothing was applied.\n"
15883msgstr ""
15884
15885#: git-add--interactive.perl:1319
15886#, perl-format
15887msgid "ignoring unmerged: %s\n"
15888msgstr ""
15889
15890#: git-add--interactive.perl:1328
15891msgid "Only binary files changed.\n"
15892msgstr ""
15893
15894#: git-add--interactive.perl:1330
15895msgid "No changes.\n"
15896msgstr ""
15897
15898#: git-add--interactive.perl:1338
15899msgid "Patch update"
15900msgstr ""
15901
15902#: git-add--interactive.perl:1390
15903#, perl-format
15904msgid "Stage mode change [y,n,q,a,d%s,?]? "
15905msgstr ""
15906
15907#: git-add--interactive.perl:1391
15908#, perl-format
15909msgid "Stage deletion [y,n,q,a,d%s,?]? "
15910msgstr ""
15911
15912#: git-add--interactive.perl:1392
15913#, perl-format
15914msgid "Stage this hunk [y,n,q,a,d%s,?]? "
15915msgstr ""
15916
15917#: git-add--interactive.perl:1395
15918#, perl-format
15919msgid "Stash mode change [y,n,q,a,d%s,?]? "
15920msgstr ""
15921
15922#: git-add--interactive.perl:1396
15923#, perl-format
15924msgid "Stash deletion [y,n,q,a,d%s,?]? "
15925msgstr ""
15926
15927#: git-add--interactive.perl:1397
15928#, perl-format
15929msgid "Stash this hunk [y,n,q,a,d%s,?]? "
15930msgstr ""
15931
15932#: git-add--interactive.perl:1400
15933#, perl-format
15934msgid "Unstage mode change [y,n,q,a,d%s,?]? "
15935msgstr ""
15936
15937#: git-add--interactive.perl:1401
15938#, perl-format
15939msgid "Unstage deletion [y,n,q,a,d%s,?]? "
15940msgstr ""
15941
15942#: git-add--interactive.perl:1402
15943#, perl-format
15944msgid "Unstage this hunk [y,n,q,a,d%s,?]? "
15945msgstr ""
15946
15947#: git-add--interactive.perl:1405
15948#, perl-format
15949msgid "Apply mode change to index [y,n,q,a,d%s,?]? "
15950msgstr ""
15951
15952#: git-add--interactive.perl:1406
15953#, perl-format
15954msgid "Apply deletion to index [y,n,q,a,d%s,?]? "
15955msgstr ""
15956
15957#: git-add--interactive.perl:1407
15958#, perl-format
15959msgid "Apply this hunk to index [y,n,q,a,d%s,?]? "
15960msgstr ""
15961
15962#: git-add--interactive.perl:1410
15963#, perl-format
15964msgid "Discard mode change from worktree [y,n,q,a,d%s,?]? "
15965msgstr ""
15966
15967#: git-add--interactive.perl:1411
15968#, perl-format
15969msgid "Discard deletion from worktree [y,n,q,a,d%s,?]? "
15970msgstr ""
15971
15972#: git-add--interactive.perl:1412
15973#, perl-format
15974msgid "Discard this hunk from worktree [y,n,q,a,d%s,?]? "
15975msgstr ""
15976
15977#: git-add--interactive.perl:1415
15978#, perl-format
15979msgid "Discard mode change from index and worktree [y,n,q,a,d%s,?]? "
15980msgstr ""
15981
15982#: git-add--interactive.perl:1416
15983#, perl-format
15984msgid "Discard deletion from index and worktree [y,n,q,a,d%s,?]? "
15985msgstr ""
15986
15987#: git-add--interactive.perl:1417
15988#, perl-format
15989msgid "Discard this hunk from index and worktree [y,n,q,a,d%s,?]? "
15990msgstr ""
15991
15992#: git-add--interactive.perl:1420
15993#, perl-format
15994msgid "Apply mode change to index and worktree [y,n,q,a,d%s,?]? "
15995msgstr ""
15996
15997#: git-add--interactive.perl:1421
15998#, perl-format
15999msgid "Apply deletion to index and worktree [y,n,q,a,d%s,?]? "
16000msgstr ""
16001
16002#: git-add--interactive.perl:1422
16003#, perl-format
16004msgid "Apply this hunk to index and worktree [y,n,q,a,d%s,?]? "
16005msgstr ""
16006
16007#: git-add--interactive.perl:1522
16008msgid "No other hunks to goto\n"
16009msgstr ""
16010
16011#: git-add--interactive.perl:1529
16012msgid "go to which hunk (<ret> to see more)? "
16013msgstr ""
16014
16015#: git-add--interactive.perl:1531
16016msgid "go to which hunk? "
16017msgstr ""
16018
16019#: git-add--interactive.perl:1540
16020#, perl-format
16021msgid "Invalid number: '%s'\n"
16022msgstr ""
16023
16024#: git-add--interactive.perl:1545
16025#, perl-format
16026msgid "Sorry, only %d hunk available.\n"
16027msgid_plural "Sorry, only %d hunks available.\n"
16028msgstr[0] ""
16029msgstr[1] ""
16030
16031#: git-add--interactive.perl:1571
16032msgid "No other hunks to search\n"
16033msgstr ""
16034
16035#: git-add--interactive.perl:1575
16036msgid "search for regex? "
16037msgstr ""
16038
16039#: git-add--interactive.perl:1588
16040#, perl-format
16041msgid "Malformed search regexp %s: %s\n"
16042msgstr ""
16043
16044#: git-add--interactive.perl:1598
16045msgid "No hunk matches the given pattern\n"
16046msgstr ""
16047
16048#: git-add--interactive.perl:1610 git-add--interactive.perl:1632
16049msgid "No previous hunk\n"
16050msgstr ""
16051
16052#: git-add--interactive.perl:1619 git-add--interactive.perl:1638
16053msgid "No next hunk\n"
16054msgstr ""
16055
16056#: git-add--interactive.perl:1644
16057msgid "Sorry, cannot split this hunk\n"
16058msgstr ""
16059
16060#: git-add--interactive.perl:1650
16061#, perl-format
16062msgid "Split into %d hunk.\n"
16063msgid_plural "Split into %d hunks.\n"
16064msgstr[0] ""
16065msgstr[1] ""
16066
16067#: git-add--interactive.perl:1660
16068msgid "Sorry, cannot edit this hunk\n"
16069msgstr ""
16070
16071#: git-add--interactive.perl:1706
16072msgid "Review diff"
16073msgstr ""
16074
16075#. TRANSLATORS: please do not translate the command names
16076#. 'status', 'update', 'revert', etc.
16077#: git-add--interactive.perl:1725
16078msgid ""
16079"status        - show paths with changes\n"
16080"update        - add working tree state to the staged set of changes\n"
16081"revert        - revert staged set of changes back to the HEAD version\n"
16082"patch         - pick hunks and update selectively\n"
16083"diff          - view diff between HEAD and index\n"
16084"add untracked - add contents of untracked files to the staged set of "
16085"changes\n"
16086msgstr ""
16087
16088#: git-add--interactive.perl:1742 git-add--interactive.perl:1747
16089#: git-add--interactive.perl:1750 git-add--interactive.perl:1757
16090#: git-add--interactive.perl:1761 git-add--interactive.perl:1767
16091msgid "missing --"
16092msgstr ""
16093
16094#: git-add--interactive.perl:1763
16095#, perl-format
16096msgid "unknown --patch mode: %s"
16097msgstr ""
16098
16099#: git-add--interactive.perl:1769 git-add--interactive.perl:1775
16100#, perl-format
16101msgid "invalid argument %s, expecting --"
16102msgstr ""
16103
16104#: git-send-email.perl:130
16105msgid "local zone differs from GMT by a non-minute interval\n"
16106msgstr ""
16107
16108#: git-send-email.perl:137 git-send-email.perl:143
16109msgid "local time offset greater than or equal to 24 hours\n"
16110msgstr ""
16111
16112#: git-send-email.perl:211 git-send-email.perl:217
16113msgid "the editor exited uncleanly, aborting everything"
16114msgstr ""
16115
16116#: git-send-email.perl:294
16117#, perl-format
16118msgid ""
16119"'%s' contains an intermediate version of the email you were composing.\n"
16120msgstr ""
16121
16122#: git-send-email.perl:299
16123#, perl-format
16124msgid "'%s.final' contains the composed email.\n"
16125msgstr ""
16126
16127#: git-send-email.perl:317
16128msgid "--dump-aliases incompatible with other options\n"
16129msgstr ""
16130
16131#: git-send-email.perl:383 git-send-email.perl:638
16132msgid "Cannot run git format-patch from outside a repository\n"
16133msgstr ""
16134
16135#: git-send-email.perl:386
16136msgid ""
16137"`batch-size` and `relogin` must be specified together (via command-line or "
16138"configuration option)\n"
16139msgstr ""
16140
16141#: git-send-email.perl:456
16142#, perl-format
16143msgid "Unknown --suppress-cc field: '%s'\n"
16144msgstr ""
16145
16146#: git-send-email.perl:485
16147#, perl-format
16148msgid "Unknown --confirm setting: '%s'\n"
16149msgstr ""
16150
16151#: git-send-email.perl:513
16152#, perl-format
16153msgid "warning: sendmail alias with quotes is not supported: %s\n"
16154msgstr ""
16155
16156#: git-send-email.perl:515
16157#, perl-format
16158msgid "warning: `:include:` not supported: %s\n"
16159msgstr ""
16160
16161#: git-send-email.perl:517
16162#, perl-format
16163msgid "warning: `/file` or `|pipe` redirection not supported: %s\n"
16164msgstr ""
16165
16166#: git-send-email.perl:522
16167#, perl-format
16168msgid "warning: sendmail line is not recognized: %s\n"
16169msgstr ""
16170
16171#: git-send-email.perl:604
16172#, perl-format
16173msgid ""
16174"File '%s' exists but it could also be the range of commits\n"
16175"to produce patches for.  Please disambiguate by...\n"
16176"\n"
16177"    * Saying \"./%s\" if you mean a file; or\n"
16178"    * Giving --format-patch option if you mean a range.\n"
16179msgstr ""
16180
16181#: git-send-email.perl:625
16182#, perl-format
16183msgid "Failed to opendir %s: %s"
16184msgstr ""
16185
16186#: git-send-email.perl:649
16187#, perl-format
16188msgid ""
16189"fatal: %s: %s\n"
16190"warning: no patches were sent\n"
16191msgstr ""
16192
16193#: git-send-email.perl:660
16194msgid ""
16195"\n"
16196"No patch files specified!\n"
16197"\n"
16198msgstr ""
16199
16200#: git-send-email.perl:673
16201#, perl-format
16202msgid "No subject line in %s?"
16203msgstr ""
16204
16205#: git-send-email.perl:683
16206#, perl-format
16207msgid "Failed to open for writing %s: %s"
16208msgstr ""
16209
16210#: git-send-email.perl:694
16211msgid ""
16212"Lines beginning in \"GIT:\" will be removed.\n"
16213"Consider including an overall diffstat or table of contents\n"
16214"for the patch you are writing.\n"
16215"\n"
16216"Clear the body content if you don't wish to send a summary.\n"
16217msgstr ""
16218
16219#: git-send-email.perl:718
16220#, perl-format
16221msgid "Failed to open %s: %s"
16222msgstr ""
16223
16224#: git-send-email.perl:735
16225#, perl-format
16226msgid "Failed to open %s.final: %s"
16227msgstr ""
16228
16229#: git-send-email.perl:778
16230msgid "Summary email is empty, skipping it\n"
16231msgstr ""
16232
16233#. TRANSLATORS: please keep [y/N] as is.
16234#: git-send-email.perl:813
16235#, perl-format
16236msgid "Are you sure you want to use <%s> [y/N]? "
16237msgstr ""
16238
16239#: git-send-email.perl:868
16240msgid ""
16241"The following files are 8bit, but do not declare a Content-Transfer-"
16242"Encoding.\n"
16243msgstr ""
16244
16245#: git-send-email.perl:873
16246msgid "Which 8bit encoding should I declare [UTF-8]? "
16247msgstr ""
16248
16249#: git-send-email.perl:881
16250#, perl-format
16251msgid ""
16252"Refusing to send because the patch\n"
16253"\t%s\n"
16254"has the template subject '*** SUBJECT HERE ***'. Pass --force if you really "
16255"want to send.\n"
16256msgstr ""
16257
16258#: git-send-email.perl:900
16259msgid "To whom should the emails be sent (if anyone)?"
16260msgstr ""
16261
16262#: git-send-email.perl:918
16263#, perl-format
16264msgid "fatal: alias '%s' expands to itself\n"
16265msgstr ""
16266
16267#: git-send-email.perl:930
16268msgid "Message-ID to be used as In-Reply-To for the first email (if any)? "
16269msgstr ""
16270
16271#: git-send-email.perl:988 git-send-email.perl:996
16272#, perl-format
16273msgid "error: unable to extract a valid address from: %s\n"
16274msgstr ""
16275
16276#. TRANSLATORS: Make sure to include [q] [d] [e] in your
16277#. translation. The program will only accept English input
16278#. at this point.
16279#: git-send-email.perl:1000
16280msgid "What to do with this address? ([q]uit|[d]rop|[e]dit): "
16281msgstr ""
16282
16283#: git-send-email.perl:1317
16284#, perl-format
16285msgid "CA path \"%s\" does not exist"
16286msgstr ""
16287
16288#: git-send-email.perl:1400
16289msgid ""
16290"    The Cc list above has been expanded by additional\n"
16291"    addresses found in the patch commit message. By default\n"
16292"    send-email prompts before sending whenever this occurs.\n"
16293"    This behavior is controlled by the sendemail.confirm\n"
16294"    configuration setting.\n"
16295"\n"
16296"    For additional information, run 'git send-email --help'.\n"
16297"    To retain the current behavior, but squelch this message,\n"
16298"    run 'git config --global sendemail.confirm auto'.\n"
16299"\n"
16300msgstr ""
16301
16302#. TRANSLATORS: Make sure to include [y] [n] [e] [q] [a] in your
16303#. translation. The program will only accept English input
16304#. at this point.
16305#: git-send-email.perl:1415
16306msgid "Send this email? ([y]es|[n]o|[e]dit|[q]uit|[a]ll): "
16307msgstr ""
16308
16309#: git-send-email.perl:1418
16310msgid "Send this email reply required"
16311msgstr ""
16312
16313#: git-send-email.perl:1446
16314msgid "The required SMTP server is not properly defined."
16315msgstr ""
16316
16317#: git-send-email.perl:1493
16318#, perl-format
16319msgid "Server does not support STARTTLS! %s"
16320msgstr ""
16321
16322#: git-send-email.perl:1498 git-send-email.perl:1502
16323#, perl-format
16324msgid "STARTTLS failed! %s"
16325msgstr ""
16326
16327#: git-send-email.perl:1512
16328msgid "Unable to initialize SMTP properly. Check config and use --smtp-debug."
16329msgstr ""
16330
16331#: git-send-email.perl:1530
16332#, perl-format
16333msgid "Failed to send %s\n"
16334msgstr ""
16335
16336#: git-send-email.perl:1533
16337#, perl-format
16338msgid "Dry-Sent %s\n"
16339msgstr ""
16340
16341#: git-send-email.perl:1533
16342#, perl-format
16343msgid "Sent %s\n"
16344msgstr ""
16345
16346#: git-send-email.perl:1535
16347msgid "Dry-OK. Log says:\n"
16348msgstr ""
16349
16350#: git-send-email.perl:1535
16351msgid "OK. Log says:\n"
16352msgstr ""
16353
16354#: git-send-email.perl:1547
16355msgid "Result: "
16356msgstr ""
16357
16358#: git-send-email.perl:1550
16359msgid "Result: OK\n"
16360msgstr ""
16361
16362#: git-send-email.perl:1568
16363#, perl-format
16364msgid "can't open file %s"
16365msgstr ""
16366
16367#: git-send-email.perl:1615 git-send-email.perl:1635
16368#, perl-format
16369msgid "(mbox) Adding cc: %s from line '%s'\n"
16370msgstr ""
16371
16372#: git-send-email.perl:1621
16373#, perl-format
16374msgid "(mbox) Adding to: %s from line '%s'\n"
16375msgstr ""
16376
16377#: git-send-email.perl:1674
16378#, perl-format
16379msgid "(non-mbox) Adding cc: %s from line '%s'\n"
16380msgstr ""
16381
16382#: git-send-email.perl:1699
16383#, perl-format
16384msgid "(body) Adding cc: %s from line '%s'\n"
16385msgstr ""
16386
16387#: git-send-email.perl:1817
16388#, perl-format
16389msgid "(%s) Could not execute '%s'"
16390msgstr ""
16391
16392#: git-send-email.perl:1824
16393#, perl-format
16394msgid "(%s) Adding %s: %s from: '%s'\n"
16395msgstr ""
16396
16397#: git-send-email.perl:1828
16398#, perl-format
16399msgid "(%s) failed to close pipe to '%s'"
16400msgstr ""
16401
16402#: git-send-email.perl:1855
16403msgid "cannot send message as 7bit"
16404msgstr ""
16405
16406#: git-send-email.perl:1863
16407msgid "invalid transfer encoding"
16408msgstr ""
16409
16410#: git-send-email.perl:1901 git-send-email.perl:1952 git-send-email.perl:1962
16411#, perl-format
16412msgid "unable to open %s: %s\n"
16413msgstr ""
16414
16415#: git-send-email.perl:1904
16416#, perl-format
16417msgid "%s: patch contains a line longer than 998 characters"
16418msgstr ""
16419
16420#: git-send-email.perl:1920
16421#, perl-format
16422msgid "Skipping %s with backup suffix '%s'.\n"
16423msgstr ""
16424
16425#. TRANSLATORS: please keep "[y|N]" as is.
16426#: git-send-email.perl:1924
16427#, perl-format
16428msgid "Do you really want to send %s? [y|N]: "
16429msgstr ""